|
|
|
| 1 | 2024-01-02T21:30:24.469Z | job assigned to worker 01HK619EQ2XAXYJHWJ89KWQHH8 (queued for 1 m 8 s) |
| |
| 2 | 2024-01-02T21:30:24.901Z | starting task 0: "setup" |
| 3 | 2024-01-02T21:30:24.985Z | ++ uname -s |
| 4 | 2024-01-02T21:30:24.988Z | + kern=SunOS |
| 5 | 2024-01-02T21:30:24.988Z | + case "$kern" in |
| 6 | 2024-01-02T21:30:24.988Z | + groupadd -g 12345 build |
| 7 | 2024-01-02T21:30:24.991Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-02T21:30:27.002Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-02T21:30:27.152Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-02T21:30:27.156Z | + home_fs=zfs |
| 11 | 2024-01-02T21:30:27.156Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-02T21:30:27.156Z | + mkdir -p /home/build |
| 13 | 2024-01-02T21:30:27.159Z | + chown build:build /home/build /work |
| 14 | 2024-01-02T21:30:28.160Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-02T21:30:28.164Z | process exited: duration 3263 ms, exit code 0 |
| |
| 16 | 2024-01-02T21:30:28.173Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-02T21:30:28.182Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-02T21:30:28.184Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 19 | 2024-01-02T21:30:28.348Z | info: downloading installer |
| 20 | 2024-01-02T21:30:29.643Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-02T21:30:29.643Z | warning: /opt/ooce/bin |
| 22 | 2024-01-02T21:30:29.643Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-02T21:30:29.643Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-02T21:30:29.643Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-02T21:30:29.643Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-02T21:30:29.643Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-02T21:30:29.643Z | error: cannot install while Rust is installed |
| 28 | 2024-01-02T21:30:29.643Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-02T21:30:29.791Z | info: profile set to 'default' |
| 30 | 2024-01-02T21:30:29.791Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-02T21:30:29.794Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 32 | 2024-01-02T21:30:29.952Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
| 33 | 2024-01-02T21:30:29.955Z | info: downloading component 'cargo' |
| 34 | 2024-01-02T21:30:30.545Z | info: downloading component 'clippy' |
| 35 | 2024-01-02T21:30:30.735Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-02T21:30:31.551Z | info: downloading component 'rust-std' |
| 37 | 2024-01-02T21:30:32.716Z | info: downloading component 'rustc' |
| 38 | 2024-01-02T21:30:35.890Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-02T21:30:36.070Z | info: installing component 'cargo' |
| 40 | 2024-01-02T21:30:37.435Z | info: installing component 'clippy' |
| 41 | 2024-01-02T21:30:37.972Z | info: installing component 'rust-docs' |
| 42 | 2024-01-02T21:30:40.775Z | info: installing component 'rust-std' |
| 43 | 2024-01-02T21:30:43.574Z | info: installing component 'rustc' |
| 44 | 2024-01-02T21:30:50.642Z | info: installing component 'rustfmt' |
| 45 | 2024-01-02T21:30:51.118Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 46 | 2024-01-02T21:30:51.118Z | |
| 47 | 2024-01-02T21:30:51.258Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
| 48 | 2024-01-02T21:30:51.258Z | |
| 49 | 2024-01-02T21:30:51.258Z | |
| 50 | 2024-01-02T21:30:51.258Z | Rust is installed now. Great! |
| 51 | 2024-01-02T21:30:51.259Z | |
| 52 | 2024-01-02T21:30:51.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-02T21:30:51.262Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-02T21:30:51.262Z | |
| 55 | 2024-01-02T21:30:51.262Z | To configure your current shell, run: |
| 56 | 2024-01-02T21:30:51.262Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-02T21:30:51.349Z | + rustc --version |
| 58 | 2024-01-02T21:30:51.459Z | rustc 1.75.0 (82e1608df 2023-12-21) |
| 59 | 2024-01-02T21:30:51.465Z | process exited: duration 23292 ms, exit code 0 |
| |
| 60 | 2024-01-02T21:30:51.471Z | starting task 2: "authentication" |
| 61 | 2024-01-02T21:30:51.515Z | process exited: duration 44 ms, exit code 0 |
| |
| 62 | 2024-01-02T21:30:51.526Z | starting task 3: "clone repository" |
| 63 | 2024-01-02T21:30:51.531Z | + mkdir -p /work/oxidecomputer/maghemite |
| 64 | 2024-01-02T21:30:51.535Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 65 | 2024-01-02T21:30:51.589Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 66 | 2024-01-02T21:30:52.544Z | + cd /work/oxidecomputer/maghemite |
| 67 | 2024-01-02T21:30:52.547Z | + [[ -n mgd-macos ]] |
| 68 | 2024-01-02T21:30:52.547Z | + git fetch origin mgd-macos |
| 69 | 2024-01-02T21:30:52.892Z | From https://github.com/oxidecomputer/maghemite |
| 70 | 2024-01-02T21:30:52.892Z | * branch mgd-macos -> FETCH_HEAD |
| 71 | 2024-01-02T21:30:52.899Z | + git checkout -B mgd-macos remotes/origin/mgd-macos |
| 72 | 2024-01-02T21:30:52.909Z | Switched to a new branch 'mgd-macos' |
| 73 | 2024-01-02T21:30:52.912Z | branch 'mgd-macos' set up to track 'origin/mgd-macos'. |
| 74 | 2024-01-02T21:30:52.912Z | + git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35 |
| 75 | 2024-01-02T21:30:52.923Z | HEAD is now at a5e90f3 try building mgd on macOS in a github action |
| 76 | 2024-01-02T21:30:52.926Z | process exited: duration 1401 ms, exit code 0 |
| |
| 77 | 2024-01-02T21:30:52.932Z | starting task 4: "build" |
| 78 | 2024-01-02T21:30:52.939Z | ++ cargo --version |
| 79 | 2024-01-02T21:30:52.946Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
| 80 | 2024-01-02T21:30:53.118Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
| 81 | 2024-01-02T21:30:53.121Z | info: downloading component 'cargo' |
| 82 | 2024-01-02T21:30:53.694Z | info: downloading component 'clippy' |
| 83 | 2024-01-02T21:30:53.879Z | info: downloading component 'rust-docs' |
| 84 | 2024-01-02T21:30:54.632Z | info: downloading component 'rust-std' |
| 85 | 2024-01-02T21:30:55.782Z | info: downloading component 'rustc' |
| 86 | 2024-01-02T21:30:58.937Z | info: downloading component 'rustfmt' |
| 87 | 2024-01-02T21:30:59.114Z | info: installing component 'cargo' |
| 88 | 2024-01-02T21:31:00.405Z | info: installing component 'clippy' |
| 89 | 2024-01-02T21:31:00.847Z | info: installing component 'rust-docs' |
| 90 | 2024-01-02T21:31:03.550Z | info: installing component 'rust-std' |
| 91 | 2024-01-02T21:31:06.001Z | info: installing component 'rustc' |
| 92 | 2024-01-02T21:31:12.115Z | info: installing component 'rustfmt' |
| 93 | 2024-01-02T21:31:12.657Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
| 94 | 2024-01-02T21:31:12.663Z | ++ rustc --version |
| 95 | 2024-01-02T21:31:12.785Z | rustc 1.75.0 (82e1608df 2023-12-21) |
| 96 | 2024-01-02T21:31:12.791Z | ++ dladm |
| 97 | 2024-01-02T21:31:12.797Z | LINK CLASS MTU STATE BRIDGE OVER |
| 98 | 2024-01-02T21:31:12.797Z | xnf0 phys 1500 up -- -- |
| 99 | 2024-01-02T21:31:12.800Z | ++ ipadm |
| 100 | 2024-01-02T21:31:12.804Z | ADDROBJ TYPE STATE ADDR |
| 101 | 2024-01-02T21:31:12.804Z | lo0/v4 static ok 127.0.0.1/8 |
| 102 | 2024-01-02T21:31:12.804Z | xnf0/dhcp dhcp ok 10.150.1.208/24 |
| 103 | 2024-01-02T21:31:12.804Z | lo0/v6 static ok ::1/128 |
| 104 | 2024-01-02T21:31:12.804Z | ++ banner collect |
| 105 | 2024-01-02T21:31:12.844Z | |
| 106 | 2024-01-02T21:31:12.844Z | #### #### # # ###### #### ##### |
| 107 | 2024-01-02T21:31:12.844Z | # # # # # # # # # # |
| 108 | 2024-01-02T21:31:12.844Z | # # # # # ##### # # |
| 109 | 2024-01-02T21:31:12.844Z | # # # # # # # # |
| 110 | 2024-01-02T21:31:12.844Z | # # # # # # # # # # |
| 111 | 2024-01-02T21:31:12.844Z | #### #### ###### ###### ###### #### # |
| 112 | 2024-01-02T21:31:12.844Z | |
| 113 | 2024-01-02T21:31:12.847Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
| 114 | 2024-01-02T21:31:12.847Z | ++ repo=softnpu |
| 115 | 2024-01-02T21:31:12.847Z | ++ series=image |
| 116 | 2024-01-02T21:31:12.847Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
| 117 | 2024-01-02T21:31:12.847Z | ++ name=softnpu |
| 118 | 2024-01-02T21:31:12.847Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 119 | 2024-01-02T21:31:12.847Z | ++ mkdir -p download |
| 120 | 2024-01-02T21:31:12.848Z | ++ pushd download |
| 121 | 2024-01-02T21:31:12.848Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 122 | 2024-01-02T21:31:12.848Z | ++ [[ ! -f softnpu ]] |
| 123 | 2024-01-02T21:31:12.848Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
| 124 | 2024-01-02T21:31:12.859Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 125 | 2024-01-02T21:31:12.865Z | Dload Upload Total Spent Left Speed |
| 126 | 2024-01-02T21:31:16.829Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
13 21.8M 13 3107k 0 0 2676k 0 0:00:08 0:00:01 0:00:07 2676k
34 21.8M 34 7731k 0 0 3485k 0 0:00:06 0:00:02 0:00:04 3485k
74 21.8M 74 16.3M 0 0 5293k 0 0:00:04 0:00:03 0:00:01 5293k
100 21.8M 100 21.8M 0 0 5632k 0 0:00:03 0:00:03 --:--:-- 5632k |
| 127 | 2024-01-02T21:31:16.839Z | ++ popd |
| 128 | 2024-01-02T21:31:16.839Z | /work/oxidecomputer/maghemite |
| 129 | 2024-01-02T21:31:16.839Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
| 130 | 2024-01-02T21:31:16.839Z | ++ repo=sidecar-lite |
| 131 | 2024-01-02T21:31:16.839Z | ++ series=release |
| 132 | 2024-01-02T21:31:16.839Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
| 133 | 2024-01-02T21:31:16.839Z | ++ name=libsidecar_lite.so |
| 134 | 2024-01-02T21:31:16.839Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 135 | 2024-01-02T21:31:16.839Z | ++ mkdir -p download |
| 136 | 2024-01-02T21:31:16.842Z | ++ pushd download |
| 137 | 2024-01-02T21:31:16.842Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 138 | 2024-01-02T21:31:16.842Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 139 | 2024-01-02T21:31:16.842Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
| 140 | 2024-01-02T21:31:16.849Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 141 | 2024-01-02T21:31:16.852Z | Dload Upload Total Spent Left Speed |
| 142 | 2024-01-02T21:31:21.833Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
7 20.3M 7 1587k 0 0 1347k 0 0:00:15 0:00:01 0:00:14 1347k
16 20.3M 16 3359k 0 0 1313k 0 0:00:15 0:00:02 0:00:13 1313k
42 20.3M 42 8755k 0 0 2761k 0 0:00:07 0:00:03 0:00:04 2761k
51 20.3M 51 10.4M 0 0 2427k 0 0:00:08 0:00:04 0:00:04 2428k
100 20.3M 100 20.3M 0 0 4173k 0 0:00:04 0:00:04 --:--:-- 4349k |
| 143 | 2024-01-02T21:31:21.839Z | ++ popd |
| 144 | 2024-01-02T21:31:21.841Z | /work/oxidecomputer/maghemite |
| 145 | 2024-01-02T21:31:21.842Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
| 146 | 2024-01-02T21:31:21.842Z | ++ repo=sidecar-lite |
| 147 | 2024-01-02T21:31:21.842Z | ++ series=release |
| 148 | 2024-01-02T21:31:21.842Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
| 149 | 2024-01-02T21:31:21.842Z | ++ name=scadm |
| 150 | 2024-01-02T21:31:21.842Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 151 | 2024-01-02T21:31:21.842Z | ++ mkdir -p download |
| 152 | 2024-01-02T21:31:21.842Z | ++ pushd download |
| 153 | 2024-01-02T21:31:21.845Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 154 | 2024-01-02T21:31:21.845Z | ++ [[ ! -f scadm ]] |
| 155 | 2024-01-02T21:31:21.845Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
| 156 | 2024-01-02T21:31:21.854Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 157 | 2024-01-02T21:31:21.857Z | Dload Upload Total Spent Left Speed |
| 158 | 2024-01-02T21:31:28.395Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
15 22.7M 15 3547k 0 0 2706k 0 0:00:08 0:00:01 0:00:07 2706k
24 22.7M 24 5611k 0 0 2559k 0 0:00:09 0:00:02 0:00:07 2558k
42 22.7M 42 9.7M 0 0 2845k 0 0:00:08 0:00:03 0:00:05 2845k
46 22.7M 46 10.6M 0 0 2509k 0 0:00:09 0:00:04 0:00:05 2509k
70 22.7M 70 16.1M 0 0 3182k 0 0:00:07 0:00:05 0:00:02 3310k
79 22.7M 79 18.0M 0 0 2864k 0 0:00:08 0:00:06 0:00:02 2905k
100 22.7M 100 22.7M 0 0 3569k 0 0:00:06 0:00:06 --:--:-- 4079k |
| 159 | 2024-01-02T21:31:28.402Z | ++ popd |
| 160 | 2024-01-02T21:31:28.405Z | /work/oxidecomputer/maghemite |
| 161 | 2024-01-02T21:31:28.405Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
| 162 | 2024-01-02T21:31:28.405Z | ++ repo=dendrite |
| 163 | 2024-01-02T21:31:28.405Z | ++ series=image |
| 164 | 2024-01-02T21:31:28.406Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
| 165 | 2024-01-02T21:31:28.406Z | ++ name=dendrite-softnpu.tar.gz |
| 166 | 2024-01-02T21:31:28.406Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 167 | 2024-01-02T21:31:28.406Z | ++ mkdir -p download |
| 168 | 2024-01-02T21:31:28.406Z | ++ pushd download |
| 169 | 2024-01-02T21:31:28.406Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 170 | 2024-01-02T21:31:28.406Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 171 | 2024-01-02T21:31:28.406Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
| 172 | 2024-01-02T21:31:28.416Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 173 | 2024-01-02T21:31:28.419Z | Dload Upload Total Spent Left Speed |
| 174 | 2024-01-02T21:31:34.826Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 37.5M 2 803k 0 0 1018k 0 0:00:37 --:--:-- 0:00:37 1017k
21 37.5M 21 8315k 0 0 5184k 0 0:00:07 0:00:01 0:00:06 5184k
39 37.5M 39 14.7M 0 0 5054k 0 0:00:07 0:00:02 0:00:05 5054k
59 37.5M 59 22.4M 0 0 5435k 0 0:00:07 0:00:04 0:00:03 5436k
77 37.5M 77 28.9M 0 0 6367k 0 0:00:06 0:00:04 0:00:02 6367k
88 37.5M 88 33.3M 0 0 6085k 0 0:00:06 0:00:05 0:00:01 6915k
100 37.5M 100 37.5M 0 0 6003k 0 0:00:06 0:00:06 --:--:-- 6276k |
| 175 | 2024-01-02T21:31:34.830Z | ++ popd |
| 176 | 2024-01-02T21:31:34.830Z | /work/oxidecomputer/maghemite |
| 177 | 2024-01-02T21:31:34.830Z | ++ pushd download |
| 178 | 2024-01-02T21:31:34.830Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 179 | 2024-01-02T21:31:34.830Z | ++ chmod +x softnpu |
| 180 | 2024-01-02T21:31:34.837Z | ++ chmod +x scadm |
| 181 | 2024-01-02T21:31:34.838Z | ++ rm -rf zones/dendrite |
| 182 | 2024-01-02T21:31:34.843Z | ++ mkdir -p zones/dendrite |
| 183 | 2024-01-02T21:31:34.843Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 184 | 2024-01-02T21:31:35.990Z | ++ popd |
| 185 | 2024-01-02T21:31:35.990Z | /work/oxidecomputer/maghemite |
| 186 | 2024-01-02T21:31:35.990Z | ++ banner install |
| 187 | 2024-01-02T21:31:35.994Z | |
| 188 | 2024-01-02T21:31:35.994Z | # # # #### ##### ## # # |
| 189 | 2024-01-02T21:31:35.994Z | # ## # # # # # # # |
| 190 | 2024-01-02T21:31:35.994Z | # # # # #### # # # # # |
| 191 | 2024-01-02T21:31:35.994Z | # # # # # # ###### # # |
| 192 | 2024-01-02T21:31:35.994Z | # # ## # # # # # # # |
| 193 | 2024-01-02T21:31:35.994Z | # # # #### # # # ###### ###### |
| 194 | 2024-01-02T21:31:35.994Z | |
| 195 | 2024-01-02T21:31:35.994Z | ++ pkg info brand/sparse |
| 196 | 2024-01-02T21:31:35.997Z | ++ grep -qi installed |
| 197 | 2024-01-02T21:31:47.566Z | pkg: info: no packages matching the following patterns you specified are |
| 198 | 2024-01-02T21:31:47.566Z | installed on the system. Try querying remotely instead: |
| 199 | 2024-01-02T21:31:47.566Z | |
| 200 | 2024-01-02T21:31:47.566Z | brand/sparse |
| 201 | 2024-01-02T21:31:47.627Z | ++ [[ 1 != 0 ]] |
| 202 | 2024-01-02T21:31:47.627Z | ++ set -o errexit |
| 203 | 2024-01-02T21:31:47.627Z | ++ pfexec pkg install brand/sparse |
| 204 | 2024-01-02T21:31:52.391Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 205 | 2024-01-02T21:31:53.834Z | Startup: Caching catalogs ... Done |
| 206 | 2024-01-02T21:32:01.370Z | Planning: Solver setup ... Done |
| 207 | 2024-01-02T21:32:01.533Z | Planning: Running solver ... Done |
| 208 | 2024-01-02T21:32:01.611Z | Planning: Finding local manifests ... Done |
| 209 | 2024-01-02T21:32:01.625Z | Planning: Fetching manifests: 0/1 0% complete |
| 210 | 2024-01-02T21:32:01.715Z | Planning: Fetching manifests: 1/1 100% complete |
| 211 | 2024-01-02T21:32:01.740Z | Planning: Package planning ... Done |
| 212 | 2024-01-02T21:32:01.748Z | Planning: Merging actions ... Done |
| 213 | 2024-01-02T21:32:03.123Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2024-01-02T21:32:03.126Z | Planning: Consolidating action changes ... Done |
| 215 | 2024-01-02T21:32:15.880Z | Planning: Evaluating mediators ... Done |
| 216 | 2024-01-02T21:32:15.883Z | Planning: Planning completed in 21.98 seconds |
| 217 | 2024-01-02T21:32:20.973Z | Packages to install: 1 |
| 218 | 2024-01-02T21:32:20.974Z | Create boot environment: No |
| 219 | 2024-01-02T21:32:20.974Z | Create backup boot environment: No |
| 220 | 2024-01-02T21:32:21.168Z | |
| 221 | 2024-01-02T21:32:21.168Z | Download: 0/16 items 0.0/0.0MB 0% complete |
| 222 | 2024-01-02T21:32:21.258Z | Download: Completed 23.56 kB in 0.09 seconds (262k/s) |
| 223 | 2024-01-02T21:32:21.346Z | Actions: 1/32 actions (Installing new actions) |
| 224 | 2024-01-02T21:32:21.395Z | Actions: Completed 32 actions in 0.05 seconds. |
| 225 | 2024-01-02T21:32:21.587Z | Done |
| 226 | 2024-01-02T21:32:21.587Z | Done |
| 227 | 2024-01-02T21:32:21.842Z | Done |
| 228 | 2024-01-02T21:32:28.702Z | Done |
| 229 | 2024-01-02T21:32:28.967Z | Done |
| 230 | 2024-01-02T21:32:28.970Z | Done |
| 231 | 2024-01-02T21:32:29.122Z | Done |
| 232 | 2024-01-02T21:32:29.350Z | ++ set -o errexit |
| 233 | 2024-01-02T21:32:29.350Z | ++ set -o pipefail |
| 234 | 2024-01-02T21:32:29.350Z | ++ banner build |
| 235 | 2024-01-02T21:32:29.353Z | |
| 236 | 2024-01-02T21:32:29.353Z | ##### # # # # ##### |
| 237 | 2024-01-02T21:32:29.353Z | # # # # # # # # |
| 238 | 2024-01-02T21:32:29.353Z | ##### # # # # # # |
| 239 | 2024-01-02T21:32:29.353Z | # # # # # # # # |
| 240 | 2024-01-02T21:32:29.353Z | # # # # # # # # |
| 241 | 2024-01-02T21:32:29.353Z | ##### #### # ###### ##### |
| 242 | 2024-01-02T21:32:29.353Z | |
| 243 | 2024-01-02T21:32:29.353Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 244 | 2024-01-02T21:32:29.574Z | Updating crates.io index |
| 245 | 2024-01-02T21:32:29.640Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 246 | 2024-01-02T21:32:30.639Z | From https://github.com/oxidecomputer/falcon |
| 247 | 2024-01-02T21:32:30.639Z | * [new branch] main -> origin/main |
| 248 | 2024-01-02T21:32:30.645Z | * [new ref] -> origin/HEAD |
| 249 | 2024-01-02T21:32:30.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2024-01-02T21:32:32.443Z | From https://github.com/oxidecomputer/dendrite |
| 251 | 2024-01-02T21:32:32.444Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
| 252 | 2024-01-02T21:32:32.447Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
| 253 | 2024-01-02T21:32:32.447Z | * [new branch] compliance -> origin/compliance |
| 254 | 2024-01-02T21:32:32.447Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
| 255 | 2024-01-02T21:32:32.447Z | * [new branch] drop_counters -> origin/drop_counters |
| 256 | 2024-01-02T21:32:32.447Z | * [new branch] helios2 -> origin/helios2 |
| 257 | 2024-01-02T21:32:32.447Z | * [new branch] history -> origin/history |
| 258 | 2024-01-02T21:32:32.447Z | * [new branch] main -> origin/main |
| 259 | 2024-01-02T21:32:32.447Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
| 260 | 2024-01-02T21:32:32.447Z | * [new branch] nat_rpw -> origin/nat_rpw |
| 261 | 2024-01-02T21:32:32.447Z | * [new branch] port-id -> origin/port-id |
| 262 | 2024-01-02T21:32:32.448Z | * [new branch] reflection-tests -> origin/reflection-tests |
| 263 | 2024-01-02T21:32:32.448Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
| 264 | 2024-01-02T21:32:32.448Z | * [new branch] small_pages -> origin/small_pages |
| 265 | 2024-01-02T21:32:32.448Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
| 266 | 2024-01-02T21:32:32.448Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
| 267 | 2024-01-02T21:32:32.448Z | * [new branch] updates -> origin/updates |
| 268 | 2024-01-02T21:32:32.448Z | * [new ref] -> origin/HEAD |
| 269 | 2024-01-02T21:32:32.508Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 270 | 2024-01-02T21:32:33.390Z | From https://github.com/oxidecomputer/dropshot |
| 271 | 2024-01-02T21:32:33.391Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
| 272 | 2024-01-02T21:32:33.395Z | * [new branch] async -> origin/async |
| 273 | 2024-01-02T21:32:33.396Z | * [new branch] build-o-mat -> origin/build-o-mat |
| 274 | 2024-01-02T21:32:33.396Z | * [new branch] camel -> origin/camel |
| 275 | 2024-01-02T21:32:33.396Z | * [new branch] carets -> origin/carets |
| 276 | 2024-01-02T21:32:33.396Z | * [new branch] ci-version -> origin/ci-version |
| 277 | 2024-01-02T21:32:33.396Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
| 278 | 2024-01-02T21:32:33.396Z | * [new branch] clippy -> origin/clippy |
| 279 | 2024-01-02T21:32:33.396Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
| 280 | 2024-01-02T21:32:33.396Z | * [new branch] clone -> origin/clone |
| 281 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/async-trait-0.1.76 -> origin/dependabot/cargo/async-trait-0.1.76 |
| 282 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
| 283 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/hyper-1.1.0 -> origin/dependabot/cargo/hyper-1.1.0 |
| 284 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
| 285 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/proc-macro2-1.0.73 -> origin/dependabot/cargo/proc-macro2-1.0.73 |
| 286 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/quote-1.0.34 -> origin/dependabot/cargo/quote-1.0.34 |
| 287 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/serde_json-1.0.109 -> origin/dependabot/cargo/serde_json-1.0.109 |
| 288 | 2024-01-02T21:32:33.396Z | * [new branch] dependabot/cargo/syn-2.0.44 -> origin/dependabot/cargo/syn-2.0.44 |
| 289 | 2024-01-02T21:32:33.400Z | * [new branch] dependabot/cargo/tempfile-3.9.0 -> origin/dependabot/cargo/tempfile-3.9.0 |
| 290 | 2024-01-02T21:32:33.400Z | * [new branch] dependabot/cargo/usdt-0.4.1 -> origin/dependabot/cargo/usdt-0.4.1 |
| 291 | 2024-01-02T21:32:33.400Z | * [new branch] doc -> origin/doc |
| 292 | 2024-01-02T21:32:33.400Z | * [new branch] err -> origin/err |
| 293 | 2024-01-02T21:32:33.400Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
| 294 | 2024-01-02T21:32:33.400Z | * [new branch] expectorate -> origin/expectorate |
| 295 | 2024-01-02T21:32:33.400Z | * [new branch] extracted -> origin/extracted |
| 296 | 2024-01-02T21:32:33.400Z | * [new branch] fix_tests -> origin/fix_tests |
| 297 | 2024-01-02T21:32:33.400Z | * [new branch] fmt2 -> origin/fmt2 |
| 298 | 2024-01-02T21:32:33.401Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
| 299 | 2024-01-02T21:32:33.401Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
| 300 | 2024-01-02T21:32:33.401Z | * [new branch] main -> origin/main |
| 301 | 2024-01-02T21:32:33.401Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
| 302 | 2024-01-02T21:32:33.401Z | * [new branch] multiverse -> origin/multiverse |
| 303 | 2024-01-02T21:32:33.401Z | * [new branch] openapi -> origin/openapi |
| 304 | 2024-01-02T21:32:33.401Z | * [new branch] openapi2 -> origin/openapi2 |
| 305 | 2024-01-02T21:32:33.401Z | * [new branch] port-fix-better -> origin/port-fix-better |
| 306 | 2024-01-02T21:32:33.401Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
| 307 | 2024-01-02T21:32:33.401Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
| 308 | 2024-01-02T21:32:33.401Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
| 309 | 2024-01-02T21:32:33.401Z | * [new branch] rustls-0.22 -> origin/rustls-0.22 |
| 310 | 2024-01-02T21:32:33.401Z | * [new branch] server-log -> origin/server-log |
| 311 | 2024-01-02T21:32:33.401Z | * [new branch] simple-headers -> origin/simple-headers |
| 312 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
| 313 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 314 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 315 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
| 316 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 317 | 2024-01-02T21:32:33.401Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 318 | 2024-01-02T21:32:33.402Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
| 319 | 2024-01-02T21:32:33.402Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
| 320 | 2024-01-02T21:32:33.402Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
| 321 | 2024-01-02T21:32:33.405Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
| 322 | 2024-01-02T21:32:33.405Z | * [new branch] websockets -> origin/websockets |
| 323 | 2024-01-02T21:32:33.405Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
| 324 | 2024-01-02T21:32:33.405Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
| 325 | 2024-01-02T21:32:33.405Z | * [new ref] -> origin/HEAD |
| 326 | 2024-01-02T21:32:33.405Z | * [new tag] v0.3.0 -> v0.3.0 |
| 327 | 2024-01-02T21:32:33.405Z | * [new tag] v0.4.0 -> v0.4.0 |
| 328 | 2024-01-02T21:32:33.406Z | * [new tag] v0.5.0 -> v0.5.0 |
| 329 | 2024-01-02T21:32:33.406Z | * [new tag] v0.5.1 -> v0.5.1 |
| 330 | 2024-01-02T21:32:33.406Z | * [new tag] v0.6.0 -> v0.6.0 |
| 331 | 2024-01-02T21:32:33.406Z | * [new tag] v0.7.0 -> v0.7.0 |
| 332 | 2024-01-02T21:32:33.406Z | * [new tag] v0.8.0 -> v0.8.0 |
| 333 | 2024-01-02T21:32:33.406Z | * [new tag] v0.9.0 -> v0.9.0 |
| 334 | 2024-01-02T21:32:33.449Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 335 | 2024-01-02T21:32:33.953Z | From https://github.com/oxidecomputer/ispf |
| 336 | 2024-01-02T21:32:33.953Z | * [new branch] main -> origin/main |
| 337 | 2024-01-02T21:32:33.956Z | * [new ref] -> origin/HEAD |
| 338 | 2024-01-02T21:32:33.956Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 339 | 2024-01-02T21:32:34.693Z | From https://github.com/oxidecomputer/netadm-sys |
| 340 | 2024-01-02T21:32:34.693Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
| 341 | 2024-01-02T21:32:34.696Z | * [new branch] gh-pages -> origin/gh-pages |
| 342 | 2024-01-02T21:32:34.696Z | * [new branch] main -> origin/main |
| 343 | 2024-01-02T21:32:34.696Z | * [new branch] siocgnds -> origin/siocgnds |
| 344 | 2024-01-02T21:32:34.696Z | * [new ref] -> origin/HEAD |
| 345 | 2024-01-02T21:32:34.712Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 346 | 2024-01-02T21:32:35.238Z | From https://github.com/oxidecomputer/zone |
| 347 | 2024-01-02T21:32:35.238Z | * [new branch] main -> origin/main |
| 348 | 2024-01-02T21:32:35.241Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
| 349 | 2024-01-02T21:32:35.241Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
| 350 | 2024-01-02T21:32:35.241Z | * [new ref] -> origin/HEAD |
| 351 | 2024-01-02T21:32:35.307Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 352 | 2024-01-02T21:32:36.315Z | From https://github.com/oxidecomputer/propolis |
| 353 | 2024-01-02T21:32:36.315Z | * [new branch] ata -> origin/ata |
| 354 | 2024-01-02T21:32:36.318Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
| 355 | 2024-01-02T21:32:36.319Z | * [new branch] master -> origin/master |
| 356 | 2024-01-02T21:32:36.319Z | * [new ref] -> origin/HEAD |
| 357 | 2024-01-02T21:32:36.452Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 358 | 2024-01-02T21:32:42.877Z | From https://github.com/oxidecomputer/omicron |
| 359 | 2024-01-02T21:32:42.877Z | * [new branch] 267 -> origin/267 |
| 360 | 2024-01-02T21:32:42.883Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
| 361 | 2024-01-02T21:32:42.884Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
| 362 | 2024-01-02T21:32:42.884Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
| 363 | 2024-01-02T21:32:42.884Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
| 364 | 2024-01-02T21:32:42.884Z | * [new branch] add-global-api -> origin/add-global-api |
| 365 | 2024-01-02T21:32:42.884Z | * [new branch] add-resource-limits_deploy-test-update -> origin/add-resource-limits_deploy-test-update |
| 366 | 2024-01-02T21:32:42.884Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
| 367 | 2024-01-02T21:32:42.884Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
| 368 | 2024-01-02T21:32:42.884Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
| 369 | 2024-01-02T21:32:42.884Z | * [new branch] andy/clickhousev23.8 -> origin/andy/clickhousev23.8 |
| 370 | 2024-01-02T21:32:42.884Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
| 371 | 2024-01-02T21:32:42.884Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
| 372 | 2024-01-02T21:32:42.884Z | * [new branch] archived/disks -> origin/archived/disks |
| 373 | 2024-01-02T21:32:42.884Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
| 374 | 2024-01-02T21:32:42.884Z | * [new branch] archived/extractors -> origin/archived/extractors |
| 375 | 2024-01-02T21:32:42.884Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
| 376 | 2024-01-02T21:32:42.884Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
| 377 | 2024-01-02T21:32:42.884Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
| 378 | 2024-01-02T21:32:42.884Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
| 379 | 2024-01-02T21:32:42.884Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
| 380 | 2024-01-02T21:32:42.885Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
| 381 | 2024-01-02T21:32:42.885Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
| 382 | 2024-01-02T21:32:42.885Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
| 383 | 2024-01-02T21:32:42.885Z | * [new branch] archived/logging -> origin/archived/logging |
| 384 | 2024-01-02T21:32:42.885Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
| 385 | 2024-01-02T21:32:42.885Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
| 386 | 2024-01-02T21:32:42.885Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
| 387 | 2024-01-02T21:32:42.885Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
| 388 | 2024-01-02T21:32:42.885Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
| 389 | 2024-01-02T21:32:42.885Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
| 390 | 2024-01-02T21:32:42.890Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
| 391 | 2024-01-02T21:32:42.890Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
| 392 | 2024-01-02T21:32:42.890Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
| 393 | 2024-01-02T21:32:42.890Z | * [new branch] authz-role-test -> origin/authz-role-test |
| 394 | 2024-01-02T21:32:42.890Z | * [new branch] bigger-disks -> origin/bigger-disks |
| 395 | 2024-01-02T21:32:42.890Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
| 396 | 2024-01-02T21:32:42.890Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
| 397 | 2024-01-02T21:32:42.890Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
| 398 | 2024-01-02T21:32:42.890Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
| 399 | 2024-01-02T21:32:42.891Z | * [new branch] boundary-tunnel-routing -> origin/boundary-tunnel-routing |
| 400 | 2024-01-02T21:32:42.891Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
| 401 | 2024-01-02T21:32:42.891Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
| 402 | 2024-01-02T21:32:42.891Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
| 403 | 2024-01-02T21:32:42.891Z | * [new branch] clippy -> origin/clippy |
| 404 | 2024-01-02T21:32:42.891Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
| 405 | 2024-01-02T21:32:42.891Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
| 406 | 2024-01-02T21:32:42.891Z | * [new branch] commprobe -> origin/commprobe |
| 407 | 2024-01-02T21:32:42.891Z | * [new branch] conform-m2 -> origin/conform-m2 |
| 408 | 2024-01-02T21:32:42.891Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
| 409 | 2024-01-02T21:32:42.891Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
| 410 | 2024-01-02T21:32:42.891Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
| 411 | 2024-01-02T21:32:42.891Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
| 412 | 2024-01-02T21:32:42.891Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
| 413 | 2024-01-02T21:32:42.891Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
| 414 | 2024-01-02T21:32:42.891Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
| 415 | 2024-01-02T21:32:42.891Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
| 416 | 2024-01-02T21:32:42.891Z | * [new branch] dap/inventory-zones -> origin/dap/inventory-zones |
| 417 | 2024-01-02T21:32:42.891Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
| 418 | 2024-01-02T21:32:42.891Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
| 419 | 2024-01-02T21:32:42.891Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
| 420 | 2024-01-02T21:32:42.891Z | * [new branch] dap/update-control -> origin/dap/update-control |
| 421 | 2024-01-02T21:32:42.891Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
| 422 | 2024-01-02T21:32:42.891Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
| 423 | 2024-01-02T21:32:42.892Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
| 424 | 2024-01-02T21:32:42.892Z | * [new branch] demo -> origin/demo |
| 425 | 2024-01-02T21:32:42.892Z | * [new branch] demo_m2 -> origin/demo_m2 |
| 426 | 2024-01-02T21:32:42.892Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
| 427 | 2024-01-02T21:32:42.892Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
| 428 | 2024-01-02T21:32:42.892Z | * [new branch] dependabot/cargo/unsafe-libyaml-0.2.10 -> origin/dependabot/cargo/unsafe-libyaml-0.2.10 |
| 429 | 2024-01-02T21:32:42.892Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
| 430 | 2024-01-02T21:32:42.896Z | * [new branch] disk-disable -> origin/disk-disable |
| 431 | 2024-01-02T21:32:42.896Z | * [new branch] dns-dataset -> origin/dns-dataset |
| 432 | 2024-01-02T21:32:42.896Z | * [new branch] document-external-internal -> origin/document-external-internal |
| 433 | 2024-01-02T21:32:42.896Z | * [new branch] dropshot-local -> origin/dropshot-local |
| 434 | 2024-01-02T21:32:42.896Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
| 435 | 2024-01-02T21:32:42.896Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
| 436 | 2024-01-02T21:32:42.896Z | * [new branch] executor-fake -> origin/executor-fake |
| 437 | 2024-01-02T21:32:42.896Z | * [new branch] felixmcfelix/floating-ip-live -> origin/felixmcfelix/floating-ip-live |
| 438 | 2024-01-02T21:32:42.897Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
| 439 | 2024-01-02T21:32:42.897Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
| 440 | 2024-01-02T21:32:42.897Z | * [new branch] folgers -> origin/folgers |
| 441 | 2024-01-02T21:32:42.897Z | * [new branch] fromstr -> origin/fromstr |
| 442 | 2024-01-02T21:32:42.897Z | * [new branch] gateway -> origin/gateway |
| 443 | 2024-01-02T21:32:42.897Z | * [new branch] gjcolombo/omdb-ignore-deleted -> origin/gjcolombo/omdb-ignore-deleted |
| 444 | 2024-01-02T21:32:42.897Z | * [new branch] host-fake -> origin/host-fake |
| 445 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
| 446 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
| 447 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
| 448 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
| 449 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
| 450 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
| 451 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
| 452 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
| 453 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
| 454 | 2024-01-02T21:32:42.897Z | * [new branch] iliana/try -> origin/iliana/try |
| 455 | 2024-01-02T21:32:42.898Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
| 456 | 2024-01-02T21:32:42.898Z | * [new branch] illumos-ci -> origin/illumos-ci |
| 457 | 2024-01-02T21:32:42.898Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
| 458 | 2024-01-02T21:32:42.898Z | * [new branch] ip-pools-rework -> origin/ip-pools-rework |
| 459 | 2024-01-02T21:32:42.900Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
| 460 | 2024-01-02T21:32:42.900Z | * [new branch] issue-213-static -> origin/issue-213-static |
| 461 | 2024-01-02T21:32:42.900Z | * [new branch] issue-3432 -> origin/issue-3432 |
| 462 | 2024-01-02T21:32:42.900Z | * [new branch] jclulow -> origin/jclulow |
| 463 | 2024-01-02T21:32:42.900Z | * [new branch] john/deployment-config-schema -> origin/john/deployment-config-schema |
| 464 | 2024-01-02T21:32:42.900Z | * [new branch] keeplogs -> origin/keeplogs |
| 465 | 2024-01-02T21:32:42.904Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
| 466 | 2024-01-02T21:32:42.904Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
| 467 | 2024-01-02T21:32:42.904Z | * [new branch] limits-in-schema -> origin/limits-in-schema |
| 468 | 2024-01-02T21:32:42.905Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
| 469 | 2024-01-02T21:32:42.905Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
| 470 | 2024-01-02T21:32:42.905Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
| 471 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
| 472 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
| 473 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
| 474 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
| 475 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
| 476 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
| 477 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
| 478 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
| 479 | 2024-01-02T21:32:42.905Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
| 480 | 2024-01-02T21:32:42.905Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
| 481 | 2024-01-02T21:32:42.905Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
| 482 | 2024-01-02T21:32:42.905Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
| 483 | 2024-01-02T21:32:42.905Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
| 484 | 2024-01-02T21:32:42.905Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
| 485 | 2024-01-02T21:32:42.905Z | * [new branch] main -> origin/main |
| 486 | 2024-01-02T21:32:42.905Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
| 487 | 2024-01-02T21:32:42.905Z | * [new branch] mike/ipcc -> origin/mike/ipcc |
| 488 | 2024-01-02T21:32:42.905Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
| 489 | 2024-01-02T21:32:42.905Z | * [new branch] net-reorg -> origin/net-reorg |
| 490 | 2024-01-02T21:32:42.905Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
| 491 | 2024-01-02T21:32:42.906Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
| 492 | 2024-01-02T21:32:42.906Z | * [new branch] new-toolchain -> origin/new-toolchain |
| 493 | 2024-01-02T21:32:42.906Z | * [new branch] newfolgers -> origin/newfolgers |
| 494 | 2024-01-02T21:32:42.906Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
| 495 | 2024-01-02T21:32:42.906Z | * [new branch] nexus-service-provisioning -> origin/nexus-service-provisioning |
| 496 | 2024-01-02T21:32:42.906Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
| 497 | 2024-01-02T21:32:42.906Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
| 498 | 2024-01-02T21:32:42.906Z | * [new branch] omdb-sensors -> origin/omdb-sensors |
| 499 | 2024-01-02T21:32:42.906Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
| 500 | 2024-01-02T21:32:42.906Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
| 501 | 2024-01-02T21:32:42.906Z | * [new branch] optimize-oids -> origin/optimize-oids |
| 502 | 2024-01-02T21:32:42.906Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
| 503 | 2024-01-02T21:32:42.906Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
| 504 | 2024-01-02T21:32:42.906Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
| 505 | 2024-01-02T21:32:42.906Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
| 506 | 2024-01-02T21:32:42.906Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
| 507 | 2024-01-02T21:32:42.906Z | * [new branch] pumpkin -> origin/pumpkin |
| 508 | 2024-01-02T21:32:42.906Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
| 509 | 2024-01-02T21:32:42.906Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
| 510 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x |
| 511 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
| 512 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/hkdf-0.x -> origin/renovate/hkdf-0.x |
| 513 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
| 514 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/ratatui-0.x -> origin/renovate/ratatui-0.x |
| 515 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
| 516 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/sqlformat-0.x -> origin/renovate/sqlformat-0.x |
| 517 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x |
| 518 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/trust-dns-monorepo -> origin/renovate/trust-dns-monorepo |
| 519 | 2024-01-02T21:32:42.910Z | * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x |
| 520 | 2024-01-02T21:32:42.910Z | * [new branch] reservoir -> origin/reservoir |
| 521 | 2024-01-02T21:32:42.911Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
| 522 | 2024-01-02T21:32:42.911Z | * [new branch] resource-identifier -> origin/resource-identifier |
| 523 | 2024-01-02T21:32:42.911Z | * [new branch] retry-txn -> origin/retry-txn |
| 524 | 2024-01-02T21:32:42.911Z | * [new branch] rev-opte -> origin/rev-opte |
| 525 | 2024-01-02T21:32:42.911Z | * [new branch] revert-936 -> origin/revert-936 |
| 526 | 2024-01-02T21:32:42.911Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
| 527 | 2024-01-02T21:32:42.911Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
| 528 | 2024-01-02T21:32:42.911Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
| 529 | 2024-01-02T21:32:42.911Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
| 530 | 2024-01-02T21:32:42.911Z | * [new branch] rss-testing -> origin/rss-testing |
| 531 | 2024-01-02T21:32:42.911Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
| 532 | 2024-01-02T21:32:42.911Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
| 533 | 2024-01-02T21:32:42.911Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
| 534 | 2024-01-02T21:32:42.911Z | * [new branch] session-token-type -> origin/session-token-type |
| 535 | 2024-01-02T21:32:42.911Z | * [new branch] shatter-authn -> origin/shatter-authn |
| 536 | 2024-01-02T21:32:42.911Z | * [new branch] silo-create -> origin/silo-create |
| 537 | 2024-01-02T21:32:42.911Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
| 538 | 2024-01-02T21:32:42.915Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
| 539 | 2024-01-02T21:32:42.915Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
| 540 | 2024-01-02T21:32:42.915Z | * [new branch] simple-cache -> origin/simple-cache |
| 541 | 2024-01-02T21:32:42.915Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
| 542 | 2024-01-02T21:32:42.915Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
| 543 | 2024-01-02T21:32:42.915Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
| 544 | 2024-01-02T21:32:42.915Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
| 545 | 2024-01-02T21:32:42.915Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
| 546 | 2024-01-02T21:32:42.915Z | * [new branch] sled-location -> origin/sled-location |
| 547 | 2024-01-02T21:32:42.915Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
| 548 | 2024-01-02T21:32:42.915Z | * [new branch] special-delivery -> origin/special-delivery |
| 549 | 2024-01-02T21:32:42.915Z | * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata |
| 550 | 2024-01-02T21:32:42.915Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
| 551 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
| 552 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument |
| 553 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim |
| 554 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type |
| 555 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
| 556 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info |
| 557 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear |
| 558 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
| 559 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate |
| 560 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests |
| 561 | 2024-01-02T21:32:42.916Z | * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared |
| 562 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
| 563 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set |
| 564 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos |
| 565 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
| 566 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
| 567 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface |
| 568 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd |
| 569 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate -> origin/sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate |
| 570 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos |
| 571 | 2024-01-02T21:32:42.920Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
| 572 | 2024-01-02T21:32:42.920Z | * [new branch] swap -> origin/swap |
| 573 | 2024-01-02T21:32:42.921Z | * [new branch] switch-port-unification -> origin/switch-port-unification |
| 574 | 2024-01-02T21:32:42.921Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
| 575 | 2024-01-02T21:32:42.921Z | * [new branch] thing-flinger -> origin/thing-flinger |
| 576 | 2024-01-02T21:32:42.921Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
| 577 | 2024-01-02T21:32:42.921Z | * [new branch] u2-encryption -> origin/u2-encryption |
| 578 | 2024-01-02T21:32:42.921Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
| 579 | 2024-01-02T21:32:42.921Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
| 580 | 2024-01-02T21:32:42.921Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
| 581 | 2024-01-02T21:32:42.921Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
| 582 | 2024-01-02T21:32:42.921Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
| 583 | 2024-01-02T21:32:42.921Z | * [new branch] unused-deps -> origin/unused-deps |
| 584 | 2024-01-02T21:32:42.921Z | * [new branch] update-planning -> origin/update-planning |
| 585 | 2024-01-02T21:32:42.925Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
| 586 | 2024-01-02T21:32:42.925Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
| 587 | 2024-01-02T21:32:42.925Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
| 588 | 2024-01-02T21:32:42.925Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
| 589 | 2024-01-02T21:32:42.925Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
| 590 | 2024-01-02T21:32:42.925Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
| 591 | 2024-01-02T21:32:42.925Z | * [new branch] wicket -> origin/wicket |
| 592 | 2024-01-02T21:32:42.925Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
| 593 | 2024-01-02T21:32:42.925Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
| 594 | 2024-01-02T21:32:42.927Z | * [new branch] wicket-menu -> origin/wicket-menu |
| 595 | 2024-01-02T21:32:42.927Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
| 596 | 2024-01-02T21:32:42.927Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
| 597 | 2024-01-02T21:32:42.927Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
| 598 | 2024-01-02T21:32:42.927Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
| 599 | 2024-01-02T21:32:42.928Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
| 600 | 2024-01-02T21:32:42.928Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
| 601 | 2024-01-02T21:32:42.928Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
| 602 | 2024-01-02T21:32:42.928Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
| 603 | 2024-01-02T21:32:42.928Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
| 604 | 2024-01-02T21:32:42.928Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
| 605 | 2024-01-02T21:32:42.928Z | * [new ref] -> origin/HEAD |
| 606 | 2024-01-02T21:32:43.371Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 607 | 2024-01-02T21:32:43.984Z | From https://github.com/oxidecomputer/dlpi-sys |
| 608 | 2024-01-02T21:32:43.984Z | * [new branch] gh-pages -> origin/gh-pages |
| 609 | 2024-01-02T21:32:43.987Z | * [new branch] main -> origin/main |
| 610 | 2024-01-02T21:32:43.987Z | * [new ref] -> origin/HEAD |
| 611 | 2024-01-02T21:32:44.028Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 612 | 2024-01-02T21:32:44.556Z | From https://github.com/jmesmon/rust-libzfs |
| 613 | 2024-01-02T21:32:44.556Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
| 614 | 2024-01-02T21:32:44.559Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
| 615 | 2024-01-02T21:32:44.560Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
| 616 | 2024-01-02T21:32:44.560Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
| 617 | 2024-01-02T21:32:44.560Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
| 618 | 2024-01-02T21:32:44.560Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
| 619 | 2024-01-02T21:32:44.560Z | * [new branch] dev -> origin/dev |
| 620 | 2024-01-02T21:32:44.560Z | * [new branch] drr -> origin/drr |
| 621 | 2024-01-02T21:32:44.560Z | * [new branch] f-types -> origin/f-types |
| 622 | 2024-01-02T21:32:44.560Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
| 623 | 2024-01-02T21:32:44.560Z | * [new branch] master -> origin/master |
| 624 | 2024-01-02T21:32:44.560Z | * [new branch] staging -> origin/staging |
| 625 | 2024-01-02T21:32:44.560Z | * [new ref] -> origin/HEAD |
| 626 | 2024-01-02T21:32:44.560Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
| 627 | 2024-01-02T21:32:44.560Z | * [new tag] v0.4.0 -> v0.4.0 |
| 628 | 2024-01-02T21:32:44.560Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
| 629 | 2024-01-02T21:32:44.560Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
| 630 | 2024-01-02T21:32:44.580Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 631 | 2024-01-02T21:32:45.207Z | From https://github.com/oxidecomputer/rusty-doors |
| 632 | 2024-01-02T21:32:45.207Z | * [new branch] gh-pages -> origin/gh-pages |
| 633 | 2024-01-02T21:32:45.210Z | * [new branch] main -> origin/main |
| 634 | 2024-01-02T21:32:45.210Z | * [new branch] no-bindgen -> origin/no-bindgen |
| 635 | 2024-01-02T21:32:45.210Z | * [new ref] -> origin/HEAD |
| 636 | 2024-01-02T21:32:45.262Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 637 | 2024-01-02T21:32:45.525Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
| 638 | 2024-01-02T21:32:46.011Z | From http://github.com/oxidecomputer/serde_human_bytes |
| 639 | 2024-01-02T21:32:46.011Z | * [new branch] gh-pages -> origin/gh-pages |
| 640 | 2024-01-02T21:32:46.017Z | * [new branch] main -> origin/main |
| 641 | 2024-01-02T21:32:46.017Z | * [new branch] renovate/configure -> origin/renovate/configure |
| 642 | 2024-01-02T21:32:46.017Z | * [new ref] -> origin/HEAD |
| 643 | 2024-01-02T21:32:46.126Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 644 | 2024-01-02T21:32:46.717Z | From https://github.com/oxidecomputer/rfb |
| 645 | 2024-01-02T21:32:46.717Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
| 646 | 2024-01-02T21:32:46.720Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
| 647 | 2024-01-02T21:32:46.720Z | * [new branch] main -> origin/main |
| 648 | 2024-01-02T21:32:46.720Z | * [new ref] -> origin/HEAD |
| 649 | 2024-01-02T21:32:47.560Z | Downloading crates ... |
| 650 | 2024-01-02T21:32:47.773Z | Downloaded anstream v0.6.5 |
| 651 | 2024-01-02T21:32:47.780Z | Downloaded async-stream-impl v0.3.5 |
| 652 | 2024-01-02T21:32:47.783Z | Downloaded slab v0.4.9 |
| 653 | 2024-01-02T21:32:47.786Z | Downloaded colored v2.1.0 |
| 654 | 2024-01-02T21:32:47.793Z | Downloaded signal-hook-registry v1.4.1 |
| 655 | 2024-01-02T21:32:47.796Z | Downloaded anstyle v1.0.4 |
| 656 | 2024-01-02T21:32:47.799Z | Downloaded atty v0.2.14 |
| 657 | 2024-01-02T21:32:47.801Z | Downloaded equivalent v1.0.1 |
| 658 | 2024-01-02T21:32:47.804Z | Downloaded darling_macro v0.20.3 |
| 659 | 2024-01-02T21:32:47.807Z | Downloaded atomic-waker v1.1.2 |
| 660 | 2024-01-02T21:32:47.810Z | Downloaded ahash v0.8.7 |
| 661 | 2024-01-02T21:32:47.813Z | Downloaded foreign-types v0.3.2 |
| 662 | 2024-01-02T21:32:47.818Z | Downloaded cfg-if v1.0.0 |
| 663 | 2024-01-02T21:32:47.821Z | Downloaded colorchoice v1.0.0 |
| 664 | 2024-01-02T21:32:47.821Z | Downloaded structmeta v0.2.0 |
| 665 | 2024-01-02T21:32:47.825Z | Downloaded foreign-types-shared v0.3.1 |
| 666 | 2024-01-02T21:32:47.828Z | Downloaded ciborium-io v0.2.1 |
| 667 | 2024-01-02T21:32:47.828Z | Downloaded foreign-types v0.5.0 |
| 668 | 2024-01-02T21:32:47.831Z | Downloaded foreign-types-shared v0.1.1 |
| 669 | 2024-01-02T21:32:47.834Z | Downloaded instant v0.1.12 |
| 670 | 2024-01-02T21:32:47.837Z | Downloaded backoff v0.4.0 |
| 671 | 2024-01-02T21:32:47.840Z | Downloaded structmeta-derive v0.2.0 |
| 672 | 2024-01-02T21:32:47.843Z | Downloaded humantime v2.1.0 |
| 673 | 2024-01-02T21:32:47.847Z | Downloaded clap_derive v4.4.7 |
| 674 | 2024-01-02T21:32:47.853Z | Downloaded httpdate v1.0.3 |
| 675 | 2024-01-02T21:32:47.856Z | Downloaded getopts v0.2.21 |
| 676 | 2024-01-02T21:32:47.859Z | Downloaded foreign-types-macros v0.2.3 |
| 677 | 2024-01-02T21:32:47.862Z | Downloaded tinyvec_macros v0.1.1 |
| 678 | 2024-01-02T21:32:47.866Z | Downloaded usdt-macro v0.3.5 |
| 679 | 2024-01-02T21:32:47.866Z | Downloaded tokio-rustls v0.24.1 |
| 680 | 2024-01-02T21:32:47.873Z | Downloaded time-macros v0.2.16 |
| 681 | 2024-01-02T21:32:47.877Z | Downloaded waitgroup v0.1.2 |
| 682 | 2024-01-02T21:32:47.880Z | Downloaded heck v0.4.1 |
| 683 | 2024-01-02T21:32:47.883Z | Downloaded want v0.3.1 |
| 684 | 2024-01-02T21:32:47.886Z | Downloaded deranged v0.3.11 |
| 685 | 2024-01-02T21:32:47.889Z | Downloaded strsim v0.10.0 |
| 686 | 2024-01-02T21:32:47.892Z | Downloaded try-lock v0.2.5 |
| 687 | 2024-01-02T21:32:47.892Z | Downloaded slog-async v2.8.0 |
| 688 | 2024-01-02T21:32:47.895Z | Downloaded crypto-common v0.1.6 |
| 689 | 2024-01-02T21:32:47.897Z | Downloaded tabwriter v1.4.0 |
| 690 | 2024-01-02T21:32:47.900Z | Downloaded typify-macro v0.0.14 |
| 691 | 2024-01-02T21:32:47.900Z | Downloaded stringprep v0.1.4 |
| 692 | 2024-01-02T21:32:47.905Z | Downloaded hostname v0.3.1 |
| 693 | 2024-01-02T21:32:47.908Z | Downloaded either v1.9.0 |
| 694 | 2024-01-02T21:32:47.909Z | Downloaded futures-executor v0.3.30 |
| 695 | 2024-01-02T21:32:47.911Z | Downloaded getrandom v0.2.11 |
| 696 | 2024-01-02T21:32:47.919Z | Downloaded hyper-rustls v0.24.2 |
| 697 | 2024-01-02T21:32:47.923Z | Downloaded thread_local v1.1.7 |
| 698 | 2024-01-02T21:32:47.926Z | Downloaded whoami v1.4.1 |
| 699 | 2024-01-02T21:32:47.926Z | Downloaded hyper-tls v0.5.0 |
| 700 | 2024-01-02T21:32:47.929Z | Downloaded num_enum_derive v0.7.1 |
| 701 | 2024-01-02T21:32:47.933Z | Downloaded usdt v0.3.5 |
| 702 | 2024-01-02T21:32:47.935Z | Downloaded form_urlencoded v1.2.1 |
| 703 | 2024-01-02T21:32:47.935Z | Downloaded thread-id v4.2.1 |
| 704 | 2024-01-02T21:32:47.938Z | Downloaded hex v0.4.3 |
| 705 | 2024-01-02T21:32:47.941Z | Downloaded toml_datetime v0.6.5 |
| 706 | 2024-01-02T21:32:47.941Z | Downloaded unicode-width v0.1.11 |
| 707 | 2024-01-02T21:32:47.944Z | Downloaded utf8parse v0.2.1 |
| 708 | 2024-01-02T21:32:47.947Z | Downloaded debug-ignore v1.0.5 |
| 709 | 2024-01-02T21:32:47.950Z | Downloaded unicode-xid v0.2.4 |
| 710 | 2024-01-02T21:32:47.952Z | Downloaded serde_tokenstream v0.2.0 |
| 711 | 2024-01-02T21:32:47.957Z | Downloaded thiserror v1.0.53 |
| 712 | 2024-01-02T21:32:47.966Z | Downloaded num_cpus v1.16.0 |
| 713 | 2024-01-02T21:32:47.974Z | Downloaded serde_tokenstream v0.1.7 |
| 714 | 2024-01-02T21:32:47.979Z | Downloaded base64 v0.21.5 |
| 715 | 2024-01-02T21:32:47.983Z | Downloaded rustls-pemfile v1.0.4 |
| 716 | 2024-01-02T21:32:47.987Z | Downloaded rustls-pki-types v1.1.0 |
| 717 | 2024-01-02T21:32:47.990Z | Downloaded uuid v0.8.2 |
| 718 | 2024-01-02T21:32:47.995Z | Downloaded progenitor v0.4.1 |
| 719 | 2024-01-02T21:32:47.997Z | Downloaded serde_path_to_error v0.1.14 |
| 720 | 2024-01-02T21:32:48.001Z | Downloaded bytes v1.5.0 |
| 721 | 2024-01-02T21:32:48.007Z | Downloaded proc-macro-error-attr v1.0.4 |
| 722 | 2024-01-02T21:32:48.010Z | Downloaded phf_shared v0.11.2 |
| 723 | 2024-01-02T21:32:48.013Z | Downloaded rustversion v1.0.14 |
| 724 | 2024-01-02T21:32:48.015Z | Downloaded proc-macro-crate v1.3.1 |
| 725 | 2024-01-02T21:32:48.022Z | Downloaded quote v1.0.34 |
| 726 | 2024-01-02T21:32:48.025Z | Downloaded md-5 v0.10.6 |
| 727 | 2024-01-02T21:32:48.025Z | Downloaded tokio-postgres v0.7.10 |
| 728 | 2024-01-02T21:32:48.033Z | Downloaded num-iter v0.1.43 |
| 729 | 2024-01-02T21:32:48.036Z | Downloaded phf v0.11.2 |
| 730 | 2024-01-02T21:32:48.039Z | Downloaded semver v1.0.20 |
| 731 | 2024-01-02T21:32:48.042Z | Downloaded num_enum v0.7.1 |
| 732 | 2024-01-02T21:32:48.051Z | Downloaded pest_derive v2.7.5 |
| 733 | 2024-01-02T21:32:48.055Z | Downloaded serde_repr v0.1.17 |
| 734 | 2024-01-02T21:32:48.065Z | Downloaded num-integer v0.1.45 |
| 735 | 2024-01-02T21:32:48.065Z | Downloaded once_cell v1.19.0 |
| 736 | 2024-01-02T21:32:48.065Z | Downloaded ucd-trie v0.1.6 |
| 737 | 2024-01-02T21:32:48.069Z | Downloaded sct v0.7.1 |
| 738 | 2024-01-02T21:32:48.075Z | Downloaded serde_derive_internals v0.26.0 |
| 739 | 2024-01-02T21:32:48.078Z | Downloaded ryu v1.0.16 |
| 740 | 2024-01-02T21:32:48.083Z | Downloaded indexmap v2.1.0 |
| 741 | 2024-01-02T21:32:48.089Z | Downloaded unsafe-libyaml v0.2.10 |
| 742 | 2024-01-02T21:32:48.095Z | Downloaded proc-macro2 v1.0.73 |
| 743 | 2024-01-02T21:32:48.099Z | Downloaded schemars v0.8.16 |
| 744 | 2024-01-02T21:32:48.124Z | Downloaded serde_derive v1.0.193 |
| 745 | 2024-01-02T21:32:48.130Z | Downloaded time v0.3.31 |
| 746 | 2024-01-02T21:32:48.139Z | Downloaded mio v0.8.10 |
| 747 | 2024-01-02T21:32:48.150Z | Downloaded serde v1.0.193 |
| 748 | 2024-01-02T21:32:48.157Z | Downloaded toml_edit v0.20.7 |
| 749 | 2024-01-02T21:32:48.197Z | Downloaded http v1.0.0 |
| 750 | 2024-01-02T21:32:48.205Z | Downloaded reqwest v0.11.23 |
| 751 | 2024-01-02T21:32:48.220Z | Downloaded serde_json v1.0.109 |
| 752 | 2024-01-02T21:32:48.235Z | Downloaded h2 v0.3.22 |
| 753 | 2024-01-02T21:32:48.249Z | Downloaded chrono v0.4.31 |
| 754 | 2024-01-02T21:32:48.268Z | Downloaded syn v1.0.109 |
| 755 | 2024-01-02T21:32:48.286Z | Downloaded winnow v0.5.31 |
| 756 | 2024-01-02T21:32:48.302Z | Downloaded hyper v0.14.28 |
| 757 | 2024-01-02T21:32:48.330Z | Downloaded rustls v0.21.10 |
| 758 | 2024-01-02T21:32:48.341Z | Downloaded rustls-webpki v0.101.7 |
| 759 | 2024-01-02T21:32:48.369Z | Downloaded openapiv3 v2.0.0 |
| 760 | 2024-01-02T21:32:48.394Z | Downloaded regress v0.6.0 |
| 761 | 2024-01-02T21:32:48.440Z | Downloaded idna v0.5.0 |
| 762 | 2024-01-02T21:32:48.443Z | Downloaded webpki-roots v0.25.3 |
| 763 | 2024-01-02T21:32:48.443Z | Downloaded typify-impl v0.0.14 |
| 764 | 2024-01-02T21:32:48.451Z | Downloaded progenitor-impl v0.4.1 |
| 765 | 2024-01-02T21:32:48.479Z | Downloaded openapiv3 v1.0.4 |
| 766 | 2024-01-02T21:32:48.499Z | Downloaded zerocopy-derive v0.2.0 |
| 767 | 2024-01-02T21:32:48.517Z | Downloaded regex-syntax v0.8.2 |
| 768 | 2024-01-02T21:32:48.534Z | Downloaded libc v0.2.151 |
| 769 | 2024-01-02T21:32:48.586Z | Downloaded regex-automata v0.4.3 |
| 770 | 2024-01-02T21:32:48.619Z | Downloaded tokio v1.35.1 |
| 771 | 2024-01-02T21:32:48.688Z | Downloaded finl_unicode v1.2.0 |
| 772 | 2024-01-02T21:32:48.713Z | Downloaded syn v2.0.44 |
| 773 | 2024-01-02T21:32:48.734Z | Downloaded regex-syntax v0.7.5 |
| 774 | 2024-01-02T21:32:48.750Z | Downloaded sled v0.34.7 |
| 775 | 2024-01-02T21:32:48.771Z | Downloaded encoding_rs v0.8.33 |
| 776 | 2024-01-02T21:32:48.818Z | Downloaded vcpkg v0.2.15 |
| 777 | 2024-01-02T21:32:48.887Z | Downloaded regress v0.7.1 |
| 778 | 2024-01-02T21:32:48.900Z | Downloaded regex v1.10.2 |
| 779 | 2024-01-02T21:32:48.924Z | Downloaded openssl v0.10.62 |
| 780 | 2024-01-02T21:32:48.942Z | Downloaded unicode-normalization v0.1.22 |
| 781 | 2024-01-02T21:32:48.948Z | Downloaded futures-util v0.3.30 |
| 782 | 2024-01-02T21:32:48.970Z | Downloaded zerocopy v0.7.32 |
| 783 | 2024-01-02T21:32:48.999Z | Downloaded toml_edit v0.21.0 |
| 784 | 2024-01-02T21:32:49.052Z | Downloaded pest v2.7.5 |
| 785 | 2024-01-02T21:32:49.067Z | Downloaded clap_builder v4.4.12 |
| 786 | 2024-01-02T21:32:49.084Z | Downloaded nom v7.1.3 |
| 787 | 2024-01-02T21:32:49.095Z | Downloaded toml_edit v0.19.15 |
| 788 | 2024-01-02T21:32:49.124Z | Downloaded ring v0.17.7 |
| 789 | 2024-01-02T21:32:49.261Z | Downloaded http v0.2.11 |
| 790 | 2024-01-02T21:32:49.268Z | Downloaded tokio-util v0.7.10 |
| 791 | 2024-01-02T21:32:49.279Z | Downloaded hashbrown v0.14.3 |
| 792 | 2024-01-02T21:32:49.288Z | Downloaded serde_with v3.4.0 |
| 793 | 2024-01-02T21:32:49.300Z | Downloaded memchr v2.7.1 |
| 794 | 2024-01-02T21:32:49.309Z | Downloaded rand v0.8.5 |
| 795 | 2024-01-02T21:32:49.314Z | Downloaded itertools v0.12.0 |
| 796 | 2024-01-02T21:32:49.327Z | Downloaded aho-corasick v1.1.2 |
| 797 | 2024-01-02T21:32:49.337Z | Downloaded libm v0.2.8 |
| 798 | 2024-01-02T21:32:49.351Z | Downloaded minimal-lexical v0.2.1 |
| 799 | 2024-01-02T21:32:49.359Z | Downloaded typenum v1.17.0 |
| 800 | 2024-01-02T21:32:49.366Z | Downloaded hashbrown v0.13.2 |
| 801 | 2024-01-02T21:32:49.373Z | Downloaded hashbrown v0.12.3 |
| 802 | 2024-01-02T21:32:49.379Z | Downloaded parking_lot v0.12.1 |
| 803 | 2024-01-02T21:32:49.383Z | Downloaded openssl-sys v0.9.98 |
| 804 | 2024-01-02T21:32:49.393Z | Downloaded indexmap v1.9.3 |
| 805 | 2024-01-02T21:32:49.398Z | Downloaded serde_yaml v0.9.29 |
| 806 | 2024-01-02T21:32:49.405Z | Downloaded url v2.5.0 |
| 807 | 2024-01-02T21:32:49.411Z | Downloaded cc v1.0.83 |
| 808 | 2024-01-02T21:32:49.416Z | Downloaded tracing v0.1.40 |
| 809 | 2024-01-02T21:32:49.424Z | Downloaded uuid v1.6.1 |
| 810 | 2024-01-02T21:32:49.431Z | Downloaded tinyvec v1.6.0 |
| 811 | 2024-01-02T21:32:49.470Z | Downloaded num-complex v0.4.4 |
| 812 | 2024-01-02T21:32:49.473Z | Downloaded multer v3.0.0 |
| 813 | 2024-01-02T21:32:49.473Z | Downloaded unicode-ident v1.0.12 |
| 814 | 2024-01-02T21:32:49.473Z | Downloaded half v1.8.2 |
| 815 | 2024-01-02T21:32:49.473Z | Downloaded crossbeam-channel v0.5.10 |
| 816 | 2024-01-02T21:32:49.473Z | Downloaded pest_generator v2.7.5 |
| 817 | 2024-01-02T21:32:49.473Z | Downloaded pin-project-lite v0.2.13 |
| 818 | 2024-01-02T21:32:49.473Z | Downloaded usdt-impl v0.3.5 |
| 819 | 2024-01-02T21:32:49.473Z | Downloaded toml v0.8.8 |
| 820 | 2024-01-02T21:32:49.480Z | Downloaded postgres-types v0.2.6 |
| 821 | 2024-01-02T21:32:49.483Z | Downloaded clap v4.4.12 |
| 822 | 2024-01-02T21:32:49.496Z | Downloaded parking_lot v0.11.2 |
| 823 | 2024-01-02T21:32:49.500Z | Downloaded num-traits v0.2.17 |
| 824 | 2024-01-02T21:32:49.505Z | Downloaded sha2 v0.10.8 |
| 825 | 2024-01-02T21:32:49.509Z | Downloaded rustls-pemfile v2.0.0 |
| 826 | 2024-01-02T21:32:49.513Z | Downloaded tracing-attributes v0.1.27 |
| 827 | 2024-01-02T21:32:49.517Z | Downloaded num_enum v0.5.11 |
| 828 | 2024-01-02T21:32:49.525Z | Downloaded num v0.4.1 |
| 829 | 2024-01-02T21:32:49.528Z | Downloaded pretty-hex v0.2.1 |
| 830 | 2024-01-02T21:32:49.528Z | Downloaded mime v0.3.17 |
| 831 | 2024-01-02T21:32:49.531Z | Downloaded num_enum_derive v0.5.11 |
| 832 | 2024-01-02T21:32:49.536Z | Downloaded powerfmt v0.2.0 |
| 833 | 2024-01-02T21:32:49.539Z | Downloaded ipnetwork v0.20.0 |
| 834 | 2024-01-02T21:32:49.539Z | Downloaded lock_api v0.4.11 |
| 835 | 2024-01-02T21:32:49.539Z | Downloaded proc-macro-crate v2.0.0 |
| 836 | 2024-01-02T21:32:49.542Z | Downloaded pest_meta v2.7.5 |
| 837 | 2024-01-02T21:32:49.545Z | Downloaded version_check v0.9.4 |
| 838 | 2024-01-02T21:32:49.548Z | Downloaded schemars_derive v0.8.16 |
| 839 | 2024-01-02T21:32:49.551Z | Downloaded proc-macro-error v1.0.4 |
| 840 | 2024-01-02T21:32:49.554Z | Downloaded postgres-protocol v0.6.6 |
| 841 | 2024-01-02T21:32:49.556Z | Downloaded parking_lot_core v0.9.9 |
| 842 | 2024-01-02T21:32:49.559Z | Downloaded scopeguard v1.2.0 |
| 843 | 2024-01-02T21:32:49.562Z | Downloaded spin v0.9.8 |
| 844 | 2024-01-02T21:32:49.565Z | Downloaded crossbeam-utils v0.8.18 |
| 845 | 2024-01-02T21:32:49.569Z | Downloaded parse-display-derive v0.8.2 |
| 846 | 2024-01-02T21:32:49.571Z | Downloaded pin-utils v0.1.0 |
| 847 | 2024-01-02T21:32:49.574Z | Downloaded socket2 v0.5.5 |
| 848 | 2024-01-02T21:32:49.577Z | Downloaded parking_lot_core v0.8.6 |
| 849 | 2024-01-02T21:32:49.580Z | Downloaded ipnet v2.9.0 |
| 850 | 2024-01-02T21:32:49.585Z | Downloaded iana-time-zone v0.1.59 |
| 851 | 2024-01-02T21:32:49.588Z | Downloaded percent-encoding v2.3.1 |
| 852 | 2024-01-02T21:32:49.588Z | Downloaded paste v1.0.14 |
| 853 | 2024-01-02T21:32:49.591Z | Downloaded num-rational v0.4.1 |
| 854 | 2024-01-02T21:32:49.595Z | Downloaded native-tls v0.2.11 |
| 855 | 2024-01-02T21:32:49.598Z | Downloaded omicron-workspace-hack v0.1.0 |
| 856 | 2024-01-02T21:32:49.598Z | Downloaded hmac v0.12.1 |
| 857 | 2024-01-02T21:32:49.600Z | Downloaded httparse v1.8.0 |
| 858 | 2024-01-02T21:32:49.603Z | Downloaded rand_core v0.6.4 |
| 859 | 2024-01-02T21:32:49.606Z | Downloaded pkg-config v0.3.28 |
| 860 | 2024-01-02T21:32:49.606Z | Downloaded macaddr v1.0.1 |
| 861 | 2024-01-02T21:32:49.610Z | Downloaded crossbeam-epoch v0.9.17 |
| 862 | 2024-01-02T21:32:49.613Z | Downloaded socket2 v0.4.10 |
| 863 | 2024-01-02T21:32:49.616Z | Downloaded rand_chacha v0.3.1 |
| 864 | 2024-01-02T21:32:49.620Z | Downloaded serde_spanned v0.6.5 |
| 865 | 2024-01-02T21:32:49.620Z | Downloaded ppv-lite86 v0.2.17 |
| 866 | 2024-01-02T21:32:49.620Z | Downloaded typify v0.0.14 |
| 867 | 2024-01-02T21:32:49.624Z | Downloaded lazy_static v1.4.0 |
| 868 | 2024-01-02T21:32:49.627Z | Downloaded itoa v1.0.10 |
| 869 | 2024-01-02T21:32:49.627Z | Downloaded untrusted v0.9.0 |
| 870 | 2024-01-02T21:32:49.630Z | Downloaded term v0.7.0 |
| 871 | 2024-01-02T21:32:49.634Z | Downloaded subtle v2.5.0 |
| 872 | 2024-01-02T21:32:49.640Z | Downloaded darling v0.20.3 |
| 873 | 2024-01-02T21:32:49.642Z | Downloaded dyn-clone v1.0.16 |
| 874 | 2024-01-02T21:32:49.642Z | Downloaded slog-envlogger v2.2.0 |
| 875 | 2024-01-02T21:32:49.645Z | Downloaded camino v1.1.6 |
| 876 | 2024-01-02T21:32:49.648Z | Downloaded openssl-probe v0.1.5 |
| 877 | 2024-01-02T21:32:49.651Z | Downloaded progenitor-macro v0.4.1 |
| 878 | 2024-01-02T21:32:49.651Z | Downloaded futures-sink v0.3.30 |
| 879 | 2024-01-02T21:32:49.651Z | Downloaded num_threads v0.1.6 |
| 880 | 2024-01-02T21:32:49.654Z | Downloaded progenitor-client v0.4.1 |
| 881 | 2024-01-02T21:32:49.654Z | Downloaded ciborium-ll v0.2.1 |
| 882 | 2024-01-02T21:32:49.657Z | Downloaded serde_urlencoded v0.7.1 |
| 883 | 2024-01-02T21:32:49.661Z | Downloaded fnv v1.0.7 |
| 884 | 2024-01-02T21:32:49.661Z | Downloaded dof v0.1.5 |
| 885 | 2024-01-02T21:32:49.661Z | Downloaded smallvec v1.11.2 |
| 886 | 2024-01-02T21:32:49.665Z | Downloaded ident_case v1.0.1 |
| 887 | 2024-01-02T21:32:49.668Z | Downloaded sha1 v0.10.6 |
| 888 | 2024-01-02T21:32:49.668Z | Downloaded siphasher v0.3.11 |
| 889 | 2024-01-02T21:32:49.671Z | Downloaded futures-macro v0.3.30 |
| 890 | 2024-01-02T21:32:49.671Z | Downloaded slog-scope v4.4.0 |
| 891 | 2024-01-02T21:32:49.674Z | Downloaded parse-display v0.8.2 |
| 892 | 2024-01-02T21:32:49.674Z | Downloaded openssl-macros v0.1.1 |
| 893 | 2024-01-02T21:32:49.674Z | Downloaded tower-service v0.3.2 |
| 894 | 2024-01-02T21:32:49.677Z | Downloaded slog v2.7.0 |
| 895 | 2024-01-02T21:32:49.680Z | Downloaded futures-channel v0.3.30 |
| 896 | 2024-01-02T21:32:49.685Z | Downloaded slog-bunyan v2.4.0 |
| 897 | 2024-01-02T21:32:49.688Z | Downloaded anyhow v1.0.78 |
| 898 | 2024-01-02T21:32:49.691Z | Downloaded match_cfg v0.1.0 |
| 899 | 2024-01-02T21:32:49.691Z | Downloaded futures-core v0.3.30 |
| 900 | 2024-01-02T21:32:49.694Z | Downloaded http-body v0.4.6 |
| 901 | 2024-01-02T21:32:49.697Z | Downloaded synstructure v0.12.6 |
| 902 | 2024-01-02T21:32:49.697Z | Downloaded tokio-native-tls v0.3.1 |
| 903 | 2024-01-02T21:32:49.700Z | Downloaded dirs-next v2.0.0 |
| 904 | 2024-01-02T21:32:49.704Z | Downloaded byteorder v1.5.0 |
| 905 | 2024-01-02T21:32:49.704Z | Downloaded tokio-macros v2.2.0 |
| 906 | 2024-01-02T21:32:49.706Z | Downloaded slog-stdlog v4.1.1 |
| 907 | 2024-01-02T21:32:49.707Z | Downloaded fallible-iterator v0.2.0 |
| 908 | 2024-01-02T21:32:49.709Z | Downloaded usdt-attr-macro v0.3.5 |
| 909 | 2024-01-02T21:32:49.709Z | Downloaded cpufeatures v0.2.11 |
| 910 | 2024-01-02T21:32:49.712Z | Downloaded clap_lex v0.6.0 |
| 911 | 2024-01-02T21:32:49.715Z | Downloaded time-core v0.1.2 |
| 912 | 2024-01-02T21:32:49.715Z | Downloaded log v0.4.20 |
| 913 | 2024-01-02T21:32:49.719Z | Downloaded crc8 v0.1.1 |
| 914 | 2024-01-02T21:32:49.719Z | Downloaded thiserror-impl v1.0.53 |
| 915 | 2024-01-02T21:32:49.721Z | Downloaded async-trait v0.1.76 |
| 916 | 2024-01-02T21:32:49.725Z | Downloaded arc-swap v1.6.0 |
| 917 | 2024-01-02T21:32:49.731Z | Downloaded zerocopy v0.3.2 |
| 918 | 2024-01-02T21:32:49.733Z | Downloaded futures-io v0.3.30 |
| 919 | 2024-01-02T21:32:49.733Z | Downloaded strum_macros v0.25.3 |
| 920 | 2024-01-02T21:32:49.736Z | Downloaded futures-task v0.3.30 |
| 921 | 2024-01-02T21:32:49.739Z | Downloaded generic-array v0.14.7 |
| 922 | 2024-01-02T21:32:49.744Z | Downloaded slog-json v2.6.1 |
| 923 | 2024-01-02T21:32:49.747Z | Downloaded digest v0.10.7 |
| 924 | 2024-01-02T21:32:49.747Z | Downloaded unicode-bidi v0.3.14 |
| 925 | 2024-01-02T21:32:49.750Z | Downloaded crc32fast v1.3.2 |
| 926 | 2024-01-02T21:32:49.753Z | Downloaded fxhash v0.2.1 |
| 927 | 2024-01-02T21:32:49.755Z | Downloaded dirs-sys-next v0.1.2 |
| 928 | 2024-01-02T21:32:49.755Z | Downloaded autocfg v1.1.0 |
| 929 | 2024-01-02T21:32:49.758Z | Downloaded take_mut v0.2.2 |
| 930 | 2024-01-02T21:32:49.758Z | Downloaded strum v0.25.0 |
| 931 | 2024-01-02T21:32:49.761Z | Downloaded ciborium v0.2.1 |
| 932 | 2024-01-02T21:32:49.764Z | Downloaded anstyle-parse v0.2.3 |
| 933 | 2024-01-02T21:32:49.767Z | Downloaded tracing-core v0.1.32 |
| 934 | 2024-01-02T21:32:49.769Z | Downloaded darling_core v0.20.3 |
| 935 | 2024-01-02T21:32:49.776Z | Downloaded dtrace-parser v0.1.14 |
| 936 | 2024-01-02T21:32:49.779Z | Downloaded futures v0.3.30 |
| 937 | 2024-01-02T21:32:49.785Z | Downloaded slog-term v2.9.0 |
| 938 | 2024-01-02T21:32:49.788Z | Downloaded serde_with_macros v3.4.0 |
| 939 | 2024-01-02T21:32:49.791Z | Downloaded bitflags v2.4.1 |
| 940 | 2024-01-02T21:32:49.799Z | Downloaded cstr-argument v0.1.2 |
| 941 | 2024-01-02T21:32:49.802Z | Downloaded async-stream v0.3.5 |
| 942 | 2024-01-02T21:32:49.802Z | Downloaded block-buffer v0.10.4 |
| 943 | 2024-01-02T21:32:49.802Z | Downloaded anstyle-query v1.0.2 |
| 944 | 2024-01-02T21:32:49.976Z | Compiling proc-macro2 v1.0.73 |
| 945 | 2024-01-02T21:32:49.976Z | Compiling unicode-ident v1.0.12 |
| 946 | 2024-01-02T21:32:49.980Z | Compiling libc v0.2.151 |
| 947 | 2024-01-02T21:32:49.980Z | Compiling autocfg v1.1.0 |
| 948 | 2024-01-02T21:32:49.980Z | Compiling cfg-if v1.0.0 |
| 949 | 2024-01-02T21:32:49.980Z | Compiling serde v1.0.193 |
| 950 | 2024-01-02T21:32:49.990Z | Compiling version_check v0.9.4 |
| 951 | 2024-01-02T21:32:49.993Z | Compiling syn v1.0.109 |
| 952 | 2024-01-02T21:32:50.213Z | Compiling memchr v2.7.1 |
| 953 | 2024-01-02T21:32:50.331Z | Compiling thiserror v1.0.53 |
| 954 | 2024-01-02T21:32:50.896Z | Compiling itoa v1.0.10 |
| 955 | 2024-01-02T21:32:50.974Z | Compiling once_cell v1.19.0 |
| 956 | 2024-01-02T21:32:51.124Z | Compiling serde_json v1.0.109 |
| 957 | 2024-01-02T21:32:51.886Z | Compiling pin-project-lite v0.2.13 |
| 958 | 2024-01-02T21:32:52.045Z | Compiling lock_api v0.4.11 |
| 959 | 2024-01-02T21:32:52.108Z | Compiling parking_lot_core v0.9.9 |
| 960 | 2024-01-02T21:32:52.673Z | Compiling ahash v0.8.7 |
| 961 | 2024-01-02T21:32:52.690Z | Compiling libm v0.2.8 |
| 962 | 2024-01-02T21:32:52.729Z | Compiling scopeguard v1.2.0 |
| 963 | 2024-01-02T21:32:52.897Z | Compiling cc v1.0.83 |
| 964 | 2024-01-02T21:32:52.973Z | Compiling getrandom v0.2.11 |
| 965 | 2024-01-02T21:32:53.088Z | Compiling smallvec v1.11.2 |
| 966 | 2024-01-02T21:32:53.171Z | Compiling quote v1.0.34 |
| 967 | 2024-01-02T21:32:53.599Z | Compiling num-traits v0.2.17 |
| 968 | 2024-01-02T21:32:53.809Z | Compiling syn v2.0.44 |
| 969 | 2024-01-02T21:32:54.252Z | Compiling ryu v1.0.16 |
| 970 | 2024-01-02T21:32:54.402Z | Compiling futures-core v0.3.30 |
| 971 | 2024-01-02T21:32:54.709Z | Compiling log v0.4.20 |
| 972 | 2024-01-02T21:32:54.846Z | Compiling parking_lot v0.12.1 |
| 973 | 2024-01-02T21:32:55.503Z | Compiling mio v0.8.10 |
| 974 | 2024-01-02T21:32:55.688Z | Compiling signal-hook-registry v1.4.1 |
| 975 | 2024-01-02T21:32:56.287Z | Compiling socket2 v0.5.5 |
| 976 | 2024-01-02T21:32:56.904Z | Compiling num_cpus v1.16.0 |
| 977 | 2024-01-02T21:32:58.149Z | Compiling slab v0.4.9 |
| 978 | 2024-01-02T21:32:58.644Z | Compiling futures-sink v0.3.30 |
| 979 | 2024-01-02T21:32:58.795Z | Compiling futures-channel v0.3.30 |
| 980 | 2024-01-02T21:32:58.900Z | Compiling heck v0.4.1 |
| 981 | 2024-01-02T21:32:59.150Z | Compiling fnv v1.0.7 |
| 982 | 2024-01-02T21:32:59.266Z | Compiling futures-io v0.3.30 |
| 983 | 2024-01-02T21:32:59.316Z | Compiling typenum v1.17.0 |
| 984 | 2024-01-02T21:32:59.510Z | Compiling futures-task v0.3.30 |
| 985 | 2024-01-02T21:32:59.526Z | Compiling pin-utils v0.1.0 |
| 986 | 2024-01-02T21:32:59.644Z | Compiling ring v0.17.7 |
| 987 | 2024-01-02T21:32:59.697Z | Compiling tracing-core v0.1.32 |
| 988 | 2024-01-02T21:32:59.915Z | Compiling generic-array v0.14.7 |
| 989 | 2024-01-02T21:33:00.255Z | Compiling hashbrown v0.14.3 |
| 990 | 2024-01-02T21:33:00.375Z | Compiling equivalent v1.0.1 |
| 991 | 2024-01-02T21:33:00.542Z | Compiling pkg-config v0.3.28 |
| 992 | 2024-01-02T21:33:00.884Z | Compiling vcpkg v0.2.15 |
| 993 | 2024-01-02T21:33:03.022Z | Compiling zerocopy v0.7.32 |
| 994 | 2024-01-02T21:33:03.249Z | Compiling tinyvec_macros v0.1.1 |
| 995 | 2024-01-02T21:33:03.323Z | Compiling unicode-xid v0.2.4 |
| 996 | 2024-01-02T21:33:03.355Z | Compiling spin v0.9.8 |
| 997 | 2024-01-02T21:33:03.468Z | Compiling openssl-sys v0.9.98 |
| 998 | 2024-01-02T21:33:03.529Z | Compiling ucd-trie v0.1.6 |
| 999 | 2024-01-02T21:33:03.560Z | Compiling tinyvec v1.6.0 |
| 1000 | 2024-01-02T21:33:04.132Z | Compiling serde_derive_internals v0.26.0 |
| 1001 | 2024-01-02T21:33:05.053Z | Compiling synstructure v0.12.6 |
| 1002 | 2024-01-02T21:33:06.582Z | Compiling indexmap v1.9.3 |
| 1003 | 2024-01-02T21:33:07.039Z | Compiling untrusted v0.9.0 |
| 1004 | 2024-01-02T21:33:07.299Z | Compiling schemars v0.8.16 |
| 1005 | 2024-01-02T21:33:07.329Z | Compiling httparse v1.8.0 |
| 1006 | 2024-01-02T21:33:07.345Z | Compiling slog v2.7.0 |
| 1007 | 2024-01-02T21:33:07.933Z | Compiling iana-time-zone v0.1.59 |
| 1008 | 2024-01-02T21:33:08.102Z | Compiling chrono v0.4.31 |
| 1009 | 2024-01-02T21:33:08.990Z | Compiling unicode-normalization v0.1.22 |
| 1010 | 2024-01-02T21:33:09.972Z | Compiling indexmap v2.1.0 |
| 1011 | 2024-01-02T21:33:11.166Z | Compiling hashbrown v0.13.2 |
| 1012 | 2024-01-02T21:33:11.421Z | Compiling uuid v1.6.1 |
| 1013 | 2024-01-02T21:33:11.846Z | Compiling unicode-bidi v0.3.14 |
| 1014 | 2024-01-02T21:33:11.863Z | Compiling dyn-clone v1.0.16 |
| 1015 | 2024-01-02T21:33:12.245Z | Compiling base64 v0.21.5 |
| 1016 | 2024-01-02T21:33:12.785Z | Compiling regress v0.7.1 |
| 1017 | 2024-01-02T21:33:13.386Z | Compiling serde_derive v1.0.193 |
| 1018 | 2024-01-02T21:33:13.719Z | Compiling thiserror-impl v1.0.53 |
| 1019 | 2024-01-02T21:33:13.987Z | Compiling tokio-macros v2.2.0 |
| 1020 | 2024-01-02T21:33:14.003Z | Compiling schemars_derive v0.8.16 |
| 1021 | 2024-01-02T21:33:14.056Z | Compiling futures-macro v0.3.30 |
| 1022 | 2024-01-02T21:33:16.511Z | Compiling tracing-attributes v0.1.27 |
| 1023 | 2024-01-02T21:33:16.682Z | Compiling zerocopy-derive v0.2.0 |
| 1024 | 2024-01-02T21:33:17.174Z | Compiling futures-util v0.3.30 |
| 1025 | 2024-01-02T21:33:18.575Z | Compiling pest v2.7.5 |
| 1026 | 2024-01-02T21:33:19.565Z | Compiling block-buffer v0.10.4 |
| 1027 | 2024-01-02T21:33:19.895Z | Compiling crypto-common v0.1.6 |
| 1028 | 2024-01-02T21:33:20.225Z | Compiling try-lock v0.2.5 |
| 1029 | 2024-01-02T21:33:20.242Z | Compiling subtle v2.5.0 |
| 1030 | 2024-01-02T21:33:20.448Z | Compiling openssl v0.10.62 |
| 1031 | 2024-01-02T21:33:20.643Z | Compiling percent-encoding v2.3.1 |
| 1032 | 2024-01-02T21:33:21.237Z | Compiling foreign-types-shared v0.1.1 |
| 1033 | 2024-01-02T21:33:21.430Z | Compiling rustls v0.21.10 |
| 1034 | 2024-01-02T21:33:21.567Z | Compiling foreign-types v0.3.2 |
| 1035 | 2024-01-02T21:33:21.718Z | Compiling digest v0.10.7 |
| 1036 | 2024-01-02T21:33:21.854Z | Compiling tracing v0.1.40 |
| 1037 | 2024-01-02T21:33:21.897Z | Compiling want v0.3.1 |
| 1038 | 2024-01-02T21:33:22.309Z | Compiling openssl-macros v0.1.1 |
| 1039 | 2024-01-02T21:33:22.517Z | Compiling pest_meta v2.7.5 |
| 1040 | 2024-01-02T21:33:23.046Z | Compiling aho-corasick v1.1.2 |
| 1041 | 2024-01-02T21:33:23.550Z | Compiling usdt-impl v0.3.5 |
| 1042 | 2024-01-02T21:33:23.772Z | Compiling sct v0.7.1 |
| 1043 | 2024-01-02T21:33:24.030Z | Compiling rustls-webpki v0.101.7 |
| 1044 | 2024-01-02T21:33:24.614Z | Compiling pest_generator v2.7.5 |
| 1045 | 2024-01-02T21:33:24.714Z | Compiling httpdate v1.0.3 |
| 1046 | 2024-01-02T21:33:27.415Z | Compiling byteorder v1.5.0 |
| 1047 | 2024-01-02T21:33:28.144Z | Compiling bitflags v2.4.1 |
| 1048 | 2024-01-02T21:33:28.230Z | Compiling regex-syntax v0.8.2 |
| 1049 | 2024-01-02T21:33:28.632Z | Compiling uuid v0.8.2 |
| 1050 | 2024-01-02T21:33:29.198Z | Compiling pest_derive v2.7.5 |
| 1051 | 2024-01-02T21:33:30.238Z | Compiling tower-service v0.3.2 |
| 1052 | 2024-01-02T21:33:30.284Z | Compiling native-tls v0.2.11 |
| 1053 | 2024-01-02T21:33:31.014Z | Compiling form_urlencoded v1.2.1 |
| 1054 | 2024-01-02T21:33:32.838Z | Compiling powerfmt v0.2.0 |
| 1055 | 2024-01-02T21:33:33.511Z | Compiling time-core v0.1.2 |
| 1056 | 2024-01-02T21:33:33.727Z | Compiling regex-automata v0.4.3 |
| 1057 | 2024-01-02T21:33:33.750Z | Compiling openssl-probe v0.1.5 |
| 1058 | 2024-01-02T21:33:35.770Z | Compiling bytes v1.5.0 |
| 1059 | 2024-01-02T21:33:37.753Z | Compiling tokio v1.35.1 |
| 1060 | 2024-01-02T21:33:42.155Z | Compiling http v0.2.11 |
| 1061 | 2024-01-02T21:33:46.440Z | Compiling serde_tokenstream v0.2.0 |
| 1062 | 2024-01-02T21:33:49.949Z | Compiling http-body v0.4.6 |
| 1063 | 2024-01-02T21:33:54.467Z | Compiling tokio-util v0.7.10 |
| 1064 | 2024-01-02T21:33:57.223Z | Compiling h2 v0.3.22 |
| 1065 | 2024-01-02T21:33:57.718Z | Compiling typify-impl v0.0.14 |
| 1066 | 2024-01-02T21:34:02.436Z | Compiling tokio-rustls v0.24.1 |
| 1067 | 2024-01-02T21:34:03.107Z | Compiling regex v1.10.2 |
| 1068 | 2024-01-02T21:34:04.347Z | Compiling zerocopy v0.3.2 |
| 1069 | 2024-01-02T21:34:04.693Z | Compiling time-macros v0.2.16 |
| 1070 | 2024-01-02T21:34:05.296Z | Compiling hyper v0.14.28 |
| 1071 | 2024-01-02T21:34:09.621Z | Compiling deranged v0.3.11 |
| 1072 | 2024-01-02T21:34:13.546Z | Compiling rand_core v0.6.4 |
| 1073 | 2024-01-02T21:34:14.266Z | Compiling encoding_rs v0.8.33 |
| 1074 | 2024-01-02T21:34:14.983Z | Compiling crossbeam-utils v0.8.18 |
| 1075 | 2024-01-02T21:34:15.624Z | Compiling num_threads v0.1.6 |
| 1076 | 2024-01-02T21:34:15.784Z | Compiling omicron-workspace-hack v0.1.0 |
| 1077 | 2024-01-02T21:34:15.803Z | Compiling typify-macro v0.0.14 |
| 1078 | 2024-01-02T21:34:15.806Z | Compiling cpufeatures v0.2.11 |
| 1079 | 2024-01-02T21:34:15.942Z | Compiling mime v0.3.17 |
| 1080 | 2024-01-02T21:34:16.227Z | Compiling hashbrown v0.12.3 |
| 1081 | 2024-01-02T21:34:17.896Z | Compiling ppv-lite86 v0.2.17 |
| 1082 | 2024-01-02T21:34:19.215Z | Compiling rand_chacha v0.3.1 |
| 1083 | 2024-01-02T21:34:19.402Z | Compiling time v0.3.31 |
| 1084 | 2024-01-02T21:34:21.932Z | Compiling dof v0.1.5 |
| 1085 | 2024-01-02T21:34:21.969Z | Compiling tokio-native-tls v0.3.1 |
| 1086 | 2024-01-02T21:34:23.001Z | Compiling serde_urlencoded v0.7.1 |
| 1087 | 2024-01-02T21:34:23.879Z | Compiling dtrace-parser v0.1.14 |
| 1088 | 2024-01-02T21:34:26.612Z | Compiling idna v0.5.0 |
| 1089 | 2024-01-02T21:34:27.434Z | Compiling dirs-sys-next v0.1.2 |
| 1090 | 2024-01-02T21:34:29.302Z | Compiling thread-id v4.2.1 |
| 1091 | 2024-01-02T21:34:32.269Z | Compiling strsim v0.10.0 |
| 1092 | 2024-01-02T21:34:32.606Z | Compiling ident_case v1.0.1 |
| 1093 | 2024-01-02T21:34:33.230Z | Compiling unicode-width v0.1.11 |
| 1094 | 2024-01-02T21:34:35.236Z | Compiling getopts v0.2.21 |
| 1095 | 2024-01-02T21:34:35.448Z | Compiling darling_core v0.20.3 |
| 1096 | 2024-01-02T21:34:38.337Z | Compiling url v2.5.0 |
| 1097 | 2024-01-02T21:34:38.835Z | Compiling dirs-next v2.0.0 |
| 1098 | 2024-01-02T21:34:39.222Z | Compiling typify v0.0.14 |
| 1099 | 2024-01-02T21:34:39.397Z | Compiling hyper-tls v0.5.0 |
| 1100 | 2024-01-02T21:34:40.010Z | Compiling rand v0.8.5 |
| 1101 | 2024-01-02T21:34:41.664Z | Compiling openapiv3 v1.0.4 |
| 1102 | 2024-01-02T21:34:42.857Z | Compiling hyper-rustls v0.24.2 |
| 1103 | 2024-01-02T21:34:42.872Z | Compiling serde_tokenstream v0.1.7 |
| 1104 | 2024-01-02T21:34:43.628Z | Compiling rustls-pemfile v1.0.4 |
| 1105 | 2024-01-02T21:34:44.039Z | Compiling thread_local v1.1.7 |
| 1106 | 2024-01-02T21:34:44.349Z | Compiling num-integer v0.1.45 |
| 1107 | 2024-01-02T21:34:44.820Z | Compiling ipnet v2.9.0 |
| 1108 | 2024-01-02T21:34:44.895Z | Compiling webpki-roots v0.25.3 |
| 1109 | 2024-01-02T21:34:45.117Z | Compiling rustversion v1.0.14 |
| 1110 | 2024-01-02T21:34:45.229Z | Compiling async-trait v0.1.76 |
| 1111 | 2024-01-02T21:34:45.907Z | Compiling finl_unicode v1.2.0 |
| 1112 | 2024-01-02T21:34:46.035Z | Compiling unsafe-libyaml v0.2.10 |
| 1113 | 2024-01-02T21:34:46.903Z | Compiling slog-async v2.8.0 |
| 1114 | 2024-01-02T21:34:47.691Z | Compiling stringprep v0.1.4 |
| 1115 | 2024-01-02T21:34:47.913Z | Compiling progenitor-impl v0.4.1 |
| 1116 | 2024-01-02T21:34:48.369Z | Compiling serde_yaml v0.9.29 |
| 1117 | 2024-01-02T21:34:48.932Z | Compiling reqwest v0.11.23 |
| 1118 | 2024-01-02T21:34:51.248Z | Compiling darling_macro v0.20.3 |
| 1119 | 2024-01-02T21:34:52.875Z | Compiling crossbeam-channel v0.5.10 |
| 1120 | 2024-01-02T21:34:54.727Z | Compiling term v0.7.0 |
| 1121 | 2024-01-02T21:35:02.513Z | Compiling sha2 v0.10.8 |
| 1122 | 2024-01-02T21:35:02.763Z | Compiling toml_datetime v0.6.5 |
| 1123 | 2024-01-02T21:35:02.981Z | Compiling serde_spanned v0.6.5 |
| |
| 1124 | 2024-01-02T21:35:03.170Z | job cancelled |
| |
| 1125 | 2024-01-02T21:35:03.572Z | Compiling hmac v0.12.1 |
| 1126 | 2024-01-02T21:35:03.845Z | Compiling md-5 v0.10.6 |
| 1127 | 2024-01-02T21:35:03.900Z | Compiling structmeta-derive v0.2.0 |