|
|
|
1 | 2024-05-03T21:11:21.999Z | job assigned to worker 01HX04KZGSPA7HEESJD2ZQ0BVF (queued for 2 m 30 s) |
|
2 | 2024-05-03T21:11:30.577Z | starting task 0: "setup" |
3 | 2024-05-03T21:11:30.623Z | ++ uname -s |
4 | 2024-05-03T21:11:30.627Z | + kern=SunOS |
5 | 2024-05-03T21:11:30.627Z | + case "$kern" in |
6 | 2024-05-03T21:11:30.627Z | + groupadd -g 12345 build |
7 | 2024-05-03T21:11:30.674Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T21:11:32.691Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T21:11:32.801Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T21:11:32.812Z | + home_fs=zfs |
11 | 2024-05-03T21:11:32.812Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T21:11:32.812Z | + mkdir -p /home/build |
13 | 2024-05-03T21:11:32.812Z | + chown build:build /home/build /work |
14 | 2024-05-03T21:11:34.807Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T21:11:34.811Z | process exited: duration 4233 ms, exit code 0 |
|
16 | 2024-05-03T21:11:34.824Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T21:11:34.828Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T21:11:34.832Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T21:11:34.940Z | info: downloading installer |
20 | 2024-05-03T21:11:37.007Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T21:11:37.007Z | warning: /opt/ooce/bin |
22 | 2024-05-03T21:11:37.007Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T21:11:37.008Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T21:11:37.008Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T21:11:37.008Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T21:11:37.008Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T21:11:37.008Z | error: cannot install while Rust is installed |
28 | 2024-05-03T21:11:37.008Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T21:11:37.151Z | info: profile set to 'default' |
30 | 2024-05-03T21:11:37.151Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T21:11:37.156Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T21:11:37.312Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T21:11:37.312Z | info: downloading component 'cargo' |
34 | 2024-05-03T21:11:38.168Z | info: downloading component 'clippy' |
35 | 2024-05-03T21:11:38.462Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T21:11:39.615Z | info: downloading component 'rust-std' |
37 | 2024-05-03T21:11:41.439Z | info: downloading component 'rustc' |
38 | 2024-05-03T21:11:46.180Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T21:11:46.490Z | info: installing component 'cargo' |
40 | 2024-05-03T21:11:47.853Z | info: installing component 'clippy' |
41 | 2024-05-03T21:11:47.882Z | info: installing component 'rust-docs' |
42 | 2024-05-03T21:11:49.229Z | info: installing component 'rust-std' |
43 | 2024-05-03T21:11:50.922Z | info: installing component 'rustc' |
44 | 2024-05-03T21:11:55.205Z | info: installing component 'rustfmt' |
45 | 2024-05-03T21:11:55.555Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T21:11:55.555Z | |
47 | 2024-05-03T21:11:55.855Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T21:11:55.855Z | |
49 | 2024-05-03T21:11:55.871Z | |
50 | 2024-05-03T21:11:55.871Z | Rust is installed now. Great! |
51 | 2024-05-03T21:11:55.871Z | |
52 | 2024-05-03T21:11:55.871Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T21:11:55.871Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T21:11:55.872Z | |
55 | 2024-05-03T21:11:55.872Z | To configure your current shell, you need to source |
56 | 2024-05-03T21:11:55.872Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T21:11:55.872Z | |
58 | 2024-05-03T21:11:55.873Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T21:11:55.873Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T21:11:55.873Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T21:11:55.953Z | + rustc --version |
62 | 2024-05-03T21:11:56.019Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T21:11:56.023Z | process exited: duration 21196 ms, exit code 0 |
|
64 | 2024-05-03T21:11:56.030Z | starting task 2: "authentication" |
65 | 2024-05-03T21:11:56.051Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-03T21:11:56.058Z | starting task 3: "clone repository" |
67 | 2024-05-03T21:11:56.064Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T21:11:56.068Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T21:11:56.357Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T21:11:57.502Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T21:11:57.502Z | + git fetch origin 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
72 | 2024-05-03T21:11:57.791Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T21:11:57.791Z | * branch 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 -> FETCH_HEAD |
74 | 2024-05-03T21:11:57.799Z | + [[ -n oxpop ]] |
75 | 2024-05-03T21:11:57.803Z | ++ git branch --show-current |
76 | 2024-05-03T21:11:57.803Z | + current=main |
77 | 2024-05-03T21:11:57.803Z | + [[ main != oxpop ]] |
78 | 2024-05-03T21:11:57.803Z | + git branch -f oxpop 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
79 | 2024-05-03T21:11:57.809Z | + git checkout -f oxpop |
80 | 2024-05-03T21:11:57.819Z | Switched to branch 'oxpop' |
81 | 2024-05-03T21:11:57.840Z | + git reset --hard 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 |
82 | 2024-05-03T21:11:57.849Z | HEAD is now at 6c4ab1a review feedback |
83 | 2024-05-03T21:11:57.849Z | process exited: duration 1775 ms, exit code 0 |
|
84 | 2024-05-03T21:11:57.888Z | starting task 4: "build" |
85 | 2024-05-03T21:11:57.893Z | ++ cargo --version |
86 | 2024-05-03T21:11:57.893Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-03T21:11:58.438Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-03T21:11:58.439Z | info: downloading component 'cargo' |
89 | 2024-05-03T21:11:58.781Z | info: downloading component 'clippy' |
90 | 2024-05-03T21:11:59.026Z | info: downloading component 'rust-docs' |
91 | 2024-05-03T21:12:00.028Z | info: downloading component 'rust-std' |
92 | 2024-05-03T21:12:01.525Z | info: downloading component 'rustc' |
93 | 2024-05-03T21:12:05.986Z | info: downloading component 'rustfmt' |
94 | 2024-05-03T21:12:06.062Z | info: installing component 'cargo' |
95 | 2024-05-03T21:12:06.542Z | info: installing component 'clippy' |
96 | 2024-05-03T21:12:06.877Z | info: installing component 'rust-docs' |
97 | 2024-05-03T21:12:08.381Z | info: installing component 'rust-std' |
98 | 2024-05-03T21:12:10.028Z | info: installing component 'rustc' |
99 | 2024-05-03T21:12:14.067Z | info: installing component 'rustfmt' |
100 | 2024-05-03T21:12:14.467Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-03T21:12:14.478Z | ++ rustc --version |
102 | 2024-05-03T21:12:14.535Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-03T21:12:14.550Z | ++ dladm |
104 | 2024-05-03T21:12:14.974Z | LINK CLASS MTU STATE BRIDGE OVER |
105 | 2024-05-03T21:12:14.975Z | ena0 phys 9216 up -- -- |
106 | 2024-05-03T21:12:14.975Z | ++ ipadm |
107 | 2024-05-03T21:12:14.975Z | ADDROBJ TYPE STATE ADDR |
108 | 2024-05-03T21:12:14.975Z | lo0/v4 static ok 127.0.0.1/8 |
109 | 2024-05-03T21:12:14.975Z | ena0/dhcp dhcp ok 10.150.1.165/24 |
110 | 2024-05-03T21:12:14.975Z | lo0/v6 static ok ::1/128 |
111 | 2024-05-03T21:12:14.975Z | ++ banner collect |
112 | 2024-05-03T21:12:14.976Z | |
113 | 2024-05-03T21:12:14.976Z | #### #### # # ###### #### ##### |
114 | 2024-05-03T21:12:14.976Z | # # # # # # # # # # |
115 | 2024-05-03T21:12:14.976Z | # # # # # ##### # # |
116 | 2024-05-03T21:12:14.976Z | # # # # # # # # |
117 | 2024-05-03T21:12:14.976Z | # # # # # # # # # # |
118 | 2024-05-03T21:12:14.976Z | #### #### ###### ###### ###### #### # |
119 | 2024-05-03T21:12:14.976Z | |
120 | 2024-05-03T21:12:14.976Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
121 | 2024-05-03T21:12:14.977Z | ++ repo=softnpu |
122 | 2024-05-03T21:12:14.977Z | ++ series=image |
123 | 2024-05-03T21:12:14.977Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
124 | 2024-05-03T21:12:14.977Z | ++ name=softnpu |
125 | 2024-05-03T21:12:14.977Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
126 | 2024-05-03T21:12:14.977Z | ++ mkdir -p download |
127 | 2024-05-03T21:12:14.977Z | ++ pushd download |
128 | 2024-05-03T21:12:14.977Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
129 | 2024-05-03T21:12:14.977Z | ++ [[ ! -f softnpu ]] |
130 | 2024-05-03T21:12:14.978Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
131 | 2024-05-03T21:12:14.987Z | % Total % Received % Xferd Average Speed Time Time Time Current |
132 | 2024-05-03T21:12:14.987Z | Dload Upload Total Spent Left Speed |
133 | 2024-05-03T21:12:29.626Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 21.8M 0 3900 0 0 6365 0 0:59:57 --:--:-- 0:59:57 6362
3 21.8M 3 743k 0 0 443k 0 0:00:50 0:00:01 0:00:49 443k
7 21.8M 7 1595k 0 0 625k 0 0:00:35 0:00:02 0:00:33 625k
16 21.8M 16 3719k 0 0 1014k 0 0:00:22 0:00:03 0:00:19 1014k
21 21.8M 21 4735k 0 0 981k 0 0:00:22 0:00:04 0:00:18 980k
22 21.8M 22 4931k 0 0 810k 0 0:00:27 0:00:06 0:00:21 900k
23 21.8M 23 5171k 0 0 784k 0 0:00:28 0:00:06 0:00:22 901k
33 21.8M 33 7515k 0 0 986k 0 0:00:22 0:00:07 0:00:15 1169k
63 21.8M 63 13.7M 0 0 1657k 0 0:00:13 0:00:08 0:00:05 2142k
71 21.8M 71 15.6M 0 0 1663k 0 0:00:13 0:00:09 0:00:04 2343k
75 21.8M 75 16.3M 0 0 1594k 0 0:00:14 0:00:10 0:00:04 2669k
75 21.8M 75 16.4M 0 0 1460k 0 0:00:15 0:00:11 0:00:04 2356k
87 21.8M 87 19.1M 0 0 1542k 0 0:00:14 0:00:12 0:00:02 2369k
87 21.8M 87 19.1M 0 0 1447k 0 0:00:15 0:00:13 0:00:02 1093k
99 21.8M 99 21.6M 0 0 1474k 0 0:00:15 0:00:15 --:--:-- 1136k
100 21.8M 100 21.8M 0 0 1484k 0 0:00:15 0:00:15 --:--:-- 1231k |
134 | 2024-05-03T21:12:29.631Z | ++ popd |
135 | 2024-05-03T21:12:29.631Z | /work/oxidecomputer/maghemite |
136 | 2024-05-03T21:12:29.631Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
137 | 2024-05-03T21:12:29.631Z | ++ repo=sidecar-lite |
138 | 2024-05-03T21:12:29.631Z | ++ series=release |
139 | 2024-05-03T21:12:29.631Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
140 | 2024-05-03T21:12:29.631Z | ++ name=libsidecar_lite.so |
141 | 2024-05-03T21:12:29.631Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
142 | 2024-05-03T21:12:29.631Z | ++ mkdir -p download |
143 | 2024-05-03T21:12:29.638Z | ++ pushd download |
144 | 2024-05-03T21:12:29.638Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
145 | 2024-05-03T21:12:29.638Z | ++ [[ ! -f libsidecar_lite.so ]] |
146 | 2024-05-03T21:12:29.638Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
147 | 2024-05-03T21:12:29.642Z | % Total % Received % Xferd Average Speed Time Time Time Current |
148 | 2024-05-03T21:12:29.642Z | Dload Upload Total Spent Left Speed |
149 | 2024-05-03T21:12:40.317Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 20.3M 2 487k 0 0 768k 0 0:00:27 --:--:-- 0:00:27 768k
15 20.3M 15 3179k 0 0 1923k 0 0:00:10 0:00:01 0:00:09 1922k
16 20.3M 16 3443k 0 0 1381k 0 0:00:15 0:00:02 0:00:13 1380k
20 20.3M 20 4247k 0 0 1191k 0 0:00:17 0:00:03 0:00:14 1191k
33 20.3M 33 6975k 0 0 1506k 0 0:00:13 0:00:04 0:00:09 1506k
52 20.3M 52 10.7M 0 0 1857k 0 0:00:11 0:00:05 0:00:06 1988k
53 20.3M 53 10.8M 0 0 1706k 0 0:00:12 0:00:06 0:00:06 1631k
89 20.3M 89 18.1M 0 0 2367k 0 0:00:08 0:00:07 0:00:01 2827k
93 20.3M 93 19.0M 0 0 2097k 0 0:00:09 0:00:09 --:--:-- 2661k
93 20.3M 93 19.0M 0 0 2030k 0 0:00:10 0:00:09 0:00:01 2519k
98 20.3M 98 20.0M 0 0 1932k 0 0:00:10 0:00:10 --:--:-- 2027k
100 20.3M 100 20.3M 0 0 1953k 0 0:00:10 0:00:10 --:--:-- 2339k |
150 | 2024-05-03T21:12:40.344Z | ++ popd |
151 | 2024-05-03T21:12:40.344Z | /work/oxidecomputer/maghemite |
152 | 2024-05-03T21:12:40.344Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
153 | 2024-05-03T21:12:40.345Z | ++ repo=sidecar-lite |
154 | 2024-05-03T21:12:40.345Z | ++ series=release |
155 | 2024-05-03T21:12:40.346Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
156 | 2024-05-03T21:12:40.346Z | ++ name=scadm |
157 | 2024-05-03T21:12:40.346Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
158 | 2024-05-03T21:12:40.346Z | ++ mkdir -p download |
159 | 2024-05-03T21:12:40.346Z | ++ pushd download |
160 | 2024-05-03T21:12:40.346Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
161 | 2024-05-03T21:12:40.346Z | ++ [[ ! -f scadm ]] |
162 | 2024-05-03T21:12:40.347Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
163 | 2024-05-03T21:12:40.347Z | % Total % Received % Xferd Average Speed Time Time Time Current |
164 | 2024-05-03T21:12:40.347Z | Dload Upload Total Spent Left Speed |
165 | 2024-05-03T21:12:50.660Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 22.7M 0 61244 0 0 44049 0 0:09:02 0:00:01 0:09:01 44060
0 22.7M 0 155k 0 0 87435 0 0:04:33 0:00:01 0:04:32 87423
7 22.7M 7 1771k 0 0 501k 0 0:00:46 0:00:03 0:00:43 501k
9 22.7M 9 2191k 0 0 537k 0 0:00:43 0:00:04 0:00:39 537k
31 22.7M 31 7239k 0 0 1395k 0 0:00:16 0:00:05 0:00:11 1395k
32 22.7M 32 7647k 0 0 1285k 0 0:00:18 0:00:05 0:00:13 1665k
43 22.7M 43 9.9M 0 0 1498k 0 0:00:15 0:00:06 0:00:09 2014k
46 22.7M 46 10.6M 0 0 1388k 0 0:00:16 0:00:07 0:00:09 2115k
46 22.7M 46 10.6M 0 0 1227k 0 0:00:19 0:00:08 0:00:11 1811k
82 22.7M 82 18.8M 0 0 1963k 0 0:00:11 0:00:09 0:00:02 2602k
100 22.7M 100 22.7M 0 0 2254k 0 0:00:10 0:00:10 --:--:-- 3560k |
166 | 2024-05-03T21:12:50.666Z | ++ popd |
167 | 2024-05-03T21:12:50.666Z | /work/oxidecomputer/maghemite |
168 | 2024-05-03T21:12:50.666Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
169 | 2024-05-03T21:12:50.666Z | ++ repo=dendrite |
170 | 2024-05-03T21:12:50.666Z | ++ series=image |
171 | 2024-05-03T21:12:50.666Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
172 | 2024-05-03T21:12:50.666Z | ++ name=dendrite-softnpu.tar.gz |
173 | 2024-05-03T21:12:50.667Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
174 | 2024-05-03T21:12:50.667Z | ++ mkdir -p download |
175 | 2024-05-03T21:12:50.671Z | ++ pushd download |
176 | 2024-05-03T21:12:50.671Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
177 | 2024-05-03T21:12:50.671Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
178 | 2024-05-03T21:12:50.671Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
179 | 2024-05-03T21:12:50.675Z | % Total % Received % Xferd Average Speed Time Time Time Current |
180 | 2024-05-03T21:12:50.675Z | Dload Upload Total Spent Left Speed |
181 | 2024-05-03T21:12:59.554Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 37.5M 4 1851k 0 0 2471k 0 0:00:15 --:--:-- 0:00:15 2469k
19 37.5M 19 7515k 0 0 4361k 0 0:00:08 0:00:01 0:00:07 4359k
25 37.5M 25 9875k 0 0 3732k 0 0:00:10 0:00:02 0:00:08 3732k
39 37.5M 39 14.6M 0 0 4146k 0 0:00:09 0:00:03 0:00:06 4146k
60 37.5M 60 22.8M 0 0 4989k 0 0:00:07 0:00:04 0:00:03 4988k
66 37.5M 66 24.8M 0 0 4703k 0 0:00:08 0:00:05 0:00:03 5062k
68 37.5M 68 25.6M 0 0 3920k 0 0:00:09 0:00:06 0:00:03 3766k
75 37.5M 75 28.3M 0 0 3772k 0 0:00:10 0:00:07 0:00:03 3793k
99 37.5M 99 37.2M 0 0 4361k 0 0:00:08 0:00:08 --:--:-- 4513k
100 37.5M 100 37.5M 0 0 4335k 0 0:00:08 0:00:08 --:--:-- 3599k |
182 | 2024-05-03T21:12:59.557Z | ++ popd |
183 | 2024-05-03T21:12:59.557Z | /work/oxidecomputer/maghemite |
184 | 2024-05-03T21:12:59.557Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd |
185 | 2024-05-03T21:12:59.557Z | ++ repo=maghemite |
186 | 2024-05-03T21:12:59.557Z | ++ series=release |
187 | 2024-05-03T21:12:59.558Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
188 | 2024-05-03T21:12:59.558Z | ++ name=ddmd |
189 | 2024-05-03T21:12:59.558Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
190 | 2024-05-03T21:12:59.558Z | ++ mkdir -p download |
191 | 2024-05-03T21:12:59.558Z | ++ pushd download |
192 | 2024-05-03T21:12:59.558Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
193 | 2024-05-03T21:12:59.558Z | ++ [[ ! -f ddmd ]] |
194 | 2024-05-03T21:12:59.558Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd |
195 | 2024-05-03T21:12:59.561Z | % Total % Received % Xferd Average Speed Time Time Time Current |
196 | 2024-05-03T21:12:59.564Z | Dload Upload Total Spent Left Speed |
197 | 2024-05-03T21:13:08.400Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 27.6M 1 479k 0 0 881k 0 0:00:32 --:--:-- 0:00:32 880k
9 27.6M 9 2699k 0 0 1766k 0 0:00:16 0:00:01 0:00:15 1765k
15 27.6M 15 4291k 0 0 1509k 0 0:00:18 0:00:02 0:00:16 1509k
35 27.6M 35 9995k 0 0 2600k 0 0:00:10 0:00:03 0:00:07 2599k
36 27.6M 36 9.9M 0 0 2175k 0 0:00:13 0:00:04 0:00:09 2175k
40 27.6M 40 11.1M 0 0 2017k 0 0:00:14 0:00:05 0:00:09 2138k
53 27.6M 53 14.8M 0 0 2301k 0 0:00:12 0:00:06 0:00:06 2463k
86 27.6M 86 23.7M 0 0 3233k 0 0:00:08 0:00:07 0:00:01 4278k
96 27.6M 96 26.5M 0 0 3185k 0 0:00:08 0:00:08 --:--:-- 3666k
100 27.6M 100 27.6M 0 0 3203k 0 0:00:08 0:00:08 --:--:-- 4362k |
198 | 2024-05-03T21:13:08.404Z | ++ popd |
199 | 2024-05-03T21:13:08.404Z | /work/oxidecomputer/maghemite |
200 | 2024-05-03T21:13:08.404Z | ++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm |
201 | 2024-05-03T21:13:08.404Z | ++ repo=maghemite |
202 | 2024-05-03T21:13:08.405Z | ++ series=release |
203 | 2024-05-03T21:13:08.405Z | ++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534 |
204 | 2024-05-03T21:13:08.405Z | ++ name=ddmadm |
205 | 2024-05-03T21:13:08.405Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
206 | 2024-05-03T21:13:08.405Z | ++ mkdir -p download |
207 | 2024-05-03T21:13:08.409Z | ++ pushd download |
208 | 2024-05-03T21:13:08.409Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
209 | 2024-05-03T21:13:08.409Z | ++ [[ ! -f ddmadm ]] |
210 | 2024-05-03T21:13:08.409Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm |
211 | 2024-05-03T21:13:08.414Z | % Total % Received % Xferd Average Speed Time Time Time Current |
212 | 2024-05-03T21:13:08.414Z | Dload Upload Total Spent Left Speed |
213 | 2024-05-03T21:13:17.438Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 30.5M 1 319k 0 0 465k 0 0:01:07 --:--:-- 0:01:07 464k
12 30.5M 12 4031k 0 0 2083k 0 0:00:15 0:00:01 0:00:14 2082k
19 30.5M 19 6027k 0 0 2138k 0 0:00:14 0:00:02 0:00:12 2139k
23 30.5M 23 7223k 0 0 1961k 0 0:00:15 0:00:03 0:00:12 1961k
45 30.5M 45 13.9M 0 0 3051k 0 0:00:10 0:00:04 0:00:06 3051k
69 30.5M 69 21.2M 0 0 3828k 0 0:00:08 0:00:05 0:00:03 4291k
78 30.5M 78 24.0M 0 0 3337k 0 0:00:09 0:00:07 0:00:02 3783k
96 30.5M 96 29.3M 0 0 3749k 0 0:00:08 0:00:08 --:--:-- 4620k
97 30.5M 97 29.8M 0 0 3389k 0 0:00:09 0:00:09 --:--:-- 4377k
100 30.5M 100 30.5M 0 0 3465k 0 0:00:09 0:00:09 --:--:-- 3911k |
214 | 2024-05-03T21:13:17.442Z | ++ popd |
215 | 2024-05-03T21:13:17.443Z | /work/oxidecomputer/maghemite |
216 | 2024-05-03T21:13:17.443Z | ++ pushd download |
217 | 2024-05-03T21:13:17.443Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
218 | 2024-05-03T21:13:17.443Z | ++ chmod +x softnpu |
219 | 2024-05-03T21:13:17.447Z | ++ chmod +x scadm |
220 | 2024-05-03T21:13:17.447Z | ++ chmod +x ddmadm |
221 | 2024-05-03T21:13:17.451Z | ++ chmod +x ddmd |
222 | 2024-05-03T21:13:17.451Z | ++ mv ddmadm ddmadm-v1 |
223 | 2024-05-03T21:13:17.467Z | ++ mv ddmd ddmd-v1 |
224 | 2024-05-03T21:13:17.467Z | ++ rm -rf zones/dendrite |
225 | 2024-05-03T21:13:17.468Z | ++ mkdir -p zones/dendrite |
226 | 2024-05-03T21:13:17.468Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
227 | 2024-05-03T21:13:18.208Z | ++ popd |
228 | 2024-05-03T21:13:18.208Z | /work/oxidecomputer/maghemite |
229 | 2024-05-03T21:13:18.208Z | ++ banner install |
230 | 2024-05-03T21:13:18.212Z | |
231 | 2024-05-03T21:13:18.212Z | # # # #### ##### ## # # |
232 | 2024-05-03T21:13:18.212Z | # ## # # # # # # # |
233 | 2024-05-03T21:13:18.213Z | # # # # #### # # # # # |
234 | 2024-05-03T21:13:18.213Z | # # # # # # ###### # # |
235 | 2024-05-03T21:13:18.213Z | # # ## # # # # # # # |
236 | 2024-05-03T21:13:18.213Z | # # # #### # # # ###### ###### |
237 | 2024-05-03T21:13:18.213Z | |
238 | 2024-05-03T21:13:18.213Z | ++ pkg info brand/sparse |
239 | 2024-05-03T21:13:18.213Z | ++ grep -qi installed |
240 | 2024-05-03T21:13:24.450Z | pkg: info: no packages matching the following patterns you specified are |
241 | 2024-05-03T21:13:24.450Z | installed on the system. Try querying remotely instead: |
242 | 2024-05-03T21:13:24.450Z | |
243 | 2024-05-03T21:13:24.451Z | brand/sparse |
244 | 2024-05-03T21:13:24.492Z | ++ [[ 1 != 0 ]] |
245 | 2024-05-03T21:13:24.492Z | ++ set -o errexit |
246 | 2024-05-03T21:13:24.492Z | ++ pfexec pkg install brand/sparse |
247 | 2024-05-03T21:13:27.938Z | Startup: Refreshing catalog 'helios-dev' ... Done |
248 | 2024-05-03T21:13:29.689Z | Startup: Caching catalogs ... Done |
249 | 2024-05-03T21:13:32.456Z | Planning: Solver setup ... Done |
250 | 2024-05-03T21:13:32.502Z | Planning: Running solver ... Done |
251 | 2024-05-03T21:13:32.618Z | Planning: Finding local manifests ... Done |
252 | 2024-05-03T21:13:32.628Z | Planning: Fetching manifests: 0/1 0% complete |
253 | 2024-05-03T21:13:32.742Z | Planning: Fetching manifests: 1/1 100% complete |
254 | 2024-05-03T21:13:32.753Z | Planning: Package planning ... Done |
255 | 2024-05-03T21:13:33.171Z | Planning: Merging actions ... Done |
256 | 2024-05-03T21:13:33.294Z | Planning: Checking for conflicting actions ... Done |
257 | 2024-05-03T21:13:33.306Z | Planning: Consolidating action changes ... Done |
258 | 2024-05-03T21:13:42.202Z | Planning: Evaluating mediators ... Done |
259 | 2024-05-03T21:13:42.205Z | Planning: Planning completed in 12.45 seconds |
260 | 2024-05-03T21:13:42.216Z | Packages to install: 1 |
261 | 2024-05-03T21:13:42.216Z | Create boot environment: No |
262 | 2024-05-03T21:13:42.216Z | Create backup boot environment: No |
263 | 2024-05-03T21:13:42.304Z | |
264 | 2024-05-03T21:13:42.304Z | Download: 0/16 items 0.0/0.0MB 0% complete |
265 | 2024-05-03T21:13:42.379Z | Download: Completed 23.56 kB in 0.07 seconds (344k/s) |
266 | 2024-05-03T21:13:42.464Z | Actions: 1/32 actions (Installing new actions) |
267 | 2024-05-03T21:13:42.481Z | Actions: Completed 32 actions in 0.01 seconds. |
268 | 2024-05-03T21:13:42.655Z | Done |
269 | 2024-05-03T21:13:42.656Z | Done |
270 | 2024-05-03T21:13:43.335Z | Done |
271 | 2024-05-03T21:13:48.344Z | Done |
272 | 2024-05-03T21:13:48.543Z | Done |
273 | 2024-05-03T21:13:48.547Z | Done |
274 | 2024-05-03T21:13:48.819Z | Done |
275 | 2024-05-03T21:13:49.072Z | ++ set -o errexit |
276 | 2024-05-03T21:13:49.072Z | ++ set -o pipefail |
277 | 2024-05-03T21:13:49.072Z | ++ banner build |
278 | 2024-05-03T21:13:49.085Z | |
279 | 2024-05-03T21:13:49.086Z | ##### # # # # ##### |
280 | 2024-05-03T21:13:49.086Z | # # # # # # # # |
281 | 2024-05-03T21:13:49.086Z | ##### # # # # # # |
282 | 2024-05-03T21:13:49.086Z | # # # # # # # # |
283 | 2024-05-03T21:13:49.086Z | # # # # # # # # |
284 | 2024-05-03T21:13:49.086Z | ##### #### # ###### ##### |
285 | 2024-05-03T21:13:49.086Z | |
286 | 2024-05-03T21:13:49.086Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-05-03T21:13:49.208Z | Updating git repository `https://www.github.com/oxidecomputer/netadm-sys.git` |
288 | 2024-05-03T21:13:49.449Z | warning: redirecting to https://github.com/oxidecomputer/netadm-sys.git/ |
289 | 2024-05-03T21:13:49.896Z | From https://www.github.com/oxidecomputer/netadm-sys |
290 | 2024-05-03T21:13:49.896Z | * [new branch] compile-macos -> origin/compile-macos |
291 | 2024-05-03T21:13:49.900Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
292 | 2024-05-03T21:13:49.900Z | * [new branch] gh-pages -> origin/gh-pages |
293 | 2024-05-03T21:13:49.900Z | * [new branch] main -> origin/main |
294 | 2024-05-03T21:13:49.901Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
295 | 2024-05-03T21:13:49.901Z | * [new branch] siocgnds -> origin/siocgnds |
296 | 2024-05-03T21:13:49.901Z | * [new ref] -> origin/HEAD |
297 | 2024-05-03T21:13:49.914Z | Updating crates.io index |
298 | 2024-05-03T21:13:49.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2024-05-03T21:13:50.727Z | From https://github.com/oxidecomputer/falcon |
300 | 2024-05-03T21:13:50.728Z | * [new branch] main -> origin/main |
301 | 2024-05-03T21:13:50.732Z | * [new ref] -> origin/HEAD |
302 | 2024-05-03T21:13:50.888Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-05-03T21:13:51.997Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-05-03T21:13:51.997Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
305 | 2024-05-03T21:13:52.000Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
306 | 2024-05-03T21:13:52.000Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
307 | 2024-05-03T21:13:52.000Z | * [new branch] compliance -> origin/compliance |
308 | 2024-05-03T21:13:52.000Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
309 | 2024-05-03T21:13:52.000Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
310 | 2024-05-03T21:13:52.001Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
311 | 2024-05-03T21:13:52.001Z | * [new branch] egress -> origin/egress |
312 | 2024-05-03T21:13:52.001Z | * [new branch] helios2 -> origin/helios2 |
313 | 2024-05-03T21:13:52.001Z | * [new branch] mac-build -> origin/mac-build |
314 | 2024-05-03T21:13:52.001Z | * [new branch] main -> origin/main |
315 | 2024-05-03T21:13:52.001Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
316 | 2024-05-03T21:13:52.001Z | * [new branch] nat_rpw -> origin/nat_rpw |
317 | 2024-05-03T21:13:52.001Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
318 | 2024-05-03T21:13:52.001Z | * [new branch] port-id -> origin/port-id |
319 | 2024-05-03T21:13:52.001Z | * [new branch] reflection-tests -> origin/reflection-tests |
320 | 2024-05-03T21:13:52.001Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
321 | 2024-05-03T21:13:52.001Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
322 | 2024-05-03T21:13:52.001Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
323 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
324 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
325 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
326 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
327 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
328 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
329 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
330 | 2024-05-03T21:13:52.002Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
331 | 2024-05-03T21:13:52.002Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
332 | 2024-05-03T21:13:52.002Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
333 | 2024-05-03T21:13:52.002Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
334 | 2024-05-03T21:13:52.002Z | * [new branch] update-oximeter -> origin/update-oximeter |
335 | 2024-05-03T21:13:52.006Z | * [new branch] updates -> origin/updates |
336 | 2024-05-03T21:13:52.006Z | * [new ref] -> origin/HEAD |
337 | 2024-05-03T21:13:52.044Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
338 | 2024-05-03T21:13:52.866Z | From https://github.com/oxidecomputer/dropshot |
339 | 2024-05-03T21:13:52.866Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
340 | 2024-05-03T21:13:52.885Z | * [new branch] async -> origin/async |
341 | 2024-05-03T21:13:52.885Z | * [new branch] build-o-mat -> origin/build-o-mat |
342 | 2024-05-03T21:13:52.885Z | * [new branch] camel -> origin/camel |
343 | 2024-05-03T21:13:52.885Z | * [new branch] carets -> origin/carets |
344 | 2024-05-03T21:13:52.885Z | * [new branch] changes -> origin/changes |
345 | 2024-05-03T21:13:52.885Z | * [new branch] ci-version -> origin/ci-version |
346 | 2024-05-03T21:13:52.885Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
347 | 2024-05-03T21:13:52.885Z | * [new branch] clippy -> origin/clippy |
348 | 2024-05-03T21:13:52.885Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
349 | 2024-05-03T21:13:52.885Z | * [new branch] clone -> origin/clone |
350 | 2024-05-03T21:13:52.885Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
351 | 2024-05-03T21:13:52.885Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
352 | 2024-05-03T21:13:52.885Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
353 | 2024-05-03T21:13:52.886Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
354 | 2024-05-03T21:13:52.886Z | * [new branch] doc -> origin/doc |
355 | 2024-05-03T21:13:52.886Z | * [new branch] err -> origin/err |
356 | 2024-05-03T21:13:52.886Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
357 | 2024-05-03T21:13:52.886Z | * [new branch] expectorate -> origin/expectorate |
358 | 2024-05-03T21:13:52.886Z | * [new branch] extracted -> origin/extracted |
359 | 2024-05-03T21:13:52.886Z | * [new branch] fix_tests -> origin/fix_tests |
360 | 2024-05-03T21:13:52.886Z | * [new branch] fmt2 -> origin/fmt2 |
361 | 2024-05-03T21:13:52.886Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
362 | 2024-05-03T21:13:52.886Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
363 | 2024-05-03T21:13:52.886Z | * [new branch] main -> origin/main |
364 | 2024-05-03T21:13:52.886Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
365 | 2024-05-03T21:13:52.887Z | * [new branch] merge-server-config -> origin/merge-server-config |
366 | 2024-05-03T21:13:52.887Z | * [new branch] multi-api -> origin/multi-api |
367 | 2024-05-03T21:13:52.887Z | * [new branch] multiverse -> origin/multiverse |
368 | 2024-05-03T21:13:52.887Z | * [new branch] openapi -> origin/openapi |
369 | 2024-05-03T21:13:52.887Z | * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline |
370 | 2024-05-03T21:13:52.887Z | * [new branch] openapi2 -> origin/openapi2 |
371 | 2024-05-03T21:13:52.887Z | * [new branch] port-fix-better -> origin/port-fix-better |
372 | 2024-05-03T21:13:52.887Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
373 | 2024-05-03T21:13:52.887Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
374 | 2024-05-03T21:13:52.887Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
375 | 2024-05-03T21:13:52.887Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
376 | 2024-05-03T21:13:52.888Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
377 | 2024-05-03T21:13:52.888Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
378 | 2024-05-03T21:13:52.888Z | * [new branch] server-log -> origin/server-log |
379 | 2024-05-03T21:13:52.888Z | * [new branch] simple-headers -> origin/simple-headers |
380 | 2024-05-03T21:13:52.888Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
381 | 2024-05-03T21:13:52.888Z | * [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 |
382 | 2024-05-03T21:13:52.888Z | * [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 |
383 | 2024-05-03T21:13:52.888Z | * [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 |
384 | 2024-05-03T21:13:52.888Z | * [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 |
385 | 2024-05-03T21:13:52.888Z | * [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 |
386 | 2024-05-03T21:13:52.888Z | * [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 |
387 | 2024-05-03T21:13:52.888Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
388 | 2024-05-03T21:13:52.888Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
389 | 2024-05-03T21:13:52.888Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
390 | 2024-05-03T21:13:52.888Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
391 | 2024-05-03T21:13:52.889Z | * [new branch] websockets -> origin/websockets |
392 | 2024-05-03T21:13:52.889Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
393 | 2024-05-03T21:13:52.889Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
394 | 2024-05-03T21:13:52.889Z | * [new ref] -> origin/HEAD |
395 | 2024-05-03T21:13:52.889Z | * [new tag] v0.10.0 -> v0.10.0 |
396 | 2024-05-03T21:13:52.889Z | * [new tag] v0.3.0 -> v0.3.0 |
397 | 2024-05-03T21:13:52.889Z | * [new tag] v0.4.0 -> v0.4.0 |
398 | 2024-05-03T21:13:52.889Z | * [new tag] v0.5.0 -> v0.5.0 |
399 | 2024-05-03T21:13:52.889Z | * [new tag] v0.5.1 -> v0.5.1 |
400 | 2024-05-03T21:13:52.889Z | * [new tag] v0.6.0 -> v0.6.0 |
401 | 2024-05-03T21:13:52.889Z | * [new tag] v0.7.0 -> v0.7.0 |
402 | 2024-05-03T21:13:52.889Z | * [new tag] v0.8.0 -> v0.8.0 |
403 | 2024-05-03T21:13:52.889Z | * [new tag] v0.9.0 -> v0.9.0 |
404 | 2024-05-03T21:13:52.905Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
405 | 2024-05-03T21:13:53.311Z | From https://github.com/oxidecomputer/ispf |
406 | 2024-05-03T21:13:53.311Z | * [new branch] main -> origin/main |
407 | 2024-05-03T21:13:53.315Z | * [new ref] -> origin/HEAD |
408 | 2024-05-03T21:13:53.320Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
409 | 2024-05-03T21:13:58.462Z | From https://github.com/oxidecomputer/omicron |
410 | 2024-05-03T21:13:58.463Z | * [new branch] 267 -> origin/267 |
411 | 2024-05-03T21:13:59.017Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
412 | 2024-05-03T21:13:59.017Z | * [new branch] a4x2 -> origin/a4x2 |
413 | 2024-05-03T21:13:59.017Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
414 | 2024-05-03T21:13:59.017Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
415 | 2024-05-03T21:13:59.017Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
416 | 2024-05-03T21:13:59.017Z | * [new branch] add-global-api -> origin/add-global-api |
417 | 2024-05-03T21:13:59.017Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
418 | 2024-05-03T21:13:59.017Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
419 | 2024-05-03T21:13:59.018Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
420 | 2024-05-03T21:13:59.018Z | * [new branch] andy/chronylocal -> origin/andy/chronylocal |
421 | 2024-05-03T21:13:59.018Z | * [new branch] andy/project -> origin/andy/project |
422 | 2024-05-03T21:13:59.018Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
423 | 2024-05-03T21:13:59.018Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
424 | 2024-05-03T21:13:59.018Z | * [new branch] archived/disks -> origin/archived/disks |
425 | 2024-05-03T21:13:59.018Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
426 | 2024-05-03T21:13:59.018Z | * [new branch] archived/extractors -> origin/archived/extractors |
427 | 2024-05-03T21:13:59.018Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
428 | 2024-05-03T21:13:59.018Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
429 | 2024-05-03T21:13:59.018Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
430 | 2024-05-03T21:13:59.018Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
431 | 2024-05-03T21:13:59.018Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
432 | 2024-05-03T21:13:59.018Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
433 | 2024-05-03T21:13:59.018Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
434 | 2024-05-03T21:13:59.018Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
435 | 2024-05-03T21:13:59.018Z | * [new branch] archived/logging -> origin/archived/logging |
436 | 2024-05-03T21:13:59.018Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
437 | 2024-05-03T21:13:59.018Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
438 | 2024-05-03T21:13:59.018Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
439 | 2024-05-03T21:13:59.018Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
440 | 2024-05-03T21:13:59.018Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
441 | 2024-05-03T21:13:59.019Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
442 | 2024-05-03T21:13:59.019Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
443 | 2024-05-03T21:13:59.019Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
444 | 2024-05-03T21:13:59.019Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
445 | 2024-05-03T21:13:59.019Z | * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities |
446 | 2024-05-03T21:13:59.019Z | * [new branch] authz-role-test -> origin/authz-role-test |
447 | 2024-05-03T21:13:59.019Z | * [new branch] bg-task-testbed -> origin/bg-task-testbed |
448 | 2024-05-03T21:13:59.019Z | * [new branch] bigger-disks -> origin/bigger-disks |
449 | 2024-05-03T21:13:59.019Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
450 | 2024-05-03T21:13:59.019Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
451 | 2024-05-03T21:13:59.019Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
452 | 2024-05-03T21:13:59.019Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
453 | 2024-05-03T21:13:59.019Z | * [new branch] bump_dendrite -> origin/bump_dendrite |
454 | 2024-05-03T21:13:59.019Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
455 | 2024-05-03T21:13:59.019Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
456 | 2024-05-03T21:13:59.019Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
457 | 2024-05-03T21:13:59.019Z | * [new branch] clippy -> origin/clippy |
458 | 2024-05-03T21:13:59.019Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
459 | 2024-05-03T21:13:59.019Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
460 | 2024-05-03T21:13:59.019Z | * [new branch] concurrent-disk-new -> origin/concurrent-disk-new |
461 | 2024-05-03T21:13:59.019Z | * [new branch] conform-m2 -> origin/conform-m2 |
462 | 2024-05-03T21:13:59.020Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
463 | 2024-05-03T21:13:59.020Z | * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning |
464 | 2024-05-03T21:13:59.020Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
465 | 2024-05-03T21:13:59.020Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
466 | 2024-05-03T21:13:59.020Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
467 | 2024-05-03T21:13:59.020Z | * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup |
468 | 2024-05-03T21:13:59.020Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
469 | 2024-05-03T21:13:59.020Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
470 | 2024-05-03T21:13:59.020Z | * [new branch] dap/dns-preview -> origin/dap/dns-preview |
471 | 2024-05-03T21:13:59.020Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
472 | 2024-05-03T21:13:59.020Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
473 | 2024-05-03T21:13:59.020Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
474 | 2024-05-03T21:13:59.020Z | * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1 |
475 | 2024-05-03T21:13:59.021Z | * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2 |
476 | 2024-05-03T21:13:59.021Z | * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged |
477 | 2024-05-03T21:13:59.021Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
478 | 2024-05-03T21:13:59.021Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
479 | 2024-05-03T21:13:59.021Z | * [new branch] dap/update-control -> origin/dap/update-control |
480 | 2024-05-03T21:13:59.021Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
481 | 2024-05-03T21:13:59.021Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
482 | 2024-05-03T21:13:59.021Z | * [new branch] dead-roaches -> origin/dead-roaches |
483 | 2024-05-03T21:13:59.021Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
484 | 2024-05-03T21:13:59.021Z | * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade |
485 | 2024-05-03T21:13:59.021Z | * [new branch] demo -> origin/demo |
486 | 2024-05-03T21:13:59.021Z | * [new branch] demo_m2 -> origin/demo_m2 |
487 | 2024-05-03T21:13:59.021Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
488 | 2024-05-03T21:13:59.021Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
489 | 2024-05-03T21:13:59.022Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
490 | 2024-05-03T21:13:59.022Z | * [new branch] dns-dataset -> origin/dns-dataset |
491 | 2024-05-03T21:13:59.022Z | * [new branch] document-external-internal -> origin/document-external-internal |
492 | 2024-05-03T21:13:59.022Z | * [new branch] dropshot-local -> origin/dropshot-local |
493 | 2024-05-03T21:13:59.022Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
494 | 2024-05-03T21:13:59.022Z | * [new branch] eliza/instance-updater -> origin/eliza/instance-updater |
495 | 2024-05-03T21:13:59.022Z | * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw |
496 | 2024-05-03T21:13:59.022Z | * [new branch] eliza/nixos-build -> origin/eliza/nixos-build |
497 | 2024-05-03T21:13:59.022Z | * [new branch] eliza/no-more-services -> origin/eliza/no-more-services |
498 | 2024-05-03T21:13:59.022Z | * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str |
499 | 2024-05-03T21:13:59.023Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
500 | 2024-05-03T21:13:59.023Z | * [new branch] executor-fake -> origin/executor-fake |
501 | 2024-05-03T21:13:59.023Z | * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks |
502 | 2024-05-03T21:13:59.023Z | * [new branch] external-service-allowlists -> origin/external-service-allowlists |
503 | 2024-05-03T21:13:59.023Z | * [new branch] external_log -> origin/external_log |
504 | 2024-05-03T21:13:59.023Z | * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock |
505 | 2024-05-03T21:13:59.023Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
506 | 2024-05-03T21:13:59.023Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
507 | 2024-05-03T21:13:59.023Z | * [new branch] flaky-issue-templates -> origin/flaky-issue-templates |
508 | 2024-05-03T21:13:59.023Z | * [new branch] folgers -> origin/folgers |
509 | 2024-05-03T21:13:59.023Z | * [new branch] fromstr -> origin/fromstr |
510 | 2024-05-03T21:13:59.024Z | * [new branch] gateway -> origin/gateway |
511 | 2024-05-03T21:13:59.048Z | * [new branch] gateway_message_bump -> origin/gateway_message_bump |
512 | 2024-05-03T21:13:59.048Z | * [new branch] host-fake -> origin/host-fake |
513 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
514 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
515 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
516 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version |
517 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2 |
518 | 2024-05-03T21:13:59.048Z | * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2 |
519 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
520 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/dont-merge -> origin/iliana/dont-merge |
521 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
522 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
523 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2 |
524 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
525 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
526 | 2024-05-03T21:13:59.049Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
527 | 2024-05-03T21:13:59.050Z | * [new branch] iliana/try -> origin/iliana/try |
528 | 2024-05-03T21:13:59.050Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
529 | 2024-05-03T21:13:59.050Z | * [new branch] illumos-ci -> origin/illumos-ci |
530 | 2024-05-03T21:13:59.050Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
531 | 2024-05-03T21:13:59.050Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
532 | 2024-05-03T21:13:59.050Z | * [new branch] issue-213-static -> origin/issue-213-static |
533 | 2024-05-03T21:13:59.050Z | * [new branch] issue-3432 -> origin/issue-3432 |
534 | 2024-05-03T21:13:59.050Z | * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw |
535 | 2024-05-03T21:13:59.051Z | * [new branch] jclulow -> origin/jclulow |
536 | 2024-05-03T21:13:59.051Z | * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state |
537 | 2024-05-03T21:13:59.051Z | * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const |
538 | 2024-05-03T21:13:59.051Z | * [new branch] john/mark-sleds-decommissioned -> origin/john/mark-sleds-decommissioned |
539 | 2024-05-03T21:13:59.051Z | * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial |
540 | 2024-05-03T21:13:59.051Z | * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger |
541 | 2024-05-03T21:13:59.051Z | * [new branch] keeplogs -> origin/keeplogs |
542 | 2024-05-03T21:13:59.051Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
543 | 2024-05-03T21:13:59.052Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
544 | 2024-05-03T21:13:59.052Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
545 | 2024-05-03T21:13:59.052Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
546 | 2024-05-03T21:13:59.052Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
547 | 2024-05-03T21:13:59.052Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
548 | 2024-05-03T21:13:59.052Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
549 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
550 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
551 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
552 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
553 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
554 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
555 | 2024-05-03T21:13:59.053Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
556 | 2024-05-03T21:13:59.053Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
557 | 2024-05-03T21:13:59.053Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
558 | 2024-05-03T21:13:59.054Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
559 | 2024-05-03T21:13:59.054Z | * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid |
560 | 2024-05-03T21:13:59.054Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
561 | 2024-05-03T21:13:59.054Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
562 | 2024-05-03T21:13:59.054Z | * [new branch] main -> origin/main |
563 | 2024-05-03T21:13:59.054Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
564 | 2024-05-03T21:13:59.054Z | * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup |
565 | 2024-05-03T21:13:59.054Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
566 | 2024-05-03T21:13:59.054Z | * [new branch] net-reorg -> origin/net-reorg |
567 | 2024-05-03T21:13:59.054Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
568 | 2024-05-03T21:13:59.054Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
569 | 2024-05-03T21:13:59.054Z | * [new branch] new-toolchain -> origin/new-toolchain |
570 | 2024-05-03T21:13:59.054Z | * [new branch] newfolgers -> origin/newfolgers |
571 | 2024-05-03T21:13:59.055Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
572 | 2024-05-03T21:13:59.055Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
573 | 2024-05-03T21:13:59.055Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
574 | 2024-05-03T21:13:59.055Z | * [new branch] omdb-physical-disks -> origin/omdb-physical-disks |
575 | 2024-05-03T21:13:59.055Z | * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables |
576 | 2024-05-03T21:13:59.055Z | * [new branch] omdb-services -> origin/omdb-services |
577 | 2024-05-03T21:13:59.055Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
578 | 2024-05-03T21:13:59.055Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
579 | 2024-05-03T21:13:59.055Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
580 | 2024-05-03T21:13:59.056Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
581 | 2024-05-03T21:13:59.056Z | * [new branch] oxpop -> origin/oxpop |
582 | 2024-05-03T21:13:59.056Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
583 | 2024-05-03T21:13:59.056Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
584 | 2024-05-03T21:13:59.056Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
585 | 2024-05-03T21:13:59.056Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
586 | 2024-05-03T21:13:59.056Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
587 | 2024-05-03T21:13:59.056Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
588 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x |
589 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x |
590 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x |
591 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x |
592 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
593 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x |
594 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x |
595 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
596 | 2024-05-03T21:13:59.057Z | * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x |
597 | 2024-05-03T21:13:59.057Z | * [new branch] reservoir -> origin/reservoir |
598 | 2024-05-03T21:13:59.058Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
599 | 2024-05-03T21:13:59.058Z | * [new branch] resource-identifier -> origin/resource-identifier |
600 | 2024-05-03T21:13:59.058Z | * [new branch] retry-txn -> origin/retry-txn |
601 | 2024-05-03T21:13:59.058Z | * [new branch] return-cert-pem -> origin/return-cert-pem |
602 | 2024-05-03T21:13:59.058Z | * [new branch] rev-opte -> origin/rev-opte |
603 | 2024-05-03T21:13:59.058Z | * [new branch] revert-936 -> origin/revert-936 |
604 | 2024-05-03T21:13:59.058Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
605 | 2024-05-03T21:13:59.058Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
606 | 2024-05-03T21:13:59.059Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
607 | 2024-05-03T21:13:59.059Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
608 | 2024-05-03T21:13:59.059Z | * [new branch] rss-testing -> origin/rss-testing |
609 | 2024-05-03T21:13:59.059Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
610 | 2024-05-03T21:13:59.059Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
611 | 2024-05-03T21:13:59.066Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
612 | 2024-05-03T21:13:59.066Z | * [new branch] shatter-authn -> origin/shatter-authn |
613 | 2024-05-03T21:13:59.066Z | * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround |
614 | 2024-05-03T21:13:59.066Z | * [new branch] silo-create -> origin/silo-create |
615 | 2024-05-03T21:13:59.067Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
616 | 2024-05-03T21:13:59.067Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
617 | 2024-05-03T21:13:59.067Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
618 | 2024-05-03T21:13:59.067Z | * [new branch] simple-cache -> origin/simple-cache |
619 | 2024-05-03T21:13:59.067Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
620 | 2024-05-03T21:13:59.067Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
621 | 2024-05-03T21:13:59.067Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
622 | 2024-05-03T21:13:59.067Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
623 | 2024-05-03T21:13:59.067Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
624 | 2024-05-03T21:13:59.067Z | * [new branch] sled-location -> origin/sled-location |
625 | 2024-05-03T21:13:59.068Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
626 | 2024-05-03T21:13:59.068Z | * [new branch] special-delivery -> origin/special-delivery |
627 | 2024-05-03T21:13:59.068Z | * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff |
628 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket |
629 | 2024-05-03T21:13:59.068Z | * [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 |
630 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
631 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
632 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid |
633 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux |
634 | 2024-05-03T21:13:59.068Z | * [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 |
635 | 2024-05-03T21:13:59.068Z | * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones |
636 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput |
637 | 2024-05-03T21:13:59.069Z | * [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 |
638 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
639 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work |
640 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
641 | 2024-05-03T21:13:59.069Z | * [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 |
642 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
643 | 2024-05-03T21:13:59.069Z | * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux |
644 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
645 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 |
646 | 2024-05-03T21:13:59.070Z | * [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 |
647 | 2024-05-03T21:13:59.070Z | * [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 |
648 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work |
649 | 2024-05-03T21:13:59.070Z | * [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 |
650 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server |
651 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones |
652 | 2024-05-03T21:13:59.070Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
653 | 2024-05-03T21:13:59.071Z | * [new branch] swap -> origin/swap |
654 | 2024-05-03T21:13:59.071Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
655 | 2024-05-03T21:13:59.071Z | * [new branch] thing-flinger -> origin/thing-flinger |
656 | 2024-05-03T21:13:59.071Z | * [new branch] tqv1 -> origin/tqv1 |
657 | 2024-05-03T21:13:59.071Z | * [new branch] trigger -> origin/trigger |
658 | 2024-05-03T21:13:59.071Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
659 | 2024-05-03T21:13:59.071Z | * [new branch] u2-encryption -> origin/u2-encryption |
660 | 2024-05-03T21:13:59.071Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
661 | 2024-05-03T21:13:59.071Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
662 | 2024-05-03T21:13:59.072Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
663 | 2024-05-03T21:13:59.072Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
664 | 2024-05-03T21:13:59.072Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
665 | 2024-05-03T21:13:59.072Z | * [new branch] unused-deps -> origin/unused-deps |
666 | 2024-05-03T21:13:59.072Z | * [new branch] update-planning -> origin/update-planning |
667 | 2024-05-03T21:13:59.072Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
668 | 2024-05-03T21:13:59.072Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
669 | 2024-05-03T21:13:59.073Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
670 | 2024-05-03T21:13:59.073Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
671 | 2024-05-03T21:13:59.073Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
672 | 2024-05-03T21:13:59.073Z | * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good |
673 | 2024-05-03T21:13:59.073Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
674 | 2024-05-03T21:13:59.073Z | * [new branch] vmm-test-flex -> origin/vmm-test-flex |
675 | 2024-05-03T21:13:59.073Z | * [new branch] wicket -> origin/wicket |
676 | 2024-05-03T21:13:59.073Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
677 | 2024-05-03T21:13:59.073Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
678 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-menu -> origin/wicket-menu |
679 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
680 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
681 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
682 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
683 | 2024-05-03T21:13:59.074Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
684 | 2024-05-03T21:13:59.074Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
685 | 2024-05-03T21:13:59.074Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
686 | 2024-05-03T21:13:59.074Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
687 | 2024-05-03T21:13:59.075Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
688 | 2024-05-03T21:13:59.075Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
689 | 2024-05-03T21:13:59.075Z | * [new branch] xtask_ci_download -> origin/xtask_ci_download |
690 | 2024-05-03T21:13:59.075Z | * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace |
691 | 2024-05-03T21:13:59.075Z | * [new branch] zone-filesystems -> origin/zone-filesystems |
692 | 2024-05-03T21:13:59.075Z | * [new ref] -> origin/HEAD |
693 | 2024-05-03T21:13:59.075Z | * [new tag] dogfood -> dogfood |
694 | 2024-05-03T21:13:59.075Z | * [new tag] v5 -> v5 |
695 | 2024-05-03T21:13:59.075Z | * [new tag] v6 -> v6 |
696 | 2024-05-03T21:13:59.075Z | * [new tag] v7 -> v7 |
697 | 2024-05-03T21:13:59.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
698 | 2024-05-03T21:13:59.838Z | From https://github.com/oxidecomputer/opte |
699 | 2024-05-03T21:13:59.838Z | * [new branch] 481-strawman -> origin/481-strawman |
700 | 2024-05-03T21:13:59.852Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
701 | 2024-05-03T21:13:59.852Z | * [new branch] cheaper-flowid -> origin/cheaper-flowid |
702 | 2024-05-03T21:13:59.852Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
703 | 2024-05-03T21:13:59.852Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
704 | 2024-05-03T21:13:59.852Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
705 | 2024-05-03T21:13:59.852Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
706 | 2024-05-03T21:13:59.852Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
707 | 2024-05-03T21:13:59.852Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
708 | 2024-05-03T21:13:59.852Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
709 | 2024-05-03T21:13:59.852Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
710 | 2024-05-03T21:13:59.852Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
711 | 2024-05-03T21:13:59.852Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
712 | 2024-05-03T21:13:59.852Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
713 | 2024-05-03T21:13:59.852Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
714 | 2024-05-03T21:13:59.852Z | * [new branch] master -> origin/master |
715 | 2024-05-03T21:13:59.853Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
716 | 2024-05-03T21:13:59.853Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
717 | 2024-05-03T21:13:59.853Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
718 | 2024-05-03T21:13:59.853Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
719 | 2024-05-03T21:13:59.853Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
720 | 2024-05-03T21:13:59.853Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
721 | 2024-05-03T21:13:59.853Z | * [new branch] opte-220 -> origin/opte-220 |
722 | 2024-05-03T21:13:59.853Z | * [new branch] opte-225 -> origin/opte-225 |
723 | 2024-05-03T21:13:59.853Z | * [new branch] opte-227 -> origin/opte-227 |
724 | 2024-05-03T21:13:59.853Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
725 | 2024-05-03T21:13:59.853Z | * [new branch] opte-232 -> origin/opte-232 |
726 | 2024-05-03T21:13:59.853Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
727 | 2024-05-03T21:13:59.853Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
728 | 2024-05-03T21:13:59.853Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
729 | 2024-05-03T21:13:59.853Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
730 | 2024-05-03T21:13:59.853Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
731 | 2024-05-03T21:13:59.853Z | * [new branch] opteadm-library -> origin/opteadm-library |
732 | 2024-05-03T21:13:59.853Z | * [new branch] partial-workspace -> origin/partial-workspace |
733 | 2024-05-03T21:13:59.853Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
734 | 2024-05-03T21:13:59.853Z | * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile |
735 | 2024-05-03T21:13:59.853Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
736 | 2024-05-03T21:13:59.853Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
737 | 2024-05-03T21:13:59.853Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
738 | 2024-05-03T21:13:59.853Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
739 | 2024-05-03T21:13:59.854Z | * [new branch] route-cache -> origin/route-cache |
740 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
741 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
742 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
743 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
744 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
745 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
746 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
747 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
748 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
749 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
750 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
751 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
752 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
753 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
754 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
755 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
756 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
757 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
758 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
759 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
760 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
761 | 2024-05-03T21:13:59.854Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
762 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
763 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
764 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
765 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
766 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
767 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
768 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
769 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
770 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
771 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
772 | 2024-05-03T21:13:59.855Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
773 | 2024-05-03T21:13:59.855Z | * [new branch] spring-clean -> origin/spring-clean |
774 | 2024-05-03T21:13:59.855Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
775 | 2024-05-03T21:13:59.855Z | * [new branch] underlay-lock -> origin/underlay-lock |
776 | 2024-05-03T21:13:59.855Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
777 | 2024-05-03T21:13:59.855Z | * [new ref] -> origin/HEAD |
778 | 2024-05-03T21:13:59.899Z | Updating git repository `https://github.com/illumos/smf-rs` |
779 | 2024-05-03T21:14:00.315Z | From https://github.com/illumos/smf-rs |
780 | 2024-05-03T21:14:00.316Z | * [new branch] main -> origin/main |
781 | 2024-05-03T21:14:00.316Z | * [new ref] -> origin/HEAD |
782 | 2024-05-03T21:14:00.463Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
783 | 2024-05-03T21:14:01.629Z | From https://github.com/oxidecomputer/progenitor |
784 | 2024-05-03T21:14:01.630Z | * [new branch] extension2 -> origin/extension2 |
785 | 2024-05-03T21:14:01.643Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
786 | 2024-05-03T21:14:01.643Z | * [new branch] main -> origin/main |
787 | 2024-05-03T21:14:01.643Z | * [new branch] nexus-update -> origin/nexus-update |
788 | 2024-05-03T21:14:01.643Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
789 | 2024-05-03T21:14:01.643Z | * [new branch] print-example -> origin/print-example |
790 | 2024-05-03T21:14:01.644Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
791 | 2024-05-03T21:14:01.644Z | * [new branch] request-map -> origin/request-map |
792 | 2024-05-03T21:14:01.644Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
793 | 2024-05-03T21:14:01.644Z | * [new branch] security-schemes -> origin/security-schemes |
794 | 2024-05-03T21:14:01.644Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
795 | 2024-05-03T21:14:01.644Z | * [new branch] test-ci -> origin/test-ci |
796 | 2024-05-03T21:14:01.645Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
797 | 2024-05-03T21:14:01.645Z | * [new branch] untyped-responses -> origin/untyped-responses |
798 | 2024-05-03T21:14:01.645Z | * [new branch] v41 -> origin/v41 |
799 | 2024-05-03T21:14:01.645Z | * [new ref] -> origin/HEAD |
800 | 2024-05-03T21:14:01.645Z | * [new tag] v0.1.1 -> v0.1.1 |
801 | 2024-05-03T21:14:01.645Z | * [new tag] v0.2.0 -> v0.2.0 |
802 | 2024-05-03T21:14:01.645Z | * [new tag] v0.3.0 -> v0.3.0 |
803 | 2024-05-03T21:14:01.645Z | * [new tag] v0.4.0 -> v0.4.0 |
804 | 2024-05-03T21:14:01.645Z | * [new tag] v0.4.1 -> v0.4.1 |
805 | 2024-05-03T21:14:01.646Z | * [new tag] v0.5.0 -> v0.5.0 |
806 | 2024-05-03T21:14:01.646Z | * [new tag] v0.6.0 -> v0.6.0 |
807 | 2024-05-03T21:14:01.722Z | Updating git repository `https://github.com/oxidecomputer/zone` |
808 | 2024-05-03T21:14:02.148Z | From https://github.com/oxidecomputer/zone |
809 | 2024-05-03T21:14:02.149Z | * [new branch] main -> origin/main |
810 | 2024-05-03T21:14:02.153Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
811 | 2024-05-03T21:14:02.153Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
812 | 2024-05-03T21:14:02.153Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
813 | 2024-05-03T21:14:02.154Z | * [new ref] -> origin/HEAD |
814 | 2024-05-03T21:14:02.290Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
815 | 2024-05-03T21:14:03.452Z | From https://github.com/oxidecomputer/propolis |
816 | 2024-05-03T21:14:03.452Z | * [new branch] ata -> origin/ata |
817 | 2024-05-03T21:14:03.460Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
818 | 2024-05-03T21:14:03.460Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
819 | 2024-05-03T21:14:03.460Z | * [new branch] master -> origin/master |
820 | 2024-05-03T21:14:03.461Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
821 | 2024-05-03T21:14:03.461Z | * [new ref] -> origin/HEAD |
822 | 2024-05-03T21:14:03.566Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
823 | 2024-05-03T21:14:04.090Z | From https://github.com/oxidecomputer/dlpi-sys |
824 | 2024-05-03T21:14:04.090Z | * [new branch] gh-pages -> origin/gh-pages |
825 | 2024-05-03T21:14:04.104Z | * [new branch] main -> origin/main |
826 | 2024-05-03T21:14:04.104Z | * [new ref] -> origin/HEAD |
827 | 2024-05-03T21:14:04.148Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
828 | 2024-05-03T21:14:04.560Z | From https://github.com/jmesmon/rust-libzfs |
829 | 2024-05-03T21:14:04.560Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
830 | 2024-05-03T21:14:04.572Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
831 | 2024-05-03T21:14:04.573Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
832 | 2024-05-03T21:14:04.573Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
833 | 2024-05-03T21:14:04.573Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
834 | 2024-05-03T21:14:04.574Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
835 | 2024-05-03T21:14:04.574Z | * [new branch] dev -> origin/dev |
836 | 2024-05-03T21:14:04.574Z | * [new branch] drr -> origin/drr |
837 | 2024-05-03T21:14:04.575Z | * [new branch] f-types -> origin/f-types |
838 | 2024-05-03T21:14:04.575Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
839 | 2024-05-03T21:14:04.575Z | * [new branch] master -> origin/master |
840 | 2024-05-03T21:14:04.575Z | * [new branch] staging -> origin/staging |
841 | 2024-05-03T21:14:04.575Z | * [new ref] -> origin/HEAD |
842 | 2024-05-03T21:14:04.575Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
843 | 2024-05-03T21:14:04.575Z | * [new tag] v0.4.0 -> v0.4.0 |
844 | 2024-05-03T21:14:04.575Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
845 | 2024-05-03T21:14:04.575Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
846 | 2024-05-03T21:14:04.594Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
847 | 2024-05-03T21:14:05.159Z | From https://github.com/oxidecomputer/rusty-doors |
848 | 2024-05-03T21:14:05.159Z | * [new branch] gh-pages -> origin/gh-pages |
849 | 2024-05-03T21:14:05.164Z | * [new branch] main -> origin/main |
850 | 2024-05-03T21:14:05.164Z | * [new branch] no-bindgen -> origin/no-bindgen |
851 | 2024-05-03T21:14:05.164Z | * [new ref] -> origin/HEAD |
852 | 2024-05-03T21:14:05.174Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
853 | 2024-05-03T21:14:05.969Z | From https://github.com/oxidecomputer/maghemite |
854 | 2024-05-03T21:14:05.970Z | * [new branch] anycast -> origin/anycast |
855 | 2024-05-03T21:14:05.980Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
856 | 2024-05-03T21:14:05.980Z | * [new branch] mac-build -> origin/mac-build |
857 | 2024-05-03T21:14:05.981Z | * [new branch] main -> origin/main |
858 | 2024-05-03T21:14:05.981Z | * [new branch] oxpop -> origin/oxpop |
859 | 2024-05-03T21:14:05.981Z | * [new branch] renovate/anstyle-1.x -> origin/renovate/anstyle-1.x |
860 | 2024-05-03T21:14:05.981Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
861 | 2024-05-03T21:14:05.982Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
862 | 2024-05-03T21:14:05.982Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
863 | 2024-05-03T21:14:05.982Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
864 | 2024-05-03T21:14:05.982Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
865 | 2024-05-03T21:14:05.983Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
866 | 2024-05-03T21:14:05.984Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
867 | 2024-05-03T21:14:05.984Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
868 | 2024-05-03T21:14:05.985Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
869 | 2024-05-03T21:14:05.985Z | * [new ref] -> origin/HEAD |
870 | 2024-05-03T21:14:05.985Z | * [new tag] rift -> rift |
871 | 2024-05-03T21:14:05.986Z | * [new tag] srp -> srp |
872 | 2024-05-03T21:14:05.986Z | * [new tag] tie-spf -> tie-spf |
873 | 2024-05-03T21:14:06.012Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
874 | 2024-05-03T21:14:06.200Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
875 | 2024-05-03T21:14:06.629Z | From http://github.com/oxidecomputer/serde_human_bytes |
876 | 2024-05-03T21:14:06.629Z | * [new branch] gh-pages -> origin/gh-pages |
877 | 2024-05-03T21:14:06.633Z | * [new branch] main -> origin/main |
878 | 2024-05-03T21:14:06.633Z | * [new branch] renovate/configure -> origin/renovate/configure |
879 | 2024-05-03T21:14:06.633Z | * [new ref] -> origin/HEAD |
880 | 2024-05-03T21:14:06.651Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
881 | 2024-05-03T21:14:07.102Z | From https://github.com/oxidecomputer/slog-error-chain |
882 | 2024-05-03T21:14:07.102Z | * [new branch] main -> origin/main |
883 | 2024-05-03T21:14:07.120Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
884 | 2024-05-03T21:14:07.121Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
885 | 2024-05-03T21:14:07.121Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
886 | 2024-05-03T21:14:07.121Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
887 | 2024-05-03T21:14:07.121Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
888 | 2024-05-03T21:14:07.121Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
889 | 2024-05-03T21:14:07.121Z | * [new ref] -> origin/HEAD |
890 | 2024-05-03T21:14:07.138Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
891 | 2024-05-03T21:14:07.963Z | From https://github.com/oxidecomputer/poptrie |
892 | 2024-05-03T21:14:07.963Z | * [new branch] main -> origin/main |
893 | 2024-05-03T21:14:07.981Z | * [new branch] multipath -> origin/multipath |
894 | 2024-05-03T21:14:07.981Z | * [new ref] -> origin/HEAD |
895 | 2024-05-03T21:14:07.981Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
896 | 2024-05-03T21:14:08.002Z | From https://github.com/illumos/libscf-sys |
897 | 2024-05-03T21:14:08.002Z | * [new branch] main -> origin/main |
898 | 2024-05-03T21:14:08.007Z | * [new ref] -> origin/HEAD |
899 | 2024-05-03T21:14:08.046Z | Updating git repository `https://github.com/oxidecomputer/typify` |
900 | 2024-05-03T21:14:09.871Z | From https://github.com/oxidecomputer/typify |
901 | 2024-05-03T21:14:09.871Z | * [new branch] ipv6 -> origin/ipv6 |
902 | 2024-05-03T21:14:09.879Z | * [new branch] js-schema -> origin/js-schema |
903 | 2024-05-03T21:14:09.879Z | * [new branch] main -> origin/main |
904 | 2024-05-03T21:14:09.879Z | * [new branch] nested-newtype -> origin/nested-newtype |
905 | 2024-05-03T21:14:09.879Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
906 | 2024-05-03T21:14:09.880Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
907 | 2024-05-03T21:14:09.880Z | * [new ref] -> origin/HEAD |
908 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.10 -> v0.0.10 |
909 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.11 -> v0.0.11 |
910 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.12 -> v0.0.12 |
911 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.13 -> v0.0.13 |
912 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.14 -> v0.0.14 |
913 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.15 -> v0.0.15 |
914 | 2024-05-03T21:14:09.880Z | * [new tag] v0.0.16 -> v0.0.16 |
915 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.4 -> v0.0.4 |
916 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.5 -> v0.0.5 |
917 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.6 -> v0.0.6 |
918 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.7 -> v0.0.7 |
919 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.8 -> v0.0.8 |
920 | 2024-05-03T21:14:09.881Z | * [new tag] v0.0.9 -> v0.0.9 |
921 | 2024-05-03T21:14:11.046Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
922 | 2024-05-03T21:14:11.725Z | From https://github.com/oxidecomputer/management-gateway-service |
923 | 2024-05-03T21:14:11.725Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
924 | 2024-05-03T21:14:11.731Z | * [new branch] buildomat -> origin/buildomat |
925 | 2024-05-03T21:14:11.731Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
926 | 2024-05-03T21:14:11.731Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
927 | 2024-05-03T21:14:11.731Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
928 | 2024-05-03T21:14:11.731Z | * [new branch] image-board-check -> origin/image-board-check |
929 | 2024-05-03T21:14:11.732Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
930 | 2024-05-03T21:14:11.732Z | * [new branch] lock_state -> origin/lock_state |
931 | 2024-05-03T21:14:11.732Z | * [new branch] main -> origin/main |
932 | 2024-05-03T21:14:11.732Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
933 | 2024-05-03T21:14:11.732Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
934 | 2024-05-03T21:14:11.732Z | * [new branch] read-rot-message -> origin/read-rot-message |
935 | 2024-05-03T21:14:11.732Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
936 | 2024-05-03T21:14:11.732Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
937 | 2024-05-03T21:14:11.732Z | * [new branch] reset-component -> origin/reset-component |
938 | 2024-05-03T21:14:11.732Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
939 | 2024-05-03T21:14:11.732Z | * [new branch] rhai -> origin/rhai |
940 | 2024-05-03T21:14:11.732Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
941 | 2024-05-03T21:14:11.732Z | * [new branch] rot-update -> origin/rot-update |
942 | 2024-05-03T21:14:11.732Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
943 | 2024-05-03T21:14:11.732Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
944 | 2024-05-03T21:14:11.732Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
945 | 2024-05-03T21:14:11.732Z | * [new branch] sprot-attest -> origin/sprot-attest |
946 | 2024-05-03T21:14:11.733Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
947 | 2024-05-03T21:14:11.733Z | * [new branch] sprot-errors -> origin/sprot-errors |
948 | 2024-05-03T21:14:11.733Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
949 | 2024-05-03T21:14:11.733Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
950 | 2024-05-03T21:14:11.733Z | * [new branch] update-stage0 -> origin/update-stage0 |
951 | 2024-05-03T21:14:11.733Z | * [new ref] -> origin/HEAD |
952 | 2024-05-03T21:14:12.378Z | Downloading crates ... |
953 | 2024-05-03T21:14:12.499Z | Downloaded async-stream-impl v0.3.5 |
954 | 2024-05-03T21:14:12.511Z | Downloaded anstyle v1.0.7 |
955 | 2024-05-03T21:14:12.512Z | Downloaded ahash v0.8.11 |
956 | 2024-05-03T21:14:12.527Z | Downloaded anstream v0.6.14 |
957 | 2024-05-03T21:14:12.527Z | Downloaded quote v1.0.36 |
958 | 2024-05-03T21:14:12.527Z | Downloaded allocator-api2 v0.2.18 |
959 | 2024-05-03T21:14:12.527Z | Downloaded anstyle-parse v0.2.4 |
960 | 2024-05-03T21:14:12.539Z | Downloaded rand_chacha v0.3.1 |
961 | 2024-05-03T21:14:12.539Z | Downloaded quick-error v1.2.3 |
962 | 2024-05-03T21:14:12.539Z | Downloaded async-stream v0.3.5 |
963 | 2024-05-03T21:14:12.539Z | Downloaded argon2 v0.5.3 |
964 | 2024-05-03T21:14:12.539Z | Downloaded anstyle-query v1.0.3 |
965 | 2024-05-03T21:14:12.539Z | Downloaded arc-swap v1.7.1 |
966 | 2024-05-03T21:14:12.539Z | Downloaded base64ct v1.6.0 |
967 | 2024-05-03T21:14:12.549Z | Downloaded anyhow v1.0.82 |
968 | 2024-05-03T21:14:12.550Z | Downloaded crc8 v0.1.1 |
969 | 2024-05-03T21:14:12.550Z | Downloaded regex v1.10.4 |
970 | 2024-05-03T21:14:12.561Z | Downloaded crypto-common v0.1.6 |
971 | 2024-05-03T21:14:12.574Z | Downloaded colored v2.1.0 |
972 | 2024-05-03T21:14:12.574Z | Downloaded defmt-parser v0.3.4 |
973 | 2024-05-03T21:14:12.574Z | Downloaded backoff v0.4.0 |
974 | 2024-05-03T21:14:12.587Z | Downloaded ciborium-io v0.2.2 |
975 | 2024-05-03T21:14:12.587Z | Downloaded bytes v1.6.0 |
976 | 2024-05-03T21:14:12.587Z | Downloaded futures-executor v0.3.30 |
977 | 2024-05-03T21:14:12.588Z | Downloaded cobs v0.2.3 |
978 | 2024-05-03T21:14:12.588Z | Downloaded rand v0.8.5 |
979 | 2024-05-03T21:14:12.605Z | Downloaded resolv-conf v0.7.0 |
980 | 2024-05-03T21:14:12.605Z | Downloaded rand_core v0.6.4 |
981 | 2024-05-03T21:14:12.606Z | Downloaded cstr-argument v0.1.2 |
982 | 2024-05-03T21:14:12.606Z | Downloaded crunchy v0.2.2 |
983 | 2024-05-03T21:14:12.606Z | Downloaded byteorder v1.5.0 |
984 | 2024-05-03T21:14:12.606Z | Downloaded hashbrown v0.14.5 |
985 | 2024-05-03T21:14:12.632Z | Downloaded equivalent v1.0.1 |
986 | 2024-05-03T21:14:12.632Z | Downloaded const-random v0.1.18 |
987 | 2024-05-03T21:14:12.632Z | Downloaded dtrace-parser v0.2.0 |
988 | 2024-05-03T21:14:12.633Z | Downloaded foreign-types-shared v0.3.1 |
989 | 2024-05-03T21:14:12.633Z | Downloaded atomic-waker v1.1.2 |
990 | 2024-05-03T21:14:12.633Z | Downloaded cfg-if v1.0.0 |
991 | 2024-05-03T21:14:12.633Z | Downloaded futures-io v0.3.30 |
992 | 2024-05-03T21:14:12.633Z | Downloaded fxhash v0.2.1 |
993 | 2024-05-03T21:14:12.633Z | Downloaded foreign-types-shared v0.1.1 |
994 | 2024-05-03T21:14:12.633Z | Downloaded darling_macro v0.20.8 |
995 | 2024-05-03T21:14:12.649Z | Downloaded foreign-types v0.3.2 |
996 | 2024-05-03T21:14:12.649Z | Downloaded openssl-probe v0.1.5 |
997 | 2024-05-03T21:14:12.649Z | Downloaded bytecount v0.6.8 |
998 | 2024-05-03T21:14:12.649Z | Downloaded async-trait v0.1.80 |
999 | 2024-05-03T21:14:12.650Z | Downloaded sync_wrapper v0.1.2 |
1000 | 2024-05-03T21:14:12.650Z | Downloaded slog-envlogger v2.2.0 |
1001 | 2024-05-03T21:14:12.650Z | Downloaded defmt v0.3.6 |
1002 | 2024-05-03T21:14:12.650Z | Downloaded clap_lex v0.7.0 |
1003 | 2024-05-03T21:14:12.650Z | Downloaded ciborium-ll v0.2.2 |
1004 | 2024-05-03T21:14:12.650Z | Downloaded aho-corasick v1.1.3 |
1005 | 2024-05-03T21:14:12.650Z | Downloaded serde_repr v0.1.19 |
1006 | 2024-05-03T21:14:12.667Z | Downloaded rustls-pemfile v1.0.4 |
1007 | 2024-05-03T21:14:12.667Z | Downloaded time-core v0.1.2 |
1008 | 2024-05-03T21:14:12.667Z | Downloaded scroll_derive v0.12.0 |
1009 | 2024-05-03T21:14:12.667Z | Downloaded enum-as-inner v0.5.1 |
1010 | 2024-05-03T21:14:12.667Z | Downloaded errno v0.3.8 |
1011 | 2024-05-03T21:14:12.667Z | Downloaded embedded-io v0.4.0 |
1012 | 2024-05-03T21:14:12.668Z | Downloaded dirs-next v2.0.0 |
1013 | 2024-05-03T21:14:12.668Z | Downloaded take_mut v0.2.2 |
1014 | 2024-05-03T21:14:12.668Z | Downloaded foreign-types-macros v0.2.3 |
1015 | 2024-05-03T21:14:12.668Z | Downloaded deranged v0.3.11 |
1016 | 2024-05-03T21:14:12.668Z | Downloaded hash32 v0.3.1 |
1017 | 2024-05-03T21:14:12.668Z | Downloaded fnv v1.0.7 |
1018 | 2024-05-03T21:14:12.668Z | Downloaded either v1.11.0 |
1019 | 2024-05-03T21:14:12.668Z | Downloaded tinyvec_macros v0.1.1 |
1020 | 2024-05-03T21:14:12.678Z | Downloaded slog-scope v4.4.0 |
1021 | 2024-05-03T21:14:12.678Z | Downloaded getopts v0.2.21 |
1022 | 2024-05-03T21:14:12.678Z | Downloaded generic-array v0.14.7 |
1023 | 2024-05-03T21:14:12.678Z | Downloaded rustversion v1.0.15 |
1024 | 2024-05-03T21:14:12.678Z | Downloaded subtle v2.5.0 |
1025 | 2024-05-03T21:14:12.678Z | Downloaded num_enum v0.7.2 |
1026 | 2024-05-03T21:14:12.678Z | Downloaded paste v1.0.14 |
1027 | 2024-05-03T21:14:12.683Z | Downloaded slab v0.4.9 |
1028 | 2024-05-03T21:14:12.683Z | Downloaded crc32fast v1.4.0 |
1029 | 2024-05-03T21:14:12.683Z | Downloaded ciborium v0.2.2 |
1030 | 2024-05-03T21:14:12.708Z | Downloaded sha1 v0.10.6 |
1031 | 2024-05-03T21:14:12.709Z | Downloaded static_assertions v1.1.0 |
1032 | 2024-05-03T21:14:12.709Z | Downloaded crossbeam-utils v0.8.19 |
1033 | 2024-05-03T21:14:12.709Z | Downloaded camino v1.1.6 |
1034 | 2024-05-03T21:14:12.709Z | Downloaded slog-async v2.8.0 |
1035 | 2024-05-03T21:14:12.709Z | Downloaded smallvec v1.13.2 |
1036 | 2024-05-03T21:14:12.709Z | Downloaded waitgroup v0.1.2 |
1037 | 2024-05-03T21:14:12.709Z | Downloaded tower-service v0.3.2 |
1038 | 2024-05-03T21:14:12.709Z | Downloaded is_terminal_polyfill v1.70.0 |
1039 | 2024-05-03T21:14:12.709Z | Downloaded darling v0.20.8 |
1040 | 2024-05-03T21:14:12.716Z | Downloaded slog-dtrace v0.3.0 |
1041 | 2024-05-03T21:14:12.716Z | Downloaded utf8parse v0.2.1 |
1042 | 2024-05-03T21:14:12.716Z | Downloaded slog-bunyan v2.5.0 |
1043 | 2024-05-03T21:14:12.716Z | Downloaded http-body v0.4.6 |
1044 | 2024-05-03T21:14:12.716Z | Downloaded thiserror-impl v1.0.59 |
1045 | 2024-05-03T21:14:12.716Z | Downloaded terminal_size v0.3.0 |
1046 | 2024-05-03T21:14:12.729Z | Downloaded defmt-macros v0.3.7 |
1047 | 2024-05-03T21:14:12.729Z | Downloaded plain v0.2.3 |
1048 | 2024-05-03T21:14:12.729Z | Downloaded ident_case v1.0.1 |
1049 | 2024-05-03T21:14:12.729Z | Downloaded tokio-macros v2.2.0 |
1050 | 2024-05-03T21:14:12.730Z | Downloaded tabwriter v1.4.0 |
1051 | 2024-05-03T21:14:12.730Z | Downloaded futures-channel v0.3.30 |
1052 | 2024-05-03T21:14:12.730Z | Downloaded once_cell v1.19.0 |
1053 | 2024-05-03T21:14:12.736Z | Downloaded lazy_static v1.4.0 |
1054 | 2024-05-03T21:14:12.736Z | Downloaded sct v0.7.1 |
1055 | 2024-05-03T21:14:12.743Z | Downloaded crossbeam-epoch v0.9.18 |
1056 | 2024-05-03T21:14:12.743Z | Downloaded base64 v0.21.7 |
1057 | 2024-05-03T21:14:12.748Z | Downloaded num-conv v0.1.0 |
1058 | 2024-05-03T21:14:12.748Z | Downloaded strum_macros v0.26.2 |
1059 | 2024-05-03T21:14:12.748Z | Downloaded num_enum_derive v0.5.11 |
1060 | 2024-05-03T21:14:12.758Z | Downloaded pin-utils v0.1.0 |
1061 | 2024-05-03T21:14:12.758Z | Downloaded managed v0.8.0 |
1062 | 2024-05-03T21:14:12.758Z | Downloaded spin v0.9.8 |
1063 | 2024-05-03T21:14:12.758Z | Downloaded serde_with_macros v3.8.1 |
1064 | 2024-05-03T21:14:12.758Z | Downloaded serde_derive v1.0.200 |
1065 | 2024-05-03T21:14:12.765Z | Downloaded usdt-attr-macro v0.5.0 |
1066 | 2024-05-03T21:14:12.765Z | Downloaded num_threads v0.1.7 |
1067 | 2024-05-03T21:14:12.765Z | Downloaded match_cfg v0.1.0 |
1068 | 2024-05-03T21:14:12.765Z | Downloaded usdt-macro v0.5.0 |
1069 | 2024-05-03T21:14:12.765Z | Downloaded semver v1.0.22 |
1070 | 2024-05-03T21:14:12.771Z | Downloaded newline-converter v0.3.0 |
1071 | 2024-05-03T21:14:12.772Z | Downloaded rhai_codegen v2.1.0 |
1072 | 2024-05-03T21:14:12.781Z | Downloaded ipnetwork v0.20.0 |
1073 | 2024-05-03T21:14:12.781Z | Downloaded pretty-hex v0.4.1 |
1074 | 2024-05-03T21:14:12.785Z | Downloaded pretty-hex v0.2.1 |
1075 | 2024-05-03T21:14:12.785Z | Downloaded bitflags v2.5.0 |
1076 | 2024-05-03T21:14:12.785Z | Downloaded getrandom v0.2.14 |
1077 | 2024-05-03T21:14:12.791Z | Downloaded powerfmt v0.2.0 |
1078 | 2024-05-03T21:14:12.791Z | Downloaded postcard v1.0.8 |
1079 | 2024-05-03T21:14:12.791Z | Downloaded ipnet v2.9.0 |
1080 | 2024-05-03T21:14:12.799Z | Downloaded openssl-macros v0.1.1 |
1081 | 2024-05-03T21:14:12.799Z | Downloaded socket2 v0.5.7 |
1082 | 2024-05-03T21:14:12.799Z | Downloaded socket2 v0.4.10 |
1083 | 2024-05-03T21:14:12.799Z | Downloaded smartstring v1.0.1 |
1084 | 2024-05-03T21:14:12.805Z | Downloaded base64 v0.22.1 |
1085 | 2024-05-03T21:14:12.806Z | Downloaded matches v0.1.10 |
1086 | 2024-05-03T21:14:12.806Z | Downloaded try-lock v0.2.5 |
1087 | 2024-05-03T21:14:12.814Z | Downloaded percent-encoding v2.3.1 |
1088 | 2024-05-03T21:14:12.814Z | Downloaded num-integer v0.1.46 |
1089 | 2024-05-03T21:14:12.814Z | Downloaded num-derive v0.3.3 |
1090 | 2024-05-03T21:14:12.814Z | Downloaded half v2.4.1 |
1091 | 2024-05-03T21:14:12.819Z | Downloaded omicron-workspace-hack v0.1.0 |
1092 | 2024-05-03T21:14:12.819Z | Downloaded pin-project-lite v0.2.14 |
1093 | 2024-05-03T21:14:12.829Z | Downloaded zeroize v1.7.0 |
1094 | 2024-05-03T21:14:12.829Z | Downloaded num v0.4.2 |
1095 | 2024-05-03T21:14:12.829Z | Downloaded similar v2.5.0 |
1096 | 2024-05-03T21:14:12.835Z | Downloaded newtype_derive v0.1.6 |
1097 | 2024-05-03T21:14:12.835Z | Downloaded tokio-native-tls v0.3.1 |
1098 | 2024-05-03T21:14:12.835Z | Downloaded untrusted v0.9.0 |
1099 | 2024-05-03T21:14:12.835Z | Downloaded usdt-impl v0.5.0 |
1100 | 2024-05-03T21:14:12.835Z | Downloaded newtype-uuid v1.1.0 |
1101 | 2024-05-03T21:14:12.835Z | Downloaded usdt v0.5.0 |
1102 | 2024-05-03T21:14:12.841Z | Downloaded tinyvec v1.6.0 |
1103 | 2024-05-03T21:14:12.841Z | Downloaded pkg-config v0.3.30 |
1104 | 2024-05-03T21:14:12.841Z | Downloaded hyper-tls v0.5.0 |
1105 | 2024-05-03T21:14:12.848Z | Downloaded slog v2.7.0 |
1106 | 2024-05-03T21:14:12.848Z | Downloaded zerocopy-derive v0.7.32 |
1107 | 2024-05-03T21:14:12.852Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2024-05-03T21:14:12.852Z | Downloaded zerocopy v0.6.6 |
1109 | 2024-05-03T21:14:12.857Z | Downloaded serde v1.0.200 |
1110 | 2024-05-03T21:14:12.857Z | Downloaded instant v0.1.12 |
1111 | 2024-05-03T21:14:12.862Z | Downloaded num_cpus v1.16.0 |
1112 | 2024-05-03T21:14:12.862Z | Downloaded memmap v0.7.0 |
1113 | 2024-05-03T21:14:12.865Z | Downloaded num_enum v0.5.11 |
1114 | 2024-05-03T21:14:12.877Z | Downloaded proc-macro-crate v1.3.1 |
1115 | 2024-05-03T21:14:12.878Z | Downloaded pest_generator v2.7.10 |
1116 | 2024-05-03T21:14:12.878Z | Downloaded hostname v0.4.0 |
1117 | 2024-05-03T21:14:12.878Z | Downloaded lock_api v0.4.12 |
1118 | 2024-05-03T21:14:12.885Z | Downloaded hubpack v0.1.2 |
1119 | 2024-05-03T21:14:12.885Z | Downloaded tokio-rustls v0.25.0 |
1120 | 2024-05-03T21:14:12.885Z | Downloaded itoa v1.0.11 |
1121 | 2024-05-03T21:14:12.885Z | Downloaded httpdate v1.0.3 |
1122 | 2024-05-03T21:14:12.886Z | Downloaded toml_datetime v0.6.5 |
1123 | 2024-05-03T21:14:12.886Z | Downloaded proc-macro2 v1.0.81 |
1124 | 2024-05-03T21:14:12.886Z | Downloaded password-hash v0.5.0 |
1125 | 2024-05-03T21:14:13.312Z | Downloaded uuid v0.8.2 |
1126 | 2024-05-03T21:14:13.312Z | Downloaded proc-macro-error v1.0.4 |
1127 | 2024-05-03T21:14:13.313Z | Downloaded tracing-attributes v0.1.27 |
1128 | 2024-05-03T21:14:13.313Z | Downloaded native-tls v0.2.11 |
1129 | 2024-05-03T21:14:13.313Z | Downloaded ucd-trie v0.1.6 |
1130 | 2024-05-03T21:14:13.313Z | Downloaded num-complex v0.4.5 |
1131 | 2024-05-03T21:14:13.313Z | Downloaded crossbeam-channel v0.5.12 |
1132 | 2024-05-03T21:14:13.313Z | Downloaded unicode-width v0.1.12 |
1133 | 2024-05-03T21:14:13.313Z | Downloaded num-rational v0.4.1 |
1134 | 2024-05-03T21:14:13.313Z | Downloaded darling_core v0.20.8 |
1135 | 2024-05-03T21:14:13.313Z | Downloaded uuid v1.8.0 |
1136 | 2024-05-03T21:14:13.313Z | Downloaded tracing v0.1.40 |
1137 | 2024-05-03T21:14:13.313Z | Downloaded pest_derive v2.7.10 |
1138 | 2024-05-03T21:14:13.313Z | Downloaded httparse v1.8.0 |
1139 | 2024-05-03T21:14:13.313Z | Downloaded parking_lot v0.12.2 |
1140 | 2024-05-03T21:14:13.313Z | Downloaded toml v0.8.12 |
1141 | 2024-05-03T21:14:13.313Z | Downloaded typenum v1.17.0 |
1142 | 2024-05-03T21:14:13.313Z | Downloaded serde_yaml v0.9.34+deprecated |
1143 | 2024-05-03T21:14:13.313Z | Downloaded tokio-rustls v0.24.1 |
1144 | 2024-05-03T21:14:13.313Z | Downloaded log v0.4.21 |
1145 | 2024-05-03T21:14:13.313Z | Downloaded parking_lot v0.11.2 |
1146 | 2024-05-03T21:14:13.314Z | Downloaded iana-time-zone v0.1.60 |
1147 | 2024-05-03T21:14:13.314Z | Downloaded unicode-bidi v0.3.15 |
1148 | 2024-05-03T21:14:13.314Z | Downloaded humantime v2.1.0 |
1149 | 2024-05-03T21:14:13.314Z | Downloaded hashbrown v0.12.3 |
1150 | 2024-05-03T21:14:13.314Z | Downloaded num-traits v0.2.18 |
1151 | 2024-05-03T21:14:13.314Z | Downloaded steno v0.4.0 |
1152 | 2024-05-03T21:14:13.314Z | Downloaded expectorate v1.1.0 |
1153 | 2024-05-03T21:14:13.314Z | Downloaded trust-dns-resolver v0.22.0 |
1154 | 2024-05-03T21:14:13.314Z | Downloaded cc v1.0.96 |
1155 | 2024-05-03T21:14:13.314Z | Downloaded unsafe-libyaml v0.2.11 |
1156 | 2024-05-03T21:14:13.314Z | Downloaded tracing-core v0.1.32 |
1157 | 2024-05-03T21:14:13.314Z | Downloaded proc-macro-error-attr v1.0.4 |
1158 | 2024-05-03T21:14:13.314Z | Downloaded proc-macro-crate v3.1.0 |
1159 | 2024-05-03T21:14:13.314Z | Downloaded macaddr v1.0.1 |
1160 | 2024-05-03T21:14:13.314Z | Downloaded lru-cache v0.1.2 |
1161 | 2024-05-03T21:14:13.314Z | Downloaded parse-display-derive v0.9.0 |
1162 | 2024-05-03T21:14:13.314Z | Downloaded heck v0.4.1 |
1163 | 2024-05-03T21:14:13.314Z | Downloaded multer v3.0.0 |
1164 | 2024-05-03T21:14:13.314Z | Downloaded parking_lot_core v0.8.6 |
1165 | 2024-05-03T21:14:13.314Z | Downloaded want v0.3.1 |
1166 | 2024-05-03T21:14:13.315Z | Downloaded pest_meta v2.7.10 |
1167 | 2024-05-03T21:14:13.315Z | Downloaded parking_lot_core v0.9.10 |
1168 | 2024-05-03T21:14:13.315Z | Downloaded schemars v0.8.17 |
1169 | 2024-05-03T21:14:13.315Z | Downloaded indexmap v2.2.6 |
1170 | 2024-05-03T21:14:13.315Z | Downloaded papergrid v0.11.0 |
1171 | 2024-05-03T21:14:13.315Z | Downloaded time v0.3.36 |
1172 | 2024-05-03T21:14:13.315Z | Downloaded memchr v2.7.2 |
1173 | 2024-05-03T21:14:13.315Z | Downloaded toml_edit v0.19.15 |
1174 | 2024-05-03T21:14:13.315Z | Downloaded pest v2.7.10 |
1175 | 2024-05-03T21:14:13.315Z | Downloaded clap_builder v4.5.2 |
1176 | 2024-05-03T21:14:13.315Z | Downloaded http v0.2.12 |
1177 | 2024-05-03T21:14:13.315Z | Downloaded toml_edit v0.22.12 |
1178 | 2024-05-03T21:14:13.315Z | Downloaded http v1.1.0 |
1179 | 2024-05-03T21:14:13.315Z | Downloaded tokio-util v0.7.10 |
1180 | 2024-05-03T21:14:13.315Z | Downloaded libm v0.2.8 |
1181 | 2024-05-03T21:14:13.315Z | Downloaded nom v7.1.3 |
1182 | 2024-05-03T21:14:13.315Z | Downloaded goblin v0.8.2 |
1183 | 2024-05-03T21:14:13.316Z | Downloaded winnow v0.5.40 |
1184 | 2024-05-03T21:14:13.316Z | Downloaded futures-util v0.3.30 |
1185 | 2024-05-03T21:14:13.316Z | Downloaded regex-syntax v0.8.3 |
1186 | 2024-05-03T21:14:13.316Z | Downloaded rustls-webpki v0.102.3 |
1187 | 2024-05-03T21:14:13.316Z | Downloaded petgraph v0.6.4 |
1188 | 2024-05-03T21:14:13.316Z | Downloaded vcpkg v0.2.15 |
1189 | 2024-05-03T21:14:13.316Z | Downloaded openssl v0.10.64 |
1190 | 2024-05-03T21:14:13.316Z | Downloaded hyper v0.14.28 |
1191 | 2024-05-03T21:14:13.316Z | Downloaded webpki-roots v0.25.4 |
1192 | 2024-05-03T21:14:13.316Z | Downloaded trust-dns-proto v0.22.0 |
1193 | 2024-05-03T21:14:13.316Z | Downloaded rustls v0.21.12 |
1194 | 2024-05-03T21:14:13.316Z | Downloaded openapiv3 v2.0.0 |
1195 | 2024-05-03T21:14:13.316Z | Downloaded idna v0.2.3 |
1196 | 2024-05-03T21:14:13.316Z | Downloaded smoltcp v0.11.0 |
1197 | 2024-05-03T21:14:13.316Z | Downloaded rustls v0.22.4 |
1198 | 2024-05-03T21:14:13.328Z | Downloaded zerocopy-derive v0.6.6 |
1199 | 2024-05-03T21:14:13.328Z | Downloaded sled v0.34.7 |
1200 | 2024-05-03T21:14:13.340Z | Downloaded libc v0.2.154 |
1201 | 2024-05-03T21:14:13.358Z | Downloaded regex-automata v0.4.6 |
1202 | 2024-05-03T21:14:13.382Z | Downloaded rustix v0.38.34 |
1203 | 2024-05-03T21:14:13.399Z | Downloaded tokio v1.37.0 |
1204 | 2024-05-03T21:14:13.434Z | Downloaded encoding_rs v0.8.34 |
1205 | 2024-05-03T21:14:13.464Z | Downloaded rhai v1.18.0 |
1206 | 2024-05-03T21:14:13.479Z | Downloaded idna v0.5.0 |
1207 | 2024-05-03T21:14:13.479Z | Downloaded syn v2.0.60 |
1208 | 2024-05-03T21:14:13.492Z | Downloaded syn v1.0.109 |
1209 | 2024-05-03T21:14:13.500Z | Downloaded tabled v0.15.0 |
1210 | 2024-05-03T21:14:13.512Z | Downloaded chrono v0.4.38 |
1211 | 2024-05-03T21:14:13.518Z | Downloaded regress v0.9.1 |
1212 | 2024-05-03T21:14:13.531Z | Downloaded itertools v0.12.1 |
1213 | 2024-05-03T21:14:13.555Z | Downloaded zerocopy v0.7.32 |
1214 | 2024-05-03T21:14:13.565Z | Downloaded winnow v0.6.7 |
1215 | 2024-05-03T21:14:13.565Z | Downloaded unicode-normalization v0.1.23 |
1216 | 2024-05-03T21:14:13.992Z | Downloaded rustls-webpki v0.101.7 |
1217 | 2024-05-03T21:14:13.997Z | Downloaded h2 v0.3.26 |
1218 | 2024-05-03T21:14:13.997Z | Downloaded toml_edit v0.21.1 |
1219 | 2024-05-03T21:14:13.997Z | Downloaded serde_json v1.0.116 |
1220 | 2024-05-03T21:14:13.998Z | Downloaded serde_with v3.8.1 |
1221 | 2024-05-03T21:14:13.998Z | Downloaded openssl-sys v0.9.102 |
1222 | 2024-05-03T21:14:13.998Z | Downloaded unicode-segmentation v1.11.0 |
1223 | 2024-05-03T21:14:13.998Z | Downloaded url v2.5.0 |
1224 | 2024-05-03T21:14:13.998Z | Downloaded indexmap v1.9.3 |
1225 | 2024-05-03T21:14:13.998Z | Downloaded unicode-ident v1.0.12 |
1226 | 2024-05-03T21:14:13.998Z | Downloaded heapless v0.8.0 |
1227 | 2024-05-03T21:14:13.998Z | Downloaded mio v0.8.11 |
1228 | 2024-05-03T21:14:13.998Z | Downloaded minimal-lexical v0.2.1 |
1229 | 2024-05-03T21:14:13.998Z | Downloaded ryu v1.0.17 |
1230 | 2024-05-03T21:14:13.998Z | Downloaded futures v0.3.30 |
1231 | 2024-05-03T21:14:13.999Z | Downloaded hubpack_derive v0.1.1 |
1232 | 2024-05-03T21:14:13.999Z | Downloaded hyper-rustls v0.24.2 |
1233 | 2024-05-03T21:14:13.999Z | Downloaded time-macros v0.2.18 |
1234 | 2024-05-03T21:14:13.999Z | Downloaded ring v0.17.8 |
1235 | 2024-05-03T21:14:13.999Z | Downloaded strum_macros v0.25.3 |
1236 | 2024-05-03T21:14:13.999Z | Downloaded slog-term v2.9.1 |
1237 | 2024-05-03T21:14:13.999Z | Downloaded hostname v0.3.1 |
1238 | 2024-05-03T21:14:13.999Z | Downloaded hex v0.4.3 |
1239 | 2024-05-03T21:14:13.999Z | Downloaded parse-display v0.9.0 |
1240 | 2024-05-03T21:14:13.999Z | Downloaded tiny-keccak v2.0.2 |
1241 | 2024-05-03T21:14:13.999Z | Downloaded thin-vec v0.2.13 |
1242 | 2024-05-03T21:14:13.999Z | Downloaded term v0.7.0 |
1243 | 2024-05-03T21:14:14.000Z | Downloaded sha2 v0.10.8 |
1244 | 2024-05-03T21:14:14.000Z | Downloaded clap v4.5.4 |
1245 | 2024-05-03T21:14:14.000Z | Downloaded num_enum_derive v0.7.2 |
1246 | 2024-05-03T21:14:14.000Z | Downloaded mime v0.3.17 |
1247 | 2024-05-03T21:14:14.000Z | Downloaded rustls-pemfile v2.1.2 |
1248 | 2024-05-03T21:14:14.000Z | Downloaded version_check v0.9.4 |
1249 | 2024-05-03T21:14:14.000Z | Downloaded ppv-lite86 v0.2.17 |
1250 | 2024-05-03T21:14:14.000Z | Downloaded tabled_derive v0.7.0 |
1251 | 2024-05-03T21:14:14.000Z | Downloaded thread_local v1.1.8 |
1252 | 2024-05-03T21:14:14.001Z | Downloaded thread-id v4.2.1 |
1253 | 2024-05-03T21:14:14.001Z | Downloaded thiserror v1.0.59 |
1254 | 2024-05-03T21:14:14.001Z | Downloaded structmeta v0.3.0 |
1255 | 2024-05-03T21:14:14.001Z | Downloaded strsim v0.10.0 |
1256 | 2024-05-03T21:14:14.001Z | Downloaded data-encoding v2.6.0 |
1257 | 2024-05-03T21:14:14.001Z | Downloaded console v0.15.8 |
1258 | 2024-05-03T21:14:14.001Z | Downloaded structmeta-derive v0.3.0 |
1259 | 2024-05-03T21:14:14.001Z | Downloaded strsim v0.11.1 |
1260 | 2024-05-03T21:14:14.002Z | Downloaded stable_deref_trait v1.2.0 |
1261 | 2024-05-03T21:14:14.002Z | Downloaded slog-stdlog v4.1.1 |
1262 | 2024-05-03T21:14:14.002Z | Downloaded slog-json v2.6.1 |
1263 | 2024-05-03T21:14:14.002Z | Downloaded serde_path_to_error v0.1.16 |
1264 | 2024-05-03T21:14:14.002Z | Downloaded semver v0.1.20 |
1265 | 2024-05-03T21:14:14.002Z | Downloaded clap_derive v4.5.4 |
1266 | 2024-05-03T21:14:14.002Z | Downloaded serde_tokenstream v0.2.0 |
1267 | 2024-05-03T21:14:14.002Z | Downloaded scopeguard v1.2.0 |
1268 | 2024-05-03T21:14:14.002Z | Downloaded rustc_version v0.1.7 |
1269 | 2024-05-03T21:14:14.003Z | Downloaded is-terminal v0.4.12 |
1270 | 2024-05-03T21:14:14.003Z | Downloaded heck v0.5.0 |
1271 | 2024-05-03T21:14:14.003Z | Downloaded serde_derive_internals v0.29.0 |
1272 | 2024-05-03T21:14:14.003Z | Downloaded serde_spanned v0.6.5 |
1273 | 2024-05-03T21:14:14.003Z | Downloaded rustls-pki-types v1.5.0 |
1274 | 2024-05-03T21:14:14.003Z | Downloaded serde_urlencoded v0.7.1 |
1275 | 2024-05-03T21:14:14.003Z | Downloaded scroll v0.12.0 |
1276 | 2024-05-03T21:14:14.003Z | Downloaded num-iter v0.1.44 |
1277 | 2024-05-03T21:14:14.003Z | Downloaded futures-sink v0.3.30 |
1278 | 2024-05-03T21:14:14.004Z | Downloaded signal-hook-registry v1.4.2 |
1279 | 2024-05-03T21:14:14.004Z | Downloaded futures-task v0.3.30 |
1280 | 2024-05-03T21:14:14.004Z | Downloaded futures-macro v0.3.30 |
1281 | 2024-05-03T21:14:14.004Z | Downloaded foreign-types v0.5.0 |
1282 | 2024-05-03T21:14:14.004Z | Downloaded dirs-sys-next v0.1.2 |
1283 | 2024-05-03T21:14:14.004Z | Downloaded form_urlencoded v1.2.1 |
1284 | 2024-05-03T21:14:14.004Z | Downloaded fixedbitset v0.4.2 |
1285 | 2024-05-03T21:14:14.004Z | Downloaded dyn-clone v1.0.17 |
1286 | 2024-05-03T21:14:14.004Z | Downloaded dof v0.3.0 |
1287 | 2024-05-03T21:14:14.004Z | Downloaded colorchoice v1.0.1 |
1288 | 2024-05-03T21:14:14.005Z | Downloaded futures-core v0.3.30 |
1289 | 2024-05-03T21:14:14.005Z | Downloaded const-random-macro v0.1.16 |
1290 | 2024-05-03T21:14:14.005Z | Downloaded block-buffer v0.10.4 |
1291 | 2024-05-03T21:14:14.005Z | Downloaded schemars_derive v0.8.17 |
1292 | 2024-05-03T21:14:14.005Z | Downloaded strum v0.26.2 |
1293 | 2024-05-03T21:14:14.005Z | Downloaded debug-ignore v1.0.5 |
1294 | 2024-05-03T21:14:14.005Z | Downloaded cpufeatures v0.2.12 |
1295 | 2024-05-03T21:14:14.005Z | Downloaded bitflags v1.3.2 |
1296 | 2024-05-03T21:14:14.005Z | Downloaded autocfg v1.2.0 |
1297 | 2024-05-03T21:14:14.006Z | Downloaded digest v0.10.7 |
1298 | 2024-05-03T21:14:14.006Z | Downloaded reqwest v0.11.27 |
1299 | 2024-05-03T21:14:14.006Z | Downloaded blake2 v0.10.6 |
1300 | 2024-05-03T21:14:14.077Z | Compiling proc-macro2 v1.0.81 |
1301 | 2024-05-03T21:14:14.082Z | Compiling unicode-ident v1.0.12 |
1302 | 2024-05-03T21:14:14.082Z | Compiling libc v0.2.154 |
1303 | 2024-05-03T21:14:14.082Z | Compiling version_check v0.9.4 |
1304 | 2024-05-03T21:14:14.082Z | Compiling cfg-if v1.0.0 |
1305 | 2024-05-03T21:14:14.109Z | Compiling serde v1.0.200 |
1306 | 2024-05-03T21:14:14.116Z | Compiling autocfg v1.2.0 |
1307 | 2024-05-03T21:14:14.116Z | Compiling once_cell v1.19.0 |
1308 | 2024-05-03T21:14:14.316Z | Compiling itoa v1.0.11 |
1309 | 2024-05-03T21:14:14.331Z | Compiling thiserror v1.0.59 |
1310 | 2024-05-03T21:14:14.540Z | Compiling byteorder v1.5.0 |
1311 | 2024-05-03T21:14:14.701Z | Compiling memchr v2.7.2 |
1312 | 2024-05-03T21:14:15.275Z | Compiling libm v0.2.8 |
1313 | 2024-05-03T21:14:15.510Z | Compiling pin-project-lite v0.2.14 |
1314 | 2024-05-03T21:14:15.641Z | Compiling num-traits v0.2.18 |
1315 | 2024-05-03T21:14:15.654Z | Compiling ryu v1.0.17 |
1316 | 2024-05-03T21:14:15.685Z | Compiling cc v1.0.96 |
1317 | 2024-05-03T21:14:16.413Z | Compiling serde_json v1.0.116 |
1318 | 2024-05-03T21:14:16.421Z | Compiling quote v1.0.36 |
1319 | 2024-05-03T21:14:17.050Z | Compiling syn v2.0.60 |
1320 | 2024-05-03T21:14:17.082Z | Compiling getrandom v0.2.14 |
1321 | 2024-05-03T21:14:17.121Z | Compiling lock_api v0.4.12 |
1322 | 2024-05-03T21:14:17.180Z | Compiling crunchy v0.2.2 |
1323 | 2024-05-03T21:14:17.908Z | Compiling log v0.4.21 |
1324 | 2024-05-03T21:14:17.916Z | Compiling scopeguard v1.2.0 |
1325 | 2024-05-03T21:14:17.917Z | Compiling tiny-keccak v2.0.2 |
1326 | 2024-05-03T21:14:17.933Z | Compiling parking_lot_core v0.9.10 |
1327 | 2024-05-03T21:14:18.160Z | Compiling ahash v0.8.11 |
1328 | 2024-05-03T21:14:18.410Z | Compiling const-random-macro v0.1.16 |
1329 | 2024-05-03T21:14:18.456Z | Compiling socket2 v0.5.7 |
1330 | 2024-05-03T21:14:18.489Z | Compiling mio v0.8.11 |
1331 | 2024-05-03T21:14:18.681Z | Compiling num_cpus v1.16.0 |
1332 | 2024-05-03T21:14:18.836Z | Compiling signal-hook-registry v1.4.2 |
1333 | 2024-05-03T21:14:18.990Z | Compiling allocator-api2 v0.2.18 |
1334 | 2024-05-03T21:14:19.669Z | Compiling futures-core v0.3.30 |
1335 | 2024-05-03T21:14:19.675Z | Compiling const-random v0.1.18 |
1336 | 2024-05-03T21:14:19.792Z | Compiling slab v0.4.9 |
1337 | 2024-05-03T21:14:19.858Z | Compiling iana-time-zone v0.1.60 |
1338 | 2024-05-03T21:14:20.454Z | Compiling futures-sink v0.3.30 |
1339 | 2024-05-03T21:14:20.462Z | Compiling ring v0.17.8 |
1340 | 2024-05-03T21:14:20.463Z | Compiling schemars v0.8.17 |
1341 | 2024-05-03T21:14:20.463Z | Compiling futures-channel v0.3.30 |
1342 | 2024-05-03T21:14:20.463Z | Compiling futures-task v0.3.30 |
1343 | 2024-05-03T21:14:20.532Z | Compiling pin-utils v0.1.0 |
1344 | 2024-05-03T21:14:20.565Z | Compiling futures-io v0.3.30 |
1345 | 2024-05-03T21:14:20.628Z | Compiling dyn-clone v1.0.17 |
1346 | 2024-05-03T21:14:20.657Z | Compiling uuid v0.8.2 |
1347 | 2024-05-03T21:14:20.735Z | Compiling equivalent v1.0.1 |
1348 | 2024-05-03T21:14:20.776Z | Compiling fnv v1.0.7 |
1349 | 2024-05-03T21:14:20.849Z | Compiling tracing-core v0.1.32 |
1350 | 2024-05-03T21:14:20.898Z | Compiling spin v0.9.8 |
1351 | 2024-05-03T21:14:20.916Z | Compiling syn v1.0.109 |
1352 | 2024-05-03T21:14:20.917Z | Compiling slog v2.7.0 |
1353 | 2024-05-03T21:14:21.094Z | Compiling untrusted v0.9.0 |
1354 | 2024-05-03T21:14:21.289Z | Compiling vcpkg v0.2.15 |
1355 | 2024-05-03T21:14:21.413Z | Compiling pkg-config v0.3.30 |
1356 | 2024-05-03T21:14:22.476Z | Compiling unicode-width v0.1.12 |
1357 | 2024-05-03T21:14:22.504Z | Compiling bitflags v2.5.0 |
1358 | 2024-05-03T21:14:22.789Z | Compiling openssl-sys v0.9.102 |
1359 | 2024-05-03T21:14:23.004Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2024-05-03T21:14:23.434Z | Compiling httparse v1.8.0 |
1361 | 2024-05-03T21:14:23.434Z | Compiling heck v0.5.0 |
1362 | 2024-05-03T21:14:23.542Z | Compiling serde_derive_internals v0.29.0 |
1363 | 2024-05-03T21:14:24.272Z | Compiling chrono v0.4.38 |
1364 | 2024-05-03T21:14:24.615Z | Compiling tinyvec v1.6.0 |
1365 | 2024-05-03T21:14:25.788Z | Compiling percent-encoding v2.3.1 |
1366 | 2024-05-03T21:14:25.853Z | Compiling uuid v1.8.0 |
1367 | 2024-05-03T21:14:26.006Z | Compiling ucd-trie v0.1.6 |
1368 | 2024-05-03T21:14:26.062Z | Compiling unicode-normalization v0.1.23 |
1369 | 2024-05-03T21:14:26.241Z | Compiling form_urlencoded v1.2.1 |
1370 | 2024-05-03T21:14:26.762Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2024-05-03T21:14:26.878Z | Compiling unicode-bidi v0.3.15 |
1372 | 2024-05-03T21:14:27.567Z | Compiling try-lock v0.2.5 |
1373 | 2024-05-03T21:14:27.584Z | Compiling openssl v0.10.64 |
1374 | 2024-05-03T21:14:27.613Z | Compiling want v0.3.1 |
1375 | 2024-05-03T21:14:27.732Z | Compiling foreign-types v0.3.2 |
1376 | 2024-05-03T21:14:27.880Z | Compiling aho-corasick v1.1.3 |
1377 | 2024-05-03T21:14:27.924Z | Compiling rustls v0.21.12 |
1378 | 2024-05-03T21:14:28.275Z | Compiling tower-service v0.3.2 |
1379 | 2024-05-03T21:14:28.417Z | Compiling httpdate v1.0.3 |
1380 | 2024-05-03T21:14:28.658Z | Compiling serde_derive v1.0.200 |
1381 | 2024-05-03T21:14:29.248Z | Compiling zerocopy-derive v0.7.32 |
1382 | 2024-05-03T21:14:29.332Z | Compiling thiserror-impl v1.0.59 |
1383 | 2024-05-03T21:14:29.859Z | Compiling schemars_derive v0.8.17 |
1384 | 2024-05-03T21:14:31.408Z | Compiling zerocopy v0.7.32 |
1385 | 2024-05-03T21:14:32.809Z | Compiling tokio-macros v2.2.0 |
1386 | 2024-05-03T21:14:32.832Z | Compiling futures-macro v0.3.30 |
1387 | 2024-05-03T21:14:33.049Z | Compiling tracing-attributes v0.1.27 |
1388 | 2024-05-03T21:14:33.489Z | Compiling hashbrown v0.14.5 |
1389 | 2024-05-03T21:14:34.070Z | Compiling pest v2.7.10 |
1390 | 2024-05-03T21:14:34.620Z | Compiling futures-util v0.3.30 |
1391 | 2024-05-03T21:14:34.807Z | Compiling regress v0.9.1 |
1392 | 2024-05-03T21:14:36.513Z | Compiling tracing v0.1.40 |
1393 | 2024-05-03T21:14:36.835Z | Compiling pest_meta v2.7.10 |
1394 | 2024-05-03T21:14:37.255Z | Compiling openssl-macros v0.1.1 |
1395 | 2024-05-03T21:14:38.150Z | Compiling native-tls v0.2.11 |
1396 | 2024-05-03T21:14:38.563Z | Compiling typenum v1.17.0 |
1397 | 2024-05-03T21:14:39.556Z | Compiling regex-syntax v0.8.3 |
1398 | 2024-05-03T21:14:39.852Z | Compiling rustls-webpki v0.101.7 |
1399 | 2024-05-03T21:14:40.928Z | Compiling sct v0.7.1 |
1400 | 2024-05-03T21:14:41.454Z | Compiling pest_generator v2.7.10 |
1401 | 2024-05-03T21:14:42.499Z | Compiling bytes v1.6.0 |
1402 | 2024-05-03T21:14:42.805Z | Compiling smallvec v1.13.2 |
1403 | 2024-05-03T21:14:44.207Z | Compiling parking_lot v0.12.2 |
1404 | 2024-05-03T21:14:45.266Z | Compiling tokio v1.37.0 |
1405 | 2024-05-03T21:14:46.597Z | Compiling indexmap v2.2.6 |
1406 | 2024-05-03T21:14:46.662Z | Compiling serde_tokenstream v0.2.0 |
1407 | 2024-05-03T21:14:48.345Z | Compiling http v0.2.12 |
1408 | 2024-05-03T21:14:49.768Z | Compiling regex-automata v0.4.6 |
1409 | 2024-05-03T21:14:52.149Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1410 | 2024-05-03T21:14:53.184Z | Compiling http-body v0.4.6 |
1411 | 2024-05-03T21:14:53.702Z | Compiling idna v0.5.0 |
1412 | 2024-05-03T21:14:57.110Z | Compiling tokio-util v0.7.10 |
1413 | 2024-05-03T21:14:57.782Z | Compiling generic-array v0.14.7 |
1414 | 2024-05-03T21:14:58.351Z | Compiling h2 v0.3.26 |
1415 | 2024-05-03T21:14:58.369Z | Compiling strsim v0.10.0 |
1416 | 2024-05-03T21:14:59.034Z | Compiling openssl-probe v0.1.5 |
1417 | 2024-05-03T21:14:59.381Z | Compiling heck v0.4.1 |
1418 | 2024-05-03T21:14:59.564Z | Compiling ident_case v1.0.1 |
1419 | 2024-05-03T21:14:59.748Z | Compiling darling_core v0.20.8 |
1420 | 2024-05-03T21:15:00.940Z | Compiling url v2.5.0 |
1421 | 2024-05-03T21:15:02.989Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1422 | 2024-05-03T21:15:07.567Z | Compiling hyper v0.14.28 |
1423 | 2024-05-03T21:15:07.661Z | Compiling regex v1.10.4 |
1424 | 2024-05-03T21:15:09.650Z | Compiling pest_derive v2.7.10 |
1425 | 2024-05-03T21:15:12.142Z | Compiling rand_core v0.6.4 |
1426 | 2024-05-03T21:15:12.629Z | Compiling encoding_rs v0.8.34 |
1427 | 2024-05-03T21:15:14.217Z | Compiling mime v0.3.17 |
1428 | 2024-05-03T21:15:15.210Z | Compiling omicron-workspace-hack v0.1.0 |
1429 | 2024-05-03T21:15:15.318Z | Compiling ipnet v2.9.0 |
1430 | 2024-05-03T21:15:15.541Z | Compiling subtle v2.5.0 |
1431 | 2024-05-03T21:15:16.049Z | Compiling tokio-rustls v0.24.1 |
1432 | 2024-05-03T21:15:17.729Z | Compiling darling_macro v0.20.8 |
1433 | 2024-05-03T21:15:18.004Z | Compiling tokio-native-tls v0.3.1 |
1434 | 2024-05-03T21:15:18.322Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2024-05-03T21:15:19.601Z | Compiling crossbeam-utils v0.8.19 |
1436 | 2024-05-03T21:15:20.212Z | Compiling base64 v0.21.7 |
1437 | 2024-05-03T21:15:21.386Z | Compiling rustls-pemfile v1.0.4 |
1438 | 2024-05-03T21:15:21.844Z | Compiling getopts v0.2.21 |
1439 | 2024-05-03T21:15:22.198Z | Compiling darling v0.20.8 |
1440 | 2024-05-03T21:15:22.316Z | Compiling hyper-tls v0.5.0 |
1441 | 2024-05-03T21:15:22.544Z | Compiling hyper-rustls v0.24.2 |
1442 | 2024-05-03T21:15:22.751Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1443 | 2024-05-03T21:15:22.900Z | Compiling openapiv3 v2.0.0 |
1444 | 2024-05-03T21:15:24.376Z | Compiling scroll_derive v0.12.0 |
1445 | 2024-05-03T21:15:24.922Z | Compiling usdt-impl v0.5.0 |
1446 | 2024-05-03T21:15:25.342Z | Compiling anyhow v1.0.82 |
1447 | 2024-05-03T21:15:25.951Z | Compiling unsafe-libyaml v0.2.11 |
1448 | 2024-05-03T21:15:26.020Z | Compiling powerfmt v0.2.0 |
1449 | 2024-05-03T21:15:26.504Z | Compiling sync_wrapper v0.1.2 |
1450 | 2024-05-03T21:15:26.645Z | Compiling num-conv v0.1.0 |
1451 | 2024-05-03T21:15:26.935Z | Compiling lazy_static v1.4.0 |
1452 | 2024-05-03T21:15:27.086Z | Compiling time-core v0.1.2 |
1453 | 2024-05-03T21:15:27.279Z | Compiling ppv-lite86 v0.2.17 |
1454 | 2024-05-03T21:15:27.344Z | Compiling rustversion v1.0.15 |
1455 | 2024-05-03T21:15:27.697Z | Compiling webpki-roots v0.25.4 |
1456 | 2024-05-03T21:15:27.852Z | Compiling reqwest v0.11.27 |
1457 | 2024-05-03T21:15:27.884Z | Compiling time-macros v0.2.18 |
1458 | 2024-05-03T21:15:28.089Z | Compiling rand_chacha v0.3.1 |
1459 | 2024-05-03T21:15:28.115Z | Compiling serde_yaml v0.9.34+deprecated |
1460 | 2024-05-03T21:15:29.175Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1461 | 2024-05-03T21:15:29.789Z | Compiling deranged v0.3.11 |
1462 | 2024-05-03T21:15:31.110Z | Compiling scroll v0.12.0 |
1463 | 2024-05-03T21:15:32.089Z | Compiling block-buffer v0.10.4 |
1464 | 2024-05-03T21:15:32.104Z | Compiling crypto-common v0.1.6 |
1465 | 2024-05-03T21:15:32.312Z | Compiling dtrace-parser v0.2.0 |
1466 | 2024-05-03T21:15:32.323Z | Compiling dof v0.3.0 |
1467 | 2024-05-03T21:15:34.056Z | Compiling thread-id v4.2.1 |
1468 | 2024-05-03T21:15:34.467Z | Compiling plain v0.2.3 |
1469 | 2024-05-03T21:15:34.609Z | Compiling num_threads v0.1.7 |
1470 | 2024-05-03T21:15:34.747Z | Compiling time v0.3.36 |
1471 | 2024-05-03T21:15:35.758Z | Compiling goblin v0.8.2 |
1472 | 2024-05-03T21:15:35.939Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1473 | 2024-05-03T21:15:38.970Z | Compiling digest v0.10.7 |
1474 | 2024-05-03T21:15:40.909Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1475 | 2024-05-03T21:15:42.556Z | Compiling rand v0.8.5 |
1476 | 2024-05-03T21:15:44.403Z | Compiling dirs-sys-next v0.1.2 |
1477 | 2024-05-03T21:15:45.632Z | Compiling rustls-pki-types v1.5.0 |
1478 | 2024-05-03T21:15:45.953Z | Compiling match_cfg v0.1.0 |
1479 | 2024-05-03T21:15:46.062Z | Compiling pretty-hex v0.4.1 |
1480 | 2024-05-03T21:15:47.029Z | Compiling hostname v0.3.1 |
1481 | 2024-05-03T21:15:47.285Z | Compiling dirs-next v2.0.0 |
1482 | 2024-05-03T21:15:47.557Z | Compiling ipnetwork v0.20.0 |
1483 | 2024-05-03T21:15:51.495Z | Compiling async-trait v0.1.80 |
1484 | 2024-05-03T21:15:51.778Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1485 | 2024-05-03T21:15:52.103Z | Compiling thread_local v1.1.8 |
1486 | 2024-05-03T21:15:52.315Z | Compiling instant v0.1.12 |
1487 | 2024-05-03T21:15:52.495Z | Compiling rustls v0.22.4 |
1488 | 2024-05-03T21:15:52.850Z | Compiling slog-async v2.8.0 |
1489 | 2024-05-03T21:15:52.933Z | Compiling paste v1.0.14 |
1490 | 2024-05-03T21:15:53.372Z | Compiling cpufeatures v0.2.12 |
1491 | 2024-05-03T21:15:53.564Z | Compiling term v0.7.0 |
1492 | 2024-05-03T21:15:53.707Z | Compiling rustls-webpki v0.102.3 |
1493 | 2024-05-03T21:15:54.082Z | Compiling usdt-attr-macro v0.5.0 |
1494 | 2024-05-03T21:15:55.637Z | Compiling usdt-macro v0.5.0 |
1495 | 2024-05-03T21:15:57.046Z | Compiling crossbeam-channel v0.5.12 |
1496 | 2024-05-03T21:15:58.193Z | Compiling serde_spanned v0.6.5 |
1497 | 2024-05-03T21:15:58.364Z | Compiling toml_datetime v0.6.5 |
1498 | 2024-05-03T21:15:58.396Z | Compiling futures-executor v0.3.30 |
1499 | 2024-05-03T21:15:58.690Z | Compiling structmeta-derive v0.3.0 |
1500 | 2024-05-03T21:15:59.091Z | Compiling memmap v0.7.0 |
1501 | 2024-05-03T21:15:59.532Z | Compiling is-terminal v0.4.12 |
1502 | 2024-05-03T21:15:59.548Z | Compiling multer v3.0.0 |
1503 | 2024-05-03T21:15:59.658Z | Compiling winnow v0.6.7 |
1504 | 2024-05-03T21:15:59.903Z | Compiling zeroize v1.7.0 |
1505 | 2024-05-03T21:16:00.245Z | Compiling camino v1.1.6 |
1506 | 2024-05-03T21:16:00.873Z | Compiling take_mut v0.2.2 |
1507 | 2024-05-03T21:16:00.888Z | Compiling base64 v0.22.1 |
1508 | 2024-05-03T21:16:01.601Z | Compiling structmeta v0.3.0 |
1509 | 2024-05-03T21:16:02.133Z | Compiling slog-term v2.9.1 |
1510 | 2024-05-03T21:16:02.736Z | Compiling usdt v0.5.0 |
1511 | 2024-05-03T21:16:03.972Z | Compiling toml_edit v0.22.12 |
1512 | 2024-05-03T21:16:04.321Z | Compiling futures v0.3.30 |
1513 | 2024-05-03T21:16:04.550Z | Compiling slog-json v2.6.1 |
1514 | 2024-05-03T21:16:05.062Z | Compiling serde_with_macros v3.8.1 |
1515 | 2024-05-03T21:16:05.066Z | Compiling http v1.1.0 |
1516 | 2024-05-03T21:16:05.582Z | Compiling async-stream-impl v0.3.5 |
1517 | 2024-05-03T21:16:07.057Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba) |
1518 | 2024-05-03T21:16:07.438Z | Compiling atomic-waker v1.1.2 |
1519 | 2024-05-03T21:16:07.637Z | Compiling semver v1.0.22 |
1520 | 2024-05-03T21:16:08.012Z | Compiling serde_with v3.8.1 |
1521 | 2024-05-03T21:16:08.190Z | Compiling waitgroup v0.1.2 |
1522 | 2024-05-03T21:16:08.520Z | Compiling toml v0.8.12 |
1523 | 2024-05-03T21:16:09.888Z | Compiling async-stream v0.3.5 |
1524 | 2024-05-03T21:16:12.563Z | Compiling tokio-rustls v0.25.0 |
1525 | 2024-05-03T21:16:12.619Z | Compiling slog-bunyan v2.5.0 |
1526 | 2024-05-03T21:16:12.881Z | Compiling parse-display-derive v0.9.0 |
1527 | 2024-05-03T21:16:13.091Z | Compiling rustls-pemfile v2.1.2 |
1528 | 2024-05-03T21:16:13.860Z | Compiling sha1 v0.10.6 |
1529 | 2024-05-03T21:16:14.436Z | Compiling strum_macros v0.26.2 |
1530 | 2024-05-03T21:16:14.769Z | Compiling newtype-uuid v1.1.0 |
1531 | 2024-05-03T21:16:15.115Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba) |
1532 | 2024-05-03T21:16:16.302Z | Compiling serde_path_to_error v0.1.16 |
1533 | 2024-05-03T21:16:17.051Z | Compiling hex v0.4.3 |
1534 | 2024-05-03T21:16:17.309Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1535 | 2024-05-03T21:16:17.327Z | Compiling hostname v0.4.0 |
1536 | 2024-05-03T21:16:17.976Z | Compiling bitflags v1.3.2 |
1537 | 2024-05-03T21:16:17.992Z | Compiling debug-ignore v1.0.5 |
1538 | 2024-05-03T21:16:17.993Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1539 | 2024-05-03T21:16:17.993Z | Compiling parse-display v0.9.0 |
1540 | 2024-05-03T21:16:17.993Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1541 | 2024-05-03T21:16:18.198Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1542 | 2024-05-03T21:16:18.402Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1543 | 2024-05-03T21:16:19.315Z | Compiling backoff v0.4.0 |
1544 | 2024-05-03T21:16:19.333Z | Compiling strum v0.26.2 |
1545 | 2024-05-03T21:16:19.525Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1546 | 2024-05-03T21:16:19.687Z | Compiling macaddr v1.0.1 |
1547 | 2024-05-03T21:16:19.704Z | Compiling proc-macro-error-attr v1.0.4 |
1548 | 2024-05-03T21:16:19.889Z | Compiling rustix v0.38.34 |
1549 | 2024-05-03T21:16:20.078Z | Compiling semver v0.1.20 |
1550 | 2024-05-03T21:16:20.392Z | Compiling num-integer v0.1.46 |
1551 | 2024-05-03T21:16:20.645Z | Compiling rustc_version v0.1.7 |
1552 | 2024-05-03T21:16:20.750Z | Compiling errno v0.3.8 |
1553 | 2024-05-03T21:16:21.027Z | Compiling num-rational v0.4.1 |
1554 | 2024-05-03T21:16:21.045Z | Compiling proc-macro-error v1.0.4 |
1555 | 2024-05-03T21:16:21.324Z | Compiling unicode-segmentation v1.11.0 |
1556 | 2024-05-03T21:16:21.403Z | Compiling winnow v0.5.40 |
1557 | 2024-05-03T21:16:21.527Z | Compiling utf8parse v0.2.1 |
1558 | 2024-05-03T21:16:21.689Z | Compiling anstyle-parse v0.2.4 |
1559 | 2024-05-03T21:16:22.079Z | Compiling newline-converter v0.3.0 |
1560 | 2024-05-03T21:16:22.164Z | Compiling newtype_derive v0.1.6 |
1561 | 2024-05-03T21:16:22.563Z | Compiling console v0.15.8 |
1562 | 2024-05-03T21:16:23.436Z | Compiling hubpack_derive v0.1.1 |
1563 | 2024-05-03T21:16:24.491Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1564 | 2024-05-03T21:16:24.802Z | Compiling zerocopy-derive v0.6.6 |
1565 | 2024-05-03T21:16:25.292Z | Compiling toml_edit v0.19.15 |
1566 | 2024-05-03T21:16:25.560Z | Compiling is_terminal_polyfill v1.70.0 |
1567 | 2024-05-03T21:16:26.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2024-05-03T21:16:26.502Z | Compiling heapless v0.8.0 |
1569 | 2024-05-03T21:16:26.712Z | Compiling similar v2.5.0 |
1570 | 2024-05-03T21:16:26.883Z | Compiling anstyle v1.0.7 |
1571 | 2024-05-03T21:16:27.469Z | Compiling anstyle-query v1.0.3 |
1572 | 2024-05-03T21:16:27.629Z | Compiling colorchoice v1.0.1 |
1573 | 2024-05-03T21:16:27.803Z | Compiling base64ct v1.6.0 |
1574 | 2024-05-03T21:16:28.536Z | Compiling password-hash v0.5.0 |
1575 | 2024-05-03T21:16:30.911Z | Compiling anstream v0.6.14 |
1576 | 2024-05-03T21:16:31.665Z | Compiling expectorate v1.1.0 |
1577 | 2024-05-03T21:16:31.850Z | Compiling proc-macro-crate v1.3.1 |
1578 | 2024-05-03T21:16:31.998Z | Compiling zerocopy v0.6.6 |
1579 | 2024-05-03T21:16:32.386Z | Compiling hubpack v0.1.2 |
1580 | 2024-05-03T21:16:32.715Z | Compiling terminal_size v0.3.0 |
1581 | 2024-05-03T21:16:32.959Z | Compiling num-iter v0.1.44 |
1582 | 2024-05-03T21:16:33.154Z | Compiling strum_macros v0.25.3 |
1583 | 2024-05-03T21:16:33.351Z | Compiling blake2 v0.10.6 |
1584 | 2024-05-03T21:16:33.448Z | Compiling serde_repr v0.1.19 |
1585 | 2024-05-03T21:16:33.778Z | Compiling num-complex v0.4.5 |
1586 | 2024-05-03T21:16:34.746Z | Compiling hash32 v0.3.1 |
1587 | 2024-05-03T21:16:34.770Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1588 | 2024-05-03T21:16:35.020Z | Compiling smoltcp v0.11.0 |
1589 | 2024-05-03T21:16:35.066Z | Compiling matches v0.1.10 |
1590 | 2024-05-03T21:16:35.141Z | Compiling clap_lex v0.7.0 |
1591 | 2024-05-03T21:16:35.166Z | Compiling stable_deref_trait v1.2.0 |
1592 | 2024-05-03T21:16:35.281Z | Compiling strsim v0.11.1 |
1593 | 2024-05-03T21:16:35.844Z | Compiling bytecount v0.6.8 |
1594 | 2024-05-03T21:16:35.858Z | Compiling static_assertions v1.1.0 |
1595 | 2024-05-03T21:16:35.858Z | Compiling fixedbitset v0.4.2 |
1596 | 2024-05-03T21:16:35.859Z | Compiling clap_builder v4.5.2 |
1597 | 2024-05-03T21:16:35.872Z | Compiling papergrid v0.11.0 |
1598 | 2024-05-03T21:16:36.525Z | Compiling petgraph v0.6.4 |
1599 | 2024-05-03T21:16:37.157Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1600 | 2024-05-03T21:16:37.441Z | Compiling idna v0.2.3 |
1601 | 2024-05-03T21:16:38.045Z | Compiling num v0.4.2 |
1602 | 2024-05-03T21:16:38.152Z | Compiling argon2 v0.5.3 |
1603 | 2024-05-03T21:16:40.915Z | Compiling tabled_derive v0.7.0 |
1604 | 2024-05-03T21:16:41.146Z | Compiling num_enum_derive v0.5.11 |
1605 | 2024-05-03T21:16:41.158Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1606 | 2024-05-03T21:16:43.804Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1607 | 2024-05-03T21:16:43.829Z | Compiling enum-as-inner v0.5.1 |
1608 | 2024-05-03T21:16:44.611Z | Compiling clap_derive v4.5.4 |
1609 | 2024-05-03T21:16:44.631Z | Compiling foreign-types-macros v0.2.3 |
1610 | 2024-05-03T21:16:44.777Z | Compiling linked-hash-map v0.5.6 |
1611 | 2024-05-03T21:16:45.185Z | Compiling data-encoding v2.6.0 |
1612 | 2024-05-03T21:16:46.007Z | Compiling foreign-types-shared v0.3.1 |
1613 | 2024-05-03T21:16:46.140Z | Compiling managed v0.8.0 |
1614 | 2024-05-03T21:16:51.763Z | Compiling quick-error v1.2.3 |
1615 | 2024-05-03T21:16:52.099Z | Compiling embedded-io v0.4.0 |
1616 | 2024-05-03T21:16:52.099Z | Compiling cobs v0.2.3 |
1617 | 2024-05-03T21:16:52.099Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1618 | 2024-05-03T21:16:52.099Z | Compiling postcard v1.0.8 |
1619 | 2024-05-03T21:16:52.099Z | Compiling resolv-conf v0.7.0 |
1620 | 2024-05-03T21:16:52.099Z | Compiling foreign-types v0.5.0 |
1621 | 2024-05-03T21:16:52.100Z | Compiling trust-dns-proto v0.22.0 |
1622 | 2024-05-03T21:16:52.100Z | Compiling lru-cache v0.1.2 |
1623 | 2024-05-03T21:16:52.100Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1624 | 2024-05-03T21:16:52.100Z | Compiling clap v4.5.4 |
1625 | 2024-05-03T21:16:52.100Z | Compiling num_enum v0.5.11 |
1626 | 2024-05-03T21:16:52.100Z | Compiling tabled v0.15.0 |
1627 | 2024-05-03T21:16:52.100Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1628 | 2024-05-03T21:16:53.013Z | Compiling steno v0.4.0 |
1629 | 2024-05-03T21:16:56.371Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1630 | 2024-05-03T21:16:57.122Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1631 | 2024-05-03T21:17:02.512Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1632 | 2024-05-03T21:17:03.507Z | Compiling cstr-argument v0.1.2 |
1633 | 2024-05-03T21:17:03.778Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1634 | 2024-05-03T21:17:04.171Z | Compiling slog-dtrace v0.3.0 |
1635 | 2024-05-03T21:17:04.556Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1636 | 2024-05-03T21:17:04.726Z | Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e) |
1637 | 2024-05-03T21:17:05.086Z | Compiling parking_lot_core v0.8.6 |
1638 | 2024-05-03T21:17:05.586Z | Compiling pretty-hex v0.2.1 |
1639 | 2024-05-03T21:17:05.828Z | Compiling humantime v2.1.0 |
1640 | 2024-05-03T21:17:06.086Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-05-03T21:17:06.525Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1642 | 2024-05-03T21:17:06.808Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2024-05-03T21:17:07.729Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1644 | 2024-05-03T21:17:08.031Z | Compiling trust-dns-resolver v0.22.0 |
1645 | 2024-05-03T21:17:08.304Z | Compiling colored v2.1.0 |
1646 | 2024-05-03T21:17:09.647Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1647 | 2024-05-03T21:17:09.899Z | Compiling num-derive v0.3.3 |
1648 | 2024-05-03T21:17:10.914Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1649 | 2024-05-03T21:17:11.934Z | Compiling tabwriter v1.4.0 |
1650 | 2024-05-03T21:17:12.249Z | Compiling socket2 v0.4.10 |
1651 | 2024-05-03T21:17:12.320Z | Compiling crc32fast v1.4.0 |
1652 | 2024-05-03T21:17:12.925Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1653 | 2024-05-03T21:17:13.418Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1654 | 2024-05-03T21:17:15.508Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1655 | 2024-05-03T21:17:15.924Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1656 | 2024-05-03T21:17:16.332Z | Compiling parking_lot v0.11.2 |
1657 | 2024-05-03T21:17:17.473Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1658 | 2024-05-03T21:17:18.520Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#3b84ea65) |
1659 | 2024-05-03T21:17:18.993Z | Compiling crossbeam-epoch v0.9.18 |
1660 | 2024-05-03T21:17:19.086Z | Compiling fxhash v0.2.1 |
1661 | 2024-05-03T21:17:19.306Z | Compiling arc-swap v1.7.1 |
1662 | 2024-05-03T21:17:20.038Z | Compiling crc8 v0.1.1 |
1663 | 2024-05-03T21:17:20.319Z | Compiling slog-scope v4.4.0 |
1664 | 2024-05-03T21:17:20.340Z | Compiling sled v0.34.7 |
1665 | 2024-05-03T21:17:21.024Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#3b84ea65) |
1666 | 2024-05-03T21:17:21.280Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1667 | 2024-05-03T21:17:24.242Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1668 | 2024-05-03T21:17:24.749Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1669 | 2024-05-03T21:17:25.171Z | Compiling slog-stdlog v4.1.1 |
1670 | 2024-05-03T21:17:26.125Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1671 | 2024-05-03T21:17:30.613Z | Compiling slog-envlogger v2.2.0 |
1672 | 2024-05-03T21:17:36.718Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00) |
1673 | 2024-05-03T21:17:40.188Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1674 | 2024-05-03T21:17:45.417Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1675 | 2024-05-03T21:18:19.349Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1676 | 2024-05-03T21:18:19.350Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1677 | 2024-05-03T21:18:27.829Z | Finished release [optimized] target(s) in 4m 38s |
1678 | 2024-05-03T21:18:28.044Z | + banner trio |
1679 | 2024-05-03T21:18:28.048Z | |
1680 | 2024-05-03T21:18:28.048Z | ##### ##### # #### |
1681 | 2024-05-03T21:18:28.048Z | # # # # # # |
1682 | 2024-05-03T21:18:28.048Z | # # # # # # |
1683 | 2024-05-03T21:18:28.048Z | # ##### # # # |
1684 | 2024-05-03T21:18:28.048Z | # # # # # # |
1685 | 2024-05-03T21:18:28.048Z | # # # # #### |
1686 | 2024-05-03T21:18:28.048Z | |
1687 | 2024-05-03T21:18:28.048Z | + pfexec cargo test --release -p mg-tests test_trio_v1_server -- --nocapture |
1688 | 2024-05-03T21:18:28.409Z | Compiling cfg-if v1.0.0 |
1689 | 2024-05-03T21:18:28.409Z | Compiling once_cell v1.19.0 |
1690 | 2024-05-03T21:18:28.409Z | Compiling libc v0.2.154 |
1691 | 2024-05-03T21:18:28.413Z | Compiling zerocopy v0.7.32 |
1692 | 2024-05-03T21:18:28.413Z | Compiling syn v2.0.60 |
1693 | 2024-05-03T21:18:28.449Z | Compiling itoa v1.0.11 |
1694 | 2024-05-03T21:18:28.453Z | Compiling serde v1.0.200 |
1695 | 2024-05-03T21:18:28.457Z | Compiling bytes v1.6.0 |
1696 | 2024-05-03T21:18:28.507Z | Compiling pin-project-lite v0.2.14 |
1697 | 2024-05-03T21:18:28.514Z | Compiling scopeguard v1.2.0 |
1698 | 2024-05-03T21:18:28.611Z | Compiling smallvec v1.13.2 |
1699 | 2024-05-03T21:18:28.623Z | Compiling lock_api v0.4.12 |
1700 | 2024-05-03T21:18:28.662Z | Compiling ahash v0.8.11 |
1701 | 2024-05-03T21:18:28.931Z | Compiling log v0.4.21 |
1702 | 2024-05-03T21:18:29.104Z | Compiling allocator-api2 v0.2.18 |
1703 | 2024-05-03T21:18:29.145Z | Compiling memchr v2.7.2 |
1704 | 2024-05-03T21:18:29.232Z | Compiling parking_lot_core v0.9.10 |
1705 | 2024-05-03T21:18:29.568Z | Compiling getrandom v0.2.14 |
1706 | 2024-05-03T21:18:29.712Z | Compiling hashbrown v0.14.5 |
1707 | 2024-05-03T21:18:29.928Z | Compiling parking_lot v0.12.2 |
1708 | 2024-05-03T21:18:29.960Z | Compiling mio v0.8.11 |
1709 | 2024-05-03T21:18:29.971Z | Compiling num_cpus v1.16.0 |
1710 | 2024-05-03T21:18:30.100Z | Compiling signal-hook-registry v1.4.2 |
1711 | 2024-05-03T21:18:30.188Z | Compiling socket2 v0.5.7 |
1712 | 2024-05-03T21:18:38.154Z | Compiling tracing-core v0.1.32 |
1713 | 2024-05-03T21:18:38.188Z | Compiling futures-core v0.3.30 |
1714 | 2024-05-03T21:18:38.188Z | Compiling ryu v1.0.17 |
1715 | 2024-05-03T21:18:38.188Z | Compiling fnv v1.0.7 |
1716 | 2024-05-03T21:18:38.189Z | Compiling equivalent v1.0.1 |
1717 | 2024-05-03T21:18:38.189Z | Compiling http v0.2.12 |
1718 | 2024-05-03T21:18:38.189Z | Compiling serde_json v1.0.116 |
1719 | 2024-05-03T21:18:38.189Z | Compiling untrusted v0.9.0 |
1720 | 2024-05-03T21:18:38.189Z | Compiling spin v0.9.8 |
1721 | 2024-05-03T21:18:38.189Z | Compiling ring v0.17.8 |
1722 | 2024-05-03T21:18:38.189Z | Compiling regress v0.9.1 |
1723 | 2024-05-03T21:18:38.190Z | Compiling futures-task v0.3.30 |
1724 | 2024-05-03T21:18:38.190Z | Compiling futures-sink v0.3.30 |
1725 | 2024-05-03T21:18:38.190Z | Compiling pin-utils v0.1.0 |
1726 | 2024-05-03T21:18:38.190Z | Compiling foreign-types-shared v0.1.1 |
1727 | 2024-05-03T21:18:38.190Z | Compiling futures-util v0.3.30 |
1728 | 2024-05-03T21:18:38.190Z | Compiling slab v0.4.9 |
1729 | 2024-05-03T21:18:38.190Z | Compiling foreign-types v0.3.2 |
1730 | 2024-05-03T21:18:38.190Z | Compiling openssl-sys v0.9.102 |
1731 | 2024-05-03T21:18:38.190Z | Compiling num-traits v0.2.18 |
1732 | 2024-05-03T21:18:38.190Z | Compiling slog v2.7.0 |
1733 | 2024-05-03T21:18:38.190Z | Compiling unicode-ident v1.0.12 |
1734 | 2024-05-03T21:18:38.191Z | Compiling bitflags v2.5.0 |
1735 | 2024-05-03T21:18:38.191Z | Compiling try-lock v0.2.5 |
1736 | 2024-05-03T21:18:38.191Z | Compiling tinyvec_macros v0.1.1 |
1737 | 2024-05-03T21:18:38.191Z | Compiling want v0.3.1 |
1738 | 2024-05-03T21:18:38.191Z | Compiling tinyvec v1.6.0 |
1739 | 2024-05-03T21:18:38.191Z | Compiling serde_derive_internals v0.29.0 |
1740 | 2024-05-03T21:18:38.191Z | Compiling proc-macro2 v1.0.81 |
1741 | 2024-05-03T21:18:38.191Z | Compiling sct v0.7.1 |
1742 | 2024-05-03T21:18:38.191Z | Compiling rustls-webpki v0.101.7 |
1743 | 2024-05-03T21:18:38.191Z | Compiling http-body v0.4.6 |
1744 | 2024-05-03T21:18:38.191Z | Compiling httparse v1.8.0 |
1745 | 2024-05-03T21:18:38.191Z | Compiling futures-channel v0.3.30 |
1746 | 2024-05-03T21:18:38.191Z | Compiling openssl-probe v0.1.5 |
1747 | 2024-05-03T21:18:38.192Z | Compiling percent-encoding v2.3.1 |
1748 | 2024-05-03T21:18:38.192Z | Compiling tower-service v0.3.2 |
1749 | 2024-05-03T21:18:38.192Z | Compiling httpdate v1.0.3 |
1750 | 2024-05-03T21:18:38.192Z | Compiling form_urlencoded v1.2.1 |
1751 | 2024-05-03T21:18:38.192Z | Compiling rustls v0.21.12 |
1752 | 2024-05-03T21:18:38.626Z | Compiling chrono v0.4.38 |
1753 | 2024-05-03T21:18:38.836Z | Compiling unicode-normalization v0.1.23 |
1754 | 2024-05-03T21:18:39.768Z | Compiling quote v1.0.36 |
1755 | 2024-05-03T21:18:40.177Z | Compiling aho-corasick v1.1.3 |
1756 | 2024-05-03T21:18:40.347Z | Compiling serde_derive v1.0.200 |
1757 | 2024-05-03T21:18:40.453Z | Compiling thiserror-impl v1.0.59 |
1758 | 2024-05-03T21:18:40.664Z | Compiling tokio-macros v2.2.0 |
1759 | 2024-05-03T21:18:40.768Z | Compiling tracing-attributes v0.1.27 |
1760 | 2024-05-03T21:18:41.848Z | Compiling schemars_derive v0.8.17 |
1761 | 2024-05-03T21:18:42.322Z | Compiling tokio v1.37.0 |
1762 | 2024-05-03T21:18:43.374Z | Compiling thiserror v1.0.59 |
1763 | 2024-05-03T21:18:43.510Z | Compiling openssl-macros v0.1.1 |
1764 | 2024-05-03T21:18:44.305Z | Compiling tracing v0.1.40 |
1765 | 2024-05-03T21:18:44.434Z | Compiling openssl v0.10.64 |
1766 | 2024-05-03T21:18:44.650Z | Compiling schemars v0.8.17 |
1767 | 2024-05-03T21:18:45.185Z | Compiling regex-syntax v0.8.3 |
1768 | 2024-05-03T21:18:45.185Z | Compiling dyn-clone v1.0.17 |
1769 | 2024-05-03T21:18:45.185Z | Compiling lazy_static v1.4.0 |
1770 | 2024-05-03T21:18:45.245Z | Compiling unicode-bidi v0.3.15 |
1771 | 2024-05-03T21:18:45.767Z | Compiling regex-automata v0.4.6 |
1772 | 2024-05-03T21:18:53.375Z | Compiling tokio-util v0.7.10 |
1773 | 2024-05-03T21:18:54.453Z | Compiling indexmap v2.2.6 |
1774 | 2024-05-03T21:18:58.051Z | Compiling serde_tokenstream v0.2.0 |
1775 | 2024-05-03T21:18:58.555Z | Compiling h2 v0.3.26 |
1776 | 2024-05-03T21:18:59.751Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1777 | 2024-05-03T21:18:59.956Z | Compiling toml_edit v0.19.15 |
1778 | 2024-05-03T21:19:00.828Z | Compiling uuid v1.8.0 |
1779 | 2024-05-03T21:19:02.201Z | Compiling native-tls v0.2.11 |
1780 | 2024-05-03T21:19:02.814Z | Compiling tokio-native-tls v0.3.1 |
1781 | 2024-05-03T21:19:03.081Z | Compiling proc-macro-crate v1.3.1 |
1782 | 2024-05-03T21:19:03.272Z | Compiling tokio-rustls v0.24.1 |
1783 | 2024-05-03T21:19:03.715Z | Compiling hyper v0.14.28 |
1784 | 2024-05-03T21:19:06.285Z | Compiling idna v0.5.0 |
1785 | 2024-05-03T21:19:10.957Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1786 | 2024-05-03T21:19:15.478Z | Compiling heck v0.5.0 |
1787 | 2024-05-03T21:19:15.541Z | Compiling crossbeam-utils v0.8.19 |
1788 | 2024-05-03T21:19:16.136Z | Compiling base64 v0.21.7 |
1789 | 2024-05-03T21:19:16.847Z | Compiling rustls-pemfile v1.0.4 |
1790 | 2024-05-03T21:19:17.268Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e) |
1791 | 2024-05-03T21:19:17.399Z | Compiling regex v1.10.4 |
1792 | 2024-05-03T21:19:17.719Z | Compiling hyper-tls v0.5.0 |
1793 | 2024-05-03T21:19:18.217Z | Compiling hyper-rustls v0.24.2 |
1794 | 2024-05-03T21:19:18.228Z | Compiling url v2.5.0 |
1795 | 2024-05-03T21:19:18.653Z | Compiling num_enum_derive v0.5.11 |
1796 | 2024-05-03T21:19:18.912Z | Compiling openapiv3 v2.0.0 |
1797 | 2024-05-03T21:19:19.486Z | Compiling serde_urlencoded v0.7.1 |
1798 | 2024-05-03T21:19:21.124Z | Compiling foreign-types-macros v0.2.3 |
1799 | 2024-05-03T21:19:21.243Z | Compiling dirs-sys-next v0.1.2 |
1800 | 2024-05-03T21:19:21.350Z | Compiling encoding_rs v0.8.34 |
1801 | 2024-05-03T21:19:22.483Z | Compiling ipnet v2.9.0 |
1802 | 2024-05-03T21:19:22.487Z | Compiling foreign-types-shared v0.3.1 |
1803 | 2024-05-03T21:19:22.600Z | Compiling unicode-width v0.1.12 |
1804 | 2024-05-03T21:19:22.855Z | Compiling webpki-roots v0.25.4 |
1805 | 2024-05-03T21:19:23.032Z | Compiling mime v0.3.17 |
1806 | 2024-05-03T21:19:23.344Z | Compiling powerfmt v0.2.0 |
1807 | 2024-05-03T21:19:25.457Z | Compiling sync_wrapper v0.1.2 |
1808 | 2024-05-03T21:19:25.457Z | Compiling reqwest v0.11.27 |
1809 | 2024-05-03T21:19:25.457Z | Compiling deranged v0.3.11 |
1810 | 2024-05-03T21:19:25.458Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1811 | 2024-05-03T21:19:25.491Z | Compiling getopts v0.2.21 |
1812 | 2024-05-03T21:19:26.531Z | Compiling serde_yaml v0.9.34+deprecated |
1813 | 2024-05-03T21:19:27.491Z | Compiling foreign-types v0.5.0 |
1814 | 2024-05-03T21:19:27.599Z | Compiling dirs-next v2.0.0 |
1815 | 2024-05-03T21:19:27.865Z | Compiling num_enum v0.5.11 |
1816 | 2024-05-03T21:19:30.252Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1817 | 2024-05-03T21:19:30.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1818 | 2024-05-03T21:19:30.555Z | Compiling cstr-argument v0.1.2 |
1819 | 2024-05-03T21:19:30.811Z | Compiling thread_local v1.1.8 |
1820 | 2024-05-03T21:19:31.006Z | Compiling either v1.11.0 |
1821 | 2024-05-03T21:19:31.429Z | Compiling arc-swap v1.7.1 |
1822 | 2024-05-03T21:19:31.561Z | Compiling pretty-hex v0.2.1 |
1823 | 2024-05-03T21:19:31.766Z | Compiling num-conv v0.1.0 |
1824 | 2024-05-03T21:19:32.026Z | Compiling time-core v0.1.2 |
1825 | 2024-05-03T21:19:32.192Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1826 | 2024-05-03T21:19:32.206Z | Compiling time v0.3.36 |
1827 | 2024-05-03T21:19:33.629Z | Compiling slog-scope v4.4.0 |
1828 | 2024-05-03T21:19:33.726Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-05-03T21:19:34.105Z | Compiling itertools v0.12.1 |
1830 | 2024-05-03T21:19:34.614Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1831 | 2024-05-03T21:19:37.992Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2024-05-03T21:19:38.951Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2024-05-03T21:19:39.127Z | Compiling crossbeam-channel v0.5.12 |
1834 | 2024-05-03T21:19:40.863Z | Compiling term v0.7.0 |
1835 | 2024-05-03T21:19:41.838Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1836 | 2024-05-03T21:19:42.545Z | Compiling anyhow v1.0.82 |
1837 | 2024-05-03T21:19:43.831Z | Compiling colored v2.1.0 |
1838 | 2024-05-03T21:19:44.112Z | Compiling socket2 v0.4.10 |
1839 | 2024-05-03T21:19:45.213Z | Compiling is-terminal v0.4.12 |
1840 | 2024-05-03T21:19:45.330Z | Compiling take_mut v0.2.2 |
1841 | 2024-05-03T21:19:45.490Z | Compiling slog-async v2.8.0 |
1842 | 2024-05-03T21:19:45.757Z | Compiling slog-term v2.9.1 |
1843 | 2024-05-03T21:19:45.981Z | Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e) |
1844 | 2024-05-03T21:19:48.816Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1845 | 2024-05-03T21:19:49.023Z | Compiling slog-stdlog v4.1.1 |
1846 | 2024-05-03T21:19:49.946Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#34609623) |
1847 | 2024-05-03T21:19:50.502Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1848 | 2024-05-03T21:19:50.707Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1849 | 2024-05-03T21:19:52.661Z | Compiling slog-envlogger v2.2.0 |
1850 | 2024-05-03T21:20:07.421Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1851 | 2024-05-03T21:20:13.611Z | Finished release [optimized] target(s) in 1m 45s |
1852 | 2024-05-03T21:20:13.642Z | Running unittests src/lib.rs (target/release/deps/mg_tests-88e69a846abe2efd) |
1853 | 2024-05-03T21:20:13.667Z | |
1854 | 2024-05-03T21:20:13.667Z | running 1 test |
1855 | 2024-05-03T21:20:13.860Z | configure zone |
1856 | 2024-05-03T21:20:13.914Z | install zone |
1857 | 2024-05-03T21:21:13.678Z | test ddm::test_trio_v1_server has been running for over 60 seconds |
1858 | 2024-05-03T21:21:15.545Z | boot zone |
1859 | 2024-05-03T21:21:16.348Z | start zone s1 |
1860 | 2024-05-03T21:21:16.363Z | configure zone |
1861 | 2024-05-03T21:21:16.363Z | install zone |
1862 | 2024-05-03T21:22:09.534Z | boot zone |
1863 | 2024-05-03T21:22:10.246Z | start zone s2 |
1864 | 2024-05-03T21:22:10.246Z | configure zone |
1865 | 2024-05-03T21:22:10.255Z | install zone |
1866 | 2024-05-03T21:23:04.108Z | boot zone |
1867 | 2024-05-03T21:23:04.924Z | start zone t1 |
1868 | 2024-05-03T21:23:04.924Z | configure zone |
1869 | 2024-05-03T21:23:04.932Z | install zone |
1870 | 2024-05-03T21:24:00.273Z | boot zone |
1871 | 2024-05-03T21:24:01.107Z | waiting for zones to come up |
1872 | 2024-05-03T21:24:11.111Z | [sidecar.trio] svcs milestone/network |
1873 | 2024-05-03T21:24:11.142Z | STATE STIME FMRI |
1874 | 2024-05-03T21:24:11.142Z | online 14:21:34 svc:/milestone/network:default |
1875 | 2024-05-03T21:24:11.142Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1876 | 2024-05-03T21:24:11.210Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1877 | 2024-05-03T21:24:16.847Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1878 | 2024-05-03T21:24:16.847Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1879 | 2024-05-03T21:24:16.848Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1880 | 2024-05-03T21:24:16.849Z | |
1881 | 2024-05-03T21:24:16.849Z | running zone s1.trio setup |
1882 | 2024-05-03T21:24:16.849Z | [s1.trio] svcs milestone/network |
1883 | 2024-05-03T21:24:16.850Z | STATE STIME FMRI |
1884 | 2024-05-03T21:24:16.850Z | online 14:22:28 svc:/milestone/network:default |
1885 | 2024-05-03T21:24:16.850Z | [s1.trio] dladm |
1886 | 2024-05-03T21:24:16.850Z | LINK CLASS MTU STATE BRIDGE OVER |
1887 | 2024-05-03T21:24:16.850Z | sl0 simnet 9000 up -- ? |
1888 | 2024-05-03T21:24:16.851Z | mg2 vnic 9000 up -- ? |
1889 | 2024-05-03T21:24:16.851Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1890 | 2024-05-03T21:24:16.851Z | |
1891 | 2024-05-03T21:24:16.851Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1892 | 2024-05-03T21:24:16.851Z | |
1893 | 2024-05-03T21:24:16.851Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1894 | 2024-05-03T21:24:16.851Z | |
1895 | 2024-05-03T21:24:16.851Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1896 | 2024-05-03T21:24:16.852Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1897 | 2024-05-03T21:24:16.852Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/ |
1898 | 2024-05-03T21:24:16.852Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/ |
1899 | 2024-05-03T21:24:16.852Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1900 | 2024-05-03T21:24:16.853Z | |
1901 | 2024-05-03T21:24:16.853Z | running zone s2.trio setup |
1902 | 2024-05-03T21:24:16.853Z | [s2.trio] svcs milestone/network |
1903 | 2024-05-03T21:24:16.853Z | STATE STIME FMRI |
1904 | 2024-05-03T21:24:16.853Z | online 14:23:23 svc:/milestone/network:default |
1905 | 2024-05-03T21:24:16.853Z | [s2.trio] dladm |
1906 | 2024-05-03T21:24:16.853Z | LINK CLASS MTU STATE BRIDGE OVER |
1907 | 2024-05-03T21:24:16.853Z | sl1 simnet 9000 up -- ? |
1908 | 2024-05-03T21:24:16.853Z | mg3 vnic 9000 up -- ? |
1909 | 2024-05-03T21:24:16.853Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1910 | 2024-05-03T21:24:16.853Z | |
1911 | 2024-05-03T21:24:16.853Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1912 | 2024-05-03T21:24:16.853Z | |
1913 | 2024-05-03T21:24:16.854Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1914 | 2024-05-03T21:24:16.854Z | |
1915 | 2024-05-03T21:24:16.854Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1916 | 2024-05-03T21:24:16.854Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1917 | 2024-05-03T21:24:16.854Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s2.trio/root/opt/ |
1918 | 2024-05-03T21:24:16.854Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s2.trio/root/opt/ |
1919 | 2024-05-03T21:24:16.854Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1920 | 2024-05-03T21:24:16.854Z | |
1921 | 2024-05-03T21:24:16.854Z | running zone t1.trio setup |
1922 | 2024-05-03T21:24:16.854Z | [t1.trio] svcs milestone/network |
1923 | 2024-05-03T21:24:16.854Z | STATE STIME FMRI |
1924 | 2024-05-03T21:24:16.854Z | - - svc:/milestone/network:default |
1925 | 2024-05-03T21:24:16.855Z | [t1.trio] svcs milestone/network |
1926 | 2024-05-03T21:24:16.855Z | STATE STIME FMRI |
1927 | 2024-05-03T21:24:16.855Z | - - svc:/milestone/network:default |
1928 | 2024-05-03T21:24:16.855Z | [t1.trio] svcs milestone/network |
1929 | 2024-05-03T21:24:16.855Z | STATE STIME FMRI |
1930 | 2024-05-03T21:24:16.855Z | - - svc:/milestone/network:default |
1931 | 2024-05-03T21:24:17.114Z | [t1.trio] svcs milestone/network |
1932 | 2024-05-03T21:24:17.114Z | STATE STIME FMRI |
1933 | 2024-05-03T21:24:17.114Z | - - svc:/milestone/network:default |
1934 | 2024-05-03T21:24:17.114Z | [t1.trio] svcs milestone/network |
1935 | 2024-05-03T21:24:17.115Z | STATE STIME FMRI |
1936 | 2024-05-03T21:24:17.115Z | - - svc:/milestone/network:default |
1937 | 2024-05-03T21:24:17.981Z | [t1.trio] svcs milestone/network |
1938 | 2024-05-03T21:24:17.995Z | STATE STIME FMRI |
1939 | 2024-05-03T21:24:17.995Z | - - svc:/milestone/network:default |
1940 | 2024-05-03T21:24:18.993Z | [t1.trio] svcs milestone/network |
1941 | 2024-05-03T21:24:19.428Z | STATE STIME FMRI |
1942 | 2024-05-03T21:24:19.428Z | uninitialized 14:24:18 svc:/milestone/network:default |
1943 | 2024-05-03T21:24:20.015Z | [t1.trio] svcs milestone/network |
1944 | 2024-05-03T21:24:20.040Z | STATE STIME FMRI |
1945 | 2024-05-03T21:24:20.040Z | online 14:24:19 svc:/milestone/network:default |
1946 | 2024-05-03T21:24:20.040Z | [t1.trio] dladm |
1947 | 2024-05-03T21:24:20.064Z | LINK CLASS MTU STATE BRIDGE OVER |
1948 | 2024-05-03T21:24:20.064Z | tfportrear0_0 simnet 9000 up -- ? |
1949 | 2024-05-03T21:24:20.065Z | tfportrear1_0 simnet 9000 up -- ? |
1950 | 2024-05-03T21:24:20.065Z | mg1 vnic 9000 up -- ? |
1951 | 2024-05-03T21:24:20.065Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1952 | 2024-05-03T21:24:20.737Z | |
1953 | 2024-05-03T21:24:20.737Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1954 | 2024-05-03T21:24:20.753Z | |
1955 | 2024-05-03T21:24:20.753Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1956 | 2024-05-03T21:24:20.781Z | |
1957 | 2024-05-03T21:24:20.781Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1958 | 2024-05-03T21:24:20.800Z | |
1959 | 2024-05-03T21:24:20.801Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1960 | 2024-05-03T21:24:21.006Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1961 | 2024-05-03T21:24:21.013Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1962 | 2024-05-03T21:24:21.014Z | waiting 3s for copy of files to zone to complete ... |
1963 | 2024-05-03T21:24:24.023Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1964 | 2024-05-03T21:24:24.046Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1965 | 2024-05-03T21:24:24.064Z | [t1.trio] svcadm enable dendrite |
1966 | 2024-05-03T21:24:24.109Z | |
1967 | 2024-05-03T21:24:24.109Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1968 | 2024-05-03T21:24:24.159Z | |
1969 | 2024-05-03T21:24:24.159Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1970 | 2024-05-03T21:24:24.207Z | |
1971 | 2024-05-03T21:24:24.208Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1972 | 2024-05-03T21:24:24.252Z | |
1973 | 2024-05-03T21:24:24.252Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1974 | 2024-05-03T21:24:24.296Z | |
1975 | 2024-05-03T21:24:24.296Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1976 | 2024-05-03T21:24:24.340Z | |
1977 | 2024-05-03T21:24:24.340Z | [t1.trio] svcadm refresh dendrite:default |
1978 | 2024-05-03T21:24:24.378Z | |
1979 | 2024-05-03T21:24:24.378Z | [t1.trio] svcadm restart dendrite:default |
1980 | 2024-05-03T21:24:24.415Z | |
1981 | 2024-05-03T21:24:24.415Z | wait 10s for dendrite to come up ... |
1982 | 2024-05-03T21:24:34.418Z | [t1.trio] svcadm enable tfport |
1983 | 2024-05-03T21:24:34.464Z | |
1984 | 2024-05-03T21:24:34.464Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 63c019ae-6764-4c26-989e-d079ff371ef3 --sled-uuid ce4eae40-5a0e-41b8-86e8-effff1654ecd -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1985 | 2024-05-03T21:24:34.480Z | |
1986 | 2024-05-03T21:24:34.480Z | [t1.trio] ipadm |
1987 | 2024-05-03T21:24:34.503Z | ADDROBJ TYPE STATE ADDR |
1988 | 2024-05-03T21:24:34.503Z | lo0/v4 static ok 127.0.0.1/8 |
1989 | 2024-05-03T21:24:34.503Z | mg1/v4 static ok 10.0.0.3/24 |
1990 | 2024-05-03T21:24:34.503Z | lo0/v6 static ok ::1/128 |
1991 | 2024-05-03T21:24:34.503Z | lo0/u6 static ok fd00:3::1/64 |
1992 | 2024-05-03T21:24:34.503Z | tfportrear0_0/v6 addrconf ok fe80::d858:7cff:fe4a:d050%tfportrear0_0/10 |
1993 | 2024-05-03T21:24:34.503Z | tfportrear1_0/v6 addrconf ok fe80::50f3:98ff:fea1:c97f%tfportrear1_0/10 |
1994 | 2024-05-03T21:24:36.610Z | initial peering test passed |
1995 | 2024-05-03T21:24:37.613Z | advertise from one passed |
1996 | 2024-05-03T21:24:38.616Z | advertise from two passed |
1997 | 2024-05-03T21:24:38.617Z | [s1.trio] ping fd00:2::1 |
1998 | 2024-05-03T21:24:38.654Z | fd00:2::1 is alive |
1999 | 2024-05-03T21:24:38.654Z | [s2.trio] ping fd00:1::1 |
2000 | 2024-05-03T21:24:38.661Z | fd00:1::1 is alive |
2001 | 2024-05-03T21:24:38.661Z | connectivity test passed |
2002 | 2024-05-03T21:24:38.661Z | [t1.trio] pkill ddmd |
2003 | 2024-05-03T21:24:38.680Z | |
2004 | 2024-05-03T21:24:44.686Z | [t1.trio] svcadm enable dendrite |
2005 | 2024-05-03T21:24:44.735Z | |
2006 | 2024-05-03T21:24:44.735Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
2007 | 2024-05-03T21:24:44.772Z | |
2008 | 2024-05-03T21:24:44.772Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
2009 | 2024-05-03T21:24:44.817Z | |
2010 | 2024-05-03T21:24:44.817Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
2011 | 2024-05-03T21:24:44.863Z | |
2012 | 2024-05-03T21:24:44.863Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
2013 | 2024-05-03T21:24:44.908Z | |
2014 | 2024-05-03T21:24:44.908Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
2015 | 2024-05-03T21:24:44.954Z | |
2016 | 2024-05-03T21:24:44.954Z | [t1.trio] svcadm refresh dendrite:default |
2017 | 2024-05-03T21:24:44.991Z | |
2018 | 2024-05-03T21:24:44.991Z | [t1.trio] svcadm restart dendrite:default |
2019 | 2024-05-03T21:24:45.030Z | |
2020 | 2024-05-03T21:24:45.030Z | wait 10s for dendrite to come up ... |
2021 | 2024-05-03T21:24:55.031Z | [t1.trio] svcadm enable tfport |
2022 | 2024-05-03T21:24:55.073Z | |
2023 | 2024-05-03T21:24:55.073Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2d3dd7b0-24f8-4097-8853-346a2c216cf4 --sled-uuid cac8dfec-4de4-4dd4-9b33-28fe927cf1b2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
2024 | 2024-05-03T21:24:55.098Z | |
2025 | 2024-05-03T21:24:55.098Z | [t1.trio] ipadm |
2026 | 2024-05-03T21:24:55.551Z | ADDROBJ TYPE STATE ADDR |
2027 | 2024-05-03T21:24:55.552Z | lo0/v4 static ok 127.0.0.1/8 |
2028 | 2024-05-03T21:24:55.552Z | mg1/v4 static ok 10.0.0.3/24 |
2029 | 2024-05-03T21:24:55.552Z | lo0/v6 static ok ::1/128 |
2030 | 2024-05-03T21:24:55.553Z | lo0/u6 static ok fd00:3::1/64 |
2031 | 2024-05-03T21:24:55.553Z | tfportrear0_0/v6 addrconf ok fe80::d858:7cff:fe4a:d050%tfportrear0_0/10 |
2032 | 2024-05-03T21:24:55.553Z | tfportrear1_0/v6 addrconf ok fe80::50f3:98ff:fea1:c97f%tfportrear1_0/10 |
2033 | 2024-05-03T21:24:58.122Z | [s1.trio] ping fd00:2::1 |
2034 | 2024-05-03T21:24:58.145Z | fd00:2::1 is alive |
2035 | 2024-05-03T21:24:58.145Z | [s2.trio] ping fd00:1::1 |
2036 | 2024-05-03T21:24:58.165Z | fd00:1::1 is alive |
2037 | 2024-05-03T21:24:58.165Z | transit router restart passed |
2038 | 2024-05-03T21:24:58.165Z | [s1.trio] pkill ddmd |
2039 | 2024-05-03T21:24:58.188Z | |
2040 | 2024-05-03T21:25:03.190Z | cp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/ |
2041 | 2024-05-03T21:25:03.213Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/ |
2042 | 2024-05-03T21:25:03.242Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log & |
2043 | 2024-05-03T21:25:03.262Z | |
2044 | 2024-05-03T21:25:07.271Z | [s1.trio] ping fd00:2::1 |
2045 | 2024-05-03T21:25:07.290Z | fd00:2::1 is alive |
2046 | 2024-05-03T21:25:07.290Z | [s2.trio] ping fd00:1::1 |
2047 | 2024-05-03T21:25:07.311Z | fd00:1::1 is alive |
2048 | 2024-05-03T21:25:07.311Z | server router restart passed |
2049 | 2024-05-03T21:25:11.317Z | peer expiration recovery passed |
2050 | 2024-05-03T21:25:12.318Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
2051 | 2024-05-03T21:25:12.342Z | 3 |
2052 | 2024-05-03T21:25:12.342Z | redundant advertise passed |
2053 | 2024-05-03T21:25:12.349Z | [t1.trio] pkill ddmd |
2054 | 2024-05-03T21:25:12.372Z | |
2055 | 2024-05-03T21:25:12.372Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
2056 | 2024-05-03T21:25:12.376Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
2057 | 2024-05-03T21:25:14.953Z | [s2.trio] pkill ddmd |
2058 | 2024-05-03T21:25:15.393Z | |
2059 | 2024-05-03T21:25:15.393Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
2060 | 2024-05-03T21:25:17.521Z | [s1.trio] pkill ddmd |
2061 | 2024-05-03T21:25:17.541Z | |
2062 | 2024-05-03T21:25:17.541Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
2063 | 2024-05-03T21:25:20.111Z | [sidecar.trio] pkill softnpu |
2064 | 2024-05-03T21:25:20.130Z | |
2065 | 2024-05-03T21:25:20.130Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
2066 | 2024-05-03T21:25:22.727Z | test ddm::test_trio_v1_server ... ok |
2067 | 2024-05-03T21:25:22.727Z | |
2068 | 2024-05-03T21:25:22.727Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 308.99s |
2069 | 2024-05-03T21:25:22.727Z | |
2070 | 2024-05-03T21:25:22.733Z | + cleanup |
2071 | 2024-05-03T21:25:22.733Z | ++ id -un |
2072 | 2024-05-03T21:25:22.742Z | ++ id -gn |
2073 | 2024-05-03T21:25:22.742Z | + pfexec chown -R build:build . |
2074 | 2024-05-03T21:25:22.801Z | process exited: duration 804774 ms, exit code 0 |
|
2075 | 2024-05-03T21:25:22.811Z | found 4 output files |
2076 | 2024-05-03T21:25:22.811Z | uploading: /work/s1.trio.log (4989 bytes) |
2077 | 2024-05-03T21:25:23.843Z | uploaded: /work/s1.trio.log |
2078 | 2024-05-03T21:25:23.843Z | uploading: /work/s2.trio.log (6940 bytes) |
2079 | 2024-05-03T21:25:24.872Z | uploaded: /work/s2.trio.log |
2080 | 2024-05-03T21:25:24.872Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
2081 | 2024-05-03T21:25:25.884Z | uploaded: /work/sidecar.trio-softnpu.log |
2082 | 2024-05-03T21:25:25.884Z | uploading: /work/t1.trio.log (20376 bytes) |
2083 | 2024-05-03T21:25:26.907Z | uploaded: /work/t1.trio.log |