|
|
|
1 | 2024-03-22T16:08:40.691Z | job assigned to worker 01HSKEM8MJS4AFCPQXX8G7EBA6 (queued for 7 m 22 s) |
|
2 | 2024-03-22T16:08:47.840Z | starting task 0: "setup" |
3 | 2024-03-22T16:08:47.878Z | ++ uname -s |
4 | 2024-03-22T16:08:47.885Z | + kern=SunOS |
5 | 2024-03-22T16:08:47.885Z | + case "$kern" in |
6 | 2024-03-22T16:08:47.886Z | + groupadd -g 12345 build |
7 | 2024-03-22T16:08:47.920Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-22T16:08:49.927Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-22T16:08:50.046Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-22T16:08:50.051Z | + home_fs=zfs |
11 | 2024-03-22T16:08:50.051Z | + [[ zfs == autofs ]] |
12 | 2024-03-22T16:08:50.051Z | + mkdir -p /home/build |
13 | 2024-03-22T16:08:50.051Z | + chown build:build /home/build /work |
14 | 2024-03-22T16:08:51.056Z | + chmod 0700 /home/build /work |
15 | 2024-03-22T16:08:51.071Z | process exited: duration 3213 ms, exit code 0 |
|
16 | 2024-03-22T16:08:51.093Z | starting task 1: "rust-toolchain" |
17 | 2024-03-22T16:08:51.104Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-22T16:08:51.104Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-22T16:08:51.224Z | info: downloading installer |
20 | 2024-03-22T16:08:53.128Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-22T16:08:53.128Z | warning: /opt/ooce/bin |
22 | 2024-03-22T16:08:53.128Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-22T16:08:53.128Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-22T16:08:53.128Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-22T16:08:53.128Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-22T16:08:53.128Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-22T16:08:53.128Z | error: cannot install while Rust is installed |
28 | 2024-03-22T16:08:53.128Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-22T16:08:53.362Z | info: profile set to 'default' |
30 | 2024-03-22T16:08:53.362Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-22T16:08:53.368Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-22T16:08:53.518Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-22T16:08:53.519Z | info: downloading component 'cargo' |
34 | 2024-03-22T16:08:54.300Z | info: downloading component 'clippy' |
35 | 2024-03-22T16:08:54.562Z | info: downloading component 'rust-docs' |
36 | 2024-03-22T16:08:55.640Z | info: downloading component 'rust-std' |
37 | 2024-03-22T16:08:57.413Z | info: downloading component 'rustc' |
38 | 2024-03-22T16:09:01.765Z | info: downloading component 'rustfmt' |
39 | 2024-03-22T16:09:02.067Z | info: installing component 'cargo' |
40 | 2024-03-22T16:09:02.881Z | info: installing component 'clippy' |
41 | 2024-03-22T16:09:03.215Z | info: installing component 'rust-docs' |
42 | 2024-03-22T16:09:04.620Z | info: installing component 'rust-std' |
43 | 2024-03-22T16:09:06.315Z | info: installing component 'rustc' |
44 | 2024-03-22T16:09:10.437Z | info: installing component 'rustfmt' |
45 | 2024-03-22T16:09:10.783Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-22T16:09:10.783Z | |
47 | 2024-03-22T16:09:11.046Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-22T16:09:11.046Z | |
49 | 2024-03-22T16:09:11.050Z | |
50 | 2024-03-22T16:09:11.050Z | Rust is installed now. Great! |
51 | 2024-03-22T16:09:11.050Z | |
52 | 2024-03-22T16:09:11.050Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-22T16:09:11.050Z | environment variable. This has not been done automatically. |
54 | 2024-03-22T16:09:11.050Z | |
55 | 2024-03-22T16:09:11.050Z | To configure your current shell, you need to source |
56 | 2024-03-22T16:09:11.050Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-22T16:09:11.050Z | |
58 | 2024-03-22T16:09:11.050Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-22T16:09:11.050Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-22T16:09:11.050Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-22T16:09:11.143Z | + rustc --version |
62 | 2024-03-22T16:09:11.206Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-22T16:09:11.210Z | process exited: duration 20115 ms, exit code 0 |
|
64 | 2024-03-22T16:09:11.221Z | starting task 2: "authentication" |
65 | 2024-03-22T16:09:11.249Z | process exited: duration 25 ms, exit code 0 |
|
66 | 2024-03-22T16:09:11.258Z | starting task 3: "clone repository" |
67 | 2024-03-22T16:09:11.263Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-03-22T16:09:11.267Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-03-22T16:09:11.545Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-03-22T16:09:12.586Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-03-22T16:09:12.592Z | + git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e |
72 | 2024-03-22T16:09:12.858Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-03-22T16:09:12.858Z | * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD |
74 | 2024-03-22T16:09:12.864Z | + [[ -n ddm-track-session-duration ]] |
75 | 2024-03-22T16:09:12.868Z | ++ git branch --show-current |
76 | 2024-03-22T16:09:12.868Z | + current=main |
77 | 2024-03-22T16:09:12.868Z | + [[ main != ddm-track-session-duration ]] |
78 | 2024-03-22T16:09:12.868Z | + git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e |
79 | 2024-03-22T16:09:12.872Z | + git checkout -f ddm-track-session-duration |
80 | 2024-03-22T16:09:12.882Z | Switched to branch 'ddm-track-session-duration' |
81 | 2024-03-22T16:09:12.886Z | + git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e |
82 | 2024-03-22T16:09:12.892Z | HEAD is now at 9cefc93 cleanup |
83 | 2024-03-22T16:09:12.896Z | process exited: duration 1634 ms, exit code 0 |
|
84 | 2024-03-22T16:09:12.905Z | starting task 4: "build" |
85 | 2024-03-22T16:09:12.911Z | ++ cargo --version |
86 | 2024-03-22T16:09:12.915Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-22T16:09:13.091Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-22T16:09:13.092Z | info: downloading component 'cargo' |
89 | 2024-03-22T16:09:14.084Z | info: downloading component 'clippy' |
90 | 2024-03-22T16:09:14.385Z | info: downloading component 'rust-docs' |
91 | 2024-03-22T16:09:15.614Z | info: downloading component 'rust-std' |
92 | 2024-03-22T16:09:17.655Z | info: downloading component 'rustc' |
93 | 2024-03-22T16:09:22.812Z | info: downloading component 'rustfmt' |
94 | 2024-03-22T16:09:23.082Z | info: installing component 'cargo' |
95 | 2024-03-22T16:09:23.942Z | info: installing component 'clippy' |
96 | 2024-03-22T16:09:24.276Z | info: installing component 'rust-docs' |
97 | 2024-03-22T16:09:25.740Z | info: installing component 'rust-std' |
98 | 2024-03-22T16:09:27.512Z | info: installing component 'rustc' |
99 | 2024-03-22T16:09:31.628Z | info: installing component 'rustfmt' |
100 | 2024-03-22T16:09:32.009Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-22T16:09:32.014Z | ++ rustc --version |
102 | 2024-03-22T16:09:32.085Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-22T16:09:32.502Z | ++ dladm |
104 | 2024-03-22T16:09:32.514Z | LINK CLASS MTU STATE BRIDGE OVER |
105 | 2024-03-22T16:09:32.514Z | ena0 phys 9216 up -- -- |
106 | 2024-03-22T16:09:32.514Z | ++ ipadm |
107 | 2024-03-22T16:09:32.515Z | ADDROBJ TYPE STATE ADDR |
108 | 2024-03-22T16:09:32.515Z | lo0/v4 static ok 127.0.0.1/8 |
109 | 2024-03-22T16:09:32.515Z | ena0/dhcp dhcp ok 10.150.1.25/24 |
110 | 2024-03-22T16:09:32.515Z | lo0/v6 static ok ::1/128 |
111 | 2024-03-22T16:09:32.515Z | ++ banner collect |
112 | 2024-03-22T16:09:32.516Z | |
113 | 2024-03-22T16:09:32.516Z | #### #### # # ###### #### ##### |
114 | 2024-03-22T16:09:32.516Z | # # # # # # # # # # |
115 | 2024-03-22T16:09:32.516Z | # # # # # ##### # # |
116 | 2024-03-22T16:09:32.516Z | # # # # # # # # |
117 | 2024-03-22T16:09:32.517Z | # # # # # # # # # # |
118 | 2024-03-22T16:09:32.517Z | #### #### ###### ###### ###### #### # |
119 | 2024-03-22T16:09:32.517Z | |
120 | 2024-03-22T16:09:32.517Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
121 | 2024-03-22T16:09:32.517Z | ++ repo=softnpu |
122 | 2024-03-22T16:09:32.517Z | ++ series=image |
123 | 2024-03-22T16:09:32.518Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
124 | 2024-03-22T16:09:32.518Z | ++ name=softnpu |
125 | 2024-03-22T16:09:32.518Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
126 | 2024-03-22T16:09:32.518Z | ++ mkdir -p download |
127 | 2024-03-22T16:09:32.518Z | ++ pushd download |
128 | 2024-03-22T16:09:32.519Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
129 | 2024-03-22T16:09:32.519Z | ++ [[ ! -f softnpu ]] |
130 | 2024-03-22T16:09:32.519Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
131 | 2024-03-22T16:09:32.519Z | % Total % Received % Xferd Average Speed Time Time Time Current |
132 | 2024-03-22T16:09:32.519Z | Dload Upload Total Spent Left Speed |
133 | 2024-03-22T16:09:37.580Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 21.8M 6 1483k 0 0 1526k 0 0:00:14 --:--:-- 0:00:14 1526k
16 21.8M 16 3775k 0 0 2042k 0 0:00:10 0:00:01 0:00:09 2042k
22 21.8M 22 4931k 0 0 1842k 0 0:00:12 0:00:02 0:00:10 1842k
54 21.8M 54 11.9M 0 0 3216k 0 0:00:06 0:00:03 0:00:03 3216k
65 21.8M 65 14.3M 0 0 2880k 0 0:00:07 0:00:05 0:00:02 2880k
100 21.8M 100 21.8M 0 0 4090k 0 0:00:05 0:00:05 --:--:-- 4645k |
134 | 2024-03-22T16:09:37.584Z | ++ popd |
135 | 2024-03-22T16:09:37.584Z | /work/oxidecomputer/maghemite |
136 | 2024-03-22T16:09:37.584Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
137 | 2024-03-22T16:09:37.584Z | ++ repo=sidecar-lite |
138 | 2024-03-22T16:09:37.585Z | ++ series=release |
139 | 2024-03-22T16:09:37.585Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
140 | 2024-03-22T16:09:37.585Z | ++ name=libsidecar_lite.so |
141 | 2024-03-22T16:09:37.585Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
142 | 2024-03-22T16:09:37.585Z | ++ mkdir -p download |
143 | 2024-03-22T16:09:37.589Z | ++ pushd download |
144 | 2024-03-22T16:09:37.589Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
145 | 2024-03-22T16:09:37.589Z | ++ [[ ! -f libsidecar_lite.so ]] |
146 | 2024-03-22T16:09:37.589Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
147 | 2024-03-22T16:09:37.594Z | % Total % Received % Xferd Average Speed Time Time Time Current |
148 | 2024-03-22T16:09:37.595Z | Dload Upload Total Spent Left Speed |
149 | 2024-03-22T16:09:41.858Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 20.3M 4 1031k 0 0 1028k 0 0:00:20 0:00:01 0:00:19 1029k
34 20.3M 34 7235k 0 0 3616k 0 0:00:05 0:00:02 0:00:03 3617k
69 20.3M 69 14.2M 0 0 4469k 0 0:00:04 0:00:03 0:00:01 4470k
99 20.3M 99 20.1M 0 0 4845k 0 0:00:04 0:00:04 --:--:-- 4846k
100 20.3M 100 20.3M 0 0 4879k 0 0:00:04 0:00:04 --:--:-- 4880k |
150 | 2024-03-22T16:09:41.862Z | ++ popd |
151 | 2024-03-22T16:09:41.862Z | /work/oxidecomputer/maghemite |
152 | 2024-03-22T16:09:41.862Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
153 | 2024-03-22T16:09:41.862Z | ++ repo=sidecar-lite |
154 | 2024-03-22T16:09:41.863Z | ++ series=release |
155 | 2024-03-22T16:09:41.863Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
156 | 2024-03-22T16:09:41.863Z | ++ name=scadm |
157 | 2024-03-22T16:09:41.863Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
158 | 2024-03-22T16:09:41.863Z | ++ mkdir -p download |
159 | 2024-03-22T16:09:41.866Z | ++ pushd download |
160 | 2024-03-22T16:09:41.867Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
161 | 2024-03-22T16:09:41.867Z | ++ [[ ! -f scadm ]] |
162 | 2024-03-22T16:09:41.867Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
163 | 2024-03-22T16:09:41.873Z | % Total % Received % Xferd Average Speed Time Time Time Current |
164 | 2024-03-22T16:09:41.873Z | Dload Upload Total Spent Left Speed |
165 | 2024-03-22T16:09:48.387Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
13 22.7M 13 3219k 0 0 4369k 0 0:00:05 --:--:-- 0:00:05 4368k
31 22.7M 31 7347k 0 0 4257k 0 0:00:05 0:00:01 0:00:04 4257k
49 22.7M 49 11.2M 0 0 4067k 0 0:00:05 0:00:02 0:00:03 4067k
52 22.7M 52 11.9M 0 0 3249k 0 0:00:07 0:00:03 0:00:04 3249k
82 22.7M 82 18.8M 0 0 3786k 0 0:00:06 0:00:05 0:00:01 3786k
85 22.7M 85 19.5M 0 0 3344k 0 0:00:06 0:00:05 0:00:01 3200k
100 22.7M 100 22.7M 0 0 3587k 0 0:00:06 0:00:06 --:--:-- 3345k |
166 | 2024-03-22T16:09:48.401Z | ++ popd |
167 | 2024-03-22T16:09:48.401Z | /work/oxidecomputer/maghemite |
168 | 2024-03-22T16:09:48.401Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
169 | 2024-03-22T16:09:48.401Z | ++ repo=dendrite |
170 | 2024-03-22T16:09:48.401Z | ++ series=image |
171 | 2024-03-22T16:09:48.401Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
172 | 2024-03-22T16:09:48.401Z | ++ name=dendrite-softnpu.tar.gz |
173 | 2024-03-22T16:09:48.401Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
174 | 2024-03-22T16:09:48.401Z | ++ mkdir -p download |
175 | 2024-03-22T16:09:48.401Z | ++ pushd download |
176 | 2024-03-22T16:09:48.401Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
177 | 2024-03-22T16:09:48.401Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
178 | 2024-03-22T16:09:48.401Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
179 | 2024-03-22T16:09:48.409Z | % Total % Received % Xferd Average Speed Time Time Time Current |
180 | 2024-03-22T16:09:48.410Z | Dload Upload Total Spent Left Speed |
181 | 2024-03-22T16:09:59.161Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 37.5M 0 351k 0 0 604k 0 0:01:03 --:--:-- 0:01:03 604k
4 37.5M 4 1547k 0 0 1093k 0 0:00:35 0:00:01 0:00:34 1093k
12 37.5M 12 4911k 0 0 2104k 0 0:00:18 0:00:02 0:00:16 2103k
21 37.5M 21 8219k 0 0 2408k 0 0:00:15 0:00:03 0:00:12 2408k
30 37.5M 30 11.4M 0 0 2710k 0 0:00:14 0:00:04 0:00:10 2710k
31 37.5M 31 11.9M 0 0 2343k 0 0:00:16 0:00:05 0:00:11 2562k
52 37.5M 52 19.6M 0 0 3204k 0 0:00:12 0:00:06 0:00:06 3815k
58 37.5M 58 22.1M 0 0 3147k 0 0:00:12 0:00:07 0:00:05 3648k
69 37.5M 69 25.9M 0 0 3245k 0 0:00:11 0:00:08 0:00:03 3842k
71 37.5M 71 26.8M 0 0 2943k 0 0:00:13 0:00:09 0:00:04 3146k
91 37.5M 91 34.3M 0 0 3443k 0 0:00:11 0:00:10 0:00:01 4588k
100 37.5M 100 37.5M 0 0 3573k 0 0:00:10 0:00:10 --:--:-- 4095k |
182 | 2024-03-22T16:09:59.165Z | ++ popd |
183 | 2024-03-22T16:09:59.165Z | /work/oxidecomputer/maghemite |
184 | 2024-03-22T16:09:59.166Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd |
185 | 2024-03-22T16:09:59.166Z | ++ repo=maghemite |
186 | 2024-03-22T16:09:59.166Z | ++ series=release |
187 | 2024-03-22T16:09:59.166Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
188 | 2024-03-22T16:09:59.166Z | ++ name=ddmd |
189 | 2024-03-22T16:09:59.166Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
190 | 2024-03-22T16:09:59.166Z | ++ mkdir -p download |
191 | 2024-03-22T16:09:59.170Z | ++ pushd download |
192 | 2024-03-22T16:09:59.170Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
193 | 2024-03-22T16:09:59.170Z | ++ [[ ! -f ddmd ]] |
194 | 2024-03-22T16:09:59.170Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd |
195 | 2024-03-22T16:09:59.176Z | % Total % Received % Xferd Average Speed Time Time Time Current |
196 | 2024-03-22T16:09:59.176Z | Dload Upload Total Spent Left Speed |
197 | 2024-03-22T16:10:07.902Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 27.6M 4 1147k 0 0 1930k 0 0:00:14 --:--:-- 0:00:14 1929k
12 27.6M 12 3671k 0 0 2318k 0 0:00:12 0:00:01 0:00:11 2318k
20 27.6M 20 5731k 0 0 1987k 0 0:00:14 0:00:02 0:00:12 1987k
42 27.6M 42 11.7M 0 0 3371k 0 0:00:08 0:00:03 0:00:05 3371k
55 27.6M 55 15.4M 0 0 3505k 0 0:00:08 0:00:04 0:00:04 3505k
69 27.6M 69 19.2M 0 0 3617k 0 0:00:07 0:00:05 0:00:02 3823k
73 27.6M 73 20.4M 0 0 3132k 0 0:00:09 0:00:06 0:00:03 3386k
84 27.6M 84 23.2M 0 0 3051k 0 0:00:09 0:00:07 0:00:02 3673k
96 27.6M 96 26.6M 0 0 3155k 0 0:00:08 0:00:08 --:--:-- 3003k
100 27.6M 100 27.6M 0 0 3246k 0 0:00:08 0:00:08 --:--:-- 2969k |
198 | 2024-03-22T16:10:07.920Z | ++ popd |
199 | 2024-03-22T16:10:07.920Z | /work/oxidecomputer/maghemite |
200 | 2024-03-22T16:10:07.920Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm |
201 | 2024-03-22T16:10:07.920Z | ++ repo=maghemite |
202 | 2024-03-22T16:10:07.920Z | ++ series=release |
203 | 2024-03-22T16:10:07.921Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
204 | 2024-03-22T16:10:07.921Z | ++ name=ddmadm |
205 | 2024-03-22T16:10:07.921Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
206 | 2024-03-22T16:10:07.921Z | ++ mkdir -p download |
207 | 2024-03-22T16:10:07.921Z | ++ pushd download |
208 | 2024-03-22T16:10:07.921Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
209 | 2024-03-22T16:10:07.921Z | ++ [[ ! -f ddmadm ]] |
210 | 2024-03-22T16:10:07.921Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm |
211 | 2024-03-22T16:10:07.921Z | % Total % Received % Xferd Average Speed Time Time Time Current |
212 | 2024-03-22T16:10:07.921Z | Dload Upload Total Spent Left Speed |
213 | 2024-03-22T16:10:15.514Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
10 30.5M 10 3435k 0 0 2028k 0 0:00:15 0:00:01 0:00:14 2028k
25 30.5M 25 7987k 0 0 2964k 0 0:00:10 0:00:02 0:00:08 2965k
41 30.5M 41 12.7M 0 0 3143k 0 0:00:09 0:00:04 0:00:05 3144k
44 30.5M 44 13.5M 0 0 2960k 0 0:00:10 0:00:04 0:00:06 2960k
55 30.5M 55 16.8M 0 0 3021k 0 0:00:10 0:00:05 0:00:05 3558k
69 30.5M 69 21.2M 0 0 3137k 0 0:00:09 0:00:06 0:00:03 3497k
100 30.5M 100 30.5M 0 0 4113k 0 0:00:07 0:00:07 --:--:-- 4744k |
214 | 2024-03-22T16:10:15.519Z | ++ popd |
215 | 2024-03-22T16:10:15.519Z | /work/oxidecomputer/maghemite |
216 | 2024-03-22T16:10:15.519Z | ++ pushd download |
217 | 2024-03-22T16:10:15.519Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
218 | 2024-03-22T16:10:15.519Z | ++ chmod +x softnpu |
219 | 2024-03-22T16:10:15.519Z | ++ chmod +x scadm |
220 | 2024-03-22T16:10:15.519Z | ++ chmod +x ddmadm |
221 | 2024-03-22T16:10:15.525Z | ++ chmod +x ddmd |
222 | 2024-03-22T16:10:15.525Z | ++ mv ddmadm ddmadm-v1 |
223 | 2024-03-22T16:10:15.525Z | ++ mv ddmd ddmd-v1 |
224 | 2024-03-22T16:10:15.531Z | ++ rm -rf zones/dendrite |
225 | 2024-03-22T16:10:15.531Z | ++ mkdir -p zones/dendrite |
226 | 2024-03-22T16:10:15.531Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
227 | 2024-03-22T16:10:16.281Z | ++ popd |
228 | 2024-03-22T16:10:16.281Z | /work/oxidecomputer/maghemite |
229 | 2024-03-22T16:10:16.281Z | ++ banner install |
230 | 2024-03-22T16:10:16.285Z | |
231 | 2024-03-22T16:10:16.285Z | # # # #### ##### ## # # |
232 | 2024-03-22T16:10:16.285Z | # ## # # # # # # # |
233 | 2024-03-22T16:10:16.285Z | # # # # #### # # # # # |
234 | 2024-03-22T16:10:16.285Z | # # # # # # ###### # # |
235 | 2024-03-22T16:10:16.285Z | # # ## # # # # # # # |
236 | 2024-03-22T16:10:16.285Z | # # # #### # # # ###### ###### |
237 | 2024-03-22T16:10:16.285Z | |
238 | 2024-03-22T16:10:16.285Z | ++ pkg info brand/sparse |
239 | 2024-03-22T16:10:16.285Z | ++ grep -qi installed |
240 | 2024-03-22T16:10:22.828Z | pkg: info: no packages matching the following patterns you specified are |
241 | 2024-03-22T16:10:22.828Z | installed on the system. Try querying remotely instead: |
242 | 2024-03-22T16:10:22.828Z | |
243 | 2024-03-22T16:10:22.829Z | brand/sparse |
244 | 2024-03-22T16:10:22.873Z | ++ [[ 1 != 0 ]] |
245 | 2024-03-22T16:10:22.873Z | ++ set -o errexit |
246 | 2024-03-22T16:10:22.873Z | ++ pfexec pkg install brand/sparse |
247 | 2024-03-22T16:10:27.409Z | Startup: Refreshing catalog 'helios-dev' ... Done |
248 | 2024-03-22T16:10:28.840Z | Startup: Caching catalogs ... Done |
249 | 2024-03-22T16:10:30.502Z | Planning: Solver setup ... Done |
250 | 2024-03-22T16:10:30.524Z | Planning: Running solver ... Done |
251 | 2024-03-22T16:10:30.629Z | Planning: Finding local manifests ... Done |
252 | 2024-03-22T16:10:30.649Z | Planning: Fetching manifests: 0/1 0% complete |
253 | 2024-03-22T16:10:30.746Z | Planning: Fetching manifests: 1/1 100% complete |
254 | 2024-03-22T16:10:30.760Z | Planning: Package planning ... Done |
255 | 2024-03-22T16:10:30.764Z | Planning: Merging actions ... Done |
256 | 2024-03-22T16:10:31.274Z | Planning: Checking for conflicting actions ... Done |
257 | 2024-03-22T16:10:31.288Z | Planning: Consolidating action changes ... Done |
258 | 2024-03-22T16:10:37.655Z | Planning: Evaluating mediators ... Done |
259 | 2024-03-22T16:10:37.659Z | Planning: Planning completed in 8.76 seconds |
260 | 2024-03-22T16:10:37.670Z | Packages to install: 1 |
261 | 2024-03-22T16:10:37.670Z | Create boot environment: No |
262 | 2024-03-22T16:10:37.675Z | Create backup boot environment: No |
263 | 2024-03-22T16:10:37.749Z | |
264 | 2024-03-22T16:10:37.750Z | Download: 0/16 items 0.0/0.0MB 0% complete |
265 | 2024-03-22T16:10:37.810Z | Download: Completed 23.56 kB in 0.06 seconds (389k/s) |
266 | 2024-03-22T16:10:37.888Z | Actions: 1/32 actions (Installing new actions) |
267 | 2024-03-22T16:10:37.894Z | Actions: Completed 32 actions in 0.01 seconds. |
268 | 2024-03-22T16:10:38.084Z | Done |
269 | 2024-03-22T16:10:38.084Z | Done |
270 | 2024-03-22T16:10:38.308Z | Done |
271 | 2024-03-22T16:10:43.426Z | Done |
272 | 2024-03-22T16:10:43.577Z | Done |
273 | 2024-03-22T16:10:43.591Z | Done |
274 | 2024-03-22T16:10:43.650Z | Done |
275 | 2024-03-22T16:10:43.873Z | ++ set -o errexit |
276 | 2024-03-22T16:10:43.873Z | ++ set -o pipefail |
277 | 2024-03-22T16:10:43.873Z | ++ banner build |
278 | 2024-03-22T16:10:44.888Z | |
279 | 2024-03-22T16:10:44.888Z | ##### # # # # ##### |
280 | 2024-03-22T16:10:44.888Z | # # # # # # # # |
281 | 2024-03-22T16:10:44.888Z | ##### # # # # # # |
282 | 2024-03-22T16:10:44.888Z | # # # # # # # # |
283 | 2024-03-22T16:10:44.888Z | # # # # # # # # |
284 | 2024-03-22T16:10:44.888Z | ##### #### # ###### ##### |
285 | 2024-03-22T16:10:44.888Z | |
286 | 2024-03-22T16:10:44.888Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-03-22T16:10:44.892Z | Updating crates.io index |
288 | 2024-03-22T16:10:44.892Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-03-22T16:10:44.896Z | From https://github.com/oxidecomputer/falcon |
290 | 2024-03-22T16:10:44.896Z | * [new branch] main -> origin/main |
291 | 2024-03-22T16:10:44.896Z | * [new ref] -> origin/HEAD |
292 | 2024-03-22T16:10:45.058Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
293 | 2024-03-22T16:10:47.304Z | From https://github.com/oxidecomputer/dendrite |
294 | 2024-03-22T16:10:47.304Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
295 | 2024-03-22T16:10:47.311Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
296 | 2024-03-22T16:10:47.311Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
297 | 2024-03-22T16:10:47.311Z | * [new branch] compliance -> origin/compliance |
298 | 2024-03-22T16:10:47.311Z | * [new branch] dev -> origin/dev |
299 | 2024-03-22T16:10:47.311Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
300 | 2024-03-22T16:10:47.311Z | * [new branch] external_log -> origin/external_log |
301 | 2024-03-22T16:10:47.311Z | * [new branch] fix-address-race -> origin/fix-address-race |
302 | 2024-03-22T16:10:47.311Z | * [new branch] helios2 -> origin/helios2 |
303 | 2024-03-22T16:10:47.311Z | * [new branch] mac_ensure -> origin/mac_ensure |
304 | 2024-03-22T16:10:47.311Z | * [new branch] main -> origin/main |
305 | 2024-03-22T16:10:47.311Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
306 | 2024-03-22T16:10:47.311Z | * [new branch] nat_rpw -> origin/nat_rpw |
307 | 2024-03-22T16:10:47.311Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
308 | 2024-03-22T16:10:47.311Z | * [new branch] port-id -> origin/port-id |
309 | 2024-03-22T16:10:47.311Z | * [new branch] reflection-tests -> origin/reflection-tests |
310 | 2024-03-22T16:10:47.311Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
311 | 2024-03-22T16:10:47.311Z | * [new branch] rust-177-lints -> origin/rust-177-lints |
312 | 2024-03-22T16:10:47.311Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
313 | 2024-03-22T16:10:47.311Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
314 | 2024-03-22T16:10:47.312Z | * [new branch] solo -> origin/solo |
315 | 2024-03-22T16:10:47.312Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
316 | 2024-03-22T16:10:47.312Z | * [new branch] updates -> origin/updates |
317 | 2024-03-22T16:10:47.312Z | * [new ref] -> origin/HEAD |
318 | 2024-03-22T16:10:47.312Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
319 | 2024-03-22T16:10:47.312Z | From https://github.com/oxidecomputer/dropshot |
320 | 2024-03-22T16:10:47.312Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
321 | 2024-03-22T16:10:47.312Z | * [new branch] async -> origin/async |
322 | 2024-03-22T16:10:47.312Z | * [new branch] build-o-mat -> origin/build-o-mat |
323 | 2024-03-22T16:10:47.312Z | * [new branch] camel -> origin/camel |
324 | 2024-03-22T16:10:47.312Z | * [new branch] carets -> origin/carets |
325 | 2024-03-22T16:10:47.312Z | * [new branch] changes -> origin/changes |
326 | 2024-03-22T16:10:47.312Z | * [new branch] ci-version -> origin/ci-version |
327 | 2024-03-22T16:10:47.312Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
328 | 2024-03-22T16:10:47.312Z | * [new branch] clippy -> origin/clippy |
329 | 2024-03-22T16:10:47.312Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
330 | 2024-03-22T16:10:47.312Z | * [new branch] clone -> origin/clone |
331 | 2024-03-22T16:10:47.312Z | * [new branch] dependabot/cargo/base64-0.22.0 -> origin/dependabot/cargo/base64-0.22.0 |
332 | 2024-03-22T16:10:47.312Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
333 | 2024-03-22T16:10:47.312Z | * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0 |
334 | 2024-03-22T16:10:47.312Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
335 | 2024-03-22T16:10:47.312Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
336 | 2024-03-22T16:10:47.312Z | * [new branch] doc -> origin/doc |
337 | 2024-03-22T16:10:47.313Z | * [new branch] err -> origin/err |
338 | 2024-03-22T16:10:47.313Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
339 | 2024-03-22T16:10:47.313Z | * [new branch] expectorate -> origin/expectorate |
340 | 2024-03-22T16:10:47.313Z | * [new branch] extracted -> origin/extracted |
341 | 2024-03-22T16:10:47.313Z | * [new branch] fix_tests -> origin/fix_tests |
342 | 2024-03-22T16:10:47.313Z | * [new branch] fmt2 -> origin/fmt2 |
343 | 2024-03-22T16:10:47.313Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
344 | 2024-03-22T16:10:47.313Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
345 | 2024-03-22T16:10:47.313Z | * [new branch] main -> origin/main |
346 | 2024-03-22T16:10:47.313Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
347 | 2024-03-22T16:10:47.313Z | * [new branch] multi-api -> origin/multi-api |
348 | 2024-03-22T16:10:47.313Z | * [new branch] multiverse -> origin/multiverse |
349 | 2024-03-22T16:10:47.313Z | * [new branch] openapi -> origin/openapi |
350 | 2024-03-22T16:10:47.313Z | * [new branch] openapi2 -> origin/openapi2 |
351 | 2024-03-22T16:10:47.313Z | * [new branch] port-fix-better -> origin/port-fix-better |
352 | 2024-03-22T16:10:47.313Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
353 | 2024-03-22T16:10:47.313Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
354 | 2024-03-22T16:10:47.313Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
355 | 2024-03-22T16:10:47.313Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
356 | 2024-03-22T16:10:47.313Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
357 | 2024-03-22T16:10:47.313Z | * [new branch] server-log -> origin/server-log |
358 | 2024-03-22T16:10:47.313Z | * [new branch] simple-headers -> origin/simple-headers |
359 | 2024-03-22T16:10:47.313Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
360 | 2024-03-22T16:10:47.313Z | * [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:47.313Z | * [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:47.314Z | * [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:47.314Z | * [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:47.314Z | * [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:47.314Z | * [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:47.314Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
367 | 2024-03-22T16:10:47.314Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
368 | 2024-03-22T16:10:47.314Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
369 | 2024-03-22T16:10:47.314Z | * [new branch] websockets -> origin/websockets |
370 | 2024-03-22T16:10:47.314Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
371 | 2024-03-22T16:10:47.314Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
372 | 2024-03-22T16:10:47.314Z | * [new ref] -> origin/HEAD |
373 | 2024-03-22T16:10:47.314Z | * [new tag] v0.10.0 -> v0.10.0 |
374 | 2024-03-22T16:10:47.314Z | * [new tag] v0.3.0 -> v0.3.0 |
375 | 2024-03-22T16:10:47.314Z | * [new tag] v0.4.0 -> v0.4.0 |
376 | 2024-03-22T16:10:47.314Z | * [new tag] v0.5.0 -> v0.5.0 |
377 | 2024-03-22T16:10:47.314Z | * [new tag] v0.5.1 -> v0.5.1 |
378 | 2024-03-22T16:10:47.314Z | * [new tag] v0.6.0 -> v0.6.0 |
379 | 2024-03-22T16:10:47.314Z | * [new tag] v0.7.0 -> v0.7.0 |
380 | 2024-03-22T16:10:47.314Z | * [new tag] v0.8.0 -> v0.8.0 |
381 | 2024-03-22T16:10:47.314Z | * [new tag] v0.9.0 -> v0.9.0 |
382 | 2024-03-22T16:10:47.314Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
383 | 2024-03-22T16:10:47.454Z | From https://github.com/oxidecomputer/ispf |
384 | 2024-03-22T16:10:47.454Z | * [new branch] main -> origin/main |
385 | 2024-03-22T16:10:47.463Z | * [new ref] -> origin/HEAD |
386 | 2024-03-22T16:10:47.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
387 | 2024-03-22T16:10:48.281Z | From https://github.com/oxidecomputer/netadm-sys |
388 | 2024-03-22T16:10:48.281Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
389 | 2024-03-22T16:10:48.281Z | * [new branch] gh-pages -> origin/gh-pages |
390 | 2024-03-22T16:10:48.281Z | * [new branch] main -> origin/main |
391 | 2024-03-22T16:10:48.281Z | * [new branch] siocgnds -> origin/siocgnds |
392 | 2024-03-22T16:10:48.281Z | * [new ref] -> origin/HEAD |
393 | 2024-03-22T16:10:48.281Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
394 | 2024-03-22T16:10:53.278Z | From https://github.com/oxidecomputer/omicron |
395 | 2024-03-22T16:10:53.278Z | * [new branch] 267 -> origin/267 |
396 | 2024-03-22T16:10:53.283Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
397 | 2024-03-22T16:10:53.283Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
398 | 2024-03-22T16:10:53.283Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
399 | 2024-03-22T16:10:53.283Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
400 | 2024-03-22T16:10:53.283Z | * [new branch] add-global-api -> origin/add-global-api |
401 | 2024-03-22T16:10:53.283Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
402 | 2024-03-22T16:10:53.283Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
403 | 2024-03-22T16:10:53.283Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
404 | 2024-03-22T16:10:53.283Z | * [new branch] alan/omdb-instances-running -> origin/alan/omdb-instances-running |
405 | 2024-03-22T16:10:53.283Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
406 | 2024-03-22T16:10:53.283Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
407 | 2024-03-22T16:10:53.283Z | * [new branch] archived/disks -> origin/archived/disks |
408 | 2024-03-22T16:10:53.283Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
409 | 2024-03-22T16:10:53.283Z | * [new branch] archived/extractors -> origin/archived/extractors |
410 | 2024-03-22T16:10:53.283Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
411 | 2024-03-22T16:10:53.283Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
412 | 2024-03-22T16:10:53.283Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
413 | 2024-03-22T16:10:53.283Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
414 | 2024-03-22T16:10:53.283Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
415 | 2024-03-22T16:10:53.283Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
416 | 2024-03-22T16:10:53.283Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
417 | 2024-03-22T16:10:53.284Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
418 | 2024-03-22T16:10:53.284Z | * [new branch] archived/logging -> origin/archived/logging |
419 | 2024-03-22T16:10:53.284Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
420 | 2024-03-22T16:10:53.284Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
421 | 2024-03-22T16:10:53.284Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
422 | 2024-03-22T16:10:53.284Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
423 | 2024-03-22T16:10:53.284Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
424 | 2024-03-22T16:10:53.284Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
425 | 2024-03-22T16:10:53.284Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
426 | 2024-03-22T16:10:53.284Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
427 | 2024-03-22T16:10:53.284Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
428 | 2024-03-22T16:10:53.284Z | * [new branch] authz-role-test -> origin/authz-role-test |
429 | 2024-03-22T16:10:53.284Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
430 | 2024-03-22T16:10:53.284Z | * [new branch] bigger-disks -> origin/bigger-disks |
431 | 2024-03-22T16:10:53.284Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
432 | 2024-03-22T16:10:53.290Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
433 | 2024-03-22T16:10:53.290Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
434 | 2024-03-22T16:10:53.290Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
435 | 2024-03-22T16:10:53.290Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
436 | 2024-03-22T16:10:53.290Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
437 | 2024-03-22T16:10:53.290Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
438 | 2024-03-22T16:10:53.290Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
439 | 2024-03-22T16:10:53.290Z | * [new branch] clippy -> origin/clippy |
440 | 2024-03-22T16:10:53.291Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
441 | 2024-03-22T16:10:53.291Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
442 | 2024-03-22T16:10:53.291Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
443 | 2024-03-22T16:10:53.291Z | * [new branch] conform-m2 -> origin/conform-m2 |
444 | 2024-03-22T16:10:53.291Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
445 | 2024-03-22T16:10:53.291Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
446 | 2024-03-22T16:10:53.291Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
447 | 2024-03-22T16:10:53.291Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
448 | 2024-03-22T16:10:53.291Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
449 | 2024-03-22T16:10:53.291Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
450 | 2024-03-22T16:10:53.291Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
451 | 2024-03-22T16:10:53.291Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
452 | 2024-03-22T16:10:53.291Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
453 | 2024-03-22T16:10:53.291Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
454 | 2024-03-22T16:10:53.291Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
455 | 2024-03-22T16:10:53.291Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
456 | 2024-03-22T16:10:53.291Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
457 | 2024-03-22T16:10:53.291Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
458 | 2024-03-22T16:10:53.291Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
459 | 2024-03-22T16:10:53.291Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
460 | 2024-03-22T16:10:53.291Z | * [new branch] dap/update-control -> origin/dap/update-control |
461 | 2024-03-22T16:10:53.291Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
462 | 2024-03-22T16:10:53.291Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
463 | 2024-03-22T16:10:53.292Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
464 | 2024-03-22T16:10:53.292Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
465 | 2024-03-22T16:10:53.292Z | * [new branch] demo -> origin/demo |
466 | 2024-03-22T16:10:53.292Z | * [new branch] demo_m2 -> origin/demo_m2 |
467 | 2024-03-22T16:10:53.292Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
468 | 2024-03-22T16:10:53.292Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
469 | 2024-03-22T16:10:53.292Z | * [new branch] disk-disable -> origin/disk-disable |
470 | 2024-03-22T16:10:53.292Z | * [new branch] dns-dataset -> origin/dns-dataset |
471 | 2024-03-22T16:10:53.292Z | * [new branch] document-external-internal -> origin/document-external-internal |
472 | 2024-03-22T16:10:53.292Z | * [new branch] dropshot-local -> origin/dropshot-local |
473 | 2024-03-22T16:10:53.292Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
474 | 2024-03-22T16:10:53.292Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
475 | 2024-03-22T16:10:53.292Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
476 | 2024-03-22T16:10:53.292Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
477 | 2024-03-22T16:10:53.292Z | * [new branch] executor-fake -> origin/executor-fake |
478 | 2024-03-22T16:10:53.292Z | * [new branch] external_log -> origin/external_log |
479 | 2024-03-22T16:10:53.292Z | * [new branch] falcon-nextest -> origin/falcon-nextest |
480 | 2024-03-22T16:10:53.292Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
481 | 2024-03-22T16:10:53.292Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
482 | 2024-03-22T16:10:53.292Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
483 | 2024-03-22T16:10:53.292Z | * [new branch] folgers -> origin/folgers |
484 | 2024-03-22T16:10:53.292Z | * [new branch] fromstr -> origin/fromstr |
485 | 2024-03-22T16:10:53.299Z | * [new branch] gateway -> origin/gateway |
486 | 2024-03-22T16:10:53.299Z | * [new branch] host-fake -> origin/host-fake |
487 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
488 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
489 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
490 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
491 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
492 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
493 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
494 | 2024-03-22T16:10:53.299Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
495 | 2024-03-22T16:10:53.300Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
496 | 2024-03-22T16:10:53.300Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
497 | 2024-03-22T16:10:53.300Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
498 | 2024-03-22T16:10:53.300Z | * [new branch] iliana/try -> origin/iliana/try |
499 | 2024-03-22T16:10:53.300Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
500 | 2024-03-22T16:10:53.300Z | * [new branch] illumos-ci -> origin/illumos-ci |
501 | 2024-03-22T16:10:53.300Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
502 | 2024-03-22T16:10:53.300Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
503 | 2024-03-22T16:10:53.300Z | * [new branch] issue-213-static -> origin/issue-213-static |
504 | 2024-03-22T16:10:53.300Z | * [new branch] issue-3432 -> origin/issue-3432 |
505 | 2024-03-22T16:10:53.300Z | * [new branch] jclulow -> origin/jclulow |
506 | 2024-03-22T16:10:53.300Z | * [new branch] john/nexus-capabilities -> origin/john/nexus-capabilities |
507 | 2024-03-22T16:10:53.301Z | * [new branch] john/oximeter-producer-gc -> origin/john/oximeter-producer-gc |
508 | 2024-03-22T16:10:53.301Z | * [new branch] john/remove-service-table -> origin/john/remove-service-table |
509 | 2024-03-22T16:10:53.301Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
510 | 2024-03-22T16:10:53.301Z | * [new branch] keeplogs -> origin/keeplogs |
511 | 2024-03-22T16:10:53.301Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
512 | 2024-03-22T16:10:53.301Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
513 | 2024-03-22T16:10:53.301Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
514 | 2024-03-22T16:10:53.301Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
515 | 2024-03-22T16:10:53.301Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
516 | 2024-03-22T16:10:53.301Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
517 | 2024-03-22T16:10:53.301Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
518 | 2024-03-22T16:10:53.301Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
519 | 2024-03-22T16:10:53.301Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
520 | 2024-03-22T16:10:53.302Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
521 | 2024-03-22T16:10:53.302Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
522 | 2024-03-22T16:10:53.302Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
523 | 2024-03-22T16:10:53.302Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
524 | 2024-03-22T16:10:53.302Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
525 | 2024-03-22T16:10:53.302Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
526 | 2024-03-22T16:10:53.302Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
527 | 2024-03-22T16:10:53.302Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
528 | 2024-03-22T16:10:53.302Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
529 | 2024-03-22T16:10:53.302Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
530 | 2024-03-22T16:10:53.302Z | * [new branch] main -> origin/main |
531 | 2024-03-22T16:10:53.302Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
532 | 2024-03-22T16:10:53.303Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
533 | 2024-03-22T16:10:53.303Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
534 | 2024-03-22T16:10:53.303Z | * [new branch] net-reorg -> origin/net-reorg |
535 | 2024-03-22T16:10:53.303Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
536 | 2024-03-22T16:10:53.303Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
537 | 2024-03-22T16:10:53.303Z | * [new branch] new-toolchain -> origin/new-toolchain |
538 | 2024-03-22T16:10:53.303Z | * [new branch] newfolgers -> origin/newfolgers |
539 | 2024-03-22T16:10:53.303Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
540 | 2024-03-22T16:10:53.303Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
541 | 2024-03-22T16:10:53.303Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
542 | 2024-03-22T16:10:53.303Z | * [new branch] omdb-services -> origin/omdb-services |
543 | 2024-03-22T16:10:53.303Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
544 | 2024-03-22T16:10:53.303Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
545 | 2024-03-22T16:10:53.304Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
546 | 2024-03-22T16:10:53.304Z | * [new branch] oximeter-query-language -> origin/oximeter-query-language |
547 | 2024-03-22T16:10:53.304Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
548 | 2024-03-22T16:10:53.304Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
549 | 2024-03-22T16:10:53.304Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
550 | 2024-03-22T16:10:53.304Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
551 | 2024-03-22T16:10:53.304Z | * [new branch] raw-ctes -> origin/raw-ctes |
552 | 2024-03-22T16:10:53.304Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
553 | 2024-03-22T16:10:53.304Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
554 | 2024-03-22T16:10:53.304Z | * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x |
555 | 2024-03-22T16:10:53.304Z | * [new branch] renovate/heck-0.x -> origin/renovate/heck-0.x |
556 | 2024-03-22T16:10:53.304Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
557 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
558 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
559 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
560 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x |
561 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/toml-0.x -> origin/renovate/toml-0.x |
562 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/toml_edit-0.x -> origin/renovate/toml_edit-0.x |
563 | 2024-03-22T16:10:53.312Z | * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x |
564 | 2024-03-22T16:10:53.312Z | * [new branch] reservoir -> origin/reservoir |
565 | 2024-03-22T16:10:53.313Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
566 | 2024-03-22T16:10:53.313Z | * [new branch] resource-identifier -> origin/resource-identifier |
567 | 2024-03-22T16:10:53.313Z | * [new branch] retry-txn -> origin/retry-txn |
568 | 2024-03-22T16:10:53.313Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
569 | 2024-03-22T16:10:53.313Z | * [new branch] rev-opte -> origin/rev-opte |
570 | 2024-03-22T16:10:53.313Z | * [new branch] revert-936 -> origin/revert-936 |
571 | 2024-03-22T16:10:53.313Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
572 | 2024-03-22T16:10:53.313Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
573 | 2024-03-22T16:10:53.313Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
574 | 2024-03-22T16:10:53.313Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
575 | 2024-03-22T16:10:53.313Z | * [new branch] rss-testing -> origin/rss-testing |
576 | 2024-03-22T16:10:53.313Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
577 | 2024-03-22T16:10:53.313Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
578 | 2024-03-22T16:10:53.314Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
579 | 2024-03-22T16:10:53.314Z | * [new branch] shatter-authn -> origin/shatter-authn |
580 | 2024-03-22T16:10:53.314Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
581 | 2024-03-22T16:10:53.314Z | * [new branch] silo-create -> origin/silo-create |
582 | 2024-03-22T16:10:53.314Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
583 | 2024-03-22T16:10:53.314Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
584 | 2024-03-22T16:10:53.314Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
585 | 2024-03-22T16:10:53.314Z | * [new branch] simple-cache -> origin/simple-cache |
586 | 2024-03-22T16:10:53.314Z | * [new branch] sled-agent-api-to-manage-phys-disks -> origin/sled-agent-api-to-manage-phys-disks |
587 | 2024-03-22T16:10:53.314Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
588 | 2024-03-22T16:10:53.314Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
589 | 2024-03-22T16:10:53.314Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
590 | 2024-03-22T16:10:53.314Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
591 | 2024-03-22T16:10:53.315Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
592 | 2024-03-22T16:10:53.315Z | * [new branch] sled-location -> origin/sled-location |
593 | 2024-03-22T16:10:53.315Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
594 | 2024-03-22T16:10:53.315Z | * [new branch] special-delivery -> origin/special-delivery |
595 | 2024-03-22T16:10:53.315Z | * [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.315Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
597 | 2024-03-22T16:10:53.315Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
598 | 2024-03-22T16:10:53.315Z | * [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.315Z | * [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.315Z | * [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.315Z | * [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.315Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [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.316Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
613 | 2024-03-22T16:10:53.316Z | * [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.316Z | * [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.317Z | * [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.317Z | * [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.317Z | * [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.317Z | * [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.317Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
620 | 2024-03-22T16:10:53.317Z | * [new branch] swap -> origin/swap |
621 | 2024-03-22T16:10:53.317Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
622 | 2024-03-22T16:10:53.317Z | * [new branch] thing-flinger -> origin/thing-flinger |
623 | 2024-03-22T16:10:53.317Z | * [new branch] tqv1 -> origin/tqv1 |
624 | 2024-03-22T16:10:53.317Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
625 | 2024-03-22T16:10:53.317Z | * [new branch] u2-encryption -> origin/u2-encryption |
626 | 2024-03-22T16:10:53.317Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
627 | 2024-03-22T16:10:53.317Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
628 | 2024-03-22T16:10:53.318Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
629 | 2024-03-22T16:10:53.318Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
630 | 2024-03-22T16:10:53.318Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
631 | 2024-03-22T16:10:53.318Z | * [new branch] unused-deps -> origin/unused-deps |
632 | 2024-03-22T16:10:53.318Z | * [new branch] update-planning -> origin/update-planning |
633 | 2024-03-22T16:10:53.318Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
634 | 2024-03-22T16:10:53.318Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
635 | 2024-03-22T16:10:53.318Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
636 | 2024-03-22T16:10:53.318Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
637 | 2024-03-22T16:10:53.318Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
638 | 2024-03-22T16:10:53.318Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
639 | 2024-03-22T16:10:53.318Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
640 | 2024-03-22T16:10:53.319Z | * [new branch] wicket -> origin/wicket |
641 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
642 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
643 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-menu -> origin/wicket-menu |
644 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
645 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
646 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
647 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
648 | 2024-03-22T16:10:53.319Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
649 | 2024-03-22T16:10:53.319Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
650 | 2024-03-22T16:10:53.319Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
651 | 2024-03-22T16:10:53.319Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
652 | 2024-03-22T16:10:53.319Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
653 | 2024-03-22T16:10:53.320Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
654 | 2024-03-22T16:10:53.320Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
655 | 2024-03-22T16:10:53.320Z | * [new ref] -> origin/HEAD |
656 | 2024-03-22T16:10:53.320Z | * [new tag] dogfood -> dogfood |
657 | 2024-03-22T16:10:53.325Z | * [new tag] v5 -> v5 |
658 | 2024-03-22T16:10:53.325Z | * [new tag] v6 -> v6 |
659 | 2024-03-22T16:10:53.585Z | Updating git repository `https://github.com/oxidecomputer/opte` |
660 | 2024-03-22T16:10:56.814Z | From https://github.com/oxidecomputer/opte |
661 | 2024-03-22T16:10:56.814Z | * [new branch] bench-tpcof -> origin/bench-tpcof |
662 | 2024-03-22T16:10:56.819Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
663 | 2024-03-22T16:10:56.819Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
664 | 2024-03-22T16:10:56.819Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
665 | 2024-03-22T16:10:56.819Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
666 | 2024-03-22T16:10:56.819Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
667 | 2024-03-22T16:10:56.819Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
668 | 2024-03-22T16:10:56.819Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
669 | 2024-03-22T16:10:56.819Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
670 | 2024-03-22T16:10:56.819Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
671 | 2024-03-22T16:10:56.819Z | * [new branch] master -> origin/master |
672 | 2024-03-22T16:10:56.819Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
673 | 2024-03-22T16:10:56.819Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
674 | 2024-03-22T16:10:56.819Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
675 | 2024-03-22T16:10:56.820Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
676 | 2024-03-22T16:10:56.820Z | * [new branch] opte-220 -> origin/opte-220 |
677 | 2024-03-22T16:10:56.820Z | * [new branch] opte-225 -> origin/opte-225 |
678 | 2024-03-22T16:10:56.820Z | * [new branch] opte-227 -> origin/opte-227 |
679 | 2024-03-22T16:10:56.820Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
680 | 2024-03-22T16:10:56.820Z | * [new branch] opte-232 -> origin/opte-232 |
681 | 2024-03-22T16:10:56.820Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
682 | 2024-03-22T16:10:56.820Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
683 | 2024-03-22T16:10:56.820Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
684 | 2024-03-22T16:10:56.820Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
685 | 2024-03-22T16:10:56.820Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
686 | 2024-03-22T16:10:56.820Z | * [new branch] opteadm-library -> origin/opteadm-library |
687 | 2024-03-22T16:10:56.820Z | * [new branch] partial-workspace -> origin/partial-workspace |
688 | 2024-03-22T16:10:56.820Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
689 | 2024-03-22T16:10:56.820Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
690 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
691 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
692 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
693 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
694 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
695 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
696 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
697 | 2024-03-22T16:10:56.820Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
698 | 2024-03-22T16:10:56.821Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
699 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
700 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
701 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
702 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
703 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
704 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
705 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
706 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
707 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
708 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
709 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
710 | 2024-03-22T16:10:56.825Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
711 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
712 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
713 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
714 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
715 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
716 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
717 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
718 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
719 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
720 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
721 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
722 | 2024-03-22T16:10:56.826Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
723 | 2024-03-22T16:10:56.826Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
724 | 2024-03-22T16:10:56.826Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
725 | 2024-03-22T16:10:56.826Z | * [new ref] -> origin/HEAD |
726 | 2024-03-22T16:10:56.893Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-03-22T16:10:58.144Z | From https://github.com/oxidecomputer/progenitor |
728 | 2024-03-22T16:10:58.144Z | * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0 |
729 | 2024-03-22T16:10:58.150Z | * [new branch] dependabot/cargo/wasm-bindgen-test-0.3.42 -> origin/dependabot/cargo/wasm-bindgen-test-0.3.42 |
730 | 2024-03-22T16:10:58.150Z | * [new branch] extension2 -> origin/extension2 |
731 | 2024-03-22T16:10:58.151Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
732 | 2024-03-22T16:10:58.151Z | * [new branch] main -> origin/main |
733 | 2024-03-22T16:10:58.151Z | * [new branch] nexus-update -> origin/nexus-update |
734 | 2024-03-22T16:10:58.151Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
735 | 2024-03-22T16:10:58.151Z | * [new branch] print-example -> origin/print-example |
736 | 2024-03-22T16:10:58.151Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
737 | 2024-03-22T16:10:58.151Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
738 | 2024-03-22T16:10:58.151Z | * [new branch] security-schemes -> origin/security-schemes |
739 | 2024-03-22T16:10:58.151Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
740 | 2024-03-22T16:10:58.151Z | * [new branch] test-ci -> origin/test-ci |
741 | 2024-03-22T16:10:58.151Z | * [new branch] untyped-responses -> origin/untyped-responses |
742 | 2024-03-22T16:10:58.151Z | * [new branch] v41 -> origin/v41 |
743 | 2024-03-22T16:10:58.151Z | * [new ref] -> origin/HEAD |
744 | 2024-03-22T16:10:58.151Z | * [new tag] v0.1.1 -> v0.1.1 |
745 | 2024-03-22T16:10:58.151Z | * [new tag] v0.2.0 -> v0.2.0 |
746 | 2024-03-22T16:10:58.151Z | * [new tag] v0.3.0 -> v0.3.0 |
747 | 2024-03-22T16:10:58.151Z | * [new tag] v0.4.0 -> v0.4.0 |
748 | 2024-03-22T16:10:58.151Z | * [new tag] v0.4.1 -> v0.4.1 |
749 | 2024-03-22T16:10:58.151Z | * [new tag] v0.5.0 -> v0.5.0 |
750 | 2024-03-22T16:10:58.151Z | * [new tag] v0.6.0 -> v0.6.0 |
751 | 2024-03-22T16:10:58.240Z | Updating git repository `https://github.com/oxidecomputer/zone` |
752 | 2024-03-22T16:10:58.696Z | From https://github.com/oxidecomputer/zone |
753 | 2024-03-22T16:10:58.696Z | * [new branch] main -> origin/main |
754 | 2024-03-22T16:10:58.700Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
755 | 2024-03-22T16:10:58.700Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
756 | 2024-03-22T16:10:58.700Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
757 | 2024-03-22T16:10:58.700Z | * [new ref] -> origin/HEAD |
758 | 2024-03-22T16:10:58.734Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
759 | 2024-03-22T16:10:59.680Z | From https://github.com/oxidecomputer/propolis |
760 | 2024-03-22T16:10:59.680Z | * [new branch] ata -> origin/ata |
761 | 2024-03-22T16:10:59.684Z | * [new branch] eliza/dude-wheres-my-instance -> origin/eliza/dude-wheres-my-instance |
762 | 2024-03-22T16:10:59.684Z | * [new branch] eliza/intr-dun -> origin/eliza/intr-dun |
763 | 2024-03-22T16:10:59.684Z | * [new branch] eliza/intr-pins-nice -> origin/eliza/intr-pins-nice |
764 | 2024-03-22T16:10:59.685Z | * [new branch] eliza/migrate-dirty-pages -> origin/eliza/migrate-dirty-pages |
765 | 2024-03-22T16:10:59.685Z | * [new branch] eliza/no-restart-me -> origin/eliza/no-restart-me |
766 | 2024-03-22T16:10:59.685Z | * [new branch] eliza/phd-parallel -> origin/eliza/phd-parallel |
767 | 2024-03-22T16:10:59.685Z | * [new branch] eliza/split-borrows -> origin/eliza/split-borrows |
768 | 2024-03-22T16:10:59.685Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
769 | 2024-03-22T16:10:59.685Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
770 | 2024-03-22T16:10:59.685Z | * [new branch] master -> origin/master |
771 | 2024-03-22T16:10:59.685Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
772 | 2024-03-22T16:10:59.685Z | * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami |
773 | 2024-03-22T16:10:59.685Z | * [new ref] -> origin/HEAD |
774 | 2024-03-22T16:10:59.773Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
775 | 2024-03-22T16:11:00.554Z | From https://github.com/oxidecomputer/dlpi-sys |
776 | 2024-03-22T16:11:00.554Z | * [new branch] gh-pages -> origin/gh-pages |
777 | 2024-03-22T16:11:00.557Z | * [new branch] main -> origin/main |
778 | 2024-03-22T16:11:00.557Z | * [new ref] -> origin/HEAD |
779 | 2024-03-22T16:11:00.715Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
780 | 2024-03-22T16:11:01.182Z | From https://github.com/jmesmon/rust-libzfs |
781 | 2024-03-22T16:11:01.182Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
782 | 2024-03-22T16:11:01.186Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
783 | 2024-03-22T16:11:01.187Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
784 | 2024-03-22T16:11:01.187Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
785 | 2024-03-22T16:11:01.187Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
786 | 2024-03-22T16:11:01.187Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
787 | 2024-03-22T16:11:01.187Z | * [new branch] dev -> origin/dev |
788 | 2024-03-22T16:11:01.187Z | * [new branch] drr -> origin/drr |
789 | 2024-03-22T16:11:01.187Z | * [new branch] f-types -> origin/f-types |
790 | 2024-03-22T16:11:01.187Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
791 | 2024-03-22T16:11:01.187Z | * [new branch] master -> origin/master |
792 | 2024-03-22T16:11:01.187Z | * [new branch] staging -> origin/staging |
793 | 2024-03-22T16:11:01.187Z | * [new ref] -> origin/HEAD |
794 | 2024-03-22T16:11:01.187Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
795 | 2024-03-22T16:11:01.187Z | * [new tag] v0.4.0 -> v0.4.0 |
796 | 2024-03-22T16:11:01.187Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
797 | 2024-03-22T16:11:01.187Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
798 | 2024-03-22T16:11:01.198Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
799 | 2024-03-22T16:11:01.767Z | From https://github.com/oxidecomputer/rusty-doors |
800 | 2024-03-22T16:11:01.767Z | * [new branch] gh-pages -> origin/gh-pages |
801 | 2024-03-22T16:11:01.770Z | * [new branch] main -> origin/main |
802 | 2024-03-22T16:11:01.770Z | * [new branch] no-bindgen -> origin/no-bindgen |
803 | 2024-03-22T16:11:01.771Z | * [new ref] -> origin/HEAD |
804 | 2024-03-22T16:11:01.803Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-03-22T16:11:02.043Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
806 | 2024-03-22T16:11:02.492Z | From http://github.com/oxidecomputer/serde_human_bytes |
807 | 2024-03-22T16:11:02.493Z | * [new branch] gh-pages -> origin/gh-pages |
808 | 2024-03-22T16:11:02.502Z | * [new branch] main -> origin/main |
809 | 2024-03-22T16:11:02.502Z | * [new branch] renovate/configure -> origin/renovate/configure |
810 | 2024-03-22T16:11:02.502Z | * [new ref] -> origin/HEAD |
811 | 2024-03-22T16:11:02.510Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-03-22T16:11:02.950Z | From https://github.com/oxidecomputer/slog-error-chain |
813 | 2024-03-22T16:11:02.950Z | * [new branch] main -> origin/main |
814 | 2024-03-22T16:11:02.954Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
815 | 2024-03-22T16:11:02.954Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
816 | 2024-03-22T16:11:02.955Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
817 | 2024-03-22T16:11:02.955Z | * [new ref] -> origin/HEAD |
818 | 2024-03-22T16:11:02.984Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
819 | 2024-03-22T16:11:03.417Z | From https://github.com/oxidecomputer/poptrie |
820 | 2024-03-22T16:11:03.417Z | * [new branch] main -> origin/main |
821 | 2024-03-22T16:11:03.421Z | * [new branch] multipath -> origin/multipath |
822 | 2024-03-22T16:11:03.421Z | * [new ref] -> origin/HEAD |
823 | 2024-03-22T16:11:03.527Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-03-22T16:11:05.158Z | From https://github.com/oxidecomputer/typify |
825 | 2024-03-22T16:11:05.158Z | * [new branch] default-fault -> origin/default-fault |
826 | 2024-03-22T16:11:05.163Z | * [new branch] ipv6 -> origin/ipv6 |
827 | 2024-03-22T16:11:05.163Z | * [new branch] js-schema -> origin/js-schema |
828 | 2024-03-22T16:11:05.163Z | * [new branch] main -> origin/main |
829 | 2024-03-22T16:11:05.163Z | * [new branch] nested-newtype -> origin/nested-newtype |
830 | 2024-03-22T16:11:05.163Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
831 | 2024-03-22T16:11:05.163Z | * [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:05.163Z | * [new ref] -> origin/HEAD |
833 | 2024-03-22T16:11:05.163Z | * [new tag] v0.0.10 -> v0.0.10 |
834 | 2024-03-22T16:11:05.163Z | * [new tag] v0.0.11 -> v0.0.11 |
835 | 2024-03-22T16:11:05.163Z | * [new tag] v0.0.12 -> v0.0.12 |
836 | 2024-03-22T16:11:05.163Z | * [new tag] v0.0.13 -> v0.0.13 |
837 | 2024-03-22T16:11:05.163Z | * [new tag] v0.0.14 -> v0.0.14 |
838 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.15 -> v0.0.15 |
839 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.16 -> v0.0.16 |
840 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.4 -> v0.0.4 |
841 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.5 -> v0.0.5 |
842 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.6 -> v0.0.6 |
843 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.7 -> v0.0.7 |
844 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.8 -> v0.0.8 |
845 | 2024-03-22T16:11:05.164Z | * [new tag] v0.0.9 -> v0.0.9 |
846 | 2024-03-22T16:11:05.265Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
847 | 2024-03-22T16:11:05.808Z | From https://github.com/oxidecomputer/rfb |
848 | 2024-03-22T16:11:05.808Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
849 | 2024-03-22T16:11:05.812Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
850 | 2024-03-22T16:11:05.812Z | * [new branch] main -> origin/main |
851 | 2024-03-22T16:11:05.812Z | * [new ref] -> origin/HEAD |
852 | 2024-03-22T16:11:05.841Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
853 | 2024-03-22T16:11:06.490Z | From https://github.com/oxidecomputer/management-gateway-service |
854 | 2024-03-22T16:11:06.490Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
855 | 2024-03-22T16:11:06.494Z | * [new branch] buildomat -> origin/buildomat |
856 | 2024-03-22T16:11:06.494Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
857 | 2024-03-22T16:11:06.494Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
858 | 2024-03-22T16:11:06.495Z | * [new branch] image-board-check -> origin/image-board-check |
859 | 2024-03-22T16:11:06.495Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
860 | 2024-03-22T16:11:06.495Z | * [new branch] lock_state -> origin/lock_state |
861 | 2024-03-22T16:11:06.495Z | * [new branch] main -> origin/main |
862 | 2024-03-22T16:11:06.495Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
863 | 2024-03-22T16:11:06.495Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
864 | 2024-03-22T16:11:06.495Z | * [new branch] read-rot-message -> origin/read-rot-message |
865 | 2024-03-22T16:11:06.495Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
866 | 2024-03-22T16:11:06.495Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
867 | 2024-03-22T16:11:06.495Z | * [new branch] reset-component -> origin/reset-component |
868 | 2024-03-22T16:11:06.495Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
869 | 2024-03-22T16:11:06.495Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
870 | 2024-03-22T16:11:06.495Z | * [new branch] rot-update -> origin/rot-update |
871 | 2024-03-22T16:11:06.495Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
872 | 2024-03-22T16:11:06.495Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
873 | 2024-03-22T16:11:06.495Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
874 | 2024-03-22T16:11:06.495Z | * [new branch] sprot-attest -> origin/sprot-attest |
875 | 2024-03-22T16:11:06.495Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
876 | 2024-03-22T16:11:06.495Z | * [new branch] sprot-errors -> origin/sprot-errors |
877 | 2024-03-22T16:11:06.495Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
878 | 2024-03-22T16:11:06.495Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
879 | 2024-03-22T16:11:06.495Z | * [new branch] update-stage0 -> origin/update-stage0 |
880 | 2024-03-22T16:11:06.495Z | * [new ref] -> origin/HEAD |
881 | 2024-03-22T16:11:07.022Z | Downloading crates ... |
882 | 2024-03-22T16:11:07.144Z | Downloaded anstyle-query v1.0.2 |
883 | 2024-03-22T16:11:07.164Z | Downloaded anstyle v1.0.6 |
884 | 2024-03-22T16:11:07.164Z | Downloaded async-stream v0.3.5 |
885 | 2024-03-22T16:11:07.168Z | Downloaded ahash v0.8.11 |
886 | 2024-03-22T16:11:07.168Z | Downloaded argon2 v0.5.3 |
887 | 2024-03-22T16:11:07.168Z | Downloaded anstream v0.6.13 |
888 | 2024-03-22T16:11:07.168Z | Downloaded arc-swap v1.7.0 |
889 | 2024-03-22T16:11:07.173Z | Downloaded aho-corasick v1.1.2 |
890 | 2024-03-22T16:11:07.181Z | Downloaded rustversion v1.0.14 |
891 | 2024-03-22T16:11:07.186Z | Downloaded darling_macro v0.20.8 |
892 | 2024-03-22T16:11:07.186Z | Downloaded equivalent v1.0.1 |
893 | 2024-03-22T16:11:07.187Z | Downloaded cstr-argument v0.1.2 |
894 | 2024-03-22T16:11:07.187Z | Downloaded rustls-pki-types v1.3.1 |
895 | 2024-03-22T16:11:07.187Z | Downloaded form_urlencoded v1.2.1 |
896 | 2024-03-22T16:11:07.187Z | Downloaded enum-as-inner v0.5.1 |
897 | 2024-03-22T16:11:07.191Z | Downloaded ciborium-io v0.2.2 |
898 | 2024-03-22T16:11:07.191Z | Downloaded foreign-types-shared v0.1.1 |
899 | 2024-03-22T16:11:07.191Z | Downloaded embedded-io v0.4.0 |
900 | 2024-03-22T16:11:07.196Z | Downloaded base64ct v1.6.0 |
901 | 2024-03-22T16:11:07.196Z | Downloaded rustls-pemfile v1.0.4 |
902 | 2024-03-22T16:11:07.201Z | Downloaded futures-sink v0.3.30 |
903 | 2024-03-22T16:11:07.201Z | Downloaded dirs-sys-next v0.1.2 |
904 | 2024-03-22T16:11:07.207Z | Downloaded digest v0.10.7 |
905 | 2024-03-22T16:11:07.208Z | Downloaded defmt v0.3.6 |
906 | 2024-03-22T16:11:07.212Z | Downloaded fxhash v0.2.1 |
907 | 2024-03-22T16:11:07.212Z | Downloaded scopeguard v1.2.0 |
908 | 2024-03-22T16:11:07.212Z | Downloaded rustc_version v0.1.7 |
909 | 2024-03-22T16:11:07.212Z | Downloaded dyn-clone v1.0.17 |
910 | 2024-03-22T16:11:07.216Z | Downloaded colorchoice v1.0.0 |
911 | 2024-03-22T16:11:07.216Z | Downloaded slog-scope v4.4.0 |
912 | 2024-03-22T16:11:07.216Z | Downloaded futures-macro v0.3.30 |
913 | 2024-03-22T16:11:07.221Z | Downloaded futures-channel v0.3.30 |
914 | 2024-03-22T16:11:07.221Z | Downloaded dirs-next v2.0.0 |
915 | 2024-03-22T16:11:07.229Z | Downloaded camino v1.1.6 |
916 | 2024-03-22T16:11:07.229Z | Downloaded futures-io v0.3.30 |
917 | 2024-03-22T16:11:07.229Z | Downloaded dtrace-parser v0.2.0 |
918 | 2024-03-22T16:11:07.235Z | Downloaded serde_repr v0.1.18 |
919 | 2024-03-22T16:11:07.235Z | Downloaded scroll_derive v0.12.0 |
920 | 2024-03-22T16:11:07.235Z | Downloaded rustls-pemfile v2.1.1 |
921 | 2024-03-22T16:11:07.235Z | Downloaded crc8 v0.1.1 |
922 | 2024-03-22T16:11:07.235Z | Downloaded async-stream-impl v0.3.5 |
923 | 2024-03-22T16:11:07.235Z | Downloaded serde_urlencoded v0.7.1 |
924 | 2024-03-22T16:11:07.241Z | Downloaded serde_path_to_error v0.1.16 |
925 | 2024-03-22T16:11:07.241Z | Downloaded foreign-types-shared v0.3.1 |
926 | 2024-03-22T16:11:07.241Z | Downloaded foreign-types v0.5.0 |
927 | 2024-03-22T16:11:07.241Z | Downloaded foreign-types v0.3.2 |
928 | 2024-03-22T16:11:07.247Z | Downloaded bitflags v1.3.2 |
929 | 2024-03-22T16:11:07.247Z | Downloaded usdt-macro v0.5.0 |
930 | 2024-03-22T16:11:07.247Z | Downloaded schemars_derive v0.8.16 |
931 | 2024-03-22T16:11:07.251Z | Downloaded ryu v1.0.17 |
932 | 2024-03-22T16:11:07.251Z | Downloaded sha1 v0.10.6 |
933 | 2024-03-22T16:11:07.256Z | Downloaded slog-stdlog v4.1.1 |
934 | 2024-03-22T16:11:07.256Z | Downloaded slog-json v2.6.1 |
935 | 2024-03-22T16:11:07.262Z | Downloaded futures-core v0.3.30 |
936 | 2024-03-22T16:11:07.262Z | Downloaded hash32 v0.3.1 |
937 | 2024-03-22T16:11:07.262Z | Downloaded crossbeam-epoch v0.9.18 |
938 | 2024-03-22T16:11:07.267Z | Downloaded time-core v0.1.2 |
939 | 2024-03-22T16:11:07.267Z | Downloaded hubpack_derive v0.1.1 |
940 | 2024-03-22T16:11:07.267Z | Downloaded take_mut v0.2.2 |
941 | 2024-03-22T16:11:07.272Z | Downloaded strum v0.26.2 |
942 | 2024-03-22T16:11:07.273Z | Downloaded openssl-macros v0.1.1 |
943 | 2024-03-22T16:11:07.273Z | Downloaded newtype_derive v0.1.6 |
944 | 2024-03-22T16:11:07.273Z | Downloaded matches v0.1.10 |
945 | 2024-03-22T16:11:07.273Z | Downloaded tinyvec_macros v0.1.1 |
946 | 2024-03-22T16:11:07.277Z | Downloaded deranged v0.3.11 |
947 | 2024-03-22T16:11:07.277Z | Downloaded either v1.10.0 |
948 | 2024-03-22T16:11:07.277Z | Downloaded getopts v0.2.21 |
949 | 2024-03-22T16:11:07.286Z | Downloaded slog-bunyan v2.5.0 |
950 | 2024-03-22T16:11:07.287Z | Downloaded slog-dtrace v0.3.0 |
951 | 2024-03-22T16:11:07.287Z | Downloaded semver v0.1.20 |
952 | 2024-03-22T16:11:07.290Z | Downloaded serde_with_macros v3.7.0 |
953 | 2024-03-22T16:11:07.290Z | Downloaded hostname v0.3.1 |
954 | 2024-03-22T16:11:07.291Z | Downloaded hex v0.4.3 |
955 | 2024-03-22T16:11:07.291Z | Downloaded dof v0.3.0 |
956 | 2024-03-22T16:11:07.291Z | Downloaded fixedbitset v0.4.2 |
957 | 2024-03-22T16:11:07.291Z | Downloaded heck v0.4.1 |
958 | 2024-03-22T16:11:07.297Z | Downloaded tower-service v0.3.2 |
959 | 2024-03-22T16:11:07.297Z | Downloaded clap_lex v0.7.0 |
960 | 2024-03-22T16:11:07.297Z | Downloaded defmt-macros v0.3.7 |
961 | 2024-03-22T16:11:07.304Z | Downloaded want v0.3.1 |
962 | 2024-03-22T16:11:07.304Z | Downloaded waitgroup v0.1.2 |
963 | 2024-03-22T16:11:07.304Z | Downloaded blake2 v0.10.6 |
964 | 2024-03-22T16:11:07.308Z | Downloaded proc-macro-crate v3.1.0 |
965 | 2024-03-22T16:11:07.308Z | Downloaded http v0.2.12 |
966 | 2024-03-22T16:11:07.318Z | Downloaded utf8parse v0.2.1 |
967 | 2024-03-22T16:11:07.319Z | Downloaded slog-async v2.8.0 |
968 | 2024-03-22T16:11:07.319Z | Downloaded slog-term v2.9.1 |
969 | 2024-03-22T16:11:07.335Z | Downloaded is-terminal v0.4.12 |
970 | 2024-03-22T16:11:07.335Z | Downloaded subtle v2.5.0 |
971 | 2024-03-22T16:11:07.335Z | Downloaded humantime v2.1.0 |
972 | 2024-03-22T16:11:07.335Z | Downloaded strum_macros v0.25.3 |
973 | 2024-03-22T16:11:07.335Z | Downloaded static_assertions v1.1.0 |
974 | 2024-03-22T16:11:07.340Z | Downloaded usdt-attr-macro v0.5.0 |
975 | 2024-03-22T16:11:07.340Z | Downloaded ciborium v0.2.2 |
976 | 2024-03-22T16:11:07.340Z | Downloaded num_enum v0.5.11 |
977 | 2024-03-22T16:11:07.340Z | Downloaded tokio-macros v2.2.0 |
978 | 2024-03-22T16:11:07.340Z | Downloaded thread_local v1.1.8 |
979 | 2024-03-22T16:11:07.340Z | Downloaded pin-utils v0.1.0 |
980 | 2024-03-22T16:11:07.340Z | Downloaded slog v2.7.0 |
981 | 2024-03-22T16:11:07.347Z | Downloaded pkg-config v0.3.30 |
982 | 2024-03-22T16:11:07.347Z | Downloaded try-lock v0.2.5 |
983 | 2024-03-22T16:11:07.347Z | Downloaded toml_datetime v0.6.5 |
984 | 2024-03-22T16:11:07.347Z | Downloaded pretty-hex v0.4.1 |
985 | 2024-03-22T16:11:07.347Z | Downloaded tokio-native-tls v0.3.1 |
986 | 2024-03-22T16:11:07.352Z | Downloaded tabwriter v1.4.0 |
987 | 2024-03-22T16:11:07.352Z | Downloaded powerfmt v0.2.0 |
988 | 2024-03-22T16:11:07.352Z | Downloaded thread-id v4.2.1 |
989 | 2024-03-22T16:11:07.358Z | Downloaded rand_chacha v0.3.1 |
990 | 2024-03-22T16:11:07.358Z | Downloaded quick-error v1.2.3 |
991 | 2024-03-22T16:11:07.358Z | Downloaded clap v4.5.3 |
992 | 2024-03-22T16:11:07.367Z | Downloaded ident_case v1.0.1 |
993 | 2024-03-22T16:11:07.372Z | Downloaded match_cfg v0.1.0 |
994 | 2024-03-22T16:11:07.372Z | Downloaded crossbeam-utils v0.8.19 |
995 | 2024-03-22T16:11:07.372Z | Downloaded num v0.4.1 |
996 | 2024-03-22T16:11:07.372Z | Downloaded newtype-uuid v1.0.1 |
997 | 2024-03-22T16:11:07.377Z | Downloaded hyper-tls v0.5.0 |
998 | 2024-03-22T16:11:07.377Z | Downloaded hubpack v0.1.2 |
999 | 2024-03-22T16:11:07.377Z | Downloaded omicron-workspace-hack v0.1.0 |
1000 | 2024-03-22T16:11:07.377Z | Downloaded num_threads v0.1.7 |
1001 | 2024-03-22T16:11:07.381Z | Downloaded pretty-hex v0.2.1 |
1002 | 2024-03-22T16:11:07.381Z | Downloaded instant v0.1.12 |
1003 | 2024-03-22T16:11:07.382Z | Downloaded schemars v0.8.16 |
1004 | 2024-03-22T16:11:07.394Z | Downloaded openssl-probe v0.1.5 |
1005 | 2024-03-22T16:11:07.399Z | Downloaded lazy_static v1.4.0 |
1006 | 2024-03-22T16:11:07.399Z | Downloaded time-macros v0.2.17 |
1007 | 2024-03-22T16:11:07.399Z | Downloaded term v0.7.0 |
1008 | 2024-03-22T16:11:07.403Z | Downloaded num-iter v0.1.44 |
1009 | 2024-03-22T16:11:07.403Z | Downloaded thiserror-impl v1.0.58 |
1010 | 2024-03-22T16:11:07.406Z | Downloaded usdt v0.5.0 |
1011 | 2024-03-22T16:11:07.406Z | Downloaded num-integer v0.1.46 |
1012 | 2024-03-22T16:11:07.406Z | Downloaded socket2 v0.4.10 |
1013 | 2024-03-22T16:11:07.418Z | Downloaded proc-macro-error-attr v1.0.4 |
1014 | 2024-03-22T16:11:07.418Z | Downloaded pest_generator v2.7.8 |
1015 | 2024-03-22T16:11:07.418Z | Downloaded tokio-rustls v0.24.1 |
1016 | 2024-03-22T16:11:07.424Z | Downloaded bytes v1.5.0 |
1017 | 2024-03-22T16:11:07.424Z | Downloaded crossbeam-channel v0.5.12 |
1018 | 2024-03-22T16:11:07.424Z | Downloaded num-conv v0.1.0 |
1019 | 2024-03-22T16:11:07.428Z | Downloaded tracing-attributes v0.1.27 |
1020 | 2024-03-22T16:11:07.428Z | Downloaded parse-display v0.9.0 |
1021 | 2024-03-22T16:11:07.428Z | Downloaded memmap v0.7.0 |
1022 | 2024-03-22T16:11:07.431Z | Downloaded lru-cache v0.1.2 |
1023 | 2024-03-22T16:11:07.431Z | Downloaded num_enum_derive v0.7.2 |
1024 | 2024-03-22T16:11:07.432Z | Downloaded parse-display-derive v0.9.0 |
1025 | 2024-03-22T16:11:07.437Z | Downloaded num_cpus v1.16.0 |
1026 | 2024-03-22T16:11:07.441Z | Downloaded num_enum_derive v0.5.11 |
1027 | 2024-03-22T16:11:07.441Z | Downloaded native-tls v0.2.11 |
1028 | 2024-03-22T16:11:07.441Z | Downloaded proc-macro-error v1.0.4 |
1029 | 2024-03-22T16:11:07.445Z | Downloaded password-hash v0.5.0 |
1030 | 2024-03-22T16:11:07.445Z | Downloaded hyper-rustls v0.24.2 |
1031 | 2024-03-22T16:11:07.449Z | Downloaded strum_macros v0.26.2 |
1032 | 2024-03-22T16:11:07.453Z | Downloaded rand_core v0.6.4 |
1033 | 2024-03-22T16:11:07.453Z | Downloaded macaddr v1.0.1 |
1034 | 2024-03-22T16:11:07.453Z | Downloaded proc-macro-crate v1.3.1 |
1035 | 2024-03-22T16:11:07.457Z | Downloaded managed v0.8.0 |
1036 | 2024-03-22T16:11:07.457Z | Downloaded num-rational v0.4.1 |
1037 | 2024-03-22T16:11:07.464Z | Downloaded version_check v0.9.4 |
1038 | 2024-03-22T16:11:07.464Z | Downloaded lock_api v0.4.11 |
1039 | 2024-03-22T16:11:07.464Z | Downloaded ppv-lite86 v0.2.17 |
1040 | 2024-03-22T16:11:07.468Z | Downloaded uuid v0.8.2 |
1041 | 2024-03-22T16:11:07.468Z | Downloaded usdt-impl v0.5.0 |
1042 | 2024-03-22T16:11:07.468Z | Downloaded pin-project-lite v0.2.13 |
1043 | 2024-03-22T16:11:07.472Z | Downloaded unicode-width v0.1.11 |
1044 | 2024-03-22T16:11:07.476Z | Downloaded tokio-rustls v0.25.0 |
1045 | 2024-03-22T16:11:07.476Z | Downloaded iana-time-zone v0.1.60 |
1046 | 2024-03-22T16:11:07.485Z | Downloaded postcard v1.0.8 |
1047 | 2024-03-22T16:11:07.490Z | Downloaded base64 v0.21.7 |
1048 | 2024-03-22T16:11:07.490Z | Downloaded ipnetwork v0.20.0 |
1049 | 2024-03-22T16:11:07.490Z | Downloaded zeroize v1.7.0 |
1050 | 2024-03-22T16:11:07.490Z | Downloaded ipnet v2.9.0 |
1051 | 2024-03-22T16:11:07.494Z | Downloaded toml v0.8.12 |
1052 | 2024-03-22T16:11:07.498Z | Downloaded num_enum v0.7.2 |
1053 | 2024-03-22T16:11:07.502Z | Downloaded num-traits v0.2.18 |
1054 | 2024-03-22T16:11:07.506Z | Downloaded indexmap v1.9.3 |
1055 | 2024-03-22T16:11:07.513Z | Downloaded parking_lot v0.11.2 |
1056 | 2024-03-22T16:11:07.513Z | Downloaded rand v0.8.5 |
1057 | 2024-03-22T16:11:07.517Z | Downloaded pest_derive v2.7.8 |
1058 | 2024-03-22T16:11:07.517Z | Downloaded once_cell v1.19.0 |
1059 | 2024-03-22T16:11:07.522Z | Downloaded itoa v1.0.10 |
1060 | 2024-03-22T16:11:07.522Z | Downloaded mime v0.3.17 |
1061 | 2024-03-22T16:11:07.527Z | Downloaded cc v1.0.90 |
1062 | 2024-03-22T16:11:07.527Z | Downloaded uuid v1.8.0 |
1063 | 2024-03-22T16:11:07.530Z | Downloaded proc-macro2 v1.0.79 |
1064 | 2024-03-22T16:11:07.530Z | Downloaded zerocopy v0.6.6 |
1065 | 2024-03-22T16:11:07.534Z | Downloaded parking_lot_core v0.9.9 |
1066 | 2024-03-22T16:11:07.538Z | Downloaded hashbrown v0.12.3 |
1067 | 2024-03-22T16:11:07.542Z | Downloaded multer v3.0.0 |
1068 | 2024-03-22T16:11:07.546Z | Downloaded tracing-core v0.1.32 |
1069 | 2024-03-22T16:11:07.550Z | Downloaded untrusted v0.9.0 |
1070 | 2024-03-22T16:11:07.550Z | Downloaded pest_meta v2.7.8 |
1071 | 2024-03-22T16:11:07.554Z | Downloaded hashbrown v0.13.2 |
1072 | 2024-03-22T16:11:07.561Z | Downloaded log v0.4.21 |
1073 | 2024-03-22T16:11:07.562Z | Downloaded memchr v2.7.1 |
1074 | 2024-03-22T16:11:07.565Z | Downloaded tracing v0.1.40 |
1075 | 2024-03-22T16:11:07.569Z | Downloaded trust-dns-resolver v0.22.0 |
1076 | 2024-03-22T16:11:07.573Z | Downloaded num-complex v0.4.5 |
1077 | 2024-03-22T16:11:07.577Z | Downloaded unicode-bidi v0.3.15 |
1078 | 2024-03-22T16:11:07.580Z | Downloaded unsafe-libyaml v0.2.11 |
1079 | 2024-03-22T16:11:07.584Z | Downloaded openssl-sys v0.9.101 |
1080 | 2024-03-22T16:11:07.589Z | Downloaded url v2.5.0 |
1081 | 2024-03-22T16:11:07.596Z | Downloaded steno v0.4.0 |
1082 | 2024-03-22T16:11:07.603Z | Downloaded indexmap v2.2.5 |
1083 | 2024-03-22T16:11:07.603Z | Downloaded toml_edit v0.19.15 |
1084 | 2024-03-22T16:11:07.617Z | Downloaded http v1.1.0 |
1085 | 2024-03-22T16:11:07.621Z | Downloaded nom v7.1.3 |
1086 | 2024-03-22T16:11:07.627Z | Downloaded parking_lot_core v0.8.6 |
1087 | 2024-03-22T16:11:07.632Z | Downloaded unicode-ident v1.0.12 |
1088 | 2024-03-22T16:11:07.636Z | Downloaded ucd-trie v0.1.6 |
1089 | 2024-03-22T16:11:07.636Z | Downloaded typenum v1.17.0 |
1090 | 2024-03-22T16:11:07.641Z | Downloaded hashbrown v0.14.3 |
1091 | 2024-03-22T16:11:07.645Z | Downloaded winnow v0.5.40 |
1092 | 2024-03-22T16:11:07.653Z | Downloaded pest v2.7.8 |
1093 | 2024-03-22T16:11:07.659Z | Downloaded serde_json v1.0.114 |
1094 | 2024-03-22T16:11:07.665Z | Downloaded serde_with v3.7.0 |
1095 | 2024-03-22T16:11:07.674Z | Downloaded minimal-lexical v0.2.1 |
1096 | 2024-03-22T16:11:07.680Z | Downloaded winnow v0.6.5 |
1097 | 2024-03-22T16:11:07.689Z | Downloaded time v0.3.34 |
1098 | 2024-03-22T16:11:07.696Z | Downloaded reqwest v0.11.26 |
1099 | 2024-03-22T16:11:07.704Z | Downloaded zerocopy v0.7.32 |
1100 | 2024-03-22T16:11:07.723Z | Downloaded itertools v0.12.1 |
1101 | 2024-03-22T16:11:07.729Z | Downloaded unicode-normalization v0.1.23 |
1102 | 2024-03-22T16:11:07.734Z | Downloaded openssl v0.10.64 |
1103 | 2024-03-22T16:11:07.747Z | Downloaded vcpkg v0.2.15 |
1104 | 2024-03-22T16:11:07.786Z | Downloaded idna v0.2.3 |
1105 | 2024-03-22T16:11:07.793Z | Downloaded idna v0.5.0 |
1106 | 2024-03-22T16:11:07.800Z | Downloaded petgraph v0.6.4 |
1107 | 2024-03-22T16:11:07.816Z | Downloaded regress v0.9.0 |
1108 | 2024-03-22T16:11:07.827Z | Downloaded regex-syntax v0.8.2 |
1109 | 2024-03-22T16:11:07.837Z | Downloaded rustls v0.21.10 |
1110 | 2024-03-22T16:11:07.847Z | Downloaded regex-automata v0.4.6 |
1111 | 2024-03-22T16:11:07.866Z | Downloaded syn v2.0.53 |
1112 | 2024-03-22T16:11:07.883Z | Downloaded syn v1.0.109 |
1113 | 2024-03-22T16:11:07.888Z | Downloaded regress v0.6.0 |
1114 | 2024-03-22T16:11:07.897Z | Downloaded encoding_rs v0.8.33 |
1115 | 2024-03-22T16:11:07.920Z | Downloaded regex v1.10.3 |
1116 | 2024-03-22T16:11:07.932Z | Downloaded webpki-roots v0.25.4 |
1117 | 2024-03-22T16:11:07.936Z | Downloaded trust-dns-proto v0.22.0 |
1118 | 2024-03-22T16:11:07.948Z | Downloaded smoltcp v0.11.0 |
1119 | 2024-03-22T16:11:07.961Z | Downloaded openapiv3 v2.0.0 |
1120 | 2024-03-22T16:11:07.976Z | Downloaded rustls v0.22.2 |
1121 | 2024-03-22T16:11:07.987Z | Downloaded sled v0.34.7 |
1122 | 2024-03-22T16:11:07.997Z | Downloaded rustls-webpki v0.102.2 |
1123 | 2024-03-22T16:11:08.015Z | Downloaded hyper v0.14.28 |
1124 | 2024-03-22T16:11:08.023Z | Downloaded zerocopy-derive v0.6.6 |
1125 | 2024-03-22T16:11:08.033Z | Downloaded rustls-webpki v0.101.7 |
1126 | 2024-03-22T16:11:08.049Z | Downloaded libm v0.2.8 |
1127 | 2024-03-22T16:11:08.056Z | Downloaded chrono v0.4.35 |
1128 | 2024-03-22T16:11:08.069Z | Downloaded tokio-util v0.7.10 |
1129 | 2024-03-22T16:11:08.073Z | Downloaded goblin v0.8.0 |
1130 | 2024-03-22T16:11:08.077Z | Downloaded libc v0.2.153 |
1131 | 2024-03-22T16:11:08.104Z | Downloaded tokio v1.36.0 |
1132 | 2024-03-22T16:11:08.158Z | Downloaded mio v0.8.11 |
1133 | 2024-03-22T16:11:08.169Z | Downloaded h2 v0.3.25 |
1134 | 2024-03-22T16:11:08.169Z | Downloaded futures-util v0.3.30 |
1135 | 2024-03-22T16:11:08.174Z | Downloaded clap_builder v4.5.2 |
1136 | 2024-03-22T16:11:08.174Z | Downloaded toml_edit v0.22.8 |
1137 | 2024-03-22T16:11:08.193Z | Downloaded toml_edit v0.21.1 |
1138 | 2024-03-22T16:11:08.218Z | Downloaded heapless v0.8.0 |
1139 | 2024-03-22T16:11:08.222Z | Downloaded base64 v0.22.0 |
1140 | 2024-03-22T16:11:08.222Z | Downloaded serde v1.0.197 |
1141 | 2024-03-22T16:11:08.226Z | Downloaded parking_lot v0.12.1 |
1142 | 2024-03-22T16:11:08.230Z | Downloaded tinyvec v1.6.0 |
1143 | 2024-03-22T16:11:08.235Z | Downloaded plain v0.2.3 |
1144 | 2024-03-22T16:11:08.236Z | Downloaded paste v1.0.14 |
1145 | 2024-03-22T16:11:08.236Z | Downloaded quote v1.0.35 |
1146 | 2024-03-22T16:11:08.240Z | Downloaded futures v0.3.30 |
1147 | 2024-03-22T16:11:08.245Z | Downloaded linked-hash-map v0.5.6 |
1148 | 2024-03-22T16:11:08.245Z | Downloaded httparse v1.8.0 |
1149 | 2024-03-22T16:11:08.246Z | Downloaded http-body v0.4.6 |
1150 | 2024-03-22T16:11:08.252Z | Downloaded percent-encoding v2.3.1 |
1151 | 2024-03-22T16:11:08.252Z | Downloaded spin v0.9.8 |
1152 | 2024-03-22T16:11:08.252Z | Downloaded socket2 v0.5.6 |
1153 | 2024-03-22T16:11:08.253Z | Downloaded smallvec v1.13.1 |
1154 | 2024-03-22T16:11:08.253Z | Downloaded sha2 v0.10.8 |
1155 | 2024-03-22T16:11:08.282Z | Downloaded half v2.4.0 |
1156 | 2024-03-22T16:11:08.283Z | Downloaded httpdate v1.0.3 |
1157 | 2024-03-22T16:11:08.296Z | Downloaded zerocopy-derive v0.7.32 |
1158 | 2024-03-22T16:11:08.296Z | Downloaded bitflags v2.5.0 |
1159 | 2024-03-22T16:11:08.296Z | Downloaded structmeta-derive v0.3.0 |
1160 | 2024-03-22T16:11:08.296Z | Downloaded serde_derive_internals v0.26.0 |
1161 | 2024-03-22T16:11:08.296Z | Downloaded sct v0.7.1 |
1162 | 2024-03-22T16:11:08.296Z | Downloaded futures-task v0.3.30 |
1163 | 2024-03-22T16:11:08.296Z | Downloaded clap_derive v4.5.3 |
1164 | 2024-03-22T16:11:08.296Z | Downloaded thiserror v1.0.58 |
1165 | 2024-03-22T16:11:08.296Z | Downloaded heck v0.5.0 |
1166 | 2024-03-22T16:11:08.297Z | Downloaded serde_yaml v0.9.33 |
1167 | 2024-03-22T16:11:08.297Z | Downloaded serde_derive v1.0.197 |
1168 | 2024-03-22T16:11:08.297Z | Downloaded structmeta v0.3.0 |
1169 | 2024-03-22T16:11:08.297Z | Downloaded strsim v0.11.0 |
1170 | 2024-03-22T16:11:08.297Z | Downloaded strsim v0.10.0 |
1171 | 2024-03-22T16:11:08.304Z | Downloaded stable_deref_trait v1.2.0 |
1172 | 2024-03-22T16:11:08.304Z | Downloaded slog-envlogger v2.2.0 |
1173 | 2024-03-22T16:11:08.304Z | Downloaded getrandom v0.2.12 |
1174 | 2024-03-22T16:11:08.304Z | Downloaded defmt-parser v0.3.4 |
1175 | 2024-03-22T16:11:08.305Z | Downloaded darling_core v0.20.8 |
1176 | 2024-03-22T16:11:08.305Z | Downloaded darling v0.20.8 |
1177 | 2024-03-22T16:11:08.311Z | Downloaded ciborium-ll v0.2.2 |
1178 | 2024-03-22T16:11:08.311Z | Downloaded backoff v0.4.0 |
1179 | 2024-03-22T16:11:08.311Z | Downloaded serde_tokenstream v0.2.0 |
1180 | 2024-03-22T16:11:08.311Z | Downloaded semver v1.0.22 |
1181 | 2024-03-22T16:11:08.315Z | Downloaded generic-array v0.14.7 |
1182 | 2024-03-22T16:11:08.316Z | Downloaded slab v0.4.9 |
1183 | 2024-03-22T16:11:08.316Z | Downloaded atomic-waker v1.1.2 |
1184 | 2024-03-22T16:11:08.328Z | Downloaded debug-ignore v1.0.5 |
1185 | 2024-03-22T16:11:08.328Z | Downloaded foreign-types-macros v0.2.3 |
1186 | 2024-03-22T16:11:08.329Z | Downloaded fnv v1.0.7 |
1187 | 2024-03-22T16:11:08.329Z | Downloaded crc32fast v1.4.0 |
1188 | 2024-03-22T16:11:08.329Z | Downloaded cpufeatures v0.2.12 |
1189 | 2024-03-22T16:11:08.346Z | Downloaded cfg-if v1.0.0 |
1190 | 2024-03-22T16:11:08.346Z | Downloaded cobs v0.2.3 |
1191 | 2024-03-22T16:11:08.346Z | Downloaded sync_wrapper v0.1.2 |
1192 | 2024-03-22T16:11:08.346Z | Downloaded block-buffer v0.10.4 |
1193 | 2024-03-22T16:11:08.347Z | Downloaded signal-hook-registry v1.4.1 |
1194 | 2024-03-22T16:11:08.347Z | Downloaded serde_spanned v0.6.5 |
1195 | 2024-03-22T16:11:08.347Z | Downloaded scroll v0.12.0 |
1196 | 2024-03-22T16:11:08.347Z | Downloaded futures-executor v0.3.30 |
1197 | 2024-03-22T16:11:08.347Z | Downloaded data-encoding v2.5.0 |
1198 | 2024-03-22T16:11:08.347Z | Downloaded autocfg v1.1.0 |
1199 | 2024-03-22T16:11:08.347Z | Downloaded byteorder v1.5.0 |
1200 | 2024-03-22T16:11:08.348Z | Downloaded resolv-conf v0.7.0 |
1201 | 2024-03-22T16:11:08.348Z | Downloaded crypto-common v0.1.6 |
1202 | 2024-03-22T16:11:08.348Z | Downloaded colored v2.1.0 |
1203 | 2024-03-22T16:11:08.348Z | Downloaded async-trait v0.1.78 |
1204 | 2024-03-22T16:11:08.348Z | Downloaded allocator-api2 v0.2.16 |
1205 | 2024-03-22T16:11:08.348Z | Downloaded anyhow v1.0.81 |
1206 | 2024-03-22T16:11:08.352Z | Downloaded anstyle-parse v0.2.3 |
1207 | 2024-03-22T16:11:08.373Z | Downloaded ring v0.17.8 |
1208 | 2024-03-22T16:11:08.660Z | Compiling proc-macro2 v1.0.79 |
1209 | 2024-03-22T16:11:08.664Z | Compiling unicode-ident v1.0.12 |
1210 | 2024-03-22T16:11:08.664Z | Compiling libc v0.2.153 |
1211 | 2024-03-22T16:11:08.664Z | Compiling cfg-if v1.0.0 |
1212 | 2024-03-22T16:11:08.664Z | Compiling version_check v0.9.4 |
1213 | 2024-03-22T16:11:08.664Z | Compiling serde v1.0.197 |
1214 | 2024-03-22T16:11:08.664Z | Compiling autocfg v1.1.0 |
1215 | 2024-03-22T16:11:08.665Z | Compiling serde_json v1.0.114 |
1216 | 2024-03-22T16:11:08.866Z | Compiling itoa v1.0.10 |
1217 | 2024-03-22T16:11:08.881Z | Compiling byteorder v1.5.0 |
1218 | 2024-03-22T16:11:09.081Z | Compiling syn v1.0.109 |
1219 | 2024-03-22T16:11:09.333Z | Compiling thiserror v1.0.58 |
1220 | 2024-03-22T16:11:09.348Z | Compiling ahash v0.8.11 |
1221 | 2024-03-22T16:11:09.419Z | Compiling once_cell v1.19.0 |
1222 | 2024-03-22T16:11:09.768Z | Compiling memchr v2.7.1 |
1223 | 2024-03-22T16:11:10.025Z | Compiling pin-project-lite v0.2.13 |
1224 | 2024-03-22T16:11:10.203Z | Compiling lock_api v0.4.11 |
1225 | 2024-03-22T16:11:10.300Z | Compiling ryu v1.0.17 |
1226 | 2024-03-22T16:11:10.442Z | Compiling cc v1.0.90 |
1227 | 2024-03-22T16:11:10.599Z | Compiling smallvec v1.13.1 |
1228 | 2024-03-22T16:11:10.835Z | Compiling getrandom v0.2.12 |
1229 | 2024-03-22T16:11:10.925Z | Compiling quote v1.0.35 |
1230 | 2024-03-22T16:11:10.941Z | Compiling libm v0.2.8 |
1231 | 2024-03-22T16:11:11.056Z | Compiling scopeguard v1.2.0 |
1232 | 2024-03-22T16:11:11.234Z | Compiling num-traits v0.2.18 |
1233 | 2024-03-22T16:11:11.294Z | Compiling syn v2.0.53 |
1234 | 2024-03-22T16:11:11.573Z | Compiling log v0.4.21 |
1235 | 2024-03-22T16:11:11.589Z | Compiling parking_lot_core v0.9.9 |
1236 | 2024-03-22T16:11:12.352Z | Compiling mio v0.8.11 |
1237 | 2024-03-22T16:11:12.412Z | Compiling signal-hook-registry v1.4.1 |
1238 | 2024-03-22T16:11:13.005Z | Compiling parking_lot v0.12.1 |
1239 | 2024-03-22T16:11:13.192Z | Compiling socket2 v0.5.6 |
1240 | 2024-03-22T16:11:14.027Z | Compiling num_cpus v1.16.0 |
1241 | 2024-03-22T16:11:14.154Z | Compiling allocator-api2 v0.2.16 |
1242 | 2024-03-22T16:11:14.764Z | Compiling futures-core v0.3.30 |
1243 | 2024-03-22T16:11:14.919Z | Compiling slab v0.4.9 |
1244 | 2024-03-22T16:11:15.008Z | Compiling iana-time-zone v0.1.60 |
1245 | 2024-03-22T16:11:15.025Z | Compiling futures-sink v0.3.30 |
1246 | 2024-03-22T16:11:15.180Z | Compiling ring v0.17.8 |
1247 | 2024-03-22T16:11:15.396Z | Compiling schemars v0.8.16 |
1248 | 2024-03-22T16:11:15.513Z | Compiling futures-channel v0.3.30 |
1249 | 2024-03-22T16:11:15.527Z | Compiling tracing-core v0.1.32 |
1250 | 2024-03-22T16:11:15.703Z | Compiling uuid v0.8.2 |
1251 | 2024-03-22T16:11:15.780Z | Compiling futures-task v0.3.30 |
1252 | 2024-03-22T16:11:15.798Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-03-22T16:11:15.971Z | Compiling pin-utils v0.1.0 |
1254 | 2024-03-22T16:11:16.000Z | Compiling heck v0.4.1 |
1255 | 2024-03-22T16:11:16.048Z | Compiling futures-io v0.3.30 |
1256 | 2024-03-22T16:11:16.066Z | Compiling equivalent v1.0.1 |
1257 | 2024-03-22T16:11:16.171Z | Compiling spin v0.9.8 |
1258 | 2024-03-22T16:11:16.357Z | Compiling fnv v1.0.7 |
1259 | 2024-03-22T16:11:16.439Z | Compiling untrusted v0.9.0 |
1260 | 2024-03-22T16:11:16.464Z | Compiling slog v2.7.0 |
1261 | 2024-03-22T16:11:16.510Z | Compiling pkg-config v0.3.30 |
1262 | 2024-03-22T16:11:16.607Z | Compiling vcpkg v0.2.15 |
1263 | 2024-03-22T16:11:17.534Z | Compiling serde_derive_internals v0.26.0 |
1264 | 2024-03-22T16:11:17.941Z | Compiling tinyvec_macros v0.1.1 |
1265 | 2024-03-22T16:11:18.029Z | Compiling httparse v1.8.0 |
1266 | 2024-03-22T16:11:18.167Z | Compiling openssl-sys v0.9.101 |
1267 | 2024-03-22T16:11:18.409Z | Compiling ucd-trie v0.1.6 |
1268 | 2024-03-22T16:11:19.563Z | Compiling chrono v0.4.35 |
1269 | 2024-03-22T16:11:19.706Z | Compiling tinyvec v1.6.0 |
1270 | 2024-03-22T16:11:20.361Z | Compiling percent-encoding v2.3.1 |
1271 | 2024-03-22T16:11:20.775Z | Compiling uuid v1.8.0 |
1272 | 2024-03-22T16:11:21.268Z | Compiling unicode-normalization v0.1.23 |
1273 | 2024-03-22T16:11:21.302Z | Compiling form_urlencoded v1.2.1 |
1274 | 2024-03-22T16:11:21.935Z | Compiling try-lock v0.2.5 |
1275 | 2024-03-22T16:11:22.133Z | Compiling openssl v0.10.64 |
1276 | 2024-03-22T16:11:22.319Z | Compiling foreign-types-shared v0.1.1 |
1277 | 2024-03-22T16:11:22.402Z | Compiling typenum v1.17.0 |
1278 | 2024-03-22T16:11:22.417Z | Compiling unicode-bidi v0.3.15 |
1279 | 2024-03-22T16:11:22.506Z | Compiling foreign-types v0.3.2 |
1280 | 2024-03-22T16:11:22.569Z | Compiling want v0.3.1 |
1281 | 2024-03-22T16:11:22.744Z | Compiling schemars_derive v0.8.16 |
1282 | 2024-03-22T16:11:22.829Z | Compiling aho-corasick v1.1.2 |
1283 | 2024-03-22T16:11:23.343Z | Compiling serde_derive v1.0.197 |
1284 | 2024-03-22T16:11:23.375Z | Compiling zerocopy-derive v0.7.32 |
1285 | 2024-03-22T16:11:24.153Z | Compiling thiserror-impl v1.0.58 |
1286 | 2024-03-22T16:11:25.446Z | Compiling tokio-macros v2.2.0 |
1287 | 2024-03-22T16:11:25.599Z | Compiling zerocopy v0.7.32 |
1288 | 2024-03-22T16:11:27.115Z | Compiling futures-macro v0.3.30 |
1289 | 2024-03-22T16:11:27.228Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-03-22T16:11:27.243Z | Compiling pest v2.7.8 |
1291 | 2024-03-22T16:11:27.491Z | Compiling hashbrown v0.14.3 |
1292 | 2024-03-22T16:11:28.853Z | Compiling regress v0.9.0 |
1293 | 2024-03-22T16:11:29.140Z | Compiling futures-util v0.3.30 |
1294 | 2024-03-22T16:11:29.718Z | Compiling pest_meta v2.7.8 |
1295 | 2024-03-22T16:11:29.993Z | Compiling openssl-macros v0.1.1 |
1296 | 2024-03-22T16:11:30.454Z | Compiling tracing v0.1.40 |
1297 | 2024-03-22T16:11:30.775Z | Compiling generic-array v0.14.7 |
1298 | 2024-03-22T16:11:31.118Z | Compiling pest_generator v2.7.8 |
1299 | 2024-03-22T16:11:32.883Z | Compiling tower-service v0.3.2 |
1300 | 2024-03-22T16:11:33.011Z | Compiling bitflags v2.5.0 |
1301 | 2024-03-22T16:11:33.346Z | Compiling native-tls v0.2.11 |
1302 | 2024-03-22T16:11:33.360Z | Compiling unicode-width v0.1.11 |
1303 | 2024-03-22T16:11:33.522Z | Compiling strsim v0.10.0 |
1304 | 2024-03-22T16:11:33.758Z | Compiling httpdate v1.0.3 |
1305 | 2024-03-22T16:11:33.828Z | Compiling regex-syntax v0.8.2 |
1306 | 2024-03-22T16:11:34.161Z | Compiling rustls v0.21.10 |
1307 | 2024-03-22T16:11:34.474Z | Compiling ident_case v1.0.1 |
1308 | 2024-03-22T16:11:34.588Z | Compiling pest_derive v2.7.8 |
1309 | 2024-03-22T16:11:34.630Z | Compiling darling_core v0.20.8 |
1310 | 2024-03-22T16:11:35.466Z | Compiling sct v0.7.1 |
1311 | 2024-03-22T16:11:35.887Z | Compiling rustls-webpki v0.101.7 |
1312 | 2024-03-22T16:11:37.328Z | Compiling bytes v1.5.0 |
1313 | 2024-03-22T16:11:39.254Z | Compiling tokio v1.36.0 |
1314 | 2024-03-22T16:11:40.883Z | Compiling indexmap v2.2.5 |
1315 | 2024-03-22T16:11:42.344Z | Compiling serde_tokenstream v0.2.0 |
1316 | 2024-03-22T16:11:42.544Z | Compiling http v0.2.12 |
1317 | 2024-03-22T16:11:44.055Z | Compiling regex-automata v0.4.6 |
1318 | 2024-03-22T16:11:46.997Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1319 | 2024-03-22T16:11:47.493Z | Compiling http-body v0.4.6 |
1320 | 2024-03-22T16:11:49.181Z | Compiling tokio-util v0.7.10 |
1321 | 2024-03-22T16:11:49.611Z | Compiling idna v0.5.0 |
1322 | 2024-03-22T16:11:51.366Z | Compiling h2 v0.3.25 |
1323 | 2024-03-22T16:11:52.132Z | Compiling rand_core v0.6.4 |
1324 | 2024-03-22T16:11:53.073Z | Compiling omicron-workspace-hack v0.1.0 |
1325 | 2024-03-22T16:11:53.334Z | Compiling base64 v0.21.7 |
1326 | 2024-03-22T16:11:53.936Z | Compiling subtle v2.5.0 |
1327 | 2024-03-22T16:11:54.222Z | Compiling openssl-probe v0.1.5 |
1328 | 2024-03-22T16:11:54.724Z | Compiling url v2.5.0 |
1329 | 2024-03-22T16:11:56.893Z | Compiling hyper v0.14.28 |
1330 | 2024-03-22T16:11:58.791Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1331 | 2024-03-22T16:12:03.389Z | Compiling regex v1.10.3 |
1332 | 2024-03-22T16:12:04.400Z | Compiling darling_macro v0.20.8 |
1333 | 2024-03-22T16:12:07.243Z | Compiling encoding_rs v0.8.33 |
1334 | 2024-03-22T16:12:08.386Z | Compiling crossbeam-utils v0.8.19 |
1335 | 2024-03-22T16:12:09.167Z | Compiling mime v0.3.17 |
1336 | 2024-03-22T16:12:10.046Z | Compiling ipnet v2.9.0 |
1337 | 2024-03-22T16:12:10.185Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-03-22T16:12:10.613Z | Compiling darling v0.20.8 |
1339 | 2024-03-22T16:12:11.110Z | Compiling tokio-native-tls v0.3.1 |
1340 | 2024-03-22T16:12:11.408Z | Compiling serde_urlencoded v0.7.1 |
1341 | 2024-03-22T16:12:12.742Z | Compiling scroll_derive v0.12.0 |
1342 | 2024-03-22T16:12:13.665Z | Compiling usdt-impl v0.5.0 |
1343 | 2024-03-22T16:12:13.741Z | Compiling ppv-lite86 v0.2.17 |
1344 | 2024-03-22T16:12:14.290Z | Compiling num-conv v0.1.0 |
1345 | 2024-03-22T16:12:14.569Z | Compiling time-core v0.1.2 |
1346 | 2024-03-22T16:12:14.573Z | Compiling anyhow v1.0.81 |
1347 | 2024-03-22T16:12:15.113Z | Compiling powerfmt v0.2.0 |
1348 | 2024-03-22T16:12:15.356Z | Compiling rustversion v1.0.14 |
1349 | 2024-03-22T16:12:15.611Z | Compiling deranged v0.3.11 |
1350 | 2024-03-22T16:12:18.058Z | Compiling time-macros v0.2.17 |
1351 | 2024-03-22T16:12:18.555Z | Compiling rand_chacha v0.3.1 |
1352 | 2024-03-22T16:12:19.401Z | Compiling scroll v0.12.0 |
1353 | 2024-03-22T16:12:20.016Z | Compiling getopts v0.2.21 |
1354 | 2024-03-22T16:12:20.385Z | Compiling hyper-tls v0.5.0 |
1355 | 2024-03-22T16:12:20.519Z | Compiling thread-id v4.2.1 |
1356 | 2024-03-22T16:12:20.628Z | Compiling hyper-rustls v0.24.2 |
1357 | 2024-03-22T16:12:20.910Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1358 | 2024-03-22T16:12:20.972Z | Compiling block-buffer v0.10.4 |
1359 | 2024-03-22T16:12:21.001Z | Compiling crypto-common v0.1.6 |
1360 | 2024-03-22T16:12:21.030Z | Compiling rustls-pemfile v1.0.4 |
1361 | 2024-03-22T16:12:21.160Z | Compiling openapiv3 v2.0.0 |
1362 | 2024-03-22T16:12:21.183Z | Compiling dof v0.3.0 |
1363 | 2024-03-22T16:12:21.815Z | Compiling dtrace-parser v0.2.0 |
1364 | 2024-03-22T16:12:22.098Z | Compiling async-trait v0.1.78 |
1365 | 2024-03-22T16:12:22.592Z | Compiling num_threads v0.1.7 |
1366 | 2024-03-22T16:12:22.718Z | Compiling sync_wrapper v0.1.2 |
1367 | 2024-03-22T16:12:22.847Z | Compiling webpki-roots v0.25.4 |
1368 | 2024-03-22T16:12:23.010Z | Compiling unsafe-libyaml v0.2.11 |
1369 | 2024-03-22T16:12:23.129Z | Compiling plain v0.2.3 |
1370 | 2024-03-22T16:12:24.730Z | Compiling serde_yaml v0.9.33 |
1371 | 2024-03-22T16:12:24.746Z | Compiling goblin v0.8.0 |
1372 | 2024-03-22T16:12:25.405Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1373 | 2024-03-22T16:12:26.931Z | Compiling time v0.3.34 |
1374 | 2024-03-22T16:12:27.299Z | Compiling reqwest v0.11.26 |
1375 | 2024-03-22T16:12:30.238Z | Compiling digest v0.10.7 |
1376 | 2024-03-22T16:12:30.694Z | Compiling rand v0.8.5 |
1377 | 2024-03-22T16:12:33.851Z | Compiling dirs-sys-next v0.1.2 |
1378 | 2024-03-22T16:12:34.331Z | Compiling match_cfg v0.1.0 |
1379 | 2024-03-22T16:12:34.416Z | Compiling pretty-hex v0.4.1 |
1380 | 2024-03-22T16:12:34.642Z | Compiling rustls-pki-types v1.3.1 |
1381 | 2024-03-22T16:12:34.991Z | Compiling lazy_static v1.4.0 |
1382 | 2024-03-22T16:12:35.126Z | Compiling hostname v0.3.1 |
1383 | 2024-03-22T16:12:35.508Z | Compiling dirs-next v2.0.0 |
1384 | 2024-03-22T16:12:35.946Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1385 | 2024-03-22T16:12:36.373Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1386 | 2024-03-22T16:12:41.030Z | Compiling ipnetwork v0.20.0 |
1387 | 2024-03-22T16:12:43.600Z | Compiling thread_local v1.1.8 |
1388 | 2024-03-22T16:12:44.441Z | Compiling instant v0.1.12 |
1389 | 2024-03-22T16:12:44.595Z | Compiling rustls v0.22.2 |
1390 | 2024-03-22T16:12:44.919Z | Compiling cpufeatures v0.2.12 |
1391 | 2024-03-22T16:12:45.019Z | Compiling slog-async v2.8.0 |
1392 | 2024-03-22T16:12:45.679Z | Compiling term v0.7.0 |
1393 | 2024-03-22T16:12:45.790Z | Compiling rustls-webpki v0.102.2 |
1394 | 2024-03-22T16:12:49.352Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-03-22T16:12:50.228Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-03-22T16:12:50.481Z | Compiling crossbeam-channel v0.5.12 |
1397 | 2024-03-22T16:12:50.814Z | Compiling serde_spanned v0.6.5 |
1398 | 2024-03-22T16:12:51.084Z | Compiling toml_datetime v0.6.5 |
1399 | 2024-03-22T16:12:51.544Z | Compiling futures-executor v0.3.30 |
1400 | 2024-03-22T16:12:51.740Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1401 | 2024-03-22T16:12:51.823Z | Compiling structmeta-derive v0.3.0 |
1402 | 2024-03-22T16:12:51.944Z | Compiling memmap v0.7.0 |
1403 | 2024-03-22T16:12:52.070Z | Compiling is-terminal v0.4.12 |
1404 | 2024-03-22T16:12:52.194Z | Compiling multer v3.0.0 |
1405 | 2024-03-22T16:12:52.368Z | Compiling paste v1.0.14 |
1406 | 2024-03-22T16:12:52.537Z | Compiling winnow v0.6.5 |
1407 | 2024-03-22T16:12:52.668Z | Compiling zeroize v1.7.0 |
1408 | 2024-03-22T16:12:52.854Z | Compiling take_mut v0.2.2 |
1409 | 2024-03-22T16:12:52.995Z | Compiling camino v1.1.6 |
1410 | 2024-03-22T16:12:54.662Z | Compiling structmeta v0.3.0 |
1411 | 2024-03-22T16:12:55.160Z | Compiling slog-term v2.9.1 |
1412 | 2024-03-22T16:12:55.439Z | Compiling usdt v0.5.0 |
1413 | 2024-03-22T16:12:56.386Z | Compiling futures v0.3.30 |
1414 | 2024-03-22T16:12:56.407Z | Compiling toml_edit v0.22.8 |
1415 | 2024-03-22T16:12:56.995Z | Compiling slog-json v2.6.1 |
1416 | 2024-03-22T16:12:57.034Z | Compiling serde_with_macros v3.7.0 |
1417 | 2024-03-22T16:12:57.509Z | Compiling http v1.1.0 |
1418 | 2024-03-22T16:12:58.141Z | Compiling async-stream-impl v0.3.5 |
1419 | 2024-03-22T16:12:59.548Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1420 | 2024-03-22T16:12:59.885Z | Compiling atomic-waker v1.1.2 |
1421 | 2024-03-22T16:12:59.900Z | Compiling semver v1.0.22 |
1422 | 2024-03-22T16:13:00.072Z | Compiling waitgroup v0.1.2 |
1423 | 2024-03-22T16:13:00.366Z | Compiling serde_with v3.7.0 |
1424 | 2024-03-22T16:13:00.450Z | Compiling toml v0.8.12 |
1425 | 2024-03-22T16:13:02.301Z | Compiling async-stream v0.3.5 |
1426 | 2024-03-22T16:13:04.936Z | Compiling tokio-rustls v0.25.0 |
1427 | 2024-03-22T16:13:05.372Z | Compiling slog-bunyan v2.5.0 |
1428 | 2024-03-22T16:13:05.642Z | Compiling parse-display-derive v0.9.0 |
1429 | 2024-03-22T16:13:07.866Z | Compiling sha1 v0.10.6 |
1430 | 2024-03-22T16:13:08.453Z | Compiling rustls-pemfile v2.1.1 |
1431 | 2024-03-22T16:13:08.814Z | Compiling strum_macros v0.26.2 |
1432 | 2024-03-22T16:13:09.168Z | Compiling newtype-uuid v1.0.1 |
1433 | 2024-03-22T16:13:09.491Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1434 | 2024-03-22T16:13:09.870Z | Compiling hex v0.4.3 |
1435 | 2024-03-22T16:13:10.549Z | Compiling serde_path_to_error v0.1.16 |
1436 | 2024-03-22T16:13:11.520Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1437 | 2024-03-22T16:13:11.594Z | Compiling bitflags v1.3.2 |
1438 | 2024-03-22T16:13:11.695Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-03-22T16:13:12.094Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1440 | 2024-03-22T16:13:12.243Z | Compiling parse-display v0.9.0 |
1441 | 2024-03-22T16:13:12.322Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1442 | 2024-03-22T16:13:12.522Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1443 | 2024-03-22T16:13:13.488Z | Compiling strum v0.26.2 |
1444 | 2024-03-22T16:13:13.688Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1445 | 2024-03-22T16:13:14.266Z | Compiling backoff v0.4.0 |
1446 | 2024-03-22T16:13:14.326Z | Compiling macaddr v1.0.1 |
1447 | 2024-03-22T16:13:14.505Z | Compiling semver v0.1.20 |
1448 | 2024-03-22T16:13:14.509Z | Compiling num-integer v0.1.46 |
1449 | 2024-03-22T16:13:14.585Z | Compiling num-rational v0.4.1 |
1450 | 2024-03-22T16:13:14.949Z | Compiling rustc_version v0.1.7 |
1451 | 2024-03-22T16:13:14.966Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1452 | 2024-03-22T16:13:15.337Z | Compiling winnow v0.5.40 |
1453 | 2024-03-22T16:13:15.360Z | Compiling newtype_derive v0.1.6 |
1454 | 2024-03-22T16:13:15.531Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-03-22T16:13:15.566Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-03-22T16:13:15.699Z | Compiling heapless v0.8.0 |
1457 | 2024-03-22T16:13:15.729Z | Compiling base64ct v1.6.0 |
1458 | 2024-03-22T16:13:16.238Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1459 | 2024-03-22T16:13:16.508Z | Compiling hubpack v0.1.2 |
1460 | 2024-03-22T16:13:16.687Z | Compiling password-hash v0.5.0 |
1461 | 2024-03-22T16:13:17.568Z | Compiling zerocopy v0.6.6 |
1462 | 2024-03-22T16:13:18.484Z | Compiling num-iter v0.1.44 |
1463 | 2024-03-22T16:13:18.692Z | Compiling strum_macros v0.25.3 |
1464 | 2024-03-22T16:13:19.027Z | Compiling toml_edit v0.19.15 |
1465 | 2024-03-22T16:13:19.192Z | Compiling blake2 v0.10.6 |
1466 | 2024-03-22T16:13:19.556Z | Compiling serde_repr v0.1.18 |
1467 | 2024-03-22T16:13:20.542Z | Compiling num-complex v0.4.5 |
1468 | 2024-03-22T16:13:20.752Z | Compiling hash32 v0.3.1 |
1469 | 2024-03-22T16:13:20.990Z | Compiling stable_deref_trait v1.2.0 |
1470 | 2024-03-22T16:13:21.094Z | Compiling smoltcp v0.11.0 |
1471 | 2024-03-22T16:13:21.754Z | Compiling proc-macro-crate v1.3.1 |
1472 | 2024-03-22T16:13:21.802Z | Compiling static_assertions v1.1.0 |
1473 | 2024-03-22T16:13:21.905Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1474 | 2024-03-22T16:13:22.245Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-03-22T16:13:22.637Z | Compiling petgraph v0.6.4 |
1476 | 2024-03-22T16:13:22.709Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1477 | 2024-03-22T16:13:26.647Z | Compiling num v0.4.1 |
1478 | 2024-03-22T16:13:26.743Z | Compiling argon2 v0.5.3 |
1479 | 2024-03-22T16:13:26.744Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-03-22T16:13:26.744Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1481 | 2024-03-22T16:13:26.744Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1482 | 2024-03-22T16:13:26.744Z | Compiling foreign-types-macros v0.2.3 |
1483 | 2024-03-22T16:13:27.087Z | Compiling foreign-types-shared v0.3.1 |
1484 | 2024-03-22T16:13:27.171Z | Compiling matches v0.1.10 |
1485 | 2024-03-22T16:13:27.202Z | Compiling base64 v0.22.0 |
1486 | 2024-03-22T16:13:27.268Z | Compiling managed v0.8.0 |
1487 | 2024-03-22T16:13:27.736Z | Compiling cobs v0.2.3 |
1488 | 2024-03-22T16:13:27.801Z | Compiling utf8parse v0.2.1 |
1489 | 2024-03-22T16:13:27.815Z | Compiling embedded-io v0.4.0 |
1490 | 2024-03-22T16:13:27.960Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1491 | 2024-03-22T16:13:28.025Z | Compiling postcard v1.0.8 |
1492 | 2024-03-22T16:13:28.183Z | Compiling anstyle-parse v0.2.3 |
1493 | 2024-03-22T16:13:28.301Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1494 | 2024-03-22T16:13:28.329Z | Compiling num_enum v0.5.11 |
1495 | 2024-03-22T16:13:28.487Z | Compiling foreign-types v0.5.0 |
1496 | 2024-03-22T16:13:28.622Z | Compiling idna v0.2.3 |
1497 | 2024-03-22T16:13:28.947Z | Compiling steno v0.4.0 |
1498 | 2024-03-22T16:13:30.471Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1499 | 2024-03-22T16:13:31.184Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1500 | 2024-03-22T16:13:32.180Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1501 | 2024-03-22T16:13:33.081Z | Compiling enum-as-inner v0.5.1 |
1502 | 2024-03-22T16:13:34.173Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1503 | 2024-03-22T16:13:35.076Z | Compiling cstr-argument v0.1.2 |
1504 | 2024-03-22T16:13:35.322Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1505 | 2024-03-22T16:13:35.666Z | Compiling slog-dtrace v0.3.0 |
1506 | 2024-03-22T16:13:36.015Z | Compiling data-encoding v2.5.0 |
1507 | 2024-03-22T16:13:37.436Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1508 | 2024-03-22T16:13:37.587Z | Compiling humantime v2.1.0 |
1509 | 2024-03-22T16:13:38.510Z | Compiling parking_lot_core v0.8.6 |
1510 | 2024-03-22T16:13:38.989Z | Compiling pretty-hex v0.2.1 |
1511 | 2024-03-22T16:13:39.195Z | Compiling anstyle v1.0.6 |
1512 | 2024-03-22T16:13:39.741Z | Compiling linked-hash-map v0.5.6 |
1513 | 2024-03-22T16:13:40.150Z | Compiling anstyle-query v1.0.2 |
1514 | 2024-03-22T16:13:40.296Z | Compiling colorchoice v1.0.0 |
1515 | 2024-03-22T16:13:40.460Z | Compiling quick-error v1.2.3 |
1516 | 2024-03-22T16:13:40.605Z | Compiling resolv-conf v0.7.0 |
1517 | 2024-03-22T16:13:40.775Z | Compiling anstream v0.6.13 |
1518 | 2024-03-22T16:13:41.838Z | Compiling lru-cache v0.1.2 |
1519 | 2024-03-22T16:13:42.059Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1520 | 2024-03-22T16:13:42.208Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1521 | 2024-03-22T16:13:42.443Z | Compiling trust-dns-proto v0.22.0 |
1522 | 2024-03-22T16:13:43.847Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1523 | 2024-03-22T16:13:44.031Z | Compiling colored v2.1.0 |
1524 | 2024-03-22T16:13:44.745Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1525 | 2024-03-22T16:13:45.371Z | Compiling tabwriter v1.4.0 |
1526 | 2024-03-22T16:13:45.626Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1527 | 2024-03-22T16:13:45.886Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1528 | 2024-03-22T16:13:46.171Z | Compiling socket2 v0.4.10 |
1529 | 2024-03-22T16:13:46.549Z | Compiling crc32fast v1.4.0 |
1530 | 2024-03-22T16:13:47.029Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
1531 | 2024-03-22T16:13:47.381Z | Compiling strsim v0.11.0 |
1532 | 2024-03-22T16:13:47.835Z | Compiling heck v0.5.0 |
1533 | 2024-03-22T16:13:48.256Z | Compiling clap_lex v0.7.0 |
1534 | 2024-03-22T16:13:48.987Z | Compiling clap_builder v4.5.2 |
1535 | 2024-03-22T16:13:49.508Z | Compiling clap_derive v4.5.3 |
1536 | 2024-03-22T16:13:52.767Z | Compiling trust-dns-resolver v0.22.0 |
1537 | 2024-03-22T16:13:55.739Z | Compiling hashbrown v0.13.2 |
1538 | 2024-03-22T16:13:56.590Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1539 | 2024-03-22T16:13:56.787Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1540 | 2024-03-22T16:13:56.955Z | Compiling parking_lot v0.11.2 |
1541 | 2024-03-22T16:13:57.109Z | Compiling regress v0.6.0 |
1542 | 2024-03-22T16:13:57.159Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1543 | 2024-03-22T16:13:59.409Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1544 | 2024-03-22T16:13:59.667Z | Compiling clap v4.5.3 |
1545 | 2024-03-22T16:14:02.526Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1546 | 2024-03-22T16:14:07.686Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1547 | 2024-03-22T16:14:08.393Z | Compiling crossbeam-epoch v0.9.18 |
1548 | 2024-03-22T16:14:09.709Z | Compiling fxhash v0.2.1 |
1549 | 2024-03-22T16:14:09.917Z | Compiling arc-swap v1.7.0 |
1550 | 2024-03-22T16:14:10.670Z | Compiling crc8 v0.1.1 |
1551 | 2024-03-22T16:14:11.180Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1552 | 2024-03-22T16:14:14.958Z | Compiling slog-scope v4.4.0 |
1553 | 2024-03-22T16:14:15.401Z | Compiling sled v0.34.7 |
1554 | 2024-03-22T16:14:15.910Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1555 | 2024-03-22T16:14:18.858Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1556 | 2024-03-22T16:14:20.795Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1557 | 2024-03-22T16:14:24.823Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1558 | 2024-03-22T16:14:25.342Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1559 | 2024-03-22T16:14:30.444Z | Compiling slog-stdlog v4.1.1 |
1560 | 2024-03-22T16:14:31.747Z | Compiling slog-envlogger v2.2.0 |
1561 | 2024-03-22T16:14:31.751Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1562 | 2024-03-22T16:15:04.403Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1563 | 2024-03-22T16:15:04.403Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1564 | 2024-03-22T16:15:11.932Z | Finished release [optimized] target(s) in 4m 27s |
1565 | 2024-03-22T16:15:12.133Z | + banner trio |
1566 | 2024-03-22T16:15:12.141Z | |
1567 | 2024-03-22T16:15:12.141Z | ##### ##### # #### |
1568 | 2024-03-22T16:15:12.141Z | # # # # # # |
1569 | 2024-03-22T16:15:12.141Z | # # # # # # |
1570 | 2024-03-22T16:15:12.142Z | # ##### # # # |
1571 | 2024-03-22T16:15:12.142Z | # # # # # # |
1572 | 2024-03-22T16:15:12.142Z | # # # # #### |
1573 | 2024-03-22T16:15:12.142Z | |
1574 | 2024-03-22T16:15:12.142Z | + pfexec cargo test --release -p mg-tests test_trio_v1_server -- --nocapture |
1575 | 2024-03-22T16:15:12.528Z | Compiling cfg-if v1.0.0 |
1576 | 2024-03-22T16:15:12.528Z | Compiling once_cell v1.19.0 |
1577 | 2024-03-22T16:15:12.534Z | Compiling zerocopy v0.7.32 |
1578 | 2024-03-22T16:15:12.534Z | Compiling libc v0.2.153 |
1579 | 2024-03-22T16:15:12.573Z | Compiling syn v2.0.53 |
1580 | 2024-03-22T16:15:12.579Z | Compiling itoa v1.0.10 |
1581 | 2024-03-22T16:15:12.585Z | Compiling serde v1.0.197 |
1582 | 2024-03-22T16:15:12.585Z | Compiling bytes v1.5.0 |
1583 | 2024-03-22T16:15:12.622Z | Compiling pin-project-lite v0.2.13 |
1584 | 2024-03-22T16:15:12.631Z | Compiling smallvec v1.13.1 |
1585 | 2024-03-22T16:15:12.727Z | Compiling scopeguard v1.2.0 |
1586 | 2024-03-22T16:15:12.844Z | Compiling lock_api v0.4.11 |
1587 | 2024-03-22T16:15:12.993Z | Compiling allocator-api2 v0.2.16 |
1588 | 2024-03-22T16:15:13.069Z | Compiling log v0.4.21 |
1589 | 2024-03-22T16:15:13.241Z | Compiling ahash v0.8.11 |
1590 | 2024-03-22T16:15:13.293Z | Compiling parking_lot_core v0.9.9 |
1591 | 2024-03-22T16:15:13.319Z | Compiling signal-hook-registry v1.4.1 |
1592 | 2024-03-22T16:15:13.574Z | Compiling socket2 v0.5.6 |
1593 | 2024-03-22T16:15:13.711Z | Compiling hashbrown v0.14.3 |
1594 | 2024-03-22T16:15:13.846Z | Compiling parking_lot v0.12.1 |
1595 | 2024-03-22T16:15:19.901Z | Compiling getrandom v0.2.12 |
1596 | 2024-03-22T16:15:20.000Z | Compiling num_cpus v1.16.0 |
1597 | 2024-03-22T16:15:20.000Z | Compiling mio v0.8.11 |
1598 | 2024-03-22T16:15:20.000Z | Compiling memchr v2.7.1 |
1599 | 2024-03-22T16:15:20.000Z | Compiling tracing-core v0.1.32 |
1600 | 2024-03-22T16:15:20.000Z | Compiling equivalent v1.0.1 |
1601 | 2024-03-22T16:15:20.000Z | Compiling futures-core v0.3.30 |
1602 | 2024-03-22T16:15:20.000Z | Compiling fnv v1.0.7 |
1603 | 2024-03-22T16:15:20.000Z | Compiling ryu v1.0.17 |
1604 | 2024-03-22T16:15:20.000Z | Compiling http v0.2.12 |
1605 | 2024-03-22T16:15:20.000Z | Compiling spin v0.9.8 |
1606 | 2024-03-22T16:15:20.000Z | Compiling untrusted v0.9.0 |
1607 | 2024-03-22T16:15:20.001Z | Compiling regress v0.9.0 |
1608 | 2024-03-22T16:15:20.001Z | Compiling futures-task v0.3.30 |
1609 | 2024-03-22T16:15:20.001Z | Compiling pin-utils v0.1.0 |
1610 | 2024-03-22T16:15:20.001Z | Compiling ring v0.17.8 |
1611 | 2024-03-22T16:15:20.001Z | Compiling foreign-types-shared v0.1.1 |
1612 | 2024-03-22T16:15:20.001Z | Compiling futures-sink v0.3.30 |
1613 | 2024-03-22T16:15:20.001Z | Compiling foreign-types v0.3.2 |
1614 | 2024-03-22T16:15:20.002Z | Compiling futures-util v0.3.30 |
1615 | 2024-03-22T16:15:20.002Z | Compiling slab v0.4.9 |
1616 | 2024-03-22T16:15:20.002Z | Compiling openssl-sys v0.9.101 |
1617 | 2024-03-22T16:15:20.002Z | Compiling num-traits v0.2.18 |
1618 | 2024-03-22T16:15:20.002Z | Compiling slog v2.7.0 |
1619 | 2024-03-22T16:15:20.016Z | Compiling tinyvec_macros v0.1.1 |
1620 | 2024-03-22T16:15:20.016Z | Compiling unicode-ident v1.0.12 |
1621 | 2024-03-22T16:15:20.016Z | Compiling try-lock v0.2.5 |
1622 | 2024-03-22T16:15:20.016Z | Compiling bitflags v2.5.0 |
1623 | 2024-03-22T16:15:20.017Z | Compiling want v0.3.1 |
1624 | 2024-03-22T16:15:20.017Z | Compiling sct v0.7.1 |
1625 | 2024-03-22T16:15:20.017Z | Compiling rustls-webpki v0.101.7 |
1626 | 2024-03-22T16:15:20.017Z | Compiling proc-macro2 v1.0.79 |
1627 | 2024-03-22T16:15:20.543Z | Compiling tinyvec v1.6.0 |
1628 | 2024-03-22T16:15:20.977Z | Compiling http-body v0.4.6 |
1629 | 2024-03-22T16:15:21.018Z | Compiling httparse v1.8.0 |
1630 | 2024-03-22T16:15:21.263Z | Compiling futures-channel v0.3.30 |
1631 | 2024-03-22T16:15:21.487Z | Compiling openssl-probe v0.1.5 |
1632 | 2024-03-22T16:15:21.715Z | Compiling percent-encoding v2.3.1 |
1633 | 2024-03-22T16:15:21.757Z | Compiling tower-service v0.3.2 |
1634 | 2024-03-22T16:15:21.875Z | Compiling httpdate v1.0.3 |
1635 | 2024-03-22T16:15:22.019Z | Compiling form_urlencoded v1.2.1 |
1636 | 2024-03-22T16:15:22.020Z | Compiling unicode-normalization v0.1.23 |
1637 | 2024-03-22T16:15:22.527Z | Compiling chrono v0.4.35 |
1638 | 2024-03-22T16:15:22.630Z | Compiling quote v1.0.35 |
1639 | 2024-03-22T16:15:23.262Z | Compiling rustls v0.21.10 |
1640 | 2024-03-22T16:15:23.323Z | Compiling aho-corasick v1.1.2 |
1641 | 2024-03-22T16:15:24.565Z | Compiling serde_derive v1.0.197 |
1642 | 2024-03-22T16:15:24.697Z | Compiling thiserror-impl v1.0.58 |
1643 | 2024-03-22T16:15:24.813Z | Compiling tokio-macros v2.2.0 |
1644 | 2024-03-22T16:15:25.006Z | Compiling tracing-attributes v0.1.27 |
1645 | 2024-03-22T16:15:26.417Z | Compiling tokio v1.36.0 |
1646 | 2024-03-22T16:15:27.226Z | Compiling openssl-macros v0.1.1 |
1647 | 2024-03-22T16:15:27.560Z | Compiling thiserror v1.0.58 |
1648 | 2024-03-22T16:15:27.817Z | Compiling schemars v0.8.16 |
1649 | 2024-03-22T16:15:27.829Z | Compiling proc-macro-error-attr v1.0.4 |
1650 | 2024-03-22T16:15:27.850Z | Compiling dyn-clone v1.0.17 |
1651 | 2024-03-22T16:15:28.029Z | Compiling openssl v0.10.64 |
1652 | 2024-03-22T16:15:28.049Z | Compiling regex-syntax v0.8.2 |
1653 | 2024-03-22T16:15:28.156Z | Compiling unicode-bidi v0.3.15 |
1654 | 2024-03-22T16:15:28.389Z | Compiling tracing v0.1.40 |
1655 | 2024-03-22T16:15:29.158Z | Compiling lazy_static v1.4.0 |
1656 | 2024-03-22T16:15:29.285Z | Compiling idna v0.5.0 |
1657 | 2024-03-22T16:15:31.524Z | Compiling regex-automata v0.4.6 |
1658 | 2024-03-22T16:15:38.615Z | Compiling indexmap v2.2.5 |
1659 | 2024-03-22T16:15:39.634Z | Compiling serde_json v1.0.114 |
1660 | 2024-03-22T16:15:40.094Z | Compiling serde_tokenstream v0.2.0 |
1661 | 2024-03-22T16:15:40.594Z | Compiling tokio-util v0.7.10 |
1662 | 2024-03-22T16:15:42.152Z | Compiling h2 v0.3.25 |
1663 | 2024-03-22T16:15:43.029Z | Compiling toml_edit v0.19.15 |
1664 | 2024-03-22T16:15:44.034Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1665 | 2024-03-22T16:15:44.793Z | Compiling uuid v1.8.0 |
1666 | 2024-03-22T16:15:46.080Z | Compiling native-tls v0.2.11 |
1667 | 2024-03-22T16:15:46.707Z | Compiling tokio-native-tls v0.3.1 |
1668 | 2024-03-22T16:15:46.834Z | Compiling proc-macro-crate v1.3.1 |
1669 | 2024-03-22T16:15:47.221Z | Compiling hyper v0.14.28 |
1670 | 2024-03-22T16:15:47.671Z | Compiling tokio-rustls v0.24.1 |
1671 | 2024-03-22T16:15:55.815Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1672 | 2024-03-22T16:15:58.981Z | Compiling proc-macro-error v1.0.4 |
1673 | 2024-03-22T16:15:59.309Z | Compiling base64 v0.21.7 |
1674 | 2024-03-22T16:15:59.936Z | Compiling heck v0.4.1 |
1675 | 2024-03-22T16:16:00.303Z | Compiling crossbeam-utils v0.8.19 |
1676 | 2024-03-22T16:16:00.468Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1677 | 2024-03-22T16:16:00.870Z | Compiling rustls-pemfile v1.0.4 |
1678 | 2024-03-22T16:16:01.290Z | Compiling regex v1.10.3 |
1679 | 2024-03-22T16:16:02.737Z | Compiling hyper-tls v0.5.0 |
1680 | 2024-03-22T16:16:02.741Z | Compiling hyper-rustls v0.24.2 |
1681 | 2024-03-22T16:16:02.741Z | Compiling num_enum_derive v0.5.11 |
1682 | 2024-03-22T16:16:02.741Z | Compiling openapiv3 v2.0.0 |
1683 | 2024-03-22T16:16:02.741Z | Compiling serde_urlencoded v0.7.1 |
1684 | 2024-03-22T16:16:04.087Z | Compiling url v2.5.0 |
1685 | 2024-03-22T16:16:04.674Z | Compiling foreign-types-macros v0.2.3 |
1686 | 2024-03-22T16:16:04.707Z | Compiling dirs-sys-next v0.1.2 |
1687 | 2024-03-22T16:16:05.208Z | Compiling encoding_rs v0.8.33 |
1688 | 2024-03-22T16:16:05.916Z | Compiling mime v0.3.17 |
1689 | 2024-03-22T16:16:05.952Z | Compiling unicode-width v0.1.11 |
1690 | 2024-03-22T16:16:06.115Z | Compiling foreign-types-shared v0.3.1 |
1691 | 2024-03-22T16:16:06.213Z | Compiling sync_wrapper v0.1.2 |
1692 | 2024-03-22T16:16:06.334Z | Compiling ipnet v2.9.0 |
1693 | 2024-03-22T16:16:06.829Z | Compiling webpki-roots v0.25.4 |
1694 | 2024-03-22T16:16:06.981Z | Compiling powerfmt v0.2.0 |
1695 | 2024-03-22T16:16:06.988Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1696 | 2024-03-22T16:16:07.437Z | Compiling deranged v0.3.11 |
1697 | 2024-03-22T16:16:09.151Z | Compiling reqwest v0.11.26 |
1698 | 2024-03-22T16:16:09.776Z | Compiling serde_yaml v0.9.33 |
1699 | 2024-03-22T16:16:10.182Z | Compiling foreign-types v0.5.0 |
1700 | 2024-03-22T16:16:10.285Z | Compiling getopts v0.2.21 |
1701 | 2024-03-22T16:16:12.501Z | Compiling dirs-next v2.0.0 |
1702 | 2024-03-22T16:16:12.758Z | Compiling num_enum v0.5.11 |
1703 | 2024-03-22T16:16:13.636Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1704 | 2024-03-22T16:16:13.798Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1705 | 2024-03-22T16:16:13.961Z | Compiling cstr-argument v0.1.2 |
1706 | 2024-03-22T16:16:14.211Z | Compiling thread_local v1.1.8 |
1707 | 2024-03-22T16:16:15.080Z | Compiling arc-swap v1.7.0 |
1708 | 2024-03-22T16:16:15.517Z | Compiling time-core v0.1.2 |
1709 | 2024-03-22T16:16:15.691Z | Compiling either v1.10.0 |
1710 | 2024-03-22T16:16:15.808Z | Compiling pretty-hex v0.2.1 |
1711 | 2024-03-22T16:16:16.014Z | Compiling num-conv v0.1.0 |
1712 | 2024-03-22T16:16:16.104Z | Compiling itertools v0.12.1 |
1713 | 2024-03-22T16:16:16.260Z | Compiling time v0.3.34 |
1714 | 2024-03-22T16:16:17.497Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2024-03-22T16:16:17.859Z | Compiling slog-scope v4.4.0 |
1716 | 2024-03-22T16:16:19.821Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2024-03-22T16:16:19.985Z | Compiling crossbeam-channel v0.5.12 |
1718 | 2024-03-22T16:16:20.775Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1719 | 2024-03-22T16:16:21.723Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1720 | 2024-03-22T16:16:21.734Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1721 | 2024-03-22T16:16:23.211Z | Compiling term v0.7.0 |
1722 | 2024-03-22T16:16:25.890Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1723 | 2024-03-22T16:16:27.497Z | Compiling anyhow v1.0.81 |
1724 | 2024-03-22T16:16:27.846Z | Compiling colored v2.1.0 |
1725 | 2024-03-22T16:16:28.305Z | Compiling is-terminal v0.4.12 |
1726 | 2024-03-22T16:16:28.422Z | Compiling socket2 v0.4.10 |
1727 | 2024-03-22T16:16:29.072Z | Compiling take_mut v0.2.2 |
1728 | 2024-03-22T16:16:29.221Z | Compiling slog-async v2.8.0 |
1729 | 2024-03-22T16:16:29.229Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1730 | 2024-03-22T16:16:30.139Z | Compiling slog-term v2.9.1 |
1731 | 2024-03-22T16:16:32.714Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1732 | 2024-03-22T16:16:33.128Z | Compiling slog-stdlog v4.1.1 |
1733 | 2024-03-22T16:16:34.063Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55) |
1734 | 2024-03-22T16:16:36.540Z | Compiling slog-envlogger v2.2.0 |
1735 | 2024-03-22T16:16:37.407Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1736 | 2024-03-22T16:16:37.600Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1737 | 2024-03-22T16:16:51.297Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1738 | 2024-03-22T16:16:57.500Z | Finished release [optimized] target(s) in 1m 45s |
1739 | 2024-03-22T16:16:57.538Z | Running unittests src/lib.rs (target/release/deps/mg_tests-ae032ad9f9dc47ef) |
1740 | 2024-03-22T16:16:57.560Z | |
1741 | 2024-03-22T16:16:57.560Z | running 1 test |
1742 | 2024-03-22T16:16:57.694Z | configure zone |
1743 | 2024-03-22T16:16:57.931Z | install zone |
1744 | 2024-03-22T16:17:52.344Z | boot zone |
1745 | 2024-03-22T16:17:53.150Z | start zone s1 |
1746 | 2024-03-22T16:17:53.150Z | configure zone |
1747 | 2024-03-22T16:17:53.159Z | install zone |
1748 | 2024-03-22T16:17:57.559Z | test ddm::test_trio_v1_server has been running for over 60 seconds |
1749 | 2024-03-22T16:18:42.173Z | boot zone |
1750 | 2024-03-22T16:18:42.987Z | start zone s2 |
1751 | 2024-03-22T16:18:42.987Z | configure zone |
1752 | 2024-03-22T16:18:42.995Z | install zone |
1753 | 2024-03-22T16:19:31.905Z | boot zone |
1754 | 2024-03-22T16:19:32.699Z | start zone t1 |
1755 | 2024-03-22T16:19:32.699Z | configure zone |
1756 | 2024-03-22T16:19:32.706Z | install zone |
1757 | 2024-03-22T16:20:21.797Z | boot zone |
1758 | 2024-03-22T16:20:22.657Z | waiting for zones to come up |
1759 | 2024-03-22T16:20:32.659Z | [sidecar.trio] svcs milestone/network |
1760 | 2024-03-22T16:20:32.694Z | STATE STIME FMRI |
1761 | 2024-03-22T16:20:32.694Z | online 9:18:10 svc:/milestone/network:default |
1762 | 2024-03-22T16:20:32.694Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1763 | 2024-03-22T16:20:32.741Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1764 | 2024-03-22T16:20:32.793Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1765 | 2024-03-22T16:20:32.839Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1766 | 2024-03-22T16:20:32.844Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1767 | 2024-03-22T16:20:32.865Z | |
1768 | 2024-03-22T16:20:32.865Z | running zone s1.trio setup |
1769 | 2024-03-22T16:20:32.865Z | [s1.trio] svcs milestone/network |
1770 | 2024-03-22T16:20:32.888Z | STATE STIME FMRI |
1771 | 2024-03-22T16:20:32.888Z | online 9:19:00 svc:/milestone/network:default |
1772 | 2024-03-22T16:20:32.888Z | [s1.trio] dladm |
1773 | 2024-03-22T16:20:32.908Z | LINK CLASS MTU STATE BRIDGE OVER |
1774 | 2024-03-22T16:20:32.908Z | sl0 simnet 9000 up -- ? |
1775 | 2024-03-22T16:20:32.908Z | mg2 vnic 9000 up -- ? |
1776 | 2024-03-22T16:20:32.908Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1777 | 2024-03-22T16:20:33.440Z | |
1778 | 2024-03-22T16:20:33.440Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1779 | 2024-03-22T16:20:33.467Z | |
1780 | 2024-03-22T16:20:33.467Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1781 | 2024-03-22T16:20:33.483Z | |
1782 | 2024-03-22T16:20:33.483Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1783 | 2024-03-22T16:20:33.534Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1784 | 2024-03-22T16:20:33.562Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/ |
1785 | 2024-03-22T16:20:33.631Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/ |
1786 | 2024-03-22T16:20:33.708Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1787 | 2024-03-22T16:20:33.728Z | |
1788 | 2024-03-22T16:20:33.728Z | running zone s2.trio setup |
1789 | 2024-03-22T16:20:33.729Z | [s2.trio] svcs milestone/network |
1790 | 2024-03-22T16:20:33.752Z | STATE STIME FMRI |
1791 | 2024-03-22T16:20:33.752Z | online 9:19:50 svc:/milestone/network:default |
1792 | 2024-03-22T16:20:33.752Z | [s2.trio] dladm |
1793 | 2024-03-22T16:20:33.773Z | LINK CLASS MTU STATE BRIDGE OVER |
1794 | 2024-03-22T16:20:33.773Z | sl1 simnet 9000 up -- ? |
1795 | 2024-03-22T16:20:33.773Z | mg3 vnic 9000 up -- ? |
1796 | 2024-03-22T16:20:33.773Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1797 | 2024-03-22T16:20:34.355Z | |
1798 | 2024-03-22T16:20:34.355Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1799 | 2024-03-22T16:20:34.379Z | |
1800 | 2024-03-22T16:20:34.379Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1801 | 2024-03-22T16:20:34.399Z | |
1802 | 2024-03-22T16:20:34.399Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1803 | 2024-03-22T16:20:34.450Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1804 | 2024-03-22T16:20:34.477Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s2.trio/root/opt/ |
1805 | 2024-03-22T16:20:34.508Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s2.trio/root/opt/ |
1806 | 2024-03-22T16:20:34.541Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1807 | 2024-03-22T16:20:34.563Z | |
1808 | 2024-03-22T16:20:34.563Z | running zone t1.trio setup |
1809 | 2024-03-22T16:20:34.563Z | [t1.trio] svcs milestone/network |
1810 | 2024-03-22T16:20:34.583Z | STATE STIME FMRI |
1811 | 2024-03-22T16:20:34.583Z | - - svc:/milestone/network:default |
1812 | 2024-03-22T16:20:35.583Z | [t1.trio] svcs milestone/network |
1813 | 2024-03-22T16:20:35.605Z | STATE STIME FMRI |
1814 | 2024-03-22T16:20:35.605Z | - - svc:/milestone/network:default |
1815 | 2024-03-22T16:20:36.606Z | [t1.trio] svcs milestone/network |
1816 | 2024-03-22T16:20:36.626Z | STATE STIME FMRI |
1817 | 2024-03-22T16:20:36.626Z | - - svc:/milestone/network:default |
1818 | 2024-03-22T16:20:37.627Z | [t1.trio] svcs milestone/network |
1819 | 2024-03-22T16:20:37.648Z | STATE STIME FMRI |
1820 | 2024-03-22T16:20:37.648Z | - - svc:/milestone/network:default |
1821 | 2024-03-22T16:20:38.648Z | [t1.trio] svcs milestone/network |
1822 | 2024-03-22T16:20:38.670Z | STATE STIME FMRI |
1823 | 2024-03-22T16:20:38.670Z | - - svc:/milestone/network:default |
1824 | 2024-03-22T16:20:39.671Z | [t1.trio] svcs milestone/network |
1825 | 2024-03-22T16:20:39.691Z | STATE STIME FMRI |
1826 | 2024-03-22T16:20:39.691Z | - - svc:/milestone/network:default |
1827 | 2024-03-22T16:20:40.692Z | [t1.trio] svcs milestone/network |
1828 | 2024-03-22T16:20:40.714Z | STATE STIME FMRI |
1829 | 2024-03-22T16:20:40.714Z | offline 9:20:39 svc:/milestone/network:default |
1830 | 2024-03-22T16:20:41.714Z | [t1.trio] svcs milestone/network |
1831 | 2024-03-22T16:20:41.737Z | STATE STIME FMRI |
1832 | 2024-03-22T16:20:41.737Z | online 9:20:40 svc:/milestone/network:default |
1833 | 2024-03-22T16:20:41.737Z | [t1.trio] dladm |
1834 | 2024-03-22T16:20:41.757Z | LINK CLASS MTU STATE BRIDGE OVER |
1835 | 2024-03-22T16:20:41.757Z | tfportrear0_0 simnet 9000 up -- ? |
1836 | 2024-03-22T16:20:41.757Z | tfportrear1_0 simnet 9000 up -- ? |
1837 | 2024-03-22T16:20:41.757Z | mg1 vnic 9000 up -- ? |
1838 | 2024-03-22T16:20:41.757Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1839 | 2024-03-22T16:20:42.247Z | |
1840 | 2024-03-22T16:20:42.247Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1841 | 2024-03-22T16:20:42.270Z | |
1842 | 2024-03-22T16:20:42.270Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1843 | 2024-03-22T16:20:42.293Z | |
1844 | 2024-03-22T16:20:42.293Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1845 | 2024-03-22T16:20:42.311Z | |
1846 | 2024-03-22T16:20:42.312Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1847 | 2024-03-22T16:20:42.519Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1848 | 2024-03-22T16:20:42.524Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1849 | 2024-03-22T16:20:42.528Z | waiting 3s for copy of files to zone to complete ... |
1850 | 2024-03-22T16:20:45.530Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1851 | 2024-03-22T16:20:45.576Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1852 | 2024-03-22T16:20:45.603Z | [t1.trio] svcadm enable dendrite |
1853 | 2024-03-22T16:20:45.650Z | |
1854 | 2024-03-22T16:20:45.650Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1855 | 2024-03-22T16:20:45.706Z | |
1856 | 2024-03-22T16:20:45.707Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1857 | 2024-03-22T16:20:45.753Z | |
1858 | 2024-03-22T16:20:45.753Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1859 | 2024-03-22T16:20:45.801Z | |
1860 | 2024-03-22T16:20:45.801Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1861 | 2024-03-22T16:20:45.849Z | |
1862 | 2024-03-22T16:20:45.849Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1863 | 2024-03-22T16:20:45.895Z | |
1864 | 2024-03-22T16:20:45.895Z | [t1.trio] svcadm refresh dendrite:default |
1865 | 2024-03-22T16:20:45.934Z | |
1866 | 2024-03-22T16:20:45.934Z | [t1.trio] svcadm restart dendrite:default |
1867 | 2024-03-22T16:20:45.970Z | |
1868 | 2024-03-22T16:20:45.971Z | wait 10s for dendrite to come up ... |
1869 | 2024-03-22T16:20:55.973Z | [t1.trio] svcadm enable tfport |
1870 | 2024-03-22T16:20:56.015Z | |
1871 | 2024-03-22T16:20:56.015Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid fb1d4090-5ceb-4a87-9218-cbf977b232b9 --sled-uuid 55ea8dea-50b2-4ec8-a25b-aa1e42a1567f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1872 | 2024-03-22T16:20:56.036Z | |
1873 | 2024-03-22T16:20:56.036Z | [t1.trio] ipadm |
1874 | 2024-03-22T16:20:56.061Z | ADDROBJ TYPE STATE ADDR |
1875 | 2024-03-22T16:20:56.061Z | lo0/v4 static ok 127.0.0.1/8 |
1876 | 2024-03-22T16:20:56.061Z | mg1/v4 static ok 10.0.0.3/24 |
1877 | 2024-03-22T16:20:56.061Z | lo0/v6 static ok ::1/128 |
1878 | 2024-03-22T16:20:56.061Z | lo0/u6 static ok fd00:3::1/64 |
1879 | 2024-03-22T16:20:56.061Z | tfportrear0_0/v6 addrconf ok fe80::4416:29ff:fec2:722e%tfportrear0_0/10 |
1880 | 2024-03-22T16:20:56.062Z | tfportrear1_0/v6 addrconf ok fe80::d4d6:95ff:fe5b:f4f5%tfportrear1_0/10 |
1881 | 2024-03-22T16:20:58.167Z | initial peering test passed |
1882 | 2024-03-22T16:20:59.169Z | advertise from one passed |
1883 | 2024-03-22T16:21:00.171Z | advertise from two passed |
1884 | 2024-03-22T16:21:00.171Z | [s1.trio] ping fd00:2::1 |
1885 | 2024-03-22T16:21:00.195Z | fd00:2::1 is alive |
1886 | 2024-03-22T16:21:00.195Z | [s2.trio] ping fd00:1::1 |
1887 | 2024-03-22T16:21:00.217Z | fd00:1::1 is alive |
1888 | 2024-03-22T16:21:00.217Z | connectivity test passed |
1889 | 2024-03-22T16:21:00.217Z | [t1.trio] pkill ddmd |
1890 | 2024-03-22T16:21:00.237Z | |
1891 | 2024-03-22T16:21:06.243Z | [t1.trio] svcadm enable dendrite |
1892 | 2024-03-22T16:21:06.286Z | |
1893 | 2024-03-22T16:21:06.286Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1894 | 2024-03-22T16:21:06.331Z | |
1895 | 2024-03-22T16:21:06.331Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1896 | 2024-03-22T16:21:06.381Z | |
1897 | 2024-03-22T16:21:06.382Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1898 | 2024-03-22T16:21:06.425Z | |
1899 | 2024-03-22T16:21:06.425Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1900 | 2024-03-22T16:21:06.470Z | |
1901 | 2024-03-22T16:21:06.471Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1902 | 2024-03-22T16:21:06.515Z | |
1903 | 2024-03-22T16:21:06.516Z | [t1.trio] svcadm refresh dendrite:default |
1904 | 2024-03-22T16:21:06.552Z | |
1905 | 2024-03-22T16:21:06.552Z | [t1.trio] svcadm restart dendrite:default |
1906 | 2024-03-22T16:21:06.589Z | |
1907 | 2024-03-22T16:21:06.589Z | wait 10s for dendrite to come up ... |
1908 | 2024-03-22T16:21:16.591Z | [t1.trio] svcadm enable tfport |
1909 | 2024-03-22T16:21:16.633Z | |
1910 | 2024-03-22T16:21:16.633Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8655c237-ffc1-4616-8d7b-559ca0e0a12c --sled-uuid 20850d0c-9ba8-4590-81d2-142c7368adf0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1911 | 2024-03-22T16:21:16.653Z | |
1912 | 2024-03-22T16:21:16.653Z | [t1.trio] ipadm |
1913 | 2024-03-22T16:21:16.679Z | ADDROBJ TYPE STATE ADDR |
1914 | 2024-03-22T16:21:16.680Z | lo0/v4 static ok 127.0.0.1/8 |
1915 | 2024-03-22T16:21:16.680Z | mg1/v4 static ok 10.0.0.3/24 |
1916 | 2024-03-22T16:21:16.680Z | lo0/v6 static ok ::1/128 |
1917 | 2024-03-22T16:21:16.680Z | lo0/u6 static ok fd00:3::1/64 |
1918 | 2024-03-22T16:21:16.680Z | tfportrear0_0/v6 addrconf ok fe80::4416:29ff:fec2:722e%tfportrear0_0/10 |
1919 | 2024-03-22T16:21:16.680Z | tfportrear1_0/v6 addrconf ok fe80::d4d6:95ff:fe5b:f4f5%tfportrear1_0/10 |
1920 | 2024-03-22T16:21:19.680Z | [s1.trio] ping fd00:2::1 |
1921 | 2024-03-22T16:21:19.702Z | fd00:2::1 is alive |
1922 | 2024-03-22T16:21:19.702Z | [s2.trio] ping fd00:1::1 |
1923 | 2024-03-22T16:21:19.723Z | fd00:1::1 is alive |
1924 | 2024-03-22T16:21:19.723Z | transit router restart passed |
1925 | 2024-03-22T16:21:19.723Z | [s1.trio] pkill ddmd |
1926 | 2024-03-22T16:21:19.742Z | |
1927 | 2024-03-22T16:21:24.747Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/ |
1928 | 2024-03-22T16:21:24.773Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/ |
1929 | 2024-03-22T16:21:24.801Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1930 | 2024-03-22T16:21:24.822Z | |
1931 | 2024-03-22T16:21:28.828Z | [s1.trio] ping fd00:2::1 |
1932 | 2024-03-22T16:21:28.849Z | fd00:2::1 is alive |
1933 | 2024-03-22T16:21:28.850Z | [s2.trio] ping fd00:1::1 |
1934 | 2024-03-22T16:21:28.871Z | fd00:1::1 is alive |
1935 | 2024-03-22T16:21:28.871Z | server router restart passed |
1936 | 2024-03-22T16:21:32.881Z | peer expiration recovery passed |
1937 | 2024-03-22T16:21:33.879Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1938 | 2024-03-22T16:21:33.904Z | 3 |
1939 | 2024-03-22T16:21:33.904Z | redundant advertise passed |
1940 | 2024-03-22T16:21:33.910Z | [t1.trio] pkill ddmd |
1941 | 2024-03-22T16:21:33.932Z | |
1942 | 2024-03-22T16:21:33.932Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1943 | 2024-03-22T16:21:33.938Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1944 | 2024-03-22T16:21:36.402Z | [s2.trio] pkill ddmd |
1945 | 2024-03-22T16:21:36.421Z | |
1946 | 2024-03-22T16:21:36.421Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1947 | 2024-03-22T16:21:39.021Z | [s1.trio] pkill ddmd |
1948 | 2024-03-22T16:21:39.042Z | |
1949 | 2024-03-22T16:21:39.042Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1950 | 2024-03-22T16:21:41.459Z | [sidecar.trio] pkill softnpu |
1951 | 2024-03-22T16:21:41.480Z | |
1952 | 2024-03-22T16:21:41.480Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1953 | 2024-03-22T16:21:44.220Z | test ddm::test_trio_v1_server ... ok |
1954 | 2024-03-22T16:21:44.220Z | |
1955 | 2024-03-22T16:21:44.220Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 286.61s |
1956 | 2024-03-22T16:21:44.220Z | |
1957 | 2024-03-22T16:21:44.235Z | + cleanup |
1958 | 2024-03-22T16:21:44.239Z | ++ id -un |
1959 | 2024-03-22T16:21:44.243Z | ++ id -gn |
1960 | 2024-03-22T16:21:44.247Z | + pfexec chown -R build:build . |
1961 | 2024-03-22T16:21:44.308Z | process exited: duration 751241 ms, exit code 0 |
|
1962 | 2024-03-22T16:21:44.323Z | found 4 output files |
1963 | 2024-03-22T16:21:44.324Z | uploading: /work/s1.trio.log (5976 bytes) |
1964 | 2024-03-22T16:21:45.343Z | uploaded: /work/s1.trio.log |
1965 | 2024-03-22T16:21:45.343Z | uploading: /work/s2.trio.log (5763 bytes) |
1966 | 2024-03-22T16:21:46.363Z | uploaded: /work/s2.trio.log |
1967 | 2024-03-22T16:21:46.363Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1968 | 2024-03-22T16:21:47.375Z | uploaded: /work/sidecar.trio-softnpu.log |
1969 | 2024-03-22T16:21:47.375Z | uploading: /work/t1.trio.log (21115 bytes) |
1970 | 2024-03-22T16:21:48.397Z | uploaded: /work/t1.trio.log |