|
|
|
1 | 2024-03-22T16:08:31.638Z | job assigned to worker 01HSKEKMMYE3TP3JR57CDF0F1K (queued for 7 m 13 s) |
|
2 | 2024-03-22T16:08:38.716Z | starting task 0: "setup" |
3 | 2024-03-22T16:08:38.756Z | ++ uname -s |
4 | 2024-03-22T16:08:38.761Z | + kern=SunOS |
5 | 2024-03-22T16:08:38.761Z | + case "$kern" in |
6 | 2024-03-22T16:08:38.761Z | + groupadd -g 12345 build |
7 | 2024-03-22T16:08:38.791Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-22T16:08:40.809Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-22T16:08:40.934Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-22T16:08:40.938Z | + home_fs=zfs |
11 | 2024-03-22T16:08:40.938Z | + [[ zfs == autofs ]] |
12 | 2024-03-22T16:08:40.938Z | + mkdir -p /home/build |
13 | 2024-03-22T16:08:40.938Z | + chown build:build /home/build /work |
14 | 2024-03-22T16:08:42.941Z | + chmod 0700 /home/build /work |
15 | 2024-03-22T16:08:42.945Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2024-03-22T16:08:42.953Z | starting task 1: "rust-toolchain" |
17 | 2024-03-22T16:08:42.961Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-22T16:08:42.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-22T16:08:43.075Z | info: downloading installer |
20 | 2024-03-22T16:08:44.260Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-22T16:08:44.260Z | warning: /opt/ooce/bin |
22 | 2024-03-22T16:08:44.260Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-22T16:08:44.260Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-22T16:08:44.260Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-22T16:08:44.261Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-22T16:08:44.261Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-22T16:08:44.261Z | error: cannot install while Rust is installed |
28 | 2024-03-22T16:08:44.261Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-22T16:08:44.589Z | info: profile set to 'default' |
30 | 2024-03-22T16:08:44.589Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-22T16:08:44.594Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-22T16:08:44.707Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-22T16:08:44.707Z | info: downloading component 'cargo' |
34 | 2024-03-22T16:08:45.336Z | info: downloading component 'clippy' |
35 | 2024-03-22T16:08:45.541Z | info: downloading component 'rust-docs' |
36 | 2024-03-22T16:08:46.374Z | info: downloading component 'rust-std' |
37 | 2024-03-22T16:08:47.765Z | info: downloading component 'rustc' |
38 | 2024-03-22T16:08:51.086Z | info: downloading component 'rustfmt' |
39 | 2024-03-22T16:08:51.265Z | info: installing component 'cargo' |
40 | 2024-03-22T16:08:52.076Z | info: installing component 'clippy' |
41 | 2024-03-22T16:08:52.415Z | info: installing component 'rust-docs' |
42 | 2024-03-22T16:08:53.909Z | info: installing component 'rust-std' |
43 | 2024-03-22T16:08:55.701Z | info: installing component 'rustc' |
44 | 2024-03-22T16:08:59.741Z | info: installing component 'rustfmt' |
45 | 2024-03-22T16:09:00.084Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-22T16:09:00.084Z | |
47 | 2024-03-22T16:09:00.372Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-22T16:09:00.372Z | |
49 | 2024-03-22T16:09:00.376Z | |
50 | 2024-03-22T16:09:00.376Z | Rust is installed now. Great! |
51 | 2024-03-22T16:09:00.376Z | |
52 | 2024-03-22T16:09:00.376Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-22T16:09:00.376Z | environment variable. This has not been done automatically. |
54 | 2024-03-22T16:09:00.376Z | |
55 | 2024-03-22T16:09:00.376Z | To configure your current shell, you need to source |
56 | 2024-03-22T16:09:00.377Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-22T16:09:00.377Z | |
58 | 2024-03-22T16:09:00.377Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-22T16:09:00.377Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-22T16:09:00.377Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-22T16:09:00.480Z | + rustc --version |
62 | 2024-03-22T16:09:00.544Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-22T16:09:00.548Z | process exited: duration 17586 ms, exit code 0 |
|
64 | 2024-03-22T16:09:00.555Z | starting task 2: "authentication" |
65 | 2024-03-22T16:09:00.579Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-03-22T16:09:00.589Z | starting task 3: "clone repository" |
67 | 2024-03-22T16:09:00.593Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-03-22T16:09:00.596Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-03-22T16:09:00.962Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-03-22T16:09:02.174Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-03-22T16:09:02.174Z | + git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e |
72 | 2024-03-22T16:09:02.471Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-03-22T16:09:02.471Z | * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD |
74 | 2024-03-22T16:09:02.478Z | + [[ -n ddm-track-session-duration ]] |
75 | 2024-03-22T16:09:02.482Z | ++ git branch --show-current |
76 | 2024-03-22T16:09:02.482Z | + current=main |
77 | 2024-03-22T16:09:02.482Z | + [[ main != ddm-track-session-duration ]] |
78 | 2024-03-22T16:09:02.482Z | + git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e |
79 | 2024-03-22T16:09:02.486Z | + git checkout -f ddm-track-session-duration |
80 | 2024-03-22T16:09:02.497Z | Switched to branch 'ddm-track-session-duration' |
81 | 2024-03-22T16:09:02.500Z | + git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e |
82 | 2024-03-22T16:09:02.505Z | HEAD is now at 9cefc93 cleanup |
83 | 2024-03-22T16:09:02.505Z | process exited: duration 1916 ms, exit code 0 |
|
84 | 2024-03-22T16:09:02.515Z | starting task 4: "build" |
85 | 2024-03-22T16:09:02.521Z | ++ cargo --version |
86 | 2024-03-22T16:09:02.526Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-22T16:09:02.648Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-22T16:09:02.648Z | info: downloading component 'cargo' |
89 | 2024-03-22T16:09:03.284Z | info: downloading component 'clippy' |
90 | 2024-03-22T16:09:03.480Z | info: downloading component 'rust-docs' |
91 | 2024-03-22T16:09:04.265Z | info: downloading component 'rust-std' |
92 | 2024-03-22T16:09:05.543Z | info: downloading component 'rustc' |
93 | 2024-03-22T16:09:08.676Z | info: downloading component 'rustfmt' |
94 | 2024-03-22T16:09:08.860Z | info: installing component 'cargo' |
95 | 2024-03-22T16:09:09.753Z | info: installing component 'clippy' |
96 | 2024-03-22T16:09:10.089Z | info: installing component 'rust-docs' |
97 | 2024-03-22T16:09:11.519Z | info: installing component 'rust-std' |
98 | 2024-03-22T16:09:13.275Z | info: installing component 'rustc' |
99 | 2024-03-22T16:09:17.467Z | info: installing component 'rustfmt' |
100 | 2024-03-22T16:09:17.867Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-22T16:09:17.871Z | ++ rustc --version |
102 | 2024-03-22T16:09:17.932Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-22T16:09:17.936Z | ++ dladm |
104 | 2024-03-22T16:09:17.950Z | LINK CLASS MTU STATE BRIDGE OVER |
105 | 2024-03-22T16:09:17.950Z | ena0 phys 9216 up -- -- |
106 | 2024-03-22T16:09:17.954Z | ++ ipadm |
107 | 2024-03-22T16:09:17.955Z | ADDROBJ TYPE STATE ADDR |
108 | 2024-03-22T16:09:17.955Z | lo0/v4 static ok 127.0.0.1/8 |
109 | 2024-03-22T16:09:17.955Z | ena0/dhcp dhcp ok 10.150.1.56/24 |
110 | 2024-03-22T16:09:17.955Z | lo0/v6 static ok ::1/128 |
111 | 2024-03-22T16:09:17.955Z | ++ banner collect |
112 | 2024-03-22T16:09:17.961Z | |
113 | 2024-03-22T16:09:17.961Z | #### #### # # ###### #### ##### |
114 | 2024-03-22T16:09:17.961Z | # # # # # # # # # # |
115 | 2024-03-22T16:09:17.961Z | # # # # # ##### # # |
116 | 2024-03-22T16:09:17.961Z | # # # # # # # # |
117 | 2024-03-22T16:09:17.961Z | # # # # # # # # # # |
118 | 2024-03-22T16:09:17.962Z | #### #### ###### ###### ###### #### # |
119 | 2024-03-22T16:09:17.962Z | |
120 | 2024-03-22T16:09:17.962Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
121 | 2024-03-22T16:09:17.962Z | ++ repo=softnpu |
122 | 2024-03-22T16:09:17.962Z | ++ series=image |
123 | 2024-03-22T16:09:17.962Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
124 | 2024-03-22T16:09:17.962Z | ++ name=softnpu |
125 | 2024-03-22T16:09:17.962Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
126 | 2024-03-22T16:09:17.962Z | ++ mkdir -p download |
127 | 2024-03-22T16:09:17.969Z | ++ pushd download |
128 | 2024-03-22T16:09:17.969Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
129 | 2024-03-22T16:09:17.969Z | ++ [[ ! -f softnpu ]] |
130 | 2024-03-22T16:09:17.969Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
131 | 2024-03-22T16:09:17.969Z | % Total % Received % Xferd Average Speed Time Time Time Current |
132 | 2024-03-22T16:09:17.969Z | Dload Upload Total Spent Left Speed |
133 | 2024-03-22T16:09:24.410Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 21.8M 6 1475k 0 0 1784k 0 0:00:12 --:--:-- 0:00:12 1784k
29 21.8M 29 6639k 0 0 3232k 0 0:00:06 0:00:02 0:00:04 3234k
61 21.8M 61 13.4M 0 0 4601k 0 0:00:04 0:00:02 0:00:02 4601k
79 21.8M 79 17.2M 0 0 4504k 0 0:00:04 0:00:03 0:00:01 4504k
88 21.8M 88 19.2M 0 0 4091k 0 0:00:05 0:00:04 0:00:01 4091k
95 21.8M 95 20.8M 0 0 3607k 0 0:00:06 0:00:05 0:00:01 3904k
100 21.8M 100 21.8M 0 0 3472k 0 0:00:06 0:00:06 --:--:-- 3585k |
134 | 2024-03-22T16:09:24.414Z | ++ popd |
135 | 2024-03-22T16:09:24.414Z | /work/oxidecomputer/maghemite |
136 | 2024-03-22T16:09:24.414Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
137 | 2024-03-22T16:09:24.414Z | ++ repo=sidecar-lite |
138 | 2024-03-22T16:09:24.414Z | ++ series=release |
139 | 2024-03-22T16:09:24.414Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
140 | 2024-03-22T16:09:24.414Z | ++ name=libsidecar_lite.so |
141 | 2024-03-22T16:09:24.414Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
142 | 2024-03-22T16:09:24.414Z | ++ mkdir -p download |
143 | 2024-03-22T16:09:24.418Z | ++ pushd download |
144 | 2024-03-22T16:09:24.418Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
145 | 2024-03-22T16:09:24.418Z | ++ [[ ! -f libsidecar_lite.so ]] |
146 | 2024-03-22T16:09:24.418Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
147 | 2024-03-22T16:09:24.424Z | % Total % Received % Xferd Average Speed Time Time Time Current |
148 | 2024-03-22T16:09:24.424Z | Dload Upload Total Spent Left Speed |
149 | 2024-03-22T16:09:27.319Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 20.3M 1 367k 0 0 514k 0 0:00:40 --:--:-- 0:00:40 513k
15 20.3M 15 3231k 0 0 2009k 0 0:00:10 0:00:01 0:00:09 2008k
58 20.3M 58 11.8M 0 0 4557k 0 0:00:04 0:00:02 0:00:02 4557k
100 20.3M 100 20.3M 0 0 7187k 0 0:00:02 0:00:02 --:--:-- 7187k |
150 | 2024-03-22T16:09:27.324Z | ++ popd |
151 | 2024-03-22T16:09:27.324Z | /work/oxidecomputer/maghemite |
152 | 2024-03-22T16:09:27.324Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
153 | 2024-03-22T16:09:27.324Z | ++ repo=sidecar-lite |
154 | 2024-03-22T16:09:27.324Z | ++ series=release |
155 | 2024-03-22T16:09:27.324Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
156 | 2024-03-22T16:09:27.324Z | ++ name=scadm |
157 | 2024-03-22T16:09:27.324Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
158 | 2024-03-22T16:09:27.324Z | ++ mkdir -p download |
159 | 2024-03-22T16:09:27.328Z | ++ pushd download |
160 | 2024-03-22T16:09:27.328Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
161 | 2024-03-22T16:09:27.328Z | ++ [[ ! -f scadm ]] |
162 | 2024-03-22T16:09:27.329Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
163 | 2024-03-22T16:09:27.333Z | % Total % Received % Xferd Average Speed Time Time Time Current |
164 | 2024-03-22T16:09:27.333Z | Dload Upload Total Spent Left Speed |
165 | 2024-03-22T16:09:31.831Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 22.7M 1 435k 0 0 591k 0 0:00:39 --:--:-- 0:00:39 591k
16 22.7M 16 3963k 0 0 2344k 0 0:00:09 0:00:01 0:00:08 2344k
25 22.7M 25 6047k 0 0 2346k 0 0:00:09 0:00:02 0:00:07 2345k
34 22.7M 34 8111k 0 0 2333k 0 0:00:10 0:00:03 0:00:07 2332k
89 22.7M 89 20.4M 0 0 4698k 0 0:00:04 0:00:04 --:--:-- 4697k
100 22.7M 100 22.7M 0 0 5192k 0 0:00:04 0:00:04 --:--:-- 6094k |
166 | 2024-03-22T16:09:31.837Z | ++ popd |
167 | 2024-03-22T16:09:31.837Z | /work/oxidecomputer/maghemite |
168 | 2024-03-22T16:09:31.844Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
169 | 2024-03-22T16:09:31.844Z | ++ repo=dendrite |
170 | 2024-03-22T16:09:31.844Z | ++ series=image |
171 | 2024-03-22T16:09:31.844Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
172 | 2024-03-22T16:09:31.844Z | ++ name=dendrite-softnpu.tar.gz |
173 | 2024-03-22T16:09:31.844Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
174 | 2024-03-22T16:09:31.844Z | ++ mkdir -p download |
175 | 2024-03-22T16:09:31.844Z | ++ pushd download |
176 | 2024-03-22T16:09:31.844Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
177 | 2024-03-22T16:09:31.844Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
178 | 2024-03-22T16:09:31.844Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
179 | 2024-03-22T16:09:31.848Z | % Total % Received % Xferd Average Speed Time Time Time Current |
180 | 2024-03-22T16:09:31.848Z | Dload Upload Total Spent Left Speed |
181 | 2024-03-22T16:09:40.574Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
14 37.5M 14 5539k 0 0 5806k 0 0:00:06 --:--:-- 0:00:06 5806k
30 37.5M 30 11.4M 0 0 5854k 0 0:00:06 0:00:01 0:00:05 5854k
44 37.5M 44 16.5M 0 0 5520k 0 0:00:06 0:00:03 0:00:03 5521k
48 37.5M 48 18.1M 0 0 4692k 0 0:00:08 0:00:03 0:00:05 4692k
68 37.5M 68 25.6M 0 0 5188k 0 0:00:07 0:00:05 0:00:02 5188k
72 37.5M 72 27.0M 0 0 4660k 0 0:00:08 0:00:05 0:00:03 4441k
82 37.5M 82 31.1M 0 0 4586k 0 0:00:08 0:00:06 0:00:02 4075k
88 37.5M 88 33.1M 0 0 4141k 0 0:00:09 0:00:08 0:00:01 3314k
100 37.5M 100 37.5M 0 0 4408k 0 0:00:08 0:00:08 --:--:-- 4173k |
182 | 2024-03-22T16:09:40.579Z | ++ popd |
183 | 2024-03-22T16:09:40.579Z | /work/oxidecomputer/maghemite |
184 | 2024-03-22T16:09:40.579Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd |
185 | 2024-03-22T16:09:40.579Z | ++ repo=maghemite |
186 | 2024-03-22T16:09:40.579Z | ++ series=release |
187 | 2024-03-22T16:09:40.579Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
188 | 2024-03-22T16:09:40.579Z | ++ name=ddmd |
189 | 2024-03-22T16:09:40.579Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
190 | 2024-03-22T16:09:40.579Z | ++ mkdir -p download |
191 | 2024-03-22T16:09:40.583Z | ++ pushd download |
192 | 2024-03-22T16:09:40.583Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
193 | 2024-03-22T16:09:40.583Z | ++ [[ ! -f ddmd ]] |
194 | 2024-03-22T16:09:40.583Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd |
195 | 2024-03-22T16:09:40.587Z | % Total % Received % Xferd Average Speed Time Time Time Current |
196 | 2024-03-22T16:09:40.587Z | Dload Upload Total Spent Left Speed |
197 | 2024-03-22T16:09:48.413Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 27.6M 0 8018 0 0 37164 0 0:12:59 --:--:-- 0:12:59 37120
9 27.6M 9 2707k 0 0 1408k 0 0:00:20 0:00:01 0:00:19 1408k
18 27.6M 18 5295k 0 0 2210k 0 0:00:12 0:00:02 0:00:10 2210k
24 27.6M 24 6979k 0 0 2162k 0 0:00:13 0:00:03 0:00:10 2162k
66 27.6M 66 18.4M 0 0 4125k 0 0:00:06 0:00:04 0:00:02 4125k
68 27.6M 68 19.0M 0 0 3532k 0 0:00:08 0:00:05 0:00:03 3675k
75 27.6M 75 20.7M 0 0 3338k 0 0:00:08 0:00:06 0:00:02 4172k
77 27.6M 77 21.4M 0 0 3043k 0 0:00:09 0:00:07 0:00:02 3458k
100 27.6M 100 27.6M 0 0 3618k 0 0:00:07 0:00:07 --:--:-- 4642k |
198 | 2024-03-22T16:09:48.417Z | ++ popd |
199 | 2024-03-22T16:09:48.418Z | /work/oxidecomputer/maghemite |
200 | 2024-03-22T16:09:48.418Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm |
201 | 2024-03-22T16:09:48.418Z | ++ repo=maghemite |
202 | 2024-03-22T16:09:48.418Z | ++ series=release |
203 | 2024-03-22T16:09:48.418Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
204 | 2024-03-22T16:09:48.418Z | ++ name=ddmadm |
205 | 2024-03-22T16:09:48.418Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
206 | 2024-03-22T16:09:48.418Z | ++ mkdir -p download |
207 | 2024-03-22T16:09:48.418Z | ++ pushd download |
208 | 2024-03-22T16:09:48.418Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
209 | 2024-03-22T16:09:48.418Z | ++ [[ ! -f ddmadm ]] |
210 | 2024-03-22T16:09:48.418Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm |
211 | 2024-03-22T16:09:48.424Z | % Total % Received % Xferd Average Speed Time Time Time Current |
212 | 2024-03-22T16:09:48.424Z | Dload Upload Total Spent Left Speed |
213 | 2024-03-22T16:09:57.896Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 30.5M 4 1275k 0 0 1713k 0 0:00:18 --:--:-- 0:00:18 1712k
10 30.5M 10 3287k 0 0 1986k 0 0:00:15 0:00:01 0:00:14 1985k
21 30.5M 21 6643k 0 0 2545k 0 0:00:12 0:00:02 0:00:10 2545k
28 30.5M 28 8811k 0 0 2492k 0 0:00:12 0:00:03 0:00:09 2492k
43 30.5M 43 13.1M 0 0 3002k 0 0:00:10 0:00:04 0:00:06 3002k
45 30.5M 45 13.9M 0 0 2646k 0 0:00:11 0:00:05 0:00:06 2795k
53 30.5M 53 16.2M 0 0 2448k 0 0:00:12 0:00:06 0:00:06 2597k
55 30.5M 55 16.8M 0 0 2143k 0 0:00:14 0:00:08 0:00:06 1950k
60 30.5M 60 18.3M 0 0 2197k 0 0:00:14 0:00:08 0:00:06 1989k
99 30.5M 99 30.5M 0 0 3306k 0 0:00:09 0:00:09 --:--:-- 3580k
100 30.5M 100 30.5M 0 0 3305k 0 0:00:09 0:00:09 --:--:-- 4175k |
214 | 2024-03-22T16:09:58.318Z | ++ popd |
215 | 2024-03-22T16:09:58.318Z | /work/oxidecomputer/maghemite |
216 | 2024-03-22T16:09:58.318Z | ++ pushd download |
217 | 2024-03-22T16:09:58.318Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
218 | 2024-03-22T16:09:58.318Z | ++ chmod +x softnpu |
219 | 2024-03-22T16:09:58.318Z | ++ chmod +x scadm |
220 | 2024-03-22T16:09:58.319Z | ++ chmod +x ddmadm |
221 | 2024-03-22T16:09:58.319Z | ++ chmod +x ddmd |
222 | 2024-03-22T16:09:58.322Z | ++ mv ddmadm ddmadm-v1 |
223 | 2024-03-22T16:09:58.322Z | ++ mv ddmd ddmd-v1 |
224 | 2024-03-22T16:09:58.322Z | ++ rm -rf zones/dendrite |
225 | 2024-03-22T16:09:58.322Z | ++ mkdir -p zones/dendrite |
226 | 2024-03-22T16:09:58.322Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
227 | 2024-03-22T16:09:59.077Z | ++ popd |
228 | 2024-03-22T16:09:59.078Z | /work/oxidecomputer/maghemite |
229 | 2024-03-22T16:09:59.078Z | ++ banner install |
230 | 2024-03-22T16:09:59.084Z | |
231 | 2024-03-22T16:09:59.084Z | # # # #### ##### ## # # |
232 | 2024-03-22T16:09:59.084Z | # ## # # # # # # # |
233 | 2024-03-22T16:09:59.085Z | # # # # #### # # # # # |
234 | 2024-03-22T16:09:59.085Z | # # # # # # ###### # # |
235 | 2024-03-22T16:09:59.085Z | # # ## # # # # # # # |
236 | 2024-03-22T16:09:59.085Z | # # # #### # # # ###### ###### |
237 | 2024-03-22T16:09:59.085Z | |
238 | 2024-03-22T16:09:59.085Z | ++ pkg info brand/sparse |
239 | 2024-03-22T16:09:59.085Z | ++ grep -qi installed |
240 | 2024-03-22T16:10:11.797Z | pkg: info: no packages matching the following patterns you specified are |
241 | 2024-03-22T16:10:11.797Z | installed on the system. Try querying remotely instead: |
242 | 2024-03-22T16:10:11.797Z | |
243 | 2024-03-22T16:10:11.797Z | brand/sparse |
244 | 2024-03-22T16:10:11.801Z | ++ [[ 1 != 0 ]] |
245 | 2024-03-22T16:10:11.801Z | ++ set -o errexit |
246 | 2024-03-22T16:10:11.801Z | ++ pfexec pkg install brand/sparse |
247 | 2024-03-22T16:10:18.198Z | Startup: Refreshing catalog 'helios-dev' ... Done |
248 | 2024-03-22T16:10:19.681Z | Startup: Caching catalogs ... Done |
249 | 2024-03-22T16:10:21.325Z | Planning: Solver setup ... Done |
250 | 2024-03-22T16:10:21.347Z | Planning: Running solver ... Done |
251 | 2024-03-22T16:10:21.625Z | Planning: Finding local manifests ... Done |
252 | 2024-03-22T16:10:21.641Z | Planning: Fetching manifests: 0/1 0% complete |
253 | 2024-03-22T16:10:21.872Z | Planning: Fetching manifests: 1/1 100% complete |
254 | 2024-03-22T16:10:21.906Z | Planning: Package planning ... Done |
255 | 2024-03-22T16:10:21.924Z | Planning: Merging actions ... Done |
256 | 2024-03-22T16:10:22.542Z | Planning: Checking for conflicting actions ... Done |
257 | 2024-03-22T16:10:22.545Z | Planning: Consolidating action changes ... Done |
258 | 2024-03-22T16:10:34.900Z | Planning: Evaluating mediators ... Done |
259 | 2024-03-22T16:10:34.904Z | Planning: Planning completed in 15.16 seconds |
260 | 2024-03-22T16:10:34.919Z | Packages to install: 1 |
261 | 2024-03-22T16:10:34.920Z | Create boot environment: No |
262 | 2024-03-22T16:10:34.924Z | Create backup boot environment: No |
263 | 2024-03-22T16:10:35.055Z | |
264 | 2024-03-22T16:10:35.056Z | Download: 0/16 items 0.0/0.0MB 0% complete |
265 | 2024-03-22T16:10:35.119Z | Download: Completed 23.56 kB in 0.07 seconds (350k/s) |
266 | 2024-03-22T16:10:35.195Z | Actions: 1/32 actions (Installing new actions) |
267 | 2024-03-22T16:10:35.199Z | Actions: Completed 32 actions in 0.01 seconds. |
268 | 2024-03-22T16:10:35.382Z | Done |
269 | 2024-03-22T16:10:35.382Z | Done |
270 | 2024-03-22T16:10:35.615Z | Done |
271 | 2024-03-22T16:10:41.640Z | Done |
272 | 2024-03-22T16:10:42.048Z | Done |
273 | 2024-03-22T16:10:42.051Z | Done |
274 | 2024-03-22T16:10:42.152Z | Done |
275 | 2024-03-22T16:10:42.364Z | ++ set -o errexit |
276 | 2024-03-22T16:10:42.364Z | ++ set -o pipefail |
277 | 2024-03-22T16:10:42.364Z | ++ banner build |
278 | 2024-03-22T16:10:42.369Z | |
279 | 2024-03-22T16:10:42.369Z | ##### # # # # ##### |
280 | 2024-03-22T16:10:42.369Z | # # # # # # # # |
281 | 2024-03-22T16:10:42.369Z | ##### # # # # # # |
282 | 2024-03-22T16:10:42.369Z | # # # # # # # # |
283 | 2024-03-22T16:10:42.369Z | # # # # # # # # |
284 | 2024-03-22T16:10:42.369Z | ##### #### # ###### ##### |
285 | 2024-03-22T16:10:42.369Z | |
286 | 2024-03-22T16:10:42.369Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-03-22T16:10:42.508Z | Updating crates.io index |
288 | 2024-03-22T16:10:42.569Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-03-22T16:10:43.521Z | From https://github.com/oxidecomputer/falcon |
290 | 2024-03-22T16:10:43.521Z | * [new branch] main -> origin/main |
291 | 2024-03-22T16:10:43.534Z | * [new ref] -> origin/HEAD |
292 | 2024-03-22T16:10:43.629Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
293 | 2024-03-22T16:10:44.673Z | From https://github.com/oxidecomputer/dendrite |
294 | 2024-03-22T16:10:44.673Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
295 | 2024-03-22T16:10:44.711Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
296 | 2024-03-22T16:10:44.712Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
297 | 2024-03-22T16:10:44.712Z | * [new branch] compliance -> origin/compliance |
298 | 2024-03-22T16:10:44.712Z | * [new branch] dev -> origin/dev |
299 | 2024-03-22T16:10:44.712Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
300 | 2024-03-22T16:10:44.712Z | * [new branch] external_log -> origin/external_log |
301 | 2024-03-22T16:10:44.712Z | * [new branch] fix-address-race -> origin/fix-address-race |
302 | 2024-03-22T16:10:44.712Z | * [new branch] helios2 -> origin/helios2 |
303 | 2024-03-22T16:10:44.712Z | * [new branch] mac_ensure -> origin/mac_ensure |
304 | 2024-03-22T16:10:44.712Z | * [new branch] main -> origin/main |
305 | 2024-03-22T16:10:44.712Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
306 | 2024-03-22T16:10:44.712Z | * [new branch] nat_rpw -> origin/nat_rpw |
307 | 2024-03-22T16:10:44.712Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
308 | 2024-03-22T16:10:44.713Z | * [new branch] port-id -> origin/port-id |
309 | 2024-03-22T16:10:44.713Z | * [new branch] reflection-tests -> origin/reflection-tests |
310 | 2024-03-22T16:10:44.713Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
311 | 2024-03-22T16:10:44.713Z | * [new branch] rust-177-lints -> origin/rust-177-lints |
312 | 2024-03-22T16:10:44.713Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
313 | 2024-03-22T16:10:44.713Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
314 | 2024-03-22T16:10:44.713Z | * [new branch] solo -> origin/solo |
315 | 2024-03-22T16:10:44.713Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
316 | 2024-03-22T16:10:44.713Z | * [new branch] updates -> origin/updates |
317 | 2024-03-22T16:10:44.713Z | * [new ref] -> origin/HEAD |
318 | 2024-03-22T16:10:44.727Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
319 | 2024-03-22T16:10:45.441Z | From https://github.com/oxidecomputer/dropshot |
320 | 2024-03-22T16:10:45.441Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
321 | 2024-03-22T16:10:45.447Z | * [new branch] async -> origin/async |
322 | 2024-03-22T16:10:45.447Z | * [new branch] build-o-mat -> origin/build-o-mat |
323 | 2024-03-22T16:10:45.447Z | * [new branch] camel -> origin/camel |
324 | 2024-03-22T16:10:45.447Z | * [new branch] carets -> origin/carets |
325 | 2024-03-22T16:10:45.447Z | * [new branch] changes -> origin/changes |
326 | 2024-03-22T16:10:45.447Z | * [new branch] ci-version -> origin/ci-version |
327 | 2024-03-22T16:10:45.447Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
328 | 2024-03-22T16:10:45.447Z | * [new branch] clippy -> origin/clippy |
329 | 2024-03-22T16:10:45.447Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
330 | 2024-03-22T16:10:45.447Z | * [new branch] clone -> origin/clone |
331 | 2024-03-22T16:10:45.447Z | * [new branch] dependabot/cargo/base64-0.22.0 -> origin/dependabot/cargo/base64-0.22.0 |
332 | 2024-03-22T16:10:45.447Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
333 | 2024-03-22T16:10:45.447Z | * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0 |
334 | 2024-03-22T16:10:45.447Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
335 | 2024-03-22T16:10:45.447Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
336 | 2024-03-22T16:10:45.447Z | * [new branch] doc -> origin/doc |
337 | 2024-03-22T16:10:45.447Z | * [new branch] err -> origin/err |
338 | 2024-03-22T16:10:45.447Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
339 | 2024-03-22T16:10:45.447Z | * [new branch] expectorate -> origin/expectorate |
340 | 2024-03-22T16:10:45.447Z | * [new branch] extracted -> origin/extracted |
341 | 2024-03-22T16:10:45.448Z | * [new branch] fix_tests -> origin/fix_tests |
342 | 2024-03-22T16:10:45.448Z | * [new branch] fmt2 -> origin/fmt2 |
343 | 2024-03-22T16:10:45.448Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
344 | 2024-03-22T16:10:45.448Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
345 | 2024-03-22T16:10:45.448Z | * [new branch] main -> origin/main |
346 | 2024-03-22T16:10:45.448Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
347 | 2024-03-22T16:10:45.448Z | * [new branch] multi-api -> origin/multi-api |
348 | 2024-03-22T16:10:45.448Z | * [new branch] multiverse -> origin/multiverse |
349 | 2024-03-22T16:10:45.448Z | * [new branch] openapi -> origin/openapi |
350 | 2024-03-22T16:10:45.448Z | * [new branch] openapi2 -> origin/openapi2 |
351 | 2024-03-22T16:10:45.448Z | * [new branch] port-fix-better -> origin/port-fix-better |
352 | 2024-03-22T16:10:45.448Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
353 | 2024-03-22T16:10:45.448Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
354 | 2024-03-22T16:10:45.448Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
355 | 2024-03-22T16:10:45.448Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
356 | 2024-03-22T16:10:45.448Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
357 | 2024-03-22T16:10:45.448Z | * [new branch] server-log -> origin/server-log |
358 | 2024-03-22T16:10:45.448Z | * [new branch] simple-headers -> origin/simple-headers |
359 | 2024-03-22T16:10:45.448Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
360 | 2024-03-22T16:10:45.448Z | * [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 |
361 | 2024-03-22T16:10:45.448Z | * [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 |
362 | 2024-03-22T16:10:45.448Z | * [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 |
363 | 2024-03-22T16:10:45.448Z | * [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 |
364 | 2024-03-22T16:10:45.448Z | * [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 |
365 | 2024-03-22T16:10:45.449Z | * [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 |
366 | 2024-03-22T16:10:45.449Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
367 | 2024-03-22T16:10:45.449Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
368 | 2024-03-22T16:10:45.449Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
369 | 2024-03-22T16:10:45.449Z | * [new branch] websockets -> origin/websockets |
370 | 2024-03-22T16:10:45.449Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
371 | 2024-03-22T16:10:45.453Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
372 | 2024-03-22T16:10:45.453Z | * [new ref] -> origin/HEAD |
373 | 2024-03-22T16:10:45.453Z | * [new tag] v0.10.0 -> v0.10.0 |
374 | 2024-03-22T16:10:45.453Z | * [new tag] v0.3.0 -> v0.3.0 |
375 | 2024-03-22T16:10:45.453Z | * [new tag] v0.4.0 -> v0.4.0 |
376 | 2024-03-22T16:10:45.453Z | * [new tag] v0.5.0 -> v0.5.0 |
377 | 2024-03-22T16:10:45.453Z | * [new tag] v0.5.1 -> v0.5.1 |
378 | 2024-03-22T16:10:45.454Z | * [new tag] v0.6.0 -> v0.6.0 |
379 | 2024-03-22T16:10:45.454Z | * [new tag] v0.7.0 -> v0.7.0 |
380 | 2024-03-22T16:10:45.454Z | * [new tag] v0.8.0 -> v0.8.0 |
381 | 2024-03-22T16:10:45.454Z | * [new tag] v0.9.0 -> v0.9.0 |
382 | 2024-03-22T16:10:45.493Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
383 | 2024-03-22T16:10:45.912Z | From https://github.com/oxidecomputer/ispf |
384 | 2024-03-22T16:10:45.912Z | * [new branch] main -> origin/main |
385 | 2024-03-22T16:10:45.916Z | * [new ref] -> origin/HEAD |
386 | 2024-03-22T16:10:45.922Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
387 | 2024-03-22T16:10:47.972Z | From https://github.com/oxidecomputer/netadm-sys |
388 | 2024-03-22T16:10:47.972Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
389 | 2024-03-22T16:10:47.976Z | * [new branch] gh-pages -> origin/gh-pages |
390 | 2024-03-22T16:10:47.976Z | * [new branch] main -> origin/main |
391 | 2024-03-22T16:10:47.976Z | * [new branch] siocgnds -> origin/siocgnds |
392 | 2024-03-22T16:10:47.976Z | * [new ref] -> origin/HEAD |
393 | 2024-03-22T16:10:47.986Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
394 | 2024-03-22T16:10:53.558Z | From https://github.com/oxidecomputer/omicron |
395 | 2024-03-22T16:10:53.558Z | * [new branch] 267 -> origin/267 |
396 | 2024-03-22T16:10:53.562Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
397 | 2024-03-22T16:10:53.562Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
398 | 2024-03-22T16:10:53.562Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
399 | 2024-03-22T16:10:53.563Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
400 | 2024-03-22T16:10:53.563Z | * [new branch] add-global-api -> origin/add-global-api |
401 | 2024-03-22T16:10:53.563Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
402 | 2024-03-22T16:10:53.563Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
403 | 2024-03-22T16:10:53.563Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
404 | 2024-03-22T16:10:53.563Z | * [new branch] alan/omdb-instances-running -> origin/alan/omdb-instances-running |
405 | 2024-03-22T16:10:53.563Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
406 | 2024-03-22T16:10:53.563Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
407 | 2024-03-22T16:10:53.563Z | * [new branch] archived/disks -> origin/archived/disks |
408 | 2024-03-22T16:10:53.563Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
409 | 2024-03-22T16:10:53.563Z | * [new branch] archived/extractors -> origin/archived/extractors |
410 | 2024-03-22T16:10:53.563Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
411 | 2024-03-22T16:10:53.563Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
412 | 2024-03-22T16:10:53.563Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
413 | 2024-03-22T16:10:53.563Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
414 | 2024-03-22T16:10:53.563Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
415 | 2024-03-22T16:10:53.563Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
416 | 2024-03-22T16:10:53.564Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
417 | 2024-03-22T16:10:53.564Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
418 | 2024-03-22T16:10:53.564Z | * [new branch] archived/logging -> origin/archived/logging |
419 | 2024-03-22T16:10:53.564Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
420 | 2024-03-22T16:10:53.564Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
421 | 2024-03-22T16:10:53.564Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
422 | 2024-03-22T16:10:53.564Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
423 | 2024-03-22T16:10:53.564Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
424 | 2024-03-22T16:10:53.564Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
425 | 2024-03-22T16:10:53.564Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
426 | 2024-03-22T16:10:53.564Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
427 | 2024-03-22T16:10:53.564Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
428 | 2024-03-22T16:10:53.570Z | * [new branch] authz-role-test -> origin/authz-role-test |
429 | 2024-03-22T16:10:53.570Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
430 | 2024-03-22T16:10:53.570Z | * [new branch] bigger-disks -> origin/bigger-disks |
431 | 2024-03-22T16:10:53.570Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
432 | 2024-03-22T16:10:53.570Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
433 | 2024-03-22T16:10:53.570Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
434 | 2024-03-22T16:10:53.571Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
435 | 2024-03-22T16:10:53.571Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
436 | 2024-03-22T16:10:53.571Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
437 | 2024-03-22T16:10:53.571Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
438 | 2024-03-22T16:10:53.571Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
439 | 2024-03-22T16:10:53.571Z | * [new branch] clippy -> origin/clippy |
440 | 2024-03-22T16:10:53.571Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
441 | 2024-03-22T16:10:53.571Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
442 | 2024-03-22T16:10:53.571Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
443 | 2024-03-22T16:10:53.571Z | * [new branch] conform-m2 -> origin/conform-m2 |
444 | 2024-03-22T16:10:53.571Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
445 | 2024-03-22T16:10:53.571Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
446 | 2024-03-22T16:10:53.571Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
447 | 2024-03-22T16:10:53.571Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
448 | 2024-03-22T16:10:53.572Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
449 | 2024-03-22T16:10:53.572Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
450 | 2024-03-22T16:10:53.572Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
451 | 2024-03-22T16:10:53.572Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
452 | 2024-03-22T16:10:53.572Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
453 | 2024-03-22T16:10:53.572Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
454 | 2024-03-22T16:10:53.572Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
455 | 2024-03-22T16:10:53.572Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
456 | 2024-03-22T16:10:53.572Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
457 | 2024-03-22T16:10:53.572Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
458 | 2024-03-22T16:10:53.572Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
459 | 2024-03-22T16:10:53.572Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
460 | 2024-03-22T16:10:53.572Z | * [new branch] dap/update-control -> origin/dap/update-control |
461 | 2024-03-22T16:10:53.572Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
462 | 2024-03-22T16:10:53.572Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
463 | 2024-03-22T16:10:53.572Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
464 | 2024-03-22T16:10:53.572Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
465 | 2024-03-22T16:10:53.572Z | * [new branch] demo -> origin/demo |
466 | 2024-03-22T16:10:53.572Z | * [new branch] demo_m2 -> origin/demo_m2 |
467 | 2024-03-22T16:10:53.572Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
468 | 2024-03-22T16:10:53.572Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
469 | 2024-03-22T16:10:53.572Z | * [new branch] disk-disable -> origin/disk-disable |
470 | 2024-03-22T16:10:53.572Z | * [new branch] dns-dataset -> origin/dns-dataset |
471 | 2024-03-22T16:10:53.572Z | * [new branch] document-external-internal -> origin/document-external-internal |
472 | 2024-03-22T16:10:53.573Z | * [new branch] dropshot-local -> origin/dropshot-local |
473 | 2024-03-22T16:10:53.573Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
474 | 2024-03-22T16:10:53.573Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
475 | 2024-03-22T16:10:53.573Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
476 | 2024-03-22T16:10:53.573Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
477 | 2024-03-22T16:10:53.573Z | * [new branch] executor-fake -> origin/executor-fake |
478 | 2024-03-22T16:10:53.573Z | * [new branch] external_log -> origin/external_log |
479 | 2024-03-22T16:10:53.573Z | * [new branch] falcon-nextest -> origin/falcon-nextest |
480 | 2024-03-22T16:10:53.573Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
481 | 2024-03-22T16:10:53.573Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
482 | 2024-03-22T16:10:53.579Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
483 | 2024-03-22T16:10:53.579Z | * [new branch] folgers -> origin/folgers |
484 | 2024-03-22T16:10:53.579Z | * [new branch] fromstr -> origin/fromstr |
485 | 2024-03-22T16:10:53.579Z | * [new branch] gateway -> origin/gateway |
486 | 2024-03-22T16:10:53.579Z | * [new branch] host-fake -> origin/host-fake |
487 | 2024-03-22T16:10:53.579Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
488 | 2024-03-22T16:10:53.579Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
489 | 2024-03-22T16:10:53.579Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
490 | 2024-03-22T16:10:53.579Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
491 | 2024-03-22T16:10:53.579Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
492 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
493 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
494 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
495 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
496 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
497 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
498 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/try -> origin/iliana/try |
499 | 2024-03-22T16:10:53.580Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
500 | 2024-03-22T16:10:53.580Z | * [new branch] illumos-ci -> origin/illumos-ci |
501 | 2024-03-22T16:10:53.580Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
502 | 2024-03-22T16:10:53.580Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
503 | 2024-03-22T16:10:53.580Z | * [new branch] issue-213-static -> origin/issue-213-static |
504 | 2024-03-22T16:10:53.580Z | * [new branch] issue-3432 -> origin/issue-3432 |
505 | 2024-03-22T16:10:53.580Z | * [new branch] jclulow -> origin/jclulow |
506 | 2024-03-22T16:10:53.580Z | * [new branch] john/nexus-capabilities -> origin/john/nexus-capabilities |
507 | 2024-03-22T16:10:53.580Z | * [new branch] john/oximeter-producer-gc -> origin/john/oximeter-producer-gc |
508 | 2024-03-22T16:10:53.580Z | * [new branch] john/remove-service-table -> origin/john/remove-service-table |
509 | 2024-03-22T16:10:53.580Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
510 | 2024-03-22T16:10:53.580Z | * [new branch] keeplogs -> origin/keeplogs |
511 | 2024-03-22T16:10:53.580Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
512 | 2024-03-22T16:10:53.581Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
513 | 2024-03-22T16:10:53.581Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
514 | 2024-03-22T16:10:53.581Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
515 | 2024-03-22T16:10:53.581Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
516 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
517 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
518 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
519 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
520 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
521 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
522 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
523 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
524 | 2024-03-22T16:10:53.581Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
525 | 2024-03-22T16:10:53.581Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
526 | 2024-03-22T16:10:53.581Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
527 | 2024-03-22T16:10:53.581Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
528 | 2024-03-22T16:10:53.581Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
529 | 2024-03-22T16:10:53.581Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
530 | 2024-03-22T16:10:53.581Z | * [new branch] main -> origin/main |
531 | 2024-03-22T16:10:53.581Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
532 | 2024-03-22T16:10:53.581Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
533 | 2024-03-22T16:10:53.581Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
534 | 2024-03-22T16:10:53.581Z | * [new branch] net-reorg -> origin/net-reorg |
535 | 2024-03-22T16:10:53.582Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
536 | 2024-03-22T16:10:53.582Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
537 | 2024-03-22T16:10:53.582Z | * [new branch] new-toolchain -> origin/new-toolchain |
538 | 2024-03-22T16:10:53.582Z | * [new branch] newfolgers -> origin/newfolgers |
539 | 2024-03-22T16:10:53.582Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
540 | 2024-03-22T16:10:53.582Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
541 | 2024-03-22T16:10:53.582Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
542 | 2024-03-22T16:10:53.582Z | * [new branch] omdb-services -> origin/omdb-services |
543 | 2024-03-22T16:10:53.582Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
544 | 2024-03-22T16:10:53.582Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
545 | 2024-03-22T16:10:53.582Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
546 | 2024-03-22T16:10:53.582Z | * [new branch] oximeter-query-language -> origin/oximeter-query-language |
547 | 2024-03-22T16:10:53.582Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
548 | 2024-03-22T16:10:53.582Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
549 | 2024-03-22T16:10:53.582Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
550 | 2024-03-22T16:10:53.582Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
551 | 2024-03-22T16:10:53.582Z | * [new branch] raw-ctes -> origin/raw-ctes |
552 | 2024-03-22T16:10:53.582Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
553 | 2024-03-22T16:10:53.582Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
554 | 2024-03-22T16:10:53.582Z | * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x |
555 | 2024-03-22T16:10:53.582Z | * [new branch] renovate/heck-0.x -> origin/renovate/heck-0.x |
556 | 2024-03-22T16:10:53.582Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
557 | 2024-03-22T16:10:53.583Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
558 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
559 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
560 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x |
561 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/toml-0.x -> origin/renovate/toml-0.x |
562 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/toml_edit-0.x -> origin/renovate/toml_edit-0.x |
563 | 2024-03-22T16:10:53.589Z | * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x |
564 | 2024-03-22T16:10:53.589Z | * [new branch] reservoir -> origin/reservoir |
565 | 2024-03-22T16:10:53.589Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
566 | 2024-03-22T16:10:53.589Z | * [new branch] resource-identifier -> origin/resource-identifier |
567 | 2024-03-22T16:10:53.589Z | * [new branch] retry-txn -> origin/retry-txn |
568 | 2024-03-22T16:10:53.589Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
569 | 2024-03-22T16:10:53.589Z | * [new branch] rev-opte -> origin/rev-opte |
570 | 2024-03-22T16:10:53.589Z | * [new branch] revert-936 -> origin/revert-936 |
571 | 2024-03-22T16:10:53.589Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
572 | 2024-03-22T16:10:53.590Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
573 | 2024-03-22T16:10:53.590Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
574 | 2024-03-22T16:10:53.590Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
575 | 2024-03-22T16:10:53.590Z | * [new branch] rss-testing -> origin/rss-testing |
576 | 2024-03-22T16:10:53.590Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
577 | 2024-03-22T16:10:53.590Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
578 | 2024-03-22T16:10:53.590Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
579 | 2024-03-22T16:10:53.590Z | * [new branch] shatter-authn -> origin/shatter-authn |
580 | 2024-03-22T16:10:53.590Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
581 | 2024-03-22T16:10:53.590Z | * [new branch] silo-create -> origin/silo-create |
582 | 2024-03-22T16:10:53.590Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
583 | 2024-03-22T16:10:53.590Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
584 | 2024-03-22T16:10:53.590Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
585 | 2024-03-22T16:10:53.590Z | * [new branch] simple-cache -> origin/simple-cache |
586 | 2024-03-22T16:10:53.590Z | * [new branch] sled-agent-api-to-manage-phys-disks -> origin/sled-agent-api-to-manage-phys-disks |
587 | 2024-03-22T16:10:53.590Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
588 | 2024-03-22T16:10:53.590Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
589 | 2024-03-22T16:10:53.591Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
590 | 2024-03-22T16:10:53.591Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
591 | 2024-03-22T16:10:53.591Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
592 | 2024-03-22T16:10:53.591Z | * [new branch] sled-location -> origin/sled-location |
593 | 2024-03-22T16:10:53.591Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
594 | 2024-03-22T16:10:53.591Z | * [new branch] special-delivery -> origin/special-delivery |
595 | 2024-03-22T16:10:53.591Z | * [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 |
596 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
597 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
598 | 2024-03-22T16:10:53.591Z | * [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 |
599 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs |
600 | 2024-03-22T16:10:53.591Z | * [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 |
601 | 2024-03-22T16:10:53.591Z | * [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 |
602 | 2024-03-22T16:10:53.591Z | * [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 |
603 | 2024-03-22T16:10:53.591Z | * [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 |
604 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear |
605 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
606 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate |
607 | 2024-03-22T16:10:53.591Z | * [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 |
608 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared |
609 | 2024-03-22T16:10:53.591Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
610 | 2024-03-22T16:10:53.591Z | * [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 |
611 | 2024-03-22T16:10:53.592Z | * [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 |
612 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
613 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
614 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs |
615 | 2024-03-22T16:10:53.592Z | * [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 |
616 | 2024-03-22T16:10:53.592Z | * [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 |
617 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
618 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone -> origin/sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone |
619 | 2024-03-22T16:10:53.592Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
620 | 2024-03-22T16:10:53.592Z | * [new branch] swap -> origin/swap |
621 | 2024-03-22T16:10:53.592Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
622 | 2024-03-22T16:10:53.592Z | * [new branch] thing-flinger -> origin/thing-flinger |
623 | 2024-03-22T16:10:53.592Z | * [new branch] tqv1 -> origin/tqv1 |
624 | 2024-03-22T16:10:53.592Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
625 | 2024-03-22T16:10:53.592Z | * [new branch] u2-encryption -> origin/u2-encryption |
626 | 2024-03-22T16:10:53.592Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
627 | 2024-03-22T16:10:53.592Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
628 | 2024-03-22T16:10:53.592Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
629 | 2024-03-22T16:10:53.592Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
630 | 2024-03-22T16:10:53.592Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
631 | 2024-03-22T16:10:53.592Z | * [new branch] unused-deps -> origin/unused-deps |
632 | 2024-03-22T16:10:53.592Z | * [new branch] update-planning -> origin/update-planning |
633 | 2024-03-22T16:10:53.592Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
634 | 2024-03-22T16:10:53.592Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
635 | 2024-03-22T16:10:53.592Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
636 | 2024-03-22T16:10:53.593Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
637 | 2024-03-22T16:10:53.593Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
638 | 2024-03-22T16:10:53.593Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
639 | 2024-03-22T16:10:53.593Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
640 | 2024-03-22T16:10:53.593Z | * [new branch] wicket -> origin/wicket |
641 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
642 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
643 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-menu -> origin/wicket-menu |
644 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
645 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
646 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
647 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
648 | 2024-03-22T16:10:53.601Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
649 | 2024-03-22T16:10:53.601Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
650 | 2024-03-22T16:10:53.601Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
651 | 2024-03-22T16:10:53.601Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
652 | 2024-03-22T16:10:53.601Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
653 | 2024-03-22T16:10:53.602Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
654 | 2024-03-22T16:10:53.602Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
655 | 2024-03-22T16:10:53.602Z | * [new ref] -> origin/HEAD |
656 | 2024-03-22T16:10:53.602Z | * [new tag] dogfood -> dogfood |
657 | 2024-03-22T16:10:53.602Z | * [new tag] v5 -> v5 |
658 | 2024-03-22T16:10:53.602Z | * [new tag] v6 -> v6 |
659 | 2024-03-22T16:10:53.870Z | Updating git repository `https://github.com/oxidecomputer/opte` |
660 | 2024-03-22T16:10:54.914Z | From https://github.com/oxidecomputer/opte |
661 | 2024-03-22T16:10:54.914Z | * [new branch] bench-tpcof -> origin/bench-tpcof |
662 | 2024-03-22T16:10:54.920Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
663 | 2024-03-22T16:10:54.920Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
664 | 2024-03-22T16:10:54.920Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
665 | 2024-03-22T16:10:54.920Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
666 | 2024-03-22T16:10:54.920Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
667 | 2024-03-22T16:10:54.920Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
668 | 2024-03-22T16:10:54.920Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
669 | 2024-03-22T16:10:54.920Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
670 | 2024-03-22T16:10:54.920Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
671 | 2024-03-22T16:10:54.920Z | * [new branch] master -> origin/master |
672 | 2024-03-22T16:10:54.920Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
673 | 2024-03-22T16:10:54.920Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
674 | 2024-03-22T16:10:54.920Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
675 | 2024-03-22T16:10:54.920Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
676 | 2024-03-22T16:10:54.920Z | * [new branch] opte-220 -> origin/opte-220 |
677 | 2024-03-22T16:10:54.920Z | * [new branch] opte-225 -> origin/opte-225 |
678 | 2024-03-22T16:10:54.920Z | * [new branch] opte-227 -> origin/opte-227 |
679 | 2024-03-22T16:10:54.921Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
680 | 2024-03-22T16:10:54.921Z | * [new branch] opte-232 -> origin/opte-232 |
681 | 2024-03-22T16:10:54.921Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
682 | 2024-03-22T16:10:54.921Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
683 | 2024-03-22T16:10:54.921Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
684 | 2024-03-22T16:10:54.921Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
685 | 2024-03-22T16:10:54.921Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
686 | 2024-03-22T16:10:54.921Z | * [new branch] opteadm-library -> origin/opteadm-library |
687 | 2024-03-22T16:10:54.921Z | * [new branch] partial-workspace -> origin/partial-workspace |
688 | 2024-03-22T16:10:54.921Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
689 | 2024-03-22T16:10:54.921Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
690 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
691 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
692 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
693 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
694 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
695 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
696 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
697 | 2024-03-22T16:10:54.921Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
698 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
699 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
700 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
701 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
702 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
703 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
704 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
705 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
706 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
707 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
708 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
709 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
710 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
711 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
712 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
713 | 2024-03-22T16:10:54.926Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
714 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
715 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
716 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
717 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
718 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
719 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
720 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
721 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
722 | 2024-03-22T16:10:54.927Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
723 | 2024-03-22T16:10:54.927Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
724 | 2024-03-22T16:10:54.927Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
725 | 2024-03-22T16:10:54.927Z | * [new ref] -> origin/HEAD |
726 | 2024-03-22T16:10:54.968Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-03-22T16:10:56.497Z | From https://github.com/oxidecomputer/progenitor |
728 | 2024-03-22T16:10:56.498Z | * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0 |
729 | 2024-03-22T16:10:56.502Z | * [new branch] dependabot/cargo/wasm-bindgen-test-0.3.42 -> origin/dependabot/cargo/wasm-bindgen-test-0.3.42 |
730 | 2024-03-22T16:10:56.502Z | * [new branch] extension2 -> origin/extension2 |
731 | 2024-03-22T16:10:56.502Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
732 | 2024-03-22T16:10:56.503Z | * [new branch] main -> origin/main |
733 | 2024-03-22T16:10:56.503Z | * [new branch] nexus-update -> origin/nexus-update |
734 | 2024-03-22T16:10:56.503Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
735 | 2024-03-22T16:10:56.503Z | * [new branch] print-example -> origin/print-example |
736 | 2024-03-22T16:10:56.503Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
737 | 2024-03-22T16:10:56.503Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
738 | 2024-03-22T16:10:56.503Z | * [new branch] security-schemes -> origin/security-schemes |
739 | 2024-03-22T16:10:56.503Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
740 | 2024-03-22T16:10:56.503Z | * [new branch] test-ci -> origin/test-ci |
741 | 2024-03-22T16:10:56.503Z | * [new branch] untyped-responses -> origin/untyped-responses |
742 | 2024-03-22T16:10:56.503Z | * [new branch] v41 -> origin/v41 |
743 | 2024-03-22T16:10:56.503Z | * [new ref] -> origin/HEAD |
744 | 2024-03-22T16:10:56.503Z | * [new tag] v0.1.1 -> v0.1.1 |
745 | 2024-03-22T16:10:56.503Z | * [new tag] v0.2.0 -> v0.2.0 |
746 | 2024-03-22T16:10:56.503Z | * [new tag] v0.3.0 -> v0.3.0 |
747 | 2024-03-22T16:10:56.503Z | * [new tag] v0.4.0 -> v0.4.0 |
748 | 2024-03-22T16:10:56.503Z | * [new tag] v0.4.1 -> v0.4.1 |
749 | 2024-03-22T16:10:56.503Z | * [new tag] v0.5.0 -> v0.5.0 |
750 | 2024-03-22T16:10:56.503Z | * [new tag] v0.6.0 -> v0.6.0 |
751 | 2024-03-22T16:10:56.610Z | Updating git repository `https://github.com/oxidecomputer/zone` |
752 | 2024-03-22T16:10:57.319Z | From https://github.com/oxidecomputer/zone |
753 | 2024-03-22T16:10:57.319Z | * [new branch] main -> origin/main |
754 | 2024-03-22T16:10:57.323Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
755 | 2024-03-22T16:10:57.324Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
756 | 2024-03-22T16:10:57.324Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
757 | 2024-03-22T16:10:57.324Z | * [new ref] -> origin/HEAD |
758 | 2024-03-22T16:10:57.364Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
759 | 2024-03-22T16:10:58.374Z | From https://github.com/oxidecomputer/propolis |
760 | 2024-03-22T16:10:58.374Z | * [new branch] ata -> origin/ata |
761 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/dude-wheres-my-instance -> origin/eliza/dude-wheres-my-instance |
762 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/intr-dun -> origin/eliza/intr-dun |
763 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/intr-pins-nice -> origin/eliza/intr-pins-nice |
764 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/migrate-dirty-pages -> origin/eliza/migrate-dirty-pages |
765 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/no-restart-me -> origin/eliza/no-restart-me |
766 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/phd-parallel -> origin/eliza/phd-parallel |
767 | 2024-03-22T16:10:58.381Z | * [new branch] eliza/split-borrows -> origin/eliza/split-borrows |
768 | 2024-03-22T16:10:58.381Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
769 | 2024-03-22T16:10:58.381Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
770 | 2024-03-22T16:10:58.381Z | * [new branch] master -> origin/master |
771 | 2024-03-22T16:10:58.381Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
772 | 2024-03-22T16:10:58.381Z | * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami |
773 | 2024-03-22T16:10:58.381Z | * [new ref] -> origin/HEAD |
774 | 2024-03-22T16:10:58.492Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
775 | 2024-03-22T16:10:59.165Z | From https://github.com/oxidecomputer/dlpi-sys |
776 | 2024-03-22T16:10:59.165Z | * [new branch] gh-pages -> origin/gh-pages |
777 | 2024-03-22T16:10:59.168Z | * [new branch] main -> origin/main |
778 | 2024-03-22T16:10:59.168Z | * [new ref] -> origin/HEAD |
779 | 2024-03-22T16:10:59.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
780 | 2024-03-22T16:10:59.662Z | From https://github.com/jmesmon/rust-libzfs |
781 | 2024-03-22T16:10:59.662Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
782 | 2024-03-22T16:10:59.666Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
783 | 2024-03-22T16:10:59.666Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
784 | 2024-03-22T16:10:59.666Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
785 | 2024-03-22T16:10:59.667Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
786 | 2024-03-22T16:10:59.667Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
787 | 2024-03-22T16:10:59.667Z | * [new branch] dev -> origin/dev |
788 | 2024-03-22T16:10:59.667Z | * [new branch] drr -> origin/drr |
789 | 2024-03-22T16:10:59.667Z | * [new branch] f-types -> origin/f-types |
790 | 2024-03-22T16:10:59.667Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
791 | 2024-03-22T16:10:59.667Z | * [new branch] master -> origin/master |
792 | 2024-03-22T16:10:59.667Z | * [new branch] staging -> origin/staging |
793 | 2024-03-22T16:10:59.667Z | * [new ref] -> origin/HEAD |
794 | 2024-03-22T16:10:59.667Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
795 | 2024-03-22T16:10:59.667Z | * [new tag] v0.4.0 -> v0.4.0 |
796 | 2024-03-22T16:10:59.667Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
797 | 2024-03-22T16:10:59.667Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
798 | 2024-03-22T16:10:59.681Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
799 | 2024-03-22T16:11:00.207Z | From https://github.com/oxidecomputer/rusty-doors |
800 | 2024-03-22T16:11:00.207Z | * [new branch] gh-pages -> origin/gh-pages |
801 | 2024-03-22T16:11:00.211Z | * [new branch] main -> origin/main |
802 | 2024-03-22T16:11:00.211Z | * [new branch] no-bindgen -> origin/no-bindgen |
803 | 2024-03-22T16:11:00.211Z | * [new ref] -> origin/HEAD |
804 | 2024-03-22T16:11:00.227Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-03-22T16:11:00.435Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
806 | 2024-03-22T16:11:01.259Z | From http://github.com/oxidecomputer/serde_human_bytes |
807 | 2024-03-22T16:11:01.259Z | * [new branch] gh-pages -> origin/gh-pages |
808 | 2024-03-22T16:11:01.263Z | * [new branch] main -> origin/main |
809 | 2024-03-22T16:11:01.263Z | * [new branch] renovate/configure -> origin/renovate/configure |
810 | 2024-03-22T16:11:01.263Z | * [new ref] -> origin/HEAD |
811 | 2024-03-22T16:11:01.294Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-03-22T16:11:01.940Z | From https://github.com/oxidecomputer/slog-error-chain |
813 | 2024-03-22T16:11:01.940Z | * [new branch] main -> origin/main |
814 | 2024-03-22T16:11:01.945Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
815 | 2024-03-22T16:11:01.945Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
816 | 2024-03-22T16:11:01.945Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
817 | 2024-03-22T16:11:01.945Z | * [new ref] -> origin/HEAD |
818 | 2024-03-22T16:11:01.979Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
819 | 2024-03-22T16:11:02.408Z | From https://github.com/oxidecomputer/poptrie |
820 | 2024-03-22T16:11:02.408Z | * [new branch] main -> origin/main |
821 | 2024-03-22T16:11:02.412Z | * [new branch] multipath -> origin/multipath |
822 | 2024-03-22T16:11:02.412Z | * [new ref] -> origin/HEAD |
823 | 2024-03-22T16:11:02.594Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-03-22T16:11:04.209Z | From https://github.com/oxidecomputer/typify |
825 | 2024-03-22T16:11:04.209Z | * [new branch] default-fault -> origin/default-fault |
826 | 2024-03-22T16:11:04.217Z | * [new branch] ipv6 -> origin/ipv6 |
827 | 2024-03-22T16:11:04.217Z | * [new branch] js-schema -> origin/js-schema |
828 | 2024-03-22T16:11:04.217Z | * [new branch] main -> origin/main |
829 | 2024-03-22T16:11:04.218Z | * [new branch] nested-newtype -> origin/nested-newtype |
830 | 2024-03-22T16:11:04.218Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
831 | 2024-03-22T16:11:04.218Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
832 | 2024-03-22T16:11:04.218Z | * [new ref] -> origin/HEAD |
833 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.10 -> v0.0.10 |
834 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.11 -> v0.0.11 |
835 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.12 -> v0.0.12 |
836 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.13 -> v0.0.13 |
837 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.14 -> v0.0.14 |
838 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.15 -> v0.0.15 |
839 | 2024-03-22T16:11:04.218Z | * [new tag] v0.0.16 -> v0.0.16 |
840 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.4 -> v0.0.4 |
841 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.5 -> v0.0.5 |
842 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.6 -> v0.0.6 |
843 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.7 -> v0.0.7 |
844 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.8 -> v0.0.8 |
845 | 2024-03-22T16:11:04.219Z | * [new tag] v0.0.9 -> v0.0.9 |
846 | 2024-03-22T16:11:04.324Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
847 | 2024-03-22T16:11:04.825Z | From https://github.com/oxidecomputer/rfb |
848 | 2024-03-22T16:11:04.825Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
849 | 2024-03-22T16:11:04.829Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
850 | 2024-03-22T16:11:04.829Z | * [new branch] main -> origin/main |
851 | 2024-03-22T16:11:04.829Z | * [new ref] -> origin/HEAD |
852 | 2024-03-22T16:11:04.843Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
853 | 2024-03-22T16:11:05.450Z | From https://github.com/oxidecomputer/management-gateway-service |
854 | 2024-03-22T16:11:05.450Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
855 | 2024-03-22T16:11:05.455Z | * [new branch] buildomat -> origin/buildomat |
856 | 2024-03-22T16:11:05.455Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
857 | 2024-03-22T16:11:05.455Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
858 | 2024-03-22T16:11:05.455Z | * [new branch] image-board-check -> origin/image-board-check |
859 | 2024-03-22T16:11:05.455Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
860 | 2024-03-22T16:11:05.455Z | * [new branch] lock_state -> origin/lock_state |
861 | 2024-03-22T16:11:05.455Z | * [new branch] main -> origin/main |
862 | 2024-03-22T16:11:05.455Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
863 | 2024-03-22T16:11:05.455Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
864 | 2024-03-22T16:11:05.455Z | * [new branch] read-rot-message -> origin/read-rot-message |
865 | 2024-03-22T16:11:05.455Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
866 | 2024-03-22T16:11:05.455Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
867 | 2024-03-22T16:11:05.456Z | * [new branch] reset-component -> origin/reset-component |
868 | 2024-03-22T16:11:05.456Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
869 | 2024-03-22T16:11:05.456Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
870 | 2024-03-22T16:11:05.456Z | * [new branch] rot-update -> origin/rot-update |
871 | 2024-03-22T16:11:05.456Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
872 | 2024-03-22T16:11:05.456Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
873 | 2024-03-22T16:11:05.456Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
874 | 2024-03-22T16:11:05.456Z | * [new branch] sprot-attest -> origin/sprot-attest |
875 | 2024-03-22T16:11:05.456Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
876 | 2024-03-22T16:11:05.456Z | * [new branch] sprot-errors -> origin/sprot-errors |
877 | 2024-03-22T16:11:05.456Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
878 | 2024-03-22T16:11:05.456Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
879 | 2024-03-22T16:11:05.456Z | * [new branch] update-stage0 -> origin/update-stage0 |
880 | 2024-03-22T16:11:05.456Z | * [new ref] -> origin/HEAD |
881 | 2024-03-22T16:11:07.014Z | Downloading crates ... |
882 | 2024-03-22T16:11:07.085Z | Downloaded ahash v0.8.11 |
883 | 2024-03-22T16:11:07.093Z | Downloaded cobs v0.2.3 |
884 | 2024-03-22T16:11:07.097Z | Downloaded cstr-argument v0.1.2 |
885 | 2024-03-22T16:11:07.097Z | Downloaded clap_derive v4.5.3 |
886 | 2024-03-22T16:11:07.103Z | Downloaded ciborium v0.2.2 |
887 | 2024-03-22T16:11:07.108Z | Downloaded base64ct v1.6.0 |
888 | 2024-03-22T16:11:07.108Z | Downloaded argon2 v0.5.3 |
889 | 2024-03-22T16:11:07.108Z | Downloaded darling v0.20.8 |
890 | 2024-03-22T16:11:07.112Z | Downloaded rustls-pemfile v2.1.1 |
891 | 2024-03-22T16:11:07.117Z | Downloaded clap_lex v0.7.0 |
892 | 2024-03-22T16:11:07.117Z | Downloaded anstyle-parse v0.2.3 |
893 | 2024-03-22T16:11:07.117Z | Downloaded crc32fast v1.4.0 |
894 | 2024-03-22T16:11:07.121Z | Downloaded rustversion v1.0.14 |
895 | 2024-03-22T16:11:07.121Z | Downloaded darling_core v0.20.8 |
896 | 2024-03-22T16:11:07.125Z | Downloaded dof v0.3.0 |
897 | 2024-03-22T16:11:07.132Z | Downloaded rustls-pemfile v1.0.4 |
898 | 2024-03-22T16:11:07.132Z | Downloaded rustls-pki-types v1.3.1 |
899 | 2024-03-22T16:11:07.136Z | Downloaded dirs-sys-next v0.1.2 |
900 | 2024-03-22T16:11:07.136Z | Downloaded colorchoice v1.0.0 |
901 | 2024-03-22T16:11:07.136Z | Downloaded ciborium-io v0.2.2 |
902 | 2024-03-22T16:11:07.136Z | Downloaded cpufeatures v0.2.12 |
903 | 2024-03-22T16:11:07.136Z | Downloaded async-stream-impl v0.3.5 |
904 | 2024-03-22T16:11:07.141Z | Downloaded bitflags v1.3.2 |
905 | 2024-03-22T16:11:07.141Z | Downloaded digest v0.10.7 |
906 | 2024-03-22T16:11:07.159Z | Downloaded heck v0.4.1 |
907 | 2024-03-22T16:11:07.159Z | Downloaded ryu v1.0.17 |
908 | 2024-03-22T16:11:07.166Z | Downloaded crc8 v0.1.1 |
909 | 2024-03-22T16:11:07.166Z | Downloaded cfg-if v1.0.0 |
910 | 2024-03-22T16:11:07.166Z | Downloaded dtrace-parser v0.2.0 |
911 | 2024-03-22T16:11:07.166Z | Downloaded async-stream v0.3.5 |
912 | 2024-03-22T16:11:07.166Z | Downloaded http v0.2.12 |
913 | 2024-03-22T16:11:07.166Z | Downloaded sha2 v0.10.8 |
914 | 2024-03-22T16:11:07.171Z | Downloaded foreign-types v0.3.2 |
915 | 2024-03-22T16:11:07.171Z | Downloaded darling_macro v0.20.8 |
916 | 2024-03-22T16:11:07.172Z | Downloaded serde_repr v0.1.18 |
917 | 2024-03-22T16:11:07.172Z | Downloaded strsim v0.11.0 |
918 | 2024-03-22T16:11:07.172Z | Downloaded spin v0.9.8 |
919 | 2024-03-22T16:11:07.176Z | Downloaded foreign-types-shared v0.3.1 |
920 | 2024-03-22T16:11:07.176Z | Downloaded foreign-types-shared v0.1.1 |
921 | 2024-03-22T16:11:07.176Z | Downloaded scroll_derive v0.12.0 |
922 | 2024-03-22T16:11:07.176Z | Downloaded slog-term v2.9.1 |
923 | 2024-03-22T16:11:07.198Z | Downloaded rustls-webpki v0.101.7 |
924 | 2024-03-22T16:11:07.203Z | Downloaded hubpack_derive v0.1.1 |
925 | 2024-03-22T16:11:07.203Z | Downloaded want v0.3.1 |
926 | 2024-03-22T16:11:07.203Z | Downloaded strum v0.26.2 |
927 | 2024-03-22T16:11:07.203Z | Downloaded deranged v0.3.11 |
928 | 2024-03-22T16:11:07.203Z | Downloaded defmt-macros v0.3.7 |
929 | 2024-03-22T16:11:07.210Z | Downloaded ident_case v1.0.1 |
930 | 2024-03-22T16:11:07.210Z | Downloaded num-conv v0.1.0 |
931 | 2024-03-22T16:11:07.210Z | Downloaded crossbeam-utils v0.8.19 |
932 | 2024-03-22T16:11:07.214Z | Downloaded slab v0.4.9 |
933 | 2024-03-22T16:11:07.214Z | Downloaded byteorder v1.5.0 |
934 | 2024-03-22T16:11:07.214Z | Downloaded slog-scope v4.4.0 |
935 | 2024-03-22T16:11:07.219Z | Downloaded strum_macros v0.25.3 |
936 | 2024-03-22T16:11:07.219Z | Downloaded slog-async v2.8.0 |
937 | 2024-03-22T16:11:07.228Z | Downloaded hash32 v0.3.1 |
938 | 2024-03-22T16:11:07.228Z | Downloaded hostname v0.3.1 |
939 | 2024-03-22T16:11:07.232Z | Downloaded sct v0.7.1 |
940 | 2024-03-22T16:11:07.233Z | Downloaded resolv-conf v0.7.0 |
941 | 2024-03-22T16:11:07.233Z | Downloaded hex v0.4.3 |
942 | 2024-03-22T16:11:07.233Z | Downloaded take_mut v0.2.2 |
943 | 2024-03-22T16:11:07.233Z | Downloaded sync_wrapper v0.1.2 |
944 | 2024-03-22T16:11:07.237Z | Downloaded defmt v0.3.6 |
945 | 2024-03-22T16:11:07.239Z | Downloaded camino v1.1.6 |
946 | 2024-03-22T16:11:07.245Z | Downloaded try-lock v0.2.5 |
947 | 2024-03-22T16:11:07.245Z | Downloaded time-core v0.1.2 |
948 | 2024-03-22T16:11:07.245Z | Downloaded ppv-lite86 v0.2.17 |
949 | 2024-03-22T16:11:07.245Z | Downloaded rustc_version v0.1.7 |
950 | 2024-03-22T16:11:07.245Z | Downloaded proc-macro-crate v3.1.0 |
951 | 2024-03-22T16:11:07.245Z | Downloaded tower-service v0.3.2 |
952 | 2024-03-22T16:11:07.249Z | Downloaded tinyvec_macros v0.1.1 |
953 | 2024-03-22T16:11:07.249Z | Downloaded async-trait v0.1.78 |
954 | 2024-03-22T16:11:07.253Z | Downloaded instant v0.1.12 |
955 | 2024-03-22T16:11:07.253Z | Downloaded usdt-macro v0.5.0 |
956 | 2024-03-22T16:11:07.254Z | Downloaded structmeta v0.3.0 |
957 | 2024-03-22T16:11:07.254Z | Downloaded stable_deref_trait v1.2.0 |
958 | 2024-03-22T16:11:07.254Z | Downloaded slog-envlogger v2.2.0 |
959 | 2024-03-22T16:11:07.260Z | Downloaded macaddr v1.0.1 |
960 | 2024-03-22T16:11:07.260Z | Downloaded thread-id v4.2.1 |
961 | 2024-03-22T16:11:07.264Z | Downloaded subtle v2.5.0 |
962 | 2024-03-22T16:11:07.264Z | Downloaded slog-bunyan v2.5.0 |
963 | 2024-03-22T16:11:07.264Z | Downloaded sha1 v0.10.6 |
964 | 2024-03-22T16:11:07.265Z | Downloaded memmap v0.7.0 |
965 | 2024-03-22T16:11:07.265Z | Downloaded proc-macro-error v1.0.4 |
966 | 2024-03-22T16:11:07.269Z | Downloaded toml_datetime v0.6.5 |
967 | 2024-03-22T16:11:07.269Z | Downloaded thread_local v1.1.8 |
968 | 2024-03-22T16:11:07.275Z | Downloaded plain v0.2.3 |
969 | 2024-03-22T16:11:07.275Z | Downloaded futures-channel v0.3.30 |
970 | 2024-03-22T16:11:07.275Z | Downloaded matches v0.1.10 |
971 | 2024-03-22T16:11:07.275Z | Downloaded strum_macros v0.26.2 |
972 | 2024-03-22T16:11:07.283Z | Downloaded strsim v0.10.0 |
973 | 2024-03-22T16:11:07.283Z | Downloaded crossbeam-epoch v0.9.18 |
974 | 2024-03-22T16:11:07.289Z | Downloaded serde_derive_internals v0.26.0 |
975 | 2024-03-22T16:11:07.289Z | Downloaded openssl-macros v0.1.1 |
976 | 2024-03-22T16:11:07.289Z | Downloaded serde_with_macros v3.7.0 |
977 | 2024-03-22T16:11:07.289Z | Downloaded clap v4.5.3 |
978 | 2024-03-22T16:11:07.295Z | Downloaded pretty-hex v0.4.1 |
979 | 2024-03-22T16:11:07.300Z | Downloaded pretty-hex v0.2.1 |
980 | 2024-03-22T16:11:07.300Z | Downloaded tokio-macros v2.2.0 |
981 | 2024-03-22T16:11:07.300Z | Downloaded tabwriter v1.4.0 |
982 | 2024-03-22T16:11:07.300Z | Downloaded slog-dtrace v0.3.0 |
983 | 2024-03-22T16:11:07.300Z | Downloaded num_cpus v1.16.0 |
984 | 2024-03-22T16:11:07.306Z | Downloaded unicode-width v0.1.11 |
985 | 2024-03-22T16:11:07.306Z | Downloaded num-complex v0.4.5 |
986 | 2024-03-22T16:11:07.306Z | Downloaded blake2 v0.10.6 |
987 | 2024-03-22T16:11:07.311Z | Downloaded omicron-workspace-hack v0.1.0 |
988 | 2024-03-22T16:11:07.311Z | Downloaded num_threads v0.1.7 |
989 | 2024-03-22T16:11:07.312Z | Downloaded time-macros v0.2.17 |
990 | 2024-03-22T16:11:07.312Z | Downloaded slog-json v2.6.1 |
991 | 2024-03-22T16:11:07.316Z | Downloaded pin-utils v0.1.0 |
992 | 2024-03-22T16:11:07.316Z | Downloaded pkg-config v0.3.30 |
993 | 2024-03-22T16:11:07.317Z | Downloaded pest_generator v2.7.8 |
994 | 2024-03-22T16:11:07.317Z | Downloaded version_check v0.9.4 |
995 | 2024-03-22T16:11:07.321Z | Downloaded parking_lot_core v0.8.6 |
996 | 2024-03-22T16:11:07.321Z | Downloaded once_cell v1.19.0 |
997 | 2024-03-22T16:11:07.337Z | Downloaded tokio-native-tls v0.3.1 |
998 | 2024-03-22T16:11:07.338Z | Downloaded proc-macro-crate v1.3.1 |
999 | 2024-03-22T16:11:07.338Z | Downloaded ipnetwork v0.20.0 |
1000 | 2024-03-22T16:11:07.342Z | Downloaded uuid v0.8.2 |
1001 | 2024-03-22T16:11:07.342Z | Downloaded tokio-rustls v0.25.0 |
1002 | 2024-03-22T16:11:07.342Z | Downloaded is-terminal v0.4.12 |
1003 | 2024-03-22T16:11:07.342Z | Downloaded socket2 v0.5.6 |
1004 | 2024-03-22T16:11:07.342Z | Downloaded waitgroup v0.1.2 |
1005 | 2024-03-22T16:11:07.342Z | Downloaded managed v0.8.0 |
1006 | 2024-03-22T16:11:07.342Z | Downloaded lru-cache v0.1.2 |
1007 | 2024-03-22T16:11:07.343Z | Downloaded socket2 v0.4.10 |
1008 | 2024-03-22T16:11:07.343Z | Downloaded openssl-probe v0.1.5 |
1009 | 2024-03-22T16:11:07.343Z | Downloaded zerocopy-derive v0.7.32 |
1010 | 2024-03-22T16:11:07.350Z | Downloaded powerfmt v0.2.0 |
1011 | 2024-03-22T16:11:07.350Z | Downloaded rand_core v0.6.4 |
1012 | 2024-03-22T16:11:07.350Z | Downloaded proc-macro-error-attr v1.0.4 |
1013 | 2024-03-22T16:11:07.355Z | Downloaded rand_chacha v0.3.1 |
1014 | 2024-03-22T16:11:07.356Z | Downloaded ipnet v2.9.0 |
1015 | 2024-03-22T16:11:07.356Z | Downloaded tracing-attributes v0.1.27 |
1016 | 2024-03-22T16:11:07.356Z | Downloaded tokio-rustls v0.24.1 |
1017 | 2024-03-22T16:11:07.356Z | Downloaded half v2.4.0 |
1018 | 2024-03-22T16:11:07.360Z | Downloaded num_enum v0.5.11 |
1019 | 2024-03-22T16:11:07.364Z | Downloaded num_enum v0.7.2 |
1020 | 2024-03-22T16:11:07.370Z | Downloaded pin-project-lite v0.2.13 |
1021 | 2024-03-22T16:11:07.374Z | Downloaded http-body v0.4.6 |
1022 | 2024-03-22T16:11:07.374Z | Downloaded mime v0.3.17 |
1023 | 2024-03-22T16:11:07.374Z | Downloaded num_enum_derive v0.5.11 |
1024 | 2024-03-22T16:11:07.379Z | Downloaded native-tls v0.2.11 |
1025 | 2024-03-22T16:11:07.379Z | Downloaded lock_api v0.4.11 |
1026 | 2024-03-22T16:11:07.379Z | Downloaded hashbrown v0.14.3 |
1027 | 2024-03-22T16:11:07.384Z | Downloaded newtype-uuid v1.0.1 |
1028 | 2024-03-22T16:11:07.387Z | Downloaded linked-hash-map v0.5.6 |
1029 | 2024-03-22T16:11:07.387Z | Downloaded lazy_static v1.4.0 |
1030 | 2024-03-22T16:11:07.388Z | Downloaded num-traits v0.2.18 |
1031 | 2024-03-22T16:11:07.395Z | Downloaded heapless v0.8.0 |
1032 | 2024-03-22T16:11:07.400Z | Downloaded hyper-tls v0.5.0 |
1033 | 2024-03-22T16:11:07.400Z | Downloaded unicode-ident v1.0.12 |
1034 | 2024-03-22T16:11:07.400Z | Downloaded ucd-trie v0.1.6 |
1035 | 2024-03-22T16:11:07.401Z | Downloaded pest_meta v2.7.8 |
1036 | 2024-03-22T16:11:07.404Z | Downloaded zeroize v1.7.0 |
1037 | 2024-03-22T16:11:07.404Z | Downloaded num-rational v0.4.1 |
1038 | 2024-03-22T16:11:07.405Z | Downloaded utf8parse v0.2.1 |
1039 | 2024-03-22T16:11:07.405Z | Downloaded usdt-impl v0.5.0 |
1040 | 2024-03-22T16:11:07.410Z | Downloaded httparse v1.8.0 |
1041 | 2024-03-22T16:11:07.411Z | Downloaded zerocopy v0.6.6 |
1042 | 2024-03-22T16:11:07.420Z | Downloaded num_enum_derive v0.7.2 |
1043 | 2024-03-22T16:11:07.420Z | Downloaded schemars v0.8.16 |
1044 | 2024-03-22T16:11:07.426Z | Downloaded itoa v1.0.10 |
1045 | 2024-03-22T16:11:07.429Z | Downloaded usdt v0.5.0 |
1046 | 2024-03-22T16:11:07.430Z | Downloaded serde v1.0.197 |
1047 | 2024-03-22T16:11:07.430Z | Downloaded multer v3.0.0 |
1048 | 2024-03-22T16:11:07.435Z | Downloaded hashbrown v0.13.2 |
1049 | 2024-03-22T16:11:07.438Z | Downloaded toml v0.8.12 |
1050 | 2024-03-22T16:11:07.443Z | Downloaded hashbrown v0.12.3 |
1051 | 2024-03-22T16:11:07.447Z | Downloaded unsafe-libyaml v0.2.11 |
1052 | 2024-03-22T16:11:07.451Z | Downloaded unicode-bidi v0.3.15 |
1053 | 2024-03-22T16:11:07.455Z | Downloaded iana-time-zone v0.1.60 |
1054 | 2024-03-22T16:11:07.455Z | Downloaded rand v0.8.5 |
1055 | 2024-03-22T16:11:07.462Z | Downloaded tracing-core v0.1.32 |
1056 | 2024-03-22T16:11:07.466Z | Downloaded openssl-sys v0.9.101 |
1057 | 2024-03-22T16:11:07.470Z | Downloaded trust-dns-resolver v0.22.0 |
1058 | 2024-03-22T16:11:07.475Z | Downloaded postcard v1.0.8 |
1059 | 2024-03-22T16:11:07.479Z | Downloaded tracing v0.1.40 |
1060 | 2024-03-22T16:11:07.488Z | Downloaded steno v0.4.0 |
1061 | 2024-03-22T16:11:07.488Z | Downloaded proc-macro2 v1.0.79 |
1062 | 2024-03-22T16:11:07.488Z | Downloaded indexmap v1.9.3 |
1063 | 2024-03-22T16:11:07.492Z | Downloaded parking_lot v0.12.1 |
1064 | 2024-03-22T16:11:07.496Z | Downloaded pest v2.7.8 |
1065 | 2024-03-22T16:11:07.500Z | Downloaded minimal-lexical v0.2.1 |
1066 | 2024-03-22T16:11:07.504Z | Downloaded http v1.1.0 |
1067 | 2024-03-22T16:11:07.509Z | Downloaded zerocopy v0.7.32 |
1068 | 2024-03-22T16:11:07.525Z | Downloaded uuid v1.8.0 |
1069 | 2024-03-22T16:11:07.528Z | Downloaded h2 v0.3.25 |
1070 | 2024-03-22T16:11:07.536Z | Downloaded nom v7.1.3 |
1071 | 2024-03-22T16:11:07.540Z | Downloaded itertools v0.12.1 |
1072 | 2024-03-22T16:11:07.548Z | Downloaded url v2.5.0 |
1073 | 2024-03-22T16:11:07.552Z | Downloaded memchr v2.7.1 |
1074 | 2024-03-22T16:11:07.560Z | Downloaded petgraph v0.6.4 |
1075 | 2024-03-22T16:11:07.575Z | Downloaded mio v0.8.11 |
1076 | 2024-03-22T16:11:07.578Z | Downloaded libm v0.2.8 |
1077 | 2024-03-22T16:11:07.587Z | Downloaded time v0.3.34 |
1078 | 2024-03-22T16:11:07.595Z | Downloaded unicode-normalization v0.1.23 |
1079 | 2024-03-22T16:11:07.605Z | Downloaded tokio-util v0.7.10 |
1080 | 2024-03-22T16:11:07.610Z | Downloaded rustls v0.22.2 |
1081 | 2024-03-22T16:11:07.619Z | Downloaded webpki-roots v0.25.4 |
1082 | 2024-03-22T16:11:07.624Z | Downloaded idna v0.5.0 |
1083 | 2024-03-22T16:11:07.630Z | Downloaded winnow v0.6.5 |
1084 | 2024-03-22T16:11:07.639Z | Downloaded regress v0.9.0 |
1085 | 2024-03-22T16:11:07.648Z | Downloaded regex-syntax v0.8.2 |
1086 | 2024-03-22T16:11:07.657Z | Downloaded reqwest v0.11.26 |
1087 | 2024-03-22T16:11:07.670Z | Downloaded openapiv3 v2.0.0 |
1088 | 2024-03-22T16:11:07.679Z | Downloaded winnow v0.5.40 |
1089 | 2024-03-22T16:11:07.687Z | Downloaded openssl v0.10.64 |
1090 | 2024-03-22T16:11:07.698Z | Downloaded syn v2.0.53 |
1091 | 2024-03-22T16:11:07.709Z | Downloaded regex-automata v0.4.6 |
1092 | 2024-03-22T16:11:07.727Z | Downloaded regress v0.6.0 |
1093 | 2024-03-22T16:11:07.735Z | Downloaded vcpkg v0.2.15 |
1094 | 2024-03-22T16:11:07.773Z | Downloaded rustls v0.21.10 |
1095 | 2024-03-22T16:11:07.785Z | Downloaded regex v1.10.3 |
1096 | 2024-03-22T16:11:07.799Z | Downloaded trust-dns-proto v0.22.0 |
1097 | 2024-03-22T16:11:07.811Z | Downloaded sled v0.34.7 |
1098 | 2024-03-22T16:11:07.825Z | Downloaded smoltcp v0.11.0 |
1099 | 2024-03-22T16:11:07.841Z | Downloaded zerocopy-derive v0.6.6 |
1100 | 2024-03-22T16:11:07.849Z | Downloaded encoding_rs v0.8.33 |
1101 | 2024-03-22T16:11:07.870Z | Downloaded syn v1.0.109 |
1102 | 2024-03-22T16:11:07.881Z | Downloaded libc v0.2.153 |
1103 | 2024-03-22T16:11:07.905Z | Downloaded tokio v1.36.0 |
1104 | 2024-03-22T16:11:07.945Z | Downloaded hyper v0.14.28 |
1105 | 2024-03-22T16:11:07.950Z | Downloaded idna v0.2.3 |
1106 | 2024-03-22T16:11:07.955Z | Downloaded serde_with v3.7.0 |
1107 | 2024-03-22T16:11:07.963Z | Downloaded serde_json v1.0.114 |
1108 | 2024-03-22T16:11:07.970Z | Downloaded toml_edit v0.21.1 |
1109 | 2024-03-22T16:11:07.991Z | Downloaded toml_edit v0.22.8 |
1110 | 2024-03-22T16:11:08.012Z | Downloaded toml_edit v0.19.15 |
1111 | 2024-03-22T16:11:08.028Z | Downloaded goblin v0.8.0 |
1112 | 2024-03-22T16:11:08.034Z | Downloaded aho-corasick v1.1.2 |
1113 | 2024-03-22T16:11:08.039Z | Downloaded futures-util v0.3.30 |
1114 | 2024-03-22T16:11:08.054Z | Downloaded clap_builder v4.5.2 |
1115 | 2024-03-22T16:11:08.058Z | Downloaded indexmap v2.2.5 |
1116 | 2024-03-22T16:11:08.067Z | Downloaded chrono v0.4.35 |
1117 | 2024-03-22T16:11:08.071Z | Downloaded ring v0.17.8 |
1118 | 2024-03-22T16:11:08.156Z | Downloaded log v0.4.21 |
1119 | 2024-03-22T16:11:08.163Z | Downloaded quote v1.0.35 |
1120 | 2024-03-22T16:11:08.163Z | Downloaded pest_derive v2.7.8 |
1121 | 2024-03-22T16:11:08.163Z | Downloaded parking_lot_core v0.9.9 |
1122 | 2024-03-22T16:11:08.164Z | Downloaded parking_lot v0.11.2 |
1123 | 2024-03-22T16:11:08.164Z | Downloaded cc v1.0.90 |
1124 | 2024-03-22T16:11:08.164Z | Downloaded rustls-webpki v0.102.2 |
1125 | 2024-03-22T16:11:08.171Z | Downloaded crossbeam-channel v0.5.12 |
1126 | 2024-03-22T16:11:08.176Z | Downloaded password-hash v0.5.0 |
1127 | 2024-03-22T16:11:08.176Z | Downloaded hyper-rustls v0.24.2 |
1128 | 2024-03-22T16:11:08.176Z | Downloaded typenum v1.17.0 |
1129 | 2024-03-22T16:11:08.182Z | Downloaded slog v2.7.0 |
1130 | 2024-03-22T16:11:08.182Z | Downloaded serde_derive v1.0.197 |
1131 | 2024-03-22T16:11:08.182Z | Downloaded tinyvec v1.6.0 |
1132 | 2024-03-22T16:11:08.189Z | Downloaded static_assertions v1.1.0 |
1133 | 2024-03-22T16:11:08.189Z | Downloaded base64 v0.21.7 |
1134 | 2024-03-22T16:11:08.195Z | Downloaded num-iter v0.1.44 |
1135 | 2024-03-22T16:11:08.195Z | Downloaded num v0.4.1 |
1136 | 2024-03-22T16:11:08.195Z | Downloaded humantime v2.1.0 |
1137 | 2024-03-22T16:11:08.195Z | Downloaded hubpack v0.1.2 |
1138 | 2024-03-22T16:11:08.195Z | Downloaded httpdate v1.0.3 |
1139 | 2024-03-22T16:11:08.195Z | Downloaded quick-error v1.2.3 |
1140 | 2024-03-22T16:11:08.195Z | Downloaded parse-display v0.9.0 |
1141 | 2024-03-22T16:11:08.211Z | Downloaded untrusted v0.9.0 |
1142 | 2024-03-22T16:11:08.211Z | Downloaded serde_yaml v0.9.33 |
1143 | 2024-03-22T16:11:08.211Z | Downloaded base64 v0.22.0 |
1144 | 2024-03-22T16:11:08.215Z | Downloaded term v0.7.0 |
1145 | 2024-03-22T16:11:08.216Z | Downloaded num-integer v0.1.46 |
1146 | 2024-03-22T16:11:08.216Z | Downloaded paste v1.0.14 |
1147 | 2024-03-22T16:11:08.216Z | Downloaded parse-display-derive v0.9.0 |
1148 | 2024-03-22T16:11:08.216Z | Downloaded newtype_derive v0.1.6 |
1149 | 2024-03-22T16:11:08.216Z | Downloaded usdt-attr-macro v0.5.0 |
1150 | 2024-03-22T16:11:08.216Z | Downloaded bitflags v2.5.0 |
1151 | 2024-03-22T16:11:08.216Z | Downloaded anyhow v1.0.81 |
1152 | 2024-03-22T16:11:08.220Z | Downloaded smallvec v1.13.1 |
1153 | 2024-03-22T16:11:08.220Z | Downloaded signal-hook-registry v1.4.1 |
1154 | 2024-03-22T16:11:08.220Z | Downloaded semver v1.0.22 |
1155 | 2024-03-22T16:11:08.228Z | Downloaded match_cfg v0.1.0 |
1156 | 2024-03-22T16:11:08.228Z | Downloaded percent-encoding v2.3.1 |
1157 | 2024-03-22T16:11:08.228Z | Downloaded futures v0.3.30 |
1158 | 2024-03-22T16:11:08.233Z | Downloaded anstream v0.6.13 |
1159 | 2024-03-22T16:11:08.233Z | Downloaded thiserror-impl v1.0.58 |
1160 | 2024-03-22T16:11:08.233Z | Downloaded thiserror v1.0.58 |
1161 | 2024-03-22T16:11:08.238Z | Downloaded structmeta-derive v0.3.0 |
1162 | 2024-03-22T16:11:08.238Z | Downloaded slog-stdlog v4.1.1 |
1163 | 2024-03-22T16:11:08.238Z | Downloaded fixedbitset v0.4.2 |
1164 | 2024-03-22T16:11:08.243Z | Downloaded backoff v0.4.0 |
1165 | 2024-03-22T16:11:08.243Z | Downloaded serde_urlencoded v0.7.1 |
1166 | 2024-03-22T16:11:08.243Z | Downloaded serde_tokenstream v0.2.0 |
1167 | 2024-03-22T16:11:08.250Z | Downloaded serde_spanned v0.6.5 |
1168 | 2024-03-22T16:11:08.250Z | Downloaded serde_path_to_error v0.1.16 |
1169 | 2024-03-22T16:11:08.250Z | Downloaded scopeguard v1.2.0 |
1170 | 2024-03-22T16:11:08.250Z | Downloaded getrandom v0.2.12 |
1171 | 2024-03-22T16:11:08.255Z | Downloaded arc-swap v1.7.0 |
1172 | 2024-03-22T16:11:08.255Z | Downloaded schemars_derive v0.8.16 |
1173 | 2024-03-22T16:11:08.255Z | Downloaded semver v0.1.20 |
1174 | 2024-03-22T16:11:08.269Z | Downloaded heck v0.5.0 |
1175 | 2024-03-22T16:11:08.270Z | Downloaded futures-macro v0.3.30 |
1176 | 2024-03-22T16:11:08.270Z | Downloaded futures-executor v0.3.30 |
1177 | 2024-03-22T16:11:08.270Z | Downloaded futures-core v0.3.30 |
1178 | 2024-03-22T16:11:08.270Z | Downloaded enum-as-inner v0.5.1 |
1179 | 2024-03-22T16:11:08.270Z | Downloaded either v1.10.0 |
1180 | 2024-03-22T16:11:08.275Z | Downloaded dyn-clone v1.0.17 |
1181 | 2024-03-22T16:11:08.275Z | Downloaded form_urlencoded v1.2.1 |
1182 | 2024-03-22T16:11:08.275Z | Downloaded bytes v1.5.0 |
1183 | 2024-03-22T16:11:08.275Z | Downloaded futures-task v0.3.30 |
1184 | 2024-03-22T16:11:08.275Z | Downloaded futures-sink v0.3.30 |
1185 | 2024-03-22T16:11:08.275Z | Downloaded scroll v0.12.0 |
1186 | 2024-03-22T16:11:08.276Z | Downloaded getopts v0.2.21 |
1187 | 2024-03-22T16:11:08.276Z | Downloaded generic-array v0.14.7 |
1188 | 2024-03-22T16:11:08.276Z | Downloaded futures-io v0.3.30 |
1189 | 2024-03-22T16:11:08.276Z | Downloaded foreign-types-macros v0.2.3 |
1190 | 2024-03-22T16:11:08.276Z | Downloaded foreign-types v0.5.0 |
1191 | 2024-03-22T16:11:08.276Z | Downloaded fnv v1.0.7 |
1192 | 2024-03-22T16:11:08.276Z | Downloaded embedded-io v0.4.0 |
1193 | 2024-03-22T16:11:08.284Z | Downloaded dirs-next v2.0.0 |
1194 | 2024-03-22T16:11:08.284Z | Downloaded defmt-parser v0.3.4 |
1195 | 2024-03-22T16:11:08.284Z | Downloaded debug-ignore v1.0.5 |
1196 | 2024-03-22T16:11:08.284Z | Downloaded data-encoding v2.5.0 |
1197 | 2024-03-22T16:11:08.284Z | Downloaded colored v2.1.0 |
1198 | 2024-03-22T16:11:08.284Z | Downloaded block-buffer v0.10.4 |
1199 | 2024-03-22T16:11:08.301Z | Downloaded atomic-waker v1.1.2 |
1200 | 2024-03-22T16:11:08.301Z | Downloaded crypto-common v0.1.6 |
1201 | 2024-03-22T16:11:08.301Z | Downloaded ciborium-ll v0.2.2 |
1202 | 2024-03-22T16:11:08.301Z | Downloaded autocfg v1.1.0 |
1203 | 2024-03-22T16:11:08.301Z | Downloaded anstyle-query v1.0.2 |
1204 | 2024-03-22T16:11:08.301Z | Downloaded anstyle v1.0.6 |
1205 | 2024-03-22T16:11:08.301Z | Downloaded allocator-api2 v0.2.16 |
1206 | 2024-03-22T16:11:08.308Z | Downloaded fxhash v0.2.1 |
1207 | 2024-03-22T16:11:08.308Z | Downloaded equivalent v1.0.1 |
1208 | 2024-03-22T16:11:08.488Z | Compiling proc-macro2 v1.0.79 |
1209 | 2024-03-22T16:11:08.495Z | Compiling unicode-ident v1.0.12 |
1210 | 2024-03-22T16:11:08.495Z | Compiling libc v0.2.153 |
1211 | 2024-03-22T16:11:08.495Z | Compiling cfg-if v1.0.0 |
1212 | 2024-03-22T16:11:08.495Z | Compiling version_check v0.9.4 |
1213 | 2024-03-22T16:11:08.495Z | Compiling serde v1.0.197 |
1214 | 2024-03-22T16:11:08.515Z | Compiling autocfg v1.1.0 |
1215 | 2024-03-22T16:11:08.520Z | Compiling serde_json v1.0.114 |
1216 | 2024-03-22T16:11:08.667Z | Compiling itoa v1.0.10 |
1217 | 2024-03-22T16:11:08.690Z | Compiling byteorder v1.5.0 |
1218 | 2024-03-22T16:11:08.868Z | Compiling syn v1.0.109 |
1219 | 2024-03-22T16:11:09.085Z | Compiling once_cell v1.19.0 |
1220 | 2024-03-22T16:11:09.123Z | Compiling thiserror v1.0.58 |
1221 | 2024-03-22T16:11:09.127Z | Compiling ahash v0.8.11 |
1222 | 2024-03-22T16:11:09.389Z | Compiling memchr v2.7.1 |
1223 | 2024-03-22T16:11:10.070Z | Compiling pin-project-lite v0.2.13 |
1224 | 2024-03-22T16:11:10.187Z | Compiling lock_api v0.4.11 |
1225 | 2024-03-22T16:11:10.310Z | Compiling ryu v1.0.17 |
1226 | 2024-03-22T16:11:10.400Z | Compiling smallvec v1.13.1 |
1227 | 2024-03-22T16:11:10.511Z | Compiling cc v1.0.90 |
1228 | 2024-03-22T16:11:10.673Z | Compiling scopeguard v1.2.0 |
1229 | 2024-03-22T16:11:10.774Z | Compiling getrandom v0.2.12 |
1230 | 2024-03-22T16:11:10.793Z | Compiling libm v0.2.8 |
1231 | 2024-03-22T16:11:10.897Z | Compiling quote v1.0.35 |
1232 | 2024-03-22T16:11:11.174Z | Compiling num-traits v0.2.18 |
1233 | 2024-03-22T16:11:11.197Z | Compiling parking_lot_core v0.9.9 |
1234 | 2024-03-22T16:11:11.358Z | Compiling syn v2.0.53 |
1235 | 2024-03-22T16:11:11.514Z | Compiling log v0.4.21 |
1236 | 2024-03-22T16:11:12.263Z | Compiling parking_lot v0.12.1 |
1237 | 2024-03-22T16:11:12.298Z | Compiling socket2 v0.5.6 |
1238 | 2024-03-22T16:11:12.439Z | Compiling signal-hook-registry v1.4.1 |
1239 | 2024-03-22T16:11:13.273Z | Compiling num_cpus v1.16.0 |
1240 | 2024-03-22T16:11:13.410Z | Compiling mio v0.8.11 |
1241 | 2024-03-22T16:11:14.172Z | Compiling allocator-api2 v0.2.16 |
1242 | 2024-03-22T16:11:14.543Z | Compiling futures-core v0.3.30 |
1243 | 2024-03-22T16:11:14.841Z | Compiling slab v0.4.9 |
1244 | 2024-03-22T16:11:14.948Z | Compiling futures-sink v0.3.30 |
1245 | 2024-03-22T16:11:15.078Z | Compiling iana-time-zone v0.1.60 |
1246 | 2024-03-22T16:11:15.104Z | Compiling ring v0.17.8 |
1247 | 2024-03-22T16:11:15.331Z | Compiling schemars v0.8.16 |
1248 | 2024-03-22T16:11:15.440Z | Compiling futures-channel v0.3.30 |
1249 | 2024-03-22T16:11:15.458Z | Compiling tracing-core v0.1.32 |
1250 | 2024-03-22T16:11:15.632Z | Compiling heck v0.4.1 |
1251 | 2024-03-22T16:11:15.729Z | Compiling uuid v0.8.2 |
1252 | 2024-03-22T16:11:15.785Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-03-22T16:11:15.865Z | Compiling pin-utils v0.1.0 |
1254 | 2024-03-22T16:11:15.951Z | Compiling futures-task v0.3.30 |
1255 | 2024-03-22T16:11:15.984Z | Compiling futures-io v0.3.30 |
1256 | 2024-03-22T16:11:16.015Z | Compiling equivalent v1.0.1 |
1257 | 2024-03-22T16:11:16.131Z | Compiling fnv v1.0.7 |
1258 | 2024-03-22T16:11:16.234Z | Compiling spin v0.9.8 |
1259 | 2024-03-22T16:11:16.305Z | Compiling slog v2.7.0 |
1260 | 2024-03-22T16:11:16.465Z | Compiling untrusted v0.9.0 |
1261 | 2024-03-22T16:11:16.502Z | Compiling vcpkg v0.2.15 |
1262 | 2024-03-22T16:11:16.623Z | Compiling pkg-config v0.3.30 |
1263 | 2024-03-22T16:11:17.596Z | Compiling serde_derive_internals v0.26.0 |
1264 | 2024-03-22T16:11:17.879Z | Compiling ucd-trie v0.1.6 |
1265 | 2024-03-22T16:11:18.059Z | Compiling openssl-sys v0.9.101 |
1266 | 2024-03-22T16:11:18.346Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-03-22T16:11:18.411Z | Compiling httparse v1.8.0 |
1268 | 2024-03-22T16:11:19.534Z | Compiling chrono v0.4.35 |
1269 | 2024-03-22T16:11:19.678Z | Compiling tinyvec v1.6.0 |
1270 | 2024-03-22T16:11:20.345Z | Compiling uuid v1.8.0 |
1271 | 2024-03-22T16:11:20.917Z | Compiling percent-encoding v2.3.1 |
1272 | 2024-03-22T16:11:20.985Z | Compiling unicode-normalization v0.1.23 |
1273 | 2024-03-22T16:11:21.222Z | Compiling form_urlencoded v1.2.1 |
1274 | 2024-03-22T16:11:21.944Z | Compiling openssl v0.10.64 |
1275 | 2024-03-22T16:11:22.113Z | Compiling unicode-bidi v0.3.15 |
1276 | 2024-03-22T16:11:22.156Z | Compiling typenum v1.17.0 |
1277 | 2024-03-22T16:11:22.390Z | Compiling foreign-types-shared v0.1.1 |
1278 | 2024-03-22T16:11:22.620Z | Compiling try-lock v0.2.5 |
1279 | 2024-03-22T16:11:22.768Z | Compiling want v0.3.1 |
1280 | 2024-03-22T16:11:22.844Z | Compiling schemars_derive v0.8.16 |
1281 | 2024-03-22T16:11:22.858Z | Compiling foreign-types v0.3.2 |
1282 | 2024-03-22T16:11:23.029Z | Compiling aho-corasick v1.1.2 |
1283 | 2024-03-22T16:11:23.282Z | Compiling generic-array v0.14.7 |
1284 | 2024-03-22T16:11:23.446Z | Compiling serde_derive v1.0.197 |
1285 | 2024-03-22T16:11:23.636Z | Compiling zerocopy-derive v0.7.32 |
1286 | 2024-03-22T16:11:24.427Z | Compiling thiserror-impl v1.0.58 |
1287 | 2024-03-22T16:11:25.178Z | Compiling tokio-macros v2.2.0 |
1288 | 2024-03-22T16:11:25.781Z | Compiling zerocopy v0.7.32 |
1289 | 2024-03-22T16:11:26.779Z | Compiling futures-macro v0.3.30 |
1290 | 2024-03-22T16:11:27.520Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-03-22T16:11:27.621Z | Compiling pest v2.7.8 |
1292 | 2024-03-22T16:11:27.909Z | Compiling hashbrown v0.14.3 |
1293 | 2024-03-22T16:11:28.854Z | Compiling futures-util v0.3.30 |
1294 | 2024-03-22T16:11:29.266Z | Compiling regress v0.9.0 |
1295 | 2024-03-22T16:11:29.463Z | Compiling openssl-macros v0.1.1 |
1296 | 2024-03-22T16:11:30.171Z | Compiling pest_meta v2.7.8 |
1297 | 2024-03-22T16:11:30.268Z | Compiling strsim v0.10.0 |
1298 | 2024-03-22T16:11:30.867Z | Compiling tracing v0.1.40 |
1299 | 2024-03-22T16:11:30.934Z | Compiling native-tls v0.2.11 |
1300 | 2024-03-22T16:11:31.559Z | Compiling pest_generator v2.7.8 |
1301 | 2024-03-22T16:11:33.505Z | Compiling httpdate v1.0.3 |
1302 | 2024-03-22T16:11:33.922Z | Compiling bitflags v2.5.0 |
1303 | 2024-03-22T16:11:34.279Z | Compiling tower-service v0.3.2 |
1304 | 2024-03-22T16:11:34.298Z | Compiling ident_case v1.0.1 |
1305 | 2024-03-22T16:11:34.303Z | Compiling unicode-width v0.1.11 |
1306 | 2024-03-22T16:11:34.418Z | Compiling rustls v0.21.10 |
1307 | 2024-03-22T16:11:34.458Z | Compiling regex-syntax v0.8.2 |
1308 | 2024-03-22T16:11:34.477Z | Compiling darling_core v0.20.8 |
1309 | 2024-03-22T16:11:34.747Z | Compiling pest_derive v2.7.8 |
1310 | 2024-03-22T16:11:35.600Z | Compiling rustls-webpki v0.101.7 |
1311 | 2024-03-22T16:11:35.703Z | Compiling sct v0.7.1 |
1312 | 2024-03-22T16:11:37.591Z | Compiling bytes v1.5.0 |
1313 | 2024-03-22T16:11:39.494Z | Compiling tokio v1.36.0 |
1314 | 2024-03-22T16:11:41.083Z | Compiling indexmap v2.2.5 |
1315 | 2024-03-22T16:11:41.720Z | Compiling serde_tokenstream v0.2.0 |
1316 | 2024-03-22T16:11:42.547Z | Compiling http v0.2.12 |
1317 | 2024-03-22T16:11:43.965Z | Compiling regex-automata v0.4.6 |
1318 | 2024-03-22T16:11:46.080Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1319 | 2024-03-22T16:11:47.558Z | Compiling http-body v0.4.6 |
1320 | 2024-03-22T16:11:49.560Z | Compiling tokio-util v0.7.10 |
1321 | 2024-03-22T16:11:49.733Z | Compiling idna v0.5.0 |
1322 | 2024-03-22T16:11:51.729Z | Compiling h2 v0.3.25 |
1323 | 2024-03-22T16:11:52.099Z | Compiling rand_core v0.6.4 |
1324 | 2024-03-22T16:11:53.120Z | Compiling subtle v2.5.0 |
1325 | 2024-03-22T16:11:53.474Z | Compiling openssl-probe v0.1.5 |
1326 | 2024-03-22T16:11:53.988Z | Compiling omicron-workspace-hack v0.1.0 |
1327 | 2024-03-22T16:11:54.306Z | Compiling base64 v0.21.7 |
1328 | 2024-03-22T16:11:55.449Z | Compiling url v2.5.0 |
1329 | 2024-03-22T16:11:57.113Z | Compiling hyper v0.14.28 |
1330 | 2024-03-22T16:11:57.724Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1331 | 2024-03-22T16:12:02.290Z | Compiling regex v1.10.3 |
1332 | 2024-03-22T16:12:03.295Z | Compiling darling_macro v0.20.8 |
1333 | 2024-03-22T16:12:07.386Z | Compiling encoding_rs v0.8.33 |
1334 | 2024-03-22T16:12:08.140Z | Compiling crossbeam-utils v0.8.19 |
1335 | 2024-03-22T16:12:08.699Z | Compiling mime v0.3.17 |
1336 | 2024-03-22T16:12:09.795Z | Compiling ipnet v2.9.0 |
1337 | 2024-03-22T16:12:10.252Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-03-22T16:12:10.982Z | Compiling darling v0.20.8 |
1339 | 2024-03-22T16:12:11.092Z | Compiling tokio-native-tls v0.3.1 |
1340 | 2024-03-22T16:12:11.377Z | Compiling serde_urlencoded v0.7.1 |
1341 | 2024-03-22T16:12:12.444Z | Compiling scroll_derive v0.12.0 |
1342 | 2024-03-22T16:12:13.592Z | Compiling usdt-impl v0.5.0 |
1343 | 2024-03-22T16:12:13.698Z | Compiling anyhow v1.0.81 |
1344 | 2024-03-22T16:12:14.001Z | Compiling rustversion v1.0.14 |
1345 | 2024-03-22T16:12:14.367Z | Compiling ppv-lite86 v0.2.17 |
1346 | 2024-03-22T16:12:15.092Z | Compiling num-conv v0.1.0 |
1347 | 2024-03-22T16:12:15.149Z | Compiling time-core v0.1.2 |
1348 | 2024-03-22T16:12:15.317Z | Compiling powerfmt v0.2.0 |
1349 | 2024-03-22T16:12:15.380Z | Compiling time-macros v0.2.17 |
1350 | 2024-03-22T16:12:15.818Z | Compiling deranged v0.3.11 |
1351 | 2024-03-22T16:12:18.183Z | Compiling rand_chacha v0.3.1 |
1352 | 2024-03-22T16:12:19.597Z | Compiling getopts v0.2.21 |
1353 | 2024-03-22T16:12:20.025Z | Compiling scroll v0.12.0 |
1354 | 2024-03-22T16:12:20.146Z | Compiling hyper-tls v0.5.0 |
1355 | 2024-03-22T16:12:20.428Z | Compiling thread-id v4.2.1 |
1356 | 2024-03-22T16:12:20.530Z | Compiling hyper-rustls v0.24.2 |
1357 | 2024-03-22T16:12:20.615Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1358 | 2024-03-22T16:12:20.748Z | Compiling block-buffer v0.10.4 |
1359 | 2024-03-22T16:12:20.881Z | Compiling crypto-common v0.1.6 |
1360 | 2024-03-22T16:12:20.913Z | Compiling rustls-pemfile v1.0.4 |
1361 | 2024-03-22T16:12:20.980Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-03-22T16:12:21.050Z | Compiling dof v0.3.0 |
1363 | 2024-03-22T16:12:21.681Z | Compiling dtrace-parser v0.2.0 |
1364 | 2024-03-22T16:12:21.951Z | Compiling sync_wrapper v0.1.2 |
1365 | 2024-03-22T16:12:22.084Z | Compiling plain v0.2.3 |
1366 | 2024-03-22T16:12:22.269Z | Compiling num_threads v0.1.7 |
1367 | 2024-03-22T16:12:22.402Z | Compiling async-trait v0.1.78 |
1368 | 2024-03-22T16:12:23.088Z | Compiling webpki-roots v0.25.4 |
1369 | 2024-03-22T16:12:23.250Z | Compiling unsafe-libyaml v0.2.11 |
1370 | 2024-03-22T16:12:23.629Z | Compiling time v0.3.34 |
1371 | 2024-03-22T16:12:23.889Z | Compiling reqwest v0.11.26 |
1372 | 2024-03-22T16:12:24.947Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1373 | 2024-03-22T16:12:25.273Z | Compiling serde_yaml v0.9.33 |
1374 | 2024-03-22T16:12:30.560Z | Compiling goblin v0.8.0 |
1375 | 2024-03-22T16:12:30.630Z | Compiling digest v0.10.7 |
1376 | 2024-03-22T16:12:32.156Z | Compiling rand v0.8.5 |
1377 | 2024-03-22T16:12:32.861Z | Compiling dirs-sys-next v0.1.2 |
1378 | 2024-03-22T16:12:33.713Z | Compiling pretty-hex v0.4.1 |
1379 | 2024-03-22T16:12:33.937Z | Compiling match_cfg v0.1.0 |
1380 | 2024-03-22T16:12:33.984Z | Compiling lazy_static v1.4.0 |
1381 | 2024-03-22T16:12:34.021Z | Compiling rustls-pki-types v1.3.1 |
1382 | 2024-03-22T16:12:34.036Z | Compiling hostname v0.3.1 |
1383 | 2024-03-22T16:12:34.257Z | Compiling dirs-next v2.0.0 |
1384 | 2024-03-22T16:12:34.516Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1385 | 2024-03-22T16:12:39.728Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1386 | 2024-03-22T16:12:41.412Z | Compiling ipnetwork v0.20.0 |
1387 | 2024-03-22T16:12:43.843Z | Compiling thread_local v1.1.8 |
1388 | 2024-03-22T16:12:44.287Z | Compiling instant v0.1.12 |
1389 | 2024-03-22T16:12:44.457Z | Compiling slog-async v2.8.0 |
1390 | 2024-03-22T16:12:44.679Z | Compiling cpufeatures v0.2.12 |
1391 | 2024-03-22T16:12:44.776Z | Compiling rustls v0.22.2 |
1392 | 2024-03-22T16:12:45.214Z | Compiling rustls-webpki v0.102.2 |
1393 | 2024-03-22T16:12:45.474Z | Compiling term v0.7.0 |
1394 | 2024-03-22T16:12:49.650Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-03-22T16:12:50.192Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-03-22T16:12:50.318Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1397 | 2024-03-22T16:12:50.537Z | Compiling crossbeam-channel v0.5.12 |
1398 | 2024-03-22T16:12:51.025Z | Compiling serde_spanned v0.6.5 |
1399 | 2024-03-22T16:12:51.286Z | Compiling toml_datetime v0.6.5 |
1400 | 2024-03-22T16:12:51.686Z | Compiling futures-executor v0.3.30 |
1401 | 2024-03-22T16:12:51.995Z | Compiling structmeta-derive v0.3.0 |
1402 | 2024-03-22T16:12:52.200Z | Compiling is-terminal v0.4.12 |
1403 | 2024-03-22T16:12:52.332Z | Compiling memmap v0.7.0 |
1404 | 2024-03-22T16:12:52.751Z | Compiling multer v3.0.0 |
1405 | 2024-03-22T16:12:53.235Z | Compiling winnow v0.6.5 |
1406 | 2024-03-22T16:12:53.241Z | Compiling zeroize v1.7.0 |
1407 | 2024-03-22T16:12:53.439Z | Compiling paste v1.0.14 |
1408 | 2024-03-22T16:12:53.933Z | Compiling camino v1.1.6 |
1409 | 2024-03-22T16:12:54.514Z | Compiling take_mut v0.2.2 |
1410 | 2024-03-22T16:12:54.882Z | Compiling structmeta v0.3.0 |
1411 | 2024-03-22T16:12:55.279Z | Compiling usdt v0.5.0 |
1412 | 2024-03-22T16:12:55.312Z | Compiling slog-term v2.9.1 |
1413 | 2024-03-22T16:12:56.786Z | Compiling toml_edit v0.22.8 |
1414 | 2024-03-22T16:12:57.242Z | Compiling futures v0.3.30 |
1415 | 2024-03-22T16:12:57.476Z | Compiling slog-json v2.6.1 |
1416 | 2024-03-22T16:12:57.958Z | Compiling serde_with_macros v3.7.0 |
1417 | 2024-03-22T16:12:57.982Z | Compiling http v1.1.0 |
1418 | 2024-03-22T16:12:58.236Z | Compiling async-stream-impl v0.3.5 |
1419 | 2024-03-22T16:12:59.560Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1420 | 2024-03-22T16:12:59.903Z | Compiling atomic-waker v1.1.2 |
1421 | 2024-03-22T16:13:00.090Z | Compiling semver v1.0.22 |
1422 | 2024-03-22T16:13:00.651Z | Compiling waitgroup v0.1.2 |
1423 | 2024-03-22T16:13:00.835Z | Compiling serde_with v3.7.0 |
1424 | 2024-03-22T16:13:00.887Z | Compiling toml v0.8.12 |
1425 | 2024-03-22T16:13:02.945Z | Compiling tokio-rustls v0.25.0 |
1426 | 2024-03-22T16:13:05.381Z | Compiling async-stream v0.3.5 |
1427 | 2024-03-22T16:13:05.694Z | Compiling slog-bunyan v2.5.0 |
1428 | 2024-03-22T16:13:05.953Z | Compiling parse-display-derive v0.9.0 |
1429 | 2024-03-22T16:13:08.299Z | Compiling sha1 v0.10.6 |
1430 | 2024-03-22T16:13:08.369Z | Compiling rustls-pemfile v2.1.1 |
1431 | 2024-03-22T16:13:09.083Z | Compiling strum_macros v0.26.2 |
1432 | 2024-03-22T16:13:09.217Z | Compiling newtype-uuid v1.0.1 |
1433 | 2024-03-22T16:13:09.237Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1434 | 2024-03-22T16:13:09.568Z | Compiling serde_path_to_error v0.1.16 |
1435 | 2024-03-22T16:13:10.177Z | Compiling hex v0.4.3 |
1436 | 2024-03-22T16:13:10.571Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1437 | 2024-03-22T16:13:10.876Z | Compiling bitflags v1.3.2 |
1438 | 2024-03-22T16:13:10.979Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-03-22T16:13:11.135Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1440 | 2024-03-22T16:13:11.282Z | Compiling parse-display v0.9.0 |
1441 | 2024-03-22T16:13:11.395Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1442 | 2024-03-22T16:13:11.591Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1443 | 2024-03-22T16:13:12.264Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1444 | 2024-03-22T16:13:13.073Z | Compiling backoff v0.4.0 |
1445 | 2024-03-22T16:13:13.354Z | Compiling macaddr v1.0.1 |
1446 | 2024-03-22T16:13:13.422Z | Compiling semver v0.1.20 |
1447 | 2024-03-22T16:13:13.526Z | Compiling num-integer v0.1.46 |
1448 | 2024-03-22T16:13:13.825Z | Compiling strum v0.26.2 |
1449 | 2024-03-22T16:13:13.940Z | Compiling rustc_version v0.1.7 |
1450 | 2024-03-22T16:13:13.986Z | Compiling num-rational v0.4.1 |
1451 | 2024-03-22T16:13:14.001Z | Compiling winnow v0.5.40 |
1452 | 2024-03-22T16:13:14.322Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1453 | 2024-03-22T16:13:14.466Z | Compiling newtype_derive v0.1.6 |
1454 | 2024-03-22T16:13:14.718Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-03-22T16:13:14.742Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-03-22T16:13:14.812Z | Compiling heapless v0.8.0 |
1457 | 2024-03-22T16:13:14.908Z | Compiling base64ct v1.6.0 |
1458 | 2024-03-22T16:13:15.578Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1459 | 2024-03-22T16:13:15.648Z | Compiling password-hash v0.5.0 |
1460 | 2024-03-22T16:13:15.694Z | Compiling hubpack v0.1.2 |
1461 | 2024-03-22T16:13:16.780Z | Compiling zerocopy v0.6.6 |
1462 | 2024-03-22T16:13:17.753Z | Compiling toml_edit v0.19.15 |
1463 | 2024-03-22T16:13:17.861Z | Compiling num-iter v0.1.44 |
1464 | 2024-03-22T16:13:17.909Z | Compiling strum_macros v0.25.3 |
1465 | 2024-03-22T16:13:18.063Z | Compiling blake2 v0.10.6 |
1466 | 2024-03-22T16:13:18.688Z | Compiling serde_repr v0.1.18 |
1467 | 2024-03-22T16:13:19.433Z | Compiling num-complex v0.4.5 |
1468 | 2024-03-22T16:13:19.886Z | Compiling hash32 v0.3.1 |
1469 | 2024-03-22T16:13:20.135Z | Compiling proc-macro-crate v1.3.1 |
1470 | 2024-03-22T16:13:20.675Z | Compiling fixedbitset v0.4.2 |
1471 | 2024-03-22T16:13:21.038Z | Compiling smoltcp v0.11.0 |
1472 | 2024-03-22T16:13:21.446Z | Compiling stable_deref_trait v1.2.0 |
1473 | 2024-03-22T16:13:21.556Z | Compiling static_assertions v1.1.0 |
1474 | 2024-03-22T16:13:21.653Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1475 | 2024-03-22T16:13:21.898Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1476 | 2024-03-22T16:13:22.005Z | Compiling petgraph v0.6.4 |
1477 | 2024-03-22T16:13:26.610Z | Compiling num v0.4.1 |
1478 | 2024-03-22T16:13:26.740Z | Compiling argon2 v0.5.3 |
1479 | 2024-03-22T16:13:26.762Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-03-22T16:13:26.762Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1481 | 2024-03-22T16:13:26.762Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1482 | 2024-03-22T16:13:26.762Z | Compiling foreign-types-macros v0.2.3 |
1483 | 2024-03-22T16:13:26.762Z | Compiling embedded-io v0.4.0 |
1484 | 2024-03-22T16:13:26.895Z | Compiling base64 v0.22.0 |
1485 | 2024-03-22T16:13:26.922Z | Compiling cobs v0.2.3 |
1486 | 2024-03-22T16:13:26.936Z | Compiling utf8parse v0.2.1 |
1487 | 2024-03-22T16:13:27.083Z | Compiling foreign-types-shared v0.3.1 |
1488 | 2024-03-22T16:13:27.234Z | Compiling matches v0.1.10 |
1489 | 2024-03-22T16:13:27.341Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1490 | 2024-03-22T16:13:27.397Z | Compiling managed v0.8.0 |
1491 | 2024-03-22T16:13:27.715Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1492 | 2024-03-22T16:13:28.007Z | Compiling idna v0.2.3 |
1493 | 2024-03-22T16:13:28.036Z | Compiling foreign-types v0.5.0 |
1494 | 2024-03-22T16:13:28.146Z | Compiling postcard v1.0.8 |
1495 | 2024-03-22T16:13:29.070Z | Compiling anstyle-parse v0.2.3 |
1496 | 2024-03-22T16:13:29.461Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1497 | 2024-03-22T16:13:29.582Z | Compiling num_enum v0.5.11 |
1498 | 2024-03-22T16:13:29.740Z | Compiling steno v0.4.0 |
1499 | 2024-03-22T16:13:31.278Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1500 | 2024-03-22T16:13:31.493Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1501 | 2024-03-22T16:13:32.438Z | Compiling enum-as-inner v0.5.1 |
1502 | 2024-03-22T16:13:33.502Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1503 | 2024-03-22T16:13:34.407Z | Compiling cstr-argument v0.1.2 |
1504 | 2024-03-22T16:13:34.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1505 | 2024-03-22T16:13:35.012Z | Compiling slog-dtrace v0.3.0 |
1506 | 2024-03-22T16:13:35.370Z | Compiling pretty-hex v0.2.1 |
1507 | 2024-03-22T16:13:35.591Z | Compiling anstyle v1.0.6 |
1508 | 2024-03-22T16:13:36.138Z | Compiling humantime v2.1.0 |
1509 | 2024-03-22T16:13:36.762Z | Compiling anstyle-query v1.0.2 |
1510 | 2024-03-22T16:13:36.910Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1511 | 2024-03-22T16:13:36.996Z | Compiling linked-hash-map v0.5.6 |
1512 | 2024-03-22T16:13:37.069Z | Compiling data-encoding v2.5.0 |
1513 | 2024-03-22T16:13:37.453Z | Compiling colorchoice v1.0.0 |
1514 | 2024-03-22T16:13:37.620Z | Compiling parking_lot_core v0.8.6 |
1515 | 2024-03-22T16:13:38.070Z | Compiling quick-error v1.2.3 |
1516 | 2024-03-22T16:13:38.223Z | Compiling resolv-conf v0.7.0 |
1517 | 2024-03-22T16:13:39.875Z | Compiling trust-dns-proto v0.22.0 |
1518 | 2024-03-22T16:13:40.247Z | Compiling anstream v0.6.13 |
1519 | 2024-03-22T16:13:41.345Z | Compiling lru-cache v0.1.2 |
1520 | 2024-03-22T16:13:41.568Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1521 | 2024-03-22T16:13:43.060Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1522 | 2024-03-22T16:13:43.568Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1523 | 2024-03-22T16:13:44.642Z | Compiling colored v2.1.0 |
1524 | 2024-03-22T16:13:44.930Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1525 | 2024-03-22T16:13:44.978Z | Compiling tabwriter v1.4.0 |
1526 | 2024-03-22T16:13:45.796Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1527 | 2024-03-22T16:13:45.907Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1528 | 2024-03-22T16:13:46.049Z | Compiling socket2 v0.4.10 |
1529 | 2024-03-22T16:13:46.840Z | Compiling crc32fast v1.4.0 |
1530 | 2024-03-22T16:13:47.350Z | Compiling strsim v0.11.0 |
1531 | 2024-03-22T16:13:47.690Z | Compiling clap_lex v0.7.0 |
1532 | 2024-03-22T16:13:48.408Z | Compiling heck v0.5.0 |
1533 | 2024-03-22T16:13:48.853Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
1534 | 2024-03-22T16:13:49.217Z | Compiling clap_derive v4.5.3 |
1535 | 2024-03-22T16:13:49.475Z | Compiling clap_builder v4.5.2 |
1536 | 2024-03-22T16:13:53.154Z | Compiling trust-dns-resolver v0.22.0 |
1537 | 2024-03-22T16:13:55.509Z | Compiling hashbrown v0.13.2 |
1538 | 2024-03-22T16:13:55.574Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1539 | 2024-03-22T16:13:55.867Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1540 | 2024-03-22T16:13:55.940Z | Compiling parking_lot v0.11.2 |
1541 | 2024-03-22T16:13:56.254Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1542 | 2024-03-22T16:13:56.808Z | Compiling regress v0.6.0 |
1543 | 2024-03-22T16:13:58.375Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1544 | 2024-03-22T16:13:58.792Z | Compiling clap v4.5.3 |
1545 | 2024-03-22T16:13:59.989Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1546 | 2024-03-22T16:14:07.819Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1547 | 2024-03-22T16:14:07.824Z | Compiling crossbeam-epoch v0.9.18 |
1548 | 2024-03-22T16:14:08.837Z | Compiling fxhash v0.2.1 |
1549 | 2024-03-22T16:14:09.254Z | Compiling arc-swap v1.7.0 |
1550 | 2024-03-22T16:14:09.798Z | Compiling crc8 v0.1.1 |
1551 | 2024-03-22T16:14:10.088Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1552 | 2024-03-22T16:14:15.500Z | Compiling slog-scope v4.4.0 |
1553 | 2024-03-22T16:14:15.531Z | Compiling sled v0.34.7 |
1554 | 2024-03-22T16:14:15.666Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1555 | 2024-03-22T16:14:18.686Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1556 | 2024-03-22T16:14:19.174Z | Compiling slog-stdlog v4.1.1 |
1557 | 2024-03-22T16:14:19.686Z | Compiling slog-envlogger v2.2.0 |
1558 | 2024-03-22T16:14:20.097Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1559 | 2024-03-22T16:14:22.411Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1560 | 2024-03-22T16:14:24.412Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1561 | 2024-03-22T16:14:26.111Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1562 | 2024-03-22T16:15:03.347Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1563 | 2024-03-22T16:15:03.347Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1564 | 2024-03-22T16:15:10.863Z | Finished release [optimized] target(s) in 4m 28s |
1565 | 2024-03-22T16:15:11.066Z | + banner quartet |
1566 | 2024-03-22T16:15:11.074Z | |
1567 | 2024-03-22T16:15:11.074Z | #### # # ## ##### ##### ###### ##### |
1568 | 2024-03-22T16:15:11.074Z | # # # # # # # # # # # |
1569 | 2024-03-22T16:15:11.074Z | # # # # # # # # # ##### # |
1570 | 2024-03-22T16:15:11.074Z | # # # # # ###### ##### # # # |
1571 | 2024-03-22T16:15:11.074Z | # # # # # # # # # # # |
1572 | 2024-03-22T16:15:11.074Z | ### # #### # # # # # ###### # |
1573 | 2024-03-22T16:15:11.075Z | |
1574 | 2024-03-22T16:15:11.075Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1575 | 2024-03-22T16:15:11.424Z | Compiling cfg-if v1.0.0 |
1576 | 2024-03-22T16:15:11.429Z | Compiling once_cell v1.19.0 |
1577 | 2024-03-22T16:15:11.429Z | Compiling libc v0.2.153 |
1578 | 2024-03-22T16:15:11.429Z | Compiling syn v2.0.53 |
1579 | 2024-03-22T16:15:11.430Z | Compiling zerocopy v0.7.32 |
1580 | 2024-03-22T16:15:11.459Z | Compiling itoa v1.0.10 |
1581 | 2024-03-22T16:15:11.469Z | Compiling serde v1.0.197 |
1582 | 2024-03-22T16:15:11.474Z | Compiling bytes v1.5.0 |
1583 | 2024-03-22T16:15:11.521Z | Compiling pin-project-lite v0.2.13 |
1584 | 2024-03-22T16:15:11.528Z | Compiling scopeguard v1.2.0 |
1585 | 2024-03-22T16:15:11.623Z | Compiling smallvec v1.13.1 |
1586 | 2024-03-22T16:15:11.639Z | Compiling lock_api v0.4.11 |
1587 | 2024-03-22T16:15:11.896Z | Compiling log v0.4.21 |
1588 | 2024-03-22T16:15:12.086Z | Compiling ahash v0.8.11 |
1589 | 2024-03-22T16:15:12.103Z | Compiling parking_lot_core v0.9.9 |
1590 | 2024-03-22T16:15:12.138Z | Compiling getrandom v0.2.12 |
1591 | 2024-03-22T16:15:12.594Z | Compiling socket2 v0.5.6 |
1592 | 2024-03-22T16:15:12.598Z | Compiling parking_lot v0.12.1 |
1593 | 2024-03-22T16:15:12.598Z | Compiling signal-hook-registry v1.4.1 |
1594 | 2024-03-22T16:15:12.602Z | Compiling hashbrown v0.14.3 |
1595 | 2024-03-22T16:15:13.006Z | Compiling num_cpus v1.16.0 |
1596 | 2024-03-22T16:15:13.092Z | Compiling mio v0.8.11 |
1597 | 2024-03-22T16:15:13.126Z | Compiling allocator-api2 v0.2.16 |
1598 | 2024-03-22T16:15:13.299Z | Compiling memchr v2.7.1 |
1599 | 2024-03-22T16:15:14.069Z | Compiling tracing-core v0.1.32 |
1600 | 2024-03-22T16:15:19.886Z | Compiling futures-core v0.3.30 |
1601 | 2024-03-22T16:15:19.887Z | Compiling ryu v1.0.17 |
1602 | 2024-03-22T16:15:19.887Z | Compiling fnv v1.0.7 |
1603 | 2024-03-22T16:15:19.887Z | Compiling equivalent v1.0.1 |
1604 | 2024-03-22T16:15:19.887Z | Compiling untrusted v0.9.0 |
1605 | 2024-03-22T16:15:19.887Z | Compiling http v0.2.12 |
1606 | 2024-03-22T16:15:19.887Z | Compiling spin v0.9.8 |
1607 | 2024-03-22T16:15:19.887Z | Compiling regress v0.9.0 |
1608 | 2024-03-22T16:15:19.887Z | Compiling ring v0.17.8 |
1609 | 2024-03-22T16:15:19.887Z | Compiling foreign-types-shared v0.1.1 |
1610 | 2024-03-22T16:15:19.887Z | Compiling futures-sink v0.3.30 |
1611 | 2024-03-22T16:15:19.887Z | Compiling pin-utils v0.1.0 |
1612 | 2024-03-22T16:15:19.887Z | Compiling futures-task v0.3.30 |
1613 | 2024-03-22T16:15:19.887Z | Compiling foreign-types v0.3.2 |
1614 | 2024-03-22T16:15:19.887Z | Compiling slab v0.4.9 |
1615 | 2024-03-22T16:15:19.887Z | Compiling futures-util v0.3.30 |
1616 | 2024-03-22T16:15:19.887Z | Compiling openssl-sys v0.9.101 |
1617 | 2024-03-22T16:15:19.887Z | Compiling num-traits v0.2.18 |
1618 | 2024-03-22T16:15:19.887Z | Compiling tinyvec_macros v0.1.1 |
1619 | 2024-03-22T16:15:19.888Z | Compiling bitflags v2.5.0 |
1620 | 2024-03-22T16:15:19.888Z | Compiling try-lock v0.2.5 |
1621 | 2024-03-22T16:15:19.888Z | Compiling slog v2.7.0 |
1622 | 2024-03-22T16:15:19.888Z | Compiling unicode-ident v1.0.12 |
1623 | 2024-03-22T16:15:19.888Z | Compiling rustls-webpki v0.101.7 |
1624 | 2024-03-22T16:15:19.888Z | Compiling sct v0.7.1 |
1625 | 2024-03-22T16:15:19.888Z | Compiling proc-macro2 v1.0.79 |
1626 | 2024-03-22T16:15:20.019Z | Compiling want v0.3.1 |
1627 | 2024-03-22T16:15:20.019Z | Compiling http-body v0.4.6 |
1628 | 2024-03-22T16:15:20.019Z | Compiling tinyvec v1.6.0 |
1629 | 2024-03-22T16:15:20.060Z | Compiling httparse v1.8.0 |
1630 | 2024-03-22T16:15:20.204Z | Compiling futures-channel v0.3.30 |
1631 | 2024-03-22T16:15:20.417Z | Compiling tower-service v0.3.2 |
1632 | 2024-03-22T16:15:20.534Z | Compiling percent-encoding v2.3.1 |
1633 | 2024-03-22T16:15:20.645Z | Compiling openssl-probe v0.1.5 |
1634 | 2024-03-22T16:15:21.028Z | Compiling httpdate v1.0.3 |
1635 | 2024-03-22T16:15:21.081Z | Compiling form_urlencoded v1.2.1 |
1636 | 2024-03-22T16:15:21.191Z | Compiling chrono v0.4.35 |
1637 | 2024-03-22T16:15:21.578Z | Compiling unicode-normalization v0.1.23 |
1638 | 2024-03-22T16:15:21.585Z | Compiling rustls v0.21.10 |
1639 | 2024-03-22T16:15:21.803Z | Compiling quote v1.0.35 |
1640 | 2024-03-22T16:15:22.874Z | Compiling aho-corasick v1.1.2 |
1641 | 2024-03-22T16:15:23.148Z | Compiling schemars v0.8.16 |
1642 | 2024-03-22T16:15:23.161Z | Compiling proc-macro-error-attr v1.0.4 |
1643 | 2024-03-22T16:15:23.489Z | Compiling lazy_static v1.4.0 |
1644 | 2024-03-22T16:15:23.555Z | Compiling serde_derive v1.0.197 |
1645 | 2024-03-22T16:15:23.610Z | Compiling thiserror-impl v1.0.58 |
1646 | 2024-03-22T16:15:23.657Z | Compiling tokio-macros v2.2.0 |
1647 | 2024-03-22T16:15:23.950Z | Compiling tracing-attributes v0.1.27 |
1648 | 2024-03-22T16:15:25.300Z | Compiling tokio v1.36.0 |
1649 | 2024-03-22T16:15:25.983Z | Compiling openssl-macros v0.1.1 |
1650 | 2024-03-22T16:15:26.478Z | Compiling thiserror v1.0.58 |
1651 | 2024-03-22T16:15:26.740Z | Compiling dyn-clone v1.0.17 |
1652 | 2024-03-22T16:15:26.799Z | Compiling openssl v0.10.64 |
1653 | 2024-03-22T16:15:26.933Z | Compiling regex-syntax v0.8.2 |
1654 | 2024-03-22T16:15:27.378Z | Compiling tracing v0.1.40 |
1655 | 2024-03-22T16:15:27.401Z | Compiling unicode-bidi v0.3.15 |
1656 | 2024-03-22T16:15:28.104Z | Compiling regex-automata v0.4.6 |
1657 | 2024-03-22T16:15:37.646Z | Compiling indexmap v2.2.5 |
1658 | 2024-03-22T16:15:39.054Z | Compiling serde_json v1.0.114 |
1659 | 2024-03-22T16:15:39.079Z | Compiling serde_tokenstream v0.2.0 |
1660 | 2024-03-22T16:15:39.601Z | Compiling tokio-util v0.7.10 |
1661 | 2024-03-22T16:15:42.040Z | Compiling toml_edit v0.19.15 |
1662 | 2024-03-22T16:15:42.493Z | Compiling native-tls v0.2.11 |
1663 | 2024-03-22T16:15:44.747Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1664 | 2024-03-22T16:15:45.016Z | Compiling h2 v0.3.25 |
1665 | 2024-03-22T16:15:45.457Z | Compiling uuid v1.8.0 |
1666 | 2024-03-22T16:15:48.420Z | Compiling proc-macro-crate v1.3.1 |
1667 | 2024-03-22T16:15:49.670Z | Compiling tokio-native-tls v0.3.1 |
1668 | 2024-03-22T16:15:49.675Z | Compiling tokio-rustls v0.24.1 |
1669 | 2024-03-22T16:15:49.959Z | Compiling hyper v0.14.28 |
1670 | 2024-03-22T16:15:50.391Z | Compiling idna v0.5.0 |
1671 | 2024-03-22T16:15:56.324Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1672 | 2024-03-22T16:15:59.487Z | Compiling proc-macro-error v1.0.4 |
1673 | 2024-03-22T16:15:59.852Z | Compiling heck v0.4.1 |
1674 | 2024-03-22T16:16:00.792Z | Compiling crossbeam-utils v0.8.19 |
1675 | 2024-03-22T16:16:00.974Z | Compiling base64 v0.21.7 |
1676 | 2024-03-22T16:16:01.065Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1677 | 2024-03-22T16:16:01.485Z | Compiling rustls-pemfile v1.0.4 |
1678 | 2024-03-22T16:16:01.620Z | Compiling hyper-tls v0.5.0 |
1679 | 2024-03-22T16:16:02.084Z | Compiling hyper-rustls v0.24.2 |
1680 | 2024-03-22T16:16:02.358Z | Compiling url v2.5.0 |
1681 | 2024-03-22T16:16:02.522Z | Compiling num_enum_derive v0.5.11 |
1682 | 2024-03-22T16:16:02.951Z | Compiling serde_urlencoded v0.7.1 |
1683 | 2024-03-22T16:16:03.528Z | Compiling openapiv3 v2.0.0 |
1684 | 2024-03-22T16:16:03.594Z | Compiling regex v1.10.3 |
1685 | 2024-03-22T16:16:05.022Z | Compiling foreign-types-macros v0.2.3 |
1686 | 2024-03-22T16:16:06.089Z | Compiling dirs-sys-next v0.1.2 |
1687 | 2024-03-22T16:16:06.378Z | Compiling encoding_rs v0.8.33 |
1688 | 2024-03-22T16:16:07.300Z | Compiling mime v0.3.17 |
1689 | 2024-03-22T16:16:07.330Z | Compiling ipnet v2.9.0 |
1690 | 2024-03-22T16:16:08.048Z | Compiling unicode-width v0.1.11 |
1691 | 2024-03-22T16:16:08.206Z | Compiling powerfmt v0.2.0 |
1692 | 2024-03-22T16:16:08.404Z | Compiling sync_wrapper v0.1.2 |
1693 | 2024-03-22T16:16:08.531Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2024-03-22T16:16:08.579Z | Compiling webpki-roots v0.25.4 |
1695 | 2024-03-22T16:16:08.629Z | Compiling foreign-types v0.5.0 |
1696 | 2024-03-22T16:16:08.675Z | Compiling serde_yaml v0.9.33 |
1697 | 2024-03-22T16:16:08.717Z | Compiling deranged v0.3.11 |
1698 | 2024-03-22T16:16:08.727Z | Compiling getopts v0.2.21 |
1699 | 2024-03-22T16:16:09.793Z | Compiling reqwest v0.11.26 |
1700 | 2024-03-22T16:16:10.073Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1701 | 2024-03-22T16:16:10.977Z | Compiling dirs-next v2.0.0 |
1702 | 2024-03-22T16:16:11.098Z | Compiling num_enum v0.5.11 |
1703 | 2024-03-22T16:16:11.842Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1704 | 2024-03-22T16:16:11.981Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1705 | 2024-03-22T16:16:12.859Z | Compiling cstr-argument v0.1.2 |
1706 | 2024-03-22T16:16:12.863Z | Compiling thread_local v1.1.8 |
1707 | 2024-03-22T16:16:13.409Z | Compiling time-core v0.1.2 |
1708 | 2024-03-22T16:16:13.575Z | Compiling num-conv v0.1.0 |
1709 | 2024-03-22T16:16:13.579Z | Compiling pretty-hex v0.2.1 |
1710 | 2024-03-22T16:16:13.778Z | Compiling either v1.10.0 |
1711 | 2024-03-22T16:16:13.818Z | Compiling arc-swap v1.7.0 |
1712 | 2024-03-22T16:16:14.198Z | Compiling itertools v0.12.1 |
1713 | 2024-03-22T16:16:14.562Z | Compiling slog-scope v4.4.0 |
1714 | 2024-03-22T16:16:15.537Z | Compiling time v0.3.34 |
1715 | 2024-03-22T16:16:16.957Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1716 | 2024-03-22T16:16:18.725Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2024-03-22T16:16:19.092Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2024-03-22T16:16:19.173Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1719 | 2024-03-22T16:16:19.255Z | Compiling crossbeam-channel v0.5.12 |
1720 | 2024-03-22T16:16:20.093Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1721 | 2024-03-22T16:16:21.011Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1722 | 2024-03-22T16:16:21.600Z | Compiling term v0.7.0 |
1723 | 2024-03-22T16:16:23.033Z | Compiling anyhow v1.0.81 |
1724 | 2024-03-22T16:16:24.998Z | Compiling colored v2.1.0 |
1725 | 2024-03-22T16:16:25.175Z | Compiling is-terminal v0.4.12 |
1726 | 2024-03-22T16:16:25.290Z | Compiling socket2 v0.4.10 |
1727 | 2024-03-22T16:16:25.945Z | Compiling take_mut v0.2.2 |
1728 | 2024-03-22T16:16:26.095Z | Compiling slog-async v2.8.0 |
1729 | 2024-03-22T16:16:26.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1730 | 2024-03-22T16:16:27.014Z | Compiling slog-term v2.9.1 |
1731 | 2024-03-22T16:16:29.633Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1732 | 2024-03-22T16:16:30.020Z | Compiling slog-stdlog v4.1.1 |
1733 | 2024-03-22T16:16:30.916Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55) |
1734 | 2024-03-22T16:16:32.484Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1735 | 2024-03-22T16:16:32.677Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1736 | 2024-03-22T16:16:33.468Z | Compiling slog-envlogger v2.2.0 |
1737 | 2024-03-22T16:16:49.697Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1738 | 2024-03-22T16:16:55.916Z | Finished release [optimized] target(s) in 1m 44s |
1739 | 2024-03-22T16:16:55.952Z | Running unittests src/lib.rs (target/release/deps/mg_tests-ae032ad9f9dc47ef) |
1740 | 2024-03-22T16:16:55.970Z | |
1741 | 2024-03-22T16:16:55.970Z | running 1 test |
1742 | 2024-03-22T16:16:56.104Z | configure zone |
1743 | 2024-03-22T16:16:56.126Z | install zone |
1744 | 2024-03-22T16:17:50.191Z | boot zone |
1745 | 2024-03-22T16:17:51.000Z | start zone s1 |
1746 | 2024-03-22T16:17:51.000Z | configure zone |
1747 | 2024-03-22T16:17:51.008Z | install zone |
1748 | 2024-03-22T16:17:55.989Z | test ddm::test_quartet has been running for over 60 seconds |
1749 | 2024-03-22T16:18:39.966Z | boot zone |
1750 | 2024-03-22T16:18:40.801Z | start zone s2 |
1751 | 2024-03-22T16:18:40.801Z | configure zone |
1752 | 2024-03-22T16:18:40.809Z | install zone |
1753 | 2024-03-22T16:19:29.021Z | boot zone |
1754 | 2024-03-22T16:19:29.846Z | start zone s3 |
1755 | 2024-03-22T16:19:29.846Z | configure zone |
1756 | 2024-03-22T16:19:29.854Z | install zone |
1757 | 2024-03-22T16:20:19.421Z | boot zone |
1758 | 2024-03-22T16:20:20.278Z | start zone t1 |
1759 | 2024-03-22T16:20:20.278Z | configure zone |
1760 | 2024-03-22T16:20:20.287Z | install zone |
1761 | 2024-03-22T16:21:08.672Z | boot zone |
1762 | 2024-03-22T16:21:09.454Z | waiting for zones to come up |
1763 | 2024-03-22T16:21:19.457Z | [sidecar.quartet] svcs milestone/network |
1764 | 2024-03-22T16:21:19.491Z | STATE STIME FMRI |
1765 | 2024-03-22T16:21:19.491Z | online 9:18:08 svc:/milestone/network:default |
1766 | 2024-03-22T16:21:19.491Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1767 | 2024-03-22T16:21:19.540Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1768 | 2024-03-22T16:21:19.592Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1769 | 2024-03-22T16:21:19.638Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1770 | 2024-03-22T16:21:19.642Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1771 | 2024-03-22T16:21:19.662Z | |
1772 | 2024-03-22T16:21:19.663Z | running zone s1.quartet setup |
1773 | 2024-03-22T16:21:19.663Z | [s1.quartet] svcs milestone/network |
1774 | 2024-03-22T16:21:19.685Z | STATE STIME FMRI |
1775 | 2024-03-22T16:21:19.685Z | online 9:18:58 svc:/milestone/network:default |
1776 | 2024-03-22T16:21:19.686Z | [s1.quartet] dladm |
1777 | 2024-03-22T16:21:19.709Z | LINK CLASS MTU STATE BRIDGE OVER |
1778 | 2024-03-22T16:21:19.709Z | sl0 simnet 9000 up -- ? |
1779 | 2024-03-22T16:21:19.709Z | mgs1 vnic 9000 up -- ? |
1780 | 2024-03-22T16:21:19.709Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1781 | 2024-03-22T16:21:20.284Z | |
1782 | 2024-03-22T16:21:20.284Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1783 | 2024-03-22T16:21:20.306Z | |
1784 | 2024-03-22T16:21:20.306Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1785 | 2024-03-22T16:21:20.325Z | |
1786 | 2024-03-22T16:21:20.326Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1787 | 2024-03-22T16:21:20.373Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1788 | 2024-03-22T16:21:20.401Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b68d76c5-3ec4-41da-8577-1546606c2e57 --sled-uuid c40ff9a3-d916-4408-9d4a-fb88175bd766 -a sl0/v6 &> /opt/ddmd.log & |
1789 | 2024-03-22T16:21:20.421Z | |
1790 | 2024-03-22T16:21:20.421Z | running zone s2.quartet setup |
1791 | 2024-03-22T16:21:20.421Z | [s2.quartet] svcs milestone/network |
1792 | 2024-03-22T16:21:20.445Z | STATE STIME FMRI |
1793 | 2024-03-22T16:21:20.445Z | online 9:19:47 svc:/milestone/network:default |
1794 | 2024-03-22T16:21:20.446Z | [s2.quartet] dladm |
1795 | 2024-03-22T16:21:20.467Z | LINK CLASS MTU STATE BRIDGE OVER |
1796 | 2024-03-22T16:21:20.467Z | sl1 simnet 9000 up -- ? |
1797 | 2024-03-22T16:21:20.467Z | mgs2 vnic 9000 up -- ? |
1798 | 2024-03-22T16:21:20.467Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1799 | 2024-03-22T16:21:21.089Z | |
1800 | 2024-03-22T16:21:21.089Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1801 | 2024-03-22T16:21:21.113Z | |
1802 | 2024-03-22T16:21:21.113Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1803 | 2024-03-22T16:21:21.134Z | |
1804 | 2024-03-22T16:21:21.134Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1805 | 2024-03-22T16:21:21.193Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1806 | 2024-03-22T16:21:21.211Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 665b2207-43c3-4b44-a873-e8f4766d3bee --sled-uuid 96ad550f-cf70-4033-9fed-7b2dba50ba96 -a sl1/v6 &> /opt/ddmd.log & |
1807 | 2024-03-22T16:21:21.232Z | |
1808 | 2024-03-22T16:21:21.232Z | running zone s3.quartet setup |
1809 | 2024-03-22T16:21:21.232Z | [s3.quartet] svcs milestone/network |
1810 | 2024-03-22T16:21:21.256Z | STATE STIME FMRI |
1811 | 2024-03-22T16:21:21.257Z | online 9:20:37 svc:/milestone/network:default |
1812 | 2024-03-22T16:21:21.257Z | [s3.quartet] dladm |
1813 | 2024-03-22T16:21:21.279Z | LINK CLASS MTU STATE BRIDGE OVER |
1814 | 2024-03-22T16:21:21.279Z | sl2 simnet 9000 up -- ? |
1815 | 2024-03-22T16:21:21.279Z | mgs3 vnic 9000 up -- ? |
1816 | 2024-03-22T16:21:21.279Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1817 | 2024-03-22T16:21:21.776Z | |
1818 | 2024-03-22T16:21:21.776Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1819 | 2024-03-22T16:21:21.799Z | |
1820 | 2024-03-22T16:21:21.799Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1821 | 2024-03-22T16:21:21.820Z | |
1822 | 2024-03-22T16:21:21.820Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1823 | 2024-03-22T16:21:21.869Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1824 | 2024-03-22T16:21:21.896Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 258275d1-4b70-4937-9e05-ecb53f5591d4 --sled-uuid da13ea5e-fb86-4b9f-97ee-3ca3eb2d75f5 -a sl2/v6 &> /opt/ddmd.log & |
1825 | 2024-03-22T16:21:21.917Z | |
1826 | 2024-03-22T16:21:21.917Z | running zone t1.quartet setup |
1827 | 2024-03-22T16:21:21.918Z | [t1.quartet] svcs milestone/network |
1828 | 2024-03-22T16:21:21.941Z | STATE STIME FMRI |
1829 | 2024-03-22T16:21:21.941Z | - - svc:/milestone/network:default |
1830 | 2024-03-22T16:21:22.941Z | [t1.quartet] svcs milestone/network |
1831 | 2024-03-22T16:21:22.965Z | STATE STIME FMRI |
1832 | 2024-03-22T16:21:22.965Z | - - svc:/milestone/network:default |
1833 | 2024-03-22T16:21:23.962Z | [t1.quartet] svcs milestone/network |
1834 | 2024-03-22T16:21:23.983Z | STATE STIME FMRI |
1835 | 2024-03-22T16:21:23.983Z | - - svc:/milestone/network:default |
1836 | 2024-03-22T16:21:24.984Z | [t1.quartet] svcs milestone/network |
1837 | 2024-03-22T16:21:25.006Z | STATE STIME FMRI |
1838 | 2024-03-22T16:21:25.006Z | - - svc:/milestone/network:default |
1839 | 2024-03-22T16:21:26.007Z | [t1.quartet] svcs milestone/network |
1840 | 2024-03-22T16:21:26.027Z | STATE STIME FMRI |
1841 | 2024-03-22T16:21:26.027Z | - - svc:/milestone/network:default |
1842 | 2024-03-22T16:21:27.028Z | [t1.quartet] svcs milestone/network |
1843 | 2024-03-22T16:21:27.048Z | STATE STIME FMRI |
1844 | 2024-03-22T16:21:27.048Z | - - svc:/milestone/network:default |
1845 | 2024-03-22T16:21:28.049Z | [t1.quartet] svcs milestone/network |
1846 | 2024-03-22T16:21:28.070Z | STATE STIME FMRI |
1847 | 2024-03-22T16:21:28.070Z | offline 9:21:25 svc:/milestone/network:default |
1848 | 2024-03-22T16:21:29.071Z | [t1.quartet] svcs milestone/network |
1849 | 2024-03-22T16:21:29.094Z | STATE STIME FMRI |
1850 | 2024-03-22T16:21:29.094Z | online 9:21:26 svc:/milestone/network:default |
1851 | 2024-03-22T16:21:29.094Z | [t1.quartet] dladm |
1852 | 2024-03-22T16:21:29.115Z | LINK CLASS MTU STATE BRIDGE OVER |
1853 | 2024-03-22T16:21:29.115Z | tfportrear0_0 simnet 9000 up -- ? |
1854 | 2024-03-22T16:21:29.115Z | tfportrear1_0 simnet 9000 up -- ? |
1855 | 2024-03-22T16:21:29.115Z | tfportrear2_0 simnet 9000 up -- ? |
1856 | 2024-03-22T16:21:29.115Z | mgt1 vnic 9000 up -- ? |
1857 | 2024-03-22T16:21:29.115Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1858 | 2024-03-22T16:21:29.698Z | |
1859 | 2024-03-22T16:21:29.698Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1860 | 2024-03-22T16:21:29.721Z | |
1861 | 2024-03-22T16:21:29.721Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1862 | 2024-03-22T16:21:29.743Z | |
1863 | 2024-03-22T16:21:29.743Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1864 | 2024-03-22T16:21:29.765Z | |
1865 | 2024-03-22T16:21:29.765Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1866 | 2024-03-22T16:21:29.784Z | |
1867 | 2024-03-22T16:21:29.784Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1868 | 2024-03-22T16:21:29.999Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1869 | 2024-03-22T16:21:30.004Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1870 | 2024-03-22T16:21:30.011Z | waiting 3s for copy of files to zone to complete ... |
1871 | 2024-03-22T16:21:33.075Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1872 | 2024-03-22T16:21:33.079Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1873 | 2024-03-22T16:21:33.079Z | [t1.quartet] svcadm enable dendrite |
1874 | 2024-03-22T16:21:33.121Z | |
1875 | 2024-03-22T16:21:33.122Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1876 | 2024-03-22T16:21:33.169Z | |
1877 | 2024-03-22T16:21:33.169Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1878 | 2024-03-22T16:21:33.215Z | |
1879 | 2024-03-22T16:21:33.215Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1880 | 2024-03-22T16:21:33.259Z | |
1881 | 2024-03-22T16:21:33.259Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1882 | 2024-03-22T16:21:33.303Z | |
1883 | 2024-03-22T16:21:33.303Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1884 | 2024-03-22T16:21:33.346Z | |
1885 | 2024-03-22T16:21:33.346Z | [t1.quartet] svcadm refresh dendrite:default |
1886 | 2024-03-22T16:21:33.386Z | |
1887 | 2024-03-22T16:21:33.386Z | [t1.quartet] svcadm restart dendrite:default |
1888 | 2024-03-22T16:21:33.420Z | |
1889 | 2024-03-22T16:21:33.420Z | wait 10s for dendrite to come up ... |
1890 | 2024-03-22T16:21:43.424Z | [t1.quartet] svcadm enable tfport |
1891 | 2024-03-22T16:21:43.466Z | |
1892 | 2024-03-22T16:21:43.466Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4b2d2830-7e1e-4d0d-ae2f-dc3bc51bd2f0 --sled-uuid e432ed3e-39d0-469b-bd10-3ad8c0537257 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1893 | 2024-03-22T16:21:43.486Z | |
1894 | 2024-03-22T16:21:43.486Z | [t1.quartet] ipadm |
1895 | 2024-03-22T16:21:43.510Z | ADDROBJ TYPE STATE ADDR |
1896 | 2024-03-22T16:21:43.511Z | lo0/v4 static ok 127.0.0.1/8 |
1897 | 2024-03-22T16:21:43.511Z | mgt1/v4 static ok 10.0.0.4/24 |
1898 | 2024-03-22T16:21:43.511Z | lo0/v6 static ok ::1/128 |
1899 | 2024-03-22T16:21:43.511Z | lo0/u6 static ok fd00:4::1/64 |
1900 | 2024-03-22T16:21:43.511Z | tfportrear0_0/v6 addrconf ok fe80::18b7:34ff:fee1:8145%tfportrear0_0/10 |
1901 | 2024-03-22T16:21:43.511Z | tfportrear1_0/v6 addrconf ok fe80::445b:8cff:feeb:d67d%tfportrear1_0/10 |
1902 | 2024-03-22T16:21:43.511Z | tfportrear2_0/v6 addrconf ok fe80::d860:56ff:feb2:3312%tfportrear2_0/10 |
1903 | 2024-03-22T16:21:45.655Z | initial peering test passed |
1904 | 2024-03-22T16:21:46.654Z | [s3.quartet] ping fd00:1::1 |
1905 | 2024-03-22T16:21:46.681Z | fd00:1::1 is alive |
1906 | 2024-03-22T16:21:57.689Z | [s3.quartet] ping fd00:1::1 |
1907 | 2024-03-22T16:21:57.712Z | fd00:1::1 is alive |
1908 | 2024-03-22T16:21:57.720Z | [t1.quartet] pkill ddmd |
1909 | 2024-03-22T16:21:57.743Z | |
1910 | 2024-03-22T16:21:57.743Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1911 | 2024-03-22T16:21:57.747Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1912 | 2024-03-22T16:22:00.258Z | [s3.quartet] pkill ddmd |
1913 | 2024-03-22T16:22:00.278Z | |
1914 | 2024-03-22T16:22:00.278Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1915 | 2024-03-22T16:22:02.746Z | [s2.quartet] pkill ddmd |
1916 | 2024-03-22T16:22:02.767Z | |
1917 | 2024-03-22T16:22:02.767Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1918 | 2024-03-22T16:22:05.324Z | [s1.quartet] pkill ddmd |
1919 | 2024-03-22T16:22:05.342Z | |
1920 | 2024-03-22T16:22:05.342Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1921 | 2024-03-22T16:22:07.711Z | [sidecar.quartet] pkill softnpu |
1922 | 2024-03-22T16:22:07.731Z | |
1923 | 2024-03-22T16:22:07.731Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1924 | 2024-03-22T16:22:10.203Z | test ddm::test_quartet ... ok |
1925 | 2024-03-22T16:22:10.203Z | |
1926 | 2024-03-22T16:22:10.203Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 314.12s |
1927 | 2024-03-22T16:22:10.203Z | |
1928 | 2024-03-22T16:22:10.220Z | + cleanup |
1929 | 2024-03-22T16:22:10.224Z | ++ id -un |
1930 | 2024-03-22T16:22:10.228Z | ++ id -gn |
1931 | 2024-03-22T16:22:10.232Z | + pfexec chown -R build:build . |
1932 | 2024-03-22T16:22:10.288Z | process exited: duration 787476 ms, exit code 0 |
|
1933 | 2024-03-22T16:22:10.308Z | found 5 output files |
1934 | 2024-03-22T16:22:10.308Z | uploading: /work/s1.quartet.log (5069 bytes) |
1935 | 2024-03-22T16:22:11.320Z | uploaded: /work/s1.quartet.log |
1936 | 2024-03-22T16:22:11.320Z | uploading: /work/s2.quartet.log (4166 bytes) |
1937 | 2024-03-22T16:22:12.341Z | uploaded: /work/s2.quartet.log |
1938 | 2024-03-22T16:22:12.341Z | uploading: /work/s3.quartet.log (4305 bytes) |
1939 | 2024-03-22T16:22:13.354Z | uploaded: /work/s3.quartet.log |
1940 | 2024-03-22T16:22:13.354Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1941 | 2024-03-22T16:22:14.368Z | uploaded: /work/sidecar.quartet-softnpu.log |
1942 | 2024-03-22T16:22:14.368Z | uploading: /work/t1.quartet.log (18126 bytes) |
1943 | 2024-03-22T16:22:15.384Z | uploaded: /work/t1.quartet.log |