|
|
|
1 | 2024-05-03T02:43:56.881Z | job assigned to worker 01HWY58998TJ88KVJ3R4PR2QG9 (queued for 2 m 26 s) |
|
2 | 2024-05-03T02:44:03.474Z | starting task 0: "setup" |
3 | 2024-05-03T02:44:03.521Z | ++ uname -s |
4 | 2024-05-03T02:44:03.531Z | + kern=SunOS |
5 | 2024-05-03T02:44:03.532Z | + case "$kern" in |
6 | 2024-05-03T02:44:03.532Z | + groupadd -g 12345 build |
7 | 2024-05-03T02:44:03.576Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T02:44:05.584Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T02:44:05.663Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T02:44:05.666Z | + home_fs=zfs |
11 | 2024-05-03T02:44:05.667Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T02:44:05.667Z | + mkdir -p /home/build |
13 | 2024-05-03T02:44:05.667Z | + chown build:build /home/build /work |
14 | 2024-05-03T02:44:07.678Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T02:44:07.688Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-05-03T02:44:07.707Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T02:44:07.713Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T02:44:07.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T02:44:07.840Z | info: downloading installer |
20 | 2024-05-03T02:44:12.714Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T02:44:12.714Z | warning: /opt/ooce/bin |
22 | 2024-05-03T02:44:12.714Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T02:44:12.714Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T02:44:12.715Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T02:44:12.715Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T02:44:12.715Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T02:44:12.715Z | error: cannot install while Rust is installed |
28 | 2024-05-03T02:44:12.715Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T02:44:12.715Z | info: profile set to 'default' |
30 | 2024-05-03T02:44:12.715Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T02:44:12.715Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T02:44:12.715Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T02:44:12.715Z | info: downloading component 'cargo' |
34 | 2024-05-03T02:44:12.715Z | info: downloading component 'clippy' |
35 | 2024-05-03T02:44:12.715Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T02:44:12.867Z | info: downloading component 'rust-std' |
37 | 2024-05-03T02:44:15.048Z | info: downloading component 'rustc' |
38 | 2024-05-03T02:44:20.652Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T02:44:21.027Z | info: installing component 'cargo' |
40 | 2024-05-03T02:44:21.840Z | info: installing component 'clippy' |
41 | 2024-05-03T02:44:22.189Z | info: installing component 'rust-docs' |
42 | 2024-05-03T02:44:23.715Z | info: installing component 'rust-std' |
43 | 2024-05-03T02:44:25.516Z | info: installing component 'rustc' |
44 | 2024-05-03T02:44:29.696Z | info: installing component 'rustfmt' |
45 | 2024-05-03T02:44:30.038Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T02:44:30.038Z | |
47 | 2024-05-03T02:44:30.309Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T02:44:30.309Z | |
49 | 2024-05-03T02:44:30.313Z | |
50 | 2024-05-03T02:44:30.313Z | Rust is installed now. Great! |
51 | 2024-05-03T02:44:30.313Z | |
52 | 2024-05-03T02:44:30.313Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T02:44:30.313Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T02:44:30.313Z | |
55 | 2024-05-03T02:44:30.313Z | To configure your current shell, you need to source |
56 | 2024-05-03T02:44:30.313Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T02:44:30.313Z | |
58 | 2024-05-03T02:44:30.313Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T02:44:30.313Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T02:44:30.313Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T02:44:30.387Z | + rustc --version |
62 | 2024-05-03T02:44:30.454Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T02:44:30.460Z | process exited: duration 22744 ms, exit code 0 |
|
64 | 2024-05-03T02:44:30.466Z | starting task 2: "authentication" |
65 | 2024-05-03T02:44:30.488Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-03T02:44:30.494Z | starting task 3: "clone repository" |
67 | 2024-05-03T02:44:30.499Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T02:44:30.502Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T02:44:30.806Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T02:44:31.896Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T02:44:31.896Z | + git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d |
72 | 2024-05-03T02:44:32.290Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T02:44:32.290Z | * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD |
74 | 2024-05-03T02:44:32.301Z | + [[ -n '' ]] |
75 | 2024-05-03T02:44:32.301Z | + git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d |
76 | 2024-05-03T02:44:32.307Z | HEAD is now at 31bff50 workaround |
77 | 2024-05-03T02:44:32.308Z | process exited: duration 1807 ms, exit code 0 |
|
78 | 2024-05-03T02:44:32.319Z | starting task 4: "build" |
79 | 2024-05-03T02:44:32.332Z | ++ cargo --version |
80 | 2024-05-03T02:44:32.338Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-05-03T02:44:32.477Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-05-03T02:44:32.477Z | info: downloading component 'cargo' |
83 | 2024-05-03T02:44:33.272Z | info: downloading component 'clippy' |
84 | 2024-05-03T02:44:33.534Z | info: downloading component 'rust-docs' |
85 | 2024-05-03T02:44:34.594Z | info: downloading component 'rust-std' |
86 | 2024-05-03T02:44:36.180Z | info: downloading component 'rustc' |
87 | 2024-05-03T02:44:40.398Z | info: downloading component 'rustfmt' |
88 | 2024-05-03T02:44:40.695Z | info: installing component 'cargo' |
89 | 2024-05-03T02:44:41.506Z | info: installing component 'clippy' |
90 | 2024-05-03T02:44:41.834Z | info: installing component 'rust-docs' |
91 | 2024-05-03T02:44:43.308Z | info: installing component 'rust-std' |
92 | 2024-05-03T02:44:44.873Z | info: installing component 'rustc' |
93 | 2024-05-03T02:44:48.922Z | info: installing component 'rustfmt' |
94 | 2024-05-03T02:44:49.298Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-05-03T02:44:49.301Z | ++ rustc --version |
96 | 2024-05-03T02:44:49.385Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-05-03T02:44:49.397Z | ++ dladm |
98 | 2024-05-03T02:44:49.397Z | LINK CLASS MTU STATE BRIDGE OVER |
99 | 2024-05-03T02:44:49.397Z | ena0 phys 9216 up -- -- |
100 | 2024-05-03T02:44:49.397Z | ++ ipadm |
101 | 2024-05-03T02:44:49.397Z | ADDROBJ TYPE STATE ADDR |
102 | 2024-05-03T02:44:49.397Z | lo0/v4 static ok 127.0.0.1/8 |
103 | 2024-05-03T02:44:49.397Z | ena0/dhcp dhcp ok 10.150.1.134/24 |
104 | 2024-05-03T02:44:49.397Z | lo0/v6 static ok ::1/128 |
105 | 2024-05-03T02:44:49.398Z | ++ banner collect |
106 | 2024-05-03T02:44:49.408Z | |
107 | 2024-05-03T02:44:49.409Z | #### #### # # ###### #### ##### |
108 | 2024-05-03T02:44:49.409Z | # # # # # # # # # # |
109 | 2024-05-03T02:44:49.409Z | # # # # # ##### # # |
110 | 2024-05-03T02:44:49.409Z | # # # # # # # # |
111 | 2024-05-03T02:44:49.409Z | # # # # # # # # # # |
112 | 2024-05-03T02:44:49.409Z | #### #### ###### ###### ###### #### # |
113 | 2024-05-03T02:44:49.409Z | |
114 | 2024-05-03T02:44:49.409Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
115 | 2024-05-03T02:44:49.409Z | ++ repo=softnpu |
116 | 2024-05-03T02:44:49.410Z | ++ series=image |
117 | 2024-05-03T02:44:49.410Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
118 | 2024-05-03T02:44:49.410Z | ++ name=softnpu |
119 | 2024-05-03T02:44:49.410Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
120 | 2024-05-03T02:44:49.410Z | ++ mkdir -p download |
121 | 2024-05-03T02:44:49.410Z | ++ pushd download |
122 | 2024-05-03T02:44:49.410Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
123 | 2024-05-03T02:44:49.410Z | ++ [[ ! -f softnpu ]] |
124 | 2024-05-03T02:44:49.411Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
125 | 2024-05-03T02:44:49.411Z | % Total % Received % Xferd Average Speed Time Time Time Current |
126 | 2024-05-03T02:44:49.411Z | Dload Upload Total Spent Left Speed |
127 | 2024-05-03T02:44:57.699Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
8 21.8M 8 1851k 0 0 1795k 0 0:00:12 0:00:01 0:00:11 1796k
53 21.8M 53 11.7M 0 0 5545k 0 0:00:04 0:00:02 0:00:02 5547k
58 21.8M 58 12.7M 0 0 3789k 0 0:00:05 0:00:03 0:00:02 3790k
67 21.8M 67 14.8M 0 0 3698k 0 0:00:06 0:00:04 0:00:02 3699k
72 21.8M 72 15.7M 0 0 3237k 0 0:00:06 0:00:04 0:00:02 3237k
76 21.8M 76 16.6M 0 0 2890k 0 0:00:07 0:00:05 0:00:02 3123k
80 21.8M 80 17.6M 0 0 2314k 0 0:00:09 0:00:07 0:00:02 1067k
80 21.8M 80 17.6M 0 0 2251k 0 0:00:09 0:00:08 0:00:01 1103k
100 21.8M 100 21.8M 0 0 2701k 0 0:00:08 0:00:08 --:--:-- 1719k |
128 | 2024-05-03T02:44:57.703Z | ++ popd |
129 | 2024-05-03T02:44:57.704Z | /work/oxidecomputer/maghemite |
130 | 2024-05-03T02:44:57.704Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
131 | 2024-05-03T02:44:57.704Z | ++ repo=sidecar-lite |
132 | 2024-05-03T02:44:57.704Z | ++ series=release |
133 | 2024-05-03T02:44:57.704Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
134 | 2024-05-03T02:44:57.704Z | ++ name=libsidecar_lite.so |
135 | 2024-05-03T02:44:57.704Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
136 | 2024-05-03T02:44:57.704Z | ++ mkdir -p download |
137 | 2024-05-03T02:44:57.704Z | ++ pushd download |
138 | 2024-05-03T02:44:57.704Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
139 | 2024-05-03T02:44:57.704Z | ++ [[ ! -f libsidecar_lite.so ]] |
140 | 2024-05-03T02:44:57.704Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
141 | 2024-05-03T02:44:57.704Z | % Total % Received % Xferd Average Speed Time Time Time Current |
142 | 2024-05-03T02:44:57.704Z | Dload Upload Total Spent Left Speed |
143 | 2024-05-03T02:45:07.122Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 20.3M 2 539k 0 0 396k 0 0:00:52 0:00:01 0:00:51 396k
4 20.3M 4 971k 0 0 546k 0 0:00:38 0:00:01 0:00:37 545k
4 20.3M 4 1003k 0 0 346k 0 0:00:59 0:00:02 0:00:57 346k
14 20.3M 14 2939k 0 0 816k 0 0:00:25 0:00:03 0:00:22 816k
17 20.3M 17 3683k 0 0 705k 0 0:00:29 0:00:05 0:00:24 705k
20 20.3M 20 4307k 0 0 759k 0 0:00:27 0:00:05 0:00:22 874k
29 20.3M 29 6087k 0 0 922k 0 0:00:22 0:00:06 0:00:16 1060k
63 20.3M 63 12.8M 0 0 1735k 0 0:00:11 0:00:07 0:00:04 2587k
75 20.3M 75 15.2M 0 0 1758k 0 0:00:11 0:00:08 0:00:03 2396k
100 20.3M 100 20.3M 0 0 2206k 0 0:00:09 0:00:09 --:--:-- 4070k |
144 | 2024-05-03T02:45:07.125Z | ++ popd |
145 | 2024-05-03T02:45:07.125Z | /work/oxidecomputer/maghemite |
146 | 2024-05-03T02:45:07.125Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
147 | 2024-05-03T02:45:07.125Z | ++ repo=sidecar-lite |
148 | 2024-05-03T02:45:07.125Z | ++ series=release |
149 | 2024-05-03T02:45:07.125Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
150 | 2024-05-03T02:45:07.125Z | ++ name=scadm |
151 | 2024-05-03T02:45:07.125Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
152 | 2024-05-03T02:45:07.125Z | ++ mkdir -p download |
153 | 2024-05-03T02:45:07.129Z | ++ pushd download |
154 | 2024-05-03T02:45:07.130Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
155 | 2024-05-03T02:45:07.130Z | ++ [[ ! -f scadm ]] |
156 | 2024-05-03T02:45:07.130Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
157 | 2024-05-03T02:45:07.133Z | % Total % Received % Xferd Average Speed Time Time Time Current |
158 | 2024-05-03T02:45:07.133Z | Dload Upload Total Spent Left Speed |
159 | 2024-05-03T02:45:17.286Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 22.7M 0 40764 0 0 152k 0 0:02:32 --:--:-- 0:02:32 152k
1 22.7M 1 395k 0 0 281k 0 0:01:22 0:00:01 0:01:21 281k
1 22.7M 1 411k 0 0 170k 0 0:02:16 0:00:02 0:02:14 170k
5 22.7M 5 1315k 0 0 376k 0 0:01:02 0:00:03 0:00:59 376k
7 22.7M 7 1667k 0 0 377k 0 0:01:01 0:00:04 0:00:57 377k
18 22.7M 18 4295k 0 0 832k 0 0:00:28 0:00:05 0:00:23 868k
30 22.7M 30 7011k 0 0 1104k 0 0:00:21 0:00:06 0:00:15 1338k
65 22.7M 65 15.0M 0 0 2099k 0 0:00:11 0:00:07 0:00:04 3047k
71 22.7M 71 16.2M 0 0 1935k 0 0:00:12 0:00:08 0:00:04 3005k
73 22.7M 73 16.6M 0 0 1791k 0 0:00:13 0:00:09 0:00:04 3015k
100 22.7M 100 22.7M 0 0 2302k 0 0:00:10 0:00:10 --:--:-- 3827k |
160 | 2024-05-03T02:45:17.312Z | ++ popd |
161 | 2024-05-03T02:45:17.312Z | /work/oxidecomputer/maghemite |
162 | 2024-05-03T02:45:17.312Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
163 | 2024-05-03T02:45:17.312Z | ++ repo=dendrite |
164 | 2024-05-03T02:45:17.312Z | ++ series=image |
165 | 2024-05-03T02:45:17.312Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
166 | 2024-05-03T02:45:17.312Z | ++ name=dendrite-softnpu.tar.gz |
167 | 2024-05-03T02:45:17.312Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
168 | 2024-05-03T02:45:17.312Z | ++ mkdir -p download |
169 | 2024-05-03T02:45:17.312Z | ++ pushd download |
170 | 2024-05-03T02:45:17.312Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
171 | 2024-05-03T02:45:17.313Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
172 | 2024-05-03T02:45:17.313Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
173 | 2024-05-03T02:45:17.313Z | % Total % Received % Xferd Average Speed Time Time Time Current |
174 | 2024-05-03T02:45:17.313Z | Dload Upload Total Spent Left Speed |
175 | 2024-05-03T02:45:31.332Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 37.5M 1 487k 0 0 454k 0 0:01:24 0:00:01 0:01:23 454k
3 37.5M 3 1327k 0 0 660k 0 0:00:58 0:00:02 0:00:56 660k
10 37.5M 10 3891k 0 0 1291k 0 0:00:29 0:00:03 0:00:26 1291k
17 37.5M 17 6651k 0 0 1630k 0 0:00:23 0:00:04 0:00:19 1629k
18 37.5M 18 7283k 0 0 1345k 0 0:00:28 0:00:05 0:00:23 1347k
21 37.5M 21 8259k 0 0 1308k 0 0:00:29 0:00:06 0:00:23 1483k
33 37.5M 33 12.4M 0 0 1782k 0 0:00:21 0:00:07 0:00:14 2221k
37 37.5M 37 14.1M 0 0 1813k 0 0:00:21 0:00:08 0:00:13 2127k
57 37.5M 57 21.5M 0 0 2430k 0 0:00:15 0:00:09 0:00:06 3083k
77 37.5M 77 29.0M 0 0 2926k 0 0:00:13 0:00:10 0:00:03 4729k
80 37.5M 80 30.1M 0 0 2766k 0 0:00:13 0:00:11 0:00:02 4661k
86 37.5M 86 32.3M 0 0 2756k 0 0:00:13 0:00:12 0:00:01 4175k
95 37.5M 95 36.0M 0 0 2753k 0 0:00:13 0:00:13 --:--:-- 4149k
97 37.5M 97 36.6M 0 0 2678k 0 0:00:14 0:00:14 --:--:-- 3133k
100 37.5M 100 37.5M 0 0 2739k 0 0:00:14 0:00:14 --:--:-- 2249k |
176 | 2024-05-03T02:45:31.335Z | ++ popd |
177 | 2024-05-03T02:45:31.335Z | /work/oxidecomputer/maghemite |
178 | 2024-05-03T02:45:31.339Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd |
179 | 2024-05-03T02:45:31.339Z | ++ repo=maghemite |
180 | 2024-05-03T02:45:31.339Z | ++ series=release |
181 | 2024-05-03T02:45:31.339Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
182 | 2024-05-03T02:45:31.339Z | ++ name=ddmd |
183 | 2024-05-03T02:45:31.339Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
184 | 2024-05-03T02:45:31.339Z | ++ mkdir -p download |
185 | 2024-05-03T02:45:31.339Z | ++ pushd download |
186 | 2024-05-03T02:45:31.339Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
187 | 2024-05-03T02:45:31.339Z | ++ [[ ! -f ddmd ]] |
188 | 2024-05-03T02:45:31.339Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd |
189 | 2024-05-03T02:45:31.347Z | % Total % Received % Xferd Average Speed Time Time Time Current |
190 | 2024-05-03T02:45:31.347Z | Dload Upload Total Spent Left Speed |
191 | 2024-05-03T02:45:44.645Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
5 27.6M 5 1607k 0 0 1650k 0 0:00:17 --:--:-- 0:00:17 1650k
6 27.6M 6 1947k 0 0 916k 0 0:00:30 0:00:02 0:00:28 916k
6 27.6M 6 1947k 0 0 623k 0 0:00:45 0:00:03 0:00:42 623k
34 27.6M 34 9899k 0 0 2035k 0 0:00:13 0:00:04 0:00:09 2035k
34 27.6M 34 9899k 0 0 1688k 0 0:00:16 0:00:05 0:00:11 1688k
34 27.6M 34 9899k 0 0 1465k 0 0:00:19 0:00:06 0:00:13 1434k
37 27.6M 37 10.2M 0 0 1456k 0 0:00:19 0:00:07 0:00:12 1683k
48 27.6M 48 13.5M 0 0 1638k 0 0:00:17 0:00:08 0:00:09 2235k
51 27.6M 51 14.2M 0 0 1631k 0 0:00:17 0:00:08 0:00:09 1152k
67 27.6M 67 18.6M 0 0 1920k 0 0:00:14 0:00:09 0:00:05 2254k
72 27.6M 72 20.1M 0 0 1845k 0 0:00:15 0:00:11 0:00:04 2423k
78 27.6M 78 21.7M 0 0 1853k 0 0:00:15 0:00:12 0:00:03 2446k
85 27.6M 85 23.6M 0 0 1825k 0 0:00:15 0:00:13 0:00:02 2152k
100 27.6M 100 27.6M 0 0 2128k 0 0:00:13 0:00:13 --:--:-- 3157k |
192 | 2024-05-03T02:45:44.648Z | ++ popd |
193 | 2024-05-03T02:45:44.654Z | /work/oxidecomputer/maghemite |
194 | 2024-05-03T02:45:44.654Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm |
195 | 2024-05-03T02:45:44.654Z | ++ repo=maghemite |
196 | 2024-05-03T02:45:44.654Z | ++ series=release |
197 | 2024-05-03T02:45:44.654Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
198 | 2024-05-03T02:45:44.654Z | ++ name=ddmadm |
199 | 2024-05-03T02:45:44.654Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
200 | 2024-05-03T02:45:44.654Z | ++ mkdir -p download |
201 | 2024-05-03T02:45:44.654Z | ++ pushd download |
202 | 2024-05-03T02:45:44.655Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
203 | 2024-05-03T02:45:44.655Z | ++ [[ ! -f ddmadm ]] |
204 | 2024-05-03T02:45:44.655Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm |
205 | 2024-05-03T02:45:44.659Z | % Total % Received % Xferd Average Speed Time Time Time Current |
206 | 2024-05-03T02:45:44.659Z | Dload Upload Total Spent Left Speed |
207 | 2024-05-03T02:45:51.619Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 30.5M 6 2043k 0 0 3177k 0 0:00:09 --:--:-- 0:00:09 3173k
20 30.5M 20 6299k 0 0 3385k 0 0:00:09 0:00:01 0:00:08 3385k
40 30.5M 40 12.5M 0 0 4114k 0 0:00:07 0:00:03 0:00:04 4115k
59 30.5M 59 18.2M 0 0 4967k 0 0:00:06 0:00:03 0:00:03 4967k
60 30.5M 60 18.3M 0 0 3972k 0 0:00:07 0:00:04 0:00:03 3972k
78 30.5M 78 23.8M 0 0 4324k 0 0:00:07 0:00:05 0:00:02 4472k
89 30.5M 89 27.1M 0 0 4028k 0 0:00:07 0:00:06 0:00:01 4266k
100 30.5M 100 30.5M 0 0 4493k 0 0:00:06 0:00:06 --:--:-- 4799k |
208 | 2024-05-03T02:45:51.622Z | ++ popd |
209 | 2024-05-03T02:45:51.625Z | /work/oxidecomputer/maghemite |
210 | 2024-05-03T02:45:51.625Z | ++ pushd download |
211 | 2024-05-03T02:45:51.625Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
212 | 2024-05-03T02:45:51.625Z | ++ chmod +x softnpu |
213 | 2024-05-03T02:45:51.625Z | ++ chmod +x scadm |
214 | 2024-05-03T02:45:51.629Z | ++ chmod +x ddmadm |
215 | 2024-05-03T02:45:51.629Z | ++ chmod +x ddmd |
216 | 2024-05-03T02:45:51.632Z | ++ mv ddmadm ddmadm-v1 |
217 | 2024-05-03T02:45:51.632Z | ++ mv ddmd ddmd-v1 |
218 | 2024-05-03T02:45:51.635Z | ++ rm -rf zones/dendrite |
219 | 2024-05-03T02:45:51.635Z | ++ mkdir -p zones/dendrite |
220 | 2024-05-03T02:45:51.640Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
221 | 2024-05-03T02:45:52.385Z | ++ popd |
222 | 2024-05-03T02:45:52.386Z | /work/oxidecomputer/maghemite |
223 | 2024-05-03T02:45:52.386Z | ++ banner install |
224 | 2024-05-03T02:45:52.390Z | |
225 | 2024-05-03T02:45:52.390Z | # # # #### ##### ## # # |
226 | 2024-05-03T02:45:52.390Z | # ## # # # # # # # |
227 | 2024-05-03T02:45:52.390Z | # # # # #### # # # # # |
228 | 2024-05-03T02:45:52.390Z | # # # # # # ###### # # |
229 | 2024-05-03T02:45:52.390Z | # # ## # # # # # # # |
230 | 2024-05-03T02:45:52.390Z | # # # #### # # # ###### ###### |
231 | 2024-05-03T02:45:52.390Z | |
232 | 2024-05-03T02:45:52.390Z | ++ pkg info brand/sparse |
233 | 2024-05-03T02:45:52.390Z | ++ grep -qi installed |
234 | 2024-05-03T02:45:57.772Z | pkg: info: no packages matching the following patterns you specified are |
235 | 2024-05-03T02:45:57.772Z | installed on the system. Try querying remotely instead: |
236 | 2024-05-03T02:45:57.772Z | |
237 | 2024-05-03T02:45:57.772Z | brand/sparse |
238 | 2024-05-03T02:45:57.813Z | ++ [[ 1 != 0 ]] |
239 | 2024-05-03T02:45:57.813Z | ++ set -o errexit |
240 | 2024-05-03T02:45:57.813Z | ++ pfexec pkg install brand/sparse |
241 | 2024-05-03T02:46:01.369Z | Startup: Refreshing catalog 'helios-dev' ... Done |
242 | 2024-05-03T02:46:03.084Z | Startup: Caching catalogs ... Done |
243 | 2024-05-03T02:46:05.922Z | Planning: Solver setup ... Done |
244 | 2024-05-03T02:46:05.927Z | Planning: Running solver ... Done |
245 | 2024-05-03T02:46:06.012Z | Planning: Finding local manifests ... Done |
246 | 2024-05-03T02:46:06.039Z | Planning: Fetching manifests: 0/1 0% complete |
247 | 2024-05-03T02:46:06.145Z | Planning: Fetching manifests: 1/1 100% complete |
248 | 2024-05-03T02:46:06.164Z | Planning: Package planning ... Done |
249 | 2024-05-03T02:46:06.172Z | Planning: Merging actions ... Done |
250 | 2024-05-03T02:46:06.595Z | Planning: Checking for conflicting actions ... Done |
251 | 2024-05-03T02:46:06.598Z | Planning: Consolidating action changes ... Done |
252 | 2024-05-03T02:46:12.039Z | Planning: Evaluating mediators ... Done |
253 | 2024-05-03T02:46:12.043Z | Planning: Planning completed in 8.89 seconds |
254 | 2024-05-03T02:46:12.301Z | Packages to install: 1 |
255 | 2024-05-03T02:46:12.301Z | Create boot environment: No |
256 | 2024-05-03T02:46:12.301Z | Create backup boot environment: No |
257 | 2024-05-03T02:46:12.377Z | |
258 | 2024-05-03T02:46:12.377Z | Download: 0/16 items 0.0/0.0MB 0% complete |
259 | 2024-05-03T02:46:12.440Z | Download: Completed 23.56 kB in 0.06 seconds (377k/s) |
260 | 2024-05-03T02:46:12.510Z | Actions: 1/32 actions (Installing new actions) |
261 | 2024-05-03T02:46:12.516Z | Actions: Completed 32 actions in 0.01 seconds. |
262 | 2024-05-03T02:46:12.713Z | Done |
263 | 2024-05-03T02:46:12.713Z | Done |
264 | 2024-05-03T02:46:12.970Z | Done |
265 | 2024-05-03T02:46:17.812Z | Done |
266 | 2024-05-03T02:46:17.990Z | Done |
267 | 2024-05-03T02:46:17.995Z | Done |
268 | 2024-05-03T02:46:18.061Z | Done |
269 | 2024-05-03T02:46:18.304Z | ++ set -o errexit |
270 | 2024-05-03T02:46:18.304Z | ++ set -o pipefail |
271 | 2024-05-03T02:46:18.304Z | ++ banner build |
272 | 2024-05-03T02:46:18.307Z | |
273 | 2024-05-03T02:46:18.307Z | ##### # # # # ##### |
274 | 2024-05-03T02:46:18.307Z | # # # # # # # # |
275 | 2024-05-03T02:46:18.307Z | ##### # # # # # # |
276 | 2024-05-03T02:46:18.307Z | # # # # # # # # |
277 | 2024-05-03T02:46:18.308Z | # # # # # # # # |
278 | 2024-05-03T02:46:18.308Z | ##### #### # ###### ##### |
279 | 2024-05-03T02:46:18.308Z | |
280 | 2024-05-03T02:46:18.308Z | ++ cargo build --release --bin ddmd --bin ddmadm |
281 | 2024-05-03T02:46:18.456Z | Updating crates.io index |
282 | 2024-05-03T02:46:18.459Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-05-03T02:46:19.224Z | From https://github.com/oxidecomputer/falcon |
284 | 2024-05-03T02:46:19.224Z | * [new branch] main -> origin/main |
285 | 2024-05-03T02:46:19.227Z | * [new ref] -> origin/HEAD |
286 | 2024-05-03T02:46:19.414Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
287 | 2024-05-03T02:46:21.390Z | From https://github.com/oxidecomputer/dendrite |
288 | 2024-05-03T02:46:21.390Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
289 | 2024-05-03T02:46:21.398Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
290 | 2024-05-03T02:46:21.398Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
291 | 2024-05-03T02:46:21.398Z | * [new branch] compliance -> origin/compliance |
292 | 2024-05-03T02:46:21.398Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
293 | 2024-05-03T02:46:21.398Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
294 | 2024-05-03T02:46:21.398Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
295 | 2024-05-03T02:46:21.398Z | * [new branch] helios2 -> origin/helios2 |
296 | 2024-05-03T02:46:21.398Z | * [new branch] mac-build -> origin/mac-build |
297 | 2024-05-03T02:46:21.398Z | * [new branch] main -> origin/main |
298 | 2024-05-03T02:46:21.398Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
299 | 2024-05-03T02:46:21.398Z | * [new branch] nat_rpw -> origin/nat_rpw |
300 | 2024-05-03T02:46:21.398Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
301 | 2024-05-03T02:46:21.399Z | * [new branch] port-id -> origin/port-id |
302 | 2024-05-03T02:46:21.399Z | * [new branch] reflection-tests -> origin/reflection-tests |
303 | 2024-05-03T02:46:21.399Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
304 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
305 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
306 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
307 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
308 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
309 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
310 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
311 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
312 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
313 | 2024-05-03T02:46:21.399Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
314 | 2024-05-03T02:46:21.399Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
315 | 2024-05-03T02:46:21.399Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
316 | 2024-05-03T02:46:21.399Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
317 | 2024-05-03T02:46:21.399Z | * [new branch] update-oximeter -> origin/update-oximeter |
318 | 2024-05-03T02:46:21.399Z | * [new branch] updates -> origin/updates |
319 | 2024-05-03T02:46:21.399Z | * [new ref] -> origin/HEAD |
320 | 2024-05-03T02:46:21.399Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
321 | 2024-05-03T02:46:21.399Z | From https://github.com/oxidecomputer/dropshot |
322 | 2024-05-03T02:46:21.399Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
323 | 2024-05-03T02:46:21.399Z | * [new branch] async -> origin/async |
324 | 2024-05-03T02:46:21.400Z | * [new branch] build-o-mat -> origin/build-o-mat |
325 | 2024-05-03T02:46:21.400Z | * [new branch] camel -> origin/camel |
326 | 2024-05-03T02:46:21.400Z | * [new branch] carets -> origin/carets |
327 | 2024-05-03T02:46:21.400Z | * [new branch] changes -> origin/changes |
328 | 2024-05-03T02:46:21.400Z | * [new branch] ci-version -> origin/ci-version |
329 | 2024-05-03T02:46:21.400Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
330 | 2024-05-03T02:46:21.400Z | * [new branch] clippy -> origin/clippy |
331 | 2024-05-03T02:46:21.400Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
332 | 2024-05-03T02:46:21.400Z | * [new branch] clone -> origin/clone |
333 | 2024-05-03T02:46:21.400Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
334 | 2024-05-03T02:46:21.400Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
335 | 2024-05-03T02:46:21.400Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
336 | 2024-05-03T02:46:21.400Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
337 | 2024-05-03T02:46:21.400Z | * [new branch] doc -> origin/doc |
338 | 2024-05-03T02:46:21.400Z | * [new branch] err -> origin/err |
339 | 2024-05-03T02:46:21.400Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
340 | 2024-05-03T02:46:21.400Z | * [new branch] expectorate -> origin/expectorate |
341 | 2024-05-03T02:46:21.400Z | * [new branch] extracted -> origin/extracted |
342 | 2024-05-03T02:46:21.400Z | * [new branch] fix_tests -> origin/fix_tests |
343 | 2024-05-03T02:46:21.400Z | * [new branch] fmt2 -> origin/fmt2 |
344 | 2024-05-03T02:46:21.400Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
345 | 2024-05-03T02:46:21.400Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
346 | 2024-05-03T02:46:21.400Z | * [new branch] main -> origin/main |
347 | 2024-05-03T02:46:21.401Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
348 | 2024-05-03T02:46:21.401Z | * [new branch] merge-server-config -> origin/merge-server-config |
349 | 2024-05-03T02:46:21.401Z | * [new branch] multi-api -> origin/multi-api |
350 | 2024-05-03T02:46:21.401Z | * [new branch] multiverse -> origin/multiverse |
351 | 2024-05-03T02:46:21.401Z | * [new branch] openapi -> origin/openapi |
352 | 2024-05-03T02:46:21.401Z | * [new branch] openapi2 -> origin/openapi2 |
353 | 2024-05-03T02:46:21.401Z | * [new branch] port-fix-better -> origin/port-fix-better |
354 | 2024-05-03T02:46:21.401Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
355 | 2024-05-03T02:46:21.401Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
356 | 2024-05-03T02:46:21.401Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
357 | 2024-05-03T02:46:21.401Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
358 | 2024-05-03T02:46:21.401Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
359 | 2024-05-03T02:46:21.401Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
360 | 2024-05-03T02:46:21.401Z | * [new branch] server-log -> origin/server-log |
361 | 2024-05-03T02:46:21.401Z | * [new branch] simple-headers -> origin/simple-headers |
362 | 2024-05-03T02:46:21.401Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
363 | 2024-05-03T02:46:21.401Z | * [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 |
364 | 2024-05-03T02:46:21.401Z | * [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 |
365 | 2024-05-03T02:46:21.401Z | * [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 |
366 | 2024-05-03T02:46:21.402Z | * [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 |
367 | 2024-05-03T02:46:21.402Z | * [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 |
368 | 2024-05-03T02:46:21.402Z | * [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 |
369 | 2024-05-03T02:46:21.402Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
370 | 2024-05-03T02:46:21.402Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
371 | 2024-05-03T02:46:21.402Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
372 | 2024-05-03T02:46:21.402Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
373 | 2024-05-03T02:46:21.402Z | * [new branch] websockets -> origin/websockets |
374 | 2024-05-03T02:46:21.402Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
375 | 2024-05-03T02:46:21.402Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
376 | 2024-05-03T02:46:21.402Z | * [new ref] -> origin/HEAD |
377 | 2024-05-03T02:46:21.402Z | * [new tag] v0.10.0 -> v0.10.0 |
378 | 2024-05-03T02:46:21.402Z | * [new tag] v0.3.0 -> v0.3.0 |
379 | 2024-05-03T02:46:21.402Z | * [new tag] v0.4.0 -> v0.4.0 |
380 | 2024-05-03T02:46:21.402Z | * [new tag] v0.5.0 -> v0.5.0 |
381 | 2024-05-03T02:46:21.402Z | * [new tag] v0.5.1 -> v0.5.1 |
382 | 2024-05-03T02:46:21.402Z | * [new tag] v0.6.0 -> v0.6.0 |
383 | 2024-05-03T02:46:21.402Z | * [new tag] v0.7.0 -> v0.7.0 |
384 | 2024-05-03T02:46:21.402Z | * [new tag] v0.8.0 -> v0.8.0 |
385 | 2024-05-03T02:46:21.402Z | * [new tag] v0.9.0 -> v0.9.0 |
386 | 2024-05-03T02:46:21.402Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
387 | 2024-05-03T02:46:21.787Z | From https://github.com/oxidecomputer/ispf |
388 | 2024-05-03T02:46:21.787Z | * [new branch] main -> origin/main |
389 | 2024-05-03T02:46:21.790Z | * [new ref] -> origin/HEAD |
390 | 2024-05-03T02:46:21.805Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
391 | 2024-05-03T02:46:22.429Z | From https://github.com/oxidecomputer/netadm-sys |
392 | 2024-05-03T02:46:22.429Z | * [new branch] compile-macos -> origin/compile-macos |
393 | 2024-05-03T02:46:22.432Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
394 | 2024-05-03T02:46:22.432Z | * [new branch] gh-pages -> origin/gh-pages |
395 | 2024-05-03T02:46:22.432Z | * [new branch] main -> origin/main |
396 | 2024-05-03T02:46:22.432Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
397 | 2024-05-03T02:46:22.432Z | * [new branch] siocgnds -> origin/siocgnds |
398 | 2024-05-03T02:46:22.432Z | * [new ref] -> origin/HEAD |
399 | 2024-05-03T02:46:22.442Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
400 | 2024-05-03T02:46:27.531Z | From https://github.com/oxidecomputer/omicron |
401 | 2024-05-03T02:46:27.531Z | * [new branch] 267 -> origin/267 |
402 | 2024-05-03T02:46:27.539Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
403 | 2024-05-03T02:46:27.539Z | * [new branch] a4x2 -> origin/a4x2 |
404 | 2024-05-03T02:46:27.539Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
405 | 2024-05-03T02:46:27.540Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
406 | 2024-05-03T02:46:27.540Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
407 | 2024-05-03T02:46:27.540Z | * [new branch] add-global-api -> origin/add-global-api |
408 | 2024-05-03T02:46:27.540Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
409 | 2024-05-03T02:46:27.540Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
410 | 2024-05-03T02:46:27.540Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
411 | 2024-05-03T02:46:27.540Z | * [new branch] andy/chronylocal -> origin/andy/chronylocal |
412 | 2024-05-03T02:46:27.540Z | * [new branch] andy/project -> origin/andy/project |
413 | 2024-05-03T02:46:27.540Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
414 | 2024-05-03T02:46:27.540Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
415 | 2024-05-03T02:46:27.540Z | * [new branch] archived/disks -> origin/archived/disks |
416 | 2024-05-03T02:46:27.540Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
417 | 2024-05-03T02:46:27.540Z | * [new branch] archived/extractors -> origin/archived/extractors |
418 | 2024-05-03T02:46:27.540Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
419 | 2024-05-03T02:46:27.540Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
420 | 2024-05-03T02:46:27.540Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
421 | 2024-05-03T02:46:27.540Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
422 | 2024-05-03T02:46:27.540Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
423 | 2024-05-03T02:46:27.540Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
424 | 2024-05-03T02:46:27.540Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
425 | 2024-05-03T02:46:27.540Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
426 | 2024-05-03T02:46:27.540Z | * [new branch] archived/logging -> origin/archived/logging |
427 | 2024-05-03T02:46:27.540Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
428 | 2024-05-03T02:46:27.541Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
429 | 2024-05-03T02:46:27.541Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
430 | 2024-05-03T02:46:27.541Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
431 | 2024-05-03T02:46:27.541Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
432 | 2024-05-03T02:46:27.541Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
433 | 2024-05-03T02:46:27.541Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
434 | 2024-05-03T02:46:27.541Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
435 | 2024-05-03T02:46:27.541Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
436 | 2024-05-03T02:46:27.541Z | * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities |
437 | 2024-05-03T02:46:27.541Z | * [new branch] authz-role-test -> origin/authz-role-test |
438 | 2024-05-03T02:46:27.541Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
439 | 2024-05-03T02:46:27.541Z | * [new branch] bigger-disks -> origin/bigger-disks |
440 | 2024-05-03T02:46:27.541Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
441 | 2024-05-03T02:46:27.541Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
442 | 2024-05-03T02:46:27.541Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
443 | 2024-05-03T02:46:27.541Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
444 | 2024-05-03T02:46:27.541Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
445 | 2024-05-03T02:46:27.541Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
446 | 2024-05-03T02:46:27.541Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
447 | 2024-05-03T02:46:27.541Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
448 | 2024-05-03T02:46:27.541Z | * [new branch] clippy -> origin/clippy |
449 | 2024-05-03T02:46:27.541Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
450 | 2024-05-03T02:46:27.541Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
451 | 2024-05-03T02:46:27.541Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
452 | 2024-05-03T02:46:27.542Z | * [new branch] conform-m2 -> origin/conform-m2 |
453 | 2024-05-03T02:46:27.542Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
454 | 2024-05-03T02:46:27.542Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
455 | 2024-05-03T02:46:27.542Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
456 | 2024-05-03T02:46:27.542Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
457 | 2024-05-03T02:46:27.542Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
458 | 2024-05-03T02:46:27.542Z | * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup |
459 | 2024-05-03T02:46:27.542Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
460 | 2024-05-03T02:46:27.542Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
461 | 2024-05-03T02:46:27.542Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
462 | 2024-05-03T02:46:27.542Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
463 | 2024-05-03T02:46:27.542Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
464 | 2024-05-03T02:46:27.542Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
465 | 2024-05-03T02:46:27.542Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
466 | 2024-05-03T02:46:27.542Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
467 | 2024-05-03T02:46:27.542Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
468 | 2024-05-03T02:46:27.542Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
469 | 2024-05-03T02:46:27.542Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
470 | 2024-05-03T02:46:27.542Z | * [new branch] dap/update-control -> origin/dap/update-control |
471 | 2024-05-03T02:46:27.542Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
472 | 2024-05-03T02:46:27.542Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
473 | 2024-05-03T02:46:27.542Z | * [new branch] dead-roaches -> origin/dead-roaches |
474 | 2024-05-03T02:46:27.542Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
475 | 2024-05-03T02:46:27.543Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
476 | 2024-05-03T02:46:27.543Z | * [new branch] demo -> origin/demo |
477 | 2024-05-03T02:46:27.543Z | * [new branch] demo_m2 -> origin/demo_m2 |
478 | 2024-05-03T02:46:27.543Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
479 | 2024-05-03T02:46:27.543Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
480 | 2024-05-03T02:46:27.543Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
481 | 2024-05-03T02:46:27.543Z | * [new branch] dns-dataset -> origin/dns-dataset |
482 | 2024-05-03T02:46:27.543Z | * [new branch] document-external-internal -> origin/document-external-internal |
483 | 2024-05-03T02:46:27.543Z | * [new branch] dropshot-local -> origin/dropshot-local |
484 | 2024-05-03T02:46:27.543Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
485 | 2024-05-03T02:46:27.543Z | * [new branch] eliza/instance-updater -> origin/eliza/instance-updater |
486 | 2024-05-03T02:46:27.543Z | * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw |
487 | 2024-05-03T02:46:27.543Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
488 | 2024-05-03T02:46:27.543Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
489 | 2024-05-03T02:46:27.543Z | * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str |
490 | 2024-05-03T02:46:27.543Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
491 | 2024-05-03T02:46:27.543Z | * [new branch] executor-fake -> origin/executor-fake |
492 | 2024-05-03T02:46:27.543Z | * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks |
493 | 2024-05-03T02:46:27.543Z | * [new branch] external-service-allowlists -> origin/external-service-allowlists |
494 | 2024-05-03T02:46:27.543Z | * [new branch] external_log -> origin/external_log |
495 | 2024-05-03T02:46:27.543Z | * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock |
496 | 2024-05-03T02:46:27.543Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
497 | 2024-05-03T02:46:27.543Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
498 | 2024-05-03T02:46:27.543Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
499 | 2024-05-03T02:46:27.543Z | * [new branch] folgers -> origin/folgers |
500 | 2024-05-03T02:46:27.544Z | * [new branch] fromstr -> origin/fromstr |
501 | 2024-05-03T02:46:27.544Z | * [new branch] gateway -> origin/gateway |
502 | 2024-05-03T02:46:27.549Z | * [new branch] gateway_message_bump -> origin/gateway_message_bump |
503 | 2024-05-03T02:46:27.549Z | * [new branch] host-fake -> origin/host-fake |
504 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
505 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
506 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
507 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version |
508 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2 |
509 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2 |
510 | 2024-05-03T02:46:27.549Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
511 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
512 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
513 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
514 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
515 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
516 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
517 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
518 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/try -> origin/iliana/try |
519 | 2024-05-03T02:46:27.550Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
520 | 2024-05-03T02:46:27.550Z | * [new branch] illumos-ci -> origin/illumos-ci |
521 | 2024-05-03T02:46:27.550Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
522 | 2024-05-03T02:46:27.550Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
523 | 2024-05-03T02:46:27.550Z | * [new branch] issue-213-static -> origin/issue-213-static |
524 | 2024-05-03T02:46:27.550Z | * [new branch] issue-3432 -> origin/issue-3432 |
525 | 2024-05-03T02:46:27.550Z | * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw |
526 | 2024-05-03T02:46:27.550Z | * [new branch] jclulow -> origin/jclulow |
527 | 2024-05-03T02:46:27.550Z | * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state |
528 | 2024-05-03T02:46:27.550Z | * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const |
529 | 2024-05-03T02:46:27.550Z | * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial |
530 | 2024-05-03T02:46:27.550Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
531 | 2024-05-03T02:46:27.550Z | * [new branch] keeplogs -> origin/keeplogs |
532 | 2024-05-03T02:46:27.550Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
533 | 2024-05-03T02:46:27.550Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
534 | 2024-05-03T02:46:27.550Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
535 | 2024-05-03T02:46:27.551Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
536 | 2024-05-03T02:46:27.551Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
537 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
538 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
539 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
540 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
541 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
542 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
543 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
544 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
545 | 2024-05-03T02:46:27.551Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
546 | 2024-05-03T02:46:27.551Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
547 | 2024-05-03T02:46:27.551Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
548 | 2024-05-03T02:46:27.551Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
549 | 2024-05-03T02:46:27.551Z | * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid |
550 | 2024-05-03T02:46:27.551Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
551 | 2024-05-03T02:46:27.551Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
552 | 2024-05-03T02:46:27.551Z | * [new branch] main -> origin/main |
553 | 2024-05-03T02:46:27.551Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
554 | 2024-05-03T02:46:27.551Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
555 | 2024-05-03T02:46:27.551Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
556 | 2024-05-03T02:46:27.551Z | * [new branch] net-reorg -> origin/net-reorg |
557 | 2024-05-03T02:46:27.551Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
558 | 2024-05-03T02:46:27.552Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
559 | 2024-05-03T02:46:27.552Z | * [new branch] new-toolchain -> origin/new-toolchain |
560 | 2024-05-03T02:46:27.552Z | * [new branch] newfolgers -> origin/newfolgers |
561 | 2024-05-03T02:46:27.552Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
562 | 2024-05-03T02:46:27.552Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
563 | 2024-05-03T02:46:27.552Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
564 | 2024-05-03T02:46:27.552Z | * [new branch] omdb-physical-disks -> origin/omdb-physical-disks |
565 | 2024-05-03T02:46:27.552Z | * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables |
566 | 2024-05-03T02:46:27.552Z | * [new branch] omdb-services -> origin/omdb-services |
567 | 2024-05-03T02:46:27.552Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
568 | 2024-05-03T02:46:27.552Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
569 | 2024-05-03T02:46:27.552Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
570 | 2024-05-03T02:46:27.552Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
571 | 2024-05-03T02:46:27.552Z | * [new branch] oxpop -> origin/oxpop |
572 | 2024-05-03T02:46:27.552Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
573 | 2024-05-03T02:46:27.552Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
574 | 2024-05-03T02:46:27.552Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
575 | 2024-05-03T02:46:27.552Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
576 | 2024-05-03T02:46:27.552Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
577 | 2024-05-03T02:46:27.552Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
578 | 2024-05-03T02:46:27.552Z | * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x |
579 | 2024-05-03T02:46:27.552Z | * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x |
580 | 2024-05-03T02:46:27.552Z | * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x |
581 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x |
582 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
583 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x |
584 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x |
585 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
586 | 2024-05-03T02:46:27.553Z | * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x |
587 | 2024-05-03T02:46:27.553Z | * [new branch] reservoir -> origin/reservoir |
588 | 2024-05-03T02:46:27.553Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
589 | 2024-05-03T02:46:27.553Z | * [new branch] resource-identifier -> origin/resource-identifier |
590 | 2024-05-03T02:46:27.553Z | * [new branch] retry-txn -> origin/retry-txn |
591 | 2024-05-03T02:46:27.553Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
592 | 2024-05-03T02:46:27.553Z | * [new branch] rev-opte -> origin/rev-opte |
593 | 2024-05-03T02:46:27.553Z | * [new branch] revert-936 -> origin/revert-936 |
594 | 2024-05-03T02:46:27.553Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
595 | 2024-05-03T02:46:27.553Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
596 | 2024-05-03T02:46:27.553Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
597 | 2024-05-03T02:46:27.553Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
598 | 2024-05-03T02:46:27.553Z | * [new branch] rss-testing -> origin/rss-testing |
599 | 2024-05-03T02:46:27.553Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
600 | 2024-05-03T02:46:27.553Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
601 | 2024-05-03T02:46:27.553Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
602 | 2024-05-03T02:46:27.558Z | * [new branch] shatter-authn -> origin/shatter-authn |
603 | 2024-05-03T02:46:27.558Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
604 | 2024-05-03T02:46:27.558Z | * [new branch] silo-create -> origin/silo-create |
605 | 2024-05-03T02:46:27.558Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
606 | 2024-05-03T02:46:27.558Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
607 | 2024-05-03T02:46:27.558Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
608 | 2024-05-03T02:46:27.558Z | * [new branch] simple-cache -> origin/simple-cache |
609 | 2024-05-03T02:46:27.558Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
610 | 2024-05-03T02:46:27.558Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
611 | 2024-05-03T02:46:27.558Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
612 | 2024-05-03T02:46:27.558Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
613 | 2024-05-03T02:46:27.558Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
614 | 2024-05-03T02:46:27.558Z | * [new branch] sled-location -> origin/sled-location |
615 | 2024-05-03T02:46:27.559Z | * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool |
616 | 2024-05-03T02:46:27.559Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
617 | 2024-05-03T02:46:27.559Z | * [new branch] special-delivery -> origin/special-delivery |
618 | 2024-05-03T02:46:27.559Z | * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff |
619 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket |
620 | 2024-05-03T02:46:27.559Z | * [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 |
621 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
622 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
623 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid |
624 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux |
625 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter -> origin/sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter |
626 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones |
627 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput |
628 | 2024-05-03T02:46:27.559Z | * [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 |
629 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
630 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work |
631 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
632 | 2024-05-03T02:46:27.559Z | * [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 |
633 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
634 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux |
635 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
636 | 2024-05-03T02:46:27.559Z | * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 |
637 | 2024-05-03T02:46:27.559Z | * [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 |
638 | 2024-05-03T02:46:27.560Z | * [new branch] sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup -> origin/sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup |
639 | 2024-05-03T02:46:27.560Z | * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work |
640 | 2024-05-03T02:46:27.560Z | * [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 |
641 | 2024-05-03T02:46:27.560Z | * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server |
642 | 2024-05-03T02:46:27.560Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
643 | 2024-05-03T02:46:27.560Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
644 | 2024-05-03T02:46:27.560Z | * [new branch] swap -> origin/swap |
645 | 2024-05-03T02:46:27.560Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
646 | 2024-05-03T02:46:27.560Z | * [new branch] thing-flinger -> origin/thing-flinger |
647 | 2024-05-03T02:46:27.560Z | * [new branch] tqv1 -> origin/tqv1 |
648 | 2024-05-03T02:46:27.560Z | * [new branch] trigger -> origin/trigger |
649 | 2024-05-03T02:46:27.560Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
650 | 2024-05-03T02:46:27.560Z | * [new branch] u2-encryption -> origin/u2-encryption |
651 | 2024-05-03T02:46:27.560Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
652 | 2024-05-03T02:46:27.560Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
653 | 2024-05-03T02:46:27.560Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
654 | 2024-05-03T02:46:27.560Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
655 | 2024-05-03T02:46:27.560Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
656 | 2024-05-03T02:46:27.560Z | * [new branch] unused-deps -> origin/unused-deps |
657 | 2024-05-03T02:46:27.560Z | * [new branch] update-planning -> origin/update-planning |
658 | 2024-05-03T02:46:27.560Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
659 | 2024-05-03T02:46:27.560Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
660 | 2024-05-03T02:46:27.560Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
661 | 2024-05-03T02:46:27.560Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
662 | 2024-05-03T02:46:27.561Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
663 | 2024-05-03T02:46:27.561Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
664 | 2024-05-03T02:46:27.561Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
665 | 2024-05-03T02:46:27.561Z | * [new branch] vmm-test-flex -> origin/vmm-test-flex |
666 | 2024-05-03T02:46:27.561Z | * [new branch] wicket -> origin/wicket |
667 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
668 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
669 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-menu -> origin/wicket-menu |
670 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
671 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
672 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
673 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
674 | 2024-05-03T02:46:27.561Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
675 | 2024-05-03T02:46:27.561Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
676 | 2024-05-03T02:46:27.561Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
677 | 2024-05-03T02:46:27.561Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
678 | 2024-05-03T02:46:27.561Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
679 | 2024-05-03T02:46:27.561Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
680 | 2024-05-03T02:46:27.561Z | * [new branch] xtask_ci_download -> origin/xtask_ci_download |
681 | 2024-05-03T02:46:27.561Z | * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace |
682 | 2024-05-03T02:46:27.561Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
683 | 2024-05-03T02:46:27.561Z | * [new ref] -> origin/HEAD |
684 | 2024-05-03T02:46:27.561Z | * [new tag] dogfood -> dogfood |
685 | 2024-05-03T02:46:27.561Z | * [new tag] v5 -> v5 |
686 | 2024-05-03T02:46:27.562Z | * [new tag] v6 -> v6 |
687 | 2024-05-03T02:46:27.562Z | * [new tag] v7 -> v7 |
688 | 2024-05-03T02:46:27.829Z | Updating git repository `https://github.com/oxidecomputer/opte` |
689 | 2024-05-03T02:46:28.844Z | From https://github.com/oxidecomputer/opte |
690 | 2024-05-03T02:46:28.845Z | * [new branch] 481-strawman -> origin/481-strawman |
691 | 2024-05-03T02:46:28.848Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
692 | 2024-05-03T02:46:28.848Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
693 | 2024-05-03T02:46:28.848Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
694 | 2024-05-03T02:46:28.848Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
695 | 2024-05-03T02:46:28.848Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
696 | 2024-05-03T02:46:28.848Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
697 | 2024-05-03T02:46:28.849Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
698 | 2024-05-03T02:46:28.849Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
699 | 2024-05-03T02:46:28.849Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
700 | 2024-05-03T02:46:28.849Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
701 | 2024-05-03T02:46:28.849Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
702 | 2024-05-03T02:46:28.849Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
703 | 2024-05-03T02:46:28.849Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
704 | 2024-05-03T02:46:28.849Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
705 | 2024-05-03T02:46:28.849Z | * [new branch] master -> origin/master |
706 | 2024-05-03T02:46:28.849Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
707 | 2024-05-03T02:46:28.849Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
708 | 2024-05-03T02:46:28.849Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
709 | 2024-05-03T02:46:28.849Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
710 | 2024-05-03T02:46:28.849Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
711 | 2024-05-03T02:46:28.849Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
712 | 2024-05-03T02:46:28.849Z | * [new branch] opte-220 -> origin/opte-220 |
713 | 2024-05-03T02:46:28.849Z | * [new branch] opte-225 -> origin/opte-225 |
714 | 2024-05-03T02:46:28.849Z | * [new branch] opte-227 -> origin/opte-227 |
715 | 2024-05-03T02:46:28.849Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
716 | 2024-05-03T02:46:28.849Z | * [new branch] opte-232 -> origin/opte-232 |
717 | 2024-05-03T02:46:28.849Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
718 | 2024-05-03T02:46:28.849Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
719 | 2024-05-03T02:46:28.849Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
720 | 2024-05-03T02:46:28.849Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
721 | 2024-05-03T02:46:28.850Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
722 | 2024-05-03T02:46:28.853Z | * [new branch] opteadm-library -> origin/opteadm-library |
723 | 2024-05-03T02:46:28.854Z | * [new branch] partial-workspace -> origin/partial-workspace |
724 | 2024-05-03T02:46:28.854Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
725 | 2024-05-03T02:46:28.854Z | * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile |
726 | 2024-05-03T02:46:28.854Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
727 | 2024-05-03T02:46:28.854Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
728 | 2024-05-03T02:46:28.854Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
729 | 2024-05-03T02:46:28.854Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
730 | 2024-05-03T02:46:28.854Z | * [new branch] route-cache -> origin/route-cache |
731 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
732 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
733 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
734 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
735 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
736 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
737 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
738 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
739 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
740 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
741 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
742 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
743 | 2024-05-03T02:46:28.854Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
744 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
745 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
746 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
747 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
748 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
749 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
750 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
751 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
752 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
753 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
754 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
755 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
756 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
757 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
758 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
759 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
760 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
761 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
762 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
763 | 2024-05-03T02:46:28.855Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
764 | 2024-05-03T02:46:28.855Z | * [new branch] spring-clean -> origin/spring-clean |
765 | 2024-05-03T02:46:28.855Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
766 | 2024-05-03T02:46:28.855Z | * [new branch] underlay-lock -> origin/underlay-lock |
767 | 2024-05-03T02:46:28.855Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
768 | 2024-05-03T02:46:28.856Z | * [new ref] -> origin/HEAD |
769 | 2024-05-03T02:46:28.918Z | Updating git repository `https://github.com/illumos/smf-rs` |
770 | 2024-05-03T02:46:29.326Z | From https://github.com/illumos/smf-rs |
771 | 2024-05-03T02:46:29.326Z | * [new branch] main -> origin/main |
772 | 2024-05-03T02:46:29.329Z | * [new ref] -> origin/HEAD |
773 | 2024-05-03T02:46:29.348Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
774 | 2024-05-03T02:46:30.524Z | From https://github.com/oxidecomputer/progenitor |
775 | 2024-05-03T02:46:30.524Z | * [new branch] extension2 -> origin/extension2 |
776 | 2024-05-03T02:46:30.527Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
777 | 2024-05-03T02:46:30.527Z | * [new branch] main -> origin/main |
778 | 2024-05-03T02:46:30.527Z | * [new branch] nexus-update -> origin/nexus-update |
779 | 2024-05-03T02:46:30.527Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
780 | 2024-05-03T02:46:30.527Z | * [new branch] print-example -> origin/print-example |
781 | 2024-05-03T02:46:30.527Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
782 | 2024-05-03T02:46:30.527Z | * [new branch] request-map -> origin/request-map |
783 | 2024-05-03T02:46:30.527Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
784 | 2024-05-03T02:46:30.527Z | * [new branch] security-schemes -> origin/security-schemes |
785 | 2024-05-03T02:46:30.527Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
786 | 2024-05-03T02:46:30.527Z | * [new branch] test-ci -> origin/test-ci |
787 | 2024-05-03T02:46:30.527Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
788 | 2024-05-03T02:46:30.528Z | * [new branch] untyped-responses -> origin/untyped-responses |
789 | 2024-05-03T02:46:30.528Z | * [new branch] v41 -> origin/v41 |
790 | 2024-05-03T02:46:30.528Z | * [new ref] -> origin/HEAD |
791 | 2024-05-03T02:46:30.528Z | * [new tag] v0.1.1 -> v0.1.1 |
792 | 2024-05-03T02:46:30.528Z | * [new tag] v0.2.0 -> v0.2.0 |
793 | 2024-05-03T02:46:30.528Z | * [new tag] v0.3.0 -> v0.3.0 |
794 | 2024-05-03T02:46:30.528Z | * [new tag] v0.4.0 -> v0.4.0 |
795 | 2024-05-03T02:46:30.528Z | * [new tag] v0.4.1 -> v0.4.1 |
796 | 2024-05-03T02:46:30.528Z | * [new tag] v0.5.0 -> v0.5.0 |
797 | 2024-05-03T02:46:30.528Z | * [new tag] v0.6.0 -> v0.6.0 |
798 | 2024-05-03T02:46:30.629Z | Updating git repository `https://github.com/oxidecomputer/zone` |
799 | 2024-05-03T02:46:31.073Z | From https://github.com/oxidecomputer/zone |
800 | 2024-05-03T02:46:31.073Z | * [new branch] main -> origin/main |
801 | 2024-05-03T02:46:31.079Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
802 | 2024-05-03T02:46:31.079Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
803 | 2024-05-03T02:46:31.079Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
804 | 2024-05-03T02:46:31.079Z | * [new ref] -> origin/HEAD |
805 | 2024-05-03T02:46:31.111Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
806 | 2024-05-03T02:46:32.071Z | From https://github.com/oxidecomputer/propolis |
807 | 2024-05-03T02:46:32.071Z | * [new branch] ata -> origin/ata |
808 | 2024-05-03T02:46:32.075Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
809 | 2024-05-03T02:46:32.075Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
810 | 2024-05-03T02:46:32.075Z | * [new branch] master -> origin/master |
811 | 2024-05-03T02:46:32.075Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
812 | 2024-05-03T02:46:32.075Z | * [new ref] -> origin/HEAD |
813 | 2024-05-03T02:46:32.182Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
814 | 2024-05-03T02:46:32.702Z | From https://github.com/oxidecomputer/dlpi-sys |
815 | 2024-05-03T02:46:32.702Z | * [new branch] gh-pages -> origin/gh-pages |
816 | 2024-05-03T02:46:32.708Z | * [new branch] main -> origin/main |
817 | 2024-05-03T02:46:32.708Z | * [new ref] -> origin/HEAD |
818 | 2024-05-03T02:46:32.708Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
819 | 2024-05-03T02:46:33.153Z | From https://github.com/jmesmon/rust-libzfs |
820 | 2024-05-03T02:46:33.153Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
821 | 2024-05-03T02:46:33.158Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
822 | 2024-05-03T02:46:33.159Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
823 | 2024-05-03T02:46:33.159Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
824 | 2024-05-03T02:46:33.159Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
825 | 2024-05-03T02:46:33.159Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
826 | 2024-05-03T02:46:33.160Z | * [new branch] dev -> origin/dev |
827 | 2024-05-03T02:46:33.160Z | * [new branch] drr -> origin/drr |
828 | 2024-05-03T02:46:33.160Z | * [new branch] f-types -> origin/f-types |
829 | 2024-05-03T02:46:33.161Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
830 | 2024-05-03T02:46:33.161Z | * [new branch] master -> origin/master |
831 | 2024-05-03T02:46:33.161Z | * [new branch] staging -> origin/staging |
832 | 2024-05-03T02:46:33.162Z | * [new ref] -> origin/HEAD |
833 | 2024-05-03T02:46:33.162Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
834 | 2024-05-03T02:46:33.162Z | * [new tag] v0.4.0 -> v0.4.0 |
835 | 2024-05-03T02:46:33.162Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
836 | 2024-05-03T02:46:33.162Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
837 | 2024-05-03T02:46:33.172Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
838 | 2024-05-03T02:46:33.795Z | From https://github.com/oxidecomputer/rusty-doors |
839 | 2024-05-03T02:46:33.795Z | * [new branch] gh-pages -> origin/gh-pages |
840 | 2024-05-03T02:46:33.800Z | * [new branch] main -> origin/main |
841 | 2024-05-03T02:46:33.800Z | * [new branch] no-bindgen -> origin/no-bindgen |
842 | 2024-05-03T02:46:33.800Z | * [new ref] -> origin/HEAD |
843 | 2024-05-03T02:46:33.812Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
844 | 2024-05-03T02:46:34.609Z | From https://github.com/oxidecomputer/maghemite |
845 | 2024-05-03T02:46:34.609Z | * [new branch] anycast -> origin/anycast |
846 | 2024-05-03T02:46:34.612Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
847 | 2024-05-03T02:46:34.612Z | * [new branch] mac-build -> origin/mac-build |
848 | 2024-05-03T02:46:34.612Z | * [new branch] main -> origin/main |
849 | 2024-05-03T02:46:34.612Z | * [new branch] oxpop -> origin/oxpop |
850 | 2024-05-03T02:46:34.612Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
851 | 2024-05-03T02:46:34.612Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
852 | 2024-05-03T02:46:34.612Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
853 | 2024-05-03T02:46:34.612Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
854 | 2024-05-03T02:46:34.613Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
855 | 2024-05-03T02:46:34.613Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
856 | 2024-05-03T02:46:34.613Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
857 | 2024-05-03T02:46:34.613Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
858 | 2024-05-03T02:46:34.613Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
859 | 2024-05-03T02:46:34.613Z | * [new ref] -> origin/HEAD |
860 | 2024-05-03T02:46:34.613Z | * [new tag] rift -> rift |
861 | 2024-05-03T02:46:34.613Z | * [new tag] srp -> srp |
862 | 2024-05-03T02:46:34.613Z | * [new tag] tie-spf -> tie-spf |
863 | 2024-05-03T02:46:34.769Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
864 | 2024-05-03T02:46:34.970Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
865 | 2024-05-03T02:46:35.350Z | From http://github.com/oxidecomputer/serde_human_bytes |
866 | 2024-05-03T02:46:35.350Z | * [new branch] gh-pages -> origin/gh-pages |
867 | 2024-05-03T02:46:35.354Z | * [new branch] main -> origin/main |
868 | 2024-05-03T02:46:35.354Z | * [new branch] renovate/configure -> origin/renovate/configure |
869 | 2024-05-03T02:46:35.354Z | * [new ref] -> origin/HEAD |
870 | 2024-05-03T02:46:35.360Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
871 | 2024-05-03T02:46:35.750Z | From https://github.com/oxidecomputer/slog-error-chain |
872 | 2024-05-03T02:46:35.750Z | * [new branch] main -> origin/main |
873 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
874 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
875 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
876 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
877 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
878 | 2024-05-03T02:46:35.754Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
879 | 2024-05-03T02:46:35.754Z | * [new ref] -> origin/HEAD |
880 | 2024-05-03T02:46:35.789Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
881 | 2024-05-03T02:46:36.194Z | From https://github.com/oxidecomputer/poptrie |
882 | 2024-05-03T02:46:36.194Z | * [new branch] main -> origin/main |
883 | 2024-05-03T02:46:36.197Z | * [new branch] multipath -> origin/multipath |
884 | 2024-05-03T02:46:36.197Z | * [new ref] -> origin/HEAD |
885 | 2024-05-03T02:46:36.219Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
886 | 2024-05-03T02:46:36.624Z | From https://github.com/illumos/libscf-sys |
887 | 2024-05-03T02:46:36.624Z | * [new branch] main -> origin/main |
888 | 2024-05-03T02:46:36.624Z | * [new ref] -> origin/HEAD |
889 | 2024-05-03T02:46:36.724Z | Updating git repository `https://github.com/oxidecomputer/typify` |
890 | 2024-05-03T02:46:38.638Z | From https://github.com/oxidecomputer/typify |
891 | 2024-05-03T02:46:38.638Z | * [new branch] ipv6 -> origin/ipv6 |
892 | 2024-05-03T02:46:38.641Z | * [new branch] js-schema -> origin/js-schema |
893 | 2024-05-03T02:46:38.641Z | * [new branch] main -> origin/main |
894 | 2024-05-03T02:46:38.641Z | * [new branch] nested-newtype -> origin/nested-newtype |
895 | 2024-05-03T02:46:38.641Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
896 | 2024-05-03T02:46:38.642Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
897 | 2024-05-03T02:46:38.642Z | * [new ref] -> origin/HEAD |
898 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.10 -> v0.0.10 |
899 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.11 -> v0.0.11 |
900 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.12 -> v0.0.12 |
901 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.13 -> v0.0.13 |
902 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.14 -> v0.0.14 |
903 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.15 -> v0.0.15 |
904 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.16 -> v0.0.16 |
905 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.4 -> v0.0.4 |
906 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.5 -> v0.0.5 |
907 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.6 -> v0.0.6 |
908 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.7 -> v0.0.7 |
909 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.8 -> v0.0.8 |
910 | 2024-05-03T02:46:38.642Z | * [new tag] v0.0.9 -> v0.0.9 |
911 | 2024-05-03T02:46:38.750Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
912 | 2024-05-03T02:46:39.231Z | From https://github.com/oxidecomputer/rfb |
913 | 2024-05-03T02:46:39.231Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
914 | 2024-05-03T02:46:39.234Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
915 | 2024-05-03T02:46:39.234Z | * [new branch] main -> origin/main |
916 | 2024-05-03T02:46:39.234Z | * [new branch] pixfmts -> origin/pixfmts |
917 | 2024-05-03T02:46:39.234Z | * [new ref] -> origin/HEAD |
918 | 2024-05-03T02:46:39.255Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
919 | 2024-05-03T02:46:39.920Z | From https://github.com/oxidecomputer/management-gateway-service |
920 | 2024-05-03T02:46:39.921Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
921 | 2024-05-03T02:46:39.938Z | * [new branch] buildomat -> origin/buildomat |
922 | 2024-05-03T02:46:39.938Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
923 | 2024-05-03T02:46:39.938Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
924 | 2024-05-03T02:46:39.939Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
925 | 2024-05-03T02:46:39.939Z | * [new branch] image-board-check -> origin/image-board-check |
926 | 2024-05-03T02:46:39.939Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
927 | 2024-05-03T02:46:39.939Z | * [new branch] lock_state -> origin/lock_state |
928 | 2024-05-03T02:46:39.939Z | * [new branch] main -> origin/main |
929 | 2024-05-03T02:46:39.939Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
930 | 2024-05-03T02:46:39.940Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
931 | 2024-05-03T02:46:39.940Z | * [new branch] read-rot-message -> origin/read-rot-message |
932 | 2024-05-03T02:46:39.940Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
933 | 2024-05-03T02:46:39.940Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
934 | 2024-05-03T02:46:39.940Z | * [new branch] reset-component -> origin/reset-component |
935 | 2024-05-03T02:46:39.940Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
936 | 2024-05-03T02:46:39.940Z | * [new branch] rhai -> origin/rhai |
937 | 2024-05-03T02:46:39.940Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
938 | 2024-05-03T02:46:39.940Z | * [new branch] rot-update -> origin/rot-update |
939 | 2024-05-03T02:46:39.940Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
940 | 2024-05-03T02:46:39.940Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
941 | 2024-05-03T02:46:39.941Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
942 | 2024-05-03T02:46:39.941Z | * [new branch] sprot-attest -> origin/sprot-attest |
943 | 2024-05-03T02:46:39.941Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
944 | 2024-05-03T02:46:39.941Z | * [new branch] sprot-errors -> origin/sprot-errors |
945 | 2024-05-03T02:46:39.941Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
946 | 2024-05-03T02:46:39.941Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
947 | 2024-05-03T02:46:39.941Z | * [new branch] update-stage0 -> origin/update-stage0 |
948 | 2024-05-03T02:46:39.941Z | * [new ref] -> origin/HEAD |
949 | 2024-05-03T02:46:40.527Z | Downloading crates ... |
950 | 2024-05-03T02:46:40.625Z | Downloaded atomic-waker v1.1.2 |
951 | 2024-05-03T02:46:40.634Z | Downloaded anstyle v1.0.6 |
952 | 2024-05-03T02:46:40.637Z | Downloaded anstream v0.6.13 |
953 | 2024-05-03T02:46:40.645Z | Downloaded anyhow v1.0.82 |
954 | 2024-05-03T02:46:40.649Z | Downloaded anstyle-query v1.0.2 |
955 | 2024-05-03T02:46:40.652Z | Downloaded bitflags v1.3.2 |
956 | 2024-05-03T02:46:40.655Z | Downloaded async-stream v0.3.5 |
957 | 2024-05-03T02:46:40.658Z | Downloaded autocfg v1.1.0 |
958 | 2024-05-03T02:46:40.661Z | Downloaded async-trait v0.1.79 |
959 | 2024-05-03T02:46:40.667Z | Downloaded async-stream-impl v0.3.5 |
960 | 2024-05-03T02:46:40.667Z | Downloaded backoff v0.4.0 |
961 | 2024-05-03T02:46:40.667Z | Downloaded block-buffer v0.10.4 |
962 | 2024-05-03T02:46:40.673Z | Downloaded bitflags v2.5.0 |
963 | 2024-05-03T02:46:40.676Z | Downloaded base64ct v1.6.0 |
964 | 2024-05-03T02:46:40.676Z | Downloaded argon2 v0.5.3 |
965 | 2024-05-03T02:46:40.676Z | Downloaded rustversion v1.0.14 |
966 | 2024-05-03T02:46:40.679Z | Downloaded rustls-pemfile v2.1.1 |
967 | 2024-05-03T02:46:40.682Z | Downloaded ahash v0.8.11 |
968 | 2024-05-03T02:46:40.682Z | Downloaded blake2 v0.10.6 |
969 | 2024-05-03T02:46:40.685Z | Downloaded base64 v0.22.0 |
970 | 2024-05-03T02:46:40.689Z | Downloaded allocator-api2 v0.2.16 |
971 | 2024-05-03T02:46:40.692Z | Downloaded ryu v1.0.17 |
972 | 2024-05-03T02:46:40.695Z | Downloaded scopeguard v1.2.0 |
973 | 2024-05-03T02:46:40.698Z | Downloaded rustls-pki-types v1.4.0 |
974 | 2024-05-03T02:46:40.701Z | Downloaded resolv-conf v0.7.0 |
975 | 2024-05-03T02:46:40.701Z | Downloaded schemars_derive v0.8.16 |
976 | 2024-05-03T02:46:40.703Z | Downloaded clap v4.5.4 |
977 | 2024-05-03T02:46:40.710Z | Downloaded scroll_derive v0.12.0 |
978 | 2024-05-03T02:46:40.713Z | Downloaded schemars v0.8.16 |
979 | 2024-05-03T02:46:40.721Z | Downloaded http v0.2.12 |
980 | 2024-05-03T02:46:40.725Z | Downloaded ciborium-ll v0.2.2 |
981 | 2024-05-03T02:46:40.728Z | Downloaded rustls-pemfile v1.0.4 |
982 | 2024-05-03T02:46:40.731Z | Downloaded crc8 v0.1.1 |
983 | 2024-05-03T02:46:40.731Z | Downloaded ciborium v0.2.2 |
984 | 2024-05-03T02:46:40.735Z | Downloaded cfg-if v1.0.0 |
985 | 2024-05-03T02:46:40.735Z | Downloaded dof v0.3.0 |
986 | 2024-05-03T02:46:40.740Z | Downloaded dirs-sys-next v0.1.2 |
987 | 2024-05-03T02:46:40.740Z | Downloaded serde_derive_internals v0.26.0 |
988 | 2024-05-03T02:46:40.740Z | Downloaded dtrace-parser v0.2.0 |
989 | 2024-05-03T02:46:40.740Z | Downloaded serde_repr v0.1.19 |
990 | 2024-05-03T02:46:40.745Z | Downloaded serde_path_to_error v0.1.16 |
991 | 2024-05-03T02:46:40.745Z | Downloaded slog-bunyan v2.5.0 |
992 | 2024-05-03T02:46:40.745Z | Downloaded embedded-io v0.4.0 |
993 | 2024-05-03T02:46:40.749Z | Downloaded dyn-clone v1.0.17 |
994 | 2024-05-03T02:46:40.749Z | Downloaded futures-sink v0.3.30 |
995 | 2024-05-03T02:46:40.749Z | Downloaded either v1.10.0 |
996 | 2024-05-03T02:46:40.754Z | Downloaded clap_derive v4.5.4 |
997 | 2024-05-03T02:46:40.754Z | Downloaded sha1 v0.10.6 |
998 | 2024-05-03T02:46:40.759Z | Downloaded serde_derive v1.0.199 |
999 | 2024-05-03T02:46:40.759Z | Downloaded foreign-types-shared v0.1.1 |
1000 | 2024-05-03T02:46:40.759Z | Downloaded foreign-types-shared v0.3.1 |
1001 | 2024-05-03T02:46:40.759Z | Downloaded semver v0.1.20 |
1002 | 2024-05-03T02:46:40.794Z | Downloaded foreign-types v0.3.2 |
1003 | 2024-05-03T02:46:40.794Z | Downloaded fxhash v0.2.1 |
1004 | 2024-05-03T02:46:40.795Z | Downloaded equivalent v1.0.1 |
1005 | 2024-05-03T02:46:40.795Z | Downloaded rustls v0.22.2 |
1006 | 2024-05-03T02:46:40.799Z | Downloaded slog-stdlog v4.1.1 |
1007 | 2024-05-03T02:46:40.799Z | Downloaded slog-json v2.6.1 |
1008 | 2024-05-03T02:46:40.799Z | Downloaded strum v0.26.2 |
1009 | 2024-05-03T02:46:40.799Z | Downloaded serde_urlencoded v0.7.1 |
1010 | 2024-05-03T02:46:40.799Z | Downloaded serde_tokenstream v0.2.0 |
1011 | 2024-05-03T02:46:40.799Z | Downloaded num-iter v0.1.44 |
1012 | 2024-05-03T02:46:40.799Z | Downloaded pretty-hex v0.2.1 |
1013 | 2024-05-03T02:46:40.799Z | Downloaded waitgroup v0.1.2 |
1014 | 2024-05-03T02:46:40.799Z | Downloaded tinyvec_macros v0.1.1 |
1015 | 2024-05-03T02:46:40.799Z | Downloaded take_mut v0.2.2 |
1016 | 2024-05-03T02:46:40.800Z | Downloaded num_threads v0.1.7 |
1017 | 2024-05-03T02:46:40.800Z | Downloaded form_urlencoded v1.2.1 |
1018 | 2024-05-03T02:46:40.800Z | Downloaded fnv v1.0.7 |
1019 | 2024-05-03T02:46:40.800Z | Downloaded time-core v0.1.2 |
1020 | 2024-05-03T02:46:40.800Z | Downloaded dirs-next v2.0.0 |
1021 | 2024-05-03T02:46:40.800Z | Downloaded futures-macro v0.3.30 |
1022 | 2024-05-03T02:46:40.800Z | Downloaded futures-io v0.3.30 |
1023 | 2024-05-03T02:46:40.800Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-05-03T02:46:40.803Z | Downloaded futures-task v0.3.30 |
1025 | 2024-05-03T02:46:40.803Z | Downloaded futures-executor v0.3.30 |
1026 | 2024-05-03T02:46:40.803Z | Downloaded try-lock v0.2.5 |
1027 | 2024-05-03T02:46:40.806Z | Downloaded heck v0.5.0 |
1028 | 2024-05-03T02:46:40.806Z | Downloaded pretty-hex v0.4.1 |
1029 | 2024-05-03T02:46:40.806Z | Downloaded hash32 v0.3.1 |
1030 | 2024-05-03T02:46:40.809Z | Downloaded enum-as-inner v0.5.1 |
1031 | 2024-05-03T02:46:40.809Z | Downloaded hostname v0.3.1 |
1032 | 2024-05-03T02:46:40.812Z | Downloaded static_assertions v1.1.0 |
1033 | 2024-05-03T02:46:40.812Z | Downloaded omicron-workspace-hack v0.1.0 |
1034 | 2024-05-03T02:46:40.815Z | Downloaded strum_macros v0.25.3 |
1035 | 2024-05-03T02:46:40.815Z | Downloaded strsim v0.11.0 |
1036 | 2024-05-03T02:46:40.818Z | Downloaded openssl-macros v0.1.1 |
1037 | 2024-05-03T02:46:40.818Z | Downloaded rand_chacha v0.3.1 |
1038 | 2024-05-03T02:46:40.818Z | Downloaded ppv-lite86 v0.2.17 |
1039 | 2024-05-03T02:46:40.821Z | Downloaded untrusted v0.9.0 |
1040 | 2024-05-03T02:46:40.821Z | Downloaded scroll v0.12.0 |
1041 | 2024-05-03T02:46:40.829Z | Downloaded serde_with_macros v3.7.0 |
1042 | 2024-05-03T02:46:40.829Z | Downloaded hubpack v0.1.2 |
1043 | 2024-05-03T02:46:40.832Z | Downloaded version_check v0.9.4 |
1044 | 2024-05-03T02:46:40.832Z | Downloaded usdt-impl v0.5.0 |
1045 | 2024-05-03T02:46:40.832Z | Downloaded newtype_derive v0.1.6 |
1046 | 2024-05-03T02:46:40.832Z | Downloaded usdt-macro v0.5.0 |
1047 | 2024-05-03T02:46:40.832Z | Downloaded num-integer v0.1.46 |
1048 | 2024-05-03T02:46:40.832Z | Downloaded subtle v2.5.0 |
1049 | 2024-05-03T02:46:40.835Z | Downloaded is-terminal v0.4.12 |
1050 | 2024-05-03T02:46:40.835Z | Downloaded signal-hook-registry v1.4.1 |
1051 | 2024-05-03T02:46:40.836Z | Downloaded strsim v0.10.0 |
1052 | 2024-05-03T02:46:40.839Z | Downloaded openssl-probe v0.1.5 |
1053 | 2024-05-03T02:46:40.839Z | Downloaded thiserror v1.0.59 |
1054 | 2024-05-03T02:46:40.842Z | Downloaded http-body v0.4.6 |
1055 | 2024-05-03T02:46:40.845Z | Downloaded zeroize v1.7.0 |
1056 | 2024-05-03T02:46:40.845Z | Downloaded itoa v1.0.10 |
1057 | 2024-05-03T02:46:40.853Z | Downloaded tokio-native-tls v0.3.1 |
1058 | 2024-05-03T02:46:40.853Z | Downloaded tower-service v0.3.2 |
1059 | 2024-05-03T02:46:40.856Z | Downloaded newtype-uuid v1.0.1 |
1060 | 2024-05-03T02:46:40.856Z | Downloaded pin-utils v0.1.0 |
1061 | 2024-05-03T02:46:40.856Z | Downloaded toml_datetime v0.6.5 |
1062 | 2024-05-03T02:46:40.856Z | Downloaded tokio-macros v2.2.0 |
1063 | 2024-05-03T02:46:40.857Z | Downloaded time-macros v0.2.17 |
1064 | 2024-05-03T02:46:40.857Z | Downloaded thread_local v1.1.8 |
1065 | 2024-05-03T02:46:40.857Z | Downloaded matches v0.1.10 |
1066 | 2024-05-03T02:46:40.860Z | Downloaded crossbeam-epoch v0.9.18 |
1067 | 2024-05-03T02:46:40.860Z | Downloaded match_cfg v0.1.0 |
1068 | 2024-05-03T02:46:40.863Z | Downloaded ident_case v1.0.1 |
1069 | 2024-05-03T02:46:40.863Z | Downloaded tabwriter v1.4.0 |
1070 | 2024-05-03T02:46:40.863Z | Downloaded thread-id v4.2.1 |
1071 | 2024-05-03T02:46:40.866Z | Downloaded thiserror-impl v1.0.59 |
1072 | 2024-05-03T02:46:40.866Z | Downloaded utf8parse v0.2.1 |
1073 | 2024-05-03T02:46:40.866Z | Downloaded getrandom v0.2.12 |
1074 | 2024-05-03T02:46:40.872Z | Downloaded hyper-rustls v0.24.2 |
1075 | 2024-05-03T02:46:40.872Z | Downloaded getopts v0.2.21 |
1076 | 2024-05-03T02:46:40.879Z | Downloaded proc-macro-crate v1.3.1 |
1077 | 2024-05-03T02:46:40.879Z | Downloaded percent-encoding v2.3.1 |
1078 | 2024-05-03T02:46:40.879Z | Downloaded macaddr v1.0.1 |
1079 | 2024-05-03T02:46:40.879Z | Downloaded lru-cache v0.1.2 |
1080 | 2024-05-03T02:46:40.882Z | Downloaded paste v1.0.14 |
1081 | 2024-05-03T02:46:40.882Z | Downloaded spin v0.9.8 |
1082 | 2024-05-03T02:46:40.882Z | Downloaded want v0.3.1 |
1083 | 2024-05-03T02:46:40.885Z | Downloaded instant v0.1.12 |
1084 | 2024-05-03T02:46:40.886Z | Downloaded slog v2.7.0 |
1085 | 2024-05-03T02:46:40.889Z | Downloaded usdt-attr-macro v0.5.0 |
1086 | 2024-05-03T02:46:40.889Z | Downloaded lazy_static v1.4.0 |
1087 | 2024-05-03T02:46:40.889Z | Downloaded httpdate v1.0.3 |
1088 | 2024-05-03T02:46:40.892Z | Downloaded num_enum_derive v0.7.2 |
1089 | 2024-05-03T02:46:40.892Z | Downloaded password-hash v0.5.0 |
1090 | 2024-05-03T02:46:40.898Z | Downloaded zerocopy-derive v0.7.32 |
1091 | 2024-05-03T02:46:40.898Z | Downloaded hubpack_derive v0.1.1 |
1092 | 2024-05-03T02:46:40.902Z | Downloaded num-conv v0.1.0 |
1093 | 2024-05-03T02:46:40.902Z | Downloaded plain v0.2.3 |
1094 | 2024-05-03T02:46:40.902Z | Downloaded futures-channel v0.3.30 |
1095 | 2024-05-03T02:46:40.902Z | Downloaded slog-term v2.9.1 |
1096 | 2024-05-03T02:46:40.905Z | Downloaded serde_yaml v0.9.34+deprecated |
1097 | 2024-05-03T02:46:40.909Z | Downloaded tokio-rustls v0.25.0 |
1098 | 2024-05-03T02:46:40.909Z | Downloaded strum_macros v0.26.2 |
1099 | 2024-05-03T02:46:40.912Z | Downloaded darling_core v0.20.8 |
1100 | 2024-05-03T02:46:40.915Z | Downloaded parse-display v0.9.0 |
1101 | 2024-05-03T02:46:40.921Z | Downloaded tracing-attributes v0.1.27 |
1102 | 2024-05-03T02:46:40.921Z | Downloaded managed v0.8.0 |
1103 | 2024-05-03T02:46:40.921Z | Downloaded once_cell v1.19.0 |
1104 | 2024-05-03T02:46:40.924Z | Downloaded rand_core v0.6.4 |
1105 | 2024-05-03T02:46:40.924Z | Downloaded tokio-rustls v0.24.1 |
1106 | 2024-05-03T02:46:40.930Z | Downloaded quick-error v1.2.3 |
1107 | 2024-05-03T02:46:40.930Z | Downloaded usdt v0.5.0 |
1108 | 2024-05-03T02:46:40.930Z | Downloaded indexmap v1.9.3 |
1109 | 2024-05-03T02:46:40.934Z | Downloaded uuid v0.8.2 |
1110 | 2024-05-03T02:46:40.934Z | Downloaded mime v0.3.17 |
1111 | 2024-05-03T02:46:40.937Z | Downloaded socket2 v0.4.10 |
1112 | 2024-05-03T02:46:40.937Z | Downloaded proc-macro-error v1.0.4 |
1113 | 2024-05-03T02:46:40.940Z | Downloaded memmap v0.7.0 |
1114 | 2024-05-03T02:46:40.940Z | Downloaded httparse v1.8.0 |
1115 | 2024-05-03T02:46:40.944Z | Downloaded powerfmt v0.2.0 |
1116 | 2024-05-03T02:46:40.944Z | Downloaded pkg-config v0.3.30 |
1117 | 2024-05-03T02:46:40.946Z | Downloaded unicode-width v0.1.11 |
1118 | 2024-05-03T02:46:40.947Z | Downloaded uuid v1.8.0 |
1119 | 2024-05-03T02:46:40.951Z | Downloaded half v2.4.0 |
1120 | 2024-05-03T02:46:40.957Z | Downloaded num v0.4.1 |
1121 | 2024-05-03T02:46:40.957Z | Downloaded num_enum v0.5.11 |
1122 | 2024-05-03T02:46:40.960Z | Downloaded parse-display-derive v0.9.0 |
1123 | 2024-05-03T02:46:40.960Z | Downloaded unicode-ident v1.0.12 |
1124 | 2024-05-03T02:46:40.963Z | Downloaded num_cpus v1.16.0 |
1125 | 2024-05-03T02:46:40.963Z | Downloaded linked-hash-map v0.5.6 |
1126 | 2024-05-03T02:46:40.966Z | Downloaded ucd-trie v0.1.6 |
1127 | 2024-05-03T02:46:40.966Z | Downloaded num_enum_derive v0.5.11 |
1128 | 2024-05-03T02:46:40.969Z | Downloaded num_enum v0.7.2 |
1129 | 2024-05-03T02:46:40.972Z | Downloaded humantime v2.1.0 |
1130 | 2024-05-03T02:46:40.984Z | Downloaded typenum v1.17.0 |
1131 | 2024-05-03T02:46:40.984Z | Downloaded quote v1.0.35 |
1132 | 2024-05-03T02:46:40.984Z | Downloaded zerocopy v0.6.6 |
1133 | 2024-05-03T02:46:40.987Z | Downloaded rustls-webpki v0.101.7 |
1134 | 2024-05-03T02:46:40.994Z | Downloaded ipnetwork v0.20.0 |
1135 | 2024-05-03T02:46:40.996Z | Downloaded pin-project-lite v0.2.13 |
1136 | 2024-05-03T02:46:40.999Z | Downloaded pest_derive v2.7.8 |
1137 | 2024-05-03T02:46:41.005Z | Downloaded parking_lot_core v0.9.9 |
1138 | 2024-05-03T02:46:41.005Z | Downloaded ipnet v2.9.0 |
1139 | 2024-05-03T02:46:41.017Z | Downloaded tracing-core v0.1.32 |
1140 | 2024-05-03T02:46:41.017Z | Downloaded toml v0.8.12 |
1141 | 2024-05-03T02:46:41.018Z | Downloaded num-complex v0.4.5 |
1142 | 2024-05-03T02:46:41.018Z | Downloaded indexmap v2.2.6 |
1143 | 2024-05-03T02:46:41.024Z | Downloaded num-traits v0.2.18 |
1144 | 2024-05-03T02:46:41.025Z | Downloaded native-tls v0.2.11 |
1145 | 2024-05-03T02:46:41.025Z | Downloaded proc-macro2 v1.0.79 |
1146 | 2024-05-03T02:46:41.025Z | Downloaded openssl-sys v0.9.101 |
1147 | 2024-05-03T02:46:41.029Z | Downloaded lock_api v0.4.11 |
1148 | 2024-05-03T02:46:41.029Z | Downloaded pest_meta v2.7.8 |
1149 | 2024-05-03T02:46:41.032Z | Downloaded unicode-bidi v0.3.15 |
1150 | 2024-05-03T02:46:41.032Z | Downloaded hyper-tls v0.5.0 |
1151 | 2024-05-03T02:46:41.035Z | Downloaded num-rational v0.4.1 |
1152 | 2024-05-03T02:46:41.035Z | Downloaded hashbrown v0.12.3 |
1153 | 2024-05-03T02:46:41.039Z | Downloaded trust-dns-resolver v0.22.0 |
1154 | 2024-05-03T02:46:41.042Z | Downloaded tracing v0.1.40 |
1155 | 2024-05-03T02:46:41.047Z | Downloaded mio v0.8.11 |
1156 | 2024-05-03T02:46:41.051Z | Downloaded unsafe-libyaml v0.2.11 |
1157 | 2024-05-03T02:46:41.055Z | Downloaded pest_generator v2.7.8 |
1158 | 2024-05-03T02:46:41.058Z | Downloaded postcard v1.0.8 |
1159 | 2024-05-03T02:46:41.061Z | Downloaded serde v1.0.199 |
1160 | 2024-05-03T02:46:41.064Z | Downloaded rustls-webpki v0.102.2 |
1161 | 2024-05-03T02:46:41.078Z | Downloaded log v0.4.21 |
1162 | 2024-05-03T02:46:41.082Z | Downloaded steno v0.4.0 |
1163 | 2024-05-03T02:46:41.085Z | Downloaded url v2.5.0 |
1164 | 2024-05-03T02:46:41.090Z | Downloaded rand v0.8.5 |
1165 | 2024-05-03T02:46:41.093Z | Downloaded memchr v2.7.1 |
1166 | 2024-05-03T02:46:41.096Z | Downloaded http v1.1.0 |
1167 | 2024-05-03T02:46:41.100Z | Downloaded toml_edit v0.19.15 |
1168 | 2024-05-03T02:46:41.115Z | Downloaded unicode-normalization v0.1.23 |
1169 | 2024-05-03T02:46:41.119Z | Downloaded toml_edit v0.22.9 |
1170 | 2024-05-03T02:46:41.139Z | Downloaded nom v7.1.3 |
1171 | 2024-05-03T02:46:41.144Z | Downloaded minimal-lexical v0.2.1 |
1172 | 2024-05-03T02:46:41.148Z | Downloaded libm v0.2.8 |
1173 | 2024-05-03T02:46:41.155Z | Downloaded serde_json v1.0.116 |
1174 | 2024-05-03T02:46:41.162Z | Downloaded zerocopy v0.7.32 |
1175 | 2024-05-03T02:46:41.177Z | Downloaded winnow v0.5.40 |
1176 | 2024-05-03T02:46:41.185Z | Downloaded pest v2.7.8 |
1177 | 2024-05-03T02:46:41.190Z | Downloaded reqwest v0.11.27 |
1178 | 2024-05-03T02:46:41.197Z | Downloaded petgraph v0.6.4 |
1179 | 2024-05-03T02:46:41.212Z | Downloaded vcpkg v0.2.15 |
1180 | 2024-05-03T02:46:41.250Z | Downloaded trust-dns-proto v0.22.0 |
1181 | 2024-05-03T02:46:41.272Z | Downloaded hyper v0.14.28 |
1182 | 2024-05-03T02:46:41.276Z | Downloaded smoltcp v0.11.0 |
1183 | 2024-05-03T02:46:41.279Z | Downloaded syn v2.0.55 |
1184 | 2024-05-03T02:46:41.290Z | Downloaded regress v0.6.0 |
1185 | 2024-05-03T02:46:41.297Z | Downloaded idna v0.5.0 |
1186 | 2024-05-03T02:46:41.304Z | Downloaded webpki-roots v0.25.4 |
1187 | 2024-05-03T02:46:41.308Z | Downloaded openssl v0.10.64 |
1188 | 2024-05-03T02:46:41.317Z | Downloaded regex v1.10.4 |
1189 | 2024-05-03T02:46:41.329Z | Downloaded idna v0.2.3 |
1190 | 2024-05-03T02:46:41.335Z | Downloaded tokio v1.37.0 |
1191 | 2024-05-03T02:46:41.370Z | Downloaded regress v0.9.0 |
1192 | 2024-05-03T02:46:41.379Z | Downloaded regex-syntax v0.8.2 |
1193 | 2024-05-03T02:46:41.388Z | Downloaded openapiv3 v2.0.0 |
1194 | 2024-05-03T02:46:41.399Z | Downloaded sled v0.34.7 |
1195 | 2024-05-03T02:46:41.409Z | Downloaded syn v1.0.109 |
1196 | 2024-05-03T02:46:41.422Z | Downloaded itertools v0.12.1 |
1197 | 2024-05-03T02:46:41.430Z | Downloaded zerocopy-derive v0.6.6 |
1198 | 2024-05-03T02:46:41.434Z | Downloaded goblin v0.8.0 |
1199 | 2024-05-03T02:46:41.440Z | Downloaded winnow v0.6.5 |
1200 | 2024-05-03T02:46:41.448Z | Downloaded regex-automata v0.4.6 |
1201 | 2024-05-03T02:46:41.464Z | Downloaded libc v0.2.153 |
1202 | 2024-05-03T02:46:41.490Z | Downloaded h2 v0.3.25 |
1203 | 2024-05-03T02:46:41.496Z | Downloaded futures-util v0.3.30 |
1204 | 2024-05-03T02:46:41.507Z | Downloaded rustls v0.21.10 |
1205 | 2024-05-03T02:46:41.923Z | Downloaded encoding_rs v0.8.33 |
1206 | 2024-05-03T02:46:41.939Z | Downloaded hashbrown v0.14.3 |
1207 | 2024-05-03T02:46:41.939Z | Downloaded chrono v0.4.38 |
1208 | 2024-05-03T02:46:41.939Z | Downloaded tokio-util v0.7.10 |
1209 | 2024-05-03T02:46:41.939Z | Downloaded time v0.3.34 |
1210 | 2024-05-03T02:46:41.939Z | Downloaded serde_with v3.7.0 |
1211 | 2024-05-03T02:46:41.939Z | Downloaded clap_builder v4.5.2 |
1212 | 2024-05-03T02:46:41.940Z | Downloaded hashbrown v0.13.2 |
1213 | 2024-05-03T02:46:41.940Z | Downloaded heapless v0.8.0 |
1214 | 2024-05-03T02:46:41.940Z | Downloaded num-derive v0.3.3 |
1215 | 2024-05-03T02:46:41.940Z | Downloaded iana-time-zone v0.1.60 |
1216 | 2024-05-03T02:46:41.941Z | Downloaded tinyvec v1.6.0 |
1217 | 2024-05-03T02:46:41.941Z | Downloaded parking_lot_core v0.8.6 |
1218 | 2024-05-03T02:46:41.941Z | Downloaded parking_lot v0.11.2 |
1219 | 2024-05-03T02:46:41.941Z | Downloaded ring v0.17.8 |
1220 | 2024-05-03T02:46:41.941Z | Downloaded parking_lot v0.12.1 |
1221 | 2024-05-03T02:46:41.941Z | Downloaded structmeta-derive v0.3.0 |
1222 | 2024-05-03T02:46:41.941Z | Downloaded smallvec v1.13.2 |
1223 | 2024-05-03T02:46:41.942Z | Downloaded multer v3.0.0 |
1224 | 2024-05-03T02:46:41.942Z | Downloaded socket2 v0.5.6 |
1225 | 2024-05-03T02:46:41.942Z | Downloaded futures v0.3.30 |
1226 | 2024-05-03T02:46:41.942Z | Downloaded term v0.7.0 |
1227 | 2024-05-03T02:46:41.943Z | Downloaded crossbeam-channel v0.5.12 |
1228 | 2024-05-03T02:46:41.943Z | Downloaded sha2 v0.10.8 |
1229 | 2024-05-03T02:46:41.943Z | Downloaded generic-array v0.14.7 |
1230 | 2024-05-03T02:46:41.943Z | Downloaded structmeta v0.3.0 |
1231 | 2024-05-03T02:46:41.943Z | Downloaded slog-scope v4.4.0 |
1232 | 2024-05-03T02:46:41.943Z | Downloaded defmt v0.3.6 |
1233 | 2024-05-03T02:46:41.943Z | Downloaded stable_deref_trait v1.2.0 |
1234 | 2024-05-03T02:46:41.943Z | Downloaded slab v0.4.9 |
1235 | 2024-05-03T02:46:41.943Z | Downloaded semver v1.0.22 |
1236 | 2024-05-03T02:46:41.943Z | Downloaded proc-macro-error-attr v1.0.4 |
1237 | 2024-05-03T02:46:41.943Z | Downloaded slog-dtrace v0.3.0 |
1238 | 2024-05-03T02:46:41.944Z | Downloaded crc32fast v1.4.0 |
1239 | 2024-05-03T02:46:41.944Z | Downloaded cc v1.0.90 |
1240 | 2024-05-03T02:46:41.944Z | Downloaded slog-async v2.8.0 |
1241 | 2024-05-03T02:46:41.944Z | Downloaded hex v0.4.3 |
1242 | 2024-05-03T02:46:41.944Z | Downloaded heck v0.4.1 |
1243 | 2024-05-03T02:46:41.944Z | Downloaded foreign-types-macros v0.2.3 |
1244 | 2024-05-03T02:46:41.944Z | Downloaded data-encoding v2.5.0 |
1245 | 2024-05-03T02:46:41.944Z | Downloaded colored v2.1.0 |
1246 | 2024-05-03T02:46:41.944Z | Downloaded sync_wrapper v0.1.2 |
1247 | 2024-05-03T02:46:41.944Z | Downloaded slog-envlogger v2.2.0 |
1248 | 2024-05-03T02:46:41.944Z | Downloaded serde_spanned v0.6.5 |
1249 | 2024-05-03T02:46:41.944Z | Downloaded futures-core v0.3.30 |
1250 | 2024-05-03T02:46:41.944Z | Downloaded deranged v0.3.11 |
1251 | 2024-05-03T02:46:41.944Z | Downloaded defmt-parser v0.3.4 |
1252 | 2024-05-03T02:46:41.944Z | Downloaded crossbeam-utils v0.8.19 |
1253 | 2024-05-03T02:46:41.945Z | Downloaded colorchoice v1.0.0 |
1254 | 2024-05-03T02:46:41.945Z | Downloaded foreign-types v0.5.0 |
1255 | 2024-05-03T02:46:41.945Z | Downloaded debug-ignore v1.0.5 |
1256 | 2024-05-03T02:46:41.945Z | Downloaded darling v0.20.8 |
1257 | 2024-05-03T02:46:41.945Z | Downloaded crypto-common v0.1.6 |
1258 | 2024-05-03T02:46:41.945Z | Downloaded digest v0.10.7 |
1259 | 2024-05-03T02:46:41.945Z | Downloaded defmt-macros v0.3.7 |
1260 | 2024-05-03T02:46:41.945Z | Downloaded clap_lex v0.7.0 |
1261 | 2024-05-03T02:46:41.945Z | Downloaded cstr-argument v0.1.2 |
1262 | 2024-05-03T02:46:41.945Z | Downloaded bytes v1.6.0 |
1263 | 2024-05-03T02:46:41.945Z | Downloaded darling_macro v0.20.8 |
1264 | 2024-05-03T02:46:41.945Z | Downloaded sct v0.7.1 |
1265 | 2024-05-03T02:46:41.945Z | Downloaded cpufeatures v0.2.12 |
1266 | 2024-05-03T02:46:41.945Z | Downloaded cobs v0.2.3 |
1267 | 2024-05-03T02:46:41.945Z | Downloaded camino v1.1.6 |
1268 | 2024-05-03T02:46:41.945Z | Downloaded byteorder v1.5.0 |
1269 | 2024-05-03T02:46:41.945Z | Downloaded aho-corasick v1.1.3 |
1270 | 2024-05-03T02:46:41.945Z | Downloaded ciborium-io v0.2.2 |
1271 | 2024-05-03T02:46:41.945Z | Downloaded base64 v0.21.7 |
1272 | 2024-05-03T02:46:41.945Z | Downloaded anstyle-parse v0.2.3 |
1273 | 2024-05-03T02:46:41.945Z | Downloaded arc-swap v1.7.1 |
1274 | 2024-05-03T02:46:41.945Z | Downloaded rustc_version v0.1.7 |
1275 | 2024-05-03T02:46:42.365Z | Compiling proc-macro2 v1.0.79 |
1276 | 2024-05-03T02:46:42.365Z | Compiling unicode-ident v1.0.12 |
1277 | 2024-05-03T02:46:42.365Z | Compiling libc v0.2.153 |
1278 | 2024-05-03T02:46:42.365Z | Compiling cfg-if v1.0.0 |
1279 | 2024-05-03T02:46:42.365Z | Compiling version_check v0.9.4 |
1280 | 2024-05-03T02:46:42.365Z | Compiling autocfg v1.1.0 |
1281 | 2024-05-03T02:46:42.365Z | Compiling serde v1.0.199 |
1282 | 2024-05-03T02:46:42.365Z | Compiling syn v1.0.109 |
1283 | 2024-05-03T02:46:42.365Z | Compiling serde_json v1.0.116 |
1284 | 2024-05-03T02:46:42.365Z | Compiling byteorder v1.5.0 |
1285 | 2024-05-03T02:46:42.518Z | Compiling ahash v0.8.11 |
1286 | 2024-05-03T02:46:42.542Z | Compiling thiserror v1.0.59 |
1287 | 2024-05-03T02:46:42.555Z | Compiling itoa v1.0.10 |
1288 | 2024-05-03T02:46:42.704Z | Compiling once_cell v1.19.0 |
1289 | 2024-05-03T02:46:43.094Z | Compiling memchr v2.7.1 |
1290 | 2024-05-03T02:46:43.240Z | Compiling pin-project-lite v0.2.13 |
1291 | 2024-05-03T02:46:43.337Z | Compiling libm v0.2.8 |
1292 | 2024-05-03T02:46:43.556Z | Compiling num-traits v0.2.18 |
1293 | 2024-05-03T02:46:43.639Z | Compiling lock_api v0.4.11 |
1294 | 2024-05-03T02:46:43.751Z | Compiling smallvec v1.13.2 |
1295 | 2024-05-03T02:46:43.790Z | Compiling cc v1.0.90 |
1296 | 2024-05-03T02:46:43.921Z | Compiling getrandom v0.2.12 |
1297 | 2024-05-03T02:46:43.966Z | Compiling ryu v1.0.17 |
1298 | 2024-05-03T02:46:44.019Z | Compiling quote v1.0.35 |
1299 | 2024-05-03T02:46:44.398Z | Compiling syn v2.0.55 |
1300 | 2024-05-03T02:46:44.737Z | Compiling scopeguard v1.2.0 |
1301 | 2024-05-03T02:46:44.772Z | Compiling parking_lot_core v0.9.9 |
1302 | 2024-05-03T02:46:45.204Z | Compiling log v0.4.21 |
1303 | 2024-05-03T02:46:45.611Z | Compiling signal-hook-registry v1.4.1 |
1304 | 2024-05-03T02:46:46.211Z | Compiling parking_lot v0.12.1 |
1305 | 2024-05-03T02:46:46.243Z | Compiling num_cpus v1.16.0 |
1306 | 2024-05-03T02:46:46.368Z | Compiling mio v0.8.11 |
1307 | 2024-05-03T02:46:46.525Z | Compiling socket2 v0.5.6 |
1308 | 2024-05-03T02:46:47.338Z | Compiling allocator-api2 v0.2.16 |
1309 | 2024-05-03T02:46:48.273Z | Compiling futures-core v0.3.30 |
1310 | 2024-05-03T02:46:48.384Z | Compiling slab v0.4.9 |
1311 | 2024-05-03T02:46:48.403Z | Compiling iana-time-zone v0.1.60 |
1312 | 2024-05-03T02:46:48.406Z | Compiling futures-sink v0.3.30 |
1313 | 2024-05-03T02:46:48.527Z | Compiling ring v0.17.8 |
1314 | 2024-05-03T02:46:48.531Z | Compiling schemars v0.8.16 |
1315 | 2024-05-03T02:46:48.561Z | Compiling futures-channel v0.3.30 |
1316 | 2024-05-03T02:46:48.675Z | Compiling tracing-core v0.1.32 |
1317 | 2024-05-03T02:46:48.944Z | Compiling dyn-clone v1.0.17 |
1318 | 2024-05-03T02:46:49.027Z | Compiling uuid v0.8.2 |
1319 | 2024-05-03T02:46:49.058Z | Compiling futures-task v0.3.30 |
1320 | 2024-05-03T02:46:49.157Z | Compiling pin-utils v0.1.0 |
1321 | 2024-05-03T02:46:49.192Z | Compiling equivalent v1.0.1 |
1322 | 2024-05-03T02:46:49.244Z | Compiling futures-io v0.3.30 |
1323 | 2024-05-03T02:46:49.297Z | Compiling heck v0.4.1 |
1324 | 2024-05-03T02:46:49.347Z | Compiling fnv v1.0.7 |
1325 | 2024-05-03T02:46:49.470Z | Compiling spin v0.9.8 |
1326 | 2024-05-03T02:46:49.674Z | Compiling untrusted v0.9.0 |
1327 | 2024-05-03T02:46:49.710Z | Compiling slog v2.7.0 |
1328 | 2024-05-03T02:46:49.801Z | Compiling vcpkg v0.2.15 |
1329 | 2024-05-03T02:46:49.838Z | Compiling pkg-config v0.3.30 |
1330 | 2024-05-03T02:46:50.157Z | Compiling serde_derive_internals v0.26.0 |
1331 | 2024-05-03T02:46:51.267Z | Compiling openssl-sys v0.9.101 |
1332 | 2024-05-03T02:46:52.182Z | Compiling httparse v1.8.0 |
1333 | 2024-05-03T02:46:52.289Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2024-05-03T02:46:52.376Z | Compiling tinyvec v1.6.0 |
1335 | 2024-05-03T02:46:52.534Z | Compiling chrono v0.4.38 |
1336 | 2024-05-03T02:46:52.661Z | Compiling uuid v1.8.0 |
1337 | 2024-05-03T02:46:53.407Z | Compiling ucd-trie v0.1.6 |
1338 | 2024-05-03T02:46:53.862Z | Compiling percent-encoding v2.3.1 |
1339 | 2024-05-03T02:46:53.891Z | Compiling unicode-normalization v0.1.23 |
1340 | 2024-05-03T02:46:54.337Z | Compiling form_urlencoded v1.2.1 |
1341 | 2024-05-03T02:46:54.834Z | Compiling openssl v0.10.64 |
1342 | 2024-05-03T02:46:55.176Z | Compiling unicode-bidi v0.3.15 |
1343 | 2024-05-03T02:46:55.399Z | Compiling try-lock v0.2.5 |
1344 | 2024-05-03T02:46:55.539Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-05-03T02:46:55.556Z | Compiling schemars_derive v0.8.16 |
1346 | 2024-05-03T02:46:55.637Z | Compiling foreign-types v0.3.2 |
1347 | 2024-05-03T02:46:55.640Z | Compiling want v0.3.1 |
1348 | 2024-05-03T02:46:55.847Z | Compiling aho-corasick v1.1.3 |
1349 | 2024-05-03T02:46:55.919Z | Compiling rustls v0.21.10 |
1350 | 2024-05-03T02:46:55.989Z | Compiling serde_derive v1.0.199 |
1351 | 2024-05-03T02:46:56.260Z | Compiling zerocopy-derive v0.7.32 |
1352 | 2024-05-03T02:46:57.203Z | Compiling thiserror-impl v1.0.59 |
1353 | 2024-05-03T02:46:58.037Z | Compiling tokio-macros v2.2.0 |
1354 | 2024-05-03T02:46:58.409Z | Compiling zerocopy v0.7.32 |
1355 | 2024-05-03T02:46:59.701Z | Compiling futures-macro v0.3.30 |
1356 | 2024-05-03T02:47:00.328Z | Compiling tracing-attributes v0.1.27 |
1357 | 2024-05-03T02:47:00.344Z | Compiling pest v2.7.8 |
1358 | 2024-05-03T02:47:00.534Z | Compiling hashbrown v0.14.3 |
1359 | 2024-05-03T02:47:01.699Z | Compiling futures-util v0.3.30 |
1360 | 2024-05-03T02:47:02.204Z | Compiling regress v0.9.0 |
1361 | 2024-05-03T02:47:02.283Z | Compiling openssl-macros v0.1.1 |
1362 | 2024-05-03T02:47:02.882Z | Compiling pest_meta v2.7.8 |
1363 | 2024-05-03T02:47:03.129Z | Compiling tower-service v0.3.2 |
1364 | 2024-05-03T02:47:03.250Z | Compiling unicode-width v0.1.11 |
1365 | 2024-05-03T02:47:04.135Z | Compiling tracing v0.1.40 |
1366 | 2024-05-03T02:47:04.606Z | Compiling typenum v1.17.0 |
1367 | 2024-05-03T02:47:05.633Z | Compiling regex-syntax v0.8.2 |
1368 | 2024-05-03T02:47:06.389Z | Compiling bitflags v2.5.0 |
1369 | 2024-05-03T02:47:06.750Z | Compiling native-tls v0.2.11 |
1370 | 2024-05-03T02:47:06.922Z | Compiling httpdate v1.0.3 |
1371 | 2024-05-03T02:47:07.695Z | Compiling rustls-webpki v0.101.7 |
1372 | 2024-05-03T02:47:08.596Z | Compiling sct v0.7.1 |
1373 | 2024-05-03T02:47:09.083Z | Compiling regex-automata v0.4.6 |
1374 | 2024-05-03T02:47:09.764Z | Compiling bytes v1.6.0 |
1375 | 2024-05-03T02:47:11.433Z | Compiling tokio v1.37.0 |
1376 | 2024-05-03T02:47:12.914Z | Compiling indexmap v2.2.6 |
1377 | 2024-05-03T02:47:14.644Z | Compiling serde_tokenstream v0.2.0 |
1378 | 2024-05-03T02:47:15.520Z | Compiling http v0.2.12 |
1379 | 2024-05-03T02:47:17.095Z | Compiling pest_generator v2.7.8 |
1380 | 2024-05-03T02:47:18.917Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1381 | 2024-05-03T02:47:19.841Z | Compiling http-body v0.4.6 |
1382 | 2024-05-03T02:47:20.299Z | Compiling idna v0.5.0 |
1383 | 2024-05-03T02:47:20.347Z | Compiling tokio-util v0.7.10 |
1384 | 2024-05-03T02:47:22.542Z | Compiling h2 v0.3.25 |
1385 | 2024-05-03T02:47:23.700Z | Compiling generic-array v0.14.7 |
1386 | 2024-05-03T02:47:24.096Z | Compiling openssl-probe v0.1.5 |
1387 | 2024-05-03T02:47:24.616Z | Compiling base64 v0.21.7 |
1388 | 2024-05-03T02:47:25.776Z | Compiling strsim v0.10.0 |
1389 | 2024-05-03T02:47:26.408Z | Compiling ident_case v1.0.1 |
1390 | 2024-05-03T02:47:26.580Z | Compiling darling_core v0.20.8 |
1391 | 2024-05-03T02:47:27.522Z | Compiling hyper v0.14.28 |
1392 | 2024-05-03T02:47:29.992Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1393 | 2024-05-03T02:47:34.549Z | Compiling url v2.5.0 |
1394 | 2024-05-03T02:47:37.983Z | Compiling pest_derive v2.7.8 |
1395 | 2024-05-03T02:47:40.327Z | Compiling regex v1.10.4 |
1396 | 2024-05-03T02:47:40.559Z | Compiling rand_core v0.6.4 |
1397 | 2024-05-03T02:47:40.679Z | Compiling encoding_rs v0.8.33 |
1398 | 2024-05-03T02:47:41.009Z | Compiling subtle v2.5.0 |
1399 | 2024-05-03T02:47:41.285Z | Compiling mime v0.3.17 |
1400 | 2024-05-03T02:47:41.301Z | Compiling ipnet v2.9.0 |
1401 | 2024-05-03T02:47:42.107Z | Compiling omicron-workspace-hack v0.1.0 |
1402 | 2024-05-03T02:47:42.390Z | Compiling tokio-rustls v0.24.1 |
1403 | 2024-05-03T02:47:43.854Z | Compiling darling_macro v0.20.8 |
1404 | 2024-05-03T02:47:43.984Z | Compiling tokio-native-tls v0.3.1 |
1405 | 2024-05-03T02:47:44.117Z | Compiling serde_urlencoded v0.7.1 |
1406 | 2024-05-03T02:47:44.788Z | Compiling crossbeam-utils v0.8.19 |
1407 | 2024-05-03T02:47:45.354Z | Compiling anyhow v1.0.82 |
1408 | 2024-05-03T02:47:46.087Z | Compiling getopts v0.2.21 |
1409 | 2024-05-03T02:47:46.927Z | Compiling darling v0.20.8 |
1410 | 2024-05-03T02:47:47.065Z | Compiling hyper-tls v0.5.0 |
1411 | 2024-05-03T02:47:47.483Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-05-03T02:47:47.811Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1413 | 2024-05-03T02:47:47.823Z | Compiling rustls-pemfile v1.0.4 |
1414 | 2024-05-03T02:47:48.754Z | Compiling openapiv3 v2.0.0 |
1415 | 2024-05-03T02:47:51.387Z | Compiling scroll_derive v0.12.0 |
1416 | 2024-05-03T02:47:52.594Z | Compiling usdt-impl v0.5.0 |
1417 | 2024-05-03T02:47:52.918Z | Compiling time-core v0.1.2 |
1418 | 2024-05-03T02:47:52.944Z | Compiling num-conv v0.1.0 |
1419 | 2024-05-03T02:47:52.982Z | Compiling ppv-lite86 v0.2.17 |
1420 | 2024-05-03T02:47:52.998Z | Compiling webpki-roots v0.25.4 |
1421 | 2024-05-03T02:47:53.091Z | Compiling sync_wrapper v0.1.2 |
1422 | 2024-05-03T02:47:53.161Z | Compiling rustversion v1.0.14 |
1423 | 2024-05-03T02:47:53.227Z | Compiling powerfmt v0.2.0 |
1424 | 2024-05-03T02:47:53.241Z | Compiling unsafe-libyaml v0.2.11 |
1425 | 2024-05-03T02:47:53.724Z | Compiling deranged v0.3.11 |
1426 | 2024-05-03T02:47:53.801Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-05-03T02:47:53.895Z | Compiling time-macros v0.2.17 |
1428 | 2024-05-03T02:47:54.650Z | Compiling serde_yaml v0.9.34+deprecated |
1429 | 2024-05-03T02:47:55.006Z | Compiling reqwest v0.11.27 |
1430 | 2024-05-03T02:47:55.603Z | Compiling scroll v0.12.0 |
1431 | 2024-05-03T02:47:55.938Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1432 | 2024-05-03T02:47:56.363Z | Compiling thread-id v4.2.1 |
1433 | 2024-05-03T02:47:58.349Z | Compiling block-buffer v0.10.4 |
1434 | 2024-05-03T02:47:58.385Z | Compiling crypto-common v0.1.6 |
1435 | 2024-05-03T02:47:58.411Z | Compiling dtrace-parser v0.2.0 |
1436 | 2024-05-03T02:47:58.573Z | Compiling dof v0.3.0 |
1437 | 2024-05-03T02:47:59.635Z | Compiling plain v0.2.3 |
1438 | 2024-05-03T02:47:59.805Z | Compiling async-trait v0.1.79 |
1439 | 2024-05-03T02:48:00.281Z | Compiling num_threads v0.1.7 |
1440 | 2024-05-03T02:48:00.407Z | Compiling time v0.3.34 |
1441 | 2024-05-03T02:48:01.802Z | Compiling goblin v0.8.0 |
1442 | 2024-05-03T02:48:02.651Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1443 | 2024-05-03T02:48:05.429Z | Compiling digest v0.10.7 |
1444 | 2024-05-03T02:48:05.884Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1445 | 2024-05-03T02:48:07.524Z | Compiling rand v0.8.5 |
1446 | 2024-05-03T02:48:09.628Z | Compiling dirs-sys-next v0.1.2 |
1447 | 2024-05-03T02:48:10.772Z | Compiling pretty-hex v0.4.1 |
1448 | 2024-05-03T02:48:10.999Z | Compiling lazy_static v1.4.0 |
1449 | 2024-05-03T02:48:11.137Z | Compiling rustls-pki-types v1.4.0 |
1450 | 2024-05-03T02:48:11.162Z | Compiling match_cfg v0.1.0 |
1451 | 2024-05-03T02:48:11.251Z | Compiling hostname v0.3.1 |
1452 | 2024-05-03T02:48:12.454Z | Compiling dirs-next v2.0.0 |
1453 | 2024-05-03T02:48:15.274Z | Compiling ipnetwork v0.20.0 |
1454 | 2024-05-03T02:48:17.747Z | Compiling thread_local v1.1.8 |
1455 | 2024-05-03T02:48:17.763Z | Compiling instant v0.1.12 |
1456 | 2024-05-03T02:48:17.922Z | Compiling cpufeatures v0.2.12 |
1457 | 2024-05-03T02:48:18.017Z | Compiling slog-async v2.8.0 |
1458 | 2024-05-03T02:48:18.503Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1459 | 2024-05-03T02:48:18.529Z | Compiling rustls v0.22.2 |
1460 | 2024-05-03T02:48:18.802Z | Compiling term v0.7.0 |
1461 | 2024-05-03T02:48:18.908Z | Compiling rustls-webpki v0.102.2 |
1462 | 2024-05-03T02:48:19.224Z | Compiling usdt-macro v0.5.0 |
1463 | 2024-05-03T02:48:20.557Z | Compiling usdt-attr-macro v0.5.0 |
1464 | 2024-05-03T02:48:22.089Z | Compiling crossbeam-channel v0.5.12 |
1465 | 2024-05-03T02:48:23.298Z | Compiling toml_datetime v0.6.5 |
1466 | 2024-05-03T02:48:23.602Z | Compiling serde_spanned v0.6.5 |
1467 | 2024-05-03T02:48:23.783Z | Compiling futures-executor v0.3.30 |
1468 | 2024-05-03T02:48:23.835Z | Compiling structmeta-derive v0.3.0 |
1469 | 2024-05-03T02:48:23.969Z | Compiling is-terminal v0.4.12 |
1470 | 2024-05-03T02:48:24.096Z | Compiling memmap v0.7.0 |
1471 | 2024-05-03T02:48:27.970Z | Compiling multer v3.0.0 |
1472 | 2024-05-03T02:48:27.970Z | Compiling winnow v0.6.5 |
1473 | 2024-05-03T02:48:27.970Z | Compiling camino v1.1.6 |
1474 | 2024-05-03T02:48:27.970Z | Compiling paste v1.0.14 |
1475 | 2024-05-03T02:48:27.970Z | Compiling take_mut v0.2.2 |
1476 | 2024-05-03T02:48:27.971Z | Compiling zeroize v1.7.0 |
1477 | 2024-05-03T02:48:27.971Z | Compiling structmeta v0.3.0 |
1478 | 2024-05-03T02:48:27.971Z | Compiling usdt v0.5.0 |
1479 | 2024-05-03T02:48:28.102Z | Compiling slog-term v2.9.1 |
1480 | 2024-05-03T02:48:28.789Z | Compiling toml_edit v0.22.9 |
1481 | 2024-05-03T02:48:29.209Z | Compiling futures v0.3.30 |
1482 | 2024-05-03T02:48:29.419Z | Compiling slog-json v2.6.1 |
1483 | 2024-05-03T02:48:29.525Z | Compiling serde_with_macros v3.7.0 |
1484 | 2024-05-03T02:48:29.900Z | Compiling http v1.1.0 |
1485 | 2024-05-03T02:48:30.892Z | Compiling async-stream-impl v0.3.5 |
1486 | 2024-05-03T02:48:32.297Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1487 | 2024-05-03T02:48:32.494Z | Compiling atomic-waker v1.1.2 |
1488 | 2024-05-03T02:48:32.671Z | Compiling base64 v0.22.0 |
1489 | 2024-05-03T02:48:32.684Z | Compiling semver v1.0.22 |
1490 | 2024-05-03T02:48:33.331Z | Compiling waitgroup v0.1.2 |
1491 | 2024-05-03T02:48:33.565Z | Compiling serde_with v3.7.0 |
1492 | 2024-05-03T02:48:34.067Z | Compiling async-stream v0.3.5 |
1493 | 2024-05-03T02:48:34.068Z | Compiling toml v0.8.12 |
1494 | 2024-05-03T02:48:37.490Z | Compiling tokio-rustls v0.25.0 |
1495 | 2024-05-03T02:48:38.344Z | Compiling slog-bunyan v2.5.0 |
1496 | 2024-05-03T02:48:38.712Z | Compiling parse-display-derive v0.9.0 |
1497 | 2024-05-03T02:48:39.363Z | Compiling sha1 v0.10.6 |
1498 | 2024-05-03T02:48:39.781Z | Compiling rustls-pemfile v2.1.1 |
1499 | 2024-05-03T02:48:40.284Z | Compiling strum_macros v0.26.2 |
1500 | 2024-05-03T02:48:40.513Z | Compiling newtype-uuid v1.0.1 |
1501 | 2024-05-03T02:48:40.843Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1502 | 2024-05-03T02:48:41.753Z | Compiling serde_path_to_error v0.1.16 |
1503 | 2024-05-03T02:48:42.060Z | Compiling hex v0.4.3 |
1504 | 2024-05-03T02:48:42.730Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1505 | 2024-05-03T02:48:42.737Z | Compiling bitflags v1.3.2 |
1506 | 2024-05-03T02:48:42.821Z | Compiling debug-ignore v1.0.5 |
1507 | 2024-05-03T02:48:42.843Z | Compiling parse-display v0.9.0 |
1508 | 2024-05-03T02:48:42.962Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1509 | 2024-05-03T02:48:43.149Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1510 | 2024-05-03T02:48:43.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1511 | 2024-05-03T02:48:43.800Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1512 | 2024-05-03T02:48:44.648Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1513 | 2024-05-03T02:48:44.855Z | Compiling backoff v0.4.0 |
1514 | 2024-05-03T02:48:44.976Z | Compiling strum v0.26.2 |
1515 | 2024-05-03T02:48:45.040Z | Compiling macaddr v1.0.1 |
1516 | 2024-05-03T02:48:45.159Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2024-05-03T02:48:45.204Z | Compiling winnow v0.5.40 |
1518 | 2024-05-03T02:48:45.566Z | Compiling semver v0.1.20 |
1519 | 2024-05-03T02:48:45.997Z | Compiling rustc_version v0.1.7 |
1520 | 2024-05-03T02:48:46.079Z | Compiling num-integer v0.1.46 |
1521 | 2024-05-03T02:48:46.103Z | Compiling num-rational v0.4.1 |
1522 | 2024-05-03T02:48:46.379Z | Compiling newtype_derive v0.1.6 |
1523 | 2024-05-03T02:48:46.736Z | Compiling zerocopy-derive v0.6.6 |
1524 | 2024-05-03T02:48:46.752Z | Compiling hubpack_derive v0.1.1 |
1525 | 2024-05-03T02:48:47.182Z | Compiling base64ct v1.6.0 |
1526 | 2024-05-03T02:48:47.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1527 | 2024-05-03T02:48:47.852Z | Compiling heapless v0.8.0 |
1528 | 2024-05-03T02:48:48.154Z | Compiling hubpack v0.1.2 |
1529 | 2024-05-03T02:48:48.619Z | Compiling password-hash v0.5.0 |
1530 | 2024-05-03T02:48:48.732Z | Compiling toml_edit v0.19.15 |
1531 | 2024-05-03T02:48:48.792Z | Compiling zerocopy v0.6.6 |
1532 | 2024-05-03T02:48:49.683Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1533 | 2024-05-03T02:48:50.918Z | Compiling num-iter v0.1.44 |
1534 | 2024-05-03T02:48:51.104Z | Compiling proc-macro-crate v1.3.1 |
1535 | 2024-05-03T02:48:51.612Z | Compiling strum_macros v0.25.3 |
1536 | 2024-05-03T02:48:51.956Z | Compiling blake2 v0.10.6 |
1537 | 2024-05-03T02:48:53.310Z | Compiling serde_repr v0.1.19 |
1538 | 2024-05-03T02:48:54.558Z | Compiling foreign-types-macros v0.2.3 |
1539 | 2024-05-03T02:48:54.997Z | Compiling num_enum_derive v0.5.11 |
1540 | 2024-05-03T02:48:55.561Z | Compiling num-complex v0.4.5 |
1541 | 2024-05-03T02:48:55.886Z | Compiling hash32 v0.3.1 |
1542 | 2024-05-03T02:48:56.152Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1543 | 2024-05-03T02:48:56.506Z | Compiling static_assertions v1.1.0 |
1544 | 2024-05-03T02:48:56.604Z | Compiling fixedbitset v0.4.2 |
1545 | 2024-05-03T02:48:57.207Z | Compiling smoltcp v0.11.0 |
1546 | 2024-05-03T02:48:57.359Z | Compiling stable_deref_trait v1.2.0 |
1547 | 2024-05-03T02:48:57.385Z | Compiling foreign-types-shared v0.3.1 |
1548 | 2024-05-03T02:48:57.448Z | Compiling petgraph v0.6.4 |
1549 | 2024-05-03T02:48:57.481Z | Compiling num_enum v0.5.11 |
1550 | 2024-05-03T02:48:57.498Z | Compiling foreign-types v0.5.0 |
1551 | 2024-05-03T02:48:57.607Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1552 | 2024-05-03T02:48:57.653Z | Compiling num v0.4.1 |
1553 | 2024-05-03T02:48:57.747Z | Compiling argon2 v0.5.3 |
1554 | 2024-05-03T02:48:58.218Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1555 | 2024-05-03T02:48:58.685Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1556 | 2024-05-03T02:48:59.417Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1557 | 2024-05-03T02:49:00.368Z | Compiling cstr-argument v0.1.2 |
1558 | 2024-05-03T02:49:00.474Z | Compiling cobs v0.2.3 |
1559 | 2024-05-03T02:49:00.608Z | Compiling managed v0.8.0 |
1560 | 2024-05-03T02:49:00.899Z | Compiling utf8parse v0.2.1 |
1561 | 2024-05-03T02:49:01.077Z | Compiling pretty-hex v0.2.1 |
1562 | 2024-05-03T02:49:01.119Z | Compiling matches v0.1.10 |
1563 | 2024-05-03T02:49:01.214Z | Compiling embedded-io v0.4.0 |
1564 | 2024-05-03T02:49:01.280Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1565 | 2024-05-03T02:49:01.449Z | Compiling postcard v1.0.8 |
1566 | 2024-05-03T02:49:02.055Z | Compiling steno v0.4.0 |
1567 | 2024-05-03T02:49:02.061Z | Compiling idna v0.2.3 |
1568 | 2024-05-03T02:49:02.331Z | Compiling anstyle-parse v0.2.3 |
1569 | 2024-05-03T02:49:02.728Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2024-05-03T02:49:03.630Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1571 | 2024-05-03T02:49:04.521Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1572 | 2024-05-03T02:49:05.125Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1573 | 2024-05-03T02:49:05.239Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1574 | 2024-05-03T02:49:05.835Z | Compiling colored v2.1.0 |
1575 | 2024-05-03T02:49:07.153Z | Compiling enum-as-inner v0.5.1 |
1576 | 2024-05-03T02:49:08.301Z | Compiling socket2 v0.4.10 |
1577 | 2024-05-03T02:49:09.942Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1578 | 2024-05-03T02:49:10.315Z | Compiling slog-dtrace v0.3.0 |
1579 | 2024-05-03T02:49:10.561Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1580 | 2024-05-03T02:49:10.688Z | Compiling parking_lot_core v0.8.6 |
1581 | 2024-05-03T02:49:10.715Z | Compiling anstyle-query v1.0.2 |
1582 | 2024-05-03T02:49:10.864Z | Compiling quick-error v1.2.3 |
1583 | 2024-05-03T02:49:11.009Z | Compiling anstyle v1.0.6 |
1584 | 2024-05-03T02:49:11.162Z | Compiling linked-hash-map v0.5.6 |
1585 | 2024-05-03T02:49:11.549Z | Compiling data-encoding v2.5.0 |
1586 | 2024-05-03T02:49:11.562Z | Compiling humantime v2.1.0 |
1587 | 2024-05-03T02:49:12.039Z | Compiling colorchoice v1.0.0 |
1588 | 2024-05-03T02:49:12.197Z | Compiling anstream v0.6.13 |
1589 | 2024-05-03T02:49:12.433Z | Compiling trust-dns-proto v0.22.0 |
1590 | 2024-05-03T02:49:13.303Z | Compiling lru-cache v0.1.2 |
1591 | 2024-05-03T02:49:13.539Z | Compiling resolv-conf v0.7.0 |
1592 | 2024-05-03T02:49:15.210Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1593 | 2024-05-03T02:49:18.678Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1594 | 2024-05-03T02:49:19.048Z | Compiling tabwriter v1.4.0 |
1595 | 2024-05-03T02:49:19.279Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1596 | 2024-05-03T02:49:19.806Z | Compiling num-derive v0.3.3 |
1597 | 2024-05-03T02:49:19.884Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1598 | 2024-05-03T02:49:20.276Z | Compiling crc32fast v1.4.0 |
1599 | 2024-05-03T02:49:20.790Z | Compiling heck v0.5.0 |
1600 | 2024-05-03T02:49:21.210Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d) |
1601 | 2024-05-03T02:49:21.577Z | Compiling strsim v0.11.0 |
1602 | 2024-05-03T02:49:22.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1603 | 2024-05-03T02:49:22.496Z | Compiling clap_lex v0.7.0 |
1604 | 2024-05-03T02:49:23.245Z | Compiling clap_builder v4.5.2 |
1605 | 2024-05-03T02:49:23.714Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1606 | 2024-05-03T02:49:23.973Z | Compiling clap_derive v4.5.4 |
1607 | 2024-05-03T02:49:25.308Z | Compiling trust-dns-resolver v0.22.0 |
1608 | 2024-05-03T02:49:30.209Z | Compiling hashbrown v0.13.2 |
1609 | 2024-05-03T02:49:30.473Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1610 | 2024-05-03T02:49:30.847Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1611 | 2024-05-03T02:49:31.473Z | Compiling regress v0.6.0 |
1612 | 2024-05-03T02:49:31.662Z | Compiling parking_lot v0.11.2 |
1613 | 2024-05-03T02:49:32.518Z | Compiling clap v4.5.4 |
1614 | 2024-05-03T02:49:32.637Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1615 | 2024-05-03T02:49:34.088Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1616 | 2024-05-03T02:49:35.647Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1617 | 2024-05-03T02:49:42.204Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1618 | 2024-05-03T02:49:47.590Z | Compiling crossbeam-epoch v0.9.18 |
1619 | 2024-05-03T02:49:49.003Z | Compiling fxhash v0.2.1 |
1620 | 2024-05-03T02:49:49.129Z | Compiling arc-swap v1.7.1 |
1621 | 2024-05-03T02:49:49.197Z | Compiling crc8 v0.1.1 |
1622 | 2024-05-03T02:49:49.495Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1623 | 2024-05-03T02:49:49.849Z | Compiling slog-scope v4.4.0 |
1624 | 2024-05-03T02:49:49.965Z | Compiling sled v0.34.7 |
1625 | 2024-05-03T02:49:50.800Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1626 | 2024-05-03T02:49:59.305Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1627 | 2024-05-03T02:49:59.365Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1628 | 2024-05-03T02:49:59.794Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1629 | 2024-05-03T02:50:00.292Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1630 | 2024-05-03T02:50:01.683Z | Compiling slog-stdlog v4.1.1 |
1631 | 2024-05-03T02:50:02.626Z | Compiling slog-envlogger v2.2.0 |
1632 | 2024-05-03T02:50:04.770Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1633 | 2024-05-03T02:50:37.404Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1634 | 2024-05-03T02:50:37.404Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1635 | 2024-05-03T02:50:45.840Z | Finished release [optimized] target(s) in 4m 27s |
1636 | 2024-05-03T02:50:46.041Z | + banner trio |
1637 | 2024-05-03T02:50:46.044Z | |
1638 | 2024-05-03T02:50:46.044Z | ##### ##### # #### |
1639 | 2024-05-03T02:50:46.044Z | # # # # # # |
1640 | 2024-05-03T02:50:46.044Z | # # # # # # |
1641 | 2024-05-03T02:50:46.044Z | # ##### # # # |
1642 | 2024-05-03T02:50:46.044Z | # # # # # # |
1643 | 2024-05-03T02:50:46.044Z | # # # # #### |
1644 | 2024-05-03T02:50:46.044Z | |
1645 | 2024-05-03T02:50:46.044Z | + pfexec cargo test --release -p mg-tests test_trio_v2 -- --nocapture |
1646 | 2024-05-03T02:50:46.412Z | Compiling cfg-if v1.0.0 |
1647 | 2024-05-03T02:50:46.412Z | Compiling once_cell v1.19.0 |
1648 | 2024-05-03T02:50:46.417Z | Compiling zerocopy v0.7.32 |
1649 | 2024-05-03T02:50:46.417Z | Compiling libc v0.2.153 |
1650 | 2024-05-03T02:50:46.417Z | Compiling syn v2.0.55 |
1651 | 2024-05-03T02:50:46.453Z | Compiling itoa v1.0.10 |
1652 | 2024-05-03T02:50:46.463Z | Compiling serde v1.0.199 |
1653 | 2024-05-03T02:50:46.473Z | Compiling pin-project-lite v0.2.13 |
1654 | 2024-05-03T02:50:46.506Z | Compiling bytes v1.6.0 |
1655 | 2024-05-03T02:50:46.513Z | Compiling smallvec v1.13.2 |
1656 | 2024-05-03T02:50:46.561Z | Compiling scopeguard v1.2.0 |
1657 | 2024-05-03T02:50:46.653Z | Compiling lock_api v0.4.11 |
1658 | 2024-05-03T02:50:46.848Z | Compiling log v0.4.21 |
1659 | 2024-05-03T02:50:46.964Z | Compiling allocator-api2 v0.2.16 |
1660 | 2024-05-03T02:50:47.096Z | Compiling ahash v0.8.11 |
1661 | 2024-05-03T02:50:47.111Z | Compiling parking_lot_core v0.9.9 |
1662 | 2024-05-03T02:50:47.162Z | Compiling mio v0.8.11 |
1663 | 2024-05-03T02:50:47.357Z | Compiling socket2 v0.5.6 |
1664 | 2024-05-03T02:50:47.447Z | Compiling parking_lot v0.12.1 |
1665 | 2024-05-03T02:50:47.553Z | Compiling hashbrown v0.14.3 |
1666 | 2024-05-03T02:50:48.066Z | Compiling signal-hook-registry v1.4.1 |
1667 | 2024-05-03T02:50:48.338Z | Compiling getrandom v0.2.12 |
1668 | 2024-05-03T02:50:48.387Z | Compiling num_cpus v1.16.0 |
1669 | 2024-05-03T02:50:48.702Z | Compiling memchr v2.7.1 |
1670 | 2024-05-03T02:50:49.211Z | Compiling tracing-core v0.1.32 |
1671 | 2024-05-03T02:50:49.256Z | Compiling equivalent v1.0.1 |
1672 | 2024-05-03T02:50:49.355Z | Compiling fnv v1.0.7 |
1673 | 2024-05-03T02:50:49.481Z | Compiling futures-core v0.3.30 |
1674 | 2024-05-03T02:50:49.723Z | Compiling ryu v1.0.17 |
1675 | 2024-05-03T02:50:49.743Z | Compiling http v0.2.12 |
1676 | 2024-05-03T02:50:50.042Z | Compiling untrusted v0.9.0 |
1677 | 2024-05-03T02:50:50.078Z | Compiling spin v0.9.8 |
1678 | 2024-05-03T02:50:50.218Z | Compiling regress v0.9.0 |
1679 | 2024-05-03T02:50:50.270Z | Compiling ring v0.17.8 |
1680 | 2024-05-03T02:50:50.324Z | Compiling futures-sink v0.3.30 |
1681 | 2024-05-03T02:50:50.458Z | Compiling futures-task v0.3.30 |
1682 | 2024-05-03T02:50:50.484Z | Compiling pin-utils v0.1.0 |
1683 | 2024-05-03T02:50:50.574Z | Compiling foreign-types-shared v0.1.1 |
1684 | 2024-05-03T02:50:51.046Z | Compiling foreign-types v0.3.2 |
1685 | 2024-05-03T02:50:51.046Z | Compiling futures-util v0.3.30 |
1686 | 2024-05-03T02:50:51.046Z | Compiling slab v0.4.9 |
1687 | 2024-05-03T02:50:51.046Z | Compiling openssl-sys v0.9.101 |
1688 | 2024-05-03T02:50:51.697Z | Compiling num-traits v0.2.18 |
1689 | 2024-05-03T02:50:51.753Z | Compiling try-lock v0.2.5 |
1690 | 2024-05-03T02:50:51.891Z | Compiling unicode-ident v1.0.12 |
1691 | 2024-05-03T02:50:52.069Z | Compiling bitflags v2.5.0 |
1692 | 2024-05-03T02:50:52.414Z | Compiling tinyvec_macros v0.1.1 |
1693 | 2024-05-03T02:50:52.482Z | Compiling slog v2.7.0 |
1694 | 2024-05-03T02:50:52.513Z | Compiling tinyvec v1.6.0 |
1695 | 2024-05-03T02:50:53.036Z | Compiling sct v0.7.1 |
1696 | 2024-05-03T02:50:53.524Z | Compiling rustls-webpki v0.101.7 |
1697 | 2024-05-03T02:50:53.967Z | Compiling proc-macro2 v1.0.79 |
1698 | 2024-05-03T02:50:54.132Z | Compiling want v0.3.1 |
1699 | 2024-05-03T02:50:54.428Z | Compiling http-body v0.4.6 |
1700 | 2024-05-03T02:50:54.663Z | Compiling httparse v1.8.0 |
1701 | 2024-05-03T02:50:54.761Z | Compiling futures-channel v0.3.30 |
1702 | 2024-05-03T02:50:54.855Z | Compiling httpdate v1.0.3 |
1703 | 2024-05-03T02:50:54.969Z | Compiling openssl-probe v0.1.5 |
1704 | 2024-05-03T02:50:55.203Z | Compiling percent-encoding v2.3.1 |
1705 | 2024-05-03T02:50:55.499Z | Compiling tower-service v0.3.2 |
1706 | 2024-05-03T02:50:55.622Z | Compiling form_urlencoded v1.2.1 |
1707 | 2024-05-03T02:50:55.639Z | Compiling quote v1.0.35 |
1708 | 2024-05-03T02:50:55.681Z | Compiling chrono v0.4.38 |
1709 | 2024-05-03T02:50:55.686Z | Compiling rustls v0.21.10 |
1710 | 2024-05-03T02:50:56.124Z | Compiling unicode-normalization v0.1.23 |
1711 | 2024-05-03T02:50:57.673Z | Compiling aho-corasick v1.1.3 |
1712 | 2024-05-03T02:50:58.137Z | Compiling serde_derive v1.0.199 |
1713 | 2024-05-03T02:50:58.324Z | Compiling thiserror-impl v1.0.59 |
1714 | 2024-05-03T02:50:58.396Z | Compiling tokio-macros v2.2.0 |
1715 | 2024-05-03T02:50:59.445Z | Compiling tracing-attributes v0.1.27 |
1716 | 2024-05-03T02:51:00.024Z | Compiling tokio v1.37.0 |
1717 | 2024-05-03T02:51:00.336Z | Compiling openssl-macros v0.1.1 |
1718 | 2024-05-03T02:51:01.162Z | Compiling thiserror v1.0.59 |
1719 | 2024-05-03T02:51:01.278Z | Compiling openssl v0.10.64 |
1720 | 2024-05-03T02:51:01.306Z | Compiling schemars v0.8.16 |
1721 | 2024-05-03T02:51:01.322Z | Compiling proc-macro-error-attr v1.0.4 |
1722 | 2024-05-03T02:51:01.826Z | Compiling unicode-bidi v0.3.15 |
1723 | 2024-05-03T02:51:02.041Z | Compiling lazy_static v1.4.0 |
1724 | 2024-05-03T02:51:02.167Z | Compiling regex-syntax v0.8.2 |
1725 | 2024-05-03T02:51:02.936Z | Compiling tracing v0.1.40 |
1726 | 2024-05-03T02:51:03.670Z | Compiling dyn-clone v1.0.17 |
1727 | 2024-05-03T02:51:03.885Z | Compiling regex-automata v0.4.6 |
1728 | 2024-05-03T02:51:04.833Z | Compiling idna v0.5.0 |
1729 | 2024-05-03T02:51:11.871Z | Compiling tokio-util v0.7.10 |
1730 | 2024-05-03T02:51:12.334Z | Compiling indexmap v2.2.6 |
1731 | 2024-05-03T02:51:13.748Z | Compiling serde_json v1.0.116 |
1732 | 2024-05-03T02:51:13.986Z | Compiling serde_tokenstream v0.2.0 |
1733 | 2024-05-03T02:51:14.262Z | Compiling toml_edit v0.19.15 |
1734 | 2024-05-03T02:51:14.463Z | Compiling native-tls v0.2.11 |
1735 | 2024-05-03T02:51:16.730Z | Compiling uuid v1.8.0 |
1736 | 2024-05-03T02:51:17.224Z | Compiling h2 v0.3.25 |
1737 | 2024-05-03T02:51:18.385Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1738 | 2024-05-03T02:51:20.443Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-05-03T02:51:20.554Z | Compiling tokio-native-tls v0.3.1 |
1740 | 2024-05-03T02:51:20.835Z | Compiling tokio-rustls v0.24.1 |
1741 | 2024-05-03T02:51:23.108Z | Compiling hyper v0.14.28 |
1742 | 2024-05-03T02:51:29.140Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1743 | 2024-05-03T02:51:32.096Z | Compiling proc-macro-error v1.0.4 |
1744 | 2024-05-03T02:51:32.459Z | Compiling base64 v0.21.7 |
1745 | 2024-05-03T02:51:33.618Z | Compiling heck v0.4.1 |
1746 | 2024-05-03T02:51:33.665Z | Compiling crossbeam-utils v0.8.19 |
1747 | 2024-05-03T02:51:34.256Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1748 | 2024-05-03T02:51:34.378Z | Compiling rustls-pemfile v1.0.4 |
1749 | 2024-05-03T02:51:34.977Z | Compiling hyper-tls v0.5.0 |
1750 | 2024-05-03T02:51:35.232Z | Compiling hyper-rustls v0.24.2 |
1751 | 2024-05-03T02:51:35.292Z | Compiling regex v1.10.4 |
1752 | 2024-05-03T02:51:35.642Z | Compiling num_enum_derive v0.5.11 |
1753 | 2024-05-03T02:51:35.879Z | Compiling openapiv3 v2.0.0 |
1754 | 2024-05-03T02:51:36.331Z | Compiling serde_urlencoded v0.7.1 |
1755 | 2024-05-03T02:51:37.918Z | Compiling url v2.5.0 |
1756 | 2024-05-03T02:51:38.146Z | Compiling foreign-types-macros v0.2.3 |
1757 | 2024-05-03T02:51:38.150Z | Compiling dirs-sys-next v0.1.2 |
1758 | 2024-05-03T02:51:39.044Z | Compiling encoding_rs v0.8.33 |
1759 | 2024-05-03T02:51:39.421Z | Compiling webpki-roots v0.25.4 |
1760 | 2024-05-03T02:51:39.497Z | Compiling mime v0.3.17 |
1761 | 2024-05-03T02:51:39.559Z | Compiling sync_wrapper v0.1.2 |
1762 | 2024-05-03T02:51:39.673Z | Compiling foreign-types-shared v0.3.1 |
1763 | 2024-05-03T02:51:39.785Z | Compiling powerfmt v0.2.0 |
1764 | 2024-05-03T02:51:40.260Z | Compiling ipnet v2.9.0 |
1765 | 2024-05-03T02:51:40.325Z | Compiling unicode-width v0.1.11 |
1766 | 2024-05-03T02:51:40.480Z | Compiling getopts v0.2.21 |
1767 | 2024-05-03T02:51:40.604Z | Compiling serde_yaml v0.9.34+deprecated |
1768 | 2024-05-03T02:51:42.732Z | Compiling reqwest v0.11.27 |
1769 | 2024-05-03T02:51:43.025Z | Compiling deranged v0.3.11 |
1770 | 2024-05-03T02:51:47.169Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1771 | 2024-05-03T02:51:47.170Z | Compiling foreign-types v0.5.0 |
1772 | 2024-05-03T02:51:47.170Z | Compiling dirs-next v2.0.0 |
1773 | 2024-05-03T02:51:47.170Z | Compiling num_enum v0.5.11 |
1774 | 2024-05-03T02:51:47.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1775 | 2024-05-03T02:51:47.170Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1776 | 2024-05-03T02:51:47.403Z | Compiling cstr-argument v0.1.2 |
1777 | 2024-05-03T02:51:47.648Z | Compiling thread_local v1.1.8 |
1778 | 2024-05-03T02:51:48.431Z | Compiling arc-swap v1.7.1 |
1779 | 2024-05-03T02:51:49.169Z | Compiling time-core v0.1.2 |
1780 | 2024-05-03T02:51:49.330Z | Compiling num-conv v0.1.0 |
1781 | 2024-05-03T02:51:49.582Z | Compiling either v1.10.0 |
1782 | 2024-05-03T02:51:50.003Z | Compiling pretty-hex v0.2.1 |
1783 | 2024-05-03T02:51:50.215Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1784 | 2024-05-03T02:51:50.439Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1785 | 2024-05-03T02:51:51.268Z | Compiling itertools v0.12.1 |
1786 | 2024-05-03T02:51:52.949Z | Compiling time v0.3.34 |
1787 | 2024-05-03T02:51:55.460Z | Compiling slog-scope v4.4.0 |
1788 | 2024-05-03T02:51:56.028Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1789 | 2024-05-03T02:51:56.192Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1790 | 2024-05-03T02:51:57.108Z | Compiling crossbeam-channel v0.5.12 |
1791 | 2024-05-03T02:51:58.848Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1792 | 2024-05-03T02:51:59.388Z | Compiling term v0.7.0 |
1793 | 2024-05-03T02:52:00.364Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1794 | 2024-05-03T02:52:02.339Z | Compiling anyhow v1.0.82 |
1795 | 2024-05-03T02:52:02.344Z | Compiling colored v2.1.0 |
1796 | 2024-05-03T02:52:03.662Z | Compiling socket2 v0.4.10 |
1797 | 2024-05-03T02:52:03.916Z | Compiling is-terminal v0.4.12 |
1798 | 2024-05-03T02:52:04.016Z | Compiling take_mut v0.2.2 |
1799 | 2024-05-03T02:52:04.166Z | Compiling slog-async v2.8.0 |
1800 | 2024-05-03T02:52:04.661Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1801 | 2024-05-03T02:52:05.337Z | Compiling slog-term v2.9.1 |
1802 | 2024-05-03T02:52:06.118Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1803 | 2024-05-03T02:52:06.322Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1804 | 2024-05-03T02:52:07.592Z | Compiling slog-stdlog v4.1.1 |
1805 | 2024-05-03T02:52:08.659Z | Compiling slog-envlogger v2.2.0 |
1806 | 2024-05-03T02:52:08.663Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1) |
1807 | 2024-05-03T02:52:10.139Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1808 | 2024-05-03T02:52:23.537Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1809 | 2024-05-03T02:52:29.581Z | Finished release [optimized] target(s) in 1m 43s |
1810 | 2024-05-03T02:52:29.608Z | Running unittests src/lib.rs (target/release/deps/mg_tests-85d7b7517bf8b010) |
1811 | 2024-05-03T02:52:29.629Z | |
1812 | 2024-05-03T02:52:29.629Z | running 1 test |
1813 | 2024-05-03T02:52:29.812Z | configure zone |
1814 | 2024-05-03T02:52:29.859Z | install zone |
1815 | 2024-05-03T02:53:29.640Z | test ddm::test_trio_v2 has been running for over 60 seconds |
1816 | 2024-05-03T02:53:31.997Z | boot zone |
1817 | 2024-05-03T02:53:32.647Z | start zone s1 |
1818 | 2024-05-03T02:53:32.647Z | configure zone |
1819 | 2024-05-03T02:53:32.652Z | install zone |
1820 | 2024-05-03T02:54:26.011Z | boot zone |
1821 | 2024-05-03T02:54:26.742Z | start zone s2 |
1822 | 2024-05-03T02:54:26.743Z | configure zone |
1823 | 2024-05-03T02:54:26.750Z | install zone |
1824 | 2024-05-03T02:55:21.439Z | boot zone |
1825 | 2024-05-03T02:55:22.285Z | start zone t1 |
1826 | 2024-05-03T02:55:22.285Z | configure zone |
1827 | 2024-05-03T02:55:22.294Z | install zone |
1828 | 2024-05-03T02:56:16.255Z | boot zone |
1829 | 2024-05-03T02:56:17.179Z | waiting for zones to come up |
1830 | 2024-05-03T02:56:27.153Z | [sidecar.trio] svcs milestone/network |
1831 | 2024-05-03T02:56:27.183Z | STATE STIME FMRI |
1832 | 2024-05-03T02:56:27.183Z | online 19:53:49 svc:/milestone/network:default |
1833 | 2024-05-03T02:56:27.183Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1834 | 2024-05-03T02:56:27.239Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1835 | 2024-05-03T02:56:27.291Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1836 | 2024-05-03T02:56:27.337Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1837 | 2024-05-03T02:56:27.340Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1838 | 2024-05-03T02:56:27.358Z | |
1839 | 2024-05-03T02:56:27.359Z | running zone s1.trio setup |
1840 | 2024-05-03T02:56:27.359Z | [s1.trio] svcs milestone/network |
1841 | 2024-05-03T02:56:27.381Z | STATE STIME FMRI |
1842 | 2024-05-03T02:56:27.381Z | online 19:54:44 svc:/milestone/network:default |
1843 | 2024-05-03T02:56:27.381Z | [s1.trio] dladm |
1844 | 2024-05-03T02:56:27.412Z | LINK CLASS MTU STATE BRIDGE OVER |
1845 | 2024-05-03T02:56:27.412Z | sl0 simnet 9000 up -- ? |
1846 | 2024-05-03T02:56:27.412Z | mg2 vnic 9000 up -- ? |
1847 | 2024-05-03T02:56:27.412Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1848 | 2024-05-03T02:56:27.858Z | |
1849 | 2024-05-03T02:56:27.858Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1850 | 2024-05-03T02:56:27.882Z | |
1851 | 2024-05-03T02:56:27.882Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1852 | 2024-05-03T02:56:27.910Z | |
1853 | 2024-05-03T02:56:27.910Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1854 | 2024-05-03T02:56:28.000Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1855 | 2024-05-03T02:56:28.035Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 87f82c3e-8a05-4ec0-9df7-064d3f49a9be --sled-uuid 1c24335b-5051-4026-a0e8-66aff513e0e6 -a sl0/v6 &> /opt/ddmd.log & |
1856 | 2024-05-03T02:56:28.055Z | |
1857 | 2024-05-03T02:56:28.056Z | running zone s2.trio setup |
1858 | 2024-05-03T02:56:28.056Z | [s2.trio] svcs milestone/network |
1859 | 2024-05-03T02:56:28.081Z | STATE STIME FMRI |
1860 | 2024-05-03T02:56:28.081Z | online 19:55:39 svc:/milestone/network:default |
1861 | 2024-05-03T02:56:28.081Z | [s2.trio] dladm |
1862 | 2024-05-03T02:56:28.100Z | LINK CLASS MTU STATE BRIDGE OVER |
1863 | 2024-05-03T02:56:28.100Z | sl1 simnet 9000 up -- ? |
1864 | 2024-05-03T02:56:28.100Z | mg3 vnic 9000 up -- ? |
1865 | 2024-05-03T02:56:28.100Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1866 | 2024-05-03T02:56:28.710Z | |
1867 | 2024-05-03T02:56:28.710Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1868 | 2024-05-03T02:56:28.733Z | |
1869 | 2024-05-03T02:56:28.733Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1870 | 2024-05-03T02:56:28.752Z | |
1871 | 2024-05-03T02:56:28.752Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1872 | 2024-05-03T02:56:28.796Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1873 | 2024-05-03T02:56:28.817Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1e6c0a6d-4b21-4d36-9b90-1e5e40a14846 --sled-uuid 032b4f1e-8335-40eb-9891-de84113cbda7 -a sl1/v6 &> /opt/ddmd.log & |
1874 | 2024-05-03T02:56:28.837Z | |
1875 | 2024-05-03T02:56:28.837Z | running zone t1.trio setup |
1876 | 2024-05-03T02:56:28.837Z | [t1.trio] svcs milestone/network |
1877 | 2024-05-03T02:56:28.862Z | STATE STIME FMRI |
1878 | 2024-05-03T02:56:28.862Z | - - svc:/milestone/network:default |
1879 | 2024-05-03T02:56:29.857Z | [t1.trio] svcs milestone/network |
1880 | 2024-05-03T02:56:29.877Z | STATE STIME FMRI |
1881 | 2024-05-03T02:56:29.877Z | - - svc:/milestone/network:default |
1882 | 2024-05-03T02:56:30.886Z | [t1.trio] svcs milestone/network |
1883 | 2024-05-03T02:56:30.898Z | STATE STIME FMRI |
1884 | 2024-05-03T02:56:30.899Z | - - svc:/milestone/network:default |
1885 | 2024-05-03T02:56:31.899Z | [t1.trio] svcs milestone/network |
1886 | 2024-05-03T02:56:31.926Z | STATE STIME FMRI |
1887 | 2024-05-03T02:56:31.927Z | - - svc:/milestone/network:default |
1888 | 2024-05-03T02:56:32.944Z | [t1.trio] svcs milestone/network |
1889 | 2024-05-03T02:56:32.950Z | STATE STIME FMRI |
1890 | 2024-05-03T02:56:32.950Z | - - svc:/milestone/network:default |
1891 | 2024-05-03T02:56:33.941Z | [t1.trio] svcs milestone/network |
1892 | 2024-05-03T02:56:33.961Z | STATE STIME FMRI |
1893 | 2024-05-03T02:56:33.961Z | - - svc:/milestone/network:default |
1894 | 2024-05-03T02:56:34.965Z | [t1.trio] svcs milestone/network |
1895 | 2024-05-03T02:56:34.990Z | STATE STIME FMRI |
1896 | 2024-05-03T02:56:34.990Z | - - svc:/milestone/network:default |
1897 | 2024-05-03T02:56:35.983Z | [t1.trio] svcs milestone/network |
1898 | 2024-05-03T02:56:36.004Z | STATE STIME FMRI |
1899 | 2024-05-03T02:56:36.004Z | offline 19:56:33 svc:/milestone/network:default |
1900 | 2024-05-03T02:56:37.005Z | [t1.trio] svcs milestone/network |
1901 | 2024-05-03T02:56:37.027Z | STATE STIME FMRI |
1902 | 2024-05-03T02:56:37.027Z | online 19:56:34 svc:/milestone/network:default |
1903 | 2024-05-03T02:56:37.028Z | [t1.trio] dladm |
1904 | 2024-05-03T02:56:37.048Z | LINK CLASS MTU STATE BRIDGE OVER |
1905 | 2024-05-03T02:56:37.048Z | tfportrear0_0 simnet 9000 up -- ? |
1906 | 2024-05-03T02:56:37.048Z | tfportrear1_0 simnet 9000 up -- ? |
1907 | 2024-05-03T02:56:37.048Z | mg1 vnic 9000 up -- ? |
1908 | 2024-05-03T02:56:37.048Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1909 | 2024-05-03T02:56:37.598Z | |
1910 | 2024-05-03T02:56:37.599Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1911 | 2024-05-03T02:56:37.622Z | |
1912 | 2024-05-03T02:56:37.622Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1913 | 2024-05-03T02:56:37.642Z | |
1914 | 2024-05-03T02:56:37.642Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1915 | 2024-05-03T02:56:37.663Z | |
1916 | 2024-05-03T02:56:37.664Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1917 | 2024-05-03T02:56:37.872Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1918 | 2024-05-03T02:56:37.879Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1919 | 2024-05-03T02:56:37.880Z | waiting 3s for copy of files to zone to complete ... |
1920 | 2024-05-03T02:56:40.872Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1921 | 2024-05-03T02:56:40.914Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1922 | 2024-05-03T02:56:40.935Z | [t1.trio] svcadm enable dendrite |
1923 | 2024-05-03T02:56:40.976Z | |
1924 | 2024-05-03T02:56:40.976Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1925 | 2024-05-03T02:56:41.024Z | |
1926 | 2024-05-03T02:56:41.024Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1927 | 2024-05-03T02:56:41.081Z | |
1928 | 2024-05-03T02:56:41.081Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1929 | 2024-05-03T02:56:41.112Z | |
1930 | 2024-05-03T02:56:41.112Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1931 | 2024-05-03T02:56:41.154Z | |
1932 | 2024-05-03T02:56:41.154Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1933 | 2024-05-03T02:56:41.200Z | |
1934 | 2024-05-03T02:56:41.200Z | [t1.trio] svcadm refresh dendrite:default |
1935 | 2024-05-03T02:56:41.238Z | |
1936 | 2024-05-03T02:56:41.238Z | [t1.trio] svcadm restart dendrite:default |
1937 | 2024-05-03T02:56:41.271Z | |
1938 | 2024-05-03T02:56:41.271Z | wait 10s for dendrite to come up ... |
1939 | 2024-05-03T02:56:51.272Z | [t1.trio] svcadm enable tfport |
1940 | 2024-05-03T02:56:51.312Z | |
1941 | 2024-05-03T02:56:51.312Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4540556c-64a5-4d86-a958-d0bed1cadcd5 --sled-uuid c4f08256-44f8-45f1-98ae-e942f24a50f4 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1942 | 2024-05-03T02:56:51.332Z | |
1943 | 2024-05-03T02:56:51.332Z | [t1.trio] ipadm |
1944 | 2024-05-03T02:56:51.355Z | ADDROBJ TYPE STATE ADDR |
1945 | 2024-05-03T02:56:51.355Z | lo0/v4 static ok 127.0.0.1/8 |
1946 | 2024-05-03T02:56:51.355Z | mg1/v4 static ok 10.0.0.3/24 |
1947 | 2024-05-03T02:56:51.355Z | lo0/v6 static ok ::1/128 |
1948 | 2024-05-03T02:56:51.355Z | lo0/u6 static ok fd00:3::1/64 |
1949 | 2024-05-03T02:56:51.355Z | tfportrear0_0/v6 addrconf ok fe80::34d8:3bff:fe10:36b%tfportrear0_0/10 |
1950 | 2024-05-03T02:56:51.355Z | tfportrear1_0/v6 addrconf ok fe80::f83a:44ff:feba:c521%tfportrear1_0/10 |
1951 | 2024-05-03T02:56:53.463Z | initial peering test passed |
1952 | 2024-05-03T02:56:54.468Z | advertise from one passed |
1953 | 2024-05-03T02:56:55.467Z | advertise from two passed |
1954 | 2024-05-03T02:56:55.467Z | [s1.trio] ping fd00:2::1 |
1955 | 2024-05-03T02:56:55.492Z | fd00:2::1 is alive |
1956 | 2024-05-03T02:56:55.492Z | [s2.trio] ping fd00:1::1 |
1957 | 2024-05-03T02:56:55.511Z | fd00:1::1 is alive |
1958 | 2024-05-03T02:56:55.511Z | connectivity test passed |
1959 | 2024-05-03T02:56:55.511Z | [t1.trio] pkill ddmd |
1960 | 2024-05-03T02:56:55.530Z | |
1961 | 2024-05-03T02:57:01.536Z | [t1.trio] svcadm enable dendrite |
1962 | 2024-05-03T02:57:01.577Z | |
1963 | 2024-05-03T02:57:01.577Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1964 | 2024-05-03T02:57:01.621Z | |
1965 | 2024-05-03T02:57:01.622Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1966 | 2024-05-03T02:57:01.667Z | |
1967 | 2024-05-03T02:57:01.667Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1968 | 2024-05-03T02:57:01.714Z | |
1969 | 2024-05-03T02:57:01.715Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1970 | 2024-05-03T02:57:01.759Z | |
1971 | 2024-05-03T02:57:01.759Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1972 | 2024-05-03T02:57:01.805Z | |
1973 | 2024-05-03T02:57:01.806Z | [t1.trio] svcadm refresh dendrite:default |
1974 | 2024-05-03T02:57:01.850Z | |
1975 | 2024-05-03T02:57:01.851Z | [t1.trio] svcadm restart dendrite:default |
1976 | 2024-05-03T02:57:01.883Z | |
1977 | 2024-05-03T02:57:01.883Z | wait 10s for dendrite to come up ... |
1978 | 2024-05-03T02:57:11.877Z | [t1.trio] svcadm enable tfport |
1979 | 2024-05-03T02:57:11.918Z | |
1980 | 2024-05-03T02:57:11.918Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ba387365-6d14-4fe8-99b6-df97c748f123 --sled-uuid e32c25cd-7c66-4d50-a64d-9c8e035e8899 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1981 | 2024-05-03T02:57:12.355Z | |
1982 | 2024-05-03T02:57:12.355Z | [t1.trio] ipadm |
1983 | 2024-05-03T02:57:12.360Z | ADDROBJ TYPE STATE ADDR |
1984 | 2024-05-03T02:57:12.360Z | lo0/v4 static ok 127.0.0.1/8 |
1985 | 2024-05-03T02:57:12.360Z | mg1/v4 static ok 10.0.0.3/24 |
1986 | 2024-05-03T02:57:12.360Z | lo0/v6 static ok ::1/128 |
1987 | 2024-05-03T02:57:12.360Z | lo0/u6 static ok fd00:3::1/64 |
1988 | 2024-05-03T02:57:12.360Z | tfportrear0_0/v6 addrconf ok fe80::34d8:3bff:fe10:36b%tfportrear0_0/10 |
1989 | 2024-05-03T02:57:12.360Z | tfportrear1_0/v6 addrconf ok fe80::f83a:44ff:feba:c521%tfportrear1_0/10 |
1990 | 2024-05-03T02:57:14.964Z | [s1.trio] ping fd00:2::1 |
1991 | 2024-05-03T02:57:14.991Z | fd00:2::1 is alive |
1992 | 2024-05-03T02:57:14.991Z | [s2.trio] ping fd00:1::1 |
1993 | 2024-05-03T02:57:15.006Z | fd00:1::1 is alive |
1994 | 2024-05-03T02:57:15.006Z | transit router restart passed |
1995 | 2024-05-03T02:57:15.007Z | [s1.trio] pkill ddmd |
1996 | 2024-05-03T02:57:15.028Z | |
1997 | 2024-05-03T02:57:20.026Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cb98d4c8-0138-45eb-8cb7-dc1a5d6bac6a --sled-uuid 659f45f0-9807-4a42-9eea-a23ca4f28bbe -a sl0/v6 &> /opt/ddmd.log & |
1998 | 2024-05-03T02:57:20.046Z | |
1999 | 2024-05-03T02:57:23.054Z | [s1.trio] ping fd00:2::1 |
2000 | 2024-05-03T02:57:23.074Z | fd00:2::1 is alive |
2001 | 2024-05-03T02:57:23.075Z | [s2.trio] ping fd00:1::1 |
2002 | 2024-05-03T02:57:23.094Z | fd00:1::1 is alive |
2003 | 2024-05-03T02:57:23.094Z | server router restart passed |
2004 | 2024-05-03T02:57:26.106Z | peer expiration recovery passed |
2005 | 2024-05-03T02:57:27.104Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
2006 | 2024-05-03T02:57:27.129Z | 3 |
2007 | 2024-05-03T02:57:27.129Z | redundant advertise passed |
2008 | 2024-05-03T02:57:28.131Z | tunnel endpoint advertise passed |
2009 | 2024-05-03T02:57:33.133Z | redundant tunnel endpoint advertise passed |
2010 | 2024-05-03T02:57:33.133Z | [s1.trio] pkill ddmd |
2011 | 2024-05-03T02:57:33.153Z | |
2012 | 2024-05-03T02:57:38.155Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ffb46762-fbf7-4a8d-b149-077d4ea874d6 --sled-uuid 5be9f7cb-a6c1-4512-a16f-577497553740 -a sl0/v6 &> /opt/ddmd.log & |
2013 | 2024-05-03T02:57:38.174Z | |
2014 | 2024-05-03T02:57:43.208Z | tunnel router restart passed |
2015 | 2024-05-03T02:57:44.217Z | tunnel endpoint withdraw passed |
2016 | 2024-05-03T02:57:44.235Z | [t1.trio] pkill ddmd |
2017 | 2024-05-03T02:57:44.269Z | |
2018 | 2024-05-03T02:57:44.269Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
2019 | 2024-05-03T02:57:44.278Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
2020 | 2024-05-03T02:57:46.778Z | [s2.trio] pkill ddmd |
2021 | 2024-05-03T02:57:46.795Z | |
2022 | 2024-05-03T02:57:46.795Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
2023 | 2024-05-03T02:57:49.263Z | [s1.trio] pkill ddmd |
2024 | 2024-05-03T02:57:49.283Z | |
2025 | 2024-05-03T02:57:49.284Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
2026 | 2024-05-03T02:57:51.699Z | [sidecar.trio] pkill softnpu |
2027 | 2024-05-03T02:57:51.715Z | |
2028 | 2024-05-03T02:57:51.715Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
2029 | 2024-05-03T02:57:54.330Z | test ddm::test_trio_v2 ... ok |
2030 | 2024-05-03T02:57:54.330Z | |
2031 | 2024-05-03T02:57:54.330Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 324.64s |
2032 | 2024-05-03T02:57:54.330Z | |
2033 | 2024-05-03T02:57:54.346Z | + cleanup |
2034 | 2024-05-03T02:57:54.356Z | ++ id -un |
2035 | 2024-05-03T02:57:54.356Z | ++ id -gn |
2036 | 2024-05-03T02:57:54.357Z | + pfexec chown -R build:build . |
2037 | 2024-05-03T02:57:54.407Z | process exited: duration 801952 ms, exit code 0 |
|
2038 | 2024-05-03T02:57:54.437Z | found 4 output files |
2039 | 2024-05-03T02:57:54.437Z | uploading: /work/s1.trio.log (4225 bytes) |
2040 | 2024-05-03T02:57:55.490Z | uploaded: /work/s1.trio.log |
2041 | 2024-05-03T02:57:55.491Z | uploading: /work/s2.trio.log (10987 bytes) |
2042 | 2024-05-03T02:57:56.514Z | uploaded: /work/s2.trio.log |
2043 | 2024-05-03T02:57:56.515Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
2044 | 2024-05-03T02:57:57.949Z | uploaded: /work/sidecar.trio-softnpu.log |
2045 | 2024-05-03T02:57:57.949Z | uploading: /work/t1.trio.log (26216 bytes) |
2046 | 2024-05-03T02:57:58.960Z | uploaded: /work/t1.trio.log |