|
|
|
| 1 | 2024-10-14T17:26:50.302Z | job assigned to worker 01JA611KFN14AY56NHH6BEKBJQ (queued for 55 s) |
| |
| 2 | 2024-10-14T17:26:58.194Z | starting task 0: "setup" |
| 3 | 2024-10-14T17:26:58.202Z | ++ uname -s |
| 4 | 2024-10-14T17:26:58.204Z | + kern=SunOS |
| 5 | 2024-10-14T17:26:58.204Z | + case "$kern" in |
| 6 | 2024-10-14T17:26:58.204Z | + groupadd -g 12345 build |
| 7 | 2024-10-14T17:26:58.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-14T17:27:00.219Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-14T17:27:00.300Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-14T17:27:00.303Z | + home_fs=zfs |
| 11 | 2024-10-14T17:27:00.303Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-14T17:27:00.303Z | + mkdir -p /home/build |
| 13 | 2024-10-14T17:27:00.305Z | + chown build:build /home/build /work |
| 14 | 2024-10-14T17:27:02.307Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-14T17:27:02.309Z | process exited: duration 4118 ms, exit code 0 |
| |
| 16 | 2024-10-14T17:27:02.315Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-14T17:27:02.321Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-14T17:27:02.322Z | ' 1.80.1 |
| 19 | 2024-10-14T17:27:02.322Z | * toolchain channel = "1.80.1" |
| 20 | 2024-10-14T17:27:02.322Z | * toolchain profile = "default" |
| 21 | 2024-10-14T17:27:02.324Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-10-14T17:27:02.324Z | ' default |
| 23 | 2024-10-14T17:27:02.324Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-14T17:27:02.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-14T17:27:02.436Z | info: downloading installer |
| 26 | 2024-10-14T17:27:03.720Z | info: profile set to 'default' |
| 27 | 2024-10-14T17:27:03.721Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-14T17:27:03.723Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-14T17:27:03.887Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-14T17:27:03.887Z | info: downloading component 'cargo' |
| 31 | 2024-10-14T17:27:04.856Z | info: downloading component 'clippy' |
| 32 | 2024-10-14T17:27:05.199Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-14T17:27:06.547Z | info: downloading component 'rust-std' |
| 34 | 2024-10-14T17:27:08.437Z | info: downloading component 'rustc' |
| 35 | 2024-10-14T17:27:13.745Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-14T17:27:14.107Z | info: installing component 'cargo' |
| 37 | 2024-10-14T17:27:14.927Z | info: installing component 'clippy' |
| 38 | 2024-10-14T17:27:15.295Z | info: installing component 'rust-docs' |
| 39 | 2024-10-14T17:27:16.911Z | info: installing component 'rust-std' |
| 40 | 2024-10-14T17:27:18.562Z | info: installing component 'rustc' |
| 41 | 2024-10-14T17:27:22.667Z | info: installing component 'rustfmt' |
| 42 | 2024-10-14T17:27:23.004Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-14T17:27:23.004Z | |
| 44 | 2024-10-14T17:27:23.257Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-14T17:27:23.258Z | |
| 46 | 2024-10-14T17:27:23.260Z | |
| 47 | 2024-10-14T17:27:23.261Z | Rust is installed now. Great! |
| 48 | 2024-10-14T17:27:23.261Z | |
| 49 | 2024-10-14T17:27:23.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-14T17:27:23.261Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-14T17:27:23.261Z | |
| 52 | 2024-10-14T17:27:23.261Z | To configure your current shell, you need to source |
| 53 | 2024-10-14T17:27:23.261Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-14T17:27:23.261Z | |
| 55 | 2024-10-14T17:27:23.261Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-14T17:27:23.261Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-14T17:27:23.261Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-14T17:27:23.305Z | + rustc --version |
| 59 | 2024-10-14T17:27:23.368Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-14T17:27:23.371Z | process exited: duration 21052 ms, exit code 0 |
| |
| 61 | 2024-10-14T17:27:23.376Z | starting task 2: "authentication" |
| 62 | 2024-10-14T17:27:23.396Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-10-14T17:27:23.403Z | starting task 3: "clone repository" |
| 64 | 2024-10-14T17:27:23.406Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-14T17:27:23.409Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-14T17:27:23.683Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-14T17:27:30.280Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-14T17:27:30.280Z | + git fetch origin 72b29ccdb7e34bd63584154262b18e57d4be6b24 |
| 69 | 2024-10-14T17:27:30.576Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-14T17:27:30.576Z | * branch 72b29ccdb7e34bd63584154262b18e57d4be6b24 -> FETCH_HEAD |
| 71 | 2024-10-14T17:27:30.586Z | + [[ -n john/fix-reconfigurator-cli-tests ]] |
| 72 | 2024-10-14T17:27:30.588Z | ++ git branch --show-current |
| 73 | 2024-10-14T17:27:30.591Z | + current=main |
| 74 | 2024-10-14T17:27:30.591Z | + [[ main != john/fix-reconfigurator-cli-tests ]] |
| 75 | 2024-10-14T17:27:30.591Z | + git branch -f john/fix-reconfigurator-cli-tests 72b29ccdb7e34bd63584154262b18e57d4be6b24 |
| 76 | 2024-10-14T17:27:30.593Z | + git checkout -f john/fix-reconfigurator-cli-tests |
| 77 | 2024-10-14T17:27:30.663Z | Switched to branch 'john/fix-reconfigurator-cli-tests' |
| 78 | 2024-10-14T17:27:30.666Z | + git reset --hard 72b29ccdb7e34bd63584154262b18e57d4be6b24 |
| 79 | 2024-10-14T17:27:30.733Z | HEAD is now at 72b29ccdb Fix mismerge / failing reconfigurator-cli tests |
| 80 | 2024-10-14T17:27:30.735Z | process exited: duration 7331 ms, exit code 0 |
| |
| 81 | 2024-10-14T17:27:30.740Z | starting task 4: "build" |
| 82 | 2024-10-14T17:27:30.746Z | + source ./env.sh |
| 83 | 2024-10-14T17:27:30.746Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-10-14T17:27:30.746Z | ++ set -o xtrace |
| 85 | 2024-10-14T17:27:30.748Z | ++++ dirname ./env.sh |
| 86 | 2024-10-14T17:27:30.751Z | +++ readlink -f . |
| 87 | 2024-10-14T17:27:30.772Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-10-14T17:27:30.772Z | ++ 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-10-14T17:27:30.772Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ 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-10-14T17:27:30.776Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-10-14T17:27:30.776Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-10-14T17:27:30.776Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-10-14T17:27:30.776Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-10-14T17:27:30.776Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-10-14T17:27:30.776Z | + cargo --version |
| 102 | 2024-10-14T17:27:30.826Z | cargo 1.80.1 (376290515 2024-07-16) |
| 103 | 2024-10-14T17:27:30.829Z | + rustc --version |
| 104 | 2024-10-14T17:27:30.884Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 105 | 2024-10-14T17:27:30.887Z | + banner prerequisites |
| 106 | 2024-10-14T17:27:30.906Z | |
| 107 | 2024-10-14T17:27:30.906Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-10-14T17:27:30.906Z | # # # # # # # # # # # # # # # |
| 109 | 2024-10-14T17:27:30.906Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-10-14T17:27:30.906Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-10-14T17:27:30.906Z | # # # # # # # # # # # # # # # |
| 112 | 2024-10-14T17:27:30.906Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-10-14T17:27:30.906Z | |
| 114 | 2024-10-14T17:27:30.909Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-10-14T17:27:39.768Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-10-14T17:27:43.728Z | Startup: Caching catalogs ... Done |
| 117 | 2024-10-14T17:27:49.085Z | Planning: Solver setup ... Done (4.668s) |
| 118 | 2024-10-14T17:27:49.155Z | Planning: Running solver ... Done (0.070s) |
| 119 | 2024-10-14T17:27:49.353Z | Planning: Finding local manifests ... Done (0.135s) |
| 120 | 2024-10-14T17:27:49.365Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-10-14T17:27:49.581Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-10-14T17:27:50.009Z | Planning: Package planning ... Done (0.428s) |
| 123 | 2024-10-14T17:27:50.065Z | Planning: Merging actions ... Done (0.056s) |
| 124 | 2024-10-14T17:27:51.540Z | Planning: Checking for conflicting actions ... Done (1.474s) |
| 125 | 2024-10-14T17:28:02.985Z | Planning: Consolidating action changes ... Done (11.443s) |
| 126 | 2024-10-14T17:28:03.372Z | Planning: Evaluating mediators ... Done (0.387s) |
| 127 | 2024-10-14T17:28:03.515Z | Planning: Planning completed in 19.71 seconds |
| 128 | 2024-10-14T17:28:04.652Z | Packages to install: 4 |
| 129 | 2024-10-14T17:28:04.652Z | Packages to update: 1 |
| 130 | 2024-10-14T17:28:04.652Z | Mediators to change: 2 |
| 131 | 2024-10-14T17:28:04.660Z | Services to change: 1 |
| 132 | 2024-10-14T17:28:04.660Z | Estimated space available: 155.71 GB |
| 133 | 2024-10-14T17:28:04.660Z | Estimated space to be consumed: 1.57 GB |
| 134 | 2024-10-14T17:28:04.660Z | Create boot environment: No |
| 135 | 2024-10-14T17:28:04.660Z | Create backup boot environment: Yes |
| 136 | 2024-10-14T17:28:04.660Z | Rebuild boot archive: No |
| 137 | 2024-10-14T17:28:04.660Z | |
| 138 | 2024-10-14T17:28:04.660Z | Changed mediators: |
| 139 | 2024-10-14T17:28:04.660Z | mediator clang: |
| 140 | 2024-10-14T17:28:04.660Z | version: None -> 15 (system default) |
| 141 | 2024-10-14T17:28:04.660Z | |
| 142 | 2024-10-14T17:28:04.660Z | mediator llvm: |
| 143 | 2024-10-14T17:28:04.660Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-10-14T17:28:04.660Z | |
| 145 | 2024-10-14T17:28:04.660Z | Changed packages: |
| 146 | 2024-10-14T17:28:04.660Z | helios-dev |
| 147 | 2024-10-14T17:28:04.660Z | developer/build-essential |
| 148 | 2024-10-14T17:28:04.660Z | None -> 11-2.0 |
| 149 | 2024-10-14T17:28:04.660Z | library/libxmlsec1 |
| 150 | 2024-10-14T17:28:04.660Z | None -> 1.2.35-2.0 |
| 151 | 2024-10-14T17:28:04.660Z | ooce/developer/clang-15 |
| 152 | 2024-10-14T17:28:04.660Z | None -> 15.0.7-2.0 |
| 153 | 2024-10-14T17:28:04.660Z | ooce/developer/llvm-15 |
| 154 | 2024-10-14T17:28:04.660Z | None -> 15.0.7-2.0 |
| 155 | 2024-10-14T17:28:04.660Z | package/pkg |
| 156 | 2024-10-14T17:28:04.660Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-10-14T17:28:04.660Z | |
| 158 | 2024-10-14T17:28:04.660Z | Services: |
| 159 | 2024-10-14T17:28:04.660Z | restart_fmri: |
| 160 | 2024-10-14T17:28:04.660Z | svc:/system/update-man-index:default |
| 161 | 2024-10-14T17:28:04.660Z | |
| 162 | 2024-10-14T17:28:04.660Z | Editable files to change: |
| 163 | 2024-10-14T17:28:04.661Z | Update: |
| 164 | 2024-10-14T17:28:04.661Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-10-14T17:28:05.269Z | |
| 166 | 2024-10-14T17:28:05.269Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-10-14T17:28:10.270Z | Download: 774/4281 items 18.5/220.6MB 8% complete (3.8M/s) |
| 168 | 2024-10-14T17:28:15.272Z | Download: 2080/4281 items 118.8/220.6MB 53% complete (12.0M/s) |
| 169 | 2024-10-14T17:28:20.273Z | Download: 3030/4281 items 121.3/220.6MB 55% complete (10.3M/s) |
| 170 | 2024-10-14T17:28:25.275Z | Download: 3416/4281 items 215.0/220.6MB 97% complete (9.6M/s) |
| 171 | 2024-10-14T17:28:30.331Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
| 172 | 2024-10-14T17:28:30.660Z | Download: Completed 220.60 MB in 25.39 seconds (8.7M/s) |
| 173 | 2024-10-14T17:28:32.550Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-10-14T17:28:32.565Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-10-14T17:28:37.586Z | Actions: 4078/5063 actions (Installing new actions) |
| 176 | 2024-10-14T17:28:39.057Z | Actions: 4226/5063 actions (Updating modified actions) |
| 177 | 2024-10-14T17:28:39.484Z | Actions: Completed 5063 actions in 6.93 seconds. |
| 178 | 2024-10-14T17:28:39.672Z | Done (0.180s) |
| 179 | 2024-10-14T17:28:39.675Z | Done (0.000s) |
| 180 | 2024-10-14T17:28:40.134Z | Done (0.461s) |
| 181 | 2024-10-14T17:28:47.717Z | Done (7.391s) |
| 182 | 2024-10-14T17:28:48.338Z | Done (0.554s) |
| 183 | 2024-10-14T17:28:48.340Z | Done (0.000s) |
| 184 | 2024-10-14T17:28:48.495Z | Done (0.000s) |
| 185 | 2024-10-14T17:28:49.119Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-10-14T17:28:49.279Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-10-14T17:28:49.283Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-10-14T17:28:49.545Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-10-14T17:28:49.548Z | Planning: Planning completed in 0.43 seconds |
| 190 | 2024-10-14T17:28:49.583Z | Mediators to change: 2 |
| 191 | 2024-10-14T17:28:49.583Z | Create boot environment: No |
| 192 | 2024-10-14T17:28:49.583Z | Create backup boot environment: No |
| 193 | 2024-10-14T17:28:49.714Z | Done |
| 194 | 2024-10-14T17:28:49.714Z | Done |
| 195 | 2024-10-14T17:28:50.013Z | Done |
| 196 | 2024-10-14T17:28:53.558Z | Done |
| 197 | 2024-10-14T17:28:53.642Z | Done |
| 198 | 2024-10-14T17:28:53.642Z | Done |
| 199 | 2024-10-14T17:28:53.764Z | Done |
| 200 | 2024-10-14T17:28:54.374Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2024-10-14T17:28:54.376Z | Planning: Merging actions ... Done |
| 202 | 2024-10-14T17:28:54.562Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2024-10-14T17:28:54.564Z | Planning: Consolidating action changes ... Done |
| 204 | 2024-10-14T17:28:54.828Z | Planning: Evaluating mediators ... Done |
| 205 | 2024-10-14T17:28:54.884Z | Planning: Planning completed in 0.75 seconds |
| 206 | 2024-10-14T17:28:54.923Z | Packages to change: 1 |
| 207 | 2024-10-14T17:28:54.923Z | Mediators to change: 1 |
| 208 | 2024-10-14T17:28:54.923Z | Services to change: 1 |
| 209 | 2024-10-14T17:28:54.925Z | Create boot environment: No |
| 210 | 2024-10-14T17:28:54.926Z | Create backup boot environment: Yes |
| 211 | 2024-10-14T17:28:56.846Z | Actions: 1/6 actions (Updating modified actions) |
| 212 | 2024-10-14T17:28:56.940Z | Actions: Completed 6 actions in 0.09 seconds. |
| 213 | 2024-10-14T17:28:56.940Z | Done |
| 214 | 2024-10-14T17:28:56.940Z | Done |
| 215 | 2024-10-14T17:28:57.033Z | Done |
| 216 | 2024-10-14T17:29:00.505Z | Done |
| 217 | 2024-10-14T17:29:00.595Z | Done |
| 218 | 2024-10-14T17:29:00.598Z | Done |
| 219 | 2024-10-14T17:29:00.994Z | Done |
| 220 | 2024-10-14T17:29:01.425Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 221 | 2024-10-14T17:29:01.425Z | clang system 15 system |
| 222 | 2024-10-14T17:29:01.425Z | csh system system illumos |
| 223 | 2024-10-14T17:29:01.425Z | ctags system system illumos |
| 224 | 2024-10-14T17:29:01.425Z | gcc vendor 12 vendor |
| 225 | 2024-10-14T17:29:01.425Z | gcc system 10 system |
| 226 | 2024-10-14T17:29:01.425Z | gcc system 7 system |
| 227 | 2024-10-14T17:29:01.425Z | go system 1.20 system |
| 228 | 2024-10-14T17:29:01.425Z | go system 1.19 system |
| 229 | 2024-10-14T17:29:01.425Z | llvm system 15 system |
| 230 | 2024-10-14T17:29:01.425Z | llvm system 14 system |
| 231 | 2024-10-14T17:29:01.425Z | mariadb system 10.6 system |
| 232 | 2024-10-14T17:29:01.425Z | mta vendor vendor dma |
| 233 | 2024-10-14T17:29:01.425Z | openjdk system 17 system |
| 234 | 2024-10-14T17:29:01.425Z | openjdk system 11 system |
| 235 | 2024-10-14T17:29:01.425Z | openjdk system 1.8 system |
| 236 | 2024-10-14T17:29:01.425Z | openssl vendor 3 vendor |
| 237 | 2024-10-14T17:29:01.425Z | perl system 5.36 system |
| 238 | 2024-10-14T17:29:01.425Z | postgresql system 15 system |
| 239 | 2024-10-14T17:29:01.425Z | postgresql system 13 system |
| 240 | 2024-10-14T17:29:01.425Z | python vendor 3 vendor |
| 241 | 2024-10-14T17:29:01.425Z | python system 2 system |
| 242 | 2024-10-14T17:29:01.425Z | python3 system 3.11 system |
| 243 | 2024-10-14T17:29:01.425Z | ruby system 3.0 system |
| 244 | 2024-10-14T17:29:01.425Z | words vendor vendor american-english |
| 245 | 2024-10-14T17:29:01.425Z | words system system australian-english |
| 246 | 2024-10-14T17:29:01.425Z | words system system british-english |
| 247 | 2024-10-14T17:29:01.425Z | words system system canadian-english |
| 248 | 2024-10-14T17:29:01.425Z | words system system french |
| 249 | 2024-10-14T17:29:01.425Z | words system system italian |
| 250 | 2024-10-14T17:29:01.425Z | words system system ngerman |
| 251 | 2024-10-14T17:29:01.425Z | words system system ogerman |
| 252 | 2024-10-14T17:29:01.426Z | words system system spanish |
| 253 | 2024-10-14T17:29:01.756Z | PUBLISHER TYPE STATUS P LOCATION |
| 254 | 2024-10-14T17:29:01.756Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 255 | 2024-10-14T17:29:03.859Z | FMRI IFO |
| 256 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 257 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 258 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 259 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 260 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 261 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 262 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 263 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 264 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 265 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 266 | 2024-10-14T17:29:03.859Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 267 | 2024-10-14T17:29:03.860Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 268 | 2024-10-14T17:29:03.860Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 269 | 2024-10-14T17:29:04.519Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 270 | 2024-10-14T17:29:04.804Z | Updating crates.io index |
| 271 | 2024-10-14T17:29:04.806Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2024-10-14T17:29:05.663Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 273 | 2024-10-14T17:29:05.915Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2024-10-14T17:29:06.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 275 | 2024-10-14T17:29:06.559Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2024-10-14T17:29:07.356Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2024-10-14T17:29:09.674Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2024-10-14T17:29:10.646Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 279 | 2024-10-14T17:29:11.324Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 280 | 2024-10-14T17:29:11.601Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 281 | 2024-10-14T17:29:11.866Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 282 | 2024-10-14T17:29:12.497Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 283 | 2024-10-14T17:29:12.786Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 284 | 2024-10-14T17:29:13.170Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 285 | 2024-10-14T17:29:13.466Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2024-10-14T17:29:13.756Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 287 | 2024-10-14T17:29:14.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 288 | 2024-10-14T17:29:14.293Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 289 | 2024-10-14T17:29:14.548Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 290 | 2024-10-14T17:29:14.833Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 291 | 2024-10-14T17:29:15.332Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2024-10-14T17:29:15.672Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 293 | 2024-10-14T17:29:15.923Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 294 | 2024-10-14T17:29:16.263Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 295 | 2024-10-14T17:29:16.709Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 296 | 2024-10-14T17:29:17.008Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 297 | 2024-10-14T17:29:17.393Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 298 | 2024-10-14T17:29:17.888Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 299 | 2024-10-14T17:29:18.143Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 300 | 2024-10-14T17:29:18.412Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 301 | 2024-10-14T17:29:19.769Z | Downloading crates ... |
| 302 | 2024-10-14T17:29:19.828Z | Downloaded anstream v0.6.14 |
| 303 | 2024-10-14T17:29:19.831Z | Downloaded colorchoice v1.0.1 |
| 304 | 2024-10-14T17:29:19.838Z | Downloaded anstyle v1.0.8 |
| 305 | 2024-10-14T17:29:19.844Z | Downloaded equivalent v1.0.1 |
| 306 | 2024-10-14T17:29:19.854Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2024-10-14T17:29:19.856Z | Downloaded swrite v0.1.0 |
| 308 | 2024-10-14T17:29:19.859Z | Downloaded cargo-platform v0.1.8 |
| 309 | 2024-10-14T17:29:19.861Z | Downloaded plain v0.2.3 |
| 310 | 2024-10-14T17:29:19.863Z | Downloaded crypto-common v0.1.6 |
| 311 | 2024-10-14T17:29:19.865Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2024-10-14T17:29:19.868Z | Downloaded fs-err v2.11.0 |
| 313 | 2024-10-14T17:29:19.870Z | Downloaded cfg-if v1.0.0 |
| 314 | 2024-10-14T17:29:19.872Z | Downloaded itoa v1.0.11 |
| 315 | 2024-10-14T17:29:19.875Z | Downloaded dof v0.3.0 |
| 316 | 2024-10-14T17:29:19.875Z | Downloaded bytecount v0.6.8 |
| 317 | 2024-10-14T17:29:19.877Z | Downloaded scroll v0.12.0 |
| 318 | 2024-10-14T17:29:19.880Z | Downloaded heck v0.4.1 |
| 319 | 2024-10-14T17:29:19.882Z | Downloaded version_check v0.9.5 |
| 320 | 2024-10-14T17:29:19.885Z | Downloaded proc-macro-error v1.0.4 |
| 321 | 2024-10-14T17:29:19.888Z | Downloaded anyhow v1.0.89 |
| 322 | 2024-10-14T17:29:19.891Z | Downloaded thiserror-impl v1.0.64 |
| 323 | 2024-10-14T17:29:19.893Z | Downloaded serde_spanned v0.6.7 |
| 324 | 2024-10-14T17:29:19.893Z | Downloaded anstyle-parse v0.2.4 |
| 325 | 2024-10-14T17:29:19.895Z | Downloaded semver v1.0.23 |
| 326 | 2024-10-14T17:29:19.897Z | Downloaded cargo_toml v0.20.5 |
| 327 | 2024-10-14T17:29:19.900Z | Downloaded pest_derive v2.7.10 |
| 328 | 2024-10-14T17:29:19.902Z | Downloaded fastrand v2.1.1 |
| 329 | 2024-10-14T17:29:19.902Z | Downloaded clap_derive v4.5.18 |
| 330 | 2024-10-14T17:29:19.906Z | Downloaded strsim v0.11.1 |
| 331 | 2024-10-14T17:29:19.906Z | Downloaded once_cell v1.20.2 |
| 332 | 2024-10-14T17:29:19.909Z | Downloaded sha2 v0.10.8 |
| 333 | 2024-10-14T17:29:19.911Z | Downloaded camino v1.1.9 |
| 334 | 2024-10-14T17:29:19.911Z | Downloaded dtrace-parser v0.2.0 |
| 335 | 2024-10-14T17:29:19.915Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2024-10-14T17:29:19.917Z | Downloaded scroll_derive v0.12.0 |
| 337 | 2024-10-14T17:29:19.920Z | Downloaded proc-macro2 v1.0.87 |
| 338 | 2024-10-14T17:29:19.922Z | Downloaded log v0.4.22 |
| 339 | 2024-10-14T17:29:19.924Z | Downloaded bitflags v2.6.0 |
| 340 | 2024-10-14T17:29:19.931Z | Downloaded clap v4.5.20 |
| 341 | 2024-10-14T17:29:19.938Z | Downloaded ucd-trie v0.1.6 |
| 342 | 2024-10-14T17:29:19.941Z | Downloaded papergrid v0.11.0 |
| 343 | 2024-10-14T17:29:19.944Z | Downloaded textwrap v0.16.1 |
| 344 | 2024-10-14T17:29:19.946Z | Downloaded errno v0.3.9 |
| 345 | 2024-10-14T17:29:19.949Z | Downloaded heck v0.5.0 |
| 346 | 2024-10-14T17:29:19.949Z | Downloaded generic-array v0.14.7 |
| 347 | 2024-10-14T17:29:19.952Z | Downloaded fnv v1.0.7 |
| 348 | 2024-10-14T17:29:19.952Z | Downloaded cpufeatures v0.2.12 |
| 349 | 2024-10-14T17:29:19.954Z | Downloaded clap_lex v0.7.0 |
| 350 | 2024-10-14T17:29:19.954Z | Downloaded memmap v0.7.0 |
| 351 | 2024-10-14T17:29:19.956Z | Downloaded macaddr v1.0.1 |
| 352 | 2024-10-14T17:29:19.956Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2024-10-14T17:29:19.956Z | Downloaded pest_generator v2.7.10 |
| 354 | 2024-10-14T17:29:19.959Z | Downloaded toml_datetime v0.6.8 |
| 355 | 2024-10-14T17:29:19.960Z | Downloaded thiserror v1.0.64 |
| 356 | 2024-10-14T17:29:19.963Z | Downloaded is_terminal_polyfill v1.70.0 |
| 357 | 2024-10-14T17:29:19.965Z | Downloaded unicode-linebreak v0.1.5 |
| 358 | 2024-10-14T17:29:19.965Z | Downloaded thread-id v4.2.1 |
| 359 | 2024-10-14T17:29:19.968Z | Downloaded smawk v0.3.2 |
| 360 | 2024-10-14T17:29:19.968Z | Downloaded serde_derive v1.0.210 |
| 361 | 2024-10-14T17:29:19.970Z | Downloaded usdt v0.5.0 |
| 362 | 2024-10-14T17:29:19.970Z | Downloaded toml v0.8.19 |
| 363 | 2024-10-14T17:29:19.973Z | Downloaded terminal_size v0.4.0 |
| 364 | 2024-10-14T17:29:19.976Z | Downloaded tempfile v3.13.0 |
| 365 | 2024-10-14T17:29:19.978Z | Downloaded quote v1.0.37 |
| 366 | 2024-10-14T17:29:19.981Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2024-10-14T17:29:19.982Z | Downloaded indexmap v2.6.0 |
| 368 | 2024-10-14T17:29:19.985Z | Downloaded camino-tempfile v1.1.1 |
| 369 | 2024-10-14T17:29:19.988Z | Downloaded zerocopy-derive v0.7.34 |
| 370 | 2024-10-14T17:29:19.992Z | Downloaded utf8parse v0.2.1 |
| 371 | 2024-10-14T17:29:19.992Z | Downloaded serde_tokenstream v0.2.2 |
| 372 | 2024-10-14T17:29:19.995Z | Downloaded usdt-impl v0.5.0 |
| 373 | 2024-10-14T17:29:19.995Z | Downloaded byteorder v1.5.0 |
| 374 | 2024-10-14T17:29:19.995Z | Downloaded anstyle-query v1.0.3 |
| 375 | 2024-10-14T17:29:19.995Z | Downloaded digest v0.10.7 |
| 376 | 2024-10-14T17:29:19.999Z | Downloaded cargo_metadata v0.18.1 |
| 377 | 2024-10-14T17:29:19.999Z | Downloaded block-buffer v0.10.4 |
| 378 | 2024-10-14T17:29:20.002Z | Downloaded autocfg v1.3.0 |
| 379 | 2024-10-14T17:29:20.002Z | Downloaded unicode-ident v1.0.13 |
| 380 | 2024-10-14T17:29:20.005Z | Downloaded typenum v1.17.0 |
| 381 | 2024-10-14T17:29:20.008Z | Downloaded memchr v2.7.2 |
| 382 | 2024-10-14T17:29:20.011Z | Downloaded toml_edit v0.22.22 |
| 383 | 2024-10-14T17:29:20.032Z | Downloaded ryu v1.0.18 |
| 384 | 2024-10-14T17:29:20.036Z | Downloaded serde v1.0.210 |
| 385 | 2024-10-14T17:29:20.040Z | Downloaded pest_meta v2.7.10 |
| 386 | 2024-10-14T17:29:20.061Z | Downloaded pest v2.7.10 |
| 387 | 2024-10-14T17:29:20.068Z | Downloaded hashbrown v0.15.0 |
| 388 | 2024-10-14T17:29:20.075Z | Downloaded goblin v0.8.2 |
| 389 | 2024-10-14T17:29:20.080Z | Downloaded zerocopy v0.7.34 |
| 390 | 2024-10-14T17:29:20.096Z | Downloaded serde_json v1.0.128 |
| 391 | 2024-10-14T17:29:20.101Z | Downloaded clap_builder v4.5.20 |
| 392 | 2024-10-14T17:29:20.109Z | Downloaded winnow v0.6.18 |
| 393 | 2024-10-14T17:29:20.115Z | Downloaded tabled v0.15.0 |
| 394 | 2024-10-14T17:29:20.129Z | Downloaded syn v2.0.79 |
| 395 | 2024-10-14T17:29:20.139Z | Downloaded syn v1.0.109 |
| 396 | 2024-10-14T17:29:20.149Z | Downloaded rustix v0.38.37 |
| 397 | 2024-10-14T17:29:20.169Z | Downloaded unicode-width v0.1.13 |
| 398 | 2024-10-14T17:29:20.176Z | Downloaded libc v0.2.159 |
| 399 | 2024-10-14T17:29:20.475Z | Compiling proc-macro2 v1.0.87 |
| 400 | 2024-10-14T17:29:20.475Z | Compiling unicode-ident v1.0.13 |
| 401 | 2024-10-14T17:29:20.475Z | Compiling version_check v0.9.5 |
| 402 | 2024-10-14T17:29:20.478Z | Compiling serde v1.0.210 |
| 403 | 2024-10-14T17:29:20.478Z | Compiling memchr v2.7.2 |
| 404 | 2024-10-14T17:29:20.478Z | Compiling thiserror v1.0.64 |
| 405 | 2024-10-14T17:29:20.478Z | Compiling libc v0.2.159 |
| 406 | 2024-10-14T17:29:20.509Z | Compiling ucd-trie v0.1.6 |
| 407 | 2024-10-14T17:29:20.734Z | Compiling ryu v1.0.18 |
| 408 | 2024-10-14T17:29:21.091Z | Compiling itoa v1.0.11 |
| 409 | 2024-10-14T17:29:21.292Z | Compiling once_cell v1.20.2 |
| 410 | 2024-10-14T17:29:21.295Z | Compiling byteorder v1.5.0 |
| 411 | 2024-10-14T17:29:21.591Z | Compiling serde_json v1.0.128 |
| 412 | 2024-10-14T17:29:21.634Z | Compiling rustix v0.38.37 |
| 413 | 2024-10-14T17:29:22.822Z | Compiling bitflags v2.6.0 |
| 414 | 2024-10-14T17:29:22.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2024-10-14T17:29:22.900Z | Compiling usdt-impl v0.5.0 |
| 416 | 2024-10-14T17:29:22.958Z | Compiling syn v1.0.109 |
| 417 | 2024-10-14T17:29:23.141Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2024-10-14T17:29:23.242Z | Compiling camino v1.1.9 |
| 419 | 2024-10-14T17:29:23.268Z | Compiling hashbrown v0.15.0 |
| 420 | 2024-10-14T17:29:23.403Z | Compiling equivalent v1.0.1 |
| 421 | 2024-10-14T17:29:23.427Z | Compiling log v0.4.22 |
| 422 | 2024-10-14T17:29:23.518Z | Compiling thread-id v4.2.1 |
| 423 | 2024-10-14T17:29:23.637Z | Compiling utf8parse v0.2.1 |
| 424 | 2024-10-14T17:29:23.662Z | Compiling plain v0.2.3 |
| 425 | 2024-10-14T17:29:23.793Z | Compiling quote v1.0.37 |
| 426 | 2024-10-14T17:29:23.799Z | Compiling anstyle-parse v0.2.4 |
| 427 | 2024-10-14T17:29:23.839Z | Compiling is_terminal_polyfill v1.70.0 |
| 428 | 2024-10-14T17:29:23.979Z | Compiling anstyle v1.0.8 |
| 429 | 2024-10-14T17:29:23.982Z | Compiling colorchoice v1.0.1 |
| 430 | 2024-10-14T17:29:24.129Z | Compiling errno v0.3.9 |
| 431 | 2024-10-14T17:29:24.150Z | Compiling syn v2.0.79 |
| 432 | 2024-10-14T17:29:24.382Z | Compiling autocfg v1.3.0 |
| 433 | 2024-10-14T17:29:24.445Z | Compiling indexmap v2.6.0 |
| 434 | 2024-10-14T17:29:24.468Z | Compiling winnow v0.6.18 |
| 435 | 2024-10-14T17:29:24.490Z | Compiling unicode-width v0.1.13 |
| 436 | 2024-10-14T17:29:24.711Z | Compiling pretty-hex v0.4.1 |
| 437 | 2024-10-14T17:29:24.928Z | Compiling anstyle-query v1.0.3 |
| 438 | 2024-10-14T17:29:25.062Z | Compiling semver v1.0.23 |
| 439 | 2024-10-14T17:29:25.310Z | Compiling fs-err v2.11.0 |
| 440 | 2024-10-14T17:29:25.603Z | Compiling anstream v0.6.14 |
| 441 | 2024-10-14T17:29:25.842Z | Compiling fnv v1.0.7 |
| 442 | 2024-10-14T17:29:25.867Z | Compiling heck v0.5.0 |
| 443 | 2024-10-14T17:29:26.019Z | Compiling bytecount v0.6.8 |
| 444 | 2024-10-14T17:29:26.247Z | Compiling fastrand v2.1.1 |
| 445 | 2024-10-14T17:29:26.361Z | Compiling heck v0.4.1 |
| 446 | 2024-10-14T17:29:26.391Z | Compiling terminal_size v0.4.0 |
| 447 | 2024-10-14T17:29:26.418Z | Compiling clap_lex v0.7.0 |
| 448 | 2024-10-14T17:29:26.589Z | Compiling anyhow v1.0.89 |
| 449 | 2024-10-14T17:29:26.786Z | Compiling cfg-if v1.0.0 |
| 450 | 2024-10-14T17:29:26.854Z | Compiling strsim v0.11.1 |
| 451 | 2024-10-14T17:29:26.882Z | Compiling tempfile v3.13.0 |
| 452 | 2024-10-14T17:29:27.184Z | Compiling clap_builder v4.5.20 |
| 453 | 2024-10-14T17:29:27.389Z | Compiling papergrid v0.11.0 |
| 454 | 2024-10-14T17:29:27.727Z | Compiling memmap v0.7.0 |
| 455 | 2024-10-14T17:29:27.747Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2024-10-14T17:29:27.795Z | Compiling smawk v0.3.2 |
| 457 | 2024-10-14T17:29:28.247Z | Compiling textwrap v0.16.1 |
| 458 | 2024-10-14T17:29:28.318Z | Compiling swrite v0.1.0 |
| 459 | 2024-10-14T17:29:29.662Z | Compiling tabled_derive v0.7.0 |
| 460 | 2024-10-14T17:29:31.172Z | Compiling tabled v0.15.0 |
| 461 | 2024-10-14T17:29:32.897Z | Compiling serde_derive v1.0.210 |
| 462 | 2024-10-14T17:29:32.897Z | Compiling thiserror-impl v1.0.64 |
| 463 | 2024-10-14T17:29:32.901Z | Compiling zerocopy-derive v0.7.34 |
| 464 | 2024-10-14T17:29:32.901Z | Compiling scroll_derive v0.12.0 |
| 465 | 2024-10-14T17:29:32.901Z | Compiling clap_derive v4.5.18 |
| 466 | 2024-10-14T17:29:34.242Z | Compiling scroll v0.12.0 |
| 467 | 2024-10-14T17:29:34.725Z | Compiling zerocopy v0.7.34 |
| 468 | 2024-10-14T17:29:34.753Z | Compiling goblin v0.8.2 |
| 469 | 2024-10-14T17:29:35.335Z | Compiling pest v2.7.10 |
| 470 | 2024-10-14T17:29:36.395Z | Compiling clap v4.5.20 |
| 471 | 2024-10-14T17:29:37.523Z | Compiling pest_meta v2.7.10 |
| 472 | 2024-10-14T17:29:38.344Z | Compiling pest_generator v2.7.10 |
| 473 | 2024-10-14T17:29:40.012Z | Compiling pest_derive v2.7.10 |
| 474 | 2024-10-14T17:29:40.632Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2024-10-14T17:29:42.811Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-10-14T17:29:42.811Z | Compiling serde_spanned v0.6.7 |
| 477 | 2024-10-14T17:29:42.814Z | Compiling cargo-platform v0.1.8 |
| 478 | 2024-10-14T17:29:43.173Z | Compiling serde_tokenstream v0.2.2 |
| 479 | 2024-10-14T17:29:43.201Z | Compiling macaddr v1.0.1 |
| 480 | 2024-10-14T17:29:43.424Z | Compiling toml_edit v0.22.22 |
| 481 | 2024-10-14T17:29:43.466Z | Compiling camino-tempfile v1.1.1 |
| 482 | 2024-10-14T17:29:44.171Z | Compiling dof v0.3.0 |
| 483 | 2024-10-14T17:29:44.171Z | Compiling cargo_metadata v0.18.1 |
| 484 | 2024-10-14T17:29:46.160Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2024-10-14T17:29:46.160Z | Compiling usdt-macro v0.5.0 |
| 486 | 2024-10-14T17:29:46.163Z | Compiling toml v0.8.19 |
| 487 | 2024-10-14T17:29:47.024Z | Compiling cargo_toml v0.20.5 |
| 488 | 2024-10-14T17:29:47.535Z | Compiling usdt v0.5.0 |
| 489 | 2024-10-14T17:29:50.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2024-10-14T17:29:54.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.23s |
| 491 | 2024-10-14T17:29:54.786Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 492 | 2024-10-14T17:29:55.348Z | Downloading crates ... |
| 493 | 2024-10-14T17:29:55.464Z | Downloaded aead v0.5.2 |
| 494 | 2024-10-14T17:29:55.470Z | Downloaded cfg_aliases v0.2.1 |
| 495 | 2024-10-14T17:29:55.477Z | Downloaded atomicwrites v0.4.4 |
| 496 | 2024-10-14T17:29:55.484Z | Downloaded crucible-workspace-hack v0.1.0 |
| 497 | 2024-10-14T17:29:55.490Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 498 | 2024-10-14T17:29:55.497Z | Downloaded humantime v2.1.0 |
| 499 | 2024-10-14T17:29:55.497Z | Downloaded hubpack v0.1.2 |
| 500 | 2024-10-14T17:29:55.503Z | Downloaded cassowary v0.3.0 |
| 501 | 2024-10-14T17:29:55.503Z | Downloaded bitfield-struct v0.6.1 |
| 502 | 2024-10-14T17:29:55.504Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2024-10-14T17:29:55.504Z | Downloaded md5 v0.7.0 |
| 504 | 2024-10-14T17:29:55.504Z | Downloaded match_cfg v0.1.0 |
| 505 | 2024-10-14T17:29:55.504Z | Downloaded cexpr v0.6.0 |
| 506 | 2024-10-14T17:29:55.510Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 507 | 2024-10-14T17:29:55.510Z | Downloaded base16ct v0.2.0 |
| 508 | 2024-10-14T17:29:55.510Z | Downloaded newline-converter v0.3.0 |
| 509 | 2024-10-14T17:29:55.510Z | Downloaded blowfish v0.9.1 |
| 510 | 2024-10-14T17:29:55.517Z | Downloaded crc v3.2.1 |
| 511 | 2024-10-14T17:29:55.517Z | Downloaded normalize-line-endings v0.3.0 |
| 512 | 2024-10-14T17:29:55.517Z | Downloaded ipnetwork v0.20.0 |
| 513 | 2024-10-14T17:29:55.524Z | Downloaded httparse v1.8.0 |
| 514 | 2024-10-14T17:29:55.524Z | Downloaded cobs v0.2.3 |
| 515 | 2024-10-14T17:29:55.524Z | Downloaded internet-checksum v0.2.1 |
| 516 | 2024-10-14T17:29:55.524Z | Downloaded hostname v0.3.1 |
| 517 | 2024-10-14T17:29:55.531Z | Downloaded instability v0.3.2 |
| 518 | 2024-10-14T17:29:55.531Z | Downloaded memoffset v0.9.1 |
| 519 | 2024-10-14T17:29:55.531Z | Downloaded cbc v0.1.2 |
| 520 | 2024-10-14T17:29:55.531Z | Downloaded libefi-sys v0.1.0 |
| 521 | 2024-10-14T17:29:55.531Z | Downloaded managed v0.8.0 |
| 522 | 2024-10-14T17:29:55.538Z | Downloaded lazy_static v1.5.0 |
| 523 | 2024-10-14T17:29:55.538Z | Downloaded atty v0.2.14 |
| 524 | 2024-10-14T17:29:55.538Z | Downloaded multimap v0.10.0 |
| 525 | 2024-10-14T17:29:55.538Z | Downloaded lru-cache v0.1.2 |
| 526 | 2024-10-14T17:29:55.538Z | Downloaded num v0.4.3 |
| 527 | 2024-10-14T17:29:55.545Z | Downloaded maybe-uninit v2.0.0 |
| 528 | 2024-10-14T17:29:55.545Z | Downloaded cfg_aliases v0.1.1 |
| 529 | 2024-10-14T17:29:55.545Z | Downloaded crunchy v0.2.2 |
| 530 | 2024-10-14T17:29:55.545Z | Downloaded http-range v0.1.5 |
| 531 | 2024-10-14T17:29:55.545Z | Downloaded async-stream-impl v0.3.5 |
| 532 | 2024-10-14T17:29:55.545Z | Downloaded assert_matches v1.5.0 |
| 533 | 2024-10-14T17:29:55.553Z | Downloaded nibble_vec v0.1.0 |
| 534 | 2024-10-14T17:29:55.553Z | Downloaded is-terminal v0.4.12 |
| 535 | 2024-10-14T17:29:55.553Z | Downloaded backoff v0.4.0 |
| 536 | 2024-10-14T17:29:55.553Z | Downloaded lock_api v0.4.12 |
| 537 | 2024-10-14T17:29:55.559Z | Downloaded native-tls v0.2.11 |
| 538 | 2024-10-14T17:29:55.559Z | Downloaded hostname v0.4.0 |
| 539 | 2024-10-14T17:29:55.559Z | Downloaded bit-vec v0.6.3 |
| 540 | 2024-10-14T17:29:55.560Z | Downloaded iana-time-zone v0.1.60 |
| 541 | 2024-10-14T17:29:55.566Z | Downloaded mime_guess v2.0.4 |
| 542 | 2024-10-14T17:29:55.566Z | Downloaded libloading v0.8.3 |
| 543 | 2024-10-14T17:29:55.566Z | Downloaded indexmap v1.9.3 |
| 544 | 2024-10-14T17:29:55.573Z | Downloaded hyper-staticfile v0.10.1 |
| 545 | 2024-10-14T17:29:55.573Z | Downloaded argon2 v0.5.3 |
| 546 | 2024-10-14T17:29:55.573Z | Downloaded matches v0.1.10 |
| 547 | 2024-10-14T17:29:55.579Z | Downloaded bitfield v0.14.0 |
| 548 | 2024-10-14T17:29:55.579Z | Downloaded async-recursion v1.1.1 |
| 549 | 2024-10-14T17:29:55.579Z | Downloaded block-padding v0.3.3 |
| 550 | 2024-10-14T17:29:55.586Z | Downloaded newtype_derive v0.1.6 |
| 551 | 2024-10-14T17:29:55.586Z | Downloaded new_debug_unreachable v1.0.6 |
| 552 | 2024-10-14T17:29:55.586Z | Downloaded castaway v0.2.3 |
| 553 | 2024-10-14T17:29:55.586Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2024-10-14T17:29:55.586Z | Downloaded bb8 v0.8.5 |
| 555 | 2024-10-14T17:29:55.592Z | Downloaded array-init v0.0.4 |
| 556 | 2024-10-14T17:29:55.592Z | Downloaded hyper-tls v0.6.0 |
| 557 | 2024-10-14T17:29:55.592Z | Downloaded httpdate v1.0.3 |
| 558 | 2024-10-14T17:29:55.592Z | Downloaded miniz_oxide v0.7.2 |
| 559 | 2024-10-14T17:29:55.599Z | Downloaded convert_case v0.4.0 |
| 560 | 2024-10-14T17:29:55.599Z | Downloaded addr2line v0.21.0 |
| 561 | 2024-10-14T17:29:55.599Z | Downloaded debug-ignore v1.0.5 |
| 562 | 2024-10-14T17:29:55.599Z | Downloaded async-trait v0.1.83 |
| 563 | 2024-10-14T17:29:55.605Z | Downloaded strum v0.26.3 |
| 564 | 2024-10-14T17:29:55.605Z | Downloaded crc-any v2.5.0 |
| 565 | 2024-10-14T17:29:55.611Z | Downloaded console v0.15.8 |
| 566 | 2024-10-14T17:29:55.611Z | Downloaded serde_plain v1.0.2 |
| 567 | 2024-10-14T17:29:55.611Z | Downloaded downcast v0.11.0 |
| 568 | 2024-10-14T17:29:55.618Z | Downloaded crossbeam-utils v0.8.19 |
| 569 | 2024-10-14T17:29:55.618Z | Downloaded display-error-chain v0.2.1 |
| 570 | 2024-10-14T17:29:55.618Z | Downloaded indent_write v2.2.0 |
| 571 | 2024-10-14T17:29:55.618Z | Downloaded lru v0.12.3 |
| 572 | 2024-10-14T17:29:55.624Z | Downloaded lazycell v1.3.0 |
| 573 | 2024-10-14T17:29:55.624Z | Downloaded tinyvec_macros v0.1.1 |
| 574 | 2024-10-14T17:29:55.624Z | Downloaded md-5 v0.10.6 |
| 575 | 2024-10-14T17:29:55.624Z | Downloaded tower-service v0.3.2 |
| 576 | 2024-10-14T17:29:55.624Z | Downloaded libsw v3.3.1 |
| 577 | 2024-10-14T17:29:55.642Z | Downloaded mime v0.3.17 |
| 578 | 2024-10-14T17:29:55.642Z | Downloaded salsa20 v0.10.2 |
| 579 | 2024-10-14T17:29:55.642Z | Downloaded nanorand v0.7.0 |
| 580 | 2024-10-14T17:29:55.642Z | Downloaded mockall v0.13.0 |
| 581 | 2024-10-14T17:29:55.642Z | Downloaded fxhash v0.2.1 |
| 582 | 2024-10-14T17:29:55.642Z | Downloaded fragile v2.0.0 |
| 583 | 2024-10-14T17:29:55.642Z | Downloaded ciborium v0.2.2 |
| 584 | 2024-10-14T17:29:55.642Z | Downloaded mockall_derive v0.13.0 |
| 585 | 2024-10-14T17:29:55.649Z | Downloaded endian-type v0.1.2 |
| 586 | 2024-10-14T17:29:55.649Z | Downloaded foreign-types v0.5.0 |
| 587 | 2024-10-14T17:29:55.649Z | Downloaded rustls-pemfile v1.0.4 |
| 588 | 2024-10-14T17:29:55.655Z | Downloaded rustc-hash v1.1.0 |
| 589 | 2024-10-14T17:29:55.655Z | Downloaded darling v0.20.9 |
| 590 | 2024-10-14T17:29:55.661Z | Downloaded csv-core v0.1.11 |
| 591 | 2024-10-14T17:29:55.661Z | Downloaded phf_shared v0.10.0 |
| 592 | 2024-10-14T17:29:55.661Z | Downloaded untrusted v0.9.0 |
| 593 | 2024-10-14T17:29:55.667Z | Downloaded tls_codec_derive v0.4.1 |
| 594 | 2024-10-14T17:29:55.667Z | Downloaded slab v0.4.9 |
| 595 | 2024-10-14T17:29:55.674Z | Downloaded precomputed-hash v0.1.1 |
| 596 | 2024-10-14T17:29:55.674Z | Downloaded smf v0.2.3 |
| 597 | 2024-10-14T17:29:55.674Z | Downloaded structmeta v0.3.0 |
| 598 | 2024-10-14T17:29:55.674Z | Downloaded env_filter v0.1.2 |
| 599 | 2024-10-14T17:29:55.682Z | Downloaded dirs-sys-next v0.1.2 |
| 600 | 2024-10-14T17:29:55.682Z | Downloaded tls_codec v0.4.1 |
| 601 | 2024-10-14T17:29:55.682Z | Downloaded stringprep v0.1.4 |
| 602 | 2024-10-14T17:29:55.682Z | Downloaded futures-sink v0.3.31 |
| 603 | 2024-10-14T17:29:55.689Z | Downloaded enum-as-inner v0.6.0 |
| 604 | 2024-10-14T17:29:55.689Z | Downloaded defmt-macros v0.3.9 |
| 605 | 2024-10-14T17:29:55.689Z | Downloaded rustc-demangle v0.1.24 |
| 606 | 2024-10-14T17:29:55.689Z | Downloaded futures-task v0.3.31 |
| 607 | 2024-10-14T17:29:55.694Z | Downloaded multer v3.1.0 |
| 608 | 2024-10-14T17:29:55.694Z | Downloaded num-iter v0.1.45 |
| 609 | 2024-10-14T17:29:55.694Z | Downloaded quick-error v1.2.3 |
| 610 | 2024-10-14T17:29:55.694Z | Downloaded memmap2 v0.9.4 |
| 611 | 2024-10-14T17:29:55.701Z | Downloaded defmt-parser v0.3.4 |
| 612 | 2024-10-14T17:29:55.701Z | Downloaded crossbeam-epoch v0.9.18 |
| 613 | 2024-10-14T17:29:55.701Z | Downloaded serde_repr v0.1.19 |
| 614 | 2024-10-14T17:29:55.707Z | Downloaded take_mut v0.2.2 |
| 615 | 2024-10-14T17:29:55.707Z | Downloaded num-integer v0.1.46 |
| 616 | 2024-10-14T17:29:55.707Z | Downloaded phf v0.11.2 |
| 617 | 2024-10-14T17:29:55.707Z | Downloaded const-oid v0.9.6 |
| 618 | 2024-10-14T17:29:55.713Z | Downloaded typify v0.2.0 |
| 619 | 2024-10-14T17:29:55.713Z | Downloaded const_format v0.2.33 |
| 620 | 2024-10-14T17:29:55.720Z | Downloaded try-lock v0.2.5 |
| 621 | 2024-10-14T17:29:55.720Z | Downloaded zone_cfg_derive v0.3.0 |
| 622 | 2024-10-14T17:29:55.727Z | Downloaded zone_cfg_derive v0.1.2 |
| 623 | 2024-10-14T17:29:55.727Z | Downloaded vte_generate_state_changes v0.1.1 |
| 624 | 2024-10-14T17:29:55.727Z | Downloaded stable_deref_trait v1.2.0 |
| 625 | 2024-10-14T17:29:55.727Z | Downloaded primeorder v0.13.6 |
| 626 | 2024-10-14T17:29:55.727Z | Downloaded polyval v0.6.2 |
| 627 | 2024-10-14T17:29:55.727Z | Downloaded rusty-fork v0.3.0 |
| 628 | 2024-10-14T17:29:55.734Z | Downloaded vsss-rs v3.3.4 |
| 629 | 2024-10-14T17:29:55.734Z | Downloaded wyz v0.5.1 |
| 630 | 2024-10-14T17:29:55.734Z | Downloaded nu-ansi-term v0.50.0 |
| 631 | 2024-10-14T17:29:55.740Z | Downloaded rustc-hash v2.0.0 |
| 632 | 2024-10-14T17:29:55.740Z | Downloaded headers-core v0.3.0 |
| 633 | 2024-10-14T17:29:55.740Z | Downloaded zone v0.3.0 |
| 634 | 2024-10-14T17:29:55.740Z | Downloaded sqlformat v0.2.6 |
| 635 | 2024-10-14T17:29:55.745Z | Downloaded bytes v1.7.2 |
| 636 | 2024-10-14T17:29:55.745Z | Downloaded base64 v0.13.1 |
| 637 | 2024-10-14T17:29:55.752Z | Downloaded openssl-probe v0.1.5 |
| 638 | 2024-10-14T17:29:55.752Z | Downloaded slog-json v2.6.1 |
| 639 | 2024-10-14T17:29:55.758Z | Downloaded slog-envlogger v2.2.0 |
| 640 | 2024-10-14T17:29:55.758Z | Downloaded progenitor-client v0.8.0 |
| 641 | 2024-10-14T17:29:55.758Z | Downloaded peg-runtime v0.8.3 |
| 642 | 2024-10-14T17:29:55.764Z | Downloaded rcgen v0.12.1 |
| 643 | 2024-10-14T17:29:55.764Z | Downloaded parking_lot v0.11.2 |
| 644 | 2024-10-14T17:29:55.770Z | Downloaded path-slash v0.1.5 |
| 645 | 2024-10-14T17:29:55.770Z | Downloaded rpassword v7.3.1 |
| 646 | 2024-10-14T17:29:55.770Z | Downloaded tokio-native-tls v0.3.1 |
| 647 | 2024-10-14T17:29:55.770Z | Downloaded sync_wrapper v1.0.1 |
| 648 | 2024-10-14T17:29:55.777Z | Downloaded static_assertions v1.1.0 |
| 649 | 2024-10-14T17:29:55.777Z | Downloaded serde-big-array v0.5.1 |
| 650 | 2024-10-14T17:29:55.777Z | Downloaded vergen v8.3.2 |
| 651 | 2024-10-14T17:29:55.784Z | Downloaded pbkdf2 v0.11.0 |
| 652 | 2024-10-14T17:29:55.784Z | Downloaded fd-lock v4.0.2 |
| 653 | 2024-10-14T17:29:55.784Z | Downloaded dsl_auto_type v0.1.2 |
| 654 | 2024-10-14T17:29:55.790Z | Downloaded futures-core v0.3.31 |
| 655 | 2024-10-14T17:29:55.790Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 656 | 2024-10-14T17:29:55.790Z | Downloaded fallible-iterator v0.3.0 |
| 657 | 2024-10-14T17:29:55.790Z | Downloaded fallible-iterator v0.2.0 |
| 658 | 2024-10-14T17:29:55.797Z | Downloaded glob v0.3.1 |
| 659 | 2024-10-14T17:29:55.797Z | Downloaded untrusted v0.7.1 |
| 660 | 2024-10-14T17:29:55.798Z | Downloaded backtrace v0.3.71 |
| 661 | 2024-10-14T17:29:55.805Z | Downloaded tabwriter v1.4.0 |
| 662 | 2024-10-14T17:29:55.805Z | Downloaded toolchain_find v0.4.0 |
| 663 | 2024-10-14T17:29:55.805Z | Downloaded num-derive v0.4.2 |
| 664 | 2024-10-14T17:29:55.811Z | Downloaded mio v1.0.2 |
| 665 | 2024-10-14T17:29:55.817Z | Downloaded indicatif v0.17.8 |
| 666 | 2024-10-14T17:29:55.820Z | Downloaded derive_builder_macro v0.20.0 |
| 667 | 2024-10-14T17:29:55.820Z | Downloaded opaque-debug v0.3.1 |
| 668 | 2024-10-14T17:29:55.820Z | Downloaded foreign-types-shared v0.1.1 |
| 669 | 2024-10-14T17:29:55.820Z | Downloaded semver v0.1.20 |
| 670 | 2024-10-14T17:29:55.820Z | Downloaded secrecy v0.8.0 |
| 671 | 2024-10-14T17:29:55.826Z | Downloaded zip v0.6.6 |
| 672 | 2024-10-14T17:29:55.832Z | Downloaded aes v0.8.4 |
| 673 | 2024-10-14T17:29:55.839Z | Downloaded pretty-hex v0.2.1 |
| 674 | 2024-10-14T17:29:55.839Z | Downloaded slog-dtrace v0.3.0 |
| 675 | 2024-10-14T17:29:55.839Z | Downloaded slog-bunyan v2.5.0 |
| 676 | 2024-10-14T17:29:55.839Z | Downloaded tiny-keccak v2.0.2 |
| 677 | 2024-10-14T17:29:55.846Z | Downloaded strum_macros v0.25.3 |
| 678 | 2024-10-14T17:29:55.846Z | Downloaded samael v0.0.17 |
| 679 | 2024-10-14T17:29:55.858Z | Downloaded dyn-clone v1.0.17 |
| 680 | 2024-10-14T17:29:55.864Z | Downloaded termtree v0.4.1 |
| 681 | 2024-10-14T17:29:55.864Z | Downloaded sigpipe v0.1.3 |
| 682 | 2024-10-14T17:29:55.864Z | Downloaded universal-hash v0.5.1 |
| 683 | 2024-10-14T17:29:55.871Z | Downloaded unicode-xid v0.2.4 |
| 684 | 2024-10-14T17:29:55.871Z | Downloaded unarray v0.1.4 |
| 685 | 2024-10-14T17:29:55.871Z | Downloaded rustls-pki-types v1.9.0 |
| 686 | 2024-10-14T17:29:55.877Z | Downloaded fixedbitset v0.4.2 |
| 687 | 2024-10-14T17:29:55.877Z | Downloaded dirs-next v2.0.0 |
| 688 | 2024-10-14T17:29:55.877Z | Downloaded peg v0.8.4 |
| 689 | 2024-10-14T17:29:55.884Z | Downloaded waitgroup v0.1.2 |
| 690 | 2024-10-14T17:29:55.884Z | Downloaded funty v2.0.0 |
| 691 | 2024-10-14T17:29:55.884Z | Downloaded form_urlencoded v1.2.1 |
| 692 | 2024-10-14T17:29:55.884Z | Downloaded number_prefix v0.4.0 |
| 693 | 2024-10-14T17:29:55.891Z | Downloaded psl-types v2.0.11 |
| 694 | 2024-10-14T17:29:55.891Z | Downloaded slog-scope v4.4.0 |
| 695 | 2024-10-14T17:29:55.891Z | Downloaded slog-async v2.8.0 |
| 696 | 2024-10-14T17:29:55.891Z | Downloaded phf_shared v0.11.2 |
| 697 | 2024-10-14T17:29:55.891Z | Downloaded percent-encoding v2.3.1 |
| 698 | 2024-10-14T17:29:55.898Z | Downloaded proc-macro-crate v1.3.1 |
| 699 | 2024-10-14T17:29:55.898Z | Downloaded predicates-core v1.0.6 |
| 700 | 2024-10-14T17:29:55.898Z | Downloaded pkg-config v0.3.30 |
| 701 | 2024-10-14T17:29:55.898Z | Downloaded dropshot_endpoint v0.12.0 |
| 702 | 2024-10-14T17:29:55.904Z | Downloaded packed_struct_codegen v0.10.1 |
| 703 | 2024-10-14T17:29:55.904Z | Downloaded signal-hook-registry v1.4.2 |
| 704 | 2024-10-14T17:29:55.904Z | Downloaded scheduled-thread-pool v0.2.7 |
| 705 | 2024-10-14T17:29:55.904Z | Downloaded same-file v1.0.6 |
| 706 | 2024-10-14T17:29:55.912Z | Downloaded strum_macros v0.26.4 |
| 707 | 2024-10-14T17:29:55.912Z | Downloaded termcolor v1.4.1 |
| 708 | 2024-10-14T17:29:55.912Z | Downloaded signal-hook-tokio v0.3.1 |
| 709 | 2024-10-14T17:29:55.918Z | Downloaded signature v2.2.0 |
| 710 | 2024-10-14T17:29:55.918Z | Downloaded signal-hook-mio v0.2.4 |
| 711 | 2024-10-14T17:29:55.918Z | Downloaded termios v0.3.3 |
| 712 | 2024-10-14T17:29:55.918Z | Downloaded tokio-stream v0.1.16 |
| 713 | 2024-10-14T17:29:55.925Z | Downloaded globset v0.4.14 |
| 714 | 2024-10-14T17:29:55.925Z | Downloaded sync_wrapper v0.1.2 |
| 715 | 2024-10-14T17:29:55.933Z | Downloaded rustfmt-wrapper v0.2.1 |
| 716 | 2024-10-14T17:29:55.933Z | Downloaded zone v0.1.8 |
| 717 | 2024-10-14T17:29:55.933Z | Downloaded zeroize v1.8.1 |
| 718 | 2024-10-14T17:29:55.933Z | Downloaded env_logger v0.10.2 |
| 719 | 2024-10-14T17:29:55.939Z | Downloaded zeroize_derive v1.4.2 |
| 720 | 2024-10-14T17:29:55.939Z | Downloaded futures-channel v0.3.31 |
| 721 | 2024-10-14T17:29:55.939Z | Downloaded olpc-cjson v0.1.3 |
| 722 | 2024-10-14T17:29:55.939Z | Downloaded hash32 v0.2.1 |
| 723 | 2024-10-14T17:29:55.945Z | Downloaded flagset v0.4.5 |
| 724 | 2024-10-14T17:29:55.945Z | Downloaded pin-utils v0.1.0 |
| 725 | 2024-10-14T17:29:55.945Z | Downloaded quinn v0.11.5 |
| 726 | 2024-10-14T17:29:55.951Z | Downloaded x509-cert v0.2.5 |
| 727 | 2024-10-14T17:29:55.958Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 728 | 2024-10-14T17:29:55.958Z | Downloaded dhcproto-macros v0.1.0 |
| 729 | 2024-10-14T17:29:55.958Z | Downloaded hash32 v0.3.1 |
| 730 | 2024-10-14T17:29:55.958Z | Downloaded ghash v0.5.1 |
| 731 | 2024-10-14T17:29:55.974Z | Downloaded filetime v0.2.25 |
| 732 | 2024-10-14T17:29:55.974Z | Downloaded http v1.1.0 |
| 733 | 2024-10-14T17:29:55.974Z | Downloaded predicates-tree v1.0.9 |
| 734 | 2024-10-14T17:29:55.974Z | Downloaded progenitor-macro v0.8.0 |
| 735 | 2024-10-14T17:29:55.974Z | Downloaded tokio-tungstenite v0.23.1 |
| 736 | 2024-10-14T17:29:55.974Z | Downloaded rustls-pemfile v2.2.0 |
| 737 | 2024-10-14T17:29:55.974Z | Downloaded tui-tree-widget v0.22.0 |
| 738 | 2024-10-14T17:29:55.980Z | Downloaded walkdir v2.5.0 |
| 739 | 2024-10-14T17:29:55.980Z | Downloaded topological-sort v0.2.2 |
| 740 | 2024-10-14T17:29:55.980Z | Downloaded der_derive v0.7.2 |
| 741 | 2024-10-14T17:29:55.980Z | Downloaded supports-color v3.0.1 |
| 742 | 2024-10-14T17:29:55.980Z | Downloaded ron v0.8.1 |
| 743 | 2024-10-14T17:29:55.986Z | Downloaded subtle v2.5.0 |
| 744 | 2024-10-14T17:29:55.987Z | Downloaded num_threads v0.1.7 |
| 745 | 2024-10-14T17:29:55.995Z | Downloaded rustc_version v0.1.7 |
| 746 | 2024-10-14T17:29:55.995Z | Downloaded itertools v0.13.0 |
| 747 | 2024-10-14T17:29:56.001Z | Downloaded ed25519 v2.2.3 |
| 748 | 2024-10-14T17:29:56.001Z | Downloaded futures v0.3.31 |
| 749 | 2024-10-14T17:29:56.007Z | Downloaded tokio-postgres v0.7.12 |
| 750 | 2024-10-14T17:29:56.007Z | Downloaded hyper v1.4.1 |
| 751 | 2024-10-14T17:29:56.014Z | Downloaded parse-display v0.10.0 |
| 752 | 2024-10-14T17:29:56.021Z | Downloaded sqlparser_derive v0.2.2 |
| 753 | 2024-10-14T17:29:56.021Z | Downloaded time-core v0.1.2 |
| 754 | 2024-10-14T17:29:56.021Z | Downloaded unsafe-libyaml v0.2.11 |
| 755 | 2024-10-14T17:29:56.027Z | Downloaded crossterm v0.28.1 |
| 756 | 2024-10-14T17:29:56.033Z | Downloaded utf-8 v0.7.6 |
| 757 | 2024-10-14T17:29:56.033Z | Downloaded schemars_derive v0.8.21 |
| 758 | 2024-10-14T17:29:56.033Z | Downloaded slog-stdlog v4.1.1 |
| 759 | 2024-10-14T17:29:56.033Z | Downloaded serde_urlencoded v0.7.1 |
| 760 | 2024-10-14T17:29:56.033Z | Downloaded ref-cast v1.0.23 |
| 761 | 2024-10-14T17:29:56.039Z | Downloaded heapless v0.7.17 |
| 762 | 2024-10-14T17:29:56.045Z | Downloaded float-ord v0.3.2 |
| 763 | 2024-10-14T17:29:56.045Z | Downloaded float-cmp v0.9.0 |
| 764 | 2024-10-14T17:29:56.045Z | Downloaded num_enum_derive v0.5.11 |
| 765 | 2024-10-14T17:29:56.045Z | Downloaded shlex v1.3.0 |
| 766 | 2024-10-14T17:29:56.045Z | Downloaded serde-hex v0.1.0 |
| 767 | 2024-10-14T17:29:56.052Z | Downloaded whoami v1.5.2 |
| 768 | 2024-10-14T17:29:56.052Z | Downloaded nom v7.1.3 |
| 769 | 2024-10-14T17:29:56.059Z | Downloaded tokio-macros v2.4.0 |
| 770 | 2024-10-14T17:29:56.059Z | Downloaded num_enum v0.5.11 |
| 771 | 2024-10-14T17:29:56.065Z | Downloaded ecdsa v0.16.9 |
| 772 | 2024-10-14T17:29:56.065Z | Downloaded parse-size v1.0.0 |
| 773 | 2024-10-14T17:29:56.065Z | Downloaded ena v0.14.3 |
| 774 | 2024-10-14T17:29:56.065Z | Downloaded hashlink v0.9.1 |
| 775 | 2024-10-14T17:29:56.072Z | Downloaded ppv-lite86 v0.2.17 |
| 776 | 2024-10-14T17:29:56.072Z | Downloaded powerfmt v0.2.0 |
| 777 | 2024-10-14T17:29:56.072Z | Downloaded postgres-protocol v0.6.7 |
| 778 | 2024-10-14T17:29:56.072Z | Downloaded pkcs8 v0.10.2 |
| 779 | 2024-10-14T17:29:56.079Z | Downloaded russh-cryptovec v0.7.2 |
| 780 | 2024-10-14T17:29:56.079Z | Downloaded unicode_categories v0.1.1 |
| 781 | 2024-10-14T17:29:56.079Z | Downloaded ssh-cipher v0.2.0 |
| 782 | 2024-10-14T17:29:56.079Z | Downloaded postcard v1.0.8 |
| 783 | 2024-10-14T17:29:56.085Z | Downloaded spki v0.7.3 |
| 784 | 2024-10-14T17:29:56.085Z | Downloaded either v1.13.0 |
| 785 | 2024-10-14T17:29:56.085Z | Downloaded blake3 v1.5.1 |
| 786 | 2024-10-14T17:29:56.091Z | Downloaded poly1305 v0.8.0 |
| 787 | 2024-10-14T17:29:56.097Z | Downloaded quinn-udp v0.5.5 |
| 788 | 2024-10-14T17:29:56.097Z | Downloaded which v4.4.2 |
| 789 | 2024-10-14T17:29:56.097Z | Downloaded elliptic-curve v0.13.8 |
| 790 | 2024-10-14T17:29:56.104Z | Downloaded itertools v0.12.1 |
| 791 | 2024-10-14T17:29:56.112Z | Downloaded embedded-io v0.4.0 |
| 792 | 2024-10-14T17:29:56.112Z | Downloaded r2d2 v0.8.10 |
| 793 | 2024-10-14T17:29:56.112Z | Downloaded des v0.8.1 |
| 794 | 2024-10-14T17:29:56.117Z | Downloaded serde_with_macros v3.11.0 |
| 795 | 2024-10-14T17:29:56.117Z | Downloaded sct v0.7.1 |
| 796 | 2024-10-14T17:29:56.118Z | Downloaded half v2.4.1 |
| 797 | 2024-10-14T17:29:56.124Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 798 | 2024-10-14T17:29:56.124Z | Downloaded rsa v0.9.6 |
| 799 | 2024-10-14T17:29:56.129Z | Downloaded num-complex v0.4.6 |
| 800 | 2024-10-14T17:29:56.129Z | Downloaded xattr v1.3.1 |
| 801 | 2024-10-14T17:29:56.130Z | Downloaded tokio-rustls v0.24.1 |
| 802 | 2024-10-14T17:29:56.136Z | Downloaded xz2 v0.1.7 |
| 803 | 2024-10-14T17:29:56.136Z | Downloaded time-macros v0.2.18 |
| 804 | 2024-10-14T17:29:56.136Z | Downloaded hkdf v0.12.4 |
| 805 | 2024-10-14T17:29:56.142Z | Downloaded oso-derive v0.27.3 |
| 806 | 2024-10-14T17:29:56.142Z | Downloaded unicase v2.7.0 |
| 807 | 2024-10-14T17:29:56.142Z | Downloaded typify-macro v0.2.0 |
| 808 | 2024-10-14T17:29:56.142Z | Downloaded heck v0.3.3 |
| 809 | 2024-10-14T17:29:56.142Z | Downloaded steno v0.4.1 |
| 810 | 2024-10-14T17:29:56.149Z | Downloaded parse-display-derive v0.10.0 |
| 811 | 2024-10-14T17:29:56.149Z | Downloaded foreign-types v0.3.2 |
| 812 | 2024-10-14T17:29:56.149Z | Downloaded slog v2.7.0 |
| 813 | 2024-10-14T17:29:56.155Z | Downloaded schemars v0.8.21 |
| 814 | 2024-10-14T17:29:56.161Z | Downloaded hex-literal v0.4.1 |
| 815 | 2024-10-14T17:29:56.167Z | Downloaded wait-timeout v0.2.0 |
| 816 | 2024-10-14T17:29:56.167Z | Downloaded rand_xorshift v0.3.0 |
| 817 | 2024-10-14T17:29:56.167Z | Downloaded want v0.3.1 |
| 818 | 2024-10-14T17:29:56.167Z | Downloaded scopeguard v1.2.0 |
| 819 | 2024-10-14T17:29:56.167Z | Downloaded tokio-rustls v0.26.0 |
| 820 | 2024-10-14T17:29:56.175Z | Downloaded ff v0.13.0 |
| 821 | 2024-10-14T17:29:56.175Z | Downloaded password-hash v0.5.0 |
| 822 | 2024-10-14T17:29:56.175Z | Downloaded tough v0.17.1 |
| 823 | 2024-10-14T17:29:56.181Z | Downloaded smallvec v0.6.14 |
| 824 | 2024-10-14T17:29:56.181Z | Downloaded thiserror-no-std v2.0.2 |
| 825 | 2024-10-14T17:29:56.187Z | Downloaded salty v0.3.0 |
| 826 | 2024-10-14T17:29:56.193Z | Downloaded scrypt v0.11.0 |
| 827 | 2024-10-14T17:29:56.194Z | Downloaded tinyvec v1.6.0 |
| 828 | 2024-10-14T17:29:56.200Z | Downloaded foreign-types-macros v0.2.3 |
| 829 | 2024-10-14T17:29:56.200Z | Downloaded spin v0.5.2 |
| 830 | 2024-10-14T17:29:56.200Z | Downloaded rand_chacha v0.3.1 |
| 831 | 2024-10-14T17:29:56.200Z | Downloaded p256 v0.13.2 |
| 832 | 2024-10-14T17:29:56.207Z | Downloaded diff v0.1.13 |
| 833 | 2024-10-14T17:29:56.207Z | Downloaded rayon-core v1.12.1 |
| 834 | 2024-10-14T17:29:56.213Z | Downloaded hex v0.4.3 |
| 835 | 2024-10-14T17:29:56.213Z | Downloaded uzers v0.11.3 |
| 836 | 2024-10-14T17:29:56.213Z | Downloaded futures-executor v0.3.31 |
| 837 | 2024-10-14T17:29:56.213Z | Downloaded thread_local v1.1.8 |
| 838 | 2024-10-14T17:29:56.220Z | Downloaded serde_yaml v0.9.34+deprecated |
| 839 | 2024-10-14T17:29:56.220Z | Downloaded pin-project-lite v0.2.14 |
| 840 | 2024-10-14T17:29:56.226Z | Downloaded num-bigint v0.4.5 |
| 841 | 2024-10-14T17:29:56.232Z | Downloaded deranged v0.3.11 |
| 842 | 2024-10-14T17:29:56.232Z | Downloaded group v0.13.0 |
| 843 | 2024-10-14T17:29:56.233Z | Downloaded rand_core v0.6.4 |
| 844 | 2024-10-14T17:29:56.233Z | Downloaded smallvec v1.13.2 |
| 845 | 2024-10-14T17:29:56.239Z | Downloaded slog-term v2.9.1 |
| 846 | 2024-10-14T17:29:56.239Z | Downloaded snafu v0.8.2 |
| 847 | 2024-10-14T17:29:56.246Z | Downloaded dhcproto v0.12.0 |
| 848 | 2024-10-14T17:29:56.253Z | Downloaded hickory-client v0.24.1 |
| 849 | 2024-10-14T17:29:56.253Z | Downloaded russh-keys v0.45.0 |
| 850 | 2024-10-14T17:29:56.253Z | Downloaded heapless v0.8.0 |
| 851 | 2024-10-14T17:29:56.259Z | Downloaded env_logger v0.11.5 |
| 852 | 2024-10-14T17:29:56.260Z | Downloaded pkcs5 v0.7.1 |
| 853 | 2024-10-14T17:29:56.266Z | Downloaded term v0.7.0 |
| 854 | 2024-10-14T17:29:56.266Z | Downloaded flume v0.11.0 |
| 855 | 2024-10-14T17:29:56.280Z | Downloaded derive_builder v0.20.0 |
| 856 | 2024-10-14T17:29:56.286Z | Downloaded num-bigint-dig v0.8.4 |
| 857 | 2024-10-14T17:29:56.286Z | Downloaded uuid v1.10.0 |
| 858 | 2024-10-14T17:29:56.286Z | Downloaded test-strategy v0.3.1 |
| 859 | 2024-10-14T17:29:56.286Z | Downloaded derive_more v0.99.18 |
| 860 | 2024-10-14T17:29:56.293Z | Downloaded reedline v0.35.0 |
| 861 | 2024-10-14T17:29:56.299Z | Downloaded unicode-bidi v0.3.15 |
| 862 | 2024-10-14T17:29:56.299Z | Downloaded derive-where v1.2.7 |
| 863 | 2024-10-14T17:29:56.306Z | Downloaded unicode-segmentation v1.11.0 |
| 864 | 2024-10-14T17:29:56.306Z | Downloaded hyper v0.14.30 |
| 865 | 2024-10-14T17:29:56.320Z | Downloaded ed25519-dalek v2.1.1 |
| 866 | 2024-10-14T17:29:56.320Z | Downloaded rand v0.8.5 |
| 867 | 2024-10-14T17:29:56.327Z | Downloaded rustls-webpki v0.101.7 |
| 868 | 2024-10-14T17:29:56.333Z | Downloaded rustyline v14.0.0 |
| 869 | 2024-10-14T17:29:56.338Z | Downloaded subprocess v0.2.9 |
| 870 | 2024-10-14T17:29:56.345Z | Downloaded hickory-server v0.24.1 |
| 871 | 2024-10-14T17:29:56.351Z | Downloaded tar v0.4.42 |
| 872 | 2024-10-14T17:29:56.352Z | Downloaded flate2 v1.0.34 |
| 873 | 2024-10-14T17:29:56.359Z | Downloaded hashbrown v0.13.2 |
| 874 | 2024-10-14T17:29:56.365Z | Downloaded tokio-util v0.7.12 |
| 875 | 2024-10-14T17:29:56.365Z | Downloaded rustls-webpki v0.102.4 |
| 876 | 2024-10-14T17:29:56.387Z | Downloaded portable-atomic v1.6.0 |
| 877 | 2024-10-14T17:29:56.392Z | Downloaded expectorate v1.1.0 |
| 878 | 2024-10-14T17:29:56.392Z | Downloaded idna v0.2.3 |
| 879 | 2024-10-14T17:29:56.399Z | Downloaded hashbrown v0.14.5 |
| 880 | 2024-10-14T17:29:56.405Z | Downloaded idna v0.3.0 |
| 881 | 2024-10-14T17:29:56.412Z | Downloaded futures-util v0.3.31 |
| 882 | 2024-10-14T17:29:56.427Z | Downloaded idna v0.4.0 |
| 883 | 2024-10-14T17:29:56.431Z | Downloaded reqwest v0.12.8 |
| 884 | 2024-10-14T17:29:56.438Z | Downloaded smoltcp v0.9.1 |
| 885 | 2024-10-14T17:29:56.450Z | Downloaded h2 v0.3.26 |
| 886 | 2024-10-14T17:29:56.456Z | Downloaded p521 v0.13.3 |
| 887 | 2024-10-14T17:29:56.462Z | Downloaded unicode-normalization v0.1.23 |
| 888 | 2024-10-14T17:29:56.469Z | Downloaded ssh-key v0.6.6 |
| 889 | 2024-10-14T17:29:56.475Z | Downloaded regex v1.11.0 |
| 890 | 2024-10-14T17:29:56.482Z | Downloaded h2 v0.4.6 |
| 891 | 2024-10-14T17:29:56.490Z | Downloaded nix v0.28.0 |
| 892 | 2024-10-14T17:29:56.502Z | Downloaded rayon v1.10.0 |
| 893 | 2024-10-14T17:29:56.508Z | Downloaded sqlparser v0.45.0 |
| 894 | 2024-10-14T17:29:56.514Z | Downloaded proptest v1.5.0 |
| 895 | 2024-10-14T17:29:56.526Z | Downloaded object v0.30.4 |
| 896 | 2024-10-14T17:29:56.532Z | Downloaded radix_trie v0.2.1 |
| 897 | 2024-10-14T17:29:56.538Z | Downloaded dropshot v0.12.0 |
| 898 | 2024-10-14T17:29:56.557Z | Downloaded quinn-proto v0.11.8 |
| 899 | 2024-10-14T17:29:56.564Z | Downloaded p384 v0.13.0 |
| 900 | 2024-10-14T17:29:56.570Z | Downloaded object v0.32.2 |
| 901 | 2024-10-14T17:29:56.581Z | Downloaded polar-core v0.27.3 |
| 902 | 2024-10-14T17:29:56.588Z | Downloaded diesel v2.2.4 |
| 903 | 2024-10-14T17:29:56.608Z | Downloaded hickory-proto v0.24.1 |
| 904 | 2024-10-14T17:29:56.626Z | Downloaded gimli v0.28.1 |
| 905 | 2024-10-14T17:29:56.632Z | Downloaded openapiv3 v2.0.0 |
| 906 | 2024-10-14T17:29:56.644Z | Downloaded webpki-roots v0.26.3 |
| 907 | 2024-10-14T17:29:56.650Z | Downloaded rustls v0.22.4 |
| 908 | 2024-10-14T17:29:56.662Z | Downloaded regress v0.9.1 |
| 909 | 2024-10-14T17:29:56.668Z | Downloaded rustls v0.23.10 |
| 910 | 2024-10-14T17:29:56.687Z | Downloaded rustls v0.21.12 |
| 911 | 2024-10-14T17:29:56.694Z | Downloaded regress v0.10.1 |
| 912 | 2024-10-14T17:29:56.703Z | Downloaded ratatui v0.28.1 |
| 913 | 2024-10-14T17:29:56.726Z | Downloaded regex-syntax v0.8.5 |
| 914 | 2024-10-14T17:29:56.732Z | Downloaded regex-automata v0.4.8 |
| 915 | 2024-10-14T17:29:56.750Z | Downloaded typify-impl v0.2.0 |
| 916 | 2024-10-14T17:29:56.762Z | Downloaded sled v0.34.7 |
| 917 | 2024-10-14T17:29:56.774Z | Downloaded zerocopy-derive v0.6.6 |
| 918 | 2024-10-14T17:29:56.781Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 919 | 2024-10-14T17:29:56.793Z | Downloaded nix v0.29.0 |
| 920 | 2024-10-14T17:29:56.806Z | Downloaded finl_unicode v1.2.0 |
| 921 | 2024-10-14T17:29:56.818Z | Downloaded petgraph v0.6.5 |
| 922 | 2024-10-14T17:29:56.837Z | Downloaded lzma-sys v0.1.20 |
| 923 | 2024-10-14T17:29:56.863Z | Downloaded tokio v1.40.0 |
| 924 | 2024-10-14T17:29:56.900Z | Downloaded sha3 v0.10.8 |
| 925 | 2024-10-14T17:29:56.907Z | Downloaded csv v1.3.0 |
| 926 | 2024-10-14T17:29:56.924Z | Downloaded trust-dns-proto v0.22.0 |
| 927 | 2024-10-14T17:29:56.935Z | Downloaded bstr v1.9.1 |
| 928 | 2024-10-14T17:29:56.945Z | Downloaded smoltcp v0.11.0 |
| 929 | 2024-10-14T17:29:56.957Z | Downloaded openssl v0.10.66 |
| 930 | 2024-10-14T17:29:56.967Z | Downloaded regex-syntax v0.6.29 |
| 931 | 2024-10-14T17:29:56.973Z | Downloaded nix v0.27.1 |
| 932 | 2024-10-14T17:29:56.984Z | Downloaded encoding_rs v0.8.34 |
| 933 | 2024-10-14T17:29:57.005Z | Downloaded git2 v0.19.0 |
| 934 | 2024-10-14T17:29:57.013Z | Downloaded russh v0.45.0 |
| 935 | 2024-10-14T17:29:57.018Z | Downloaded rusqlite v0.32.1 |
| 936 | 2024-10-14T17:29:57.024Z | Downloaded winnow v0.5.40 |
| 937 | 2024-10-14T17:29:57.032Z | Downloaded vcpkg v0.2.15 |
| 938 | 2024-10-14T17:29:57.069Z | Downloaded curve25519-dalek v4.1.3 |
| 939 | 2024-10-14T17:29:57.077Z | Downloaded serde_with v3.11.0 |
| 940 | 2024-10-14T17:29:57.085Z | Downloaded idna v0.5.0 |
| 941 | 2024-10-14T17:29:57.092Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 942 | 2024-10-14T17:29:57.148Z | Downloaded lalrpop v0.19.12 |
| 943 | 2024-10-14T17:29:57.159Z | Downloaded quick-xml v0.33.0 |
| 944 | 2024-10-14T17:29:57.165Z | Downloaded chrono v0.4.38 |
| 945 | 2024-10-14T17:29:57.172Z | Downloaded bitvec v1.0.1 |
| 946 | 2024-10-14T17:29:57.186Z | Downloaded bindgen v0.69.4 |
| 947 | 2024-10-14T17:29:57.193Z | Downloaded pin-project v1.1.5 |
| 948 | 2024-10-14T17:29:57.203Z | Downloaded tungstenite v0.21.0 |
| 949 | 2024-10-14T17:29:57.206Z | Downloaded toml_edit v0.19.15 |
| 950 | 2024-10-14T17:29:57.221Z | Downloaded url v2.5.2 |
| 951 | 2024-10-14T17:29:57.224Z | Downloaded hashbrown v0.12.3 |
| 952 | 2024-10-14T17:29:57.229Z | Downloaded tracing v0.1.40 |
| 953 | 2024-10-14T17:29:57.232Z | Downloaded spin v0.9.8 |
| 954 | 2024-10-14T17:29:57.235Z | Downloaded owo-colors v4.1.0 |
| 955 | 2024-10-14T17:29:57.237Z | Downloaded tokio-rustls v0.25.0 |
| 956 | 2024-10-14T17:29:57.240Z | Downloaded parking_lot_core v0.8.6 |
| 957 | 2024-10-14T17:29:57.242Z | Downloaded publicsuffix v2.2.3 |
| 958 | 2024-10-14T17:29:57.245Z | Downloaded highway v1.2.0 |
| 959 | 2024-10-14T17:29:57.245Z | Downloaded rand_seeder v0.3.0 |
| 960 | 2024-10-14T17:29:57.247Z | Downloaded postgres-types v0.2.8 |
| 961 | 2024-10-14T17:29:57.249Z | Downloaded socket2 v0.5.7 |
| 962 | 2024-10-14T17:29:57.252Z | Downloaded snafu-derive v0.8.2 |
| 963 | 2024-10-14T17:29:57.252Z | Downloaded pin-project-internal v1.1.5 |
| 964 | 2024-10-14T17:29:57.254Z | Downloaded password-hash v0.4.2 |
| 965 | 2024-10-14T17:29:57.257Z | Downloaded progenitor-impl v0.8.0 |
| 966 | 2024-10-14T17:29:57.257Z | Downloaded omicron-zone-package v0.11.1 |
| 967 | 2024-10-14T17:29:57.259Z | Downloaded futures-io v0.3.31 |
| 968 | 2024-10-14T17:29:57.261Z | Downloaded pkcs1 v0.7.5 |
| 969 | 2024-10-14T17:29:57.263Z | Downloaded parking_lot_core v0.9.10 |
| 970 | 2024-10-14T17:29:57.263Z | Downloaded time v0.3.36 |
| 971 | 2024-10-14T17:29:57.274Z | Downloaded reqwest v0.11.27 |
| 972 | 2024-10-14T17:29:57.282Z | Downloaded headers v0.4.0 |
| 973 | 2024-10-14T17:29:57.287Z | Downloaded difflib v0.4.0 |
| 974 | 2024-10-14T17:29:57.289Z | Downloaded signal-hook v0.3.17 |
| 975 | 2024-10-14T17:29:57.292Z | Downloaded der v0.7.9 |
| 976 | 2024-10-14T17:29:57.295Z | Downloaded libm v0.2.8 |
| 977 | 2024-10-14T17:29:57.303Z | Downloaded tap v1.0.1 |
| 978 | 2024-10-14T17:29:57.306Z | Downloaded zerocopy v0.6.6 |
| 979 | 2024-10-14T17:29:57.306Z | Downloaded tokio-tungstenite v0.21.0 |
| 980 | 2024-10-14T17:29:57.309Z | Downloaded hickory-resolver v0.24.1 |
| 981 | 2024-10-14T17:29:57.311Z | Downloaded aho-corasick v1.1.3 |
| 982 | 2024-10-14T17:29:57.317Z | Downloaded predicates v3.1.2 |
| 983 | 2024-10-14T17:29:57.321Z | Downloaded fatfs v0.3.6 |
| 984 | 2024-10-14T17:29:57.323Z | Downloaded tracing-core v0.1.32 |
| 985 | 2024-10-14T17:29:57.326Z | Downloaded ron v0.7.1 |
| 986 | 2024-10-14T17:29:57.329Z | Downloaded typed-path v0.7.1 |
| 987 | 2024-10-14T17:29:57.334Z | Downloaded libxml v0.3.3 |
| 988 | 2024-10-14T17:29:57.340Z | Downloaded rustc_version v0.4.1 |
| 989 | 2024-10-14T17:29:57.342Z | Downloaded unicode-truncate v1.0.0 |
| 990 | 2024-10-14T17:29:57.342Z | Downloaded derive_builder_core v0.20.0 |
| 991 | 2024-10-14T17:29:57.345Z | Downloaded minimal-lexical v0.2.1 |
| 992 | 2024-10-14T17:29:57.348Z | Downloaded packed_struct v0.10.1 |
| 993 | 2024-10-14T17:29:57.351Z | Downloaded sec1 v0.7.3 |
| 994 | 2024-10-14T17:29:57.353Z | Downloaded toml v0.7.8 |
| 995 | 2024-10-14T17:29:57.356Z | Downloaded prettyplease v0.2.22 |
| 996 | 2024-10-14T17:29:57.359Z | Downloaded openssl-sys v0.9.103 |
| 997 | 2024-10-14T17:29:57.362Z | Downloaded num-traits v0.2.19 |
| 998 | 2024-10-14T17:29:57.364Z | Downloaded diesel_derives v2.2.2 |
| 999 | 2024-10-14T17:29:57.369Z | Downloaded crossbeam-channel v0.5.12 |
| 1000 | 2024-10-14T17:29:57.373Z | Downloaded cc v1.0.97 |
| 1001 | 2024-10-14T17:29:57.375Z | Downloaded base64 v0.22.1 |
| 1002 | 2024-10-14T17:29:57.379Z | Downloaded arc-swap v1.7.1 |
| 1003 | 2024-10-14T17:29:57.382Z | Downloaded yasna v0.5.2 |
| 1004 | 2024-10-14T17:29:57.385Z | Downloaded ring v0.17.8 |
| 1005 | 2024-10-14T17:29:57.453Z | Downloaded vte v0.11.1 |
| 1006 | 2024-10-14T17:29:57.456Z | Downloaded libz-sys v1.1.16 |
| 1007 | 2024-10-14T17:29:57.521Z | Downloaded tracing-attributes v0.1.27 |
| 1008 | 2024-10-14T17:29:57.523Z | Downloaded strum_macros v0.24.3 |
| 1009 | 2024-10-14T17:29:57.526Z | Downloaded rfc6979 v0.4.0 |
| 1010 | 2024-10-14T17:29:57.526Z | Downloaded resolv-conf v0.7.0 |
| 1011 | 2024-10-14T17:29:57.528Z | Downloaded radium v0.7.0 |
| 1012 | 2024-10-14T17:29:57.528Z | Downloaded value-bag v1.9.0 |
| 1013 | 2024-10-14T17:29:57.531Z | Downloaded itertools v0.10.5 |
| 1014 | 2024-10-14T17:29:57.536Z | Downloaded foreign-types-shared v0.3.1 |
| 1015 | 2024-10-14T17:29:57.538Z | Downloaded progenitor v0.8.0 |
| 1016 | 2024-10-14T17:29:57.538Z | Downloaded aes-gcm v0.10.3 |
| 1017 | 2024-10-14T17:29:57.541Z | Downloaded pem-rfc7468 v0.7.0 |
| 1018 | 2024-10-14T17:29:57.543Z | Downloaded pem v3.0.4 |
| 1019 | 2024-10-14T17:29:57.545Z | Downloaded ring v0.16.20 |
| 1020 | 2024-10-14T17:29:57.624Z | Downloaded pbkdf2 v0.12.2 |
| 1021 | 2024-10-14T17:29:57.626Z | Downloaded libsqlite3-sys v0.30.1 |
| 1022 | 2024-10-14T17:29:57.702Z | Downloaded socket2 v0.4.10 |
| 1023 | 2024-10-14T17:29:57.705Z | Downloaded peg-macros v0.8.4 |
| 1024 | 2024-10-14T17:29:57.708Z | Downloaded parking_lot v0.12.2 |
| 1025 | 2024-10-14T17:29:57.708Z | Downloaded oso v0.27.3 |
| 1026 | 2024-10-14T17:29:57.711Z | Downloaded tungstenite v0.23.0 |
| 1027 | 2024-10-14T17:29:57.713Z | Downloaded similar v2.6.0 |
| 1028 | 2024-10-14T17:29:57.718Z | Downloaded sha1 v0.10.6 |
| 1029 | 2024-10-14T17:29:57.720Z | Downloaded openssl-macros v0.1.1 |
| 1030 | 2024-10-14T17:29:57.720Z | Downloaded num-conv v0.1.0 |
| 1031 | 2024-10-14T17:29:57.720Z | Downloaded num-rational v0.4.2 |
| 1032 | 2024-10-14T17:29:57.723Z | Downloaded hyper-util v0.1.9 |
| 1033 | 2024-10-14T17:29:57.725Z | Downloaded http v0.2.12 |
| 1034 | 2024-10-14T17:29:57.729Z | Downloaded compact_str v0.8.0 |
| 1035 | 2024-10-14T17:29:57.732Z | Downloaded allocator-api2 v0.2.18 |
| 1036 | 2024-10-14T17:29:57.734Z | Downloaded shell-words v1.1.0 |
| 1037 | 2024-10-14T17:29:57.737Z | Downloaded gethostname v0.5.0 |
| 1038 | 2024-10-14T17:29:57.737Z | Downloaded rustversion v1.0.17 |
| 1039 | 2024-10-14T17:29:57.739Z | Downloaded getrandom v0.2.14 |
| 1040 | 2024-10-14T17:29:57.742Z | Downloaded chacha20poly1305 v0.10.1 |
| 1041 | 2024-10-14T17:29:57.744Z | Downloaded ref-cast-impl v1.0.23 |
| 1042 | 2024-10-14T17:29:57.744Z | Downloaded miniz_oxide v0.8.0 |
| 1043 | 2024-10-14T17:29:57.746Z | Downloaded blake2 v0.10.6 |
| 1044 | 2024-10-14T17:29:57.748Z | Downloaded siphasher v0.3.11 |
| 1045 | 2024-10-14T17:29:57.748Z | Downloaded serde_derive_internals v0.29.1 |
| 1046 | 2024-10-14T17:29:57.751Z | Downloaded crypto-bigint v0.5.5 |
| 1047 | 2024-10-14T17:29:57.755Z | Downloaded clang-sys v1.7.0 |
| 1048 | 2024-10-14T17:29:57.758Z | Downloaded paste v1.0.15 |
| 1049 | 2024-10-14T17:29:57.760Z | Downloaded futures-macro v0.3.31 |
| 1050 | 2024-10-14T17:29:57.763Z | Downloaded enum-as-inner v0.5.1 |
| 1051 | 2024-10-14T17:29:57.763Z | Downloaded structmeta v0.2.0 |
| 1052 | 2024-10-14T17:29:57.765Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1053 | 2024-10-14T17:29:57.765Z | Downloaded string_cache v0.8.7 |
| 1054 | 2024-10-14T17:29:57.765Z | Downloaded ssh-encoding v0.2.0 |
| 1055 | 2024-10-14T17:29:57.768Z | Downloaded jobserver v0.1.32 |
| 1056 | 2024-10-14T17:29:57.770Z | Downloaded base64 v0.21.7 |
| 1057 | 2024-10-14T17:29:57.772Z | Downloaded twox-hash v1.6.3 |
| 1058 | 2024-10-14T17:29:57.774Z | Downloaded structmeta-derive v0.3.0 |
| 1059 | 2024-10-14T17:29:57.774Z | Downloaded structmeta-derive v0.2.0 |
| 1060 | 2024-10-14T17:29:57.777Z | Downloaded serde_path_to_error v0.1.16 |
| 1061 | 2024-10-14T17:29:57.777Z | Downloaded darling_core v0.20.9 |
| 1062 | 2024-10-14T17:29:57.780Z | Downloaded cookie_store v0.21.0 |
| 1063 | 2024-10-14T17:29:57.783Z | Downloaded const_format_proc_macros v0.2.33 |
| 1064 | 2024-10-14T17:29:57.785Z | Downloaded newtype-uuid v1.1.2 |
| 1065 | 2024-10-14T17:29:57.785Z | Downloaded ipnet v2.10.1 |
| 1066 | 2024-10-14T17:29:57.787Z | Downloaded hyper-rustls v0.27.3 |
| 1067 | 2024-10-14T17:29:57.790Z | Downloaded cancel-safe-futures v0.1.5 |
| 1068 | 2024-10-14T17:29:57.792Z | Downloaded bcs v0.1.6 |
| 1069 | 2024-10-14T17:29:57.795Z | Downloaded arrayvec v0.7.4 |
| 1070 | 2024-10-14T17:29:57.795Z | Downloaded bit-set v0.5.3 |
| 1071 | 2024-10-14T17:29:57.798Z | Downloaded maplit v1.0.2 |
| 1072 | 2024-10-14T17:29:57.798Z | Downloaded linked-hash-map v0.5.6 |
| 1073 | 2024-10-14T17:29:57.798Z | Downloaded kstat-rs v0.2.4 |
| 1074 | 2024-10-14T17:29:57.798Z | Downloaded lalrpop-util v0.19.12 |
| 1075 | 2024-10-14T17:29:57.800Z | Downloaded cookie v0.18.1 |
| 1076 | 2024-10-14T17:29:57.803Z | Downloaded rtoolbox v0.0.2 |
| 1077 | 2024-10-14T17:29:57.803Z | Downloaded crc32fast v1.4.0 |
| 1078 | 2024-10-14T17:29:57.805Z | Downloaded crc-catalog v2.4.0 |
| 1079 | 2024-10-14T17:29:57.805Z | Downloaded home v0.5.9 |
| 1080 | 2024-10-14T17:29:57.805Z | Downloaded colored v2.1.0 |
| 1081 | 2024-10-14T17:29:57.808Z | Downloaded chacha20 v0.9.1 |
| 1082 | 2024-10-14T17:29:57.810Z | Downloaded bitflags v1.3.2 |
| 1083 | 2024-10-14T17:29:57.812Z | Downloaded atomic-waker v1.1.2 |
| 1084 | 2024-10-14T17:29:57.813Z | Downloaded arrayref v0.3.7 |
| 1085 | 2024-10-14T17:29:57.815Z | Downloaded is_ci v1.2.0 |
| 1086 | 2024-10-14T17:29:57.815Z | Downloaded ident_case v1.0.1 |
| 1087 | 2024-10-14T17:29:57.815Z | Downloaded base64ct v1.6.0 |
| 1088 | 2024-10-14T17:29:57.817Z | Downloaded async-bb8-diesel v0.2.1 |
| 1089 | 2024-10-14T17:29:57.820Z | Downloaded instant v0.1.12 |
| 1090 | 2024-10-14T17:29:57.820Z | Downloaded inout v0.1.3 |
| 1091 | 2024-10-14T17:29:57.822Z | Downloaded hubpack_derive v0.1.1 |
| 1092 | 2024-10-14T17:29:57.822Z | Downloaded http-body v1.0.0 |
| 1093 | 2024-10-14T17:29:57.822Z | Downloaded darling_macro v0.20.9 |
| 1094 | 2024-10-14T17:29:57.822Z | Downloaded linear-map v1.2.0 |
| 1095 | 2024-10-14T17:29:57.824Z | Downloaded cstr-argument v0.1.2 |
| 1096 | 2024-10-14T17:29:57.824Z | Downloaded bzip2 v0.4.4 |
| 1097 | 2024-10-14T17:29:57.827Z | Downloaded keccak v0.1.5 |
| 1098 | 2024-10-14T17:29:57.827Z | Downloaded http-body-util v0.1.2 |
| 1099 | 2024-10-14T17:29:57.829Z | Downloaded indoc v1.0.9 |
| 1100 | 2024-10-14T17:29:57.831Z | Downloaded http-body v0.4.6 |
| 1101 | 2024-10-14T17:29:57.831Z | Downloaded ahash v0.8.11 |
| 1102 | 2024-10-14T17:29:57.834Z | Downloaded ctr v0.9.2 |
| 1103 | 2024-10-14T17:29:57.836Z | Downloaded crossbeam-deque v0.8.5 |
| 1104 | 2024-10-14T17:29:57.836Z | Downloaded nodrop v0.1.14 |
| 1105 | 2024-10-14T17:29:57.839Z | Downloaded hmac v0.12.1 |
| 1106 | 2024-10-14T17:29:57.839Z | Downloaded data-encoding v2.6.0 |
| 1107 | 2024-10-14T17:29:57.841Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1108 | 2024-10-14T17:29:57.842Z | Downloaded constant_time_eq v0.3.0 |
| 1109 | 2024-10-14T17:29:57.842Z | Downloaded cipher v0.4.4 |
| 1110 | 2024-10-14T17:29:57.844Z | Downloaded buf-list v1.0.3 |
| 1111 | 2024-10-14T17:29:57.846Z | Downloaded async-stream v0.3.5 |
| 1112 | 2024-10-14T17:29:57.846Z | Downloaded ciborium-io v0.2.2 |
| 1113 | 2024-10-14T17:29:57.846Z | Downloaded adler2 v2.0.0 |
| 1114 | 2024-10-14T17:29:57.849Z | Downloaded defmt v0.3.8 |
| 1115 | 2024-10-14T17:29:57.851Z | Downloaded adler v1.0.2 |
| 1116 | 2024-10-14T17:29:57.945Z | Compiling serde v1.0.210 |
| 1117 | 2024-10-14T17:29:57.947Z | Compiling typenum v1.17.0 |
| 1118 | 2024-10-14T17:29:57.947Z | Compiling lock_api v0.4.12 |
| 1119 | 2024-10-14T17:29:57.947Z | Compiling generic-array v0.14.7 |
| 1120 | 2024-10-14T17:29:57.947Z | Compiling scopeguard v1.2.0 |
| 1121 | 2024-10-14T17:29:57.947Z | Compiling subtle v2.5.0 |
| 1122 | 2024-10-14T17:29:58.119Z | Compiling syn v2.0.79 |
| 1123 | 2024-10-14T17:29:58.129Z | Compiling getrandom v0.2.14 |
| 1124 | 2024-10-14T17:29:58.217Z | Compiling value-bag v1.9.0 |
| 1125 | 2024-10-14T17:29:58.408Z | Compiling rand_core v0.6.4 |
| 1126 | 2024-10-14T17:29:58.519Z | Compiling const-oid v0.9.6 |
| 1127 | 2024-10-14T17:29:58.632Z | Compiling jobserver v0.1.32 |
| 1128 | 2024-10-14T17:29:58.659Z | Compiling log v0.4.22 |
| 1129 | 2024-10-14T17:29:58.796Z | Compiling pin-project-lite v0.2.14 |
| 1130 | 2024-10-14T17:29:58.910Z | Compiling smallvec v1.13.2 |
| 1131 | 2024-10-14T17:29:58.929Z | Compiling parking_lot_core v0.9.10 |
| 1132 | 2024-10-14T17:29:59.087Z | Compiling cc v1.0.97 |
| 1133 | 2024-10-14T17:29:59.322Z | Compiling futures-core v0.3.31 |
| 1134 | 2024-10-14T17:29:59.547Z | Compiling signal-hook-registry v1.4.2 |
| 1135 | 2024-10-14T17:29:59.565Z | Compiling mio v1.0.2 |
| 1136 | 2024-10-14T17:29:59.568Z | Compiling cpufeatures v0.2.12 |
| 1137 | 2024-10-14T17:29:59.692Z | Compiling futures-sink v0.3.31 |
| 1138 | 2024-10-14T17:29:59.829Z | Compiling parking_lot v0.12.2 |
| 1139 | 2024-10-14T17:30:00.019Z | Compiling spin v0.9.8 |
| 1140 | 2024-10-14T17:30:00.357Z | Compiling socket2 v0.5.7 |
| 1141 | 2024-10-14T17:30:00.413Z | Compiling slab v0.4.9 |
| 1142 | 2024-10-14T17:30:00.446Z | Compiling serde_json v1.0.128 |
| 1143 | 2024-10-14T17:30:00.852Z | Compiling futures-channel v0.3.31 |
| 1144 | 2024-10-14T17:30:00.871Z | Compiling futures-task v0.3.31 |
| 1145 | 2024-10-14T17:30:00.875Z | Compiling futures-io v0.3.31 |
| 1146 | 2024-10-14T17:30:00.949Z | Compiling pin-utils v0.1.0 |
| 1147 | 2024-10-14T17:30:01.043Z | Compiling tinyvec_macros v0.1.1 |
| 1148 | 2024-10-14T17:30:01.135Z | Compiling tinyvec v1.6.0 |
| 1149 | 2024-10-14T17:30:01.154Z | Compiling libm v0.2.8 |
| 1150 | 2024-10-14T17:30:01.234Z | Compiling num-traits v0.2.19 |
| 1151 | 2024-10-14T17:30:01.279Z | Compiling unicode-bidi v0.3.15 |
| 1152 | 2024-10-14T17:30:01.297Z | Compiling base64ct v1.6.0 |
| 1153 | 2024-10-14T17:30:01.506Z | Compiling flagset v0.4.5 |
| 1154 | 2024-10-14T17:30:01.715Z | Compiling httparse v1.8.0 |
| 1155 | 2024-10-14T17:30:01.777Z | Compiling pem-rfc7468 v0.7.0 |
| 1156 | 2024-10-14T17:30:01.903Z | Compiling ppv-lite86 v0.2.17 |
| 1157 | 2024-10-14T17:30:02.208Z | Compiling tracing-core v0.1.32 |
| 1158 | 2024-10-14T17:30:02.556Z | Compiling percent-encoding v2.3.1 |
| 1159 | 2024-10-14T17:30:02.722Z | Compiling unicode-normalization v0.1.23 |
| 1160 | 2024-10-14T17:30:02.873Z | Compiling rand_chacha v0.3.1 |
| 1161 | 2024-10-14T17:30:02.944Z | Compiling rustls-pki-types v1.9.0 |
| 1162 | 2024-10-14T17:30:03.071Z | Compiling crossbeam-utils v0.8.19 |
| 1163 | 2024-10-14T17:30:03.492Z | Compiling ring v0.17.8 |
| 1164 | 2024-10-14T17:30:03.698Z | Compiling rand v0.8.5 |
| 1165 | 2024-10-14T17:30:03.833Z | Compiling vcpkg v0.2.15 |
| 1166 | 2024-10-14T17:30:04.087Z | Compiling untrusted v0.9.0 |
| 1167 | 2024-10-14T17:30:04.425Z | Compiling powerfmt v0.2.0 |
| 1168 | 2024-10-14T17:30:04.458Z | Compiling time-core v0.1.2 |
| 1169 | 2024-10-14T17:30:04.668Z | Compiling num-conv v0.1.0 |
| 1170 | 2024-10-14T17:30:04.826Z | Compiling pkg-config v0.3.30 |
| 1171 | 2024-10-14T17:30:04.829Z | Compiling deranged v0.3.11 |
| 1172 | 2024-10-14T17:30:04.932Z | Compiling time-macros v0.2.18 |
| 1173 | 2024-10-14T17:30:05.695Z | Compiling atomic-waker v1.1.2 |
| 1174 | 2024-10-14T17:30:05.872Z | Compiling num_threads v0.1.7 |
| 1175 | 2024-10-14T17:30:05.957Z | Compiling form_urlencoded v1.2.1 |
| 1176 | 2024-10-14T17:30:05.991Z | Compiling try-lock v0.2.5 |
| 1177 | 2024-10-14T17:30:06.138Z | Compiling slog v2.7.0 |
| 1178 | 2024-10-14T17:30:06.211Z | Compiling openssl-sys v0.9.103 |
| 1179 | 2024-10-14T17:30:06.235Z | Compiling rustix v0.38.37 |
| 1180 | 2024-10-14T17:30:06.454Z | Compiling want v0.3.1 |
| 1181 | 2024-10-14T17:30:06.549Z | Compiling httpdate v1.0.3 |
| 1182 | 2024-10-14T17:30:06.719Z | Compiling idna v0.5.0 |
| 1183 | 2024-10-14T17:30:07.007Z | Compiling iana-time-zone v0.1.60 |
| 1184 | 2024-10-14T17:30:07.097Z | Compiling rustversion v1.0.17 |
| 1185 | 2024-10-14T17:30:07.403Z | Compiling foreign-types-shared v0.1.1 |
| 1186 | 2024-10-14T17:30:07.433Z | Compiling match_cfg v0.1.0 |
| 1187 | 2024-10-14T17:30:07.493Z | Compiling tower-service v0.3.2 |
| 1188 | 2024-10-14T17:30:07.518Z | Compiling openssl v0.10.66 |
| 1189 | 2024-10-14T17:30:07.606Z | Compiling base64 v0.22.1 |
| 1190 | 2024-10-14T17:30:07.825Z | Compiling hostname v0.3.1 |
| 1191 | 2024-10-14T17:30:07.872Z | Compiling foreign-types v0.3.2 |
| 1192 | 2024-10-14T17:30:07.950Z | Compiling url v2.5.2 |
| 1193 | 2024-10-14T17:30:08.036Z | Compiling dirs-sys-next v0.1.2 |
| 1194 | 2024-10-14T17:30:08.052Z | Compiling aho-corasick v1.1.3 |
| 1195 | 2024-10-14T17:30:08.070Z | Compiling time v0.3.36 |
| 1196 | 2024-10-14T17:30:08.224Z | Compiling syn v1.0.109 |
| 1197 | 2024-10-14T17:30:08.612Z | Compiling rustls v0.23.10 |
| 1198 | 2024-10-14T17:30:08.782Z | Compiling native-tls v0.2.11 |
| 1199 | 2024-10-14T17:30:08.849Z | Compiling siphasher v0.3.11 |
| 1200 | 2024-10-14T17:30:09.039Z | Compiling data-encoding v2.6.0 |
| 1201 | 2024-10-14T17:30:09.172Z | Compiling regex-syntax v0.8.5 |
| 1202 | 2024-10-14T17:30:09.603Z | Compiling rustls v0.22.4 |
| 1203 | 2024-10-14T17:30:09.914Z | Compiling dirs-next v2.0.0 |
| 1204 | 2024-10-14T17:30:11.155Z | Compiling crossbeam-epoch v0.9.18 |
| 1205 | 2024-10-14T17:30:11.405Z | Compiling serde_derive_internals v0.29.1 |
| 1206 | 2024-10-14T17:30:11.653Z | Compiling serde_derive v1.0.210 |
| 1207 | 2024-10-14T17:30:11.847Z | Compiling zeroize_derive v1.4.2 |
| 1208 | 2024-10-14T17:30:12.403Z | Compiling tokio-macros v2.4.0 |
| 1209 | 2024-10-14T17:30:12.587Z | Compiling thiserror-impl v1.0.64 |
| 1210 | 2024-10-14T17:30:12.795Z | Compiling futures-macro v0.3.31 |
| 1211 | 2024-10-14T17:30:13.379Z | Compiling zeroize v1.8.1 |
| 1212 | 2024-10-14T17:30:13.929Z | Compiling der_derive v0.7.2 |
| 1213 | 2024-10-14T17:30:13.984Z | Compiling tracing-attributes v0.1.27 |
| 1214 | 2024-10-14T17:30:14.634Z | Compiling futures-util v0.3.31 |
| 1215 | 2024-10-14T17:30:14.984Z | Compiling crypto-common v0.1.6 |
| 1216 | 2024-10-14T17:30:15.029Z | Compiling block-buffer v0.10.4 |
| 1217 | 2024-10-14T17:30:15.185Z | Compiling block-padding v0.3.3 |
| 1218 | 2024-10-14T17:30:15.270Z | Compiling digest v0.10.7 |
| 1219 | 2024-10-14T17:30:15.412Z | Compiling inout v0.1.3 |
| 1220 | 2024-10-14T17:30:15.719Z | Compiling hmac v0.12.1 |
| 1221 | 2024-10-14T17:30:15.736Z | Compiling thiserror v1.0.64 |
| 1222 | 2024-10-14T17:30:15.755Z | Compiling sha2 v0.10.8 |
| 1223 | 2024-10-14T17:30:15.870Z | Compiling cipher v0.4.4 |
| 1224 | 2024-10-14T17:30:15.946Z | Compiling pbkdf2 v0.12.2 |
| 1225 | 2024-10-14T17:30:16.085Z | Compiling pest v2.7.10 |
| 1226 | 2024-10-14T17:30:16.307Z | Compiling der v0.7.9 |
| 1227 | 2024-10-14T17:30:16.381Z | Compiling salsa20 v0.10.2 |
| 1228 | 2024-10-14T17:30:16.598Z | Compiling scrypt v0.11.0 |
| 1229 | 2024-10-14T17:30:17.117Z | Compiling cbc v0.1.2 |
| 1230 | 2024-10-14T17:30:17.329Z | Compiling aes v0.8.4 |
| 1231 | 2024-10-14T17:30:17.610Z | Compiling tracing v0.1.40 |
| 1232 | 2024-10-14T17:30:18.063Z | Compiling zerocopy-derive v0.7.34 |
| 1233 | 2024-10-14T17:30:18.813Z | Compiling spki v0.7.3 |
| 1234 | 2024-10-14T17:30:18.973Z | Compiling pest_meta v2.7.10 |
| 1235 | 2024-10-14T17:30:19.137Z | Compiling scroll_derive v0.12.0 |
| 1236 | 2024-10-14T17:30:19.431Z | Compiling pkcs5 v0.7.1 |
| 1237 | 2024-10-14T17:30:20.050Z | Compiling pkcs8 v0.10.2 |
| 1238 | 2024-10-14T17:30:20.184Z | Compiling zerocopy v0.7.34 |
| 1239 | 2024-10-14T17:30:20.436Z | Compiling pest_generator v2.7.10 |
| 1240 | 2024-10-14T17:30:20.560Z | Compiling scroll v0.12.0 |
| 1241 | 2024-10-14T17:30:20.632Z | Compiling openssl-macros v0.1.1 |
| 1242 | 2024-10-14T17:30:20.790Z | Compiling async-trait v0.1.83 |
| 1243 | 2024-10-14T17:30:21.070Z | Compiling goblin v0.8.2 |
| 1244 | 2024-10-14T17:30:21.420Z | Compiling signature v2.2.0 |
| 1245 | 2024-10-14T17:30:21.657Z | Compiling sha1 v0.10.6 |
| 1246 | 2024-10-14T17:30:21.755Z | Compiling regex-automata v0.4.8 |
| 1247 | 2024-10-14T17:30:22.072Z | Compiling backtrace v0.3.71 |
| 1248 | 2024-10-14T17:30:22.422Z | Compiling lazy_static v1.5.0 |
| 1249 | 2024-10-14T17:30:22.553Z | Compiling thread_local v1.1.8 |
| 1250 | 2024-10-14T17:30:22.577Z | Compiling cookie v0.18.1 |
| 1251 | 2024-10-14T17:30:22.870Z | Compiling multer v3.1.0 |
| 1252 | 2024-10-14T17:30:23.088Z | Compiling encoding_rs v0.8.34 |
| 1253 | 2024-10-14T17:30:23.166Z | Compiling adler v1.0.2 |
| 1254 | 2024-10-14T17:30:23.410Z | Compiling finl_unicode v1.2.0 |
| 1255 | 2024-10-14T17:30:23.500Z | Compiling slog-async v2.8.0 |
| 1256 | 2024-10-14T17:30:23.894Z | Compiling pest_derive v2.7.10 |
| 1257 | 2024-10-14T17:30:23.972Z | Compiling rayon-core v1.12.1 |
| 1258 | 2024-10-14T17:30:24.021Z | Compiling gimli v0.28.1 |
| 1259 | 2024-10-14T17:30:24.266Z | Compiling paste v1.0.15 |
| 1260 | 2024-10-14T17:30:24.699Z | Compiling rustls-webpki v0.102.4 |
| 1261 | 2024-10-14T17:30:24.777Z | Compiling bytes v1.7.2 |
| 1262 | 2024-10-14T17:30:26.140Z | Compiling tokio v1.40.0 |
| 1263 | 2024-10-14T17:30:26.301Z | Compiling indexmap v2.6.0 |
| 1264 | 2024-10-14T17:30:26.789Z | Compiling http v1.1.0 |
| 1265 | 2024-10-14T17:30:27.639Z | Compiling bitflags v2.6.0 |
| 1266 | 2024-10-14T17:30:27.702Z | Compiling semver v1.0.23 |
| 1267 | 2024-10-14T17:30:28.237Z | Compiling rustc_version v0.4.1 |
| 1268 | 2024-10-14T17:30:28.441Z | Compiling http-body v1.0.0 |
| 1269 | 2024-10-14T17:30:28.668Z | Compiling dof v0.3.0 |
| 1270 | 2024-10-14T17:30:29.019Z | Compiling serde_tokenstream v0.2.2 |
| 1271 | 2024-10-14T17:30:29.070Z | Compiling serde_spanned v0.6.7 |
| 1272 | 2024-10-14T17:30:29.247Z | Compiling uuid v1.10.0 |
| 1273 | 2024-10-14T17:30:29.298Z | Compiling toml_datetime v0.6.8 |
| 1274 | 2024-10-14T17:30:29.653Z | Compiling dtrace-parser v0.2.0 |
| 1275 | 2024-10-14T17:30:29.802Z | Compiling chrono v0.4.38 |
| 1276 | 2024-10-14T17:30:30.717Z | Compiling usdt-impl v0.5.0 |
| 1277 | 2024-10-14T17:30:30.887Z | Compiling heapless v0.7.17 |
| 1278 | 2024-10-14T17:30:31.266Z | Compiling http-body-util v0.1.2 |
| 1279 | 2024-10-14T17:30:31.764Z | Compiling schemars v0.8.21 |
| 1280 | 2024-10-14T17:30:31.800Z | Compiling either v1.13.0 |
| 1281 | 2024-10-14T17:30:32.113Z | Compiling ipnet v2.10.1 |
| 1282 | 2024-10-14T17:30:32.229Z | Compiling mime v0.3.17 |
| 1283 | 2024-10-14T17:30:32.255Z | Compiling openssl-probe v0.1.5 |
| 1284 | 2024-10-14T17:30:32.611Z | Compiling signal-hook v0.3.17 |
| 1285 | 2024-10-14T17:30:32.829Z | Compiling usdt-macro v0.5.0 |
| 1286 | 2024-10-14T17:30:32.925Z | Compiling usdt-attr-macro v0.5.0 |
| 1287 | 2024-10-14T17:30:33.379Z | Compiling toml_edit v0.22.22 |
| 1288 | 2024-10-14T17:30:33.425Z | Compiling curve25519-dalek v4.1.3 |
| 1289 | 2024-10-14T17:30:33.565Z | Compiling addr2line v0.21.0 |
| 1290 | 2024-10-14T17:30:34.069Z | Compiling slog-json v2.6.1 |
| 1291 | 2024-10-14T17:30:34.319Z | Compiling tokio-util v0.7.12 |
| 1292 | 2024-10-14T17:30:34.616Z | Compiling serde_urlencoded v0.7.1 |
| 1293 | 2024-10-14T17:30:34.745Z | Compiling stringprep v0.1.4 |
| 1294 | 2024-10-14T17:30:35.115Z | Compiling miniz_oxide v0.7.2 |
| 1295 | 2024-10-14T17:30:35.670Z | Compiling h2 v0.4.6 |
| 1296 | 2024-10-14T17:30:36.066Z | Compiling futures-executor v0.3.31 |
| 1297 | 2024-10-14T17:30:36.089Z | Compiling md-5 v0.10.6 |
| 1298 | 2024-10-14T17:30:36.366Z | Compiling schemars_derive v0.8.21 |
| 1299 | 2024-10-14T17:30:36.647Z | Compiling enum-as-inner v0.6.0 |
| 1300 | 2024-10-14T17:30:38.355Z | Compiling async-stream-impl v0.3.5 |
| 1301 | 2024-10-14T17:30:39.698Z | Compiling crossbeam-deque v0.8.5 |
| 1302 | 2024-10-14T17:30:39.718Z | Compiling term v0.7.0 |
| 1303 | 2024-10-14T17:30:40.038Z | Compiling crossbeam-channel v0.5.12 |
| 1304 | 2024-10-14T17:30:41.169Z | Compiling num-integer v0.1.46 |
| 1305 | 2024-10-14T17:30:41.270Z | Compiling idna v0.3.0 |
| 1306 | 2024-10-14T17:30:41.514Z | Compiling idna v0.4.0 |
| 1307 | 2024-10-14T17:30:41.617Z | Compiling rustls-pemfile v2.2.0 |
| 1308 | 2024-10-14T17:30:41.918Z | Compiling hash32 v0.2.1 |
| 1309 | 2024-10-14T17:30:41.935Z | Compiling ff v0.13.0 |
| 1310 | 2024-10-14T17:30:42.148Z | Compiling is-terminal v0.4.12 |
| 1311 | 2024-10-14T17:30:42.274Z | Compiling object v0.32.2 |
| 1312 | 2024-10-14T17:30:42.293Z | Compiling dropshot v0.12.0 |
| 1313 | 2024-10-14T17:30:42.590Z | Compiling hyper v1.4.1 |
| 1314 | 2024-10-14T17:30:42.846Z | Compiling fallible-iterator v0.2.0 |
| 1315 | 2024-10-14T17:30:43.057Z | Compiling smoltcp v0.9.1 |
| 1316 | 2024-10-14T17:30:43.589Z | Compiling base16ct v0.2.0 |
| 1317 | 2024-10-14T17:30:43.828Z | Compiling utf-8 v0.7.6 |
| 1318 | 2024-10-14T17:30:43.919Z | Compiling linked-hash-map v0.5.6 |
| 1319 | 2024-10-14T17:30:44.143Z | Compiling num-bigint-dig v0.8.4 |
| 1320 | 2024-10-14T17:30:44.282Z | Compiling dyn-clone v1.0.17 |
| 1321 | 2024-10-14T17:30:44.469Z | Compiling quick-error v1.2.3 |
| 1322 | 2024-10-14T17:30:44.499Z | Compiling crc32fast v1.4.0 |
| 1323 | 2024-10-14T17:30:44.613Z | Compiling stable_deref_trait v1.2.0 |
| 1324 | 2024-10-14T17:30:44.720Z | Compiling rustc-demangle v0.1.24 |
| 1325 | 2024-10-14T17:30:44.737Z | Compiling psl-types v2.0.11 |
| 1326 | 2024-10-14T17:30:44.933Z | Compiling take_mut v0.2.2 |
| 1327 | 2024-10-14T17:30:45.039Z | Compiling hyper-util v0.1.9 |
| 1328 | 2024-10-14T17:30:45.085Z | Compiling anyhow v1.0.89 |
| 1329 | 2024-10-14T17:30:45.703Z | Compiling portable-atomic v1.6.0 |
| 1330 | 2024-10-14T17:30:46.324Z | Compiling publicsuffix v2.2.3 |
| 1331 | 2024-10-14T17:30:46.829Z | Compiling resolv-conf v0.7.0 |
| 1332 | 2024-10-14T17:30:47.124Z | Compiling lru-cache v0.1.2 |
| 1333 | 2024-10-14T17:30:47.325Z | Compiling tungstenite v0.23.0 |
| 1334 | 2024-10-14T17:30:47.638Z | Compiling sec1 v0.7.3 |
| 1335 | 2024-10-14T17:30:47.773Z | Compiling postgres-protocol v0.6.7 |
| 1336 | 2024-10-14T17:30:48.075Z | Compiling hickory-proto v0.24.1 |
| 1337 | 2024-10-14T17:30:48.120Z | Compiling slog-term v2.9.1 |
| 1338 | 2024-10-14T17:30:48.223Z | Compiling usdt v0.5.0 |
| 1339 | 2024-10-14T17:30:48.691Z | Compiling group v0.13.0 |
| 1340 | 2024-10-14T17:30:49.108Z | Compiling num-iter v0.1.45 |
| 1341 | 2024-10-14T17:30:49.297Z | Compiling tokio-rustls v0.26.0 |
| 1342 | 2024-10-14T17:30:49.449Z | Compiling async-stream v0.3.5 |
| 1343 | 2024-10-14T17:30:49.695Z | Compiling tokio-rustls v0.25.0 |
| 1344 | 2024-10-14T17:30:49.747Z | Compiling tokio-native-tls v0.3.1 |
| 1345 | 2024-10-14T17:30:49.767Z | Compiling toml v0.8.19 |
| 1346 | 2024-10-14T17:30:50.008Z | Compiling futures v0.3.31 |
| 1347 | 2024-10-14T17:30:50.799Z | Compiling camino v1.1.9 |
| 1348 | 2024-10-14T17:30:51.237Z | Compiling slog-bunyan v2.5.0 |
| 1349 | 2024-10-14T17:30:51.447Z | Compiling terminal_size v0.4.0 |
| 1350 | 2024-10-14T17:30:51.496Z | Compiling dropshot_endpoint v0.12.0 |
| 1351 | 2024-10-14T17:30:51.657Z | Compiling openapiv3 v2.0.0 |
| 1352 | 2024-10-14T17:30:51.772Z | Compiling serde_path_to_error v0.1.16 |
| 1353 | 2024-10-14T17:30:52.340Z | Compiling hkdf v0.12.4 |
| 1354 | 2024-10-14T17:30:52.405Z | Compiling crypto-bigint v0.5.5 |
| 1355 | 2024-10-14T17:30:52.611Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1356 | 2024-10-14T17:30:52.640Z | Compiling zerocopy-derive v0.6.6 |
| 1357 | 2024-10-14T17:30:52.663Z | Compiling phf_shared v0.11.2 |
| 1358 | 2024-10-14T17:30:53.043Z | Compiling waitgroup v0.1.2 |
| 1359 | 2024-10-14T17:30:53.272Z | Compiling webpki-roots v0.26.3 |
| 1360 | 2024-10-14T17:30:53.493Z | Compiling hostname v0.4.0 |
| 1361 | 2024-10-14T17:30:53.747Z | Compiling fs-err v2.11.0 |
| 1362 | 2024-10-14T17:30:54.045Z | Compiling ahash v0.8.11 |
| 1363 | 2024-10-14T17:30:54.191Z | Compiling managed v0.8.0 |
| 1364 | 2024-10-14T17:30:54.330Z | Compiling hubpack_derive v0.1.1 |
| 1365 | 2024-10-14T17:30:54.415Z | Compiling adler2 v2.0.0 |
| 1366 | 2024-10-14T17:30:54.633Z | Compiling debug-ignore v1.0.5 |
| 1367 | 2024-10-14T17:30:54.653Z | Compiling winnow v0.5.40 |
| 1368 | 2024-10-14T17:30:54.784Z | Compiling bitflags v1.3.2 |
| 1369 | 2024-10-14T17:30:54.803Z | Compiling zerocopy v0.6.6 |
| 1370 | 2024-10-14T17:30:55.251Z | Compiling hubpack v0.1.2 |
| 1371 | 2024-10-14T17:30:55.628Z | Compiling elliptic-curve v0.13.8 |
| 1372 | 2024-10-14T17:30:55.723Z | Compiling clap_builder v4.5.20 |
| 1373 | 2024-10-14T17:30:56.002Z | Compiling miniz_oxide v0.8.0 |
| 1374 | 2024-10-14T17:30:56.575Z | Compiling console v0.15.8 |
| 1375 | 2024-10-14T17:30:57.768Z | Compiling hickory-resolver v0.24.1 |
| 1376 | 2024-10-14T17:30:58.127Z | Compiling toml_edit v0.19.15 |
| 1377 | 2024-10-14T17:30:58.439Z | Compiling hyper-rustls v0.27.3 |
| 1378 | 2024-10-14T17:30:58.483Z | Compiling phf v0.11.2 |
| 1379 | 2024-10-14T17:30:58.501Z | Compiling signal-hook-mio v0.2.4 |
| 1380 | 2024-10-14T17:30:58.673Z | Compiling cookie_store v0.21.0 |
| 1381 | 2024-10-14T17:30:58.775Z | Compiling rayon v1.10.0 |
| 1382 | 2024-10-14T17:30:59.041Z | Compiling hyper-tls v0.6.0 |
| 1383 | 2024-10-14T17:31:00.337Z | Compiling postgres-types v0.2.8 |
| 1384 | 2024-10-14T17:31:01.900Z | Compiling tokio-tungstenite v0.23.1 |
| 1385 | 2024-10-14T17:31:03.814Z | Compiling tokio-stream v0.1.16 |
| 1386 | 2024-10-14T17:31:03.928Z | Compiling bstr v1.9.1 |
| 1387 | 2024-10-14T17:31:04.574Z | Compiling regex v1.11.0 |
| 1388 | 2024-10-14T17:31:04.885Z | Compiling serde-big-array v0.5.1 |
| 1389 | 2024-10-14T17:31:05.116Z | Compiling ed25519 v2.2.3 |
| 1390 | 2024-10-14T17:31:05.147Z | Compiling pkcs1 v0.7.5 |
| 1391 | 2024-10-14T17:31:05.252Z | Compiling rfc6979 v0.4.0 |
| 1392 | 2024-10-14T17:31:05.440Z | Compiling derive-where v1.2.7 |
| 1393 | 2024-10-14T17:31:05.673Z | Compiling clap_derive v4.5.18 |
| 1394 | 2024-10-14T17:31:05.698Z | Compiling serde_repr v0.1.19 |
| 1395 | 2024-10-14T17:31:05.727Z | Compiling strum_macros v0.25.3 |
| 1396 | 2024-10-14T17:31:06.156Z | Compiling phf_shared v0.10.0 |
| 1397 | 2024-10-14T17:31:06.243Z | Compiling float-cmp v0.9.0 |
| 1398 | 2024-10-14T17:31:06.469Z | Compiling sync_wrapper v1.0.1 |
| 1399 | 2024-10-14T17:31:06.543Z | Compiling number_prefix v0.4.0 |
| 1400 | 2024-10-14T17:31:06.609Z | Compiling static_assertions v1.1.0 |
| 1401 | 2024-10-14T17:31:06.704Z | Compiling fixedbitset v0.4.2 |
| 1402 | 2024-10-14T17:31:06.767Z | Compiling bit-vec v0.6.3 |
| 1403 | 2024-10-14T17:31:06.869Z | Compiling precomputed-hash v0.1.1 |
| 1404 | 2024-10-14T17:31:06.979Z | Compiling whoami v1.5.2 |
| 1405 | 2024-10-14T17:31:07.129Z | Compiling minimal-lexical v0.2.1 |
| 1406 | 2024-10-14T17:31:07.175Z | Compiling new_debug_unreachable v1.0.6 |
| 1407 | 2024-10-14T17:31:07.233Z | Compiling difflib v0.4.0 |
| 1408 | 2024-10-14T17:31:07.269Z | Compiling predicates-core v1.0.6 |
| 1409 | 2024-10-14T17:31:07.622Z | Compiling unicode-segmentation v1.11.0 |
| 1410 | 2024-10-14T17:31:07.641Z | Compiling normalize-line-endings v0.3.0 |
| 1411 | 2024-10-14T17:31:07.643Z | Compiling nom v7.1.3 |
| 1412 | 2024-10-14T17:31:07.770Z | Compiling predicates v3.1.2 |
| 1413 | 2024-10-14T17:31:08.456Z | Compiling similar v2.6.0 |
| 1414 | 2024-10-14T17:31:08.758Z | Compiling tokio-postgres v0.7.12 |
| 1415 | 2024-10-14T17:31:09.055Z | Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784) |
| 1416 | 2024-10-14T17:31:09.502Z | Compiling string_cache v0.8.7 |
| 1417 | 2024-10-14T17:31:09.803Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1418 | 2024-10-14T17:31:09.962Z | Compiling bit-set v0.5.3 |
| 1419 | 2024-10-14T17:31:10.261Z | Compiling petgraph v0.6.5 |
| 1420 | 2024-10-14T17:31:10.663Z | Compiling clap v4.5.20 |
| 1421 | 2024-10-14T17:31:10.825Z | Compiling indicatif v0.17.8 |
| 1422 | 2024-10-14T17:31:10.857Z | Compiling reqwest v0.12.8 |
| 1423 | 2024-10-14T17:31:11.274Z | Compiling rsa v0.9.6 |
| 1424 | 2024-10-14T17:31:13.049Z | Compiling ecdsa v0.16.9 |
| 1425 | 2024-10-14T17:31:13.912Z | Compiling ed25519-dalek v2.1.1 |
| 1426 | 2024-10-14T17:31:14.259Z | Compiling flate2 v1.0.34 |
| 1427 | 2024-10-14T17:31:14.438Z | Compiling toml v0.7.8 |
| 1428 | 2024-10-14T17:31:14.947Z | Compiling crossterm v0.28.1 |
| 1429 | 2024-10-14T17:31:15.278Z | Compiling itertools v0.10.5 |
| 1430 | 2024-10-14T17:31:15.885Z | Compiling itertools v0.12.1 |
| 1431 | 2024-10-14T17:31:16.060Z | Compiling hex v0.4.3 |
| 1432 | 2024-10-14T17:31:16.185Z | Compiling x509-cert v0.2.5 |
| 1433 | 2024-10-14T17:31:16.660Z | Compiling peg-runtime v0.8.3 |
| 1434 | 2024-10-14T17:31:16.761Z | Compiling lalrpop-util v0.19.12 |
| 1435 | 2024-10-14T17:31:17.130Z | Compiling unicode-xid v0.2.4 |
| 1436 | 2024-10-14T17:31:17.309Z | Compiling xattr v1.3.1 |
| 1437 | 2024-10-14T17:31:17.327Z | Compiling strum_macros v0.26.4 |
| 1438 | 2024-10-14T17:31:17.579Z | Compiling filetime v0.2.25 |
| 1439 | 2024-10-14T17:31:17.897Z | Compiling tar v0.4.42 |
| 1440 | 2024-10-14T17:31:20.633Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1441 | 2024-10-14T17:31:20.790Z | Compiling strum v0.26.3 |
| 1442 | 2024-10-14T17:31:20.909Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1443 | 2024-10-14T17:31:25.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 1444 | 2024-10-14T17:31:26.058Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1445 | 2024-10-14T17:31:26.106Z | Oct 14 17:31:24.874 INFO Starting download, target: Console |
| 1446 | 2024-10-14T17:31:26.106Z | Oct 14 17:31:24.874 INFO Starting download, target: Cockroach |
| 1447 | 2024-10-14T17:31:26.106Z | Oct 14 17:31:24.874 INFO Starting download, target: DendriteOpenapi |
| 1448 | 2024-10-14T17:31:26.106Z | Oct 14 17:31:24.874 INFO Starting download, target: Clickhouse |
| 1449 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.874 INFO Starting download, target: DendriteStub |
| 1450 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.874 INFO Starting download, target: MaghemiteMgd |
| 1451 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.874 INFO Starting download, target: TransceiverControl |
| 1452 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1453 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1454 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
| 1455 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1456 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1457 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1458 | 2024-10-14T17:31:26.112Z | Oct 14 17:31:24.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1459 | 2024-10-14T17:31:26.272Z | Oct 14 17:31:25.037 INFO Download complete, target: DendriteOpenapi |
| 1460 | 2024-10-14T17:31:26.365Z | Oct 14 17:31:25.125 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1461 | 2024-10-14T17:31:26.707Z | Oct 14 17:31:25.465 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1462 | 2024-10-14T17:31:26.765Z | Oct 14 17:31:25.532 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1463 | 2024-10-14T17:31:26.824Z | Oct 14 17:31:25.591 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1464 | 2024-10-14T17:31:27.117Z | Oct 14 17:31:25.877 INFO Download complete, target: Console |
| 1465 | 2024-10-14T17:31:27.193Z | Oct 14 17:31:25.956 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1466 | 2024-10-14T17:31:27.193Z | Oct 14 17:31:25.956 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1467 | 2024-10-14T17:31:27.199Z | Oct 14 17:31:25.963 INFO Download complete, target: TransceiverControl |
| 1468 | 2024-10-14T17:31:28.169Z | Oct 14 17:31:26.937 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1469 | 2024-10-14T17:31:29.818Z | Oct 14 17:31:28.585 INFO Download complete, target: DendriteStub |
| 1470 | 2024-10-14T17:31:30.166Z | Oct 14 17:31:28.933 INFO Download complete, target: MaghemiteMgd |
| 1471 | 2024-10-14T17:31:35.606Z | Oct 14 17:31:34.373 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1472 | 2024-10-14T17:31:35.905Z | Oct 14 17:31:34.672 INFO Checking that binary works, target: Cockroach |
| 1473 | 2024-10-14T17:31:36.058Z | Oct 14 17:31:34.825 INFO Download complete, target: Cockroach |
| 1474 | 2024-10-14T17:31:42.213Z | Oct 14 17:31:40.978 INFO Checking that binary works, target: Clickhouse |
| 1475 | 2024-10-14T17:31:42.989Z | Oct 14 17:31:41.754 INFO Download complete, target: Clickhouse |
| 1476 | 2024-10-14T17:31:43.315Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1477 | 2024-10-14T17:31:43.318Z | |
| 1478 | 2024-10-14T17:31:43.318Z | real 4:12.367523606 |
| 1479 | 2024-10-14T17:31:43.318Z | user 12:30.483809614 |
| 1480 | 2024-10-14T17:31:43.318Z | sys 2:38.048325022 |
| 1481 | 2024-10-14T17:31:43.318Z | trap 0.426034897 |
| 1482 | 2024-10-14T17:31:43.318Z | tflt 11.210059769 |
| 1483 | 2024-10-14T17:31:43.318Z | dflt 6.263131177 |
| 1484 | 2024-10-14T17:31:43.318Z | kflt 0.216250401 |
| 1485 | 2024-10-14T17:31:43.318Z | lock 25:32.006107506 |
| 1486 | 2024-10-14T17:31:43.318Z | slp 50:31.859786511 |
| 1487 | 2024-10-14T17:31:43.318Z | lat 41.559459855 |
| 1488 | 2024-10-14T17:31:43.318Z | stop 1:56.314138707 |
| 1489 | 2024-10-14T17:31:43.318Z | + banner clippy |
| 1490 | 2024-10-14T17:31:43.321Z | |
| 1491 | 2024-10-14T17:31:43.321Z | #### # # ##### ##### # # |
| 1492 | 2024-10-14T17:31:43.321Z | # # # # # # # # # # |
| 1493 | 2024-10-14T17:31:43.321Z | # # # # # # # # |
| 1494 | 2024-10-14T17:31:43.321Z | # # # ##### ##### # |
| 1495 | 2024-10-14T17:31:43.321Z | # # # # # # # |
| 1496 | 2024-10-14T17:31:43.321Z | #### ###### # # # # |
| 1497 | 2024-10-14T17:31:43.322Z | |
| 1498 | 2024-10-14T17:31:43.322Z | + export CARGO_INCREMENTAL=0 |
| 1499 | 2024-10-14T17:31:43.322Z | + CARGO_INCREMENTAL=0 |
| 1500 | 2024-10-14T17:31:43.322Z | + ptime -m cargo xtask clippy |
| 1501 | 2024-10-14T17:31:43.890Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1502 | 2024-10-14T17:31:47.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 1503 | 2024-10-14T17:31:47.812Z | Running `target/debug/xtask clippy` |
| 1504 | 2024-10-14T17:31:47.815Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1505 | 2024-10-14T17:31:48.500Z | Downloading crates ... |
| 1506 | 2024-10-14T17:31:48.838Z | Downloaded anes v0.1.6 |
| 1507 | 2024-10-14T17:31:48.850Z | Downloaded assert-json-diff v2.0.2 |
| 1508 | 2024-10-14T17:31:48.850Z | Downloaded approx v0.5.1 |
| 1509 | 2024-10-14T17:31:48.853Z | Downloaded piper v0.2.4 |
| 1510 | 2024-10-14T17:31:48.853Z | Downloaded async-channel v2.3.1 |
| 1511 | 2024-10-14T17:31:48.853Z | Downloaded doc-comment v0.3.3 |
| 1512 | 2024-10-14T17:31:48.856Z | Downloaded nested v0.1.1 |
| 1513 | 2024-10-14T17:31:48.864Z | Downloaded relative-path v1.9.3 |
| 1514 | 2024-10-14T17:31:48.866Z | Downloaded kv-log-macro v1.0.7 |
| 1515 | 2024-10-14T17:31:48.869Z | Downloaded pathdiff v0.2.1 |
| 1516 | 2024-10-14T17:31:48.869Z | Downloaded async-object-pool v0.1.5 |
| 1517 | 2024-10-14T17:31:48.872Z | Downloaded async-attributes v1.1.2 |
| 1518 | 2024-10-14T17:31:48.874Z | Downloaded async-signal v0.2.10 |
| 1519 | 2024-10-14T17:31:48.877Z | Downloaded threadpool v1.8.1 |
| 1520 | 2024-10-14T17:31:48.877Z | Downloaded oorandom v11.1.3 |
| 1521 | 2024-10-14T17:31:48.877Z | Downloaded event-listener v2.5.3 |
| 1522 | 2024-10-14T17:31:48.879Z | Downloaded plotters-backend v0.3.5 |
| 1523 | 2024-10-14T17:31:48.879Z | Downloaded blocking v1.6.1 |
| 1524 | 2024-10-14T17:31:48.882Z | Downloaded similar-asserts v1.6.0 |
| 1525 | 2024-10-14T17:31:48.884Z | Downloaded partial-io v0.5.4 |
| 1526 | 2024-10-14T17:31:48.887Z | Downloaded proc-macro-crate v3.2.0 |
| 1527 | 2024-10-14T17:31:48.887Z | Downloaded event-listener-strategy v0.5.2 |
| 1528 | 2024-10-14T17:31:48.890Z | Downloaded hyper-rustls v0.26.0 |
| 1529 | 2024-10-14T17:31:48.908Z | Downloaded rustls-native-certs v0.7.0 |
| 1530 | 2024-10-14T17:31:48.911Z | Downloaded futures-lite v2.3.0 |
| 1531 | 2024-10-14T17:31:48.913Z | Downloaded escape8259 v0.5.2 |
| 1532 | 2024-10-14T17:31:48.913Z | Downloaded async-task v4.7.1 |
| 1533 | 2024-10-14T17:31:48.916Z | Downloaded assert_cmd v2.0.16 |
| 1534 | 2024-10-14T17:31:48.918Z | Downloaded plotters-svg v0.3.5 |
| 1535 | 2024-10-14T17:31:48.918Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1536 | 2024-10-14T17:31:48.921Z | Downloaded async-channel v1.9.0 |
| 1537 | 2024-10-14T17:31:48.924Z | Downloaded futures-timer v3.0.3 |
| 1538 | 2024-10-14T17:31:48.927Z | Downloaded concurrent-queue v2.5.0 |
| 1539 | 2024-10-14T17:31:48.929Z | Downloaded criterion-plot v0.5.0 |
| 1540 | 2024-10-14T17:31:48.933Z | Downloaded trybuild v1.0.99 |
| 1541 | 2024-10-14T17:31:48.937Z | Downloaded target-lexicon v0.12.16 |
| 1542 | 2024-10-14T17:31:48.940Z | Downloaded parking v2.2.1 |
| 1543 | 2024-10-14T17:31:48.944Z | Downloaded cast v0.3.0 |
| 1544 | 2024-10-14T17:31:48.944Z | Downloaded async-io v2.3.4 |
| 1545 | 2024-10-14T17:31:48.946Z | Downloaded cfg-expr v0.17.0 |
| 1546 | 2024-10-14T17:31:48.949Z | Downloaded stringmetrics v2.2.2 |
| 1547 | 2024-10-14T17:31:48.949Z | Downloaded path-tree v0.8.1 |
| 1548 | 2024-10-14T17:31:48.951Z | Downloaded num_cpus v1.16.0 |
| 1549 | 2024-10-14T17:31:48.954Z | Downloaded indoc v2.0.5 |
| 1550 | 2024-10-14T17:31:48.956Z | Downloaded serde_regex v1.1.0 |
| 1551 | 2024-10-14T17:31:48.956Z | Downloaded rstest_macros v0.23.0 |
| 1552 | 2024-10-14T17:31:48.959Z | Downloaded polling v3.7.3 |
| 1553 | 2024-10-14T17:31:48.962Z | Downloaded datatest-stable v0.2.9 |
| 1554 | 2024-10-14T17:31:48.964Z | Downloaded target-spec v3.2.2 |
| 1555 | 2024-10-14T17:31:48.967Z | Downloaded rust-argon2 v2.1.0 |
| 1556 | 2024-10-14T17:31:48.967Z | Downloaded libtest-mimic v0.7.3 |
| 1557 | 2024-10-14T17:31:48.969Z | Downloaded async-process v2.2.4 |
| 1558 | 2024-10-14T17:31:48.972Z | Downloaded httptest v0.16.1 |
| 1559 | 2024-10-14T17:31:48.975Z | Downloaded async-lock v3.4.0 |
| 1560 | 2024-10-14T17:31:48.977Z | Downloaded blake2b_simd v1.0.2 |
| 1561 | 2024-10-14T17:31:48.977Z | Downloaded async-global-executor v2.4.1 |
| 1562 | 2024-10-14T17:31:48.980Z | Downloaded async-executor v1.13.1 |
| 1563 | 2024-10-14T17:31:48.980Z | Downloaded tinytemplate v1.2.1 |
| 1564 | 2024-10-14T17:31:48.982Z | Downloaded rstest v0.23.0 |
| 1565 | 2024-10-14T17:31:48.987Z | Downloaded event-listener v5.3.1 |
| 1566 | 2024-10-14T17:31:48.989Z | Downloaded rand_distr v0.4.3 |
| 1567 | 2024-10-14T17:31:48.992Z | Downloaded fancy-regex v0.13.0 |
| 1568 | 2024-10-14T17:31:48.996Z | Downloaded criterion v0.5.1 |
| 1569 | 2024-10-14T17:31:49.001Z | Downloaded yansi v1.0.1 |
| 1570 | 2024-10-14T17:31:49.004Z | Downloaded guppy v0.17.8 |
| 1571 | 2024-10-14T17:31:49.009Z | Downloaded pretty_assertions v1.4.1 |
| 1572 | 2024-10-14T17:31:49.014Z | Downloaded plotters v0.3.5 |
| 1573 | 2024-10-14T17:31:49.021Z | Downloaded async-std v1.13.0 |
| 1574 | 2024-10-14T17:31:49.101Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1575 | 2024-10-14T17:31:49.803Z | Checking cfg-if v1.0.0 |
| 1576 | 2024-10-14T17:31:49.874Z | Checking libc v0.2.159 |
| 1577 | 2024-10-14T17:31:49.893Z | Checking serde v1.0.210 |
| 1578 | 2024-10-14T17:31:49.911Z | Checking memchr v2.7.2 |
| 1579 | 2024-10-14T17:31:49.926Z | Checking value-bag v1.9.0 |
| 1580 | 2024-10-14T17:31:49.947Z | Checking scopeguard v1.2.0 |
| 1581 | 2024-10-14T17:31:49.974Z | Checking zeroize v1.8.1 |
| 1582 | 2024-10-14T17:31:49.974Z | Checking itoa v1.0.11 |
| 1583 | 2024-10-14T17:31:50.018Z | Checking smallvec v1.13.2 |
| 1584 | 2024-10-14T17:31:50.090Z | Checking lock_api v0.4.12 |
| 1585 | 2024-10-14T17:31:50.171Z | Checking pin-project-lite v0.2.14 |
| 1586 | 2024-10-14T17:31:50.265Z | Checking once_cell v1.20.2 |
| 1587 | 2024-10-14T17:31:50.293Z | Checking subtle v2.5.0 |
| 1588 | 2024-10-14T17:31:50.331Z | Checking log v0.4.22 |
| 1589 | 2024-10-14T17:31:50.358Z | Checking typenum v1.17.0 |
| 1590 | 2024-10-14T17:31:50.523Z | Checking futures-core v0.3.31 |
| 1591 | 2024-10-14T17:31:50.553Z | Checking byteorder v1.5.0 |
| 1592 | 2024-10-14T17:31:50.579Z | Checking thiserror v1.0.64 |
| 1593 | 2024-10-14T17:31:50.706Z | Checking libm v0.2.8 |
| 1594 | 2024-10-14T17:31:50.724Z | Checking ryu v1.0.18 |
| 1595 | 2024-10-14T17:31:50.750Z | Checking spin v0.9.8 |
| 1596 | 2024-10-14T17:31:50.851Z | Checking futures-io v0.3.31 |
| 1597 | 2024-10-14T17:31:50.943Z | Checking const-oid v0.9.6 |
| 1598 | 2024-10-14T17:31:50.946Z | Checking slab v0.4.9 |
| 1599 | 2024-10-14T17:31:50.990Z | Checking getrandom v0.2.14 |
| 1600 | 2024-10-14T17:31:51.032Z | Checking signal-hook-registry v1.4.2 |
| 1601 | 2024-10-14T17:31:51.093Z | Checking parking_lot_core v0.9.10 |
| 1602 | 2024-10-14T17:31:51.223Z | Checking mio v1.0.2 |
| 1603 | 2024-10-14T17:31:51.245Z | Checking rand_core v0.6.4 |
| 1604 | 2024-10-14T17:31:51.290Z | Checking socket2 v0.5.7 |
| 1605 | 2024-10-14T17:31:51.446Z | Checking parking_lot v0.12.2 |
| 1606 | 2024-10-14T17:31:51.543Z | Checking futures-sink v0.3.31 |
| 1607 | 2024-10-14T17:31:51.583Z | Checking num-traits v0.2.19 |
| 1608 | 2024-10-14T17:31:51.610Z | Checking generic-array v0.14.7 |
| 1609 | 2024-10-14T17:31:51.697Z | Checking cpufeatures v0.2.12 |
| 1610 | 2024-10-14T17:31:51.788Z | Checking pin-utils v0.1.0 |
| 1611 | 2024-10-14T17:31:51.816Z | Checking futures-channel v0.3.31 |
| 1612 | 2024-10-14T17:31:51.840Z | Checking futures-task v0.3.31 |
| 1613 | 2024-10-14T17:31:51.870Z | Checking hashbrown v0.15.0 |
| 1614 | 2024-10-14T17:31:51.895Z | Checking fnv v1.0.7 |
| 1615 | 2024-10-14T17:31:52.012Z | Checking equivalent v1.0.1 |
| 1616 | 2024-10-14T17:31:52.066Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1617 | 2024-10-14T17:31:52.119Z | Checking tracing-core v0.1.32 |
| 1618 | 2024-10-14T17:31:52.168Z | Checking futures-util v0.3.31 |
| 1619 | 2024-10-14T17:31:52.404Z | Checking errno v0.3.9 |
| 1620 | 2024-10-14T17:31:52.577Z | Checking iana-time-zone v0.1.60 |
| 1621 | 2024-10-14T17:31:52.727Z | Checking tinyvec_macros v0.1.1 |
| 1622 | 2024-10-14T17:31:52.751Z | Checking crypto-common v0.1.6 |
| 1623 | 2024-10-14T17:31:52.754Z | Checking block-buffer v0.10.4 |
| 1624 | 2024-10-14T17:31:52.790Z | Checking tracing v0.1.40 |
| 1625 | 2024-10-14T17:31:52.817Z | Checking tinyvec v1.6.0 |
| 1626 | 2024-10-14T17:31:52.928Z | Checking ppv-lite86 v0.2.17 |
| 1627 | 2024-10-14T17:31:52.951Z | Checking zerocopy v0.7.34 |
| 1628 | 2024-10-14T17:31:52.975Z | Checking digest v0.10.7 |
| 1629 | 2024-10-14T17:31:53.109Z | Checking unicode-bidi v0.3.15 |
| 1630 | 2024-10-14T17:31:53.183Z | Checking block-padding v0.3.3 |
| 1631 | 2024-10-14T17:31:53.323Z | Checking percent-encoding v2.3.1 |
| 1632 | 2024-10-14T17:31:53.387Z | Checking inout v0.1.3 |
| 1633 | 2024-10-14T17:31:53.535Z | Checking crossbeam-utils v0.8.19 |
| 1634 | 2024-10-14T17:31:53.619Z | Checking cipher v0.4.4 |
| 1635 | 2024-10-14T17:31:53.642Z | Checking rand_chacha v0.3.1 |
| 1636 | 2024-10-14T17:31:53.759Z | Checking dyn-clone v1.0.17 |
| 1637 | 2024-10-14T17:31:53.905Z | Checking form_urlencoded v1.2.1 |
| 1638 | 2024-10-14T17:31:54.036Z | Checking regex-syntax v0.8.5 |
| 1639 | 2024-10-14T17:31:54.065Z | Checking rand v0.8.5 |
| 1640 | 2024-10-14T17:31:54.109Z | Checking base64ct v1.6.0 |
| 1641 | 2024-10-14T17:31:54.162Z | Checking unicode-normalization v0.1.23 |
| 1642 | 2024-10-14T17:31:54.249Z | Checking hmac v0.12.1 |
| 1643 | 2024-10-14T17:31:54.396Z | Checking httparse v1.8.0 |
| 1644 | 2024-10-14T17:31:54.469Z | Checking sha2 v0.10.8 |
| 1645 | 2024-10-14T17:31:54.538Z | Checking aho-corasick v1.1.3 |
| 1646 | 2024-10-14T17:31:54.652Z | Checking bytes v1.7.2 |
| 1647 | 2024-10-14T17:31:54.807Z | Checking bitflags v2.6.0 |
| 1648 | 2024-10-14T17:31:55.017Z | Checking serde_json v1.0.128 |
| 1649 | 2024-10-14T17:31:55.042Z | Checking indexmap v2.6.0 |
| 1650 | 2024-10-14T17:31:55.093Z | Checking rustix v0.38.37 |
| 1651 | 2024-10-14T17:31:55.257Z | Checking chrono v0.4.38 |
| 1652 | 2024-10-14T17:31:55.499Z | Checking tokio v1.40.0 |
| 1653 | 2024-10-14T17:31:56.238Z | Checking uuid v1.10.0 |
| 1654 | 2024-10-14T17:31:56.283Z | Checking http v1.1.0 |
| 1655 | 2024-10-14T17:31:56.651Z | Checking atomic-waker v1.1.2 |
| 1656 | 2024-10-14T17:31:56.792Z | Checking untrusted v0.9.0 |
| 1657 | 2024-10-14T17:31:56.855Z | Checking lazy_static v1.5.0 |
| 1658 | 2024-10-14T17:31:56.947Z | Checking ring v0.17.8 |
| 1659 | 2024-10-14T17:31:56.975Z | Checking unicode-ident v1.0.13 |
| 1660 | 2024-10-14T17:31:57.135Z | Checking idna v0.5.0 |
| 1661 | 2024-10-14T17:31:57.168Z | Checking pem-rfc7468 v0.7.0 |
| 1662 | 2024-10-14T17:31:57.233Z | Checking schemars v0.8.21 |
| 1663 | 2024-10-14T17:31:57.272Z | Checking regex-automata v0.4.8 |
| 1664 | 2024-10-14T17:31:57.416Z | Checking httpdate v1.0.3 |
| 1665 | 2024-10-14T17:31:57.637Z | Checking powerfmt v0.2.0 |
| 1666 | 2024-10-14T17:31:57.662Z | Checking try-lock v0.2.5 |
| 1667 | 2024-10-14T17:31:57.797Z | Checking want v0.3.1 |
| 1668 | 2024-10-14T17:31:57.891Z | Checking deranged v0.3.11 |
| 1669 | 2024-10-14T17:31:57.955Z | Checking url v2.5.2 |
| 1670 | 2024-10-14T17:31:57.976Z | Checking proc-macro2 v1.0.87 |
| 1671 | 2024-10-14T17:31:58.525Z | Checking ahash v0.8.11 |
| 1672 | 2024-10-14T17:31:58.650Z | Checking num_threads v0.1.7 |
| 1673 | 2024-10-14T17:31:58.732Z | Checking time-core v0.1.2 |
| 1674 | 2024-10-14T17:31:58.777Z | Checking num-conv v0.1.0 |
| 1675 | 2024-10-14T17:31:58.780Z | Checking rustls-pki-types v1.9.0 |
| 1676 | 2024-10-14T17:31:58.898Z | Checking quote v1.0.37 |
| 1677 | 2024-10-14T17:31:58.964Z | Checking base64 v0.22.1 |
| 1678 | 2024-10-14T17:31:59.023Z | Checking flagset v0.4.5 |
| 1679 | 2024-10-14T17:31:59.058Z | Checking http-body v1.0.0 |
| 1680 | 2024-10-14T17:31:59.224Z | Checking der v0.7.9 |
| 1681 | 2024-10-14T17:31:59.227Z | Checking syn v2.0.79 |
| 1682 | 2024-10-14T17:31:59.266Z | Checking pbkdf2 v0.12.2 |
| 1683 | 2024-10-14T17:31:59.335Z | Checking aes v0.8.4 |
| 1684 | 2024-10-14T17:31:59.425Z | Checking tower-service v0.3.2 |
| 1685 | 2024-10-14T17:31:59.449Z | Checking cbc v0.1.2 |
| 1686 | 2024-10-14T17:31:59.546Z | Checking salsa20 v0.10.2 |
| 1687 | 2024-10-14T17:31:59.649Z | Checking rustls-webpki v0.102.4 |
| 1688 | 2024-10-14T17:31:59.690Z | Checking time v0.3.36 |
| 1689 | 2024-10-14T17:31:59.754Z | Checking scrypt v0.11.0 |
| 1690 | 2024-10-14T17:31:59.979Z | Checking slog v2.7.0 |
| 1691 | 2024-10-14T17:32:00.205Z | Checking mime v0.3.17 |
| 1692 | 2024-10-14T17:32:00.422Z | Checking adler v1.0.2 |
| 1693 | 2024-10-14T17:32:00.467Z | Checking gimli v0.28.1 |
| 1694 | 2024-10-14T17:32:00.505Z | Checking object v0.32.2 |
| 1695 | 2024-10-14T17:32:00.578Z | Checking miniz_oxide v0.7.2 |
| 1696 | 2024-10-14T17:32:01.007Z | Checking ipnet v2.10.1 |
| 1697 | 2024-10-14T17:32:01.010Z | Checking spki v0.7.3 |
| 1698 | 2024-10-14T17:32:01.313Z | Checking pkcs5 v0.7.1 |
| 1699 | 2024-10-14T17:32:01.454Z | Checking rustc-demangle v0.1.24 |
| 1700 | 2024-10-14T17:32:01.825Z | Checking utf8parse v0.2.1 |
| 1701 | 2024-10-14T17:32:01.850Z | Checking regex v1.11.0 |
| 1702 | 2024-10-14T17:32:01.878Z | Checking pkcs8 v0.10.2 |
| 1703 | 2024-10-14T17:32:01.972Z | Checking unicode-width v0.1.13 |
| 1704 | 2024-10-14T17:32:02.115Z | Checking futures-executor v0.3.31 |
| 1705 | 2024-10-14T17:32:02.160Z | Checking serde_spanned v0.6.7 |
| 1706 | 2024-10-14T17:32:02.184Z | Checking toml_datetime v0.6.8 |
| 1707 | 2024-10-14T17:32:02.328Z | Checking anstyle v1.0.8 |
| 1708 | 2024-10-14T17:32:02.352Z | Checking futures v0.3.31 |
| 1709 | 2024-10-14T17:32:02.443Z | Checking http-body-util v0.1.2 |
| 1710 | 2024-10-14T17:32:02.473Z | Checking serde_urlencoded v0.7.1 |
| 1711 | 2024-10-14T17:32:02.476Z | Checking encoding_rs v0.8.34 |
| 1712 | 2024-10-14T17:32:02.555Z | Checking tokio-util v0.7.12 |
| 1713 | 2024-10-14T17:32:02.642Z | Checking data-encoding v2.6.0 |
| 1714 | 2024-10-14T17:32:02.881Z | Checking openssl-probe v0.1.5 |
| 1715 | 2024-10-14T17:32:02.902Z | Checking foreign-types-shared v0.1.1 |
| 1716 | 2024-10-14T17:32:02.999Z | Checking foreign-types v0.3.2 |
| 1717 | 2024-10-14T17:32:03.023Z | Checking rustls-pemfile v2.2.0 |
| 1718 | 2024-10-14T17:32:03.093Z | Checking semver v1.0.23 |
| 1719 | 2024-10-14T17:32:03.213Z | Checking openssl-sys v0.9.103 |
| 1720 | 2024-10-14T17:32:03.309Z | Checking either v1.13.0 |
| 1721 | 2024-10-14T17:32:03.436Z | Checking h2 v0.4.6 |
| 1722 | 2024-10-14T17:32:03.494Z | Checking anstyle-parse v0.2.4 |
| 1723 | 2024-10-14T17:32:03.672Z | Checking colorchoice v1.0.1 |
| 1724 | 2024-10-14T17:32:03.765Z | Checking anstyle-query v1.0.3 |
| 1725 | 2024-10-14T17:32:03.814Z | Checking is_terminal_polyfill v1.70.0 |
| 1726 | 2024-10-14T17:32:03.898Z | Checking rustls v0.23.10 |
| 1727 | 2024-10-14T17:32:03.942Z | Checking anstream v0.6.14 |
| 1728 | 2024-10-14T17:32:04.270Z | Checking addr2line v0.21.0 |
| 1729 | 2024-10-14T17:32:04.318Z | Checking terminal_size v0.4.0 |
| 1730 | 2024-10-14T17:32:04.498Z | Checking camino v1.1.9 |
| 1731 | 2024-10-14T17:32:04.521Z | Checking openssl v0.10.66 |
| 1732 | 2024-10-14T17:32:04.742Z | Checking sha1 v0.10.6 |
| 1733 | 2024-10-14T17:32:04.770Z | Checking signature v2.2.0 |
| 1734 | 2024-10-14T17:32:04.961Z | Checking strsim v0.11.1 |
| 1735 | 2024-10-14T17:32:05.004Z | Checking clap_lex v0.7.0 |
| 1736 | 2024-10-14T17:32:05.033Z | Checking openapiv3 v2.0.0 |
| 1737 | 2024-10-14T17:32:05.230Z | Checking idna v0.3.0 |
| 1738 | 2024-10-14T17:32:05.252Z | Checking clap_builder v4.5.20 |
| 1739 | 2024-10-14T17:32:05.457Z | Checking psl-types v2.0.11 |
| 1740 | 2024-10-14T17:32:05.639Z | Checking cookie v0.18.1 |
| 1741 | 2024-10-14T17:32:06.044Z | Checking publicsuffix v2.2.3 |
| 1742 | 2024-10-14T17:32:06.068Z | Checking webpki-roots v0.26.3 |
| 1743 | 2024-10-14T17:32:06.270Z | Checking is-terminal v0.4.12 |
| 1744 | 2024-10-14T17:32:06.294Z | Checking scroll v0.12.0 |
| 1745 | 2024-10-14T17:32:06.400Z | Checking base16ct v0.2.0 |
| 1746 | 2024-10-14T17:32:06.506Z | Checking backtrace v0.3.71 |
| 1747 | 2024-10-14T17:32:06.604Z | Checking ucd-trie v0.1.6 |
| 1748 | 2024-10-14T17:32:06.736Z | Checking plain v0.2.3 |
| 1749 | 2024-10-14T17:32:06.809Z | Checking winnow v0.6.18 |
| 1750 | 2024-10-14T17:32:06.894Z | Checking goblin v0.8.2 |
| 1751 | 2024-10-14T17:32:07.059Z | Checking anyhow v1.0.89 |
| 1752 | 2024-10-14T17:32:07.442Z | Checking pest v2.7.10 |
| 1753 | 2024-10-14T17:32:08.272Z | Checking clap v4.5.20 |
| 1754 | 2024-10-14T17:32:08.389Z | Checking sec1 v0.7.3 |
| 1755 | 2024-10-14T17:32:08.413Z | Checking cookie_store v0.21.0 |
| 1756 | 2024-10-14T17:32:08.762Z | Checking num-integer v0.1.46 |
| 1757 | 2024-10-14T17:32:08.807Z | Checking tokio-rustls v0.26.0 |
| 1758 | 2024-10-14T17:32:09.079Z | Checking ff v0.13.0 |
| 1759 | 2024-10-14T17:32:09.218Z | Checking sync_wrapper v1.0.1 |
| 1760 | 2024-10-14T17:32:09.236Z | Checking pretty-hex v0.4.1 |
| 1761 | 2024-10-14T17:32:09.282Z | Checking group v0.13.0 |
| 1762 | 2024-10-14T17:32:09.352Z | Checking hkdf v0.12.4 |
| 1763 | 2024-10-14T17:32:09.405Z | Checking crypto-bigint v0.5.5 |
| 1764 | 2024-10-14T17:32:09.542Z | Checking thread-id v4.2.1 |
| 1765 | 2024-10-14T17:32:09.549Z | Checking bitflags v1.3.2 |
| 1766 | 2024-10-14T17:32:09.600Z | Checking hyper v1.4.1 |
| 1767 | 2024-10-14T17:32:09.661Z | Checking static_assertions v1.1.0 |
| 1768 | 2024-10-14T17:32:09.679Z | Checking dirs-sys-next v0.1.2 |
| 1769 | 2024-10-14T17:32:09.705Z | Checking toml_edit v0.22.22 |
| 1770 | 2024-10-14T17:32:09.750Z | Checking memmap v0.7.0 |
| 1771 | 2024-10-14T17:32:09.853Z | Checking stable_deref_trait v1.2.0 |
| 1772 | 2024-10-14T17:32:09.882Z | Checking native-tls v0.2.11 |
| 1773 | 2024-10-14T17:32:09.935Z | Checking dtrace-parser v0.2.0 |
| 1774 | 2024-10-14T17:32:09.962Z | Checking dirs-next v2.0.0 |
| 1775 | 2024-10-14T17:32:09.976Z | Checking num-iter v0.1.45 |
| 1776 | 2024-10-14T17:32:10.094Z | Checking crossbeam-epoch v0.9.18 |
| 1777 | 2024-10-14T17:32:10.151Z | Checking crossbeam-channel v0.5.12 |
| 1778 | 2024-10-14T17:32:10.183Z | Checking tokio-native-tls v0.3.1 |
| 1779 | 2024-10-14T17:32:10.411Z | Checking crc32fast v1.4.0 |
| 1780 | 2024-10-14T17:32:10.451Z | Checking thread_local v1.1.8 |
| 1781 | 2024-10-14T17:32:10.522Z | Checking unicode-segmentation v1.11.0 |
| 1782 | 2024-10-14T17:32:10.630Z | Checking utf-8 v0.7.6 |
| 1783 | 2024-10-14T17:32:10.754Z | Checking term v0.7.0 |
| 1784 | 2024-10-14T17:32:10.827Z | Checking bstr v1.9.1 |
| 1785 | 2024-10-14T17:32:10.891Z | Checking hex v0.4.3 |
| 1786 | 2024-10-14T17:32:11.178Z | Checking rfc6979 v0.4.0 |
| 1787 | 2024-10-14T17:32:11.205Z | Checking winnow v0.5.40 |
| 1788 | 2024-10-14T17:32:11.368Z | Checking managed v0.8.0 |
| 1789 | 2024-10-14T17:32:11.396Z | Checking match_cfg v0.1.0 |
| 1790 | 2024-10-14T17:32:11.489Z | Checking take_mut v0.2.2 |
| 1791 | 2024-10-14T17:32:11.601Z | Checking hyper-util v0.1.9 |
| 1792 | 2024-10-14T17:32:11.636Z | Checking adler2 v2.0.0 |
| 1793 | 2024-10-14T17:32:11.733Z | Checking slog-async v2.8.0 |
| 1794 | 2024-10-14T17:32:11.757Z | Checking hostname v0.3.1 |
| 1795 | 2024-10-14T17:32:11.796Z | Checking miniz_oxide v0.8.0 |
| 1796 | 2024-10-14T17:32:11.824Z | Checking dof v0.3.0 |
| 1797 | 2024-10-14T17:32:11.878Z | Checking slog-term v2.9.1 |
| 1798 | 2024-10-14T17:32:12.011Z | Checking crossbeam-deque v0.8.5 |
| 1799 | 2024-10-14T17:32:12.107Z | Checking elliptic-curve v0.13.8 |
| 1800 | 2024-10-14T17:32:12.207Z | Checking toml v0.8.19 |
| 1801 | 2024-10-14T17:32:12.330Z | Checking num-bigint-dig v0.8.4 |
| 1802 | 2024-10-14T17:32:12.358Z | Checking pkcs1 v0.7.5 |
| 1803 | 2024-10-14T17:32:12.425Z | Checking usdt-impl v0.5.0 |
| 1804 | 2024-10-14T17:32:12.545Z | Checking curve25519-dalek v4.1.3 |
| 1805 | 2024-10-14T17:32:12.752Z | Checking zerocopy v0.6.6 |
| 1806 | 2024-10-14T17:32:12.755Z | Checking ecdsa v0.16.9 |
| 1807 | 2024-10-14T17:32:12.932Z | Checking flate2 v1.0.34 |
| 1808 | 2024-10-14T17:32:12.935Z | Checking usdt v0.5.0 |
| 1809 | 2024-10-14T17:32:13.217Z | Checking rayon-core v1.12.1 |
| 1810 | 2024-10-14T17:32:13.479Z | Checking ed25519 v2.2.3 |
| 1811 | 2024-10-14T17:32:13.511Z | Checking rustls v0.22.4 |
| 1812 | 2024-10-14T17:32:13.574Z | Checking hyper-tls v0.6.0 |
| 1813 | 2024-10-14T17:32:13.577Z | Checking hyper-rustls v0.27.3 |
| 1814 | 2024-10-14T17:32:13.788Z | Checking signal-hook v0.3.17 |
| 1815 | 2024-10-14T17:32:13.877Z | Checking siphasher v0.3.11 |
| 1816 | 2024-10-14T17:32:13.900Z | Checking quick-error v1.2.3 |
| 1817 | 2024-10-14T17:32:13.940Z | Checking reqwest v0.12.8 |
| 1818 | 2024-10-14T17:32:14.042Z | Checking rayon v1.10.0 |
| 1819 | 2024-10-14T17:32:14.118Z | Checking itertools v0.10.5 |
| 1820 | 2024-10-14T17:32:14.166Z | Checking slog-json v2.6.1 |
| 1821 | 2024-10-14T17:32:14.197Z | Checking toml_edit v0.19.15 |
| 1822 | 2024-10-14T17:32:14.354Z | Checking ed25519-dalek v2.1.1 |
| 1823 | 2024-10-14T17:32:14.411Z | Checking x509-cert v0.2.5 |
| 1824 | 2024-10-14T17:32:14.474Z | Checking rsa v0.9.6 |
| 1825 | 2024-10-14T17:32:14.762Z | Checking idna v0.4.0 |
| 1826 | 2024-10-14T17:32:15.465Z | Checking hubpack v0.1.2 |
| 1827 | 2024-10-14T17:32:15.619Z | Checking debug-ignore v1.0.5 |
| 1828 | 2024-10-14T17:32:15.701Z | Checking bit-vec v0.6.3 |
| 1829 | 2024-10-14T17:32:15.755Z | Checking hickory-proto v0.24.1 |
| 1830 | 2024-10-14T17:32:15.786Z | Checking slog-bunyan v2.5.0 |
| 1831 | 2024-10-14T17:32:15.947Z | Checking signal-hook-mio v0.2.4 |
| 1832 | 2024-10-14T17:32:15.995Z | Checking multer v3.1.0 |
| 1833 | 2024-10-14T17:32:16.035Z | Checking bit-set v0.5.3 |
| 1834 | 2024-10-14T17:32:16.093Z | Checking itertools v0.12.1 |
| 1835 | 2024-10-14T17:32:16.296Z | Checking console v0.15.8 |
| 1836 | 2024-10-14T17:32:16.360Z | Checking waitgroup v0.1.2 |
| 1837 | 2024-10-14T17:32:16.420Z | Checking serde_path_to_error v0.1.16 |
| 1838 | 2024-10-14T17:32:16.499Z | Checking async-stream v0.3.5 |
| 1839 | 2024-10-14T17:32:16.609Z | Checking toml v0.7.8 |
| 1840 | 2024-10-14T17:32:16.679Z | Checking hostname v0.4.0 |
| 1841 | 2024-10-14T17:32:16.818Z | Checking hash32 v0.2.1 |
| 1842 | 2024-10-14T17:32:16.842Z | Checking finl_unicode v1.2.0 |
| 1843 | 2024-10-14T17:32:17.022Z | Checking linked-hash-map v0.5.6 |
| 1844 | 2024-10-14T17:32:17.118Z | Checking predicates-core v1.0.6 |
| 1845 | 2024-10-14T17:32:17.174Z | Checking tokio-rustls v0.25.0 |
| 1846 | 2024-10-14T17:32:17.296Z | Checking heapless v0.7.17 |
| 1847 | 2024-10-14T17:32:17.333Z | Checking crossterm v0.28.1 |
| 1848 | 2024-10-14T17:32:17.356Z | Checking lru-cache v0.1.2 |
| 1849 | 2024-10-14T17:32:17.386Z | Checking stringprep v0.1.4 |
| 1850 | 2024-10-14T17:32:17.529Z | Checking similar v2.6.0 |
| 1851 | 2024-10-14T17:32:17.556Z | Checking dropshot v0.12.0 |
| 1852 | 2024-10-14T17:32:17.669Z | Checking tokio-stream v0.1.16 |
| 1853 | 2024-10-14T17:32:17.874Z | Checking md-5 v0.10.6 |
| 1854 | 2024-10-14T17:32:18.100Z | Checking float-cmp v0.9.0 |
| 1855 | 2024-10-14T17:32:18.288Z | Checking difflib v0.4.0 |
| 1856 | 2024-10-14T17:32:18.317Z | Checking normalize-line-endings v0.3.0 |
| 1857 | 2024-10-14T17:32:18.411Z | Checking fallible-iterator v0.2.0 |
| 1858 | 2024-10-14T17:32:18.435Z | Checking fixedbitset v0.4.2 |
| 1859 | 2024-10-14T17:32:18.510Z | Checking smoltcp v0.9.1 |
| 1860 | 2024-10-14T17:32:18.605Z | Checking predicates v3.1.2 |
| 1861 | 2024-10-14T17:32:18.631Z | Checking phf_shared v0.10.0 |
| 1862 | 2024-10-14T17:32:18.678Z | Checking petgraph v0.6.5 |
| 1863 | 2024-10-14T17:32:18.918Z | Checking phf_shared v0.11.2 |
| 1864 | 2024-10-14T17:32:19.025Z | Checking postgres-protocol v0.6.7 |
| 1865 | 2024-10-14T17:32:19.185Z | Checking resolv-conf v0.7.0 |
| 1866 | 2024-10-14T17:32:19.208Z | Checking tungstenite v0.23.0 |
| 1867 | 2024-10-14T17:32:19.302Z | Checking fs-err v2.11.0 |
| 1868 | 2024-10-14T17:32:19.534Z | Checking serde-big-array v0.5.1 |
| 1869 | 2024-10-14T17:32:19.677Z | Checking portable-atomic v1.6.0 |
| 1870 | 2024-10-14T17:32:19.747Z | Checking minimal-lexical v0.2.1 |
| 1871 | 2024-10-14T17:32:19.859Z | Checking precomputed-hash v0.1.1 |
| 1872 | 2024-10-14T17:32:19.962Z | Checking number_prefix v0.4.0 |
| 1873 | 2024-10-14T17:32:19.986Z | Checking new_debug_unreachable v1.0.6 |
| 1874 | 2024-10-14T17:32:20.082Z | Checking lalrpop-util v0.19.12 |
| 1875 | 2024-10-14T17:32:20.107Z | Checking tokio-tungstenite v0.23.1 |
| 1876 | 2024-10-14T17:32:20.141Z | Checking nom v7.1.3 |
| 1877 | 2024-10-14T17:32:20.144Z | Checking string_cache v0.8.7 |
| 1878 | 2024-10-14T17:32:20.361Z | Checking hickory-resolver v0.24.1 |
| 1879 | 2024-10-14T17:32:20.386Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1880 | 2024-10-14T17:32:20.464Z | Checking postgres-types v0.2.8 |
| 1881 | 2024-10-14T17:32:20.545Z | Checking phf v0.11.2 |
| 1882 | 2024-10-14T17:32:20.662Z | Checking indicatif v0.17.8 |
| 1883 | 2024-10-14T17:32:20.825Z | Checking whoami v1.5.2 |
| 1884 | 2024-10-14T17:32:21.135Z | Checking peg-runtime v0.8.3 |
| 1885 | 2024-10-14T17:32:21.158Z | Checking tokio-postgres v0.7.12 |
| 1886 | 2024-10-14T17:32:21.348Z | Compiling allocator-api2 v0.2.18 |
| 1887 | 2024-10-14T17:32:21.410Z | Compiling unsafe-libyaml v0.2.11 |
| 1888 | 2024-10-14T17:32:21.829Z | Checking qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784) |
| 1889 | 2024-10-14T17:32:21.926Z | Compiling ident_case v1.0.1 |
| 1890 | 2024-10-14T17:32:21.998Z | Checking hashbrown v0.14.5 |
| 1891 | 2024-10-14T17:32:22.157Z | Compiling darling_core v0.20.9 |
| 1892 | 2024-10-14T17:32:22.970Z | Compiling serde_yaml v0.9.34+deprecated |
| 1893 | 2024-10-14T17:32:23.155Z | Checking heck v0.5.0 |
| 1894 | 2024-10-14T17:32:23.348Z | Compiling regress v0.10.1 |
| 1895 | 2024-10-14T17:32:23.425Z | Checking progenitor-client v0.8.0 |
| 1896 | 2024-10-14T17:32:23.743Z | Checking fastrand v2.1.1 |
| 1897 | 2024-10-14T17:32:24.053Z | Compiling newtype-uuid v1.1.2 |
| 1898 | 2024-10-14T17:32:24.076Z | Checking ipnetwork v0.20.0 |
| 1899 | 2024-10-14T17:32:24.193Z | Compiling structmeta-derive v0.3.0 |
| 1900 | 2024-10-14T17:32:24.385Z | Checking strum v0.26.3 |
| 1901 | 2024-10-14T17:32:24.443Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1902 | 2024-10-14T17:32:24.801Z | Checking tempfile v3.13.0 |
| 1903 | 2024-10-14T17:32:25.171Z | Checking instant v0.1.12 |
| 1904 | 2024-10-14T17:32:25.206Z | Checking regress v0.9.1 |
| 1905 | 2024-10-14T17:32:25.290Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1906 | 2024-10-14T17:32:25.733Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1907 | 2024-10-14T17:32:26.074Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1908 | 2024-10-14T17:32:26.097Z | Checking macaddr v1.0.1 |
| 1909 | 2024-10-14T17:32:26.378Z | Checking backoff v0.4.0 |
| 1910 | 2024-10-14T17:32:26.419Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1911 | 2024-10-14T17:32:26.563Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1912 | 2024-10-14T17:32:26.653Z | Checking wait-timeout v0.2.0 |
| 1913 | 2024-10-14T17:32:26.707Z | Checking rand_xorshift v0.3.0 |
| 1914 | 2024-10-14T17:32:26.809Z | Checking typify-impl v0.2.0 |
| 1915 | 2024-10-14T17:32:26.834Z | Checking rusty-fork v0.3.0 |
| 1916 | 2024-10-14T17:32:26.883Z | Compiling structmeta-derive v0.2.0 |
| 1917 | 2024-10-14T17:32:27.110Z | Compiling structmeta v0.3.0 |
| 1918 | 2024-10-14T17:32:27.124Z | Checking unarray v0.1.4 |
| 1919 | 2024-10-14T17:32:27.267Z | Checking proptest v1.5.0 |
| 1920 | 2024-10-14T17:32:27.529Z | Compiling parse-display-derive v0.10.0 |
| 1921 | 2024-10-14T17:32:28.327Z | Checking camino-tempfile v1.1.1 |
| 1922 | 2024-10-14T17:32:28.608Z | Compiling proc-macro-error v1.0.4 |
| 1923 | 2024-10-14T17:32:28.683Z | Compiling proc-macro-crate v1.3.1 |
| 1924 | 2024-10-14T17:32:29.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1925 | 2024-10-14T17:32:29.265Z | Compiling darling_macro v0.20.9 |
| 1926 | 2024-10-14T17:32:29.355Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1927 | 2024-10-14T17:32:29.610Z | Compiling foreign-types-macros v0.2.3 |
| 1928 | 2024-10-14T17:32:29.666Z | Checking foreign-types-shared v0.3.1 |
| 1929 | 2024-10-14T17:32:29.802Z | Compiling num_enum_derive v0.5.11 |
| 1930 | 2024-10-14T17:32:29.924Z | Compiling structmeta v0.2.0 |
| 1931 | 2024-10-14T17:32:30.119Z | Checking tabwriter v1.4.0 |
| 1932 | 2024-10-14T17:32:30.212Z | Compiling darling v0.20.9 |
| 1933 | 2024-10-14T17:32:30.340Z | Compiling serde_with_macros v3.11.0 |
| 1934 | 2024-10-14T17:32:30.365Z | Checking cstr-argument v0.1.2 |
| 1935 | 2024-10-14T17:32:30.368Z | Compiling test-strategy v0.3.1 |
| 1936 | 2024-10-14T17:32:30.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1937 | 2024-10-14T17:32:30.914Z | Checking foreign-types v0.5.0 |
| 1938 | 2024-10-14T17:32:31.030Z | Checking pretty-hex v0.2.1 |
| 1939 | 2024-10-14T17:32:31.188Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1940 | 2024-10-14T17:32:31.389Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1941 | 2024-10-14T17:32:31.524Z | Checking colored v2.1.0 |
| 1942 | 2024-10-14T17:32:31.553Z | Checking smf v0.2.3 |
| 1943 | 2024-10-14T17:32:31.829Z | Checking base64 v0.21.7 |
| 1944 | 2024-10-14T17:32:31.832Z | Compiling crucible-workspace-hack v0.1.0 |
| 1945 | 2024-10-14T17:32:31.967Z | Compiling heapless v0.8.0 |
| 1946 | 2024-10-14T17:32:32.069Z | Checking parse-display v0.10.0 |
| 1947 | 2024-10-14T17:32:32.164Z | Checking termtree v0.4.1 |
| 1948 | 2024-10-14T17:32:32.314Z | Checking hash32 v0.3.1 |
| 1949 | 2024-10-14T17:32:32.337Z | Checking num_enum v0.5.11 |
| 1950 | 2024-10-14T17:32:32.363Z | Checking predicates-tree v1.0.9 |
| 1951 | 2024-10-14T17:32:32.387Z | Compiling smoltcp v0.11.0 |
| 1952 | 2024-10-14T17:32:32.484Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1953 | 2024-10-14T17:32:32.507Z | Checking embedded-io v0.4.0 |
| 1954 | 2024-10-14T17:32:32.527Z | Checking cobs v0.2.3 |
| 1955 | 2024-10-14T17:32:32.704Z | Checking sigpipe v0.1.3 |
| 1956 | 2024-10-14T17:32:32.726Z | Checking postcard v1.0.8 |
| 1957 | 2024-10-14T17:32:32.752Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1958 | 2024-10-14T17:32:32.814Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1959 | 2024-10-14T17:32:32.961Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1960 | 2024-10-14T17:32:33.125Z | Compiling mockall_derive v0.13.0 |
| 1961 | 2024-10-14T17:32:33.149Z | Checking serde_with v3.11.0 |
| 1962 | 2024-10-14T17:32:33.173Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1963 | 2024-10-14T17:32:33.403Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1964 | 2024-10-14T17:32:33.460Z | Checking socket2 v0.4.10 |
| 1965 | 2024-10-14T17:32:33.512Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1966 | 2024-10-14T17:32:33.790Z | Compiling zone_cfg_derive v0.3.0 |
| 1967 | 2024-10-14T17:32:33.857Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1968 | 2024-10-14T17:32:34.209Z | Compiling num-derive v0.4.2 |
| 1969 | 2024-10-14T17:32:34.618Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1970 | 2024-10-14T17:32:34.719Z | Checking downcast v0.11.0 |
| 1971 | 2024-10-14T17:32:34.931Z | Checking fragile v2.0.0 |
| 1972 | 2024-10-14T17:32:35.237Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1973 | 2024-10-14T17:32:35.372Z | Checking zone v0.3.0 |
| 1974 | 2024-10-14T17:32:35.485Z | Checking atomicwrites v0.4.4 |
| 1975 | 2024-10-14T17:32:35.661Z | Compiling convert_case v0.4.0 |
| 1976 | 2024-10-14T17:32:35.690Z | Checking tungstenite v0.21.0 |
| 1977 | 2024-10-14T17:32:36.133Z | Checking newline-converter v0.3.0 |
| 1978 | 2024-10-14T17:32:36.279Z | Checking expectorate v1.1.0 |
| 1979 | 2024-10-14T17:32:36.452Z | Checking itertools v0.13.0 |
| 1980 | 2024-10-14T17:32:36.511Z | Checking same-file v1.0.6 |
| 1981 | 2024-10-14T17:32:36.534Z | Checking tokio-tungstenite v0.21.0 |
| 1982 | 2024-10-14T17:32:36.557Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 1983 | 2024-10-14T17:32:36.635Z | Compiling derive_more v0.99.18 |
| 1984 | 2024-10-14T17:32:36.677Z | Checking walkdir v2.5.0 |
| 1985 | 2024-10-14T17:32:36.745Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1986 | 2024-10-14T17:32:36.941Z | Checking arc-swap v1.7.1 |
| 1987 | 2024-10-14T17:32:37.007Z | Checking xattr v1.3.1 |
| 1988 | 2024-10-14T17:32:37.029Z | Checking filetime v0.2.25 |
| 1989 | 2024-10-14T17:32:37.205Z | Compiling owo-colors v4.1.0 |
| 1990 | 2024-10-14T17:32:37.238Z | Checking tar v0.4.42 |
| 1991 | 2024-10-14T17:32:37.353Z | Checking slog-scope v4.4.0 |
| 1992 | 2024-10-14T17:32:37.508Z | Checking swrite v0.1.0 |
| 1993 | 2024-10-14T17:32:37.552Z | Checking slog-stdlog v4.1.1 |
| 1994 | 2024-10-14T17:32:37.635Z | Compiling cancel-safe-futures v0.1.5 |
| 1995 | 2024-10-14T17:32:37.727Z | Checking slog-envlogger v2.2.0 |
| 1996 | 2024-10-14T17:32:38.020Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1997 | 2024-10-14T17:32:38.070Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1998 | 2024-10-14T17:32:38.377Z | Checking libsw v3.3.1 |
| 1999 | 2024-10-14T17:32:38.473Z | Checking password-hash v0.5.0 |
| 2000 | 2024-10-14T17:32:38.638Z | Checking blake2 v0.10.6 |
| 2001 | 2024-10-14T17:32:38.953Z | Checking indent_write v2.2.0 |
| 2002 | 2024-10-14T17:32:39.140Z | Checking linear-map v1.2.0 |
| 2003 | 2024-10-14T17:32:39.167Z | Checking argon2 v0.5.3 |
| 2004 | 2024-10-14T17:32:39.210Z | Checking num-rational v0.4.2 |
| 2005 | 2024-10-14T17:32:39.479Z | Checking pem v3.0.4 |
| 2006 | 2024-10-14T17:32:39.748Z | Checking num-complex v0.4.6 |
| 2007 | 2024-10-14T17:32:39.815Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2008 | 2024-10-14T17:32:39.838Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2009 | 2024-10-14T17:32:39.862Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2010 | 2024-10-14T17:32:39.885Z | Checking float-ord v0.3.2 |
| 2011 | 2024-10-14T17:32:40.026Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2012 | 2024-10-14T17:32:40.173Z | Compiling lzma-sys v0.1.20 |
| 2013 | 2024-10-14T17:32:40.544Z | Checking humantime v2.1.0 |
| 2014 | 2024-10-14T17:32:40.667Z | Checking num v0.4.3 |
| 2015 | 2024-10-14T17:32:40.782Z | Checking headers-core v0.3.0 |
| 2016 | 2024-10-14T17:32:40.814Z | Compiling heck v0.3.3 |
| 2017 | 2024-10-14T17:32:40.935Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2018 | 2024-10-14T17:32:41.130Z | Checking headers v0.4.0 |
| 2019 | 2024-10-14T17:32:41.221Z | Compiling zone_cfg_derive v0.1.2 |
| 2020 | 2024-10-14T17:32:41.277Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2021 | 2024-10-14T17:32:41.475Z | Checking yasna v0.5.2 |
| 2022 | 2024-10-14T17:32:41.522Z | Checking base64 v0.13.1 |
| 2023 | 2024-10-14T17:32:41.888Z | Checking ron v0.7.1 |
| 2024 | 2024-10-14T17:32:41.970Z | Checking mockall v0.13.0 |
| 2025 | 2024-10-14T17:32:42.210Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2026 | 2024-10-14T17:32:42.338Z | Checking rcgen v0.12.1 |
| 2027 | 2024-10-14T17:32:42.698Z | Checking xz2 v0.1.7 |
| 2028 | 2024-10-14T17:32:42.720Z | Checking zone v0.1.8 |
| 2029 | 2024-10-14T17:32:42.992Z | Checking subprocess v0.2.9 |
| 2030 | 2024-10-14T17:32:42.994Z | Checking half v2.4.1 |
| 2031 | 2024-10-14T17:32:43.032Z | Checking ciborium-io v0.2.2 |
| 2032 | 2024-10-14T17:32:43.152Z | Compiling semver v0.1.20 |
| 2033 | 2024-10-14T17:32:43.367Z | Checking highway v1.2.0 |
| 2034 | 2024-10-14T17:32:43.498Z | Checking ciborium-ll v0.2.2 |
| 2035 | 2024-10-14T17:32:43.519Z | Compiling rustc_version v0.1.7 |
| 2036 | 2024-10-14T17:32:43.793Z | Compiling prettyplease v0.2.22 |
| 2037 | 2024-10-14T17:32:43.835Z | Checking ciborium v0.2.2 |
| 2038 | 2024-10-14T17:32:44.027Z | Compiling newtype_derive v0.1.6 |
| 2039 | 2024-10-14T17:32:44.069Z | Compiling home v0.5.9 |
| 2040 | 2024-10-14T17:32:44.366Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2041 | 2024-10-14T17:32:44.529Z | Checking steno v0.4.1 |
| 2042 | 2024-10-14T17:32:45.456Z | Compiling typify-macro v0.2.0 |
| 2043 | 2024-10-14T17:32:46.594Z | Compiling slog-dtrace v0.3.0 |
| 2044 | 2024-10-14T17:32:46.823Z | Checking display-error-chain v0.2.1 |
| 2045 | 2024-10-14T17:32:46.896Z | Compiling ring v0.16.20 |
| 2046 | 2024-10-14T17:32:46.957Z | Compiling blake3 v1.5.1 |
| 2047 | 2024-10-14T17:32:47.333Z | Checking keccak v0.1.5 |
| 2048 | 2024-10-14T17:32:47.395Z | Checking universal-hash v0.5.1 |
| 2049 | 2024-10-14T17:32:47.442Z | Checking secrecy v0.8.0 |
| 2050 | 2024-10-14T17:32:47.576Z | Checking opaque-debug v0.3.1 |
| 2051 | 2024-10-14T17:32:47.639Z | Checking aead v0.5.2 |
| 2052 | 2024-10-14T17:32:47.665Z | Checking sha3 v0.10.8 |
| 2053 | 2024-10-14T17:32:47.680Z | Checking poly1305 v0.8.0 |
| 2054 | 2024-10-14T17:32:47.856Z | Checking chacha20 v0.9.1 |
| 2055 | 2024-10-14T17:32:48.179Z | Checking gethostname v0.5.0 |
| 2056 | 2024-10-14T17:32:48.200Z | Compiling memmap2 v0.9.4 |
| 2057 | 2024-10-14T17:32:48.329Z | Compiling constant_time_eq v0.3.0 |
| 2058 | 2024-10-14T17:32:48.512Z | Compiling arrayref v0.3.7 |
| 2059 | 2024-10-14T17:32:48.619Z | Compiling arrayvec v0.7.4 |
| 2060 | 2024-10-14T17:32:48.645Z | Compiling spin v0.5.2 |
| 2061 | 2024-10-14T17:32:48.892Z | Compiling untrusted v0.7.1 |
| 2062 | 2024-10-14T17:32:49.008Z | Compiling toolchain_find v0.4.0 |
| 2063 | 2024-10-14T17:32:49.071Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2064 | 2024-10-14T17:32:49.073Z | Compiling topological-sort v0.2.2 |
| 2065 | 2024-10-14T17:32:49.324Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2066 | 2024-10-14T17:32:49.500Z | Compiling rustfmt-wrapper v0.2.1 |
| 2067 | 2024-10-14T17:32:49.672Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2068 | 2024-10-14T17:32:49.804Z | Compiling typify v0.2.0 |
| 2069 | 2024-10-14T17:32:49.959Z | Compiling progenitor-impl v0.8.0 |
| 2070 | 2024-10-14T17:32:50.017Z | Checking chacha20poly1305 v0.10.1 |
| 2071 | 2024-10-14T17:32:50.079Z | Checking nibble_vec v0.1.0 |
| 2072 | 2024-10-14T17:32:50.205Z | Checking endian-type v0.1.2 |
| 2073 | 2024-10-14T17:32:50.227Z | Checking fxhash v0.2.1 |
| 2074 | 2024-10-14T17:32:50.273Z | Checking termcolor v1.4.1 |
| 2075 | 2024-10-14T17:32:50.398Z | Checking maplit v1.0.2 |
| 2076 | 2024-10-14T17:32:50.421Z | Checking radix_trie v0.2.1 |
| 2077 | 2024-10-14T17:32:50.512Z | Compiling radium v0.7.0 |
| 2078 | 2024-10-14T17:32:50.664Z | Checking tap v1.0.1 |
| 2079 | 2024-10-14T17:32:50.707Z | Compiling maybe-uninit v2.0.0 |
| 2080 | 2024-10-14T17:32:50.815Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2081 | 2024-10-14T17:32:50.836Z | Checking wyz v0.5.1 |
| 2082 | 2024-10-14T17:32:51.218Z | Compiling packed_struct v0.10.1 |
| 2083 | 2024-10-14T17:32:51.309Z | Checking funty v2.0.0 |
| 2084 | 2024-10-14T17:32:51.345Z | Checking crc-catalog v2.4.0 |
| 2085 | 2024-10-14T17:32:51.490Z | Checking crc v3.2.1 |
| 2086 | 2024-10-14T17:32:51.724Z | Checking kstat-rs v0.2.4 |
| 2087 | 2024-10-14T17:32:51.892Z | Compiling packed_struct_codegen v0.10.1 |
| 2088 | 2024-10-14T17:32:51.933Z | Compiling indexmap v1.9.3 |
| 2089 | 2024-10-14T17:32:52.063Z | Checking nodrop v0.1.14 |
| 2090 | 2024-10-14T17:32:52.191Z | Compiling libefi-sys v0.1.0 |
| 2091 | 2024-10-14T17:32:52.211Z | Checking bitvec v1.0.1 |
| 2092 | 2024-10-14T17:32:52.265Z | Checking thiserror-no-std v2.0.2 |
| 2093 | 2024-10-14T17:32:52.295Z | Checking array-init v0.0.4 |
| 2094 | 2024-10-14T17:32:52.372Z | Compiling omicron-zone-package v0.11.1 |
| 2095 | 2024-10-14T17:32:52.476Z | Checking vsss-rs v3.3.4 |
| 2096 | 2024-10-14T17:32:53.095Z | Checking smallvec v0.6.14 |
| 2097 | 2024-10-14T17:32:53.262Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2098 | 2024-10-14T17:32:53.506Z | Compiling bitfield-struct v0.6.1 |
| 2099 | 2024-10-14T17:32:53.685Z | Compiling async-recursion v1.1.1 |
| 2100 | 2024-10-14T17:32:54.127Z | Checking hashbrown v0.12.3 |
| 2101 | 2024-10-14T17:32:54.622Z | Checking bitfield v0.14.0 |
| 2102 | 2024-10-14T17:32:54.995Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2103 | 2024-10-14T17:32:55.188Z | Checking serde-hex v0.1.0 |
| 2104 | 2024-10-14T17:32:55.540Z | Checking bzip2 v0.4.4 |
| 2105 | 2024-10-14T17:32:55.742Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2106 | 2024-10-14T17:32:55.825Z | Checking env_logger v0.10.2 |
| 2107 | 2024-10-14T17:32:55.846Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2108 | 2024-10-14T17:32:55.889Z | Checking ron v0.8.1 |
| 2109 | 2024-10-14T17:32:55.971Z | Checking hashbrown v0.13.2 |
| 2110 | 2024-10-14T17:32:56.141Z | Checking crc-any v2.5.0 |
| 2111 | 2024-10-14T17:32:56.237Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2112 | 2024-10-14T17:32:56.361Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2113 | 2024-10-14T17:32:56.776Z | Checking zip v0.6.6 |
| 2114 | 2024-10-14T17:32:56.840Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2115 | 2024-10-14T17:32:57.045Z | Checking object v0.30.4 |
| 2116 | 2024-10-14T17:32:57.080Z | Compiling parking_lot_core v0.8.6 |
| 2117 | 2024-10-14T17:32:57.111Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2118 | 2024-10-14T17:32:57.380Z | Checking path-slash v0.1.5 |
| 2119 | 2024-10-14T17:32:57.419Z | Checking glob v0.3.1 |
| 2120 | 2024-10-14T17:32:57.522Z | Checking hickory-client v0.24.1 |
| 2121 | 2024-10-14T17:32:57.713Z | Checking hickory-server v0.24.1 |
| 2122 | 2024-10-14T17:32:57.916Z | Compiling progenitor-macro v0.8.0 |
| 2123 | 2024-10-14T17:32:57.957Z | Checking parking_lot v0.11.2 |
| 2124 | 2024-10-14T17:32:58.119Z | Checking primeorder v0.13.6 |
| 2125 | 2024-10-14T17:32:58.303Z | Checking sled v0.34.7 |
| 2126 | 2024-10-14T17:32:58.605Z | Compiling unicase v2.7.0 |
| 2127 | 2024-10-14T17:32:58.719Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2128 | 2024-10-14T17:32:58.867Z | Checking nanorand v0.7.0 |
| 2129 | 2024-10-14T17:32:59.224Z | Compiling buf-list v1.0.3 |
| 2130 | 2024-10-14T17:32:59.291Z | Checking flume v0.11.0 |
| 2131 | 2024-10-14T17:32:59.796Z | Checking atty v0.2.14 |
| 2132 | 2024-10-14T17:32:59.923Z | Compiling vte_generate_state_changes v0.1.1 |
| 2133 | 2024-10-14T17:32:59.977Z | Compiling salty v0.3.0 |
| 2134 | 2024-10-14T17:33:00.449Z | Checking p384 v0.13.0 |
| 2135 | 2024-10-14T17:33:00.514Z | Checking fd-lock v4.0.2 |
| 2136 | 2024-10-14T17:33:00.559Z | Checking vte v0.11.1 |
| 2137 | 2024-10-14T17:33:00.802Z | Compiling mime_guess v2.0.4 |
| 2138 | 2024-10-14T17:33:01.113Z | Checking env_filter v0.1.2 |
| 2139 | 2024-10-14T17:33:01.234Z | Checking nu-ansi-term v0.50.0 |
| 2140 | 2024-10-14T17:33:01.344Z | Checking env_logger v0.11.5 |
| 2141 | 2024-10-14T17:33:01.575Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2142 | 2024-10-14T17:33:01.679Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2143 | 2024-10-14T17:33:01.876Z | Checking strip-ansi-escapes v0.2.0 |
| 2144 | 2024-10-14T17:33:01.931Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2145 | 2024-10-14T17:33:01.934Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2146 | 2024-10-14T17:33:02.018Z | Checking reedline v0.35.0 |
| 2147 | 2024-10-14T17:33:02.119Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2148 | 2024-10-14T17:33:02.269Z | Compiling dsl_auto_type v0.1.2 |
| 2149 | 2024-10-14T17:33:02.410Z | Checking scheduled-thread-pool v0.2.7 |
| 2150 | 2024-10-14T17:33:02.520Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2151 | 2024-10-14T17:33:02.639Z | Checking http-range v0.1.5 |
| 2152 | 2024-10-14T17:33:02.774Z | Compiling crunchy v0.2.2 |
| 2153 | 2024-10-14T17:33:02.823Z | Checking hyper-staticfile v0.10.1 |
| 2154 | 2024-10-14T17:33:02.962Z | Checking r2d2 v0.8.10 |
| 2155 | 2024-10-14T17:33:03.159Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2156 | 2024-10-14T17:33:03.339Z | Compiling clang-sys v1.7.0 |
| 2157 | 2024-10-14T17:33:03.360Z | Checking bytecount v0.6.8 |
| 2158 | 2024-10-14T17:33:03.523Z | Compiling tiny-keccak v2.0.2 |
| 2159 | 2024-10-14T17:33:03.885Z | Checking papergrid v0.11.0 |
| 2160 | 2024-10-14T17:33:03.984Z | Compiling diesel_derives v2.2.2 |
| 2161 | 2024-10-14T17:33:04.060Z | Compiling tabled_derive v0.7.0 |
| 2162 | 2024-10-14T17:33:04.114Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2163 | 2024-10-14T17:33:04.377Z | Compiling ref-cast v1.0.23 |
| 2164 | 2024-10-14T17:33:04.726Z | Compiling cfg_aliases v0.1.1 |
| 2165 | 2024-10-14T17:33:04.829Z | Compiling nix v0.28.0 |
| 2166 | 2024-10-14T17:33:05.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2167 | 2024-10-14T17:33:05.616Z | Compiling ascii-canvas v3.0.0 |
| 2168 | 2024-10-14T17:33:05.639Z | Compiling ena v0.14.3 |
| 2169 | 2024-10-14T17:33:05.674Z | Compiling ref-cast-impl v1.0.23 |
| 2170 | 2024-10-14T17:33:05.967Z | Compiling libloading v0.8.3 |
| 2171 | 2024-10-14T17:33:06.057Z | Compiling diff v0.1.13 |
| 2172 | 2024-10-14T17:33:06.140Z | Compiling bindgen v0.69.4 |
| 2173 | 2024-10-14T17:33:06.394Z | Compiling regex-syntax v0.6.29 |
| 2174 | 2024-10-14T17:33:06.617Z | Checking tabled v0.15.0 |
| 2175 | 2024-10-14T17:33:07.037Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2176 | 2024-10-14T17:33:07.065Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2177 | 2024-10-14T17:33:07.562Z | Compiling which v4.4.2 |
| 2178 | 2024-10-14T17:33:08.228Z | Checking signal-hook-tokio v0.3.1 |
| 2179 | 2024-10-14T17:33:08.414Z | Compiling cexpr v0.6.0 |
| 2180 | 2024-10-14T17:33:09.571Z | Compiling lalrpop v0.19.12 |
| 2181 | 2024-10-14T17:33:09.974Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2182 | 2024-10-14T17:33:10.206Z | Compiling rustc-hash v1.1.0 |
| 2183 | 2024-10-14T17:33:10.363Z | Compiling lazycell v1.3.0 |
| 2184 | 2024-10-14T17:33:10.538Z | Compiling shlex v1.3.0 |
| 2185 | 2024-10-14T17:33:12.116Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2186 | 2024-10-14T17:33:12.177Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2187 | 2024-10-14T17:33:12.431Z | Compiling derive_builder_core v0.20.0 |
| 2188 | 2024-10-14T17:33:12.847Z | Checking http v0.2.12 |
| 2189 | 2024-10-14T17:33:13.714Z | Compiling peg-macros v0.8.4 |
| 2190 | 2024-10-14T17:33:14.270Z | Compiling libxml v0.3.3 |
| 2191 | 2024-10-14T17:33:14.654Z | Compiling sqlparser_derive v0.2.2 |
| 2192 | 2024-10-14T17:33:14.870Z | Compiling memoffset v0.9.1 |
| 2193 | 2024-10-14T17:33:15.203Z | Checking unicode_categories v0.1.1 |
| 2194 | 2024-10-14T17:33:15.500Z | Checking sqlformat v0.2.6 |
| 2195 | 2024-10-14T17:33:15.724Z | Checking sqlparser v0.45.0 |
| 2196 | 2024-10-14T17:33:16.048Z | Checking progenitor v0.8.0 |
| 2197 | 2024-10-14T17:33:16.282Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2198 | 2024-10-14T17:33:16.737Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2199 | 2024-10-14T17:33:17.784Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2200 | 2024-10-14T17:33:19.989Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2201 | 2024-10-14T17:33:21.066Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2202 | 2024-10-14T17:33:22.175Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
| 2203 | 2024-10-14T17:33:23.331Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2204 | 2024-10-14T17:33:24.915Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2205 | 2024-10-14T17:33:26.092Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2206 | 2024-10-14T17:33:26.968Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2207 | 2024-10-14T17:33:27.101Z | Checking diesel v2.2.4 |
| 2208 | 2024-10-14T17:33:27.848Z | Checking peg v0.8.4 |
| 2209 | 2024-10-14T17:33:28.102Z | Compiling derive_builder_macro v0.20.0 |
| 2210 | 2024-10-14T17:33:29.068Z | Checking rustyline v14.0.0 |
| 2211 | 2024-10-14T17:33:30.747Z | Checking bcs v0.1.6 |
| 2212 | 2024-10-14T17:33:31.034Z | Compiling strum_macros v0.24.3 |
| 2213 | 2024-10-14T17:33:31.203Z | Compiling pin-project-internal v1.1.5 |
| 2214 | 2024-10-14T17:33:34.236Z | Compiling indoc v1.0.9 |
| 2215 | 2024-10-14T17:33:34.785Z | Checking pin-project v1.1.5 |
| 2216 | 2024-10-14T17:33:35.216Z | Checking derive_builder v0.20.0 |
| 2217 | 2024-10-14T17:33:35.485Z | Checking http-body v0.4.6 |
| 2218 | 2024-10-14T17:33:35.882Z | Checking h2 v0.3.26 |
| 2219 | 2024-10-14T17:33:36.608Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2220 | 2024-10-14T17:33:36.909Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2221 | 2024-10-14T17:33:40.542Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2222 | 2024-10-14T17:33:41.933Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2223 | 2024-10-14T17:33:41.956Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2224 | 2024-10-14T17:33:44.101Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2225 | 2024-10-14T17:33:47.262Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2226 | 2024-10-14T17:33:47.304Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2227 | 2024-10-14T17:33:49.171Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2228 | 2024-10-14T17:33:49.381Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2229 | 2024-10-14T17:33:49.817Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2230 | 2024-10-14T17:33:50.035Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2231 | 2024-10-14T17:33:50.661Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2232 | 2024-10-14T17:33:50.763Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2233 | 2024-10-14T17:33:51.393Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2234 | 2024-10-14T17:33:51.496Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2235 | 2024-10-14T17:33:51.954Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2236 | 2024-10-14T17:33:52.204Z | Checking quick-xml v0.33.0 |
| 2237 | 2024-10-14T17:33:52.405Z | Compiling oso-derive v0.27.3 |
| 2238 | 2024-10-14T17:33:53.511Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2239 | 2024-10-14T17:33:54.768Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2240 | 2024-10-14T17:33:55.665Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2241 | 2024-10-14T17:33:57.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2242 | 2024-10-14T17:33:58.141Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2243 | 2024-10-14T17:33:58.970Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2244 | 2024-10-14T17:33:59.408Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2245 | 2024-10-14T17:33:59.745Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2246 | 2024-10-14T17:34:01.878Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2247 | 2024-10-14T17:34:03.669Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2248 | 2024-10-14T17:34:03.763Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2249 | 2024-10-14T17:34:04.042Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2250 | 2024-10-14T17:34:04.162Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2251 | 2024-10-14T17:34:04.604Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2252 | 2024-10-14T17:34:04.899Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2253 | 2024-10-14T17:34:06.067Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2254 | 2024-10-14T17:34:06.353Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2255 | 2024-10-14T17:34:06.894Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2256 | 2024-10-14T17:34:07.306Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2257 | 2024-10-14T17:34:07.363Z | Checking hyper v0.14.30 |
| 2258 | 2024-10-14T17:34:07.643Z | Checking nix v0.27.1 |
| 2259 | 2024-10-14T17:34:07.917Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2260 | 2024-10-14T17:34:09.078Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2261 | 2024-10-14T17:34:09.320Z | Compiling snafu-derive v0.8.2 |
| 2262 | 2024-10-14T17:34:09.869Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2263 | 2024-10-14T17:34:10.199Z | Checking sync_wrapper v0.1.2 |
| 2264 | 2024-10-14T17:34:11.922Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2265 | 2024-10-14T17:34:12.140Z | Checking reqwest v0.11.27 |
| 2266 | 2024-10-14T17:34:12.715Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2267 | 2024-10-14T17:34:13.038Z | Checking globset v0.4.14 |
| 2268 | 2024-10-14T17:34:13.213Z | Checking bb8 v0.8.5 |
| 2269 | 2024-10-14T17:34:13.560Z | Checking olpc-cjson v0.1.3 |
| 2270 | 2024-10-14T17:34:13.722Z | Checking serde_plain v1.0.2 |
| 2271 | 2024-10-14T17:34:13.812Z | Compiling const_format_proc_macros v0.2.33 |
| 2272 | 2024-10-14T17:34:13.993Z | Checking typed-path v0.7.1 |
| 2273 | 2024-10-14T17:34:14.968Z | Checking snafu v0.8.2 |
| 2274 | 2024-10-14T17:34:15.328Z | Checking async-bb8-diesel v0.2.1 |
| 2275 | 2024-10-14T17:34:15.820Z | Checking parse-size v1.0.0 |
| 2276 | 2024-10-14T17:34:15.881Z | Checking const_format v0.2.33 |
| 2277 | 2024-10-14T17:34:15.932Z | Checking tough v0.17.1 |
| 2278 | 2024-10-14T17:34:15.994Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2279 | 2024-10-14T17:34:16.031Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2280 | 2024-10-14T17:34:16.364Z | Checking heck v0.4.1 |
| 2281 | 2024-10-14T17:34:16.585Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2282 | 2024-10-14T17:34:16.721Z | Checking assert_matches v1.5.0 |
| 2283 | 2024-10-14T17:34:16.830Z | Checking rand_seeder v0.3.0 |
| 2284 | 2024-10-14T17:34:16.971Z | Compiling libz-sys v1.1.16 |
| 2285 | 2024-10-14T17:34:17.076Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2286 | 2024-10-14T17:34:17.297Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2287 | 2024-10-14T17:34:17.787Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2288 | 2024-10-14T17:34:18.907Z | Checking is_ci v1.2.0 |
| 2289 | 2024-10-14T17:34:19.058Z | Checking supports-color v3.0.1 |
| 2290 | 2024-10-14T17:34:19.255Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2291 | 2024-10-14T17:34:19.480Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2292 | 2024-10-14T17:34:20.423Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2293 | 2024-10-14T17:34:20.477Z | Compiling vergen v8.3.2 |
| 2294 | 2024-10-14T17:34:20.508Z | Compiling cargo-platform v0.1.8 |
| 2295 | 2024-10-14T17:34:20.570Z | Checking smawk v0.3.2 |
| 2296 | 2024-10-14T17:34:20.619Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2297 | 2024-10-14T17:34:20.762Z | Checking unicode-linebreak v0.1.5 |
| 2298 | 2024-10-14T17:34:20.820Z | Compiling cargo_metadata v0.18.1 |
| 2299 | 2024-10-14T17:34:21.051Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2300 | 2024-10-14T17:34:21.175Z | Checking textwrap v0.16.1 |
| 2301 | 2024-10-14T17:34:21.564Z | Checking castaway v0.2.3 |
| 2302 | 2024-10-14T17:34:21.653Z | Compiling libsqlite3-sys v0.30.1 |
| 2303 | 2024-10-14T17:34:21.732Z | Compiling cfg_aliases v0.2.1 |
| 2304 | 2024-10-14T17:34:21.855Z | Compiling rustls v0.21.12 |
| 2305 | 2024-10-14T17:34:22.197Z | Compiling nix v0.29.0 |
| 2306 | 2024-10-14T17:34:22.219Z | Checking compact_str v0.8.0 |
| 2307 | 2024-10-14T17:34:22.711Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2308 | 2024-10-14T17:34:23.066Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2309 | 2024-10-14T17:34:23.111Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2310 | 2024-10-14T17:34:23.646Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2311 | 2024-10-14T17:34:24.501Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2312 | 2024-10-14T17:34:24.534Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2313 | 2024-10-14T17:34:24.861Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2314 | 2024-10-14T17:34:26.948Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2315 | 2024-10-14T17:34:26.967Z | Checking lru v0.12.3 |
| 2316 | 2024-10-14T17:34:27.264Z | Checking unicode-truncate v1.0.0 |
| 2317 | 2024-10-14T17:34:27.289Z | Checking sct v0.7.1 |
| 2318 | 2024-10-14T17:34:27.493Z | Checking rustls-webpki v0.101.7 |
| 2319 | 2024-10-14T17:34:27.512Z | Compiling instability v0.3.2 |
| 2320 | 2024-10-14T17:34:27.576Z | Checking cassowary v0.3.0 |
| 2321 | 2024-10-14T17:34:28.494Z | Checking ratatui v0.28.1 |
| 2322 | 2024-10-14T17:34:28.517Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2323 | 2024-10-14T17:34:28.836Z | Checking hashlink v0.9.1 |
| 2324 | 2024-10-14T17:34:29.443Z | Checking concurrent-queue v2.5.0 |
| 2325 | 2024-10-14T17:34:29.770Z | Checking fallible-iterator v0.3.0 |
| 2326 | 2024-10-14T17:34:30.422Z | Checking plotters-backend v0.3.5 |
| 2327 | 2024-10-14T17:34:30.765Z | Checking parking v2.2.1 |
| 2328 | 2024-10-14T17:34:30.960Z | Checking fallible-streaming-iterator v0.1.9 |
| 2329 | 2024-10-14T17:34:31.187Z | Checking rusqlite v0.32.1 |
| 2330 | 2024-10-14T17:34:31.276Z | Checking tokio-rustls v0.24.1 |
| 2331 | 2024-10-14T17:34:31.438Z | Checking plotters-svg v0.3.5 |
| 2332 | 2024-10-14T17:34:31.698Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2333 | 2024-10-14T17:34:32.155Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2334 | 2024-10-14T17:34:32.476Z | Checking rustls-pemfile v1.0.4 |
| 2335 | 2024-10-14T17:34:32.687Z | Checking twox-hash v1.6.3 |
| 2336 | 2024-10-14T17:34:32.763Z | Checking cast v0.3.0 |
| 2337 | 2024-10-14T17:34:32.858Z | Checking plotters v0.3.5 |
| 2338 | 2024-10-14T17:34:33.065Z | Checking criterion-plot v0.5.0 |
| 2339 | 2024-10-14T17:34:33.165Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2340 | 2024-10-14T17:34:33.582Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2341 | 2024-10-14T17:34:34.610Z | Checking fatfs v0.3.6 |
| 2342 | 2024-10-14T17:34:35.252Z | Checking tinytemplate v1.2.1 |
| 2343 | 2024-10-14T17:34:35.565Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2344 | 2024-10-14T17:34:35.612Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2345 | 2024-10-14T17:34:35.634Z | Checking csv-core v0.1.11 |
| 2346 | 2024-10-14T17:34:35.959Z | Checking shell-words v1.1.0 |
| 2347 | 2024-10-14T17:34:36.143Z | Checking oorandom v11.1.3 |
| 2348 | 2024-10-14T17:34:36.314Z | Checking anes v0.1.6 |
| 2349 | 2024-10-14T17:34:36.673Z | Checking criterion v0.5.1 |
| 2350 | 2024-10-14T17:34:36.793Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2351 | 2024-10-14T17:34:38.210Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2352 | 2024-10-14T17:34:39.506Z | Checking csv v1.3.0 |
| 2353 | 2024-10-14T17:34:40.354Z | Checking event-listener v5.3.1 |
| 2354 | 2024-10-14T17:34:40.806Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2355 | 2024-10-14T17:34:42.775Z | Checking rtoolbox v0.0.2 |
| 2356 | 2024-10-14T17:34:42.798Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2357 | 2024-10-14T17:34:42.976Z | Checking rpassword v7.3.1 |
| 2358 | 2024-10-14T17:34:43.141Z | Checking event-listener-strategy v0.5.2 |
| 2359 | 2024-10-14T17:34:43.357Z | Checking tui-tree-widget v0.22.0 |
| 2360 | 2024-10-14T17:34:43.512Z | Compiling samael v0.0.17 |
| 2361 | 2024-10-14T17:34:43.657Z | Checking polyval v0.6.2 |
| 2362 | 2024-10-14T17:34:43.894Z | Checking futures-lite v2.3.0 |
| 2363 | 2024-10-14T17:34:43.952Z | Checking ghash v0.5.1 |
| 2364 | 2024-10-14T17:34:44.119Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2365 | 2024-10-14T17:34:45.238Z | Checking ctr v0.9.2 |
| 2366 | 2024-10-14T17:34:45.479Z | Checking yansi v1.0.1 |
| 2367 | 2024-10-14T17:34:46.022Z | Checking pretty_assertions v1.4.1 |
| 2368 | 2024-10-14T17:34:46.043Z | Checking aes-gcm v0.10.3 |
| 2369 | 2024-10-14T17:34:46.232Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2370 | 2024-10-14T17:34:46.255Z | Checking ssh-encoding v0.2.0 |
| 2371 | 2024-10-14T17:34:46.598Z | Checking blowfish v0.9.1 |
| 2372 | 2024-10-14T17:34:46.858Z | Checking bcrypt-pbkdf v0.10.0 |
| 2373 | 2024-10-14T17:34:47.124Z | Checking ssh-cipher v0.2.0 |
| 2374 | 2024-10-14T17:34:47.443Z | Checking async-lock v3.4.0 |
| 2375 | 2024-10-14T17:34:48.389Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2376 | 2024-10-14T17:34:48.908Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2377 | 2024-10-14T17:34:50.447Z | Checking polling v3.7.3 |
| 2378 | 2024-10-14T17:34:50.838Z | Checking password-hash v0.4.2 |
| 2379 | 2024-10-14T17:34:51.245Z | Checking matches v0.1.10 |
| 2380 | 2024-10-14T17:34:51.359Z | Checking hex-literal v0.4.1 |
| 2381 | 2024-10-14T17:34:51.505Z | Checking idna v0.2.3 |
| 2382 | 2024-10-14T17:34:52.416Z | Checking pbkdf2 v0.11.0 |
| 2383 | 2024-10-14T17:34:52.721Z | Checking async-io v2.3.4 |
| 2384 | 2024-10-14T17:34:53.438Z | Checking ssh-key v0.6.6 |
| 2385 | 2024-10-14T17:34:53.686Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2386 | 2024-10-14T17:34:54.510Z | Checking p521 v0.13.3 |
| 2387 | 2024-10-14T17:34:54.620Z | Checking p256 v0.13.2 |
| 2388 | 2024-10-14T17:34:55.033Z | Checking russh-cryptovec v0.7.2 |
| 2389 | 2024-10-14T17:34:55.055Z | Compiling enum-as-inner v0.5.1 |
| 2390 | 2024-10-14T17:34:55.244Z | Checking async-task v4.7.1 |
| 2391 | 2024-10-14T17:34:55.622Z | Checking md5 v0.7.0 |
| 2392 | 2024-10-14T17:34:55.854Z | Compiling doc-comment v0.3.3 |
| 2393 | 2024-10-14T17:34:55.907Z | Compiling target-lexicon v0.12.16 |
| 2394 | 2024-10-14T17:34:56.031Z | Checking trust-dns-proto v0.22.0 |
| 2395 | 2024-10-14T17:34:56.671Z | Checking russh-keys v0.45.0 |
| 2396 | 2024-10-14T17:34:57.009Z | Checking async-channel v2.3.1 |
| 2397 | 2024-10-14T17:34:57.311Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2398 | 2024-10-14T17:34:58.016Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2399 | 2024-10-14T17:34:58.862Z | Checking piper v0.2.4 |
| 2400 | 2024-10-14T17:34:58.970Z | Checking num-bigint v0.4.5 |
| 2401 | 2024-10-14T17:34:59.087Z | Checking des v0.8.1 |
| 2402 | 2024-10-14T17:34:59.346Z | Compiling guppy-workspace-hack v0.1.0 |
| 2403 | 2024-10-14T17:34:59.584Z | Compiling dhcproto-macros v0.1.0 |
| 2404 | 2024-10-14T17:34:59.749Z | Checking futures-timer v3.0.3 |
| 2405 | 2024-10-14T17:35:00.052Z | Compiling assert_cmd v2.0.16 |
| 2406 | 2024-10-14T17:35:00.546Z | Checking dhcproto v0.12.0 |
| 2407 | 2024-10-14T17:35:00.609Z | Checking blocking v1.6.1 |
| 2408 | 2024-10-14T17:35:01.439Z | Checking russh v0.45.0 |
| 2409 | 2024-10-14T17:35:01.494Z | Checking async-executor v1.13.1 |
| 2410 | 2024-10-14T17:35:01.826Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2411 | 2024-10-14T17:35:01.940Z | Checking async-signal v0.2.10 |
| 2412 | 2024-10-14T17:35:02.220Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2413 | 2024-10-14T17:35:02.471Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2414 | 2024-10-14T17:35:03.211Z | Checking event-listener v2.5.3 |
| 2415 | 2024-10-14T17:35:03.306Z | Compiling target-spec v3.2.2 |
| 2416 | 2024-10-14T17:35:03.415Z | Checking internet-checksum v0.2.1 |
| 2417 | 2024-10-14T17:35:03.596Z | Checking async-channel v1.9.0 |
| 2418 | 2024-10-14T17:35:03.943Z | Checking async-process v2.2.4 |
| 2419 | 2024-10-14T17:35:04.359Z | Checking async-global-executor v2.4.1 |
| 2420 | 2024-10-14T17:35:04.658Z | Checking cfg-expr v0.17.0 |
| 2421 | 2024-10-14T17:35:04.982Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2422 | 2024-10-14T17:35:05.287Z | Checking httptest v0.16.1 |
| 2423 | 2024-10-14T17:35:05.426Z | Checking rustls-native-certs v0.7.0 |
| 2424 | 2024-10-14T17:35:05.581Z | Checking num_cpus v1.16.0 |
| 2425 | 2024-10-14T17:35:05.709Z | Checking kv-log-macro v1.0.7 |
| 2426 | 2024-10-14T17:35:05.729Z | Compiling async-attributes v1.1.2 |
| 2427 | 2024-10-14T17:35:05.992Z | Checking threadpool v1.8.1 |
| 2428 | 2024-10-14T17:35:06.215Z | Checking hyper-rustls v0.26.0 |
| 2429 | 2024-10-14T17:35:06.645Z | Checking async-std v1.13.0 |
| 2430 | 2024-10-14T17:35:06.957Z | Checking pathdiff v0.2.1 |
| 2431 | 2024-10-14T17:35:07.126Z | Checking escape8259 v0.5.2 |
| 2432 | 2024-10-14T17:35:07.339Z | Compiling rstest_macros v0.23.0 |
| 2433 | 2024-10-14T17:35:07.780Z | Checking nested v0.1.1 |
| 2434 | 2024-10-14T17:35:07.997Z | Checking guppy v0.17.8 |
| 2435 | 2024-10-14T17:35:08.026Z | Checking libtest-mimic v0.7.3 |
| 2436 | 2024-10-14T17:35:08.481Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2437 | 2024-10-14T17:35:09.441Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2438 | 2024-10-14T17:35:09.550Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2439 | 2024-10-14T17:35:09.858Z | Checking similar-asserts v1.6.0 |
| 2440 | 2024-10-14T17:35:10.052Z | Checking fancy-regex v0.13.0 |
| 2441 | 2024-10-14T17:35:10.094Z | Checking serde_regex v1.1.0 |
| 2442 | 2024-10-14T17:35:10.360Z | Checking assert-json-diff v2.0.2 |
| 2443 | 2024-10-14T17:35:10.380Z | Checking async-object-pool v0.1.5 |
| 2444 | 2024-10-14T17:35:10.581Z | Compiling proc-macro-crate v3.2.0 |
| 2445 | 2024-10-14T17:35:10.646Z | Checking path-tree v0.8.1 |
| 2446 | 2024-10-14T17:35:10.816Z | Checking stringmetrics v2.2.2 |
| 2447 | 2024-10-14T17:35:10.955Z | Compiling relative-path v1.9.3 |
| 2448 | 2024-10-14T17:35:11.057Z | Compiling trybuild v1.0.99 |
| 2449 | 2024-10-14T17:35:11.640Z | Checking httpmock v0.8.0-alpha.1 |
| 2450 | 2024-10-14T17:35:11.671Z | Checking datatest-stable v0.2.9 |
| 2451 | 2024-10-14T17:35:12.014Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2452 | 2024-10-14T17:35:12.321Z | Compiling git2 v0.19.0 |
| 2453 | 2024-10-14T17:35:12.596Z | Checking blake2b_simd v1.0.2 |
| 2454 | 2024-10-14T17:35:13.360Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2455 | 2024-10-14T17:35:13.798Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2456 | 2024-10-14T17:35:14.137Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2457 | 2024-10-14T17:35:14.468Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2458 | 2024-10-14T17:35:14.805Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2459 | 2024-10-14T17:35:15.347Z | Checking serde_tokenstream v0.2.2 |
| 2460 | 2024-10-14T17:35:15.752Z | Checking uzers v0.11.3 |
| 2461 | 2024-10-14T17:35:16.259Z | Checking rust-argon2 v2.1.0 |
| 2462 | 2024-10-14T17:35:17.060Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2463 | 2024-10-14T17:35:20.030Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2464 | 2024-10-14T17:35:21.162Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2465 | 2024-10-14T17:35:21.489Z | Checking rand_distr v0.4.3 |
| 2466 | 2024-10-14T17:35:22.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2467 | 2024-10-14T17:35:22.307Z | Checking multimap v0.10.0 |
| 2468 | 2024-10-14T17:35:22.626Z | Checking approx v0.5.1 |
| 2469 | 2024-10-14T17:35:22.891Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2470 | 2024-10-14T17:35:23.064Z | Checking rstest v0.23.0 |
| 2471 | 2024-10-14T17:35:23.470Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2472 | 2024-10-14T17:35:24.061Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2473 | 2024-10-14T17:35:24.345Z | Checking partial-io v0.5.4 |
| 2474 | 2024-10-14T17:35:24.403Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2475 | 2024-10-14T17:35:24.716Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2476 | 2024-10-14T17:35:24.739Z | Checking cargo_toml v0.20.5 |
| 2477 | 2024-10-14T17:35:25.613Z | Checking termios v0.3.3 |
| 2478 | 2024-10-14T17:35:25.837Z | Compiling indoc v2.0.5 |
| 2479 | 2024-10-14T17:35:25.924Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2480 | 2024-10-14T17:35:26.789Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2481 | 2024-10-14T17:35:27.163Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2482 | 2024-10-14T17:35:31.476Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2483 | 2024-10-14T17:35:32.133Z | Compiling polar-core v0.27.3 |
| 2484 | 2024-10-14T17:35:42.816Z | Checking oso v0.27.3 |
| 2485 | 2024-10-14T17:35:44.635Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2486 | 2024-10-14T17:35:50.262Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2487 | 2024-10-14T17:36:16.996Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2488 | 2024-10-14T17:36:21.267Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2489 | 2024-10-14T17:36:21.560Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2490 | 2024-10-14T17:36:47.429Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2491 | 2024-10-14T17:36:47.430Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2492 | 2024-10-14T17:36:47.432Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2493 | 2024-10-14T17:38:10.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
| 2494 | 2024-10-14T17:38:10.395Z | |
| 2495 | 2024-10-14T17:38:10.395Z | real 6:27.015827034 |
| 2496 | 2024-10-14T17:38:10.396Z | user 36:12.260259760 |
| 2497 | 2024-10-14T17:38:10.396Z | sys 6:11.972429608 |
| 2498 | 2024-10-14T17:38:10.396Z | trap 0.966307196 |
| 2499 | 2024-10-14T17:38:10.396Z | tflt 2.629118267 |
| 2500 | 2024-10-14T17:38:10.396Z | dflt 0.545704672 |
| 2501 | 2024-10-14T17:38:10.396Z | kflt 0.002364458 |
| 2502 | 2024-10-14T17:38:10.396Z | lock 54:41.572141853 |
| 2503 | 2024-10-14T17:38:10.396Z | slp 2:06:07.680501033 |
| 2504 | 2024-10-14T17:38:10.396Z | lat 1:36.564288966 |
| 2505 | 2024-10-14T17:38:10.396Z | stop 5:37.113717559 |
| 2506 | 2024-10-14T17:38:10.398Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2507 | 2024-10-14T17:38:10.399Z | + ptime -m cargo doc --workspace --no-deps |
| 2508 | 2024-10-14T17:38:11.603Z | warning: output filename collision. |
| 2509 | 2024-10-14T17:38:11.603Z | 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)`. |
| 2510 | 2024-10-14T17:38:11.603Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2511 | 2024-10-14T17:38:11.603Z | The targets should have unique names. |
| 2512 | 2024-10-14T17:38:11.603Z | This is a known bug where multiple crates with the same name use |
| 2513 | 2024-10-14T17:38:11.603Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2514 | 2024-10-14T17:38:11.997Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2515 | 2024-10-14T17:38:12.062Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2516 | 2024-10-14T17:38:12.081Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2517 | 2024-10-14T17:38:12.117Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2518 | 2024-10-14T17:38:12.145Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2519 | 2024-10-14T17:38:12.148Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2520 | 2024-10-14T17:38:12.308Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2521 | 2024-10-14T17:38:12.409Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2522 | 2024-10-14T17:38:12.409Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2523 | 2024-10-14T17:38:12.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2524 | 2024-10-14T17:38:12.474Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2525 | 2024-10-14T17:38:12.642Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2526 | 2024-10-14T17:38:12.698Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2527 | 2024-10-14T17:38:12.723Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2528 | 2024-10-14T17:38:12.917Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2529 | 2024-10-14T17:38:13.225Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2530 | 2024-10-14T17:38:15.643Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2531 | 2024-10-14T17:38:16.010Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2532 | 2024-10-14T17:38:16.340Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2533 | 2024-10-14T17:38:17.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2534 | 2024-10-14T17:38:17.408Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2535 | 2024-10-14T17:38:17.557Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2536 | 2024-10-14T17:38:17.740Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2537 | 2024-10-14T17:38:18.092Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2538 | 2024-10-14T17:38:18.299Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2539 | 2024-10-14T17:38:18.587Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2540 | 2024-10-14T17:38:18.627Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2541 | 2024-10-14T17:38:18.894Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2542 | 2024-10-14T17:38:19.048Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2543 | 2024-10-14T17:38:19.073Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2544 | 2024-10-14T17:38:19.271Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2545 | 2024-10-14T17:38:19.407Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2546 | 2024-10-14T17:38:19.731Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2547 | 2024-10-14T17:38:19.828Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2548 | 2024-10-14T17:38:19.991Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2549 | 2024-10-14T17:38:20.196Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2550 | 2024-10-14T17:38:20.215Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2551 | 2024-10-14T17:38:20.320Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2552 | 2024-10-14T17:38:20.986Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2553 | 2024-10-14T17:38:22.468Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2554 | 2024-10-14T17:38:25.347Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2555 | 2024-10-14T17:38:26.166Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2556 | 2024-10-14T17:38:26.212Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2557 | 2024-10-14T17:38:26.340Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2558 | 2024-10-14T17:38:26.835Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2559 | 2024-10-14T17:38:27.074Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2560 | 2024-10-14T17:38:28.371Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2561 | 2024-10-14T17:38:28.405Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2562 | 2024-10-14T17:38:29.495Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2563 | 2024-10-14T17:38:29.801Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2564 | 2024-10-14T17:38:30.945Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2565 | 2024-10-14T17:38:35.455Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2566 | 2024-10-14T17:38:36.076Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2567 | 2024-10-14T17:38:36.715Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2568 | 2024-10-14T17:38:37.032Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2569 | 2024-10-14T17:38:37.265Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2570 | 2024-10-14T17:38:37.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2571 | 2024-10-14T17:38:37.782Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2572 | 2024-10-14T17:38:37.982Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2573 | 2024-10-14T17:38:38.400Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2574 | 2024-10-14T17:38:38.971Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2575 | 2024-10-14T17:38:39.397Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2576 | 2024-10-14T17:38:39.783Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2577 | 2024-10-14T17:38:39.834Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2578 | 2024-10-14T17:38:39.962Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2579 | 2024-10-14T17:38:40.417Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2580 | 2024-10-14T17:38:40.701Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2581 | 2024-10-14T17:38:41.072Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2582 | 2024-10-14T17:38:41.780Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2583 | 2024-10-14T17:38:41.823Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2584 | 2024-10-14T17:38:42.314Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2585 | 2024-10-14T17:38:42.534Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2586 | 2024-10-14T17:38:42.883Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2587 | 2024-10-14T17:38:42.926Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2588 | 2024-10-14T17:38:42.970Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2589 | 2024-10-14T17:38:43.724Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2590 | 2024-10-14T17:38:44.207Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2591 | 2024-10-14T17:38:44.541Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2592 | 2024-10-14T17:38:44.768Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2593 | 2024-10-14T17:38:44.804Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2594 | 2024-10-14T17:38:45.463Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2595 | 2024-10-14T17:38:45.540Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2596 | 2024-10-14T17:38:46.048Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2597 | 2024-10-14T17:38:46.133Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2598 | 2024-10-14T17:38:46.361Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2599 | 2024-10-14T17:38:46.591Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2600 | 2024-10-14T17:38:46.910Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2601 | 2024-10-14T17:38:47.175Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2602 | 2024-10-14T17:38:47.478Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2603 | 2024-10-14T17:38:47.804Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2604 | 2024-10-14T17:38:48.350Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2605 | 2024-10-14T17:38:48.552Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2606 | 2024-10-14T17:38:49.393Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2607 | 2024-10-14T17:38:50.508Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2608 | 2024-10-14T17:38:50.754Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2609 | 2024-10-14T17:38:51.108Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2610 | 2024-10-14T17:38:51.660Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2611 | 2024-10-14T17:38:51.825Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2612 | 2024-10-14T17:38:52.055Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2613 | 2024-10-14T17:38:53.060Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2614 | 2024-10-14T17:38:56.224Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2615 | 2024-10-14T17:38:56.370Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2616 | 2024-10-14T17:38:56.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2617 | 2024-10-14T17:38:57.495Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2618 | 2024-10-14T17:38:57.495Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2619 | 2024-10-14T17:39:01.153Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2620 | 2024-10-14T17:39:03.195Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2621 | 2024-10-14T17:39:04.231Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2622 | 2024-10-14T17:39:07.062Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2623 | 2024-10-14T17:39:09.079Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2624 | 2024-10-14T17:39:16.234Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2625 | 2024-10-14T17:39:17.378Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2626 | 2024-10-14T17:39:29.579Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2627 | 2024-10-14T17:40:01.014Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2628 | 2024-10-14T17:40:03.471Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2629 | 2024-10-14T17:40:05.476Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2630 | 2024-10-14T17:40:17.934Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2631 | 2024-10-14T17:40:24.463Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2632 | 2024-10-14T17:40:29.053Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2633 | 2024-10-14T17:40:31.028Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2634 | 2024-10-14T17:40:33.735Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2635 | 2024-10-14T17:40:43.212Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2636 | 2024-10-14T17:40:47.020Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2637 | 2024-10-14T17:40:47.104Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2638 | 2024-10-14T17:40:49.943Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2639 | 2024-10-14T17:40:56.671Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2640 | 2024-10-14T17:40:57.793Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2641 | 2024-10-14T17:41:03.152Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2642 | 2024-10-14T17:41:06.789Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2643 | 2024-10-14T17:41:15.991Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2644 | 2024-10-14T17:41:41.532Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2645 | 2024-10-14T17:41:44.196Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2646 | 2024-10-14T17:41:45.650Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2647 | 2024-10-14T17:41:52.006Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2648 | 2024-10-14T17:41:53.077Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2649 | 2024-10-14T17:41:57.714Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2650 | 2024-10-14T17:42:11.828Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2651 | 2024-10-14T17:42:12.150Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2652 | 2024-10-14T17:42:15.031Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2653 | 2024-10-14T17:42:15.583Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2654 | 2024-10-14T17:42:18.601Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2655 | 2024-10-14T17:42:19.346Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2656 | 2024-10-14T17:42:29.893Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2657 | 2024-10-14T17:42:34.176Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2658 | 2024-10-14T17:42:36.641Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2659 | 2024-10-14T17:42:39.502Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2660 | 2024-10-14T17:42:40.681Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2661 | 2024-10-14T17:42:53.232Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2662 | 2024-10-14T17:42:55.635Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2663 | 2024-10-14T17:42:56.239Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2664 | 2024-10-14T17:42:58.470Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2665 | 2024-10-14T17:43:02.390Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2666 | 2024-10-14T17:43:07.227Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2667 | 2024-10-14T17:43:08.452Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2668 | 2024-10-14T17:43:09.849Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2669 | 2024-10-14T17:43:10.743Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2670 | 2024-10-14T17:43:16.272Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2671 | 2024-10-14T17:43:18.257Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2672 | 2024-10-14T17:43:21.923Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2673 | 2024-10-14T17:43:22.734Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2674 | 2024-10-14T17:43:23.036Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2675 | 2024-10-14T17:43:27.234Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2676 | 2024-10-14T17:43:36.620Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2677 | 2024-10-14T17:43:39.113Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2678 | 2024-10-14T17:43:40.784Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2679 | 2024-10-14T17:43:41.080Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2680 | 2024-10-14T17:43:41.174Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2681 | 2024-10-14T17:43:41.438Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2682 | 2024-10-14T17:43:43.891Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2683 | 2024-10-14T17:43:55.562Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2684 | 2024-10-14T17:43:56.164Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2685 | 2024-10-14T17:43:57.475Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2686 | 2024-10-14T17:43:58.336Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2687 | 2024-10-14T17:43:58.481Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2688 | 2024-10-14T17:43:58.925Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2689 | 2024-10-14T17:44:09.410Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2690 | 2024-10-14T17:44:10.550Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2691 | 2024-10-14T17:44:13.183Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2692 | 2024-10-14T17:44:13.751Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2693 | 2024-10-14T17:44:14.123Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2694 | 2024-10-14T17:44:16.594Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2695 | 2024-10-14T17:44:17.914Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2696 | 2024-10-14T17:44:21.410Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2697 | 2024-10-14T17:44:28.511Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2698 | 2024-10-14T17:44:28.732Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2024-10-14T17:44:31.884Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2700 | 2024-10-14T17:44:32.309Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2701 | 2024-10-14T17:44:33.302Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2702 | 2024-10-14T17:44:33.597Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2703 | 2024-10-14T17:44:34.782Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2704 | 2024-10-14T17:44:36.633Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2705 | 2024-10-14T17:44:44.138Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2706 | 2024-10-14T17:44:45.015Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2707 | 2024-10-14T17:44:45.715Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2708 | 2024-10-14T17:44:50.649Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2709 | 2024-10-14T17:44:51.526Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2710 | 2024-10-14T17:44:52.329Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2711 | 2024-10-14T17:44:52.411Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2712 | 2024-10-14T17:44:57.325Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2713 | 2024-10-14T17:44:57.395Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2714 | 2024-10-14T17:44:58.419Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2715 | 2024-10-14T17:45:00.659Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2716 | 2024-10-14T17:45:04.242Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2717 | 2024-10-14T17:45:05.720Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2718 | 2024-10-14T17:45:08.865Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2719 | 2024-10-14T17:45:09.705Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2720 | 2024-10-14T17:45:10.022Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2721 | 2024-10-14T17:45:10.578Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2722 | 2024-10-14T17:45:10.968Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2723 | 2024-10-14T17:45:12.037Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2724 | 2024-10-14T17:45:12.437Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2725 | 2024-10-14T17:45:14.800Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2726 | 2024-10-14T17:45:16.685Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2727 | 2024-10-14T17:45:16.688Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2728 | 2024-10-14T17:45:17.028Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2729 | 2024-10-14T17:45:19.323Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2730 | 2024-10-14T17:45:43.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 32s |
| 2731 | 2024-10-14T17:45:43.187Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
| 2732 | 2024-10-14T17:45:43.249Z | |
| 2733 | 2024-10-14T17:45:43.249Z | real 7:32.744353152 |
| 2734 | 2024-10-14T17:45:43.249Z | user 23:24.677058640 |
| 2735 | 2024-10-14T17:45:43.249Z | sys 33:40.829768534 |
| 2736 | 2024-10-14T17:45:43.249Z | trap 0.389675342 |
| 2737 | 2024-10-14T17:45:43.252Z | tflt 0.169452832 |
| 2738 | 2024-10-14T17:45:43.252Z | dflt 0.143268265 |
| 2739 | 2024-10-14T17:45:43.252Z | kflt 0.000010438 |
| 2740 | 2024-10-14T17:45:43.252Z | lock 1:13:40.472138312 |
| 2741 | 2024-10-14T17:45:43.252Z | slp 2:09:22.394275076 |
| 2742 | 2024-10-14T17:45:43.252Z | lat 1:13.683640839 |
| 2743 | 2024-10-14T17:45:43.252Z | stop 1:00.434021255 |
| 2744 | 2024-10-14T17:45:43.252Z | process exited: duration 1092342 ms, exit code 0 |
| |
| 2745 | 2024-10-14T17:45:43.258Z | found 0 output files |