|
|
|
| 1 | 2024-11-08T00:37:06.031Z | job assigned to worker 01JC4K6BSY8P86M70N41XV7V9V (queued for 58 s) |
| |
| 2 | 2024-11-08T00:37:14.242Z | starting task 0: "setup" |
| 3 | 2024-11-08T00:37:14.250Z | ++ uname -s |
| 4 | 2024-11-08T00:37:14.253Z | + kern=SunOS |
| 5 | 2024-11-08T00:37:14.253Z | + case "$kern" in |
| 6 | 2024-11-08T00:37:14.253Z | + groupadd -g 12345 build |
| 7 | 2024-11-08T00:37:14.255Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-08T00:37:16.266Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-08T00:37:16.403Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-08T00:37:16.406Z | + home_fs=zfs |
| 11 | 2024-11-08T00:37:16.406Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-08T00:37:16.406Z | + mkdir -p /home/build |
| 13 | 2024-11-08T00:37:16.408Z | + chown build:build /home/build /work |
| 14 | 2024-11-08T00:37:18.411Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-08T00:37:18.414Z | process exited: duration 4172 ms, exit code 0 |
| |
| 16 | 2024-11-08T00:37:18.419Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-08T00:37:18.424Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-08T00:37:18.424Z | ' 1.82.0 |
| 19 | 2024-11-08T00:37:18.427Z | * toolchain channel = "1.82.0" |
| 20 | 2024-11-08T00:37:18.427Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-08T00:37:18.427Z | ' default |
| 22 | 2024-11-08T00:37:18.427Z | * toolchain profile = "default" |
| 23 | 2024-11-08T00:37:18.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-08T00:37:18.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 25 | 2024-11-08T00:37:18.538Z | info: downloading installer |
| 26 | 2024-11-08T00:37:20.084Z | info: profile set to 'default' |
| 27 | 2024-11-08T00:37:20.084Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-08T00:37:20.087Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 29 | 2024-11-08T00:37:20.244Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-08T00:37:20.244Z | info: downloading component 'cargo' |
| 31 | 2024-11-08T00:37:21.064Z | info: downloading component 'clippy' |
| 32 | 2024-11-08T00:37:21.383Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-08T00:37:22.542Z | info: downloading component 'rust-std' |
| 34 | 2024-11-08T00:37:24.357Z | info: downloading component 'rustc' |
| 35 | 2024-11-08T00:37:30.926Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-08T00:37:31.188Z | info: installing component 'cargo' |
| 37 | 2024-11-08T00:37:32.041Z | info: installing component 'clippy' |
| 38 | 2024-11-08T00:37:32.467Z | info: installing component 'rust-docs' |
| 39 | 2024-11-08T00:37:34.212Z | info: installing component 'rust-std' |
| 40 | 2024-11-08T00:37:36.207Z | info: installing component 'rustc' |
| 41 | 2024-11-08T00:37:42.707Z | info: installing component 'rustfmt' |
| 42 | 2024-11-08T00:37:43.064Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 43 | 2024-11-08T00:37:43.064Z | |
| 44 | 2024-11-08T00:37:43.446Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-08T00:37:43.446Z | |
| 46 | 2024-11-08T00:37:43.448Z | |
| 47 | 2024-11-08T00:37:43.448Z | Rust is installed now. Great! |
| 48 | 2024-11-08T00:37:43.449Z | |
| 49 | 2024-11-08T00:37:43.449Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-08T00:37:43.449Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-08T00:37:43.449Z | |
| 52 | 2024-11-08T00:37:43.449Z | To configure your current shell, you need to source |
| 53 | 2024-11-08T00:37:43.449Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-08T00:37:43.449Z | |
| 55 | 2024-11-08T00:37:43.449Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-08T00:37:43.449Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-08T00:37:43.449Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-08T00:37:43.525Z | + rustc --version |
| 59 | 2024-11-08T00:37:43.599Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-08T00:37:43.604Z | process exited: duration 25174 ms, exit code 0 |
| |
| 61 | 2024-11-08T00:37:43.609Z | starting task 2: "authentication" |
| 62 | 2024-11-08T00:37:43.632Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-11-08T00:37:43.637Z | starting task 3: "clone repository" |
| 64 | 2024-11-08T00:37:43.643Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-08T00:37:43.646Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-08T00:37:44.741Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-08T00:37:51.811Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-08T00:37:51.816Z | + git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024 |
| 69 | 2024-11-08T00:37:52.082Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-08T00:37:52.082Z | * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD |
| 71 | 2024-11-08T00:37:52.094Z | + [[ -n use-native-client-for-schema-updates ]] |
| 72 | 2024-11-08T00:37:52.096Z | ++ git branch --show-current |
| 73 | 2024-11-08T00:37:52.099Z | + current=main |
| 74 | 2024-11-08T00:37:52.099Z | + [[ main != use-native-client-for-schema-updates ]] |
| 75 | 2024-11-08T00:37:52.099Z | + git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024 |
| 76 | 2024-11-08T00:37:52.102Z | + git checkout -f use-native-client-for-schema-updates |
| 77 | 2024-11-08T00:37:52.275Z | Switched to branch 'use-native-client-for-schema-updates' |
| 78 | 2024-11-08T00:37:52.278Z | + git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024 |
| 79 | 2024-11-08T00:37:52.288Z | HEAD is now at 6d6589d43 Use ClickHouse native client to read database tables |
| 80 | 2024-11-08T00:37:52.291Z | process exited: duration 8648 ms, exit code 0 |
| |
| 81 | 2024-11-08T00:37:52.297Z | starting task 4: "build" |
| 82 | 2024-11-08T00:37:52.305Z | + source ./env.sh |
| 83 | 2024-11-08T00:37:52.305Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-11-08T00:37:52.305Z | ++ set -o xtrace |
| 85 | 2024-11-08T00:37:52.307Z | ++++ dirname ./env.sh |
| 86 | 2024-11-08T00:37:52.307Z | +++ readlink -f . |
| 87 | 2024-11-08T00:37:52.342Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-11-08T00:37:52.344Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2024-11-08T00:37:52.344Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-11-08T00:37:52.344Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-11-08T00:37:52.344Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-11-08T00:37:52.344Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-11-08T00:37:52.344Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-11-08T00:37:52.344Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-11-08T00:37:52.344Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-11-08T00:37:52.344Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-11-08T00:37:52.344Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-11-08T00:37:52.345Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-11-08T00:37:52.345Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-11-08T00:37:52.345Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-11-08T00:37:52.345Z | + cargo --version |
| 102 | 2024-11-08T00:37:52.400Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 103 | 2024-11-08T00:37:52.403Z | + rustc --version |
| 104 | 2024-11-08T00:37:52.467Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 105 | 2024-11-08T00:37:52.470Z | + banner prerequisites |
| 106 | 2024-11-08T00:37:52.521Z | |
| 107 | 2024-11-08T00:37:52.521Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-11-08T00:37:52.521Z | # # # # # # # # # # # # # # # |
| 109 | 2024-11-08T00:37:52.521Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-11-08T00:37:52.521Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-11-08T00:37:52.521Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-08T00:37:52.521Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-11-08T00:37:52.521Z | |
| 114 | 2024-11-08T00:37:52.524Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-11-08T00:38:12.504Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-11-08T00:38:16.206Z | Startup: Caching catalogs ... Done |
| 117 | 2024-11-08T00:38:24.513Z | Planning: Solver setup ... Done (7.555s) |
| 118 | 2024-11-08T00:38:24.618Z | Planning: Running solver ... Done (0.105s) |
| 119 | 2024-11-08T00:38:24.760Z | Planning: Finding local manifests ... Done (0.048s) |
| 120 | 2024-11-08T00:38:27.623Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-11-08T00:38:28.300Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-11-08T00:38:28.499Z | Planning: Package planning ... Done (0.200s) |
| 123 | 2024-11-08T00:38:28.555Z | Planning: Merging actions ... Done (0.056s) |
| 124 | 2024-11-08T00:38:29.119Z | Planning: Checking for conflicting actions ... Done (0.563s) |
| 125 | 2024-11-08T00:38:33.963Z | Planning: Consolidating action changes ... Done (4.842s) |
| 126 | 2024-11-08T00:38:34.353Z | Planning: Evaluating mediators ... Done (0.390s) |
| 127 | 2024-11-08T00:38:34.491Z | Planning: Planning completed in 18.18 seconds |
| 128 | 2024-11-08T00:38:34.507Z | Packages to install: 4 |
| 129 | 2024-11-08T00:38:34.507Z | Packages to update: 1 |
| 130 | 2024-11-08T00:38:34.510Z | Mediators to change: 2 |
| 131 | 2024-11-08T00:38:34.510Z | Services to change: 1 |
| 132 | 2024-11-08T00:38:34.510Z | Estimated space available: 155.61 GB |
| 133 | 2024-11-08T00:38:34.510Z | Estimated space to be consumed: 1.59 GB |
| 134 | 2024-11-08T00:38:34.510Z | Create boot environment: No |
| 135 | 2024-11-08T00:38:34.510Z | Create backup boot environment: Yes |
| 136 | 2024-11-08T00:38:34.510Z | Rebuild boot archive: No |
| 137 | 2024-11-08T00:38:34.510Z | |
| 138 | 2024-11-08T00:38:34.510Z | Changed mediators: |
| 139 | 2024-11-08T00:38:34.510Z | mediator clang: |
| 140 | 2024-11-08T00:38:34.510Z | version: None -> 15 (system default) |
| 141 | 2024-11-08T00:38:34.510Z | |
| 142 | 2024-11-08T00:38:34.510Z | mediator llvm: |
| 143 | 2024-11-08T00:38:34.511Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-11-08T00:38:34.511Z | |
| 145 | 2024-11-08T00:38:34.511Z | Changed packages: |
| 146 | 2024-11-08T00:38:34.511Z | helios-dev |
| 147 | 2024-11-08T00:38:34.511Z | developer/build-essential |
| 148 | 2024-11-08T00:38:34.511Z | None -> 11-2.0 |
| 149 | 2024-11-08T00:38:34.511Z | library/libxmlsec1 |
| 150 | 2024-11-08T00:38:34.511Z | None -> 1.2.35-2.0 |
| 151 | 2024-11-08T00:38:34.511Z | ooce/developer/clang-15 |
| 152 | 2024-11-08T00:38:34.511Z | None -> 15.0.7-2.0 |
| 153 | 2024-11-08T00:38:34.511Z | ooce/developer/llvm-15 |
| 154 | 2024-11-08T00:38:34.511Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-08T00:38:34.511Z | package/pkg |
| 156 | 2024-11-08T00:38:34.511Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-11-08T00:38:34.511Z | |
| 158 | 2024-11-08T00:38:34.511Z | Services: |
| 159 | 2024-11-08T00:38:34.511Z | restart_fmri: |
| 160 | 2024-11-08T00:38:34.511Z | svc:/system/update-man-index:default |
| 161 | 2024-11-08T00:38:34.511Z | |
| 162 | 2024-11-08T00:38:34.511Z | Editable files to change: |
| 163 | 2024-11-08T00:38:34.511Z | Update: |
| 164 | 2024-11-08T00:38:34.511Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-11-08T00:38:34.758Z | |
| 166 | 2024-11-08T00:38:34.758Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-11-08T00:38:39.820Z | Download: 315/4281 items 3.0/220.6MB 1% complete (520k/s) |
| 168 | 2024-11-08T00:38:44.834Z | Download: 859/4281 items 18.8/220.6MB 8% complete (1.9M/s) |
| 169 | 2024-11-08T00:38:51.602Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.1M/s) |
| 170 | 2024-11-08T00:38:56.609Z | Download: 1582/4281 items 116.5/220.6MB 52% complete (9.7M/s) |
| 171 | 2024-11-08T00:39:06.352Z | Download: 2222/4281 items 118.6/220.6MB 53% complete (3.9M/s) |
| 172 | 2024-11-08T00:39:11.354Z | Download: 3225/4281 items 195.6/220.6MB 88% complete (7.7M/s) |
| 173 | 2024-11-08T00:39:16.361Z | Download: 3471/4281 items 215.2/220.6MB 97% complete (9.9M/s) |
| 174 | 2024-11-08T00:39:21.370Z | Download: 3873/4281 items 217.4/220.6MB 98% complete (3.4M/s) |
| 175 | 2024-11-08T00:39:26.547Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (809k/s) |
| 176 | 2024-11-08T00:39:29.246Z | Download: Completed 220.60 MB in 54.47 seconds (4.0M/s) |
| 177 | 2024-11-08T00:39:31.319Z | Actions: 1/5063 actions (Removing old actions) |
| 178 | 2024-11-08T00:39:31.341Z | Actions: 194/5063 actions (Installing new actions) |
| 179 | 2024-11-08T00:39:36.361Z | Actions: 4112/5063 actions (Installing new actions) |
| 180 | 2024-11-08T00:39:36.722Z | Actions: 4226/5063 actions (Updating modified actions) |
| 181 | 2024-11-08T00:39:37.079Z | Actions: Completed 5063 actions in 5.76 seconds. |
| 182 | 2024-11-08T00:39:37.468Z | Done (0.381s) |
| 183 | 2024-11-08T00:39:37.470Z | Done (0.000s) |
| 184 | 2024-11-08T00:39:37.989Z | Done (0.519s) |
| 185 | 2024-11-08T00:39:44.303Z | Done (6.086s) |
| 186 | 2024-11-08T00:39:44.607Z | Done (0.231s) |
| 187 | 2024-11-08T00:39:44.610Z | Done (0.000s) |
| 188 | 2024-11-08T00:39:44.788Z | Done (0.000s) |
| 189 | 2024-11-08T00:39:45.496Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2024-11-08T00:39:45.666Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2024-11-08T00:39:45.668Z | Planning: Consolidating action changes ... Done |
| 192 | 2024-11-08T00:39:45.942Z | Planning: Evaluating mediators ... Done |
| 193 | 2024-11-08T00:39:45.944Z | Planning: Planning completed in 0.45 seconds |
| 194 | 2024-11-08T00:39:45.982Z | Mediators to change: 2 |
| 195 | 2024-11-08T00:39:45.982Z | Create boot environment: No |
| 196 | 2024-11-08T00:39:45.987Z | Create backup boot environment: No |
| 197 | 2024-11-08T00:39:46.058Z | Done |
| 198 | 2024-11-08T00:39:46.058Z | Done |
| 199 | 2024-11-08T00:39:46.409Z | Done |
| 200 | 2024-11-08T00:39:50.100Z | Done |
| 201 | 2024-11-08T00:39:50.194Z | Done |
| 202 | 2024-11-08T00:39:50.197Z | Done |
| 203 | 2024-11-08T00:39:50.336Z | Done |
| 204 | 2024-11-08T00:39:50.988Z | Planning: Evaluating mediator changes ... Done |
| 205 | 2024-11-08T00:39:50.993Z | Planning: Merging actions ... Done |
| 206 | 2024-11-08T00:39:51.188Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2024-11-08T00:39:51.191Z | Planning: Consolidating action changes ... Done |
| 208 | 2024-11-08T00:39:51.468Z | Planning: Evaluating mediators ... Done |
| 209 | 2024-11-08T00:39:51.525Z | Planning: Planning completed in 0.79 seconds |
| 210 | 2024-11-08T00:39:51.566Z | Packages to change: 1 |
| 211 | 2024-11-08T00:39:51.566Z | Mediators to change: 1 |
| 212 | 2024-11-08T00:39:51.566Z | Services to change: 1 |
| 213 | 2024-11-08T00:39:51.566Z | Create boot environment: No |
| 214 | 2024-11-08T00:39:51.569Z | Create backup boot environment: Yes |
| 215 | 2024-11-08T00:39:53.669Z | Actions: 1/6 actions (Updating modified actions) |
| 216 | 2024-11-08T00:39:53.857Z | Actions: Completed 6 actions in 0.19 seconds. |
| 217 | 2024-11-08T00:39:53.860Z | Done |
| 218 | 2024-11-08T00:39:53.860Z | Done |
| 219 | 2024-11-08T00:39:53.967Z | Done |
| 220 | 2024-11-08T00:39:58.001Z | Done |
| 221 | 2024-11-08T00:39:58.102Z | Done |
| 222 | 2024-11-08T00:39:58.105Z | Done |
| 223 | 2024-11-08T00:39:58.256Z | Done |
| 224 | 2024-11-08T00:39:58.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 225 | 2024-11-08T00:39:58.707Z | clang system 15 system |
| 226 | 2024-11-08T00:39:58.707Z | csh system system illumos |
| 227 | 2024-11-08T00:39:58.707Z | ctags system system illumos |
| 228 | 2024-11-08T00:39:58.707Z | gcc vendor 12 vendor |
| 229 | 2024-11-08T00:39:58.707Z | gcc system 10 system |
| 230 | 2024-11-08T00:39:58.707Z | gcc system 7 system |
| 231 | 2024-11-08T00:39:58.707Z | go system 1.20 system |
| 232 | 2024-11-08T00:39:58.707Z | go system 1.19 system |
| 233 | 2024-11-08T00:39:58.707Z | llvm system 15 system |
| 234 | 2024-11-08T00:39:58.707Z | llvm system 14 system |
| 235 | 2024-11-08T00:39:58.707Z | mariadb system 10.6 system |
| 236 | 2024-11-08T00:39:58.707Z | mta vendor vendor dma |
| 237 | 2024-11-08T00:39:58.707Z | openjdk system 17 system |
| 238 | 2024-11-08T00:39:58.707Z | openjdk system 11 system |
| 239 | 2024-11-08T00:39:58.707Z | openjdk system 1.8 system |
| 240 | 2024-11-08T00:39:58.707Z | openssl vendor 3 vendor |
| 241 | 2024-11-08T00:39:58.708Z | perl system 5.36 system |
| 242 | 2024-11-08T00:39:58.708Z | postgresql system 15 system |
| 243 | 2024-11-08T00:39:58.708Z | postgresql system 13 system |
| 244 | 2024-11-08T00:39:58.708Z | python vendor 3 vendor |
| 245 | 2024-11-08T00:39:58.708Z | python system 2 system |
| 246 | 2024-11-08T00:39:58.708Z | python3 system 3.11 system |
| 247 | 2024-11-08T00:39:58.708Z | ruby system 3.0 system |
| 248 | 2024-11-08T00:39:58.708Z | words vendor vendor american-english |
| 249 | 2024-11-08T00:39:58.708Z | words system system australian-english |
| 250 | 2024-11-08T00:39:58.708Z | words system system british-english |
| 251 | 2024-11-08T00:39:58.708Z | words system system canadian-english |
| 252 | 2024-11-08T00:39:58.708Z | words system system french |
| 253 | 2024-11-08T00:39:58.708Z | words system system italian |
| 254 | 2024-11-08T00:39:58.708Z | words system system ngerman |
| 255 | 2024-11-08T00:39:58.708Z | words system system ogerman |
| 256 | 2024-11-08T00:39:58.708Z | words system system spanish |
| 257 | 2024-11-08T00:39:59.051Z | PUBLISHER TYPE STATUS P LOCATION |
| 258 | 2024-11-08T00:39:59.051Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 259 | 2024-11-08T00:40:01.629Z | FMRI IFO |
| 260 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 261 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 262 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 263 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 264 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 265 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 266 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 267 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 268 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 269 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 270 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 271 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 272 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 273 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 274 | 2024-11-08T00:40:01.629Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 275 | 2024-11-08T00:40:02.370Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 276 | 2024-11-08T00:40:02.703Z | Updating crates.io index |
| 277 | 2024-11-08T00:40:02.707Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 278 | 2024-11-08T00:40:03.530Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 279 | 2024-11-08T00:40:03.801Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2024-11-08T00:40:04.076Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2024-11-08T00:40:04.313Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2024-11-08T00:40:05.239Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 283 | 2024-11-08T00:40:07.644Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 284 | 2024-11-08T00:40:08.754Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2024-11-08T00:40:09.551Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 286 | 2024-11-08T00:40:09.804Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 287 | 2024-11-08T00:40:10.060Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2024-11-08T00:40:10.601Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 289 | 2024-11-08T00:40:11.026Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 290 | 2024-11-08T00:40:11.449Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2024-11-08T00:40:11.750Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 292 | 2024-11-08T00:40:12.021Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 293 | 2024-11-08T00:40:12.278Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 294 | 2024-11-08T00:40:12.551Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 295 | 2024-11-08T00:40:12.937Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 296 | 2024-11-08T00:40:13.260Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 297 | 2024-11-08T00:40:13.648Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 298 | 2024-11-08T00:40:14.072Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 299 | 2024-11-08T00:40:14.436Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2024-11-08T00:40:14.786Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 301 | 2024-11-08T00:40:15.307Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-08T00:40:15.572Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-08T00:40:15.838Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-08T00:40:17.272Z | Downloading crates ... |
| 305 | 2024-11-08T00:40:17.361Z | Downloaded crypto-common v0.1.6 |
| 306 | 2024-11-08T00:40:17.364Z | Downloaded block-buffer v0.10.4 |
| 307 | 2024-11-08T00:40:17.369Z | Downloaded clap v4.5.20 |
| 308 | 2024-11-08T00:40:17.374Z | Downloaded dtrace-parser v0.2.0 |
| 309 | 2024-11-08T00:40:17.376Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2024-11-08T00:40:17.378Z | Downloaded camino v1.1.9 |
| 311 | 2024-11-08T00:40:17.381Z | Downloaded anstyle-parse v0.2.5 |
| 312 | 2024-11-08T00:40:17.384Z | Downloaded terminal_size v0.4.0 |
| 313 | 2024-11-08T00:40:17.384Z | Downloaded pest_generator v2.7.14 |
| 314 | 2024-11-08T00:40:17.386Z | Downloaded fs-err v2.11.0 |
| 315 | 2024-11-08T00:40:17.386Z | Downloaded tabled_derive v0.7.0 |
| 316 | 2024-11-08T00:40:17.389Z | Downloaded serde_spanned v0.6.8 |
| 317 | 2024-11-08T00:40:17.389Z | Downloaded itoa v1.0.11 |
| 318 | 2024-11-08T00:40:17.393Z | Downloaded heck v0.5.0 |
| 319 | 2024-11-08T00:40:17.393Z | Downloaded clap_lex v0.7.2 |
| 320 | 2024-11-08T00:40:17.393Z | Downloaded thiserror v1.0.64 |
| 321 | 2024-11-08T00:40:17.397Z | Downloaded version_check v0.9.5 |
| 322 | 2024-11-08T00:40:17.399Z | Downloaded usdt-impl v0.5.0 |
| 323 | 2024-11-08T00:40:17.403Z | Downloaded semver v1.0.23 |
| 324 | 2024-11-08T00:40:17.403Z | Downloaded macaddr v1.0.1 |
| 325 | 2024-11-08T00:40:17.405Z | Downloaded typenum v1.17.0 |
| 326 | 2024-11-08T00:40:17.408Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2024-11-08T00:40:17.408Z | Downloaded toml v0.8.19 |
| 328 | 2024-11-08T00:40:17.410Z | Downloaded serde_derive v1.0.210 |
| 329 | 2024-11-08T00:40:17.413Z | Downloaded quote v1.0.37 |
| 330 | 2024-11-08T00:40:17.416Z | Downloaded cargo_metadata v0.18.1 |
| 331 | 2024-11-08T00:40:17.419Z | Downloaded papergrid v0.11.0 |
| 332 | 2024-11-08T00:40:17.422Z | Downloaded errno v0.3.9 |
| 333 | 2024-11-08T00:40:17.424Z | Downloaded zerocopy v0.7.35 |
| 334 | 2024-11-08T00:40:17.440Z | Downloaded syn v2.0.79 |
| 335 | 2024-11-08T00:40:17.451Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2024-11-08T00:40:17.454Z | Downloaded clap_derive v4.5.18 |
| 337 | 2024-11-08T00:40:17.458Z | Downloaded equivalent v1.0.1 |
| 338 | 2024-11-08T00:40:17.458Z | Downloaded cfg-if v1.0.0 |
| 339 | 2024-11-08T00:40:17.458Z | Downloaded cargo_toml v0.20.5 |
| 340 | 2024-11-08T00:40:17.460Z | Downloaded byteorder v1.5.0 |
| 341 | 2024-11-08T00:40:17.460Z | Downloaded bytecount v0.6.8 |
| 342 | 2024-11-08T00:40:17.464Z | Downloaded anstyle-query v1.1.1 |
| 343 | 2024-11-08T00:40:17.464Z | Downloaded fnv v1.0.7 |
| 344 | 2024-11-08T00:40:17.464Z | Downloaded anyhow v1.0.92 |
| 345 | 2024-11-08T00:40:17.467Z | Downloaded clap_builder v4.5.20 |
| 346 | 2024-11-08T00:40:17.474Z | Downloaded camino-tempfile v1.1.1 |
| 347 | 2024-11-08T00:40:17.476Z | Downloaded swrite v0.1.0 |
| 348 | 2024-11-08T00:40:17.479Z | Downloaded scroll_derive v0.12.0 |
| 349 | 2024-11-08T00:40:17.479Z | Downloaded bitflags v2.6.0 |
| 350 | 2024-11-08T00:40:17.482Z | Downloaded usdt-attr-macro v0.5.0 |
| 351 | 2024-11-08T00:40:17.485Z | Downloaded generic-array v0.14.7 |
| 352 | 2024-11-08T00:40:17.485Z | Downloaded fastrand v2.1.1 |
| 353 | 2024-11-08T00:40:17.488Z | Downloaded anstyle v1.0.8 |
| 354 | 2024-11-08T00:40:17.488Z | Downloaded anstream v0.6.15 |
| 355 | 2024-11-08T00:40:17.491Z | Downloaded memmap v0.7.0 |
| 356 | 2024-11-08T00:40:17.494Z | Downloaded is_terminal_polyfill v1.70.1 |
| 357 | 2024-11-08T00:40:17.494Z | Downloaded heck v0.4.1 |
| 358 | 2024-11-08T00:40:17.494Z | Downloaded dof v0.3.0 |
| 359 | 2024-11-08T00:40:17.496Z | Downloaded digest v0.10.7 |
| 360 | 2024-11-08T00:40:17.499Z | Downloaded utf8parse v0.2.2 |
| 361 | 2024-11-08T00:40:17.499Z | Downloaded usdt-macro v0.5.0 |
| 362 | 2024-11-08T00:40:17.499Z | Downloaded usdt v0.5.0 |
| 363 | 2024-11-08T00:40:17.501Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2024-11-08T00:40:17.501Z | Downloaded plain v0.2.3 |
| 365 | 2024-11-08T00:40:17.504Z | Downloaded colorchoice v1.0.2 |
| 366 | 2024-11-08T00:40:17.504Z | Downloaded toml_datetime v0.6.8 |
| 367 | 2024-11-08T00:40:17.507Z | Downloaded thiserror-impl v1.0.64 |
| 368 | 2024-11-08T00:40:17.507Z | Downloaded smawk v0.3.2 |
| 369 | 2024-11-08T00:40:17.507Z | Downloaded thread-id v4.2.2 |
| 370 | 2024-11-08T00:40:17.509Z | Downloaded strsim v0.11.1 |
| 371 | 2024-11-08T00:40:17.509Z | Downloaded proc-macro-error v1.0.4 |
| 372 | 2024-11-08T00:40:17.512Z | Downloaded serde_tokenstream v0.2.2 |
| 373 | 2024-11-08T00:40:17.514Z | Downloaded cargo-platform v0.1.8 |
| 374 | 2024-11-08T00:40:17.515Z | Downloaded hashbrown v0.15.0 |
| 375 | 2024-11-08T00:40:17.520Z | Downloaded sha2 v0.10.8 |
| 376 | 2024-11-08T00:40:17.523Z | Downloaded log v0.4.22 |
| 377 | 2024-11-08T00:40:17.525Z | Downloaded autocfg v1.4.0 |
| 378 | 2024-11-08T00:40:17.529Z | Downloaded once_cell v1.20.2 |
| 379 | 2024-11-08T00:40:17.532Z | Downloaded ryu v1.0.18 |
| 380 | 2024-11-08T00:40:17.535Z | Downloaded proc-macro2 v1.0.87 |
| 381 | 2024-11-08T00:40:17.538Z | Downloaded zerocopy-derive v0.7.35 |
| 382 | 2024-11-08T00:40:17.542Z | Downloaded tempfile v3.13.0 |
| 383 | 2024-11-08T00:40:17.545Z | Downloaded unicode-ident v1.0.13 |
| 384 | 2024-11-08T00:40:17.548Z | Downloaded ucd-trie v0.1.7 |
| 385 | 2024-11-08T00:40:17.550Z | Downloaded scroll v0.12.0 |
| 386 | 2024-11-08T00:40:17.552Z | Downloaded pest_meta v2.7.14 |
| 387 | 2024-11-08T00:40:17.555Z | Downloaded indexmap v2.6.0 |
| 388 | 2024-11-08T00:40:17.557Z | Downloaded textwrap v0.16.1 |
| 389 | 2024-11-08T00:40:17.560Z | Downloaded serde v1.0.210 |
| 390 | 2024-11-08T00:40:17.564Z | Downloaded pest_derive v2.7.14 |
| 391 | 2024-11-08T00:40:17.571Z | Downloaded memchr v2.7.4 |
| 392 | 2024-11-08T00:40:17.579Z | Downloaded toml_edit v0.22.22 |
| 393 | 2024-11-08T00:40:17.601Z | Downloaded pest v2.7.14 |
| 394 | 2024-11-08T00:40:17.615Z | Downloaded serde_json v1.0.128 |
| 395 | 2024-11-08T00:40:17.623Z | Downloaded winnow v0.6.20 |
| 396 | 2024-11-08T00:40:17.632Z | Downloaded goblin v0.8.2 |
| 397 | 2024-11-08T00:40:17.638Z | Downloaded tabled v0.15.0 |
| 398 | 2024-11-08T00:40:17.654Z | Downloaded syn v1.0.109 |
| 399 | 2024-11-08T00:40:17.664Z | Downloaded unicode-width v0.1.14 |
| 400 | 2024-11-08T00:40:17.677Z | Downloaded rustix v0.38.37 |
| 401 | 2024-11-08T00:40:17.707Z | Downloaded libc v0.2.161 |
| 402 | 2024-11-08T00:40:18.021Z | Compiling proc-macro2 v1.0.87 |
| 403 | 2024-11-08T00:40:18.021Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-08T00:40:18.025Z | Compiling serde v1.0.210 |
| 405 | 2024-11-08T00:40:18.025Z | Compiling version_check v0.9.5 |
| 406 | 2024-11-08T00:40:18.025Z | Compiling memchr v2.7.4 |
| 407 | 2024-11-08T00:40:18.025Z | Compiling thiserror v1.0.64 |
| 408 | 2024-11-08T00:40:18.055Z | Compiling libc v0.2.161 |
| 409 | 2024-11-08T00:40:18.058Z | Compiling ryu v1.0.18 |
| 410 | 2024-11-08T00:40:18.298Z | Compiling ucd-trie v0.1.7 |
| 411 | 2024-11-08T00:40:18.460Z | Compiling itoa v1.0.11 |
| 412 | 2024-11-08T00:40:18.691Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-08T00:40:18.890Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-08T00:40:19.011Z | Compiling rustix v0.38.37 |
| 415 | 2024-11-08T00:40:19.227Z | Compiling serde_json v1.0.128 |
| 416 | 2024-11-08T00:40:19.665Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-08T00:40:19.729Z | Compiling usdt-impl v0.5.0 |
| 418 | 2024-11-08T00:40:19.802Z | Compiling proc-macro-error-attr v1.0.4 |
| 419 | 2024-11-08T00:40:19.829Z | Compiling syn v1.0.109 |
| 420 | 2024-11-08T00:40:20.047Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-08T00:40:20.093Z | Compiling log v0.4.22 |
| 422 | 2024-11-08T00:40:20.189Z | Compiling camino v1.1.9 |
| 423 | 2024-11-08T00:40:20.216Z | Compiling utf8parse v0.2.2 |
| 424 | 2024-11-08T00:40:20.329Z | Compiling equivalent v1.0.1 |
| 425 | 2024-11-08T00:40:20.381Z | Compiling hashbrown v0.15.0 |
| 426 | 2024-11-08T00:40:20.456Z | Compiling plain v0.2.3 |
| 427 | 2024-11-08T00:40:20.482Z | Compiling anstyle-parse v0.2.5 |
| 428 | 2024-11-08T00:40:20.558Z | Compiling quote v1.0.37 |
| 429 | 2024-11-08T00:40:20.812Z | Compiling errno v0.3.9 |
| 430 | 2024-11-08T00:40:20.924Z | Compiling autocfg v1.4.0 |
| 431 | 2024-11-08T00:40:21.033Z | Compiling syn v2.0.79 |
| 432 | 2024-11-08T00:40:21.137Z | Compiling thread-id v4.2.2 |
| 433 | 2024-11-08T00:40:21.259Z | Compiling anstyle v1.0.8 |
| 434 | 2024-11-08T00:40:21.262Z | Compiling is_terminal_polyfill v1.70.1 |
| 435 | 2024-11-08T00:40:21.423Z | Compiling unicode-width v0.1.14 |
| 436 | 2024-11-08T00:40:21.677Z | Compiling indexmap v2.6.0 |
| 437 | 2024-11-08T00:40:21.735Z | Compiling colorchoice v1.0.2 |
| 438 | 2024-11-08T00:40:21.906Z | Compiling pretty-hex v0.4.1 |
| 439 | 2024-11-08T00:40:21.965Z | Compiling winnow v0.6.20 |
| 440 | 2024-11-08T00:40:22.002Z | Compiling anstyle-query v1.1.1 |
| 441 | 2024-11-08T00:40:22.114Z | Compiling semver v1.0.23 |
| 442 | 2024-11-08T00:40:22.175Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-08T00:40:22.429Z | Compiling fs-err v2.11.0 |
| 444 | 2024-11-08T00:40:22.906Z | Compiling strsim v0.11.1 |
| 445 | 2024-11-08T00:40:22.932Z | Compiling fnv v1.0.7 |
| 446 | 2024-11-08T00:40:22.958Z | Compiling cfg-if v1.0.0 |
| 447 | 2024-11-08T00:40:23.042Z | Compiling fastrand v2.1.1 |
| 448 | 2024-11-08T00:40:23.070Z | Compiling bytecount v0.6.8 |
| 449 | 2024-11-08T00:40:23.093Z | Compiling heck v0.4.1 |
| 450 | 2024-11-08T00:40:23.349Z | Compiling terminal_size v0.4.0 |
| 451 | 2024-11-08T00:40:23.640Z | Compiling anyhow v1.0.92 |
| 452 | 2024-11-08T00:40:23.667Z | Compiling heck v0.5.0 |
| 453 | 2024-11-08T00:40:23.862Z | Compiling clap_lex v0.7.2 |
| 454 | 2024-11-08T00:40:24.014Z | Compiling tempfile v3.13.0 |
| 455 | 2024-11-08T00:40:24.045Z | Compiling papergrid v0.11.0 |
| 456 | 2024-11-08T00:40:24.376Z | Compiling clap_builder v4.5.20 |
| 457 | 2024-11-08T00:40:24.834Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-08T00:40:24.887Z | Compiling smawk v0.3.2 |
| 459 | 2024-11-08T00:40:24.913Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-11-08T00:40:25.430Z | Compiling textwrap v0.16.1 |
| 461 | 2024-11-08T00:40:25.715Z | Compiling swrite v0.1.0 |
| 462 | 2024-11-08T00:40:26.651Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-08T00:40:28.264Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-08T00:40:29.120Z | Compiling serde_derive v1.0.210 |
| 465 | 2024-11-08T00:40:29.120Z | Compiling thiserror-impl v1.0.64 |
| 466 | 2024-11-08T00:40:29.123Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-08T00:40:29.123Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-08T00:40:29.123Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-08T00:40:30.623Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-08T00:40:31.217Z | Compiling goblin v0.8.2 |
| 471 | 2024-11-08T00:40:31.330Z | Compiling zerocopy v0.7.35 |
| 472 | 2024-11-08T00:40:32.184Z | Compiling pest v2.7.14 |
| 473 | 2024-11-08T00:40:32.933Z | Compiling clap v4.5.20 |
| 474 | 2024-11-08T00:40:34.488Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-08T00:40:35.378Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-08T00:40:36.973Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-08T00:40:37.755Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-08T00:40:39.059Z | Compiling serde_tokenstream v0.2.2 |
| 479 | 2024-11-08T00:40:39.230Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-11-08T00:40:39.233Z | Compiling serde_spanned v0.6.8 |
| 481 | 2024-11-08T00:40:39.329Z | Compiling cargo-platform v0.1.8 |
| 482 | 2024-11-08T00:40:39.531Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-11-08T00:40:39.639Z | Compiling macaddr v1.0.1 |
| 484 | 2024-11-08T00:40:39.925Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-11-08T00:40:40.515Z | Compiling dof v0.3.0 |
| 486 | 2024-11-08T00:40:40.794Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-08T00:40:42.249Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2024-11-08T00:40:42.249Z | Compiling usdt-macro v0.5.0 |
| 489 | 2024-11-08T00:40:42.393Z | Compiling toml v0.8.19 |
| 490 | 2024-11-08T00:40:43.467Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-08T00:40:43.581Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-08T00:40:46.931Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-08T00:40:50.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s |
| 494 | 2024-11-08T00:40:51.211Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-08T00:40:51.756Z | Downloading crates ... |
| 496 | 2024-11-08T00:40:51.879Z | Downloaded atty v0.2.14 |
| 497 | 2024-11-08T00:40:51.895Z | Downloaded bit-vec v0.6.3 |
| 498 | 2024-11-08T00:40:51.897Z | Downloaded async-trait v0.1.83 |
| 499 | 2024-11-08T00:40:51.906Z | Downloaded crucible-workspace-hack v0.1.0 |
| 500 | 2024-11-08T00:40:51.912Z | Downloaded http-body-util v0.1.2 |
| 501 | 2024-11-08T00:40:51.915Z | Downloaded httpdate v1.0.3 |
| 502 | 2024-11-08T00:40:51.917Z | Downloaded hostname v0.3.1 |
| 503 | 2024-11-08T00:40:51.920Z | Downloaded bitflags v1.3.2 |
| 504 | 2024-11-08T00:40:51.922Z | Downloaded cexpr v0.6.0 |
| 505 | 2024-11-08T00:40:51.925Z | Downloaded cipher v0.4.4 |
| 506 | 2024-11-08T00:40:51.929Z | Downloaded async-recursion v1.1.1 |
| 507 | 2024-11-08T00:40:51.931Z | Downloaded normalize-line-endings v0.3.0 |
| 508 | 2024-11-08T00:40:51.934Z | Downloaded http v1.1.0 |
| 509 | 2024-11-08T00:40:51.938Z | Downloaded md5 v0.7.0 |
| 510 | 2024-11-08T00:40:51.941Z | Downloaded http-range v0.1.5 |
| 511 | 2024-11-08T00:40:51.942Z | Downloaded matches v0.1.10 |
| 512 | 2024-11-08T00:40:51.944Z | Downloaded lazycell v1.3.0 |
| 513 | 2024-11-08T00:40:51.945Z | Downloaded is-terminal v0.4.13 |
| 514 | 2024-11-08T00:40:51.947Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 515 | 2024-11-08T00:40:51.950Z | Downloaded nanorand v0.7.0 |
| 516 | 2024-11-08T00:40:51.952Z | Downloaded maplit v1.0.2 |
| 517 | 2024-11-08T00:40:51.955Z | Downloaded nibble_vec v0.1.0 |
| 518 | 2024-11-08T00:40:51.959Z | Downloaded data-encoding v2.6.0 |
| 519 | 2024-11-08T00:40:51.962Z | Downloaded mime v0.3.17 |
| 520 | 2024-11-08T00:40:51.962Z | Downloaded keccak v0.1.5 |
| 521 | 2024-11-08T00:40:51.962Z | Downloaded internet-checksum v0.2.1 |
| 522 | 2024-11-08T00:40:51.965Z | Downloaded bzip2 v0.4.4 |
| 523 | 2024-11-08T00:40:51.967Z | Downloaded hyper-staticfile v0.10.1 |
| 524 | 2024-11-08T00:40:51.970Z | Downloaded hubpack v0.1.2 |
| 525 | 2024-11-08T00:40:51.970Z | Downloaded crc-any v2.5.0 |
| 526 | 2024-11-08T00:40:51.974Z | Downloaded rand_xorshift v0.3.0 |
| 527 | 2024-11-08T00:40:51.977Z | Downloaded libloading v0.8.5 |
| 528 | 2024-11-08T00:40:51.979Z | Downloaded crossbeam-utils v0.8.20 |
| 529 | 2024-11-08T00:40:51.981Z | Downloaded mockall_derive v0.13.0 |
| 530 | 2024-11-08T00:40:51.984Z | Downloaded lock_api v0.4.12 |
| 531 | 2024-11-08T00:40:51.986Z | Downloaded http-body v0.4.6 |
| 532 | 2024-11-08T00:40:51.989Z | Downloaded russh-cryptovec v0.7.3 |
| 533 | 2024-11-08T00:40:51.992Z | Downloaded crypto-bigint v0.5.5 |
| 534 | 2024-11-08T00:40:52.000Z | Downloaded lalrpop-util v0.19.12 |
| 535 | 2024-11-08T00:40:52.003Z | Downloaded highway v1.2.0 |
| 536 | 2024-11-08T00:40:52.013Z | Downloaded miniz_oxide v0.8.0 |
| 537 | 2024-11-08T00:40:52.013Z | Downloaded indicatif v0.17.8 |
| 538 | 2024-11-08T00:40:52.019Z | Downloaded atomicwrites v0.4.4 |
| 539 | 2024-11-08T00:40:52.019Z | Downloaded is_ci v1.2.0 |
| 540 | 2024-11-08T00:40:52.019Z | Downloaded instant v0.1.13 |
| 541 | 2024-11-08T00:40:52.023Z | Downloaded hubpack_derive v0.1.1 |
| 542 | 2024-11-08T00:40:52.023Z | Downloaded async-stream-impl v0.3.6 |
| 543 | 2024-11-08T00:40:52.023Z | Downloaded hmac v0.12.1 |
| 544 | 2024-11-08T00:40:52.026Z | Downloaded slog-bunyan v2.5.0 |
| 545 | 2024-11-08T00:40:52.026Z | Downloaded aead v0.5.2 |
| 546 | 2024-11-08T00:40:52.028Z | Downloaded serde_path_to_error v0.1.16 |
| 547 | 2024-11-08T00:40:52.032Z | Downloaded assert_matches v1.5.0 |
| 548 | 2024-11-08T00:40:52.035Z | Downloaded newline-converter v0.3.0 |
| 549 | 2024-11-08T00:40:52.035Z | Downloaded atomic-waker v1.1.2 |
| 550 | 2024-11-08T00:40:52.035Z | Downloaded match_cfg v0.1.0 |
| 551 | 2024-11-08T00:40:52.038Z | Downloaded array-init v0.0.4 |
| 552 | 2024-11-08T00:40:52.038Z | Downloaded aes v0.8.4 |
| 553 | 2024-11-08T00:40:52.042Z | Downloaded tinyvec_macros v0.1.1 |
| 554 | 2024-11-08T00:40:52.045Z | Downloaded dhcproto-macros v0.1.0 |
| 555 | 2024-11-08T00:40:52.047Z | Downloaded newtype_derive v0.1.6 |
| 556 | 2024-11-08T00:40:52.047Z | Downloaded ciborium-io v0.2.2 |
| 557 | 2024-11-08T00:40:52.049Z | Downloaded string_cache v0.8.7 |
| 558 | 2024-11-08T00:40:52.052Z | Downloaded crunchy v0.2.2 |
| 559 | 2024-11-08T00:40:52.052Z | Downloaded bit-set v0.5.3 |
| 560 | 2024-11-08T00:40:52.055Z | Downloaded bb8 v0.8.5 |
| 561 | 2024-11-08T00:40:52.055Z | Downloaded stable_deref_trait v1.2.0 |
| 562 | 2024-11-08T00:40:52.058Z | Downloaded slog-envlogger v2.2.0 |
| 563 | 2024-11-08T00:40:52.058Z | Downloaded darling_macro v0.20.10 |
| 564 | 2024-11-08T00:40:52.060Z | Downloaded waitgroup v0.1.2 |
| 565 | 2024-11-08T00:40:52.062Z | Downloaded cstr-argument v0.1.2 |
| 566 | 2024-11-08T00:40:52.062Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 567 | 2024-11-08T00:40:52.066Z | Downloaded ipnetwork v0.20.0 |
| 568 | 2024-11-08T00:40:52.066Z | Downloaded indent_write v2.2.0 |
| 569 | 2024-11-08T00:40:52.068Z | Downloaded humantime v2.1.0 |
| 570 | 2024-11-08T00:40:52.070Z | Downloaded kstat-rs v0.2.4 |
| 571 | 2024-11-08T00:40:52.072Z | Downloaded hyper-tls v0.6.0 |
| 572 | 2024-11-08T00:40:52.075Z | Downloaded try-lock v0.2.5 |
| 573 | 2024-11-08T00:40:52.075Z | Downloaded bitfield-struct v0.6.2 |
| 574 | 2024-11-08T00:40:52.077Z | Downloaded memoffset v0.9.1 |
| 575 | 2024-11-08T00:40:52.079Z | Downloaded managed v0.8.0 |
| 576 | 2024-11-08T00:40:52.079Z | Downloaded linked-hash-map v0.5.6 |
| 577 | 2024-11-08T00:40:52.082Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2024-11-08T00:40:52.084Z | Downloaded cfg_aliases v0.1.1 |
| 579 | 2024-11-08T00:40:52.084Z | Downloaded ident_case v1.0.1 |
| 580 | 2024-11-08T00:40:52.087Z | Downloaded httparse v1.9.5 |
| 581 | 2024-11-08T00:40:52.089Z | Downloaded md-5 v0.10.6 |
| 582 | 2024-11-08T00:40:52.092Z | Downloaded crossbeam-channel v0.5.13 |
| 583 | 2024-11-08T00:40:52.096Z | Downloaded nodrop v0.1.14 |
| 584 | 2024-11-08T00:40:52.099Z | Downloaded mockall v0.13.0 |
| 585 | 2024-11-08T00:40:52.101Z | Downloaded convert_case v0.4.0 |
| 586 | 2024-11-08T00:40:52.101Z | Downloaded constant_time_eq v0.3.1 |
| 587 | 2024-11-08T00:40:52.105Z | Downloaded ciborium-ll v0.2.2 |
| 588 | 2024-11-08T00:40:52.107Z | Downloaded slog-dtrace v0.3.0 |
| 589 | 2024-11-08T00:40:52.109Z | Downloaded crc v3.2.1 |
| 590 | 2024-11-08T00:40:52.112Z | Downloaded termios v0.3.3 |
| 591 | 2024-11-08T00:40:52.114Z | Downloaded libefi-sys v0.1.0 |
| 592 | 2024-11-08T00:40:52.117Z | Downloaded crossbeam-deque v0.8.5 |
| 593 | 2024-11-08T00:40:52.119Z | Downloaded jobserver v0.1.32 |
| 594 | 2024-11-08T00:40:52.122Z | Downloaded chrono-tz-build v0.4.0 |
| 595 | 2024-11-08T00:40:52.122Z | Downloaded native-tls v0.2.12 |
| 596 | 2024-11-08T00:40:52.126Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 597 | 2024-11-08T00:40:52.128Z | Downloaded tls_codec v0.4.1 |
| 598 | 2024-11-08T00:40:52.128Z | Downloaded twox-hash v1.6.3 |
| 599 | 2024-11-08T00:40:52.131Z | Downloaded precomputed-hash v0.1.1 |
| 600 | 2024-11-08T00:40:52.133Z | Downloaded openssl-probe v0.1.5 |
| 601 | 2024-11-08T00:40:52.135Z | Downloaded progenitor-client v0.8.0 |
| 602 | 2024-11-08T00:40:52.135Z | Downloaded signal-hook-mio v0.2.4 |
| 603 | 2024-11-08T00:40:52.137Z | Downloaded schemars_derive v0.8.21 |
| 604 | 2024-11-08T00:40:52.140Z | Downloaded zeroize_derive v1.4.2 |
| 605 | 2024-11-08T00:40:52.140Z | Downloaded multimap v0.10.0 |
| 606 | 2024-11-08T00:40:52.143Z | Downloaded either v1.13.0 |
| 607 | 2024-11-08T00:40:52.145Z | Downloaded term v0.7.0 |
| 608 | 2024-11-08T00:40:52.149Z | Downloaded mime_guess v2.0.5 |
| 609 | 2024-11-08T00:40:52.151Z | Downloaded futures-core v0.3.31 |
| 610 | 2024-11-08T00:40:52.154Z | Downloaded path-slash v0.1.5 |
| 611 | 2024-11-08T00:40:52.156Z | Downloaded wait-timeout v0.2.0 |
| 612 | 2024-11-08T00:40:52.156Z | Downloaded rustfmt-wrapper v0.2.1 |
| 613 | 2024-11-08T00:40:52.159Z | Downloaded phf_shared v0.10.0 |
| 614 | 2024-11-08T00:40:52.161Z | Downloaded futures-executor v0.3.31 |
| 615 | 2024-11-08T00:40:52.161Z | Downloaded termcolor v1.4.1 |
| 616 | 2024-11-08T00:40:52.164Z | Downloaded form_urlencoded v1.2.1 |
| 617 | 2024-11-08T00:40:52.164Z | Downloaded float-ord v0.3.2 |
| 618 | 2024-11-08T00:40:52.167Z | Downloaded env_filter v0.1.2 |
| 619 | 2024-11-08T00:40:52.169Z | Downloaded blowfish v0.9.1 |
| 620 | 2024-11-08T00:40:52.172Z | Downloaded hyper-rustls v0.27.3 |
| 621 | 2024-11-08T00:40:52.175Z | Downloaded console v0.15.8 |
| 622 | 2024-11-08T00:40:52.177Z | Downloaded hash32 v0.2.1 |
| 623 | 2024-11-08T00:40:52.179Z | Downloaded tui-tree-widget v0.22.0 |
| 624 | 2024-11-08T00:40:52.182Z | Downloaded allocator-api2 v0.2.18 |
| 625 | 2024-11-08T00:40:52.185Z | Downloaded strum v0.26.3 |
| 626 | 2024-11-08T00:40:52.187Z | Downloaded zeroize v1.8.1 |
| 627 | 2024-11-08T00:40:52.189Z | Downloaded pbkdf2 v0.11.0 |
| 628 | 2024-11-08T00:40:52.192Z | Downloaded progenitor v0.8.0 |
| 629 | 2024-11-08T00:40:52.194Z | Downloaded num_enum v0.5.11 |
| 630 | 2024-11-08T00:40:52.200Z | Downloaded parse-display v0.10.0 |
| 631 | 2024-11-08T00:40:52.202Z | Downloaded num_enum_derive v0.5.11 |
| 632 | 2024-11-08T00:40:52.204Z | Downloaded ghash v0.5.1 |
| 633 | 2024-11-08T00:40:52.206Z | Downloaded getrandom v0.2.15 |
| 634 | 2024-11-08T00:40:52.208Z | Downloaded float-cmp v0.9.0 |
| 635 | 2024-11-08T00:40:52.211Z | Downloaded want v0.3.1 |
| 636 | 2024-11-08T00:40:52.213Z | Downloaded vte_generate_state_changes v0.1.2 |
| 637 | 2024-11-08T00:40:52.213Z | Downloaded der_derive v0.7.3 |
| 638 | 2024-11-08T00:40:52.216Z | Downloaded same-file v1.0.6 |
| 639 | 2024-11-08T00:40:52.218Z | Downloaded phf_shared v0.11.2 |
| 640 | 2024-11-08T00:40:52.220Z | Downloaded downcast v0.11.0 |
| 641 | 2024-11-08T00:40:52.223Z | Downloaded hyper-util v0.1.9 |
| 642 | 2024-11-08T00:40:52.227Z | Downloaded foreign-types-shared v0.3.1 |
| 643 | 2024-11-08T00:40:52.229Z | Downloaded const-oid v0.9.6 |
| 644 | 2024-11-08T00:40:52.231Z | Downloaded clang-sys v1.8.1 |
| 645 | 2024-11-08T00:40:52.234Z | Downloaded num-conv v0.1.0 |
| 646 | 2024-11-08T00:40:52.236Z | Downloaded opaque-debug v0.3.1 |
| 647 | 2024-11-08T00:40:52.239Z | Downloaded num_threads v0.1.7 |
| 648 | 2024-11-08T00:40:52.239Z | Downloaded toml v0.7.8 |
| 649 | 2024-11-08T00:40:52.243Z | Downloaded serde_repr v0.1.19 |
| 650 | 2024-11-08T00:40:52.246Z | Downloaded peg-runtime v0.8.3 |
| 651 | 2024-11-08T00:40:52.248Z | Downloaded ssh-cipher v0.2.0 |
| 652 | 2024-11-08T00:40:52.250Z | Downloaded http v0.2.12 |
| 653 | 2024-11-08T00:40:52.254Z | Downloaded pretty-hex v0.2.1 |
| 654 | 2024-11-08T00:40:52.256Z | Downloaded strum_macros v0.25.3 |
| 655 | 2024-11-08T00:40:52.258Z | Downloaded unicase v2.7.0 |
| 656 | 2024-11-08T00:40:52.260Z | Downloaded dhcproto v0.12.0 |
| 657 | 2024-11-08T00:40:52.263Z | Downloaded aho-corasick v1.1.3 |
| 658 | 2024-11-08T00:40:52.271Z | Downloaded typify-macro v0.2.0 |
| 659 | 2024-11-08T00:40:52.273Z | Downloaded fallible-iterator v0.3.0 |
| 660 | 2024-11-08T00:40:52.276Z | Downloaded which v4.4.2 |
| 661 | 2024-11-08T00:40:52.279Z | Downloaded termtree v0.4.1 |
| 662 | 2024-11-08T00:40:52.279Z | Downloaded env_logger v0.10.2 |
| 663 | 2024-11-08T00:40:52.293Z | Downloaded filetime v0.2.25 |
| 664 | 2024-11-08T00:40:52.296Z | Downloaded base64 v0.13.1 |
| 665 | 2024-11-08T00:40:52.298Z | Downloaded dsl_auto_type v0.1.2 |
| 666 | 2024-11-08T00:40:52.301Z | Downloaded tracing-core v0.1.32 |
| 667 | 2024-11-08T00:40:52.304Z | Downloaded zone_cfg_derive v0.3.0 |
| 668 | 2024-11-08T00:40:52.306Z | Downloaded parse-display-derive v0.10.0 |
| 669 | 2024-11-08T00:40:52.306Z | Downloaded globset v0.4.15 |
| 670 | 2024-11-08T00:40:52.309Z | Downloaded glob v0.3.1 |
| 671 | 2024-11-08T00:40:52.311Z | Downloaded number_prefix v0.4.0 |
| 672 | 2024-11-08T00:40:52.313Z | Downloaded salsa20 v0.10.2 |
| 673 | 2024-11-08T00:40:52.315Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 674 | 2024-11-08T00:40:52.315Z | Downloaded predicates-tree v1.0.11 |
| 675 | 2024-11-08T00:40:52.318Z | Downloaded predicates-core v1.0.8 |
| 676 | 2024-11-08T00:40:52.318Z | Downloaded pem v3.0.4 |
| 677 | 2024-11-08T00:40:52.320Z | Downloaded sha1 v0.10.6 |
| 678 | 2024-11-08T00:40:52.322Z | Downloaded ref-cast v1.0.23 |
| 679 | 2024-11-08T00:40:52.324Z | Downloaded quinn-udp v0.5.5 |
| 680 | 2024-11-08T00:40:52.328Z | Downloaded strum_macros v0.26.4 |
| 681 | 2024-11-08T00:40:52.331Z | Downloaded oso-derive v0.27.3 |
| 682 | 2024-11-08T00:40:52.334Z | Downloaded rustversion v1.0.17 |
| 683 | 2024-11-08T00:40:52.336Z | Downloaded tokio-tungstenite v0.24.0 |
| 684 | 2024-11-08T00:40:52.339Z | Downloaded whoami v1.5.2 |
| 685 | 2024-11-08T00:40:52.341Z | Downloaded structmeta v0.2.0 |
| 686 | 2024-11-08T00:40:52.341Z | Downloaded backtrace v0.3.74 |
| 687 | 2024-11-08T00:40:52.349Z | Downloaded fixedbitset v0.4.2 |
| 688 | 2024-11-08T00:40:52.352Z | Downloaded des v0.8.1 |
| 689 | 2024-11-08T00:40:52.352Z | Downloaded walkdir v2.5.0 |
| 690 | 2024-11-08T00:40:52.355Z | Downloaded compact_str v0.8.0 |
| 691 | 2024-11-08T00:40:52.359Z | Downloaded serde-big-array v0.5.1 |
| 692 | 2024-11-08T00:40:52.361Z | Downloaded half v2.4.1 |
| 693 | 2024-11-08T00:40:52.364Z | Downloaded untrusted v0.7.1 |
| 694 | 2024-11-08T00:40:52.367Z | Downloaded universal-hash v0.5.1 |
| 695 | 2024-11-08T00:40:52.367Z | Downloaded dropshot_endpoint v0.12.0 |
| 696 | 2024-11-08T00:40:52.371Z | Downloaded parking_lot_core v0.9.10 |
| 697 | 2024-11-08T00:40:52.374Z | Downloaded group v0.13.0 |
| 698 | 2024-11-08T00:40:52.376Z | Downloaded zone_cfg_derive v0.1.2 |
| 699 | 2024-11-08T00:40:52.379Z | Downloaded dirs-sys-next v0.1.2 |
| 700 | 2024-11-08T00:40:52.379Z | Downloaded dirs-next v2.0.0 |
| 701 | 2024-11-08T00:40:52.381Z | Downloaded take_mut v0.2.2 |
| 702 | 2024-11-08T00:40:52.381Z | Downloaded hash32 v0.3.1 |
| 703 | 2024-11-08T00:40:52.383Z | Downloaded foldhash v0.1.3 |
| 704 | 2024-11-08T00:40:52.385Z | Downloaded peg v0.8.4 |
| 705 | 2024-11-08T00:40:52.389Z | Downloaded p256 v0.13.2 |
| 706 | 2024-11-08T00:40:52.394Z | Downloaded mio v1.0.2 |
| 707 | 2024-11-08T00:40:52.401Z | Downloaded rtoolbox v0.0.2 |
| 708 | 2024-11-08T00:40:52.404Z | Downloaded rand_chacha v0.3.1 |
| 709 | 2024-11-08T00:40:52.407Z | Downloaded quick-error v1.2.3 |
| 710 | 2024-11-08T00:40:52.407Z | Downloaded progenitor-macro v0.8.0 |
| 711 | 2024-11-08T00:40:52.410Z | Downloaded pbkdf2 v0.12.2 |
| 712 | 2024-11-08T00:40:52.410Z | Downloaded tokio-rustls v0.25.0 |
| 713 | 2024-11-08T00:40:52.413Z | Downloaded fxhash v0.2.1 |
| 714 | 2024-11-08T00:40:52.417Z | Downloaded openssl-macros v0.1.1 |
| 715 | 2024-11-08T00:40:52.417Z | Downloaded ron v0.8.1 |
| 716 | 2024-11-08T00:40:52.425Z | Downloaded sync_wrapper v1.0.1 |
| 717 | 2024-11-08T00:40:52.427Z | Downloaded thread_local v1.1.8 |
| 718 | 2024-11-08T00:40:52.427Z | Downloaded strip-ansi-escapes v0.2.0 |
| 719 | 2024-11-08T00:40:52.427Z | Downloaded slog-stdlog v4.1.1 |
| 720 | 2024-11-08T00:40:52.429Z | Downloaded serde_urlencoded v0.7.1 |
| 721 | 2024-11-08T00:40:52.431Z | Downloaded tokio-rustls v0.24.1 |
| 722 | 2024-11-08T00:40:52.434Z | Downloaded foreign-types v0.3.2 |
| 723 | 2024-11-08T00:40:52.437Z | Downloaded sync_wrapper v0.1.2 |
| 724 | 2024-11-08T00:40:52.437Z | Downloaded unicode-xid v0.2.6 |
| 725 | 2024-11-08T00:40:52.439Z | Downloaded typify v0.2.0 |
| 726 | 2024-11-08T00:40:52.443Z | Downloaded fd-lock v4.0.2 |
| 727 | 2024-11-08T00:40:52.446Z | Downloaded zone v0.3.0 |
| 728 | 2024-11-08T00:40:52.449Z | Downloaded embedded-io v0.6.1 |
| 729 | 2024-11-08T00:40:52.449Z | Downloaded derive_builder_core v0.20.2 |
| 730 | 2024-11-08T00:40:52.451Z | Downloaded ed25519-dalek v2.1.1 |
| 731 | 2024-11-08T00:40:52.455Z | Downloaded debug-ignore v1.0.5 |
| 732 | 2024-11-08T00:40:52.458Z | Downloaded embedded-io v0.4.0 |
| 733 | 2024-11-08T00:40:52.460Z | Downloaded owo-colors v4.1.0 |
| 734 | 2024-11-08T00:40:52.463Z | Downloaded test-strategy v0.3.1 |
| 735 | 2024-11-08T00:40:52.468Z | Downloaded sigpipe v0.1.3 |
| 736 | 2024-11-08T00:40:52.470Z | Downloaded poly1305 v0.8.0 |
| 737 | 2024-11-08T00:40:52.473Z | Downloaded pkcs1 v0.7.5 |
| 738 | 2024-11-08T00:40:52.476Z | Downloaded rustc-hash v2.0.0 |
| 739 | 2024-11-08T00:40:52.478Z | Downloaded rustc-hash v1.1.0 |
| 740 | 2024-11-08T00:40:52.480Z | Downloaded packed_struct_codegen v0.10.1 |
| 741 | 2024-11-08T00:40:52.480Z | Downloaded rustc_version v0.1.7 |
| 742 | 2024-11-08T00:40:52.482Z | Downloaded slog-term v2.9.1 |
| 743 | 2024-11-08T00:40:52.484Z | Downloaded num-integer v0.1.46 |
| 744 | 2024-11-08T00:40:52.487Z | Downloaded gethostname v0.5.0 |
| 745 | 2024-11-08T00:40:52.492Z | Downloaded smallvec v0.6.14 |
| 746 | 2024-11-08T00:40:52.494Z | Downloaded time-macros v0.2.18 |
| 747 | 2024-11-08T00:40:52.494Z | Downloaded ff v0.13.0 |
| 748 | 2024-11-08T00:40:52.497Z | Downloaded omicron-zone-package v0.11.1 |
| 749 | 2024-11-08T00:40:52.499Z | Downloaded zopfli v0.8.1 |
| 750 | 2024-11-08T00:40:52.502Z | Downloaded rayon-core v1.12.1 |
| 751 | 2024-11-08T00:40:52.506Z | Downloaded rand v0.8.5 |
| 752 | 2024-11-08T00:40:52.511Z | Downloaded libm v0.2.8 |
| 753 | 2024-11-08T00:40:52.520Z | Downloaded headers-core v0.3.0 |
| 754 | 2024-11-08T00:40:52.523Z | Downloaded parking_lot v0.11.2 |
| 755 | 2024-11-08T00:40:52.525Z | Downloaded tower-service v0.3.3 |
| 756 | 2024-11-08T00:40:52.527Z | Downloaded rustls-pemfile v1.0.4 |
| 757 | 2024-11-08T00:40:52.531Z | Downloaded vsss-rs v3.3.4 |
| 758 | 2024-11-08T00:40:52.534Z | Downloaded hex-literal v0.4.1 |
| 759 | 2024-11-08T00:40:52.536Z | Downloaded hex v0.4.3 |
| 760 | 2024-11-08T00:40:52.536Z | Downloaded ena v0.14.3 |
| 761 | 2024-11-08T00:40:52.539Z | Downloaded diff v0.1.13 |
| 762 | 2024-11-08T00:40:52.542Z | Downloaded supports-color v3.0.1 |
| 763 | 2024-11-08T00:40:52.544Z | Downloaded spin v0.5.2 |
| 764 | 2024-11-08T00:40:52.546Z | Downloaded paste v1.0.15 |
| 765 | 2024-11-08T00:40:52.549Z | Downloaded pin-utils v0.1.0 |
| 766 | 2024-11-08T00:40:52.551Z | Downloaded rustc-demangle v0.1.24 |
| 767 | 2024-11-08T00:40:52.554Z | Downloaded password-hash v0.4.2 |
| 768 | 2024-11-08T00:40:52.556Z | Downloaded diesel-dtrace v0.3.0 |
| 769 | 2024-11-08T00:40:52.559Z | Downloaded futures-channel v0.3.31 |
| 770 | 2024-11-08T00:40:52.561Z | Downloaded derive_builder v0.20.2 |
| 771 | 2024-11-08T00:40:52.566Z | Downloaded utf-8 v0.7.6 |
| 772 | 2024-11-08T00:40:52.568Z | Downloaded unicode-truncate v1.1.0 |
| 773 | 2024-11-08T00:40:52.571Z | Downloaded topological-sort v0.2.2 |
| 774 | 2024-11-08T00:40:52.573Z | Downloaded psl-types v2.0.11 |
| 775 | 2024-11-08T00:40:52.574Z | Downloaded heck v0.3.3 |
| 776 | 2024-11-08T00:40:52.576Z | Downloaded tracing-attributes v0.1.27 |
| 777 | 2024-11-08T00:40:52.579Z | Downloaded signature v2.2.0 |
| 778 | 2024-11-08T00:40:52.581Z | Downloaded unsafe-libyaml v0.2.11 |
| 779 | 2024-11-08T00:40:52.584Z | Downloaded vergen v8.3.2 |
| 780 | 2024-11-08T00:40:52.588Z | Downloaded fallible-iterator v0.2.0 |
| 781 | 2024-11-08T00:40:52.590Z | Downloaded futures-task v0.3.31 |
| 782 | 2024-11-08T00:40:52.593Z | Downloaded futures-sink v0.3.31 |
| 783 | 2024-11-08T00:40:52.593Z | Downloaded toolchain_find v0.4.0 |
| 784 | 2024-11-08T00:40:52.595Z | Downloaded num-bigint-dig v0.8.4 |
| 785 | 2024-11-08T00:40:52.599Z | Downloaded percent-encoding v2.3.1 |
| 786 | 2024-11-08T00:40:52.602Z | Downloaded foreign-types-macros v0.2.3 |
| 787 | 2024-11-08T00:40:52.605Z | Downloaded foreign-types v0.5.0 |
| 788 | 2024-11-08T00:40:52.605Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 789 | 2024-11-08T00:40:52.607Z | Downloaded tls_codec_derive v0.4.1 |
| 790 | 2024-11-08T00:40:52.607Z | Downloaded oso v0.27.3 |
| 791 | 2024-11-08T00:40:52.611Z | Downloaded endian-type v0.1.2 |
| 792 | 2024-11-08T00:40:52.613Z | Downloaded num v0.4.3 |
| 793 | 2024-11-08T00:40:52.613Z | Downloaded futures-macro v0.3.31 |
| 794 | 2024-11-08T00:40:52.615Z | Downloaded radium v0.7.0 |
| 795 | 2024-11-08T00:40:52.617Z | Downloaded phf v0.11.2 |
| 796 | 2024-11-08T00:40:52.619Z | Downloaded ed25519 v2.2.3 |
| 797 | 2024-11-08T00:40:52.622Z | Downloaded pin-project-lite v0.2.14 |
| 798 | 2024-11-08T00:40:52.626Z | Downloaded enum-as-inner v0.6.1 |
| 799 | 2024-11-08T00:40:52.628Z | Downloaded sec1 v0.7.3 |
| 800 | 2024-11-08T00:40:52.630Z | Downloaded libxml v0.3.3 |
| 801 | 2024-11-08T00:40:52.637Z | Downloaded futures-io v0.3.31 |
| 802 | 2024-11-08T00:40:52.640Z | Downloaded crossterm v0.28.1 |
| 803 | 2024-11-08T00:40:52.646Z | Downloaded deranged v0.3.11 |
| 804 | 2024-11-08T00:40:52.649Z | Downloaded xattr v1.3.1 |
| 805 | 2024-11-08T00:40:52.652Z | Downloaded scrypt v0.11.0 |
| 806 | 2024-11-08T00:40:52.654Z | Downloaded primeorder v0.13.6 |
| 807 | 2024-11-08T00:40:52.654Z | Downloaded rustls-pemfile v2.2.0 |
| 808 | 2024-11-08T00:40:52.657Z | Downloaded tokio-macros v2.4.0 |
| 809 | 2024-11-08T00:40:52.659Z | Downloaded tokio-util v0.7.12 |
| 810 | 2024-11-08T00:40:52.666Z | Downloaded sqlparser_derive v0.2.2 |
| 811 | 2024-11-08T00:40:52.668Z | Downloaded rand_core v0.6.4 |
| 812 | 2024-11-08T00:40:52.672Z | Downloaded tinyvec v1.8.0 |
| 813 | 2024-11-08T00:40:52.674Z | Downloaded derive-where v1.2.7 |
| 814 | 2024-11-08T00:40:52.677Z | Downloaded fatfs v0.3.6 |
| 815 | 2024-11-08T00:40:52.680Z | Downloaded postcard v1.0.10 |
| 816 | 2024-11-08T00:40:52.683Z | Downloaded url v2.5.2 |
| 817 | 2024-11-08T00:40:52.688Z | Downloaded hashbrown v0.13.2 |
| 818 | 2024-11-08T00:40:52.693Z | Downloaded derive_builder_macro v0.20.2 |
| 819 | 2024-11-08T00:40:52.695Z | Downloaded sct v0.7.1 |
| 820 | 2024-11-08T00:40:52.698Z | Downloaded typed-path v0.7.1 |
| 821 | 2024-11-08T00:40:52.705Z | Downloaded funty v2.0.0 |
| 822 | 2024-11-08T00:40:52.707Z | Downloaded elliptic-curve v0.13.8 |
| 823 | 2024-11-08T00:40:52.710Z | Downloaded scopeguard v1.2.0 |
| 824 | 2024-11-08T00:40:52.713Z | Downloaded predicates v3.1.2 |
| 825 | 2024-11-08T00:40:52.716Z | Downloaded hashlink v0.9.1 |
| 826 | 2024-11-08T00:40:52.718Z | Downloaded value-bag v1.9.0 |
| 827 | 2024-11-08T00:40:52.721Z | Downloaded tokio-stream v0.1.16 |
| 828 | 2024-11-08T00:40:52.726Z | Downloaded num-derive v0.4.2 |
| 829 | 2024-11-08T00:40:52.728Z | Downloaded unicode-properties v0.1.3 |
| 830 | 2024-11-08T00:40:52.731Z | Downloaded defmt-parser v0.3.4 |
| 831 | 2024-11-08T00:40:52.735Z | Downloaded sqlformat v0.2.6 |
| 832 | 2024-11-08T00:40:52.737Z | Downloaded defmt-macros v0.3.9 |
| 833 | 2024-11-08T00:40:52.739Z | Downloaded ppv-lite86 v0.2.20 |
| 834 | 2024-11-08T00:40:52.739Z | Downloaded powerfmt v0.2.0 |
| 835 | 2024-11-08T00:40:52.741Z | Downloaded enum-as-inner v0.5.1 |
| 836 | 2024-11-08T00:40:52.743Z | Downloaded siphasher v0.3.11 |
| 837 | 2024-11-08T00:40:52.746Z | Downloaded stringprep v0.1.5 |
| 838 | 2024-11-08T00:40:52.746Z | Downloaded derive_more v0.99.18 |
| 839 | 2024-11-08T00:40:52.752Z | Downloaded num-iter v0.1.45 |
| 840 | 2024-11-08T00:40:52.754Z | Downloaded openssl-sys v0.9.103 |
| 841 | 2024-11-08T00:40:52.759Z | Downloaded idna v0.3.0 |
| 842 | 2024-11-08T00:40:52.767Z | Downloaded wyz v0.5.1 |
| 843 | 2024-11-08T00:40:52.769Z | Downloaded ssh-encoding v0.2.0 |
| 844 | 2024-11-08T00:40:52.772Z | Downloaded spki v0.7.3 |
| 845 | 2024-11-08T00:40:52.774Z | Downloaded dyn-clone v1.0.17 |
| 846 | 2024-11-08T00:40:52.774Z | Downloaded rand_seeder v0.3.0 |
| 847 | 2024-11-08T00:40:52.777Z | Downloaded headers v0.4.0 |
| 848 | 2024-11-08T00:40:52.782Z | Downloaded yasna v0.5.2 |
| 849 | 2024-11-08T00:40:52.785Z | Downloaded r2d2 v0.8.10 |
| 850 | 2024-11-08T00:40:52.789Z | Downloaded hashbrown v0.12.3 |
| 851 | 2024-11-08T00:40:52.791Z | Downloaded peg-macros v0.8.4 |
| 852 | 2024-11-08T00:40:52.794Z | Downloaded password-hash v0.5.0 |
| 853 | 2024-11-08T00:40:52.796Z | Downloaded num-complex v0.4.6 |
| 854 | 2024-11-08T00:40:52.799Z | Downloaded postgres-types v0.2.8 |
| 855 | 2024-11-08T00:40:52.801Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2024-11-08T00:40:52.804Z | Downloaded zip v2.1.3 |
| 857 | 2024-11-08T00:40:52.808Z | Downloaded flate2 v1.0.34 |
| 858 | 2024-11-08T00:40:52.814Z | Downloaded ecdsa v0.16.9 |
| 859 | 2024-11-08T00:40:52.816Z | Downloaded vte v0.11.1 |
| 860 | 2024-11-08T00:40:52.818Z | Downloaded reedline v0.35.0 |
| 861 | 2024-11-08T00:40:52.826Z | Downloaded rustls-pki-types v1.9.0 |
| 862 | 2024-11-08T00:40:52.830Z | Downloaded tracing v0.1.40 |
| 863 | 2024-11-08T00:40:52.836Z | Downloaded zerocopy v0.6.6 |
| 864 | 2024-11-08T00:40:52.839Z | Downloaded futures v0.3.31 |
| 865 | 2024-11-08T00:40:52.844Z | Downloaded parse-zoneinfo v0.3.1 |
| 866 | 2024-11-08T00:40:52.848Z | Downloaded samael v0.0.17 |
| 867 | 2024-11-08T00:40:52.854Z | Downloaded time v0.3.36 |
| 868 | 2024-11-08T00:40:52.862Z | Downloaded qorb v0.2.0 |
| 869 | 2024-11-08T00:40:52.867Z | Downloaded prettyplease v0.2.22 |
| 870 | 2024-11-08T00:40:52.872Z | Downloaded bitvec v1.0.1 |
| 871 | 2024-11-08T00:40:52.889Z | Downloaded num-bigint v0.4.6 |
| 872 | 2024-11-08T00:40:52.893Z | Downloaded lalrpop v0.19.12 |
| 873 | 2024-11-08T00:40:52.906Z | Downloaded quinn v0.11.5 |
| 874 | 2024-11-08T00:40:52.909Z | Downloaded toml_edit v0.19.15 |
| 875 | 2024-11-08T00:40:52.927Z | Downloaded diesel_derives v2.2.3 |
| 876 | 2024-11-08T00:40:52.931Z | Downloaded unicode-normalization v0.1.24 |
| 877 | 2024-11-08T00:40:52.935Z | Downloaded russh v0.45.0 |
| 878 | 2024-11-08T00:40:52.941Z | Downloaded regex-syntax v0.6.29 |
| 879 | 2024-11-08T00:40:52.949Z | Downloaded unicode-segmentation v1.12.0 |
| 880 | 2024-11-08T00:40:52.953Z | Downloaded rayon v1.10.0 |
| 881 | 2024-11-08T00:40:52.965Z | Downloaded p521 v0.13.3 |
| 882 | 2024-11-08T00:40:52.969Z | Downloaded bstr v1.10.0 |
| 883 | 2024-11-08T00:40:52.981Z | Downloaded tough v0.17.1 |
| 884 | 2024-11-08T00:40:52.990Z | Downloaded serde_with v3.11.0 |
| 885 | 2024-11-08T00:40:53.000Z | Downloaded hashbrown v0.14.5 |
| 886 | 2024-11-08T00:40:53.007Z | Downloaded reqwest v0.11.27 |
| 887 | 2024-11-08T00:40:53.016Z | Downloaded p384 v0.13.0 |
| 888 | 2024-11-08T00:40:53.023Z | Downloaded nix v0.27.1 |
| 889 | 2024-11-08T00:40:53.036Z | Downloaded chrono-tz v0.10.0 |
| 890 | 2024-11-08T00:40:53.045Z | Downloaded idna v0.2.3 |
| 891 | 2024-11-08T00:40:53.058Z | Downloaded git2 v0.19.0 |
| 892 | 2024-11-08T00:40:53.063Z | Downloaded portable-atomic v1.9.0 |
| 893 | 2024-11-08T00:40:53.071Z | Downloaded regex v1.11.0 |
| 894 | 2024-11-08T00:40:53.087Z | Downloaded quick-xml v0.33.0 |
| 895 | 2024-11-08T00:40:53.093Z | Downloaded radix_trie v0.2.1 |
| 896 | 2024-11-08T00:40:53.099Z | Downloaded rustls-webpki v0.101.7 |
| 897 | 2024-11-08T00:40:53.116Z | Downloaded sqlparser v0.45.0 |
| 898 | 2024-11-08T00:40:53.121Z | Downloaded proptest v1.5.0 |
| 899 | 2024-11-08T00:40:53.134Z | Downloaded polar-core v0.27.3 |
| 900 | 2024-11-08T00:40:53.144Z | Downloaded gimli v0.31.1 |
| 901 | 2024-11-08T00:40:53.152Z | Downloaded rustls v0.22.4 |
| 902 | 2024-11-08T00:40:53.173Z | Downloaded dropshot v0.12.0 |
| 903 | 2024-11-08T00:40:53.203Z | Downloaded vcpkg v0.2.15 |
| 904 | 2024-11-08T00:40:53.249Z | Downloaded smoltcp v0.9.1 |
| 905 | 2024-11-08T00:40:53.260Z | Downloaded regex-syntax v0.8.5 |
| 906 | 2024-11-08T00:40:53.269Z | Downloaded openssl v0.10.66 |
| 907 | 2024-11-08T00:40:53.280Z | Downloaded object v0.30.4 |
| 908 | 2024-11-08T00:40:53.290Z | Downloaded regress v0.9.1 |
| 909 | 2024-11-08T00:40:53.300Z | Downloaded regress v0.10.1 |
| 910 | 2024-11-08T00:40:53.310Z | Downloaded object v0.36.5 |
| 911 | 2024-11-08T00:40:53.324Z | Downloaded hickory-proto v0.24.1 |
| 912 | 2024-11-08T00:40:53.340Z | Downloaded smoltcp v0.11.0 |
| 913 | 2024-11-08T00:40:53.354Z | Downloaded openapiv3 v2.0.0 |
| 914 | 2024-11-08T00:40:53.367Z | Downloaded sled v0.34.7 |
| 915 | 2024-11-08T00:40:53.377Z | Downloaded zerocopy-derive v0.6.6 |
| 916 | 2024-11-08T00:40:53.387Z | Downloaded typify-impl v0.2.0 |
| 917 | 2024-11-08T00:40:53.403Z | Downloaded diesel v2.2.4 |
| 918 | 2024-11-08T00:40:53.424Z | Downloaded nix v0.28.0 |
| 919 | 2024-11-08T00:40:53.437Z | Downloaded ratatui v0.28.1 |
| 920 | 2024-11-08T00:40:53.458Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 921 | 2024-11-08T00:40:53.470Z | Downloaded trust-dns-proto v0.22.0 |
| 922 | 2024-11-08T00:40:53.483Z | Downloaded rustls v0.23.14 |
| 923 | 2024-11-08T00:40:53.495Z | Downloaded regex-automata v0.4.8 |
| 924 | 2024-11-08T00:40:53.512Z | Downloaded curve25519-dalek v4.1.3 |
| 925 | 2024-11-08T00:40:53.521Z | Downloaded webpki-roots v0.26.6 |
| 926 | 2024-11-08T00:40:53.524Z | Downloaded rustls-webpki v0.102.8 |
| 927 | 2024-11-08T00:40:53.544Z | Downloaded idna v0.5.0 |
| 928 | 2024-11-08T00:40:53.551Z | Downloaded idna v0.4.0 |
| 929 | 2024-11-08T00:40:53.558Z | Downloaded futures-util v0.3.31 |
| 930 | 2024-11-08T00:40:53.570Z | Downloaded lzma-sys v0.1.20 |
| 931 | 2024-11-08T00:40:53.600Z | Downloaded libz-sys v1.1.20 |
| 932 | 2024-11-08T00:40:53.621Z | Downloaded rusqlite v0.32.1 |
| 933 | 2024-11-08T00:40:53.628Z | Downloaded petgraph v0.6.5 |
| 934 | 2024-11-08T00:40:53.646Z | Downloaded salty v0.3.0 |
| 935 | 2024-11-08T00:40:53.652Z | Downloaded nix v0.29.0 |
| 936 | 2024-11-08T00:40:53.665Z | Downloaded sha3 v0.10.8 |
| 937 | 2024-11-08T00:40:53.669Z | Downloaded chrono v0.4.38 |
| 938 | 2024-11-08T00:40:53.677Z | Downloaded h2 v0.4.6 |
| 939 | 2024-11-08T00:40:53.684Z | Downloaded csv v1.3.0 |
| 940 | 2024-11-08T00:40:53.705Z | Downloaded quinn-proto v0.11.8 |
| 941 | 2024-11-08T00:40:53.713Z | Downloaded rustls v0.21.12 |
| 942 | 2024-11-08T00:40:53.725Z | Downloaded tokio v1.40.0 |
| 943 | 2024-11-08T00:40:53.766Z | Downloaded bindgen v0.69.5 |
| 944 | 2024-11-08T00:40:53.774Z | Downloaded h2 v0.3.26 |
| 945 | 2024-11-08T00:40:53.781Z | Downloaded tokio-postgres v0.7.12 |
| 946 | 2024-11-08T00:40:53.786Z | Downloaded publicsuffix v2.2.3 |
| 947 | 2024-11-08T00:40:53.790Z | Downloaded hickory-server v0.24.1 |
| 948 | 2024-11-08T00:40:53.794Z | Downloaded expectorate v1.1.0 |
| 949 | 2024-11-08T00:40:53.797Z | Downloaded winnow v0.5.40 |
| 950 | 2024-11-08T00:40:53.806Z | Downloaded similar v2.6.0 |
| 951 | 2024-11-08T00:40:53.811Z | Downloaded rustyline v14.0.0 |
| 952 | 2024-11-08T00:40:53.818Z | Downloaded reqwest v0.12.8 |
| 953 | 2024-11-08T00:40:53.826Z | Downloaded xz2 v0.1.7 |
| 954 | 2024-11-08T00:40:53.828Z | Downloaded smallvec v1.13.2 |
| 955 | 2024-11-08T00:40:53.830Z | Downloaded slab v0.4.9 |
| 956 | 2024-11-08T00:40:53.833Z | Downloaded uuid v1.10.0 |
| 957 | 2024-11-08T00:40:53.835Z | Downloaded rsa v0.9.6 |
| 958 | 2024-11-08T00:40:53.840Z | Downloaded unicode-bidi v0.3.17 |
| 959 | 2024-11-08T00:40:53.843Z | Downloaded socket2 v0.5.7 |
| 960 | 2024-11-08T00:40:53.846Z | Downloaded olpc-cjson v0.1.4 |
| 961 | 2024-11-08T00:40:53.848Z | Downloaded tokio-native-tls v0.3.1 |
| 962 | 2024-11-08T00:40:53.850Z | Downloaded postgres-protocol v0.6.7 |
| 963 | 2024-11-08T00:40:53.852Z | Downloaded uzers v0.12.1 |
| 964 | 2024-11-08T00:40:53.856Z | Downloaded parking_lot v0.12.3 |
| 965 | 2024-11-08T00:40:53.858Z | Downloaded russh-keys v0.45.0 |
| 966 | 2024-11-08T00:40:53.861Z | Downloaded unicode_categories v0.1.1 |
| 967 | 2024-11-08T00:40:53.861Z | Downloaded pin-project-internal v1.1.6 |
| 968 | 2024-11-08T00:40:53.863Z | Downloaded spin v0.9.8 |
| 969 | 2024-11-08T00:40:53.865Z | Downloaded hickory-resolver v0.24.1 |
| 970 | 2024-11-08T00:40:53.869Z | Downloaded simd-adler32 v0.3.7 |
| 971 | 2024-11-08T00:40:53.871Z | Downloaded semver v0.1.20 |
| 972 | 2024-11-08T00:40:53.873Z | Downloaded secrecy v0.8.0 |
| 973 | 2024-11-08T00:40:53.873Z | Downloaded aes-gcm v0.10.3 |
| 974 | 2024-11-08T00:40:53.876Z | Downloaded structmeta v0.3.0 |
| 975 | 2024-11-08T00:40:53.878Z | Downloaded slog-scope v4.4.0 |
| 976 | 2024-11-08T00:40:53.881Z | Downloaded slog-json v2.6.1 |
| 977 | 2024-11-08T00:40:53.881Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2024-11-08T00:40:53.883Z | Downloaded ssh-key v0.6.6 |
| 979 | 2024-11-08T00:40:53.887Z | Downloaded hyper v1.4.1 |
| 980 | 2024-11-08T00:40:53.894Z | Downloaded tar v0.4.42 |
| 981 | 2024-11-08T00:40:53.896Z | Downloaded encoding_rs v0.8.34 |
| 982 | 2024-11-08T00:40:53.918Z | Downloaded x509-cert v0.2.5 |
| 983 | 2024-11-08T00:40:53.924Z | Downloaded itertools v0.13.0 |
| 984 | 2024-11-08T00:40:53.931Z | Downloaded zone v0.1.8 |
| 985 | 2024-11-08T00:40:53.933Z | Downloaded polyval v0.6.2 |
| 986 | 2024-11-08T00:40:53.933Z | Downloaded tiny-keccak v2.0.2 |
| 987 | 2024-11-08T00:40:53.936Z | Downloaded parking_lot_core v0.8.6 |
| 988 | 2024-11-08T00:40:53.939Z | Downloaded defmt v0.3.8 |
| 989 | 2024-11-08T00:40:53.941Z | Downloaded flume v0.11.0 |
| 990 | 2024-11-08T00:40:53.944Z | Downloaded zip v0.6.6 |
| 991 | 2024-11-08T00:40:53.948Z | Downloaded snafu v0.8.5 |
| 992 | 2024-11-08T00:40:53.956Z | Downloaded serde_yaml v0.9.34+deprecated |
| 993 | 2024-11-08T00:40:53.959Z | Downloaded nom v7.1.3 |
| 994 | 2024-11-08T00:40:53.965Z | Downloaded itertools v0.10.5 |
| 995 | 2024-11-08T00:40:53.973Z | Downloaded hyper v0.14.30 |
| 996 | 2024-11-08T00:40:53.982Z | Downloaded steno v0.4.1 |
| 997 | 2024-11-08T00:40:53.986Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 998 | 2024-11-08T00:40:54.050Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 999 | 2024-11-08T00:40:54.053Z | Downloaded num-rational v0.4.2 |
| 1000 | 2024-11-08T00:40:54.055Z | Downloaded pkcs5 v0.7.1 |
| 1001 | 2024-11-08T00:40:54.058Z | Downloaded der v0.7.9 |
| 1002 | 2024-11-08T00:40:54.063Z | Downloaded pkcs8 v0.10.2 |
| 1003 | 2024-11-08T00:40:54.066Z | Downloaded thiserror-no-std v2.0.2 |
| 1004 | 2024-11-08T00:40:54.070Z | Downloaded tabwriter v1.4.0 |
| 1005 | 2024-11-08T00:40:54.073Z | Downloaded serde-hex v0.1.0 |
| 1006 | 2024-11-08T00:40:54.075Z | Downloaded signal-hook v0.3.17 |
| 1007 | 2024-11-08T00:40:54.078Z | Downloaded ron v0.7.1 |
| 1008 | 2024-11-08T00:40:54.082Z | Downloaded parse-size v1.1.0 |
| 1009 | 2024-11-08T00:40:54.084Z | Downloaded heapless v0.8.0 |
| 1010 | 2024-11-08T00:40:54.087Z | Downloaded heapless v0.7.17 |
| 1011 | 2024-11-08T00:40:54.092Z | Downloaded snafu-derive v0.8.5 |
| 1012 | 2024-11-08T00:40:54.095Z | Downloaded serde_with_macros v3.11.0 |
| 1013 | 2024-11-08T00:40:54.097Z | Downloaded tokio-tungstenite v0.23.1 |
| 1014 | 2024-11-08T00:40:54.098Z | Downloaded subprocess v0.2.9 |
| 1015 | 2024-11-08T00:40:54.101Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2024-11-08T00:40:54.105Z | Downloaded flagset v0.4.6 |
| 1017 | 2024-11-08T00:40:54.108Z | Downloaded difflib v0.4.0 |
| 1018 | 2024-11-08T00:40:54.110Z | Downloaded time-core v0.1.2 |
| 1019 | 2024-11-08T00:40:54.110Z | Downloaded rpassword v7.3.1 |
| 1020 | 2024-11-08T00:40:54.110Z | Downloaded tap v1.0.1 |
| 1021 | 2024-11-08T00:40:54.113Z | Downloaded const_format v0.2.33 |
| 1022 | 2024-11-08T00:40:54.116Z | Downloaded cc v1.1.30 |
| 1023 | 2024-11-08T00:40:54.121Z | Downloaded hkdf v0.12.4 |
| 1024 | 2024-11-08T00:40:54.123Z | Downloaded num-traits v0.2.19 |
| 1025 | 2024-11-08T00:40:54.126Z | Downloaded base64 v0.21.7 |
| 1026 | 2024-11-08T00:40:54.131Z | Downloaded ref-cast-impl v1.0.23 |
| 1027 | 2024-11-08T00:40:54.133Z | Downloaded pkg-config v0.3.31 |
| 1028 | 2024-11-08T00:40:54.136Z | Downloaded tungstenite v0.24.0 |
| 1029 | 2024-11-08T00:40:54.138Z | Downloaded packed_struct v0.10.1 |
| 1030 | 2024-11-08T00:40:54.140Z | Downloaded untrusted v0.9.0 |
| 1031 | 2024-11-08T00:40:54.142Z | Downloaded subtle v2.6.1 |
| 1032 | 2024-11-08T00:40:54.145Z | Downloaded fragile v2.0.0 |
| 1033 | 2024-11-08T00:40:54.147Z | Downloaded shlex v1.3.0 |
| 1034 | 2024-11-08T00:40:54.147Z | Downloaded pin-project v1.1.6 |
| 1035 | 2024-11-08T00:40:54.159Z | Downloaded tungstenite v0.23.0 |
| 1036 | 2024-11-08T00:40:54.163Z | Downloaded rcgen v0.12.1 |
| 1037 | 2024-11-08T00:40:54.166Z | Downloaded darling_core v0.20.10 |
| 1038 | 2024-11-08T00:40:54.171Z | Downloaded chacha20poly1305 v0.10.1 |
| 1039 | 2024-11-08T00:40:54.173Z | Downloaded tungstenite v0.21.0 |
| 1040 | 2024-11-08T00:40:54.177Z | Downloaded tokio-tungstenite v0.21.0 |
| 1041 | 2024-11-08T00:40:54.179Z | Downloaded strum_macros v0.24.3 |
| 1042 | 2024-11-08T00:40:54.181Z | Downloaded progenitor-impl v0.8.0 |
| 1043 | 2024-11-08T00:40:54.184Z | Downloaded unarray v0.1.4 |
| 1044 | 2024-11-08T00:40:54.186Z | Downloaded structmeta-derive v0.3.0 |
| 1045 | 2024-11-08T00:40:54.186Z | Downloaded structmeta-derive v0.2.0 |
| 1046 | 2024-11-08T00:40:54.188Z | Downloaded smf v0.2.3 |
| 1047 | 2024-11-08T00:40:54.188Z | Downloaded itertools v0.12.1 |
| 1048 | 2024-11-08T00:40:54.195Z | Downloaded shell-words v1.1.0 |
| 1049 | 2024-11-08T00:40:54.198Z | Downloaded crossbeam-epoch v0.9.18 |
| 1050 | 2024-11-08T00:40:54.200Z | Downloaded arc-swap v1.7.1 |
| 1051 | 2024-11-08T00:40:54.206Z | Downloaded tokio-rustls v0.26.0 |
| 1052 | 2024-11-08T00:40:54.206Z | Downloaded bytes v1.7.2 |
| 1053 | 2024-11-08T00:40:54.209Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1054 | 2024-11-08T00:40:54.211Z | Downloaded foreign-types-shared v0.1.1 |
| 1055 | 2024-11-08T00:40:54.211Z | Downloaded rustc_version v0.4.1 |
| 1056 | 2024-11-08T00:40:54.213Z | Downloaded phf_generator v0.11.2 |
| 1057 | 2024-11-08T00:40:54.213Z | Downloaded phf_codegen v0.11.2 |
| 1058 | 2024-11-08T00:40:54.217Z | Downloaded rusty-fork v0.3.0 |
| 1059 | 2024-11-08T00:40:54.217Z | Downloaded blake3 v1.5.4 |
| 1060 | 2024-11-08T00:40:54.226Z | Downloaded blake2 v0.10.6 |
| 1061 | 2024-11-08T00:40:54.228Z | Downloaded env_logger v0.11.5 |
| 1062 | 2024-11-08T00:40:54.233Z | Downloaded displaydoc v0.2.5 |
| 1063 | 2024-11-08T00:40:54.236Z | Downloaded serde_derive_internals v0.29.1 |
| 1064 | 2024-11-08T00:40:54.239Z | Downloaded proc-macro-crate v1.3.1 |
| 1065 | 2024-11-08T00:40:54.242Z | Downloaded hickory-client v0.24.1 |
| 1066 | 2024-11-08T00:40:54.244Z | Downloaded csv-core v0.1.11 |
| 1067 | 2024-11-08T00:40:54.244Z | Downloaded cookie_store v0.21.0 |
| 1068 | 2024-11-08T00:40:54.247Z | Downloaded darling v0.20.10 |
| 1069 | 2024-11-08T00:40:54.251Z | Downloaded multer v3.1.0 |
| 1070 | 2024-11-08T00:40:54.256Z | Downloaded indexmap v1.9.3 |
| 1071 | 2024-11-08T00:40:54.258Z | Downloaded crc32fast v1.4.2 |
| 1072 | 2024-11-08T00:40:54.261Z | Downloaded slog v2.7.0 |
| 1073 | 2024-11-08T00:40:54.264Z | Downloaded schemars v0.8.21 |
| 1074 | 2024-11-08T00:40:54.276Z | Downloaded nu-ansi-term v0.50.1 |
| 1075 | 2024-11-08T00:40:54.279Z | Downloaded ahash v0.8.11 |
| 1076 | 2024-11-08T00:40:54.281Z | Downloaded backoff v0.4.0 |
| 1077 | 2024-11-08T00:40:54.284Z | Downloaded async-bb8-diesel v0.2.1 |
| 1078 | 2024-11-08T00:40:54.286Z | Downloaded display-error-chain v0.2.2 |
| 1079 | 2024-11-08T00:40:54.289Z | Downloaded slog-async v2.8.0 |
| 1080 | 2024-11-08T00:40:54.289Z | Downloaded memmap2 v0.9.5 |
| 1081 | 2024-11-08T00:40:54.292Z | Downloaded lazy_static v1.5.0 |
| 1082 | 2024-11-08T00:40:54.292Z | Downloaded ipnet v2.10.1 |
| 1083 | 2024-11-08T00:40:54.294Z | Downloaded block-padding v0.3.3 |
| 1084 | 2024-11-08T00:40:54.294Z | Downloaded crc-catalog v2.4.0 |
| 1085 | 2024-11-08T00:40:54.297Z | Downloaded static_assertions v1.1.0 |
| 1086 | 2024-11-08T00:40:54.297Z | Downloaded async-stream v0.3.6 |
| 1087 | 2024-11-08T00:40:54.299Z | Downloaded arrayvec v0.7.6 |
| 1088 | 2024-11-08T00:40:54.301Z | Downloaded cobs v0.2.3 |
| 1089 | 2024-11-08T00:40:54.304Z | Downloaded signal-hook-registry v1.4.2 |
| 1090 | 2024-11-08T00:40:54.304Z | Downloaded serde_plain v1.0.2 |
| 1091 | 2024-11-08T00:40:54.306Z | Downloaded rfc6979 v0.4.0 |
| 1092 | 2024-11-08T00:40:54.310Z | Downloaded resolv-conf v0.7.0 |
| 1093 | 2024-11-08T00:40:54.310Z | Downloaded inout v0.1.3 |
| 1094 | 2024-11-08T00:40:54.312Z | Downloaded indoc v1.0.9 |
| 1095 | 2024-11-08T00:40:54.312Z | Downloaded cbc v0.1.2 |
| 1096 | 2024-11-08T00:40:54.315Z | Downloaded bitfield v0.14.0 |
| 1097 | 2024-11-08T00:40:54.317Z | Downloaded maybe-uninit v2.0.0 |
| 1098 | 2024-11-08T00:40:54.317Z | Downloaded linear-map v1.2.0 |
| 1099 | 2024-11-08T00:40:54.320Z | Downloaded newtype-uuid v1.1.2 |
| 1100 | 2024-11-08T00:40:54.320Z | Downloaded lru v0.12.5 |
| 1101 | 2024-11-08T00:40:54.322Z | Downloaded lockfree-object-pool v0.1.6 |
| 1102 | 2024-11-08T00:40:54.325Z | Downloaded libsw v3.3.1 |
| 1103 | 2024-11-08T00:40:54.330Z | Downloaded instability v0.3.2 |
| 1104 | 2024-11-08T00:40:54.333Z | Downloaded cassowary v0.3.0 |
| 1105 | 2024-11-08T00:40:54.333Z | Downloaded buf-list v1.0.3 |
| 1106 | 2024-11-08T00:40:54.333Z | Downloaded http-body v1.0.1 |
| 1107 | 2024-11-08T00:40:54.333Z | Downloaded cancel-safe-futures v0.1.5 |
| 1108 | 2024-11-08T00:40:54.340Z | Downloaded addr2line v0.24.2 |
| 1109 | 2024-11-08T00:40:54.340Z | Downloaded bcs v0.1.6 |
| 1110 | 2024-11-08T00:40:54.340Z | Downloaded iana-time-zone v0.1.61 |
| 1111 | 2024-11-08T00:40:54.342Z | Downloaded hostname v0.4.0 |
| 1112 | 2024-11-08T00:40:54.345Z | Downloaded home v0.5.9 |
| 1113 | 2024-11-08T00:40:54.345Z | Downloaded cookie v0.18.1 |
| 1114 | 2024-11-08T00:40:54.347Z | Downloaded ciborium v0.2.2 |
| 1115 | 2024-11-08T00:40:54.350Z | Downloaded const_format_proc_macros v0.2.33 |
| 1116 | 2024-11-08T00:40:54.352Z | Downloaded base64 v0.22.1 |
| 1117 | 2024-11-08T00:40:54.356Z | Downloaded lru-cache v0.1.2 |
| 1118 | 2024-11-08T00:40:54.358Z | Downloaded bumpalo v3.16.0 |
| 1119 | 2024-11-08T00:40:54.361Z | Downloaded base64ct v1.6.0 |
| 1120 | 2024-11-08T00:40:54.364Z | Downloaded ctr v0.9.2 |
| 1121 | 2024-11-08T00:40:54.366Z | Downloaded colored v2.1.0 |
| 1122 | 2024-11-08T00:40:54.368Z | Downloaded castaway v0.2.3 |
| 1123 | 2024-11-08T00:40:54.368Z | Downloaded base16ct v0.2.0 |
| 1124 | 2024-11-08T00:40:54.371Z | Downloaded argon2 v0.5.3 |
| 1125 | 2024-11-08T00:40:54.373Z | Downloaded new_debug_unreachable v1.0.6 |
| 1126 | 2024-11-08T00:40:54.373Z | Downloaded chacha20 v0.9.1 |
| 1127 | 2024-11-08T00:40:54.377Z | Downloaded ascii-canvas v3.0.0 |
| 1128 | 2024-11-08T00:40:54.380Z | Downloaded arrayref v0.3.9 |
| 1129 | 2024-11-08T00:40:54.380Z | Downloaded adler2 v2.0.0 |
| 1130 | 2024-11-08T00:40:54.438Z | Downloaded ring v0.17.8 |
| 1131 | 2024-11-08T00:40:54.520Z | Downloaded libsqlite3-sys v0.30.1 |
| 1132 | 2024-11-08T00:40:54.627Z | Downloaded ring v0.16.20 |
| 1133 | 2024-11-08T00:40:54.815Z | Compiling serde v1.0.210 |
| 1134 | 2024-11-08T00:40:54.819Z | Compiling typenum v1.17.0 |
| 1135 | 2024-11-08T00:40:54.819Z | Compiling lock_api v0.4.12 |
| 1136 | 2024-11-08T00:40:54.819Z | Compiling generic-array v0.14.7 |
| 1137 | 2024-11-08T00:40:54.819Z | Compiling scopeguard v1.2.0 |
| 1138 | 2024-11-08T00:40:54.819Z | Compiling subtle v2.6.1 |
| 1139 | 2024-11-08T00:40:54.961Z | Compiling syn v2.0.79 |
| 1140 | 2024-11-08T00:40:54.974Z | Compiling getrandom v0.2.15 |
| 1141 | 2024-11-08T00:40:55.186Z | Compiling value-bag v1.9.0 |
| 1142 | 2024-11-08T00:40:55.270Z | Compiling rand_core v0.6.4 |
| 1143 | 2024-11-08T00:40:55.399Z | Compiling const-oid v0.9.6 |
| 1144 | 2024-11-08T00:40:55.452Z | Compiling jobserver v0.1.32 |
| 1145 | 2024-11-08T00:40:55.546Z | Compiling shlex v1.3.0 |
| 1146 | 2024-11-08T00:40:55.774Z | Compiling log v0.4.22 |
| 1147 | 2024-11-08T00:40:55.808Z | Compiling pin-project-lite v0.2.14 |
| 1148 | 2024-11-08T00:40:55.938Z | Compiling cc v1.1.30 |
| 1149 | 2024-11-08T00:40:55.956Z | Compiling smallvec v1.13.2 |
| 1150 | 2024-11-08T00:40:55.999Z | Compiling parking_lot_core v0.9.10 |
| 1151 | 2024-11-08T00:40:56.368Z | Compiling futures-core v0.3.31 |
| 1152 | 2024-11-08T00:40:56.386Z | Compiling signal-hook-registry v1.4.2 |
| 1153 | 2024-11-08T00:40:56.614Z | Compiling mio v1.0.2 |
| 1154 | 2024-11-08T00:40:56.640Z | Compiling cpufeatures v0.2.14 |
| 1155 | 2024-11-08T00:40:56.738Z | Compiling futures-sink v0.3.31 |
| 1156 | 2024-11-08T00:40:56.901Z | Compiling parking_lot v0.12.3 |
| 1157 | 2024-11-08T00:40:57.161Z | Compiling spin v0.9.8 |
| 1158 | 2024-11-08T00:40:57.191Z | Compiling socket2 v0.5.7 |
| 1159 | 2024-11-08T00:40:57.375Z | Compiling slab v0.4.9 |
| 1160 | 2024-11-08T00:40:57.594Z | Compiling serde_json v1.0.128 |
| 1161 | 2024-11-08T00:40:57.682Z | Compiling futures-channel v0.3.31 |
| 1162 | 2024-11-08T00:40:57.765Z | Compiling futures-task v0.3.31 |
| 1163 | 2024-11-08T00:40:57.811Z | Compiling pin-utils v0.1.0 |
| 1164 | 2024-11-08T00:40:57.911Z | Compiling foldhash v0.1.3 |
| 1165 | 2024-11-08T00:40:57.961Z | Compiling allocator-api2 v0.2.18 |
| 1166 | 2024-11-08T00:40:58.070Z | Compiling tinyvec_macros v0.1.1 |
| 1167 | 2024-11-08T00:40:58.114Z | Compiling futures-io v0.3.31 |
| 1168 | 2024-11-08T00:40:58.132Z | Compiling pkg-config v0.3.31 |
| 1169 | 2024-11-08T00:40:58.150Z | Compiling libm v0.2.8 |
| 1170 | 2024-11-08T00:40:58.281Z | Compiling tinyvec v1.8.0 |
| 1171 | 2024-11-08T00:40:58.321Z | Compiling num-traits v0.2.19 |
| 1172 | 2024-11-08T00:40:58.524Z | Compiling unicode-bidi v0.3.17 |
| 1173 | 2024-11-08T00:40:58.888Z | Compiling hashbrown v0.15.0 |
| 1174 | 2024-11-08T00:40:58.973Z | Compiling base64ct v1.6.0 |
| 1175 | 2024-11-08T00:40:59.665Z | Compiling pem-rfc7468 v0.7.0 |
| 1176 | 2024-11-08T00:40:59.949Z | Compiling unicode-normalization v0.1.24 |
| 1177 | 2024-11-08T00:41:00.072Z | Compiling flagset v0.4.6 |
| 1178 | 2024-11-08T00:41:00.171Z | Compiling httparse v1.9.5 |
| 1179 | 2024-11-08T00:41:00.207Z | Compiling ring v0.17.8 |
| 1180 | 2024-11-08T00:41:00.277Z | Compiling tracing-core v0.1.32 |
| 1181 | 2024-11-08T00:41:00.426Z | Compiling rustls-pki-types v1.9.0 |
| 1182 | 2024-11-08T00:41:00.427Z | Compiling crossbeam-utils v0.8.20 |
| 1183 | 2024-11-08T00:41:01.038Z | Compiling percent-encoding v2.3.1 |
| 1184 | 2024-11-08T00:41:01.145Z | Compiling num-conv v0.1.0 |
| 1185 | 2024-11-08T00:41:01.421Z | Compiling untrusted v0.9.0 |
| 1186 | 2024-11-08T00:41:01.471Z | Compiling powerfmt v0.2.0 |
| 1187 | 2024-11-08T00:41:01.526Z | Compiling time-core v0.1.2 |
| 1188 | 2024-11-08T00:41:01.618Z | Compiling vcpkg v0.2.15 |
| 1189 | 2024-11-08T00:41:01.694Z | Compiling time-macros v0.2.18 |
| 1190 | 2024-11-08T00:41:01.856Z | Compiling deranged v0.3.11 |
| 1191 | 2024-11-08T00:41:01.875Z | Compiling num_threads v0.1.7 |
| 1192 | 2024-11-08T00:41:01.969Z | Compiling atomic-waker v1.1.2 |
| 1193 | 2024-11-08T00:41:02.004Z | Compiling form_urlencoded v1.2.1 |
| 1194 | 2024-11-08T00:41:02.147Z | Compiling rustix v0.38.37 |
| 1195 | 2024-11-08T00:41:02.273Z | Compiling slog v2.7.0 |
| 1196 | 2024-11-08T00:41:02.813Z | Compiling try-lock v0.2.5 |
| 1197 | 2024-11-08T00:41:02.931Z | Compiling want v0.3.1 |
| 1198 | 2024-11-08T00:41:03.023Z | Compiling httpdate v1.0.3 |
| 1199 | 2024-11-08T00:41:03.221Z | Compiling idna v0.5.0 |
| 1200 | 2024-11-08T00:41:03.531Z | Compiling openssl-sys v0.9.103 |
| 1201 | 2024-11-08T00:41:03.545Z | Compiling foreign-types-shared v0.1.1 |
| 1202 | 2024-11-08T00:41:03.659Z | Compiling adler2 v2.0.0 |
| 1203 | 2024-11-08T00:41:03.749Z | Compiling openssl v0.10.66 |
| 1204 | 2024-11-08T00:41:03.847Z | Compiling tower-service v0.3.3 |
| 1205 | 2024-11-08T00:41:03.866Z | Compiling iana-time-zone v0.1.61 |
| 1206 | 2024-11-08T00:41:03.973Z | Compiling rustversion v1.0.17 |
| 1207 | 2024-11-08T00:41:04.160Z | Compiling base64 v0.22.1 |
| 1208 | 2024-11-08T00:41:04.295Z | Compiling match_cfg v0.1.0 |
| 1209 | 2024-11-08T00:41:04.393Z | Compiling hostname v0.3.1 |
| 1210 | 2024-11-08T00:41:04.631Z | Compiling url v2.5.2 |
| 1211 | 2024-11-08T00:41:04.681Z | Compiling time v0.3.36 |
| 1212 | 2024-11-08T00:41:04.701Z | Compiling miniz_oxide v0.8.0 |
| 1213 | 2024-11-08T00:41:04.723Z | Compiling foreign-types v0.3.2 |
| 1214 | 2024-11-08T00:41:04.820Z | Compiling dirs-sys-next v0.1.2 |
| 1215 | 2024-11-08T00:41:04.856Z | Compiling aho-corasick v1.1.3 |
| 1216 | 2024-11-08T00:41:05.453Z | Compiling siphasher v0.3.11 |
| 1217 | 2024-11-08T00:41:05.869Z | Compiling rustls v0.22.4 |
| 1218 | 2024-11-08T00:41:06.108Z | Compiling data-encoding v2.6.0 |
| 1219 | 2024-11-08T00:41:06.130Z | Compiling native-tls v0.2.12 |
| 1220 | 2024-11-08T00:41:06.153Z | Compiling rustls v0.23.14 |
| 1221 | 2024-11-08T00:41:06.372Z | Compiling regex-syntax v0.8.5 |
| 1222 | 2024-11-08T00:41:06.442Z | Compiling syn v1.0.109 |
| 1223 | 2024-11-08T00:41:06.488Z | Compiling dirs-next v2.0.0 |
| 1224 | 2024-11-08T00:41:07.134Z | Compiling serde_derive_internals v0.29.1 |
| 1225 | 2024-11-08T00:41:08.045Z | Compiling crossbeam-epoch v0.9.18 |
| 1226 | 2024-11-08T00:41:08.289Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1227 | 2024-11-08T00:41:08.553Z | Compiling serde_derive v1.0.210 |
| 1228 | 2024-11-08T00:41:08.772Z | Compiling zeroize_derive v1.4.2 |
| 1229 | 2024-11-08T00:41:08.800Z | Compiling zerocopy-derive v0.7.35 |
| 1230 | 2024-11-08T00:41:09.631Z | Compiling tokio-macros v2.4.0 |
| 1231 | 2024-11-08T00:41:09.660Z | Compiling thiserror-impl v1.0.64 |
| 1232 | 2024-11-08T00:41:09.787Z | Compiling futures-macro v0.3.31 |
| 1233 | 2024-11-08T00:41:10.326Z | Compiling zeroize v1.8.1 |
| 1234 | 2024-11-08T00:41:10.974Z | Compiling zerocopy v0.7.35 |
| 1235 | 2024-11-08T00:41:11.241Z | Compiling der_derive v0.7.3 |
| 1236 | 2024-11-08T00:41:11.627Z | Compiling futures-util v0.3.31 |
| 1237 | 2024-11-08T00:41:12.158Z | Compiling crypto-common v0.1.6 |
| 1238 | 2024-11-08T00:41:12.407Z | Compiling block-buffer v0.10.4 |
| 1239 | 2024-11-08T00:41:12.531Z | Compiling block-padding v0.3.3 |
| 1240 | 2024-11-08T00:41:12.626Z | Compiling ppv-lite86 v0.2.20 |
| 1241 | 2024-11-08T00:41:12.688Z | Compiling digest v0.10.7 |
| 1242 | 2024-11-08T00:41:12.708Z | Compiling thiserror v1.0.64 |
| 1243 | 2024-11-08T00:41:12.774Z | Compiling inout v0.1.3 |
| 1244 | 2024-11-08T00:41:12.815Z | Compiling tracing-attributes v0.1.27 |
| 1245 | 2024-11-08T00:41:12.855Z | Compiling pest v2.7.14 |
| 1246 | 2024-11-08T00:41:13.057Z | Compiling cipher v0.4.4 |
| 1247 | 2024-11-08T00:41:13.239Z | Compiling hmac v0.12.1 |
| 1248 | 2024-11-08T00:41:13.490Z | Compiling sha2 v0.10.8 |
| 1249 | 2024-11-08T00:41:13.619Z | Compiling rand_chacha v0.3.1 |
| 1250 | 2024-11-08T00:41:13.640Z | Compiling salsa20 v0.10.2 |
| 1251 | 2024-11-08T00:41:13.659Z | Compiling der v0.7.9 |
| 1252 | 2024-11-08T00:41:13.884Z | Compiling pbkdf2 v0.12.2 |
| 1253 | 2024-11-08T00:41:14.073Z | Compiling rand v0.8.5 |
| 1254 | 2024-11-08T00:41:15.949Z | Compiling spki v0.7.3 |
| 1255 | 2024-11-08T00:41:16.080Z | Compiling pest_meta v2.7.14 |
| 1256 | 2024-11-08T00:41:16.336Z | Compiling scrypt v0.11.0 |
| 1257 | 2024-11-08T00:41:16.388Z | Compiling cbc v0.1.2 |
| 1258 | 2024-11-08T00:41:16.489Z | Compiling tracing v0.1.40 |
| 1259 | 2024-11-08T00:41:16.654Z | Compiling aes v0.8.4 |
| 1260 | 2024-11-08T00:41:17.033Z | Compiling scroll_derive v0.12.0 |
| 1261 | 2024-11-08T00:41:17.051Z | Compiling async-trait v0.1.83 |
| 1262 | 2024-11-08T00:41:17.191Z | Compiling openssl-macros v0.1.1 |
| 1263 | 2024-11-08T00:41:17.961Z | Compiling pkcs5 v0.7.1 |
| 1264 | 2024-11-08T00:41:18.145Z | Compiling pest_generator v2.7.14 |
| 1265 | 2024-11-08T00:41:18.563Z | Compiling scroll v0.12.0 |
| 1266 | 2024-11-08T00:41:19.158Z | Compiling rustls-webpki v0.102.8 |
| 1267 | 2024-11-08T00:41:19.253Z | Compiling goblin v0.8.2 |
| 1268 | 2024-11-08T00:41:19.551Z | Compiling pkcs8 v0.10.2 |
| 1269 | 2024-11-08T00:41:19.726Z | Compiling signature v2.2.0 |
| 1270 | 2024-11-08T00:41:20.036Z | Compiling sha1 v0.10.6 |
| 1271 | 2024-11-08T00:41:20.224Z | Compiling regex-automata v0.4.8 |
| 1272 | 2024-11-08T00:41:20.281Z | Compiling lazy_static v1.5.0 |
| 1273 | 2024-11-08T00:41:20.411Z | Compiling thread_local v1.1.8 |
| 1274 | 2024-11-08T00:41:20.479Z | Compiling encoding_rs v0.8.34 |
| 1275 | 2024-11-08T00:41:20.839Z | Compiling multer v3.1.0 |
| 1276 | 2024-11-08T00:41:20.917Z | Compiling pest_derive v2.7.14 |
| 1277 | 2024-11-08T00:41:20.958Z | Compiling cookie v0.18.1 |
| 1278 | 2024-11-08T00:41:21.150Z | Compiling schemars v0.8.21 |
| 1279 | 2024-11-08T00:41:21.195Z | Compiling slog-async v2.8.0 |
| 1280 | 2024-11-08T00:41:21.254Z | Compiling unicode-properties v0.1.3 |
| 1281 | 2024-11-08T00:41:21.522Z | Compiling rayon-core v1.12.1 |
| 1282 | 2024-11-08T00:41:21.686Z | Compiling ipnet v2.10.1 |
| 1283 | 2024-11-08T00:41:21.710Z | Compiling signal-hook v0.3.17 |
| 1284 | 2024-11-08T00:41:21.746Z | Compiling dtrace-parser v0.2.0 |
| 1285 | 2024-11-08T00:41:21.817Z | Compiling either v1.13.0 |
| 1286 | 2024-11-08T00:41:21.977Z | Compiling openssl-probe v0.1.5 |
| 1287 | 2024-11-08T00:41:22.269Z | Compiling mime v0.3.17 |
| 1288 | 2024-11-08T00:41:22.362Z | Compiling paste v1.0.15 |
| 1289 | 2024-11-08T00:41:22.873Z | Compiling bytes v1.7.2 |
| 1290 | 2024-11-08T00:41:22.924Z | Compiling indexmap v2.6.0 |
| 1291 | 2024-11-08T00:41:22.947Z | Compiling bitflags v2.6.0 |
| 1292 | 2024-11-08T00:41:23.425Z | Compiling semver v1.0.23 |
| 1293 | 2024-11-08T00:41:23.872Z | Compiling tokio v1.40.0 |
| 1294 | 2024-11-08T00:41:24.195Z | Compiling http v1.1.0 |
| 1295 | 2024-11-08T00:41:24.218Z | Compiling rustc_version v0.4.1 |
| 1296 | 2024-11-08T00:41:24.844Z | Compiling serde_tokenstream v0.2.2 |
| 1297 | 2024-11-08T00:41:24.973Z | Compiling uuid v1.10.0 |
| 1298 | 2024-11-08T00:41:25.470Z | Compiling dof v0.3.0 |
| 1299 | 2024-11-08T00:41:26.012Z | Compiling http-body v1.0.1 |
| 1300 | 2024-11-08T00:41:26.271Z | Compiling serde_spanned v0.6.8 |
| 1301 | 2024-11-08T00:41:26.485Z | Compiling toml_datetime v0.6.8 |
| 1302 | 2024-11-08T00:41:26.523Z | Compiling usdt-impl v0.5.0 |
| 1303 | 2024-11-08T00:41:26.675Z | Compiling chrono v0.4.38 |
| 1304 | 2024-11-08T00:41:27.019Z | Compiling http-body-util v0.1.2 |
| 1305 | 2024-11-08T00:41:27.562Z | Compiling heapless v0.7.17 |
| 1306 | 2024-11-08T00:41:28.023Z | Compiling gimli v0.31.1 |
| 1307 | 2024-11-08T00:41:28.210Z | Compiling toml_edit v0.22.22 |
| 1308 | 2024-11-08T00:41:29.452Z | Compiling usdt-attr-macro v0.5.0 |
| 1309 | 2024-11-08T00:41:30.213Z | Compiling usdt-macro v0.5.0 |
| 1310 | 2024-11-08T00:41:30.437Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2024-11-08T00:41:31.135Z | Compiling slog-json v2.6.1 |
| 1312 | 2024-11-08T00:41:31.220Z | Compiling serde_urlencoded v0.7.1 |
| 1313 | 2024-11-08T00:41:31.667Z | Compiling stringprep v0.1.5 |
| 1314 | 2024-11-08T00:41:32.580Z | Compiling tokio-util v0.7.12 |
| 1315 | 2024-11-08T00:41:32.833Z | Compiling addr2line v0.24.2 |
| 1316 | 2024-11-08T00:41:33.412Z | Compiling futures-executor v0.3.31 |
| 1317 | 2024-11-08T00:41:33.610Z | Compiling md-5 v0.10.6 |
| 1318 | 2024-11-08T00:41:33.905Z | Compiling h2 v0.4.6 |
| 1319 | 2024-11-08T00:41:34.084Z | Compiling schemars_derive v0.8.21 |
| 1320 | 2024-11-08T00:41:36.260Z | Compiling enum-as-inner v0.6.1 |
| 1321 | 2024-11-08T00:41:36.345Z | Compiling async-stream-impl v0.3.6 |
| 1322 | 2024-11-08T00:41:36.367Z | Compiling crossbeam-deque v0.8.5 |
| 1323 | 2024-11-08T00:41:37.276Z | Compiling term v0.7.0 |
| 1324 | 2024-11-08T00:41:37.339Z | Compiling crossbeam-channel v0.5.13 |
| 1325 | 2024-11-08T00:41:37.717Z | Compiling num-integer v0.1.46 |
| 1326 | 2024-11-08T00:41:38.466Z | Compiling rustls-pemfile v2.2.0 |
| 1327 | 2024-11-08T00:41:38.540Z | Compiling idna v0.4.0 |
| 1328 | 2024-11-08T00:41:38.755Z | Compiling idna v0.3.0 |
| 1329 | 2024-11-08T00:41:38.796Z | Compiling hash32 v0.2.1 |
| 1330 | 2024-11-08T00:41:38.844Z | Compiling ff v0.13.0 |
| 1331 | 2024-11-08T00:41:39.081Z | Compiling is-terminal v0.4.13 |
| 1332 | 2024-11-08T00:41:39.166Z | Compiling dropshot v0.12.0 |
| 1333 | 2024-11-08T00:41:39.221Z | Compiling object v0.36.5 |
| 1334 | 2024-11-08T00:41:39.490Z | Compiling anyhow v1.0.92 |
| 1335 | 2024-11-08T00:41:40.140Z | Compiling dyn-clone v1.0.17 |
| 1336 | 2024-11-08T00:41:40.163Z | Compiling rustc-demangle v0.1.24 |
| 1337 | 2024-11-08T00:41:40.368Z | Compiling take_mut v0.2.2 |
| 1338 | 2024-11-08T00:41:40.395Z | Compiling portable-atomic v1.9.0 |
| 1339 | 2024-11-08T00:41:40.538Z | Compiling linked-hash-map v0.5.6 |
| 1340 | 2024-11-08T00:41:40.927Z | Compiling psl-types v2.0.11 |
| 1341 | 2024-11-08T00:41:41.133Z | Compiling utf-8 v0.7.6 |
| 1342 | 2024-11-08T00:41:41.155Z | Compiling stable_deref_trait v1.2.0 |
| 1343 | 2024-11-08T00:41:41.270Z | Compiling hyper v1.4.1 |
| 1344 | 2024-11-08T00:41:41.438Z | Compiling quick-error v1.2.3 |
| 1345 | 2024-11-08T00:41:41.474Z | Compiling fallible-iterator v0.2.0 |
| 1346 | 2024-11-08T00:41:41.600Z | Compiling base16ct v0.2.0 |
| 1347 | 2024-11-08T00:41:41.845Z | Compiling smoltcp v0.9.1 |
| 1348 | 2024-11-08T00:41:41.943Z | Compiling num-bigint-dig v0.8.4 |
| 1349 | 2024-11-08T00:41:42.224Z | Compiling postgres-protocol v0.6.7 |
| 1350 | 2024-11-08T00:41:42.289Z | Compiling sec1 v0.7.3 |
| 1351 | 2024-11-08T00:41:42.572Z | Compiling resolv-conf v0.7.0 |
| 1352 | 2024-11-08T00:41:42.941Z | Compiling tungstenite v0.24.0 |
| 1353 | 2024-11-08T00:41:43.604Z | Compiling publicsuffix v2.2.3 |
| 1354 | 2024-11-08T00:41:43.880Z | Compiling hyper-util v0.1.9 |
| 1355 | 2024-11-08T00:41:44.655Z | Compiling lru-cache v0.1.2 |
| 1356 | 2024-11-08T00:41:45.512Z | Compiling hickory-proto v0.24.1 |
| 1357 | 2024-11-08T00:41:45.531Z | Compiling slog-term v2.9.1 |
| 1358 | 2024-11-08T00:41:45.633Z | Compiling usdt v0.5.0 |
| 1359 | 2024-11-08T00:41:45.870Z | Compiling group v0.13.0 |
| 1360 | 2024-11-08T00:41:46.146Z | Compiling num-iter v0.1.45 |
| 1361 | 2024-11-08T00:41:46.206Z | Compiling tokio-rustls v0.26.0 |
| 1362 | 2024-11-08T00:41:46.336Z | Compiling async-stream v0.3.6 |
| 1363 | 2024-11-08T00:41:46.798Z | Compiling backtrace v0.3.74 |
| 1364 | 2024-11-08T00:41:46.806Z | Compiling tokio-rustls v0.25.0 |
| 1365 | 2024-11-08T00:41:47.240Z | Compiling tokio-native-tls v0.3.1 |
| 1366 | 2024-11-08T00:41:47.338Z | Compiling futures v0.3.31 |
| 1367 | 2024-11-08T00:41:47.522Z | Compiling camino v1.1.9 |
| 1368 | 2024-11-08T00:41:48.539Z | Compiling toml v0.8.19 |
| 1369 | 2024-11-08T00:41:48.560Z | Compiling slog-bunyan v2.5.0 |
| 1370 | 2024-11-08T00:41:48.714Z | Compiling terminal_size v0.4.0 |
| 1371 | 2024-11-08T00:41:48.786Z | Compiling dropshot_endpoint v0.12.0 |
| 1372 | 2024-11-08T00:41:48.943Z | Compiling openapiv3 v2.0.0 |
| 1373 | 2024-11-08T00:41:49.328Z | Compiling serde_path_to_error v0.1.16 |
| 1374 | 2024-11-08T00:41:49.788Z | Compiling hkdf v0.12.4 |
| 1375 | 2024-11-08T00:41:50.066Z | Compiling crypto-bigint v0.5.5 |
| 1376 | 2024-11-08T00:41:50.087Z | Compiling zerocopy-derive v0.6.6 |
| 1377 | 2024-11-08T00:41:50.180Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1378 | 2024-11-08T00:41:50.283Z | Compiling phf_shared v0.11.2 |
| 1379 | 2024-11-08T00:41:50.524Z | Compiling hubpack_derive v0.1.1 |
| 1380 | 2024-11-08T00:41:50.643Z | Compiling waitgroup v0.1.2 |
| 1381 | 2024-11-08T00:41:50.867Z | Compiling webpki-roots v0.26.6 |
| 1382 | 2024-11-08T00:41:51.098Z | Compiling hostname v0.4.0 |
| 1383 | 2024-11-08T00:41:51.379Z | Compiling ahash v0.8.11 |
| 1384 | 2024-11-08T00:41:51.444Z | Compiling crc32fast v1.4.2 |
| 1385 | 2024-11-08T00:41:51.697Z | Compiling fs-err v2.11.0 |
| 1386 | 2024-11-08T00:41:51.732Z | Compiling winnow v0.5.40 |
| 1387 | 2024-11-08T00:41:51.779Z | Compiling debug-ignore v1.0.5 |
| 1388 | 2024-11-08T00:41:51.938Z | Compiling managed v0.8.0 |
| 1389 | 2024-11-08T00:41:52.008Z | Compiling bitflags v1.3.2 |
| 1390 | 2024-11-08T00:41:52.128Z | Compiling strum_macros v0.25.3 |
| 1391 | 2024-11-08T00:41:52.223Z | Compiling zerocopy v0.6.6 |
| 1392 | 2024-11-08T00:41:53.079Z | Compiling console v0.15.8 |
| 1393 | 2024-11-08T00:41:53.457Z | Compiling elliptic-curve v0.13.8 |
| 1394 | 2024-11-08T00:41:54.474Z | Compiling clap_builder v4.5.20 |
| 1395 | 2024-11-08T00:41:54.673Z | Compiling flate2 v1.0.34 |
| 1396 | 2024-11-08T00:41:55.580Z | Compiling toml_edit v0.19.15 |
| 1397 | 2024-11-08T00:41:55.679Z | Compiling hubpack v0.1.2 |
| 1398 | 2024-11-08T00:41:55.784Z | Compiling hickory-resolver v0.24.1 |
| 1399 | 2024-11-08T00:41:56.140Z | Compiling hyper-rustls v0.27.3 |
| 1400 | 2024-11-08T00:41:56.142Z | Compiling phf v0.11.2 |
| 1401 | 2024-11-08T00:41:56.402Z | Compiling signal-hook-mio v0.2.4 |
| 1402 | 2024-11-08T00:41:56.460Z | Compiling cookie_store v0.21.0 |
| 1403 | 2024-11-08T00:41:56.575Z | Compiling hyper-tls v0.6.0 |
| 1404 | 2024-11-08T00:41:57.000Z | Compiling rayon v1.10.0 |
| 1405 | 2024-11-08T00:41:57.662Z | Compiling bzip2 v0.4.4 |
| 1406 | 2024-11-08T00:41:58.068Z | Compiling tokio-tungstenite v0.24.0 |
| 1407 | 2024-11-08T00:41:58.696Z | Compiling postgres-types v0.2.8 |
| 1408 | 2024-11-08T00:42:01.679Z | Compiling tokio-stream v0.1.16 |
| 1409 | 2024-11-08T00:42:02.196Z | Compiling regex v1.11.0 |
| 1410 | 2024-11-08T00:42:02.238Z | Compiling bstr v1.10.0 |
| 1411 | 2024-11-08T00:42:02.696Z | Compiling serde-big-array v0.5.1 |
| 1412 | 2024-11-08T00:42:02.833Z | Compiling pkcs1 v0.7.5 |
| 1413 | 2024-11-08T00:42:02.869Z | Compiling ed25519 v2.2.3 |
| 1414 | 2024-11-08T00:42:02.930Z | Compiling rfc6979 v0.4.0 |
| 1415 | 2024-11-08T00:42:03.126Z | Compiling serde_repr v0.1.19 |
| 1416 | 2024-11-08T00:42:03.289Z | Compiling clap_derive v4.5.18 |
| 1417 | 2024-11-08T00:42:03.310Z | Compiling derive-where v1.2.7 |
| 1418 | 2024-11-08T00:42:03.648Z | Compiling phf_shared v0.10.0 |
| 1419 | 2024-11-08T00:42:03.868Z | Compiling float-cmp v0.9.0 |
| 1420 | 2024-11-08T00:42:04.067Z | Compiling sync_wrapper v1.0.1 |
| 1421 | 2024-11-08T00:42:04.096Z | Compiling fixedbitset v0.4.2 |
| 1422 | 2024-11-08T00:42:04.117Z | Compiling unicode-segmentation v1.12.0 |
| 1423 | 2024-11-08T00:42:04.232Z | Compiling predicates-core v1.0.8 |
| 1424 | 2024-11-08T00:42:04.274Z | Compiling precomputed-hash v0.1.1 |
| 1425 | 2024-11-08T00:42:04.398Z | Compiling static_assertions v1.1.0 |
| 1426 | 2024-11-08T00:42:04.511Z | Compiling new_debug_unreachable v1.0.6 |
| 1427 | 2024-11-08T00:42:04.557Z | Compiling whoami v1.5.2 |
| 1428 | 2024-11-08T00:42:04.599Z | Compiling minimal-lexical v0.2.1 |
| 1429 | 2024-11-08T00:42:04.619Z | Compiling bit-vec v0.6.3 |
| 1430 | 2024-11-08T00:42:04.779Z | Compiling number_prefix v0.4.0 |
| 1431 | 2024-11-08T00:42:05.021Z | Compiling difflib v0.4.0 |
| 1432 | 2024-11-08T00:42:05.026Z | Compiling normalize-line-endings v0.3.0 |
| 1433 | 2024-11-08T00:42:05.080Z | Compiling nom v7.1.3 |
| 1434 | 2024-11-08T00:42:05.139Z | Compiling indicatif v0.17.8 |
| 1435 | 2024-11-08T00:42:05.161Z | Compiling bit-set v0.5.3 |
| 1436 | 2024-11-08T00:42:05.228Z | Compiling tokio-postgres v0.7.12 |
| 1437 | 2024-11-08T00:42:05.452Z | Compiling predicates v3.1.2 |
| 1438 | 2024-11-08T00:42:06.603Z | Compiling similar v2.6.0 |
| 1439 | 2024-11-08T00:42:06.781Z | Compiling qorb v0.2.0 |
| 1440 | 2024-11-08T00:42:07.201Z | Compiling string_cache v0.8.7 |
| 1441 | 2024-11-08T00:42:07.279Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1442 | 2024-11-08T00:42:07.650Z | Compiling petgraph v0.6.5 |
| 1443 | 2024-11-08T00:42:08.049Z | Compiling clap v4.5.20 |
| 1444 | 2024-11-08T00:42:08.182Z | Compiling reqwest v0.12.8 |
| 1445 | 2024-11-08T00:42:09.063Z | Compiling rsa v0.9.6 |
| 1446 | 2024-11-08T00:42:09.084Z | Compiling ed25519-dalek v2.1.1 |
| 1447 | 2024-11-08T00:42:10.504Z | Compiling ecdsa v0.16.9 |
| 1448 | 2024-11-08T00:42:11.124Z | Compiling toml v0.7.8 |
| 1449 | 2024-11-08T00:42:11.392Z | Compiling zip v0.6.6 |
| 1450 | 2024-11-08T00:42:11.805Z | Compiling crossterm v0.28.1 |
| 1451 | 2024-11-08T00:42:12.857Z | Compiling hex v0.4.3 |
| 1452 | 2024-11-08T00:42:13.324Z | Compiling itertools v0.10.5 |
| 1453 | 2024-11-08T00:42:13.536Z | Compiling itertools v0.12.1 |
| 1454 | 2024-11-08T00:42:13.612Z | Compiling x509-cert v0.2.5 |
| 1455 | 2024-11-08T00:42:13.748Z | Compiling lalrpop-util v0.19.12 |
| 1456 | 2024-11-08T00:42:14.128Z | Compiling peg-runtime v0.8.3 |
| 1457 | 2024-11-08T00:42:14.439Z | Compiling unicode-xid v0.2.6 |
| 1458 | 2024-11-08T00:42:14.633Z | Compiling xattr v1.3.1 |
| 1459 | 2024-11-08T00:42:14.809Z | Compiling strum_macros v0.26.4 |
| 1460 | 2024-11-08T00:42:14.911Z | Compiling filetime v0.2.25 |
| 1461 | 2024-11-08T00:42:15.251Z | Compiling tar v0.4.42 |
| 1462 | 2024-11-08T00:42:18.200Z | Compiling strum v0.26.3 |
| 1463 | 2024-11-08T00:42:18.329Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1464 | 2024-11-08T00:42:18.600Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1465 | 2024-11-08T00:42:24.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
| 1466 | 2024-11-08T00:42:24.192Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1467 | 2024-11-08T00:42:24.246Z | Nov 08 00:42:23.079 INFO Starting download, target: Clickhouse |
| 1468 | 2024-11-08T00:42:24.246Z | Nov 08 00:42:23.079 INFO Starting download, target: Console |
| 1469 | 2024-11-08T00:42:24.246Z | Nov 08 00:42:23.079 INFO Starting download, target: DendriteOpenapi |
| 1470 | 2024-11-08T00:42:24.247Z | Nov 08 00:42:23.079 INFO Starting download, target: Cockroach |
| 1471 | 2024-11-08T00:42:24.247Z | Nov 08 00:42:23.079 INFO Starting download, target: DendriteStub |
| 1472 | 2024-11-08T00:42:24.247Z | Nov 08 00:42:23.079 INFO Starting download, target: MaghemiteMgd |
| 1473 | 2024-11-08T00:42:24.247Z | Nov 08 00:42:23.079 INFO Starting download, target: TransceiverControl |
| 1474 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1475 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
| 1476 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1477 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1478 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1479 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1480 | 2024-11-08T00:42:24.249Z | Nov 08 00:42:23.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1481 | 2024-11-08T00:42:24.416Z | Nov 08 00:42:23.247 INFO Download complete, target: DendriteOpenapi |
| 1482 | 2024-11-08T00:42:24.617Z | Nov 08 00:42:23.419 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1483 | 2024-11-08T00:42:24.776Z | Nov 08 00:42:23.606 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1484 | 2024-11-08T00:42:25.120Z | Nov 08 00:42:23.947 INFO Download complete, target: Console |
| 1485 | 2024-11-08T00:42:25.141Z | Nov 08 00:42:23.971 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1486 | 2024-11-08T00:42:25.196Z | Nov 08 00:42:24.026 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1487 | 2024-11-08T00:42:25.291Z | Nov 08 00:42:24.117 INFO Download complete, target: TransceiverControl |
| 1488 | 2024-11-08T00:42:25.868Z | Nov 08 00:42:24.701 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1489 | 2024-11-08T00:42:25.868Z | Nov 08 00:42:24.701 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1490 | 2024-11-08T00:42:26.275Z | Nov 08 00:42:25.107 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1491 | 2024-11-08T00:42:27.863Z | Nov 08 00:42:26.694 INFO Download complete, target: DendriteStub |
| 1492 | 2024-11-08T00:42:28.051Z | Nov 08 00:42:26.861 INFO Download complete, target: MaghemiteMgd |
| 1493 | 2024-11-08T00:42:33.347Z | Nov 08 00:42:32.176 INFO Checking that binary works, target: Cockroach |
| 1494 | 2024-11-08T00:42:33.510Z | Nov 08 00:42:32.339 INFO Download complete, target: Cockroach |
| 1495 | 2024-11-08T00:42:38.688Z | Nov 08 00:42:37.516 INFO Checking that binary works, target: Clickhouse |
| 1496 | 2024-11-08T00:42:39.135Z | Nov 08 00:42:37.962 INFO Download complete, target: Clickhouse |
| 1497 | 2024-11-08T00:42:39.415Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1498 | 2024-11-08T00:42:39.420Z | |
| 1499 | 2024-11-08T00:42:39.421Z | real 4:46.779982981 |
| 1500 | 2024-11-08T00:42:39.421Z | user 12:37.323371541 |
| 1501 | 2024-11-08T00:42:39.421Z | sys 2:45.193406452 |
| 1502 | 2024-11-08T00:42:39.421Z | trap 0.451943997 |
| 1503 | 2024-11-08T00:42:39.421Z | tflt 4.023123516 |
| 1504 | 2024-11-08T00:42:39.421Z | dflt 3.455674508 |
| 1505 | 2024-11-08T00:42:39.421Z | kflt 0.170050548 |
| 1506 | 2024-11-08T00:42:39.421Z | lock 23:37.431946931 |
| 1507 | 2024-11-08T00:42:39.421Z | slp 50:56.668249510 |
| 1508 | 2024-11-08T00:42:39.421Z | lat 46.021973095 |
| 1509 | 2024-11-08T00:42:39.421Z | stop 2:03.058487538 |
| 1510 | 2024-11-08T00:42:39.421Z | + banner clippy |
| 1511 | 2024-11-08T00:42:39.421Z | |
| 1512 | 2024-11-08T00:42:39.421Z | #### # # ##### ##### # # |
| 1513 | 2024-11-08T00:42:39.421Z | # # # # # # # # # # |
| 1514 | 2024-11-08T00:42:39.421Z | # # # # # # # # |
| 1515 | 2024-11-08T00:42:39.421Z | # # # ##### ##### # |
| 1516 | 2024-11-08T00:42:39.421Z | # # # # # # # |
| 1517 | 2024-11-08T00:42:39.421Z | #### ###### # # # # |
| 1518 | 2024-11-08T00:42:39.421Z | |
| 1519 | 2024-11-08T00:42:39.421Z | + export CARGO_INCREMENTAL=0 |
| 1520 | 2024-11-08T00:42:39.421Z | + CARGO_INCREMENTAL=0 |
| 1521 | 2024-11-08T00:42:39.421Z | + ptime -m cargo xtask clippy |
| 1522 | 2024-11-08T00:42:39.940Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1523 | 2024-11-08T00:42:43.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 1524 | 2024-11-08T00:42:43.951Z | Running `target/debug/xtask clippy` |
| 1525 | 2024-11-08T00:42:43.975Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1526 | 2024-11-08T00:42:44.629Z | Downloading crates ... |
| 1527 | 2024-11-08T00:42:44.944Z | Downloaded anes v0.1.6 |
| 1528 | 2024-11-08T00:42:44.948Z | Downloaded async-object-pool v0.1.5 |
| 1529 | 2024-11-08T00:42:44.950Z | Downloaded assert-json-diff v2.0.2 |
| 1530 | 2024-11-08T00:42:44.953Z | Downloaded kv-log-macro v1.0.7 |
| 1531 | 2024-11-08T00:42:44.957Z | Downloaded doc-comment v0.3.3 |
| 1532 | 2024-11-08T00:42:44.963Z | Downloaded async-global-executor v2.4.1 |
| 1533 | 2024-11-08T00:42:44.965Z | Downloaded criterion-plot v0.5.0 |
| 1534 | 2024-11-08T00:42:44.968Z | Downloaded blake2b_simd v1.0.2 |
| 1535 | 2024-11-08T00:42:44.973Z | Downloaded num_cpus v1.16.0 |
| 1536 | 2024-11-08T00:42:44.976Z | Downloaded stringmetrics v2.2.2 |
| 1537 | 2024-11-08T00:42:44.978Z | Downloaded tinytemplate v1.2.1 |
| 1538 | 2024-11-08T00:42:44.981Z | Downloaded rustls-native-certs v0.7.3 |
| 1539 | 2024-11-08T00:42:44.983Z | Downloaded httptest v0.16.1 |
| 1540 | 2024-11-08T00:42:44.996Z | Downloaded async-signal v0.2.10 |
| 1541 | 2024-11-08T00:42:44.999Z | Downloaded async-attributes v1.1.2 |
| 1542 | 2024-11-08T00:42:45.002Z | Downloaded async-channel v2.3.1 |
| 1543 | 2024-11-08T00:42:45.004Z | Downloaded rand_distr v0.4.3 |
| 1544 | 2024-11-08T00:42:45.007Z | Downloaded rstest v0.23.0 |
| 1545 | 2024-11-08T00:42:45.012Z | Downloaded fancy-regex v0.13.0 |
| 1546 | 2024-11-08T00:42:45.015Z | Downloaded assert_cmd v2.0.16 |
| 1547 | 2024-11-08T00:42:45.018Z | Downloaded polling v3.7.3 |
| 1548 | 2024-11-08T00:42:45.022Z | Downloaded async-executor v1.13.1 |
| 1549 | 2024-11-08T00:42:45.025Z | Downloaded approx v0.5.1 |
| 1550 | 2024-11-08T00:42:45.028Z | Downloaded plotters v0.3.7 |
| 1551 | 2024-11-08T00:42:45.036Z | Downloaded nested v0.1.1 |
| 1552 | 2024-11-08T00:42:45.038Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1553 | 2024-11-08T00:42:45.038Z | Downloaded escape8259 v0.5.3 |
| 1554 | 2024-11-08T00:42:45.041Z | Downloaded guppy v0.17.8 |
| 1555 | 2024-11-08T00:42:45.045Z | Downloaded plotters-svg v0.3.7 |
| 1556 | 2024-11-08T00:42:45.047Z | Downloaded cast v0.3.0 |
| 1557 | 2024-11-08T00:42:45.047Z | Downloaded async-channel v1.9.0 |
| 1558 | 2024-11-08T00:42:45.049Z | Downloaded pathdiff v0.2.2 |
| 1559 | 2024-11-08T00:42:45.049Z | Downloaded event-listener v5.3.1 |
| 1560 | 2024-11-08T00:42:45.052Z | Downloaded concurrent-queue v2.5.0 |
| 1561 | 2024-11-08T00:42:45.055Z | Downloaded futures-timer v3.0.3 |
| 1562 | 2024-11-08T00:42:45.057Z | Downloaded threadpool v1.8.1 |
| 1563 | 2024-11-08T00:42:45.057Z | Downloaded event-listener v2.5.3 |
| 1564 | 2024-11-08T00:42:45.059Z | Downloaded event-listener-strategy v0.5.2 |
| 1565 | 2024-11-08T00:42:45.062Z | Downloaded datatest-stable v0.2.9 |
| 1566 | 2024-11-08T00:42:45.064Z | Downloaded indoc v2.0.5 |
| 1567 | 2024-11-08T00:42:45.068Z | Downloaded blocking v1.6.1 |
| 1568 | 2024-11-08T00:42:45.068Z | Downloaded similar-asserts v1.6.0 |
| 1569 | 2024-11-08T00:42:45.086Z | Downloaded target-spec v3.2.2 |
| 1570 | 2024-11-08T00:42:45.089Z | Downloaded futures-lite v2.3.0 |
| 1571 | 2024-11-08T00:42:45.092Z | Downloaded async-task v4.7.1 |
| 1572 | 2024-11-08T00:42:45.094Z | Downloaded async-process v2.3.0 |
| 1573 | 2024-11-08T00:42:45.097Z | Downloaded proc-macro-crate v3.2.0 |
| 1574 | 2024-11-08T00:42:45.097Z | Downloaded plotters-backend v0.3.7 |
| 1575 | 2024-11-08T00:42:45.099Z | Downloaded serde_regex v1.1.0 |
| 1576 | 2024-11-08T00:42:45.099Z | Downloaded target-lexicon v0.12.16 |
| 1577 | 2024-11-08T00:42:45.102Z | Downloaded async-lock v3.4.0 |
| 1578 | 2024-11-08T00:42:45.104Z | Downloaded rust-argon2 v2.1.0 |
| 1579 | 2024-11-08T00:42:45.104Z | Downloaded path-tree v0.8.1 |
| 1580 | 2024-11-08T00:42:45.107Z | Downloaded piper v0.2.4 |
| 1581 | 2024-11-08T00:42:45.108Z | Downloaded partial-io v0.5.4 |
| 1582 | 2024-11-08T00:42:45.110Z | Downloaded libtest-mimic v0.7.3 |
| 1583 | 2024-11-08T00:42:45.113Z | Downloaded async-io v2.3.4 |
| 1584 | 2024-11-08T00:42:45.115Z | Downloaded hyper-rustls v0.26.0 |
| 1585 | 2024-11-08T00:42:45.118Z | Downloaded trybuild v1.0.100 |
| 1586 | 2024-11-08T00:42:45.122Z | Downloaded rstest_macros v0.23.0 |
| 1587 | 2024-11-08T00:42:45.125Z | Downloaded relative-path v1.9.3 |
| 1588 | 2024-11-08T00:42:45.127Z | Downloaded parking v2.2.1 |
| 1589 | 2024-11-08T00:42:45.127Z | Downloaded yansi v1.0.1 |
| 1590 | 2024-11-08T00:42:45.129Z | Downloaded criterion v0.5.1 |
| 1591 | 2024-11-08T00:42:45.136Z | Downloaded pretty_assertions v1.4.1 |
| 1592 | 2024-11-08T00:42:45.154Z | Downloaded cfg-expr v0.17.0 |
| 1593 | 2024-11-08T00:42:45.154Z | Downloaded oorandom v11.1.4 |
| 1594 | 2024-11-08T00:42:45.154Z | Downloaded async-std v1.13.0 |
| 1595 | 2024-11-08T00:42:45.243Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1596 | 2024-11-08T00:42:45.991Z | Checking cfg-if v1.0.0 |
| 1597 | 2024-11-08T00:42:46.064Z | Checking libc v0.2.161 |
| 1598 | 2024-11-08T00:42:46.087Z | Checking serde v1.0.210 |
| 1599 | 2024-11-08T00:42:46.108Z | Checking memchr v2.7.4 |
| 1600 | 2024-11-08T00:42:46.127Z | Checking value-bag v1.9.0 |
| 1601 | 2024-11-08T00:42:46.147Z | Checking scopeguard v1.2.0 |
| 1602 | 2024-11-08T00:42:46.167Z | Checking itoa v1.0.11 |
| 1603 | 2024-11-08T00:42:46.167Z | Checking zeroize v1.8.1 |
| 1604 | 2024-11-08T00:42:46.211Z | Checking smallvec v1.13.2 |
| 1605 | 2024-11-08T00:42:46.298Z | Checking lock_api v0.4.12 |
| 1606 | 2024-11-08T00:42:46.430Z | Checking byteorder v1.5.0 |
| 1607 | 2024-11-08T00:42:46.460Z | Checking pin-project-lite v0.2.14 |
| 1608 | 2024-11-08T00:42:46.580Z | Checking log v0.4.22 |
| 1609 | 2024-11-08T00:42:46.614Z | Checking once_cell v1.20.2 |
| 1610 | 2024-11-08T00:42:46.618Z | Checking subtle v2.6.1 |
| 1611 | 2024-11-08T00:42:46.728Z | Checking typenum v1.17.0 |
| 1612 | 2024-11-08T00:42:46.873Z | Checking futures-core v0.3.31 |
| 1613 | 2024-11-08T00:42:46.909Z | Checking libm v0.2.8 |
| 1614 | 2024-11-08T00:42:46.933Z | Checking thiserror v1.0.64 |
| 1615 | 2024-11-08T00:42:47.081Z | Checking zerocopy v0.7.35 |
| 1616 | 2024-11-08T00:42:47.109Z | Checking ryu v1.0.18 |
| 1617 | 2024-11-08T00:42:47.138Z | Checking spin v0.9.8 |
| 1618 | 2024-11-08T00:42:47.171Z | Checking futures-io v0.3.31 |
| 1619 | 2024-11-08T00:42:47.329Z | Checking getrandom v0.2.15 |
| 1620 | 2024-11-08T00:42:47.357Z | Checking signal-hook-registry v1.4.2 |
| 1621 | 2024-11-08T00:42:47.359Z | Checking parking_lot_core v0.9.10 |
| 1622 | 2024-11-08T00:42:47.504Z | Checking mio v1.0.2 |
| 1623 | 2024-11-08T00:42:47.566Z | Checking rand_core v0.6.4 |
| 1624 | 2024-11-08T00:42:47.609Z | Checking socket2 v0.5.7 |
| 1625 | 2024-11-08T00:42:47.724Z | Checking parking_lot v0.12.3 |
| 1626 | 2024-11-08T00:42:47.840Z | Checking num-traits v0.2.19 |
| 1627 | 2024-11-08T00:42:47.883Z | Checking const-oid v0.9.6 |
| 1628 | 2024-11-08T00:42:48.084Z | Checking generic-array v0.14.7 |
| 1629 | 2024-11-08T00:42:48.109Z | Checking slab v0.4.9 |
| 1630 | 2024-11-08T00:42:48.111Z | Checking allocator-api2 v0.2.18 |
| 1631 | 2024-11-08T00:42:48.185Z | Checking futures-sink v0.3.31 |
| 1632 | 2024-11-08T00:42:48.356Z | Checking cpufeatures v0.2.14 |
| 1633 | 2024-11-08T00:42:48.409Z | Checking pin-utils v0.1.0 |
| 1634 | 2024-11-08T00:42:48.462Z | Checking equivalent v1.0.1 |
| 1635 | 2024-11-08T00:42:48.520Z | Checking foldhash v0.1.3 |
| 1636 | 2024-11-08T00:42:48.545Z | Checking futures-channel v0.3.31 |
| 1637 | 2024-11-08T00:42:48.583Z | Checking futures-task v0.3.31 |
| 1638 | 2024-11-08T00:42:48.755Z | Checking fnv v1.0.7 |
| 1639 | 2024-11-08T00:42:48.793Z | Checking hashbrown v0.15.0 |
| 1640 | 2024-11-08T00:42:48.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1641 | 2024-11-08T00:42:48.895Z | Checking futures-util v0.3.31 |
| 1642 | 2024-11-08T00:42:48.898Z | Checking tracing-core v0.1.32 |
| 1643 | 2024-11-08T00:42:49.202Z | Checking iana-time-zone v0.1.61 |
| 1644 | 2024-11-08T00:42:49.301Z | Checking crypto-common v0.1.6 |
| 1645 | 2024-11-08T00:42:49.358Z | Checking block-buffer v0.10.4 |
| 1646 | 2024-11-08T00:42:49.492Z | Checking ppv-lite86 v0.2.20 |
| 1647 | 2024-11-08T00:42:49.557Z | Checking errno v0.3.9 |
| 1648 | 2024-11-08T00:42:49.584Z | Checking tinyvec_macros v0.1.1 |
| 1649 | 2024-11-08T00:42:49.608Z | Checking tracing v0.1.40 |
| 1650 | 2024-11-08T00:42:49.685Z | Checking tinyvec v1.8.0 |
| 1651 | 2024-11-08T00:42:49.712Z | Checking digest v0.10.7 |
| 1652 | 2024-11-08T00:42:49.746Z | Checking unicode-bidi v0.3.17 |
| 1653 | 2024-11-08T00:42:49.955Z | Checking block-padding v0.3.3 |
| 1654 | 2024-11-08T00:42:49.958Z | Checking dyn-clone v1.0.17 |
| 1655 | 2024-11-08T00:42:50.104Z | Checking percent-encoding v2.3.1 |
| 1656 | 2024-11-08T00:42:50.132Z | Checking crossbeam-utils v0.8.20 |
| 1657 | 2024-11-08T00:42:50.167Z | Checking inout v0.1.3 |
| 1658 | 2024-11-08T00:42:50.318Z | Checking rand_chacha v0.3.1 |
| 1659 | 2024-11-08T00:42:50.347Z | Checking httparse v1.9.5 |
| 1660 | 2024-11-08T00:42:50.381Z | Checking form_urlencoded v1.2.1 |
| 1661 | 2024-11-08T00:42:50.406Z | Checking cipher v0.4.4 |
| 1662 | 2024-11-08T00:42:50.593Z | Checking base64ct v1.6.0 |
| 1663 | 2024-11-08T00:42:50.722Z | Checking rand v0.8.5 |
| 1664 | 2024-11-08T00:42:50.793Z | Checking regex-syntax v0.8.5 |
| 1665 | 2024-11-08T00:42:50.840Z | Checking hmac v0.12.1 |
| 1666 | 2024-11-08T00:42:50.842Z | Checking sha2 v0.10.8 |
| 1667 | 2024-11-08T00:42:51.033Z | Checking unicode-normalization v0.1.24 |
| 1668 | 2024-11-08T00:42:51.055Z | Checking aho-corasick v1.1.3 |
| 1669 | 2024-11-08T00:42:51.080Z | Checking untrusted v0.9.0 |
| 1670 | 2024-11-08T00:42:51.278Z | Checking atomic-waker v1.1.2 |
| 1671 | 2024-11-08T00:42:51.345Z | Checking bytes v1.7.2 |
| 1672 | 2024-11-08T00:42:51.443Z | Checking bitflags v2.6.0 |
| 1673 | 2024-11-08T00:42:51.468Z | Checking serde_json v1.0.128 |
| 1674 | 2024-11-08T00:42:51.754Z | Checking indexmap v2.6.0 |
| 1675 | 2024-11-08T00:42:52.026Z | Checking chrono v0.4.38 |
| 1676 | 2024-11-08T00:42:52.030Z | Checking rustix v0.38.37 |
| 1677 | 2024-11-08T00:42:52.153Z | Checking tokio v1.40.0 |
| 1678 | 2024-11-08T00:42:52.754Z | Checking uuid v1.10.0 |
| 1679 | 2024-11-08T00:42:53.108Z | Checking http v1.1.0 |
| 1680 | 2024-11-08T00:42:53.240Z | Checking ring v0.17.8 |
| 1681 | 2024-11-08T00:42:53.368Z | Checking lazy_static v1.5.0 |
| 1682 | 2024-11-08T00:42:53.495Z | Checking unicode-ident v1.0.13 |
| 1683 | 2024-11-08T00:42:53.684Z | Checking adler2 v2.0.0 |
| 1684 | 2024-11-08T00:42:53.848Z | Checking miniz_oxide v0.8.0 |
| 1685 | 2024-11-08T00:42:54.109Z | Checking regex-automata v0.4.8 |
| 1686 | 2024-11-08T00:42:54.213Z | Checking schemars v0.8.21 |
| 1687 | 2024-11-08T00:42:54.440Z | Checking idna v0.5.0 |
| 1688 | 2024-11-08T00:42:54.499Z | Checking pem-rfc7468 v0.7.0 |
| 1689 | 2024-11-08T00:42:54.616Z | Checking try-lock v0.2.5 |
| 1690 | 2024-11-08T00:42:54.762Z | Checking powerfmt v0.2.0 |
| 1691 | 2024-11-08T00:42:54.784Z | Checking httpdate v1.0.3 |
| 1692 | 2024-11-08T00:42:55.034Z | Checking deranged v0.3.11 |
| 1693 | 2024-11-08T00:42:55.054Z | Checking want v0.3.1 |
| 1694 | 2024-11-08T00:42:55.166Z | Checking proc-macro2 v1.0.87 |
| 1695 | 2024-11-08T00:42:55.248Z | Checking num-conv v0.1.0 |
| 1696 | 2024-11-08T00:42:55.338Z | Checking url v2.5.2 |
| 1697 | 2024-11-08T00:42:55.515Z | Checking time-core v0.1.2 |
| 1698 | 2024-11-08T00:42:55.673Z | Checking num_threads v0.1.7 |
| 1699 | 2024-11-08T00:42:55.700Z | Checking rustls-pki-types v1.9.0 |
| 1700 | 2024-11-08T00:42:55.808Z | Checking flagset v0.4.6 |
| 1701 | 2024-11-08T00:42:55.864Z | Checking quote v1.0.37 |
| 1702 | 2024-11-08T00:42:55.925Z | Checking base64 v0.22.1 |
| 1703 | 2024-11-08T00:42:56.008Z | Checking der v0.7.9 |
| 1704 | 2024-11-08T00:42:56.141Z | Checking http-body v1.0.1 |
| 1705 | 2024-11-08T00:42:56.255Z | Checking syn v2.0.79 |
| 1706 | 2024-11-08T00:42:56.302Z | Checking pbkdf2 v0.12.2 |
| 1707 | 2024-11-08T00:42:56.358Z | Checking aes v0.8.4 |
| 1708 | 2024-11-08T00:42:56.450Z | Checking tower-service v0.3.3 |
| 1709 | 2024-11-08T00:42:56.492Z | Checking salsa20 v0.10.2 |
| 1710 | 2024-11-08T00:42:56.587Z | Checking cbc v0.1.2 |
| 1711 | 2024-11-08T00:42:56.726Z | Checking ahash v0.8.11 |
| 1712 | 2024-11-08T00:42:56.804Z | Checking scrypt v0.11.0 |
| 1713 | 2024-11-08T00:42:56.828Z | Checking time v0.3.36 |
| 1714 | 2024-11-08T00:42:57.054Z | Checking rustls-webpki v0.102.8 |
| 1715 | 2024-11-08T00:42:57.270Z | Checking slog v2.7.0 |
| 1716 | 2024-11-08T00:42:57.302Z | Checking mime v0.3.17 |
| 1717 | 2024-11-08T00:42:57.646Z | Checking gimli v0.31.1 |
| 1718 | 2024-11-08T00:42:57.778Z | Checking object v0.36.5 |
| 1719 | 2024-11-08T00:42:57.833Z | Checking utf8parse v0.2.2 |
| 1720 | 2024-11-08T00:42:57.998Z | Checking rustc-demangle v0.1.24 |
| 1721 | 2024-11-08T00:42:58.065Z | Checking spki v0.7.3 |
| 1722 | 2024-11-08T00:42:58.356Z | Checking pkcs5 v0.7.1 |
| 1723 | 2024-11-08T00:42:58.423Z | Checking ipnet v2.10.1 |
| 1724 | 2024-11-08T00:42:58.766Z | Checking regex v1.11.0 |
| 1725 | 2024-11-08T00:42:58.891Z | Checking unicode-width v0.1.14 |
| 1726 | 2024-11-08T00:42:58.919Z | Checking pkcs8 v0.10.2 |
| 1727 | 2024-11-08T00:42:59.271Z | Checking data-encoding v2.6.0 |
| 1728 | 2024-11-08T00:42:59.390Z | Checking futures-executor v0.3.31 |
| 1729 | 2024-11-08T00:42:59.418Z | Checking serde_spanned v0.6.8 |
| 1730 | 2024-11-08T00:42:59.423Z | Checking toml_datetime v0.6.8 |
| 1731 | 2024-11-08T00:42:59.596Z | Checking tokio-util v0.7.12 |
| 1732 | 2024-11-08T00:42:59.623Z | Checking anstyle v1.0.8 |
| 1733 | 2024-11-08T00:42:59.626Z | Checking futures v0.3.31 |
| 1734 | 2024-11-08T00:42:59.720Z | Checking http-body-util v0.1.2 |
| 1735 | 2024-11-08T00:42:59.751Z | Checking serde_urlencoded v0.7.1 |
| 1736 | 2024-11-08T00:42:59.969Z | Checking encoding_rs v0.8.34 |
| 1737 | 2024-11-08T00:43:00.011Z | Checking openssl-probe v0.1.5 |
| 1738 | 2024-11-08T00:43:00.178Z | Checking foreign-types-shared v0.1.1 |
| 1739 | 2024-11-08T00:43:00.206Z | Checking rustls-pemfile v2.2.0 |
| 1740 | 2024-11-08T00:43:00.208Z | Checking semver v1.0.23 |
| 1741 | 2024-11-08T00:43:00.301Z | Checking foreign-types v0.3.2 |
| 1742 | 2024-11-08T00:43:00.407Z | Checking sha1 v0.10.6 |
| 1743 | 2024-11-08T00:43:00.431Z | Checking openssl-sys v0.9.103 |
| 1744 | 2024-11-08T00:43:00.506Z | Checking h2 v0.4.6 |
| 1745 | 2024-11-08T00:43:00.644Z | Checking anstyle-parse v0.2.5 |
| 1746 | 2024-11-08T00:43:00.707Z | Checking colorchoice v1.0.2 |
| 1747 | 2024-11-08T00:43:00.856Z | Checking is_terminal_polyfill v1.70.1 |
| 1748 | 2024-11-08T00:43:00.919Z | Checking anstyle-query v1.1.1 |
| 1749 | 2024-11-08T00:43:00.996Z | Checking rustls v0.23.14 |
| 1750 | 2024-11-08T00:43:01.052Z | Checking anstream v0.6.15 |
| 1751 | 2024-11-08T00:43:01.478Z | Checking terminal_size v0.4.0 |
| 1752 | 2024-11-08T00:43:01.661Z | Checking camino v1.1.9 |
| 1753 | 2024-11-08T00:43:01.741Z | Checking openssl v0.10.66 |
| 1754 | 2024-11-08T00:43:01.768Z | Checking addr2line v0.24.2 |
| 1755 | 2024-11-08T00:43:02.257Z | Checking signature v2.2.0 |
| 1756 | 2024-11-08T00:43:02.287Z | Checking winnow v0.6.20 |
| 1757 | 2024-11-08T00:43:02.338Z | Checking either v1.13.0 |
| 1758 | 2024-11-08T00:43:02.481Z | Checking clap_lex v0.7.2 |
| 1759 | 2024-11-08T00:43:02.753Z | Checking strsim v0.11.1 |
| 1760 | 2024-11-08T00:43:02.779Z | Checking openapiv3 v2.0.0 |
| 1761 | 2024-11-08T00:43:02.812Z | Checking idna v0.3.0 |
| 1762 | 2024-11-08T00:43:03.069Z | Checking clap_builder v4.5.20 |
| 1763 | 2024-11-08T00:43:03.647Z | Checking psl-types v2.0.11 |
| 1764 | 2024-11-08T00:43:03.854Z | Checking publicsuffix v2.2.3 |
| 1765 | 2024-11-08T00:43:04.116Z | Checking cookie v0.18.1 |
| 1766 | 2024-11-08T00:43:04.424Z | Checking backtrace v0.3.74 |
| 1767 | 2024-11-08T00:43:04.610Z | Checking webpki-roots v0.26.6 |
| 1768 | 2024-11-08T00:43:04.849Z | Checking is-terminal v0.4.13 |
| 1769 | 2024-11-08T00:43:04.993Z | Checking scroll v0.12.0 |
| 1770 | 2024-11-08T00:43:04.996Z | Checking anyhow v1.0.92 |
| 1771 | 2024-11-08T00:43:05.433Z | Checking base16ct v0.2.0 |
| 1772 | 2024-11-08T00:43:05.497Z | Checking plain v0.2.3 |
| 1773 | 2024-11-08T00:43:05.527Z | Checking ucd-trie v0.1.7 |
| 1774 | 2024-11-08T00:43:05.624Z | Checking sec1 v0.7.3 |
| 1775 | 2024-11-08T00:43:05.656Z | Checking goblin v0.8.2 |
| 1776 | 2024-11-08T00:43:05.740Z | Checking pest v2.7.14 |
| 1777 | 2024-11-08T00:43:06.025Z | Checking cookie_store v0.21.0 |
| 1778 | 2024-11-08T00:43:06.086Z | Checking tokio-rustls v0.26.0 |
| 1779 | 2024-11-08T00:43:06.342Z | Checking clap v4.5.20 |
| 1780 | 2024-11-08T00:43:06.434Z | Checking num-integer v0.1.46 |
| 1781 | 2024-11-08T00:43:06.584Z | Checking ff v0.13.0 |
| 1782 | 2024-11-08T00:43:06.724Z | Checking sync_wrapper v1.0.1 |
| 1783 | 2024-11-08T00:43:06.724Z | Checking pretty-hex v0.4.1 |
| 1784 | 2024-11-08T00:43:06.847Z | Checking group v0.13.0 |
| 1785 | 2024-11-08T00:43:06.847Z | Checking hkdf v0.12.4 |
| 1786 | 2024-11-08T00:43:06.847Z | Checking crypto-bigint v0.5.5 |
| 1787 | 2024-11-08T00:43:06.985Z | Checking thread-id v4.2.2 |
| 1788 | 2024-11-08T00:43:06.985Z | Checking crc32fast v1.4.2 |
| 1789 | 2024-11-08T00:43:07.055Z | Checking static_assertions v1.1.0 |
| 1790 | 2024-11-08T00:43:07.055Z | Checking hyper v1.4.1 |
| 1791 | 2024-11-08T00:43:07.055Z | Checking bitflags v1.3.2 |
| 1792 | 2024-11-08T00:43:07.104Z | Checking utf-8 v0.7.6 |
| 1793 | 2024-11-08T00:43:07.158Z | Checking toml_edit v0.22.22 |
| 1794 | 2024-11-08T00:43:07.158Z | Checking dirs-sys-next v0.1.2 |
| 1795 | 2024-11-08T00:43:07.206Z | Checking native-tls v0.2.12 |
| 1796 | 2024-11-08T00:43:07.302Z | Checking memmap v0.7.0 |
| 1797 | 2024-11-08T00:43:07.351Z | Checking stable_deref_trait v1.2.0 |
| 1798 | 2024-11-08T00:43:07.472Z | Checking unicode-segmentation v1.12.0 |
| 1799 | 2024-11-08T00:43:07.527Z | Checking tokio-native-tls v0.3.1 |
| 1800 | 2024-11-08T00:43:07.555Z | Checking dirs-next v2.0.0 |
| 1801 | 2024-11-08T00:43:07.692Z | Checking num-iter v0.1.45 |
| 1802 | 2024-11-08T00:43:07.788Z | Checking crossbeam-epoch v0.9.18 |
| 1803 | 2024-11-08T00:43:07.926Z | Checking crossbeam-channel v0.5.13 |
| 1804 | 2024-11-08T00:43:08.227Z | Checking thread_local v1.1.8 |
| 1805 | 2024-11-08T00:43:08.251Z | Checking dtrace-parser v0.2.0 |
| 1806 | 2024-11-08T00:43:08.257Z | Checking term v0.7.0 |
| 1807 | 2024-11-08T00:43:08.529Z | Checking bstr v1.10.0 |
| 1808 | 2024-11-08T00:43:08.675Z | Checking hex v0.4.3 |
| 1809 | 2024-11-08T00:43:08.712Z | Checking rfc6979 v0.4.0 |
| 1810 | 2024-11-08T00:43:08.770Z | Checking match_cfg v0.1.0 |
| 1811 | 2024-11-08T00:43:08.872Z | Checking take_mut v0.2.2 |
| 1812 | 2024-11-08T00:43:08.903Z | Checking winnow v0.5.40 |
| 1813 | 2024-11-08T00:43:09.037Z | Checking managed v0.8.0 |
| 1814 | 2024-11-08T00:43:09.065Z | Checking hyper-util v0.1.9 |
| 1815 | 2024-11-08T00:43:09.186Z | Checking slog-async v2.8.0 |
| 1816 | 2024-11-08T00:43:09.439Z | Checking hostname v0.3.1 |
| 1817 | 2024-11-08T00:43:09.492Z | Checking slog-term v2.9.1 |
| 1818 | 2024-11-08T00:43:09.518Z | Checking crossbeam-deque v0.8.5 |
| 1819 | 2024-11-08T00:43:09.581Z | Checking num-bigint-dig v0.8.4 |
| 1820 | 2024-11-08T00:43:09.607Z | Checking elliptic-curve v0.13.8 |
| 1821 | 2024-11-08T00:43:09.807Z | Checking toml v0.8.19 |
| 1822 | 2024-11-08T00:43:09.831Z | Checking flate2 v1.0.34 |
| 1823 | 2024-11-08T00:43:10.000Z | Checking pkcs1 v0.7.5 |
| 1824 | 2024-11-08T00:43:10.299Z | Checking ecdsa v0.16.9 |
| 1825 | 2024-11-08T00:43:10.423Z | Checking curve25519-dalek v4.1.3 |
| 1826 | 2024-11-08T00:43:10.483Z | Checking zerocopy v0.6.6 |
| 1827 | 2024-11-08T00:43:10.642Z | Checking siphasher v0.3.11 |
| 1828 | 2024-11-08T00:43:10.725Z | Checking dof v0.3.0 |
| 1829 | 2024-11-08T00:43:10.968Z | Checking rayon-core v1.12.1 |
| 1830 | 2024-11-08T00:43:10.993Z | Checking ed25519 v2.2.3 |
| 1831 | 2024-11-08T00:43:11.248Z | Checking rustls v0.22.4 |
| 1832 | 2024-11-08T00:43:11.324Z | Checking signal-hook v0.3.17 |
| 1833 | 2024-11-08T00:43:11.326Z | Checking hyper-tls v0.6.0 |
| 1834 | 2024-11-08T00:43:11.385Z | Checking hyper-rustls v0.27.3 |
| 1835 | 2024-11-08T00:43:11.647Z | Checking usdt-impl v0.5.0 |
| 1836 | 2024-11-08T00:43:11.675Z | Checking quick-error v1.2.3 |
| 1837 | 2024-11-08T00:43:11.697Z | Checking itertools v0.10.5 |
| 1838 | 2024-11-08T00:43:11.732Z | Checking reqwest v0.12.8 |
| 1839 | 2024-11-08T00:43:11.814Z | Checking slog-json v2.6.1 |
| 1840 | 2024-11-08T00:43:11.818Z | Checking rsa v0.9.6 |
| 1841 | 2024-11-08T00:43:12.007Z | Checking toml_edit v0.19.15 |
| 1842 | 2024-11-08T00:43:12.090Z | Checking x509-cert v0.2.5 |
| 1843 | 2024-11-08T00:43:12.211Z | Checking usdt v0.5.0 |
| 1844 | 2024-11-08T00:43:12.288Z | Checking ed25519-dalek v2.1.1 |
| 1845 | 2024-11-08T00:43:12.492Z | Checking idna v0.4.0 |
| 1846 | 2024-11-08T00:43:12.717Z | Checking hubpack v0.1.2 |
| 1847 | 2024-11-08T00:43:12.921Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1848 | 2024-11-08T00:43:13.063Z | Checking bit-vec v0.6.3 |
| 1849 | 2024-11-08T00:43:13.089Z | Checking debug-ignore v1.0.5 |
| 1850 | 2024-11-08T00:43:13.237Z | Checking bzip2 v0.4.4 |
| 1851 | 2024-11-08T00:43:13.409Z | Checking hickory-proto v0.24.1 |
| 1852 | 2024-11-08T00:43:13.435Z | Checking bit-set v0.5.3 |
| 1853 | 2024-11-08T00:43:13.534Z | Checking slog-bunyan v2.5.0 |
| 1854 | 2024-11-08T00:43:13.688Z | Checking signal-hook-mio v0.2.4 |
| 1855 | 2024-11-08T00:43:13.714Z | Checking multer v3.1.0 |
| 1856 | 2024-11-08T00:43:13.738Z | Checking console v0.15.8 |
| 1857 | 2024-11-08T00:43:13.766Z | Checking waitgroup v0.1.2 |
| 1858 | 2024-11-08T00:43:13.840Z | Checking serde_path_to_error v0.1.16 |
| 1859 | 2024-11-08T00:43:13.909Z | Checking async-stream v0.3.6 |
| 1860 | 2024-11-08T00:43:14.038Z | Checking hostname v0.4.0 |
| 1861 | 2024-11-08T00:43:14.112Z | Checking hash32 v0.2.1 |
| 1862 | 2024-11-08T00:43:14.140Z | Checking linked-hash-map v0.5.6 |
| 1863 | 2024-11-08T00:43:14.188Z | Checking unicode-properties v0.1.3 |
| 1864 | 2024-11-08T00:43:14.291Z | Checking predicates-core v1.0.8 |
| 1865 | 2024-11-08T00:43:14.435Z | Checking heapless v0.7.17 |
| 1866 | 2024-11-08T00:43:14.460Z | Checking crossterm v0.28.1 |
| 1867 | 2024-11-08T00:43:14.487Z | Checking rayon v1.10.0 |
| 1868 | 2024-11-08T00:43:14.489Z | Checking lru-cache v0.1.2 |
| 1869 | 2024-11-08T00:43:14.565Z | Checking stringprep v0.1.5 |
| 1870 | 2024-11-08T00:43:14.616Z | Checking toml v0.7.8 |
| 1871 | 2024-11-08T00:43:14.684Z | Checking phf_shared v0.11.2 |
| 1872 | 2024-11-08T00:43:14.851Z | Checking similar v2.6.0 |
| 1873 | 2024-11-08T00:43:14.943Z | Checking tokio-rustls v0.25.0 |
| 1874 | 2024-11-08T00:43:14.972Z | Checking tokio-stream v0.1.16 |
| 1875 | 2024-11-08T00:43:15.316Z | Checking dropshot v0.12.0 |
| 1876 | 2024-11-08T00:43:15.389Z | Checking md-5 v0.10.6 |
| 1877 | 2024-11-08T00:43:15.525Z | Checking float-cmp v0.9.0 |
| 1878 | 2024-11-08T00:43:15.618Z | Checking fixedbitset v0.4.2 |
| 1879 | 2024-11-08T00:43:15.726Z | Checking normalize-line-endings v0.3.0 |
| 1880 | 2024-11-08T00:43:15.766Z | Checking fallible-iterator v0.2.0 |
| 1881 | 2024-11-08T00:43:15.850Z | Checking difflib v0.4.0 |
| 1882 | 2024-11-08T00:43:15.853Z | Checking smoltcp v0.9.1 |
| 1883 | 2024-11-08T00:43:15.897Z | Checking petgraph v0.6.5 |
| 1884 | 2024-11-08T00:43:16.193Z | Checking predicates v3.1.2 |
| 1885 | 2024-11-08T00:43:16.417Z | Checking postgres-protocol v0.6.7 |
| 1886 | 2024-11-08T00:43:16.455Z | Checking phf v0.11.2 |
| 1887 | 2024-11-08T00:43:16.758Z | Checking zip v0.6.6 |
| 1888 | 2024-11-08T00:43:16.914Z | Checking resolv-conf v0.7.0 |
| 1889 | 2024-11-08T00:43:17.130Z | Checking phf_shared v0.10.0 |
| 1890 | 2024-11-08T00:43:17.285Z | Checking tungstenite v0.24.0 |
| 1891 | 2024-11-08T00:43:17.432Z | Checking fs-err v2.11.0 |
| 1892 | 2024-11-08T00:43:17.455Z | Checking serde-big-array v0.5.1 |
| 1893 | 2024-11-08T00:43:17.486Z | Checking portable-atomic v1.9.0 |
| 1894 | 2024-11-08T00:43:17.681Z | Checking lalrpop-util v0.19.12 |
| 1895 | 2024-11-08T00:43:17.982Z | Checking precomputed-hash v0.1.1 |
| 1896 | 2024-11-08T00:43:18.005Z | Checking minimal-lexical v0.2.1 |
| 1897 | 2024-11-08T00:43:18.097Z | Checking number_prefix v0.4.0 |
| 1898 | 2024-11-08T00:43:18.259Z | Checking new_debug_unreachable v1.0.6 |
| 1899 | 2024-11-08T00:43:18.303Z | Checking tokio-tungstenite v0.24.0 |
| 1900 | 2024-11-08T00:43:18.363Z | Checking string_cache v0.8.7 |
| 1901 | 2024-11-08T00:43:18.389Z | Checking nom v7.1.3 |
| 1902 | 2024-11-08T00:43:18.467Z | Checking hickory-resolver v0.24.1 |
| 1903 | 2024-11-08T00:43:18.534Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1904 | 2024-11-08T00:43:18.564Z | Checking indicatif v0.17.8 |
| 1905 | 2024-11-08T00:43:18.670Z | Checking postgres-types v0.2.8 |
| 1906 | 2024-11-08T00:43:18.776Z | Checking itertools v0.12.1 |
| 1907 | 2024-11-08T00:43:19.206Z | Checking peg-runtime v0.8.3 |
| 1908 | 2024-11-08T00:43:19.274Z | Checking whoami v1.5.2 |
| 1909 | 2024-11-08T00:43:19.445Z | Compiling hashbrown v0.14.5 |
| 1910 | 2024-11-08T00:43:19.445Z | Compiling unsafe-libyaml v0.2.11 |
| 1911 | 2024-11-08T00:43:19.595Z | Checking tokio-postgres v0.7.12 |
| 1912 | 2024-11-08T00:43:20.127Z | Checking qorb v0.2.0 |
| 1913 | 2024-11-08T00:43:20.785Z | Compiling regress v0.10.1 |
| 1914 | 2024-11-08T00:43:20.856Z | Compiling serde_yaml v0.9.34+deprecated |
| 1915 | 2024-11-08T00:43:21.352Z | Compiling ident_case v1.0.1 |
| 1916 | 2024-11-08T00:43:21.428Z | Checking heck v0.5.0 |
| 1917 | 2024-11-08T00:43:21.556Z | Compiling darling_core v0.20.10 |
| 1918 | 2024-11-08T00:43:21.631Z | Checking progenitor-client v0.8.0 |
| 1919 | 2024-11-08T00:43:21.972Z | Checking fastrand v2.1.1 |
| 1920 | 2024-11-08T00:43:22.336Z | Compiling newtype-uuid v1.1.2 |
| 1921 | 2024-11-08T00:43:22.674Z | Checking ipnetwork v0.20.0 |
| 1922 | 2024-11-08T00:43:22.860Z | Compiling structmeta-derive v0.3.0 |
| 1923 | 2024-11-08T00:43:22.917Z | Checking strum v0.26.3 |
| 1924 | 2024-11-08T00:43:23.035Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1925 | 2024-11-08T00:43:23.347Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1926 | 2024-11-08T00:43:23.689Z | Checking tempfile v3.13.0 |
| 1927 | 2024-11-08T00:43:23.795Z | Checking instant v0.1.13 |
| 1928 | 2024-11-08T00:43:23.927Z | Checking regress v0.9.1 |
| 1929 | 2024-11-08T00:43:24.100Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1930 | 2024-11-08T00:43:24.253Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1931 | 2024-11-08T00:43:24.567Z | Checking macaddr v1.0.1 |
| 1932 | 2024-11-08T00:43:24.888Z | Compiling typify-impl v0.2.0 |
| 1933 | 2024-11-08T00:43:24.933Z | Checking backoff v0.4.0 |
| 1934 | 2024-11-08T00:43:24.978Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1935 | 2024-11-08T00:43:25.134Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1936 | 2024-11-08T00:43:25.253Z | Checking wait-timeout v0.2.0 |
| 1937 | 2024-11-08T00:43:25.304Z | Checking rand_xorshift v0.3.0 |
| 1938 | 2024-11-08T00:43:25.431Z | Checking rusty-fork v0.3.0 |
| 1939 | 2024-11-08T00:43:25.493Z | Compiling structmeta-derive v0.2.0 |
| 1940 | 2024-11-08T00:43:25.658Z | Compiling structmeta v0.3.0 |
| 1941 | 2024-11-08T00:43:25.746Z | Checking unarray v0.1.4 |
| 1942 | 2024-11-08T00:43:25.917Z | Checking proptest v1.5.0 |
| 1943 | 2024-11-08T00:43:25.944Z | Checking camino-tempfile v1.1.1 |
| 1944 | 2024-11-08T00:43:26.102Z | Compiling parse-display-derive v0.10.0 |
| 1945 | 2024-11-08T00:43:26.262Z | Compiling proc-macro-error v1.0.4 |
| 1946 | 2024-11-08T00:43:27.030Z | Compiling proc-macro-crate v1.3.1 |
| 1947 | 2024-11-08T00:43:27.616Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1948 | 2024-11-08T00:43:27.748Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1949 | 2024-11-08T00:43:28.024Z | Compiling foreign-types-macros v0.2.3 |
| 1950 | 2024-11-08T00:43:28.084Z | Compiling num_enum_derive v0.5.11 |
| 1951 | 2024-11-08T00:43:28.088Z | Checking foreign-types-shared v0.3.1 |
| 1952 | 2024-11-08T00:43:28.132Z | Compiling darling_macro v0.20.10 |
| 1953 | 2024-11-08T00:43:28.311Z | Compiling structmeta v0.2.0 |
| 1954 | 2024-11-08T00:43:28.575Z | Checking tabwriter v1.4.0 |
| 1955 | 2024-11-08T00:43:28.739Z | Compiling test-strategy v0.3.1 |
| 1956 | 2024-11-08T00:43:28.819Z | Checking cstr-argument v0.1.2 |
| 1957 | 2024-11-08T00:43:29.017Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1958 | 2024-11-08T00:43:29.055Z | Compiling darling v0.20.10 |
| 1959 | 2024-11-08T00:43:29.190Z | Compiling serde_with_macros v3.11.0 |
| 1960 | 2024-11-08T00:43:29.341Z | Checking foreign-types v0.5.0 |
| 1961 | 2024-11-08T00:43:29.460Z | Checking pretty-hex v0.2.1 |
| 1962 | 2024-11-08T00:43:29.642Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1963 | 2024-11-08T00:43:29.852Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1964 | 2024-11-08T00:43:29.961Z | Checking colored v2.1.0 |
| 1965 | 2024-11-08T00:43:30.020Z | Checking smf v0.2.3 |
| 1966 | 2024-11-08T00:43:30.270Z | Checking base64 v0.21.7 |
| 1967 | 2024-11-08T00:43:30.499Z | Compiling crucible-workspace-hack v0.1.0 |
| 1968 | 2024-11-08T00:43:30.547Z | Checking parse-display v0.10.0 |
| 1969 | 2024-11-08T00:43:30.571Z | Checking num_enum v0.5.11 |
| 1970 | 2024-11-08T00:43:30.730Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1971 | 2024-11-08T00:43:30.755Z | Checking termtree v0.4.1 |
| 1972 | 2024-11-08T00:43:30.803Z | Compiling heapless v0.8.0 |
| 1973 | 2024-11-08T00:43:30.829Z | Checking hash32 v0.3.1 |
| 1974 | 2024-11-08T00:43:30.958Z | Compiling smoltcp v0.11.0 |
| 1975 | 2024-11-08T00:43:30.979Z | Checking predicates-tree v1.0.11 |
| 1976 | 2024-11-08T00:43:31.002Z | Checking cobs v0.2.3 |
| 1977 | 2024-11-08T00:43:31.026Z | Checking sigpipe v0.1.3 |
| 1978 | 2024-11-08T00:43:31.145Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1979 | 2024-11-08T00:43:31.148Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1980 | 2024-11-08T00:43:31.200Z | Checking postcard v1.0.10 |
| 1981 | 2024-11-08T00:43:31.365Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1982 | 2024-11-08T00:43:31.587Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1983 | 2024-11-08T00:43:31.768Z | Compiling mockall_derive v0.13.0 |
| 1984 | 2024-11-08T00:43:31.845Z | Checking serde_with v3.11.0 |
| 1985 | 2024-11-08T00:43:31.869Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1986 | 2024-11-08T00:43:31.927Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1987 | 2024-11-08T00:43:32.190Z | Compiling zone_cfg_derive v0.3.0 |
| 1988 | 2024-11-08T00:43:32.245Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1989 | 2024-11-08T00:43:32.483Z | Compiling num-derive v0.4.2 |
| 1990 | 2024-11-08T00:43:32.597Z | Checking fragile v2.0.0 |
| 1991 | 2024-11-08T00:43:32.889Z | Checking downcast v0.11.0 |
| 1992 | 2024-11-08T00:43:33.112Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1993 | 2024-11-08T00:43:33.456Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1994 | 2024-11-08T00:43:33.614Z | Checking zone v0.3.0 |
| 1995 | 2024-11-08T00:43:33.728Z | Checking atomicwrites v0.4.4 |
| 1996 | 2024-11-08T00:43:33.940Z | Compiling convert_case v0.4.0 |
| 1997 | 2024-11-08T00:43:34.163Z | Checking tungstenite v0.21.0 |
| 1998 | 2024-11-08T00:43:34.391Z | Checking newline-converter v0.3.0 |
| 1999 | 2024-11-08T00:43:34.548Z | Checking expectorate v1.1.0 |
| 2000 | 2024-11-08T00:43:34.734Z | Checking itertools v0.13.0 |
| 2001 | 2024-11-08T00:43:34.855Z | Compiling derive_more v0.99.18 |
| 2002 | 2024-11-08T00:43:34.947Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2003 | 2024-11-08T00:43:35.141Z | Checking tokio-tungstenite v0.21.0 |
| 2004 | 2024-11-08T00:43:35.240Z | Checking same-file v1.0.6 |
| 2005 | 2024-11-08T00:43:35.407Z | Checking arc-swap v1.7.1 |
| 2006 | 2024-11-08T00:43:35.428Z | Checking walkdir v2.5.0 |
| 2007 | 2024-11-08T00:43:35.674Z | Checking xattr v1.3.1 |
| 2008 | 2024-11-08T00:43:35.720Z | Checking filetime v0.2.25 |
| 2009 | 2024-11-08T00:43:35.823Z | Checking slog-scope v4.4.0 |
| 2010 | 2024-11-08T00:43:35.849Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2011 | 2024-11-08T00:43:35.876Z | Compiling cancel-safe-futures v0.1.5 |
| 2012 | 2024-11-08T00:43:35.939Z | Checking tar v0.4.42 |
| 2013 | 2024-11-08T00:43:36.031Z | Checking slog-stdlog v4.1.1 |
| 2014 | 2024-11-08T00:43:36.213Z | Checking slog-envlogger v2.2.0 |
| 2015 | 2024-11-08T00:43:36.238Z | Checking swrite v0.1.0 |
| 2016 | 2024-11-08T00:43:36.430Z | Compiling owo-colors v4.1.0 |
| 2017 | 2024-11-08T00:43:36.814Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2018 | 2024-11-08T00:43:37.034Z | Checking libsw v3.3.1 |
| 2019 | 2024-11-08T00:43:37.168Z | Checking password-hash v0.5.0 |
| 2020 | 2024-11-08T00:43:37.304Z | Checking blake2 v0.10.6 |
| 2021 | 2024-11-08T00:43:37.335Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2022 | 2024-11-08T00:43:37.551Z | Checking linear-map v1.2.0 |
| 2023 | 2024-11-08T00:43:37.633Z | Checking indent_write v2.2.0 |
| 2024 | 2024-11-08T00:43:37.793Z | Checking argon2 v0.5.3 |
| 2025 | 2024-11-08T00:43:37.854Z | Checking num-rational v0.4.2 |
| 2026 | 2024-11-08T00:43:37.878Z | Checking pem v3.0.4 |
| 2027 | 2024-11-08T00:43:38.161Z | Checking num-complex v0.4.6 |
| 2028 | 2024-11-08T00:43:38.500Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2029 | 2024-11-08T00:43:38.576Z | Checking float-ord v0.3.2 |
| 2030 | 2024-11-08T00:43:38.736Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2031 | 2024-11-08T00:43:38.825Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2032 | 2024-11-08T00:43:39.082Z | Checking num v0.4.3 |
| 2033 | 2024-11-08T00:43:39.195Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2034 | 2024-11-08T00:43:39.218Z | Compiling lzma-sys v0.1.20 |
| 2035 | 2024-11-08T00:43:39.357Z | Checking humantime v2.1.0 |
| 2036 | 2024-11-08T00:43:39.485Z | Checking headers-core v0.3.0 |
| 2037 | 2024-11-08T00:43:39.626Z | Compiling heck v0.3.3 |
| 2038 | 2024-11-08T00:43:39.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2039 | 2024-11-08T00:43:39.928Z | Checking mockall v0.13.0 |
| 2040 | 2024-11-08T00:43:39.990Z | Checking headers v0.4.0 |
| 2041 | 2024-11-08T00:43:40.015Z | Compiling zone_cfg_derive v0.1.2 |
| 2042 | 2024-11-08T00:43:40.058Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2043 | 2024-11-08T00:43:40.173Z | Checking yasna v0.5.2 |
| 2044 | 2024-11-08T00:43:40.249Z | Checking base64 v0.13.1 |
| 2045 | 2024-11-08T00:43:40.373Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2046 | 2024-11-08T00:43:40.677Z | Checking ron v0.7.1 |
| 2047 | 2024-11-08T00:43:40.892Z | Checking xz2 v0.1.7 |
| 2048 | 2024-11-08T00:43:41.117Z | Checking rcgen v0.12.1 |
| 2049 | 2024-11-08T00:43:41.170Z | Compiling typify-macro v0.2.0 |
| 2050 | 2024-11-08T00:43:41.219Z | Checking subprocess v0.2.9 |
| 2051 | 2024-11-08T00:43:41.526Z | Checking zone v0.1.8 |
| 2052 | 2024-11-08T00:43:41.800Z | Checking half v2.4.1 |
| 2053 | 2024-11-08T00:43:41.882Z | Compiling semver v0.1.20 |
| 2054 | 2024-11-08T00:43:41.906Z | Checking ciborium-io v0.2.2 |
| 2055 | 2024-11-08T00:43:42.041Z | Checking highway v1.2.0 |
| 2056 | 2024-11-08T00:43:42.158Z | Compiling prettyplease v0.2.22 |
| 2057 | 2024-11-08T00:43:42.238Z | Compiling rustc_version v0.1.7 |
| 2058 | 2024-11-08T00:43:42.307Z | Checking ciborium-ll v0.2.2 |
| 2059 | 2024-11-08T00:43:42.627Z | Checking ciborium v0.2.2 |
| 2060 | 2024-11-08T00:43:42.741Z | Compiling newtype_derive v0.1.6 |
| 2061 | 2024-11-08T00:43:42.765Z | Compiling home v0.5.9 |
| 2062 | 2024-11-08T00:43:43.250Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2063 | 2024-11-08T00:43:43.274Z | Checking steno v0.4.1 |
| 2064 | 2024-11-08T00:43:45.340Z | Compiling slog-dtrace v0.3.0 |
| 2065 | 2024-11-08T00:43:45.427Z | Compiling typify v0.2.0 |
| 2066 | 2024-11-08T00:43:45.585Z | Compiling progenitor-impl v0.8.0 |
| 2067 | 2024-11-08T00:43:45.706Z | Checking display-error-chain v0.2.2 |
| 2068 | 2024-11-08T00:43:45.847Z | Compiling ring v0.16.20 |
| 2069 | 2024-11-08T00:43:45.872Z | Compiling blake3 v1.5.4 |
| 2070 | 2024-11-08T00:43:46.247Z | Checking keccak v0.1.5 |
| 2071 | 2024-11-08T00:43:46.379Z | Checking universal-hash v0.5.1 |
| 2072 | 2024-11-08T00:43:46.590Z | Checking sha3 v0.10.8 |
| 2073 | 2024-11-08T00:43:46.594Z | Checking secrecy v0.8.0 |
| 2074 | 2024-11-08T00:43:46.854Z | Checking opaque-debug v0.3.1 |
| 2075 | 2024-11-08T00:43:46.955Z | Checking aead v0.5.2 |
| 2076 | 2024-11-08T00:43:47.001Z | Checking poly1305 v0.8.0 |
| 2077 | 2024-11-08T00:43:47.179Z | Checking chacha20 v0.9.1 |
| 2078 | 2024-11-08T00:43:47.572Z | Checking gethostname v0.5.0 |
| 2079 | 2024-11-08T00:43:47.595Z | Compiling memmap2 v0.9.5 |
| 2080 | 2024-11-08T00:43:47.658Z | Compiling constant_time_eq v0.3.1 |
| 2081 | 2024-11-08T00:43:47.695Z | Compiling arrayref v0.3.9 |
| 2082 | 2024-11-08T00:43:47.804Z | Compiling spin v0.5.2 |
| 2083 | 2024-11-08T00:43:47.854Z | Compiling untrusted v0.7.1 |
| 2084 | 2024-11-08T00:43:48.053Z | Compiling arrayvec v0.7.6 |
| 2085 | 2024-11-08T00:43:48.095Z | Compiling toolchain_find v0.4.0 |
| 2086 | 2024-11-08T00:43:48.296Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2087 | 2024-11-08T00:43:48.340Z | Compiling topological-sort v0.2.2 |
| 2088 | 2024-11-08T00:43:48.535Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2089 | 2024-11-08T00:43:48.574Z | Compiling rustfmt-wrapper v0.2.1 |
| 2090 | 2024-11-08T00:43:48.747Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2091 | 2024-11-08T00:43:49.090Z | Checking chacha20poly1305 v0.10.1 |
| 2092 | 2024-11-08T00:43:49.117Z | Checking nibble_vec v0.1.0 |
| 2093 | 2024-11-08T00:43:49.162Z | Checking endian-type v0.1.2 |
| 2094 | 2024-11-08T00:43:49.283Z | Checking fxhash v0.2.1 |
| 2095 | 2024-11-08T00:43:49.328Z | Checking termcolor v1.4.1 |
| 2096 | 2024-11-08T00:43:49.380Z | Checking radix_trie v0.2.1 |
| 2097 | 2024-11-08T00:43:49.479Z | Checking maplit v1.0.2 |
| 2098 | 2024-11-08T00:43:49.504Z | Compiling radium v0.7.0 |
| 2099 | 2024-11-08T00:43:49.604Z | Compiling maybe-uninit v2.0.0 |
| 2100 | 2024-11-08T00:43:49.703Z | Checking tap v1.0.1 |
| 2101 | 2024-11-08T00:43:49.749Z | Checking funty v2.0.0 |
| 2102 | 2024-11-08T00:43:49.810Z | Compiling packed_struct v0.10.1 |
| 2103 | 2024-11-08T00:43:49.867Z | Checking wyz v0.5.1 |
| 2104 | 2024-11-08T00:43:50.210Z | Checking crc-catalog v2.4.0 |
| 2105 | 2024-11-08T00:43:50.333Z | Checking kstat-rs v0.2.4 |
| 2106 | 2024-11-08T00:43:50.366Z | Compiling packed_struct_codegen v0.10.1 |
| 2107 | 2024-11-08T00:43:50.369Z | Checking crc v3.2.1 |
| 2108 | 2024-11-08T00:43:50.409Z | Compiling indexmap v1.9.3 |
| 2109 | 2024-11-08T00:43:50.682Z | Checking bitvec v1.0.1 |
| 2110 | 2024-11-08T00:43:50.703Z | Checking nodrop v0.1.14 |
| 2111 | 2024-11-08T00:43:50.749Z | Compiling libefi-sys v0.1.0 |
| 2112 | 2024-11-08T00:43:50.854Z | Checking array-init v0.0.4 |
| 2113 | 2024-11-08T00:43:50.883Z | Checking smallvec v0.6.14 |
| 2114 | 2024-11-08T00:43:51.087Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2115 | 2024-11-08T00:43:51.274Z | Compiling async-recursion v1.1.1 |
| 2116 | 2024-11-08T00:43:51.426Z | Checking thiserror-no-std v2.0.2 |
| 2117 | 2024-11-08T00:43:51.551Z | Compiling bitfield-struct v0.6.2 |
| 2118 | 2024-11-08T00:43:51.554Z | Checking vsss-rs v3.3.4 |
| 2119 | 2024-11-08T00:43:51.982Z | Compiling omicron-zone-package v0.11.1 |
| 2120 | 2024-11-08T00:43:52.948Z | Checking hashbrown v0.12.3 |
| 2121 | 2024-11-08T00:43:52.987Z | Checking bitfield v0.14.0 |
| 2122 | 2024-11-08T00:43:53.209Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2123 | 2024-11-08T00:43:53.272Z | Compiling progenitor-macro v0.8.0 |
| 2124 | 2024-11-08T00:43:53.293Z | Checking serde-hex v0.1.0 |
| 2125 | 2024-11-08T00:43:53.810Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2126 | 2024-11-08T00:43:54.053Z | Checking env_logger v0.10.2 |
| 2127 | 2024-11-08T00:43:54.077Z | Checking ron v0.8.1 |
| 2128 | 2024-11-08T00:43:54.532Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2129 | 2024-11-08T00:43:54.777Z | Checking hashbrown v0.13.2 |
| 2130 | 2024-11-08T00:43:54.856Z | Checking crc-any v2.5.0 |
| 2131 | 2024-11-08T00:43:55.054Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2132 | 2024-11-08T00:43:55.187Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2133 | 2024-11-08T00:43:55.431Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2134 | 2024-11-08T00:43:55.533Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2135 | 2024-11-08T00:43:55.711Z | Checking path-slash v0.1.5 |
| 2136 | 2024-11-08T00:43:55.733Z | Compiling parking_lot_core v0.8.6 |
| 2137 | 2024-11-08T00:43:55.793Z | Checking glob v0.3.1 |
| 2138 | 2024-11-08T00:43:55.865Z | Checking hickory-client v0.24.1 |
| 2139 | 2024-11-08T00:43:55.868Z | Checking object v0.30.4 |
| 2140 | 2024-11-08T00:43:56.137Z | Checking hickory-server v0.24.1 |
| 2141 | 2024-11-08T00:43:56.586Z | Checking primeorder v0.13.6 |
| 2142 | 2024-11-08T00:43:56.645Z | Checking parking_lot v0.11.2 |
| 2143 | 2024-11-08T00:43:56.996Z | Checking sled v0.34.7 |
| 2144 | 2024-11-08T00:43:57.102Z | Compiling unicase v2.7.0 |
| 2145 | 2024-11-08T00:43:57.497Z | Checking nanorand v0.7.0 |
| 2146 | 2024-11-08T00:43:57.583Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2147 | 2024-11-08T00:43:57.860Z | Compiling buf-list v1.0.3 |
| 2148 | 2024-11-08T00:43:57.927Z | Checking flume v0.11.0 |
| 2149 | 2024-11-08T00:43:58.470Z | Compiling const_format_proc_macros v0.2.33 |
| 2150 | 2024-11-08T00:43:58.622Z | Checking atty v0.2.14 |
| 2151 | 2024-11-08T00:43:58.748Z | Compiling vte_generate_state_changes v0.1.2 |
| 2152 | 2024-11-08T00:43:58.751Z | Compiling salty v0.3.0 |
| 2153 | 2024-11-08T00:43:59.412Z | Checking vte v0.11.1 |
| 2154 | 2024-11-08T00:43:59.458Z | Checking p384 v0.13.0 |
| 2155 | 2024-11-08T00:43:59.648Z | Checking fd-lock v4.0.2 |
| 2156 | 2024-11-08T00:43:59.863Z | Compiling mime_guess v2.0.5 |
| 2157 | 2024-11-08T00:44:00.606Z | Checking env_filter v0.1.2 |
| 2158 | 2024-11-08T00:44:00.639Z | Checking const_format v0.2.33 |
| 2159 | 2024-11-08T00:44:00.676Z | Checking nu-ansi-term v0.50.1 |
| 2160 | 2024-11-08T00:44:00.817Z | Checking strip-ansi-escapes v0.2.0 |
| 2161 | 2024-11-08T00:44:00.841Z | Checking env_logger v0.11.5 |
| 2162 | 2024-11-08T00:44:00.992Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2163 | 2024-11-08T00:44:01.111Z | Checking reedline v0.35.0 |
| 2164 | 2024-11-08T00:44:01.209Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2165 | 2024-11-08T00:44:01.234Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2166 | 2024-11-08T00:44:01.601Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2167 | 2024-11-08T00:44:01.665Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2168 | 2024-11-08T00:44:01.688Z | Compiling dsl_auto_type v0.1.2 |
| 2169 | 2024-11-08T00:44:01.998Z | Checking scheduled-thread-pool v0.2.7 |
| 2170 | 2024-11-08T00:44:02.237Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2171 | 2024-11-08T00:44:02.261Z | Checking http-range v0.1.5 |
| 2172 | 2024-11-08T00:44:02.292Z | Compiling crunchy v0.2.2 |
| 2173 | 2024-11-08T00:44:02.333Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2174 | 2024-11-08T00:44:02.455Z | Checking hyper-staticfile v0.10.1 |
| 2175 | 2024-11-08T00:44:02.659Z | Checking r2d2 v0.8.10 |
| 2176 | 2024-11-08T00:44:03.002Z | Compiling clang-sys v1.8.1 |
| 2177 | 2024-11-08T00:44:03.026Z | Compiling phf_generator v0.11.2 |
| 2178 | 2024-11-08T00:44:03.232Z | Compiling tiny-keccak v2.0.2 |
| 2179 | 2024-11-08T00:44:03.282Z | Compiling diesel_derives v2.2.3 |
| 2180 | 2024-11-08T00:44:03.558Z | Checking bytecount v0.6.8 |
| 2181 | 2024-11-08T00:44:03.679Z | Compiling phf_codegen v0.11.2 |
| 2182 | 2024-11-08T00:44:03.725Z | Checking papergrid v0.11.0 |
| 2183 | 2024-11-08T00:44:03.891Z | Compiling tabled_derive v0.7.0 |
| 2184 | 2024-11-08T00:44:03.915Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2185 | 2024-11-08T00:44:03.937Z | Compiling parse-zoneinfo v0.3.1 |
| 2186 | 2024-11-08T00:44:04.183Z | Compiling cfg_aliases v0.1.1 |
| 2187 | 2024-11-08T00:44:04.312Z | Compiling ref-cast v1.0.23 |
| 2188 | 2024-11-08T00:44:04.972Z | Compiling chrono-tz-build v0.4.0 |
| 2189 | 2024-11-08T00:44:05.141Z | Compiling nix v0.28.0 |
| 2190 | 2024-11-08T00:44:05.882Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2191 | 2024-11-08T00:44:05.978Z | Compiling ascii-canvas v3.0.0 |
| 2192 | 2024-11-08T00:44:06.035Z | Compiling ena v0.14.3 |
| 2193 | 2024-11-08T00:44:06.208Z | Compiling ref-cast-impl v1.0.23 |
| 2194 | 2024-11-08T00:44:06.364Z | Checking tabled v0.15.0 |
| 2195 | 2024-11-08T00:44:06.397Z | Compiling libloading v0.8.5 |
| 2196 | 2024-11-08T00:44:06.466Z | Compiling regex-syntax v0.6.29 |
| 2197 | 2024-11-08T00:44:06.541Z | Compiling diff v0.1.13 |
| 2198 | 2024-11-08T00:44:06.826Z | Compiling bindgen v0.69.5 |
| 2199 | 2024-11-08T00:44:07.559Z | Compiling chrono-tz v0.10.0 |
| 2200 | 2024-11-08T00:44:07.816Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2201 | 2024-11-08T00:44:08.292Z | Compiling which v4.4.2 |
| 2202 | 2024-11-08T00:44:08.833Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2203 | 2024-11-08T00:44:08.862Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2204 | 2024-11-08T00:44:09.477Z | Checking signal-hook-tokio v0.3.1 |
| 2205 | 2024-11-08T00:44:09.535Z | Checking progenitor v0.8.0 |
| 2206 | 2024-11-08T00:44:09.776Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2207 | 2024-11-08T00:44:09.919Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2208 | 2024-11-08T00:44:10.059Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2209 | 2024-11-08T00:44:12.004Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2210 | 2024-11-08T00:44:12.196Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2211 | 2024-11-08T00:44:14.864Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2212 | 2024-11-08T00:44:15.073Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2213 | 2024-11-08T00:44:15.722Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2214 | 2024-11-08T00:44:16.437Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2215 | 2024-11-08T00:44:16.964Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2216 | 2024-11-08T00:44:17.550Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2217 | 2024-11-08T00:44:17.713Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2218 | 2024-11-08T00:44:18.126Z | Checking diesel v2.2.4 |
| 2219 | 2024-11-08T00:44:18.159Z | Compiling lalrpop v0.19.12 |
| 2220 | 2024-11-08T00:44:18.770Z | Compiling cexpr v0.6.0 |
| 2221 | 2024-11-08T00:44:19.465Z | Compiling lazycell v1.3.0 |
| 2222 | 2024-11-08T00:44:19.624Z | Compiling rustc-hash v1.1.0 |
| 2223 | 2024-11-08T00:44:22.307Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2224 | 2024-11-08T00:44:22.655Z | Compiling derive_builder_core v0.20.2 |
| 2225 | 2024-11-08T00:44:24.293Z | Checking http v0.2.12 |
| 2226 | 2024-11-08T00:44:25.136Z | Compiling peg-macros v0.8.4 |
| 2227 | 2024-11-08T00:44:25.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2228 | 2024-11-08T00:44:27.046Z | Compiling libxml v0.3.3 |
| 2229 | 2024-11-08T00:44:27.445Z | Compiling sqlparser_derive v0.2.2 |
| 2230 | 2024-11-08T00:44:28.565Z | Compiling memoffset v0.9.1 |
| 2231 | 2024-11-08T00:44:28.822Z | Checking unicode_categories v0.1.1 |
| 2232 | 2024-11-08T00:44:29.069Z | Checking peg v0.8.4 |
| 2233 | 2024-11-08T00:44:29.162Z | Checking sqlformat v0.2.6 |
| 2234 | 2024-11-08T00:44:29.193Z | Checking sqlparser v0.45.0 |
| 2235 | 2024-11-08T00:44:34.002Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2236 | 2024-11-08T00:44:38.007Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2237 | 2024-11-08T00:44:39.106Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2238 | 2024-11-08T00:44:39.353Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2239 | 2024-11-08T00:44:41.722Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2240 | 2024-11-08T00:44:43.951Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2241 | 2024-11-08T00:44:44.552Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2242 | 2024-11-08T00:44:44.897Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2243 | 2024-11-08T00:44:45.216Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2244 | 2024-11-08T00:44:45.699Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2245 | 2024-11-08T00:44:46.493Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2246 | 2024-11-08T00:44:46.656Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2247 | 2024-11-08T00:44:46.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2248 | 2024-11-08T00:44:47.272Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2249 | 2024-11-08T00:44:47.441Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2250 | 2024-11-08T00:44:47.893Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2251 | 2024-11-08T00:44:48.334Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2252 | 2024-11-08T00:44:48.582Z | Compiling derive_builder_macro v0.20.2 |
| 2253 | 2024-11-08T00:44:48.760Z | Checking rustyline v14.0.0 |
| 2254 | 2024-11-08T00:44:50.103Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2255 | 2024-11-08T00:44:50.616Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2256 | 2024-11-08T00:44:50.993Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2257 | 2024-11-08T00:44:52.292Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2258 | 2024-11-08T00:44:52.531Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2259 | 2024-11-08T00:44:53.344Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2260 | 2024-11-08T00:44:54.089Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2261 | 2024-11-08T00:44:54.219Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2262 | 2024-11-08T00:44:55.654Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2263 | 2024-11-08T00:44:56.073Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2264 | 2024-11-08T00:44:56.939Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2265 | 2024-11-08T00:44:56.962Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2266 | 2024-11-08T00:44:58.745Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2267 | 2024-11-08T00:44:59.189Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2268 | 2024-11-08T00:45:00.111Z | Checking tungstenite v0.23.0 |
| 2269 | 2024-11-08T00:45:01.161Z | Checking bcs v0.1.6 |
| 2270 | 2024-11-08T00:45:01.219Z | Compiling strum_macros v0.24.3 |
| 2271 | 2024-11-08T00:45:01.372Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2272 | 2024-11-08T00:45:01.754Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2273 | 2024-11-08T00:45:02.655Z | Compiling pin-project-internal v1.1.6 |
| 2274 | 2024-11-08T00:45:02.934Z | Compiling indoc v1.0.9 |
| 2275 | 2024-11-08T00:45:03.940Z | Checking tokio-tungstenite v0.23.1 |
| 2276 | 2024-11-08T00:45:04.500Z | Checking derive_builder v0.20.2 |
| 2277 | 2024-11-08T00:45:05.023Z | Checking http-body v0.4.6 |
| 2278 | 2024-11-08T00:45:05.439Z | Checking h2 v0.3.26 |
| 2279 | 2024-11-08T00:45:05.739Z | Checking pin-project v1.1.6 |
| 2280 | 2024-11-08T00:45:05.894Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2281 | 2024-11-08T00:45:06.218Z | Checking quick-xml v0.33.0 |
| 2282 | 2024-11-08T00:45:06.683Z | Compiling oso-derive v0.27.3 |
| 2283 | 2024-11-08T00:45:07.744Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2284 | 2024-11-08T00:45:07.919Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2285 | 2024-11-08T00:45:08.390Z | Checking nix v0.27.1 |
| 2286 | 2024-11-08T00:45:08.622Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2287 | 2024-11-08T00:45:09.833Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2288 | 2024-11-08T00:45:10.120Z | Compiling snafu-derive v0.8.5 |
| 2289 | 2024-11-08T00:45:10.544Z | Compiling diesel-dtrace v0.3.0 |
| 2290 | 2024-11-08T00:45:10.877Z | Checking bumpalo v3.16.0 |
| 2291 | 2024-11-08T00:45:11.246Z | Checking simd-adler32 v0.3.7 |
| 2292 | 2024-11-08T00:45:11.704Z | Compiling zip v2.1.3 |
| 2293 | 2024-11-08T00:45:12.054Z | Checking lockfree-object-pool v0.1.6 |
| 2294 | 2024-11-08T00:45:12.078Z | Checking hyper v0.14.30 |
| 2295 | 2024-11-08T00:45:12.338Z | Checking sync_wrapper v0.1.2 |
| 2296 | 2024-11-08T00:45:12.496Z | Checking zopfli v0.8.1 |
| 2297 | 2024-11-08T00:45:15.595Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2298 | 2024-11-08T00:45:15.650Z | Checking snafu v0.8.5 |
| 2299 | 2024-11-08T00:45:15.989Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2300 | 2024-11-08T00:45:16.178Z | Checking globset v0.4.15 |
| 2301 | 2024-11-08T00:45:16.343Z | Checking bb8 v0.8.5 |
| 2302 | 2024-11-08T00:45:16.775Z | Checking olpc-cjson v0.1.4 |
| 2303 | 2024-11-08T00:45:16.902Z | Checking serde_plain v1.0.2 |
| 2304 | 2024-11-08T00:45:17.048Z | Compiling displaydoc v0.2.5 |
| 2305 | 2024-11-08T00:45:17.184Z | Checking typed-path v0.7.1 |
| 2306 | 2024-11-08T00:45:17.271Z | Checking reqwest v0.11.27 |
| 2307 | 2024-11-08T00:45:18.357Z | Checking async-bb8-diesel v0.2.1 |
| 2308 | 2024-11-08T00:45:19.234Z | Checking parse-size v1.1.0 |
| 2309 | 2024-11-08T00:45:19.264Z | Checking tough v0.17.1 |
| 2310 | 2024-11-08T00:45:19.389Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2311 | 2024-11-08T00:45:19.588Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2312 | 2024-11-08T00:45:19.918Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2313 | 2024-11-08T00:45:20.711Z | Checking heck v0.4.1 |
| 2314 | 2024-11-08T00:45:20.960Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2315 | 2024-11-08T00:45:21.142Z | Checking assert_matches v1.5.0 |
| 2316 | 2024-11-08T00:45:21.263Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2317 | 2024-11-08T00:45:21.430Z | Checking rand_seeder v0.3.0 |
| 2318 | 2024-11-08T00:45:21.697Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2319 | 2024-11-08T00:45:21.978Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2320 | 2024-11-08T00:45:23.998Z | Compiling libz-sys v1.1.20 |
| 2321 | 2024-11-08T00:45:24.251Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2322 | 2024-11-08T00:45:24.558Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2323 | 2024-11-08T00:45:24.655Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2324 | 2024-11-08T00:45:24.886Z | Checking is_ci v1.2.0 |
| 2325 | 2024-11-08T00:45:25.048Z | Checking supports-color v3.0.1 |
| 2326 | 2024-11-08T00:45:25.271Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2327 | 2024-11-08T00:45:26.388Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2328 | 2024-11-08T00:45:27.460Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2329 | 2024-11-08T00:45:27.645Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2330 | 2024-11-08T00:45:27.787Z | Compiling vergen v8.3.2 |
| 2331 | 2024-11-08T00:45:28.021Z | Compiling cargo-platform v0.1.8 |
| 2332 | 2024-11-08T00:45:28.114Z | Checking smawk v0.3.2 |
| 2333 | 2024-11-08T00:45:28.344Z | Checking unicode-linebreak v0.1.5 |
| 2334 | 2024-11-08T00:45:28.621Z | Compiling cargo_metadata v0.18.1 |
| 2335 | 2024-11-08T00:45:28.799Z | Checking textwrap v0.16.1 |
| 2336 | 2024-11-08T00:45:29.226Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2337 | 2024-11-08T00:45:29.349Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2338 | 2024-11-08T00:45:31.164Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2339 | 2024-11-08T00:45:31.607Z | Checking castaway v0.2.3 |
| 2340 | 2024-11-08T00:45:31.780Z | Compiling libsqlite3-sys v0.30.1 |
| 2341 | 2024-11-08T00:45:31.834Z | Compiling cfg_aliases v0.2.1 |
| 2342 | 2024-11-08T00:45:31.957Z | Compiling rustls v0.21.12 |
| 2343 | 2024-11-08T00:45:32.122Z | Compiling nix v0.29.0 |
| 2344 | 2024-11-08T00:45:32.372Z | Checking compact_str v0.8.0 |
| 2345 | 2024-11-08T00:45:33.109Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2346 | 2024-11-08T00:45:33.274Z | Checking unicode-truncate v1.1.0 |
| 2347 | 2024-11-08T00:45:33.528Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2348 | 2024-11-08T00:45:33.870Z | Checking rustls-webpki v0.101.7 |
| 2349 | 2024-11-08T00:45:33.941Z | Checking sct v0.7.1 |
| 2350 | 2024-11-08T00:45:33.995Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2351 | 2024-11-08T00:45:34.157Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2352 | 2024-11-08T00:45:34.618Z | Checking lru v0.12.5 |
| 2353 | 2024-11-08T00:45:34.943Z | Compiling instability v0.3.2 |
| 2354 | 2024-11-08T00:45:35.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2355 | 2024-11-08T00:45:35.700Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2356 | 2024-11-08T00:45:35.997Z | Checking cassowary v0.3.0 |
| 2357 | 2024-11-08T00:45:36.467Z | Checking ratatui v0.28.1 |
| 2358 | 2024-11-08T00:45:40.188Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2359 | 2024-11-08T00:45:40.533Z | Checking hashlink v0.9.1 |
| 2360 | 2024-11-08T00:45:41.228Z | Checking concurrent-queue v2.5.0 |
| 2361 | 2024-11-08T00:45:41.616Z | Checking plotters-backend v0.3.7 |
| 2362 | 2024-11-08T00:45:41.954Z | Checking fallible-streaming-iterator v0.1.9 |
| 2363 | 2024-11-08T00:45:42.027Z | Checking fallible-iterator v0.3.0 |
| 2364 | 2024-11-08T00:45:42.205Z | Checking parking v2.2.1 |
| 2365 | 2024-11-08T00:45:42.409Z | Checking plotters-svg v0.3.7 |
| 2366 | 2024-11-08T00:45:42.657Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2367 | 2024-11-08T00:45:42.662Z | Checking tokio-rustls v0.24.1 |
| 2368 | 2024-11-08T00:45:42.680Z | Checking rusqlite v0.32.1 |
| 2369 | 2024-11-08T00:45:43.678Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2370 | 2024-11-08T00:45:43.702Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2371 | 2024-11-08T00:45:44.036Z | Checking rustls-pemfile v1.0.4 |
| 2372 | 2024-11-08T00:45:44.275Z | Checking twox-hash v1.6.3 |
| 2373 | 2024-11-08T00:45:44.383Z | Checking cast v0.3.0 |
| 2374 | 2024-11-08T00:45:44.732Z | Checking criterion-plot v0.5.0 |
| 2375 | 2024-11-08T00:45:44.839Z | Checking plotters v0.3.7 |
| 2376 | 2024-11-08T00:45:45.031Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2377 | 2024-11-08T00:45:45.222Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2378 | 2024-11-08T00:45:46.777Z | Checking fatfs v0.3.6 |
| 2379 | 2024-11-08T00:45:46.933Z | Checking tinytemplate v1.2.1 |
| 2380 | 2024-11-08T00:45:47.392Z | Checking csv-core v0.1.11 |
| 2381 | 2024-11-08T00:45:47.790Z | Checking anes v0.1.6 |
| 2382 | 2024-11-08T00:45:47.839Z | Checking oorandom v11.1.4 |
| 2383 | 2024-11-08T00:45:48.026Z | Checking shell-words v1.1.0 |
| 2384 | 2024-11-08T00:45:48.191Z | Checking hex-literal v0.4.1 |
| 2385 | 2024-11-08T00:45:48.239Z | Checking criterion v0.5.1 |
| 2386 | 2024-11-08T00:45:48.350Z | Checking csv v1.3.0 |
| 2387 | 2024-11-08T00:45:49.202Z | Checking event-listener v5.3.1 |
| 2388 | 2024-11-08T00:45:49.677Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2389 | 2024-11-08T00:45:51.262Z | Checking rtoolbox v0.0.2 |
| 2390 | 2024-11-08T00:45:51.537Z | Checking rpassword v7.3.1 |
| 2391 | 2024-11-08T00:45:51.719Z | Checking event-listener-strategy v0.5.2 |
| 2392 | 2024-11-08T00:45:51.966Z | Checking tui-tree-widget v0.22.0 |
| 2393 | 2024-11-08T00:45:52.340Z | Checking polyval v0.6.2 |
| 2394 | 2024-11-08T00:45:52.647Z | Checking ghash v0.5.1 |
| 2395 | 2024-11-08T00:45:52.853Z | Checking futures-lite v2.3.0 |
| 2396 | 2024-11-08T00:45:54.304Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2397 | 2024-11-08T00:45:55.310Z | Checking ctr v0.9.2 |
| 2398 | 2024-11-08T00:45:55.562Z | Checking yansi v1.0.1 |
| 2399 | 2024-11-08T00:45:56.300Z | Checking pretty_assertions v1.4.1 |
| 2400 | 2024-11-08T00:45:56.383Z | Checking aes-gcm v0.10.3 |
| 2401 | 2024-11-08T00:45:56.526Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2402 | 2024-11-08T00:45:56.632Z | Checking ssh-encoding v0.2.0 |
| 2403 | 2024-11-08T00:45:57.010Z | Checking blowfish v0.9.1 |
| 2404 | 2024-11-08T00:45:57.264Z | Checking bcrypt-pbkdf v0.10.0 |
| 2405 | 2024-11-08T00:45:57.557Z | Checking ssh-cipher v0.2.0 |
| 2406 | 2024-11-08T00:45:57.605Z | Compiling samael v0.0.17 |
| 2407 | 2024-11-08T00:45:57.911Z | Checking async-lock v3.4.0 |
| 2408 | 2024-11-08T00:45:58.883Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2409 | 2024-11-08T00:45:59.438Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2410 | 2024-11-08T00:46:00.927Z | Checking polling v3.7.3 |
| 2411 | 2024-11-08T00:46:01.405Z | Checking password-hash v0.4.2 |
| 2412 | 2024-11-08T00:46:01.878Z | Checking matches v0.1.10 |
| 2413 | 2024-11-08T00:46:01.989Z | Checking idna v0.2.3 |
| 2414 | 2024-11-08T00:46:02.945Z | Checking pbkdf2 v0.11.0 |
| 2415 | 2024-11-08T00:46:03.276Z | Checking async-io v2.3.4 |
| 2416 | 2024-11-08T00:46:04.299Z | Checking ssh-key v0.6.6 |
| 2417 | 2024-11-08T00:46:04.327Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2418 | 2024-11-08T00:46:05.161Z | Checking p521 v0.13.3 |
| 2419 | 2024-11-08T00:46:06.120Z | Checking p256 v0.13.2 |
| 2420 | 2024-11-08T00:46:06.588Z | Checking russh-cryptovec v0.7.3 |
| 2421 | 2024-11-08T00:46:06.718Z | Compiling enum-as-inner v0.5.1 |
| 2422 | 2024-11-08T00:46:06.833Z | Checking async-task v4.7.1 |
| 2423 | 2024-11-08T00:46:07.231Z | Compiling target-lexicon v0.12.16 |
| 2424 | 2024-11-08T00:46:07.769Z | Checking md5 v0.7.0 |
| 2425 | 2024-11-08T00:46:08.088Z | Compiling doc-comment v0.3.3 |
| 2426 | 2024-11-08T00:46:08.396Z | Checking russh-keys v0.45.0 |
| 2427 | 2024-11-08T00:46:08.914Z | Checking trust-dns-proto v0.22.0 |
| 2428 | 2024-11-08T00:46:09.517Z | Checking async-channel v2.3.1 |
| 2429 | 2024-11-08T00:46:09.801Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2430 | 2024-11-08T00:46:09.869Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2431 | 2024-11-08T00:46:10.748Z | Checking piper v0.2.4 |
| 2432 | 2024-11-08T00:46:10.980Z | Checking num-bigint v0.4.6 |
| 2433 | 2024-11-08T00:46:11.549Z | Checking des v0.8.1 |
| 2434 | 2024-11-08T00:46:11.851Z | Compiling guppy-workspace-hack v0.1.0 |
| 2435 | 2024-11-08T00:46:12.155Z | Compiling dhcproto-macros v0.1.0 |
| 2436 | 2024-11-08T00:46:12.877Z | Checking futures-timer v3.0.3 |
| 2437 | 2024-11-08T00:46:13.085Z | Compiling assert_cmd v2.0.16 |
| 2438 | 2024-11-08T00:46:13.215Z | Checking dhcproto v0.12.0 |
| 2439 | 2024-11-08T00:46:13.640Z | Checking blocking v1.6.1 |
| 2440 | 2024-11-08T00:46:13.711Z | Checking russh v0.45.0 |
| 2441 | 2024-11-08T00:46:14.608Z | Checking async-executor v1.13.1 |
| 2442 | 2024-11-08T00:46:14.787Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2443 | 2024-11-08T00:46:14.985Z | Checking async-signal v0.2.10 |
| 2444 | 2024-11-08T00:46:15.273Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2445 | 2024-11-08T00:46:15.425Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2446 | 2024-11-08T00:46:16.301Z | Checking internet-checksum v0.2.1 |
| 2447 | 2024-11-08T00:46:16.435Z | Compiling target-spec v3.2.2 |
| 2448 | 2024-11-08T00:46:16.513Z | Checking event-listener v2.5.3 |
| 2449 | 2024-11-08T00:46:16.770Z | Checking async-channel v1.9.0 |
| 2450 | 2024-11-08T00:46:17.761Z | Checking async-process v2.3.0 |
| 2451 | 2024-11-08T00:46:18.238Z | Checking async-global-executor v2.4.1 |
| 2452 | 2024-11-08T00:46:18.533Z | Checking cfg-expr v0.17.0 |
| 2453 | 2024-11-08T00:46:19.077Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2454 | 2024-11-08T00:46:19.100Z | Checking httptest v0.16.1 |
| 2455 | 2024-11-08T00:46:19.375Z | Checking rustls-native-certs v0.7.3 |
| 2456 | 2024-11-08T00:46:19.559Z | Compiling git2 v0.19.0 |
| 2457 | 2024-11-08T00:46:19.584Z | Checking num_cpus v1.16.0 |
| 2458 | 2024-11-08T00:46:19.737Z | Checking kv-log-macro v1.0.7 |
| 2459 | 2024-11-08T00:46:19.894Z | Compiling async-attributes v1.1.2 |
| 2460 | 2024-11-08T00:46:20.800Z | Checking async-std v1.13.0 |
| 2461 | 2024-11-08T00:46:22.067Z | Checking threadpool v1.8.1 |
| 2462 | 2024-11-08T00:46:22.313Z | Checking hyper-rustls v0.26.0 |
| 2463 | 2024-11-08T00:46:23.103Z | Checking pathdiff v0.2.2 |
| 2464 | 2024-11-08T00:46:23.300Z | Compiling rstest_macros v0.23.0 |
| 2465 | 2024-11-08T00:46:23.846Z | Checking nested v0.1.1 |
| 2466 | 2024-11-08T00:46:23.868Z | Checking escape8259 v0.5.3 |
| 2467 | 2024-11-08T00:46:24.071Z | Checking libtest-mimic v0.7.3 |
| 2468 | 2024-11-08T00:46:24.095Z | Checking guppy v0.17.8 |
| 2469 | 2024-11-08T00:46:24.740Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2470 | 2024-11-08T00:46:24.983Z | Checking async-object-pool v0.1.5 |
| 2471 | 2024-11-08T00:46:25.207Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2472 | 2024-11-08T00:46:26.529Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2473 | 2024-11-08T00:46:26.874Z | Checking similar-asserts v1.6.0 |
| 2474 | 2024-11-08T00:46:27.158Z | Checking fancy-regex v0.13.0 |
| 2475 | 2024-11-08T00:46:28.006Z | Checking serde_regex v1.1.0 |
| 2476 | 2024-11-08T00:46:28.286Z | Checking assert-json-diff v2.0.2 |
| 2477 | 2024-11-08T00:46:28.310Z | Compiling proc-macro-crate v3.2.0 |
| 2478 | 2024-11-08T00:46:28.404Z | Checking path-tree v0.8.1 |
| 2479 | 2024-11-08T00:46:28.596Z | Compiling trybuild v1.0.100 |
| 2480 | 2024-11-08T00:46:28.787Z | Checking stringmetrics v2.2.2 |
| 2481 | 2024-11-08T00:46:29.061Z | Compiling relative-path v1.9.3 |
| 2482 | 2024-11-08T00:46:29.144Z | Checking httpmock v0.8.0-alpha.1 |
| 2483 | 2024-11-08T00:46:29.484Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2484 | 2024-11-08T00:46:29.843Z | Checking datatest-stable v0.2.9 |
| 2485 | 2024-11-08T00:46:30.149Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2486 | 2024-11-08T00:46:31.689Z | Checking blake2b_simd v1.0.2 |
| 2487 | 2024-11-08T00:46:32.611Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2488 | 2024-11-08T00:46:34.856Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2489 | 2024-11-08T00:46:35.193Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2490 | 2024-11-08T00:46:35.548Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2491 | 2024-11-08T00:46:35.871Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2492 | 2024-11-08T00:46:36.470Z | Checking serde_tokenstream v0.2.2 |
| 2493 | 2024-11-08T00:46:36.914Z | Checking uzers v0.12.1 |
| 2494 | 2024-11-08T00:46:37.515Z | Checking rust-argon2 v2.1.0 |
| 2495 | 2024-11-08T00:46:39.369Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2496 | 2024-11-08T00:46:40.013Z | Checking rstest v0.23.0 |
| 2497 | 2024-11-08T00:46:40.267Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2498 | 2024-11-08T00:46:41.471Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2499 | 2024-11-08T00:46:41.810Z | Checking rand_distr v0.4.3 |
| 2500 | 2024-11-08T00:46:42.699Z | Checking multimap v0.10.0 |
| 2501 | 2024-11-08T00:46:43.051Z | Checking approx v0.5.1 |
| 2502 | 2024-11-08T00:46:44.461Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2503 | 2024-11-08T00:46:45.475Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2504 | 2024-11-08T00:46:46.384Z | Checking partial-io v0.5.4 |
| 2505 | 2024-11-08T00:46:46.865Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2506 | 2024-11-08T00:46:47.119Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2507 | 2024-11-08T00:46:47.211Z | Checking cargo_toml v0.20.5 |
| 2508 | 2024-11-08T00:46:48.846Z | Checking termios v0.3.3 |
| 2509 | 2024-11-08T00:46:49.097Z | Compiling indoc v2.0.5 |
| 2510 | 2024-11-08T00:46:49.593Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2511 | 2024-11-08T00:46:49.937Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2512 | 2024-11-08T00:46:51.104Z | Compiling polar-core v0.27.3 |
| 2513 | 2024-11-08T00:46:51.847Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2514 | 2024-11-08T00:47:02.770Z | Checking oso v0.27.3 |
| 2515 | 2024-11-08T00:47:05.525Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2516 | 2024-11-08T00:47:15.170Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2517 | 2024-11-08T00:47:19.802Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2518 | 2024-11-08T00:47:20.374Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2519 | 2024-11-08T00:47:51.548Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2520 | 2024-11-08T00:47:53.990Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2521 | 2024-11-08T00:47:54.980Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2522 | 2024-11-08T00:48:46.668Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2523 | 2024-11-08T00:48:46.668Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2524 | 2024-11-08T00:48:46.671Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2525 | 2024-11-08T00:53:30.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 46s |
| 2526 | 2024-11-08T00:53:31.149Z | |
| 2527 | 2024-11-08T00:53:31.149Z | real 10:51.474939304 |
| 2528 | 2024-11-08T00:53:31.149Z | user 49:25.048886633 |
| 2529 | 2024-11-08T00:53:31.149Z | sys 6:39.698926360 |
| 2530 | 2024-11-08T00:53:31.149Z | trap 1.258280782 |
| 2531 | 2024-11-08T00:53:31.149Z | tflt 1.702759367 |
| 2532 | 2024-11-08T00:53:31.149Z | dflt 0.769424366 |
| 2533 | 2024-11-08T00:53:31.149Z | kflt 0.001592377 |
| 2534 | 2024-11-08T00:53:31.152Z | lock 1:19:57.555473880 |
| 2535 | 2024-11-08T00:53:31.152Z | slp 2:43:31.753035022 |
| 2536 | 2024-11-08T00:53:31.152Z | lat 1:44.239901627 |
| 2537 | 2024-11-08T00:53:31.152Z | stop 6:11.221035343 |
| 2538 | 2024-11-08T00:53:31.152Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2539 | 2024-11-08T00:53:31.152Z | + ptime -m cargo doc --workspace --no-deps |
| 2540 | 2024-11-08T00:53:32.363Z | warning: output filename collision. |
| 2541 | 2024-11-08T00:53:32.363Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2542 | 2024-11-08T00:53:32.363Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2543 | 2024-11-08T00:53:32.363Z | The targets should have unique names. |
| 2544 | 2024-11-08T00:53:32.363Z | This is a known bug where multiple crates with the same name use |
| 2545 | 2024-11-08T00:53:32.363Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2546 | 2024-11-08T00:53:32.806Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2547 | 2024-11-08T00:53:32.874Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2548 | 2024-11-08T00:53:32.894Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2549 | 2024-11-08T00:53:32.935Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2550 | 2024-11-08T00:53:32.962Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2551 | 2024-11-08T00:53:32.989Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2552 | 2024-11-08T00:53:32.989Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2553 | 2024-11-08T00:53:33.203Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2554 | 2024-11-08T00:53:33.225Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2555 | 2024-11-08T00:53:33.246Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2556 | 2024-11-08T00:53:33.271Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2557 | 2024-11-08T00:53:33.528Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2558 | 2024-11-08T00:53:33.562Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2559 | 2024-11-08T00:53:33.839Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2560 | 2024-11-08T00:53:34.009Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2561 | 2024-11-08T00:53:36.710Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2562 | 2024-11-08T00:53:37.927Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2563 | 2024-11-08T00:53:38.292Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2564 | 2024-11-08T00:53:38.560Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2565 | 2024-11-08T00:53:38.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2566 | 2024-11-08T00:53:38.703Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2567 | 2024-11-08T00:53:38.891Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2568 | 2024-11-08T00:53:39.013Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2569 | 2024-11-08T00:53:39.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2570 | 2024-11-08T00:53:39.281Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2571 | 2024-11-08T00:53:39.414Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2572 | 2024-11-08T00:53:39.637Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2573 | 2024-11-08T00:53:39.776Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2574 | 2024-11-08T00:53:39.945Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2575 | 2024-11-08T00:53:40.090Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2576 | 2024-11-08T00:53:40.311Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2024-11-08T00:53:40.340Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2578 | 2024-11-08T00:53:40.659Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2579 | 2024-11-08T00:53:40.715Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2580 | 2024-11-08T00:53:41.076Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2581 | 2024-11-08T00:53:41.318Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2582 | 2024-11-08T00:53:41.392Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2583 | 2024-11-08T00:53:41.842Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2584 | 2024-11-08T00:53:41.861Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2585 | 2024-11-08T00:53:41.956Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2586 | 2024-11-08T00:53:42.170Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2587 | 2024-11-08T00:53:42.715Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2588 | 2024-11-08T00:53:45.194Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2589 | 2024-11-08T00:53:46.209Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2590 | 2024-11-08T00:53:47.581Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2591 | 2024-11-08T00:53:47.868Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2592 | 2024-11-08T00:53:47.898Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2593 | 2024-11-08T00:53:48.662Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2594 | 2024-11-08T00:53:49.898Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2595 | 2024-11-08T00:53:49.997Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2596 | 2024-11-08T00:53:50.265Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2597 | 2024-11-08T00:53:50.640Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2024-11-08T00:53:51.027Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2599 | 2024-11-08T00:53:51.443Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2600 | 2024-11-08T00:53:55.793Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2601 | 2024-11-08T00:53:57.053Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2602 | 2024-11-08T00:53:57.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2603 | 2024-11-08T00:53:57.910Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2604 | 2024-11-08T00:53:58.351Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2605 | 2024-11-08T00:53:59.228Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2606 | 2024-11-08T00:53:59.636Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2607 | 2024-11-08T00:53:59.729Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2608 | 2024-11-08T00:53:59.995Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2609 | 2024-11-08T00:54:00.938Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2610 | 2024-11-08T00:54:01.570Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2611 | 2024-11-08T00:54:01.586Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2612 | 2024-11-08T00:54:02.224Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2613 | 2024-11-08T00:54:02.295Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2614 | 2024-11-08T00:54:02.627Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2615 | 2024-11-08T00:54:02.938Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2616 | 2024-11-08T00:54:02.941Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2617 | 2024-11-08T00:54:03.702Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2618 | 2024-11-08T00:54:04.179Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2619 | 2024-11-08T00:54:04.342Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2620 | 2024-11-08T00:54:04.516Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2621 | 2024-11-08T00:54:04.692Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2622 | 2024-11-08T00:54:05.142Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2623 | 2024-11-08T00:54:05.261Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2624 | 2024-11-08T00:54:05.673Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2625 | 2024-11-08T00:54:05.869Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2626 | 2024-11-08T00:54:06.294Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2627 | 2024-11-08T00:54:06.537Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2628 | 2024-11-08T00:54:06.906Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2629 | 2024-11-08T00:54:07.001Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2630 | 2024-11-08T00:54:07.486Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2631 | 2024-11-08T00:54:07.526Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2632 | 2024-11-08T00:54:07.546Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2633 | 2024-11-08T00:54:07.644Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2634 | 2024-11-08T00:54:08.074Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2635 | 2024-11-08T00:54:08.432Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2636 | 2024-11-08T00:54:08.979Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2637 | 2024-11-08T00:54:09.060Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2638 | 2024-11-08T00:54:09.213Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2639 | 2024-11-08T00:54:09.771Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2640 | 2024-11-08T00:54:10.903Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2641 | 2024-11-08T00:54:11.495Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2642 | 2024-11-08T00:54:13.618Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2643 | 2024-11-08T00:54:14.482Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2644 | 2024-11-08T00:54:15.030Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2645 | 2024-11-08T00:54:16.054Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2646 | 2024-11-08T00:54:17.377Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2647 | 2024-11-08T00:54:19.590Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2648 | 2024-11-08T00:54:20.362Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2649 | 2024-11-08T00:54:20.738Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2650 | 2024-11-08T00:54:22.326Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2651 | 2024-11-08T00:54:23.173Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2652 | 2024-11-08T00:54:23.727Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2653 | 2024-11-08T00:54:23.999Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2654 | 2024-11-08T00:54:28.132Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2655 | 2024-11-08T00:54:29.218Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2656 | 2024-11-08T00:54:30.430Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2657 | 2024-11-08T00:54:33.675Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2658 | 2024-11-08T00:55:01.632Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2659 | 2024-11-08T00:55:06.147Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2660 | 2024-11-08T00:55:25.607Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2661 | 2024-11-08T00:55:25.717Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2662 | 2024-11-08T00:55:30.100Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2663 | 2024-11-08T00:55:30.544Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2024-11-08T00:55:44.120Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2665 | 2024-11-08T00:55:45.729Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2666 | 2024-11-08T00:55:51.992Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2667 | 2024-11-08T00:55:54.155Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2668 | 2024-11-08T00:55:58.393Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2669 | 2024-11-08T00:55:59.674Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2670 | 2024-11-08T00:56:14.567Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2671 | 2024-11-08T00:56:16.503Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2672 | 2024-11-08T00:56:16.845Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2673 | 2024-11-08T00:56:20.440Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2674 | 2024-11-08T00:56:42.355Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2675 | 2024-11-08T00:56:44.532Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2024-11-08T00:56:45.982Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2677 | 2024-11-08T00:56:50.967Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2678 | 2024-11-08T00:56:58.591Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2679 | 2024-11-08T00:56:59.940Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2680 | 2024-11-08T00:57:01.839Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2681 | 2024-11-08T00:57:12.610Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2682 | 2024-11-08T00:57:16.139Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2683 | 2024-11-08T00:57:16.707Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2684 | 2024-11-08T00:57:20.298Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2685 | 2024-11-08T00:57:20.968Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2686 | 2024-11-08T00:57:21.471Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2687 | 2024-11-08T00:57:25.568Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2688 | 2024-11-08T00:57:26.169Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2689 | 2024-11-08T00:57:27.227Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2690 | 2024-11-08T00:57:39.070Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2691 | 2024-11-08T00:57:54.038Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2692 | 2024-11-08T00:57:57.113Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2693 | 2024-11-08T00:57:57.796Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2694 | 2024-11-08T00:57:59.108Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2695 | 2024-11-08T00:58:14.188Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2696 | 2024-11-08T00:58:20.600Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2697 | 2024-11-08T00:58:21.822Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2698 | 2024-11-08T00:58:27.008Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2699 | 2024-11-08T00:58:29.296Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2700 | 2024-11-08T00:58:36.339Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2701 | 2024-11-08T00:58:39.310Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2702 | 2024-11-08T00:58:40.851Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2703 | 2024-11-08T00:58:43.547Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2704 | 2024-11-08T00:58:43.707Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2705 | 2024-11-08T00:58:44.759Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2706 | 2024-11-08T00:58:49.932Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2707 | 2024-11-08T00:58:51.796Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2708 | 2024-11-08T00:58:59.801Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2709 | 2024-11-08T00:59:00.492Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2710 | 2024-11-08T00:59:04.783Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2711 | 2024-11-08T00:59:06.286Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2712 | 2024-11-08T00:59:06.961Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2713 | 2024-11-08T00:59:11.330Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2714 | 2024-11-08T00:59:14.894Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2715 | 2024-11-08T00:59:17.676Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2716 | 2024-11-08T00:59:18.336Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2717 | 2024-11-08T00:59:21.393Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2718 | 2024-11-08T00:59:25.456Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2719 | 2024-11-08T00:59:26.750Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2720 | 2024-11-08T00:59:31.559Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2721 | 2024-11-08T00:59:32.076Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2722 | 2024-11-08T00:59:38.836Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2723 | 2024-11-08T00:59:40.389Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2724 | 2024-11-08T00:59:44.963Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2725 | 2024-11-08T00:59:50.167Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2726 | 2024-11-08T00:59:50.247Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2727 | 2024-11-08T00:59:52.431Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2728 | 2024-11-08T00:59:59.490Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2729 | 2024-11-08T00:59:59.805Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2730 | 2024-11-08T01:00:00.425Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2731 | 2024-11-08T01:00:04.786Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2732 | 2024-11-08T01:00:05.749Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2733 | 2024-11-08T01:00:09.948Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2734 | 2024-11-08T01:00:13.750Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2735 | 2024-11-08T01:00:14.009Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2736 | 2024-11-08T01:00:14.984Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2737 | 2024-11-08T01:00:22.456Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2738 | 2024-11-08T01:00:22.686Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2739 | 2024-11-08T01:00:23.772Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2740 | 2024-11-08T01:00:28.061Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2741 | 2024-11-08T01:00:31.252Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2742 | 2024-11-08T01:00:36.680Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2743 | 2024-11-08T01:00:36.849Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2744 | 2024-11-08T01:00:38.887Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2745 | 2024-11-08T01:00:39.995Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2746 | 2024-11-08T01:00:41.619Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2747 | 2024-11-08T01:00:42.250Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2748 | 2024-11-08T01:00:49.898Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2749 | 2024-11-08T01:00:50.818Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2750 | 2024-11-08T01:00:52.282Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2751 | 2024-11-08T01:00:53.129Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2752 | 2024-11-08T01:00:56.560Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2753 | 2024-11-08T01:00:57.575Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2754 | 2024-11-08T01:00:57.938Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2755 | 2024-11-08T01:00:59.729Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2756 | 2024-11-08T01:01:00.385Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2757 | 2024-11-08T01:01:01.062Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2758 | 2024-11-08T01:01:03.768Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2759 | 2024-11-08T01:01:04.943Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2760 | 2024-11-08T01:01:05.828Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2761 | 2024-11-08T01:01:09.596Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2762 | 2024-11-08T01:01:10.278Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2763 | 2024-11-08T01:01:10.331Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2764 | 2024-11-08T01:01:11.050Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2765 | 2024-11-08T01:02:44.912Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2766 | 2024-11-08T01:03:26.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 55s |
| 2767 | 2024-11-08T01:03:26.891Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
| 2768 | 2024-11-08T01:03:26.959Z | |
| 2769 | 2024-11-08T01:03:26.959Z | real 9:55.534028602 |
| 2770 | 2024-11-08T01:03:26.959Z | user 37:05.366525921 |
| 2771 | 2024-11-08T01:03:26.959Z | sys 28:31.123556519 |
| 2772 | 2024-11-08T01:03:26.959Z | trap 0.710621146 |
| 2773 | 2024-11-08T01:03:26.959Z | tflt 0.119566726 |
| 2774 | 2024-11-08T01:03:26.961Z | dflt 0.231844959 |
| 2775 | 2024-11-08T01:03:26.961Z | kflt 0.000004298 |
| 2776 | 2024-11-08T01:03:26.961Z | lock 1:29:37.804680318 |
| 2777 | 2024-11-08T01:03:26.961Z | slp 2:34:06.754369199 |
| 2778 | 2024-11-08T01:03:26.961Z | lat 1:16.671285262 |
| 2779 | 2024-11-08T01:03:26.961Z | stop 1:06.999075901 |
| 2780 | 2024-11-08T01:03:26.961Z | process exited: duration 1534069 ms, exit code 0 |
| |
| 2781 | 2024-11-08T01:03:26.967Z | found 0 output files |