|
|
|
| 1 | 2024-10-09T21:29:48.639Z | job assigned to worker 01J9SJYT2M5EXPG90PNVJHX7N3 (queued for 53 s) |
| |
| 2 | 2024-10-09T21:29:55.309Z | starting task 0: "setup" |
| 3 | 2024-10-09T21:29:55.316Z | ++ uname -s |
| 4 | 2024-10-09T21:29:55.319Z | + kern=SunOS |
| 5 | 2024-10-09T21:29:55.319Z | + case "$kern" in |
| 6 | 2024-10-09T21:29:55.319Z | + groupadd -g 12345 build |
| 7 | 2024-10-09T21:29:55.322Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-09T21:29:57.332Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-09T21:29:57.473Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-09T21:29:57.476Z | + home_fs=zfs |
| 11 | 2024-10-09T21:29:57.476Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-09T21:29:57.476Z | + mkdir -p /home/build |
| 13 | 2024-10-09T21:29:57.478Z | + chown build:build /home/build /work |
| 14 | 2024-10-09T21:29:59.479Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-09T21:29:59.482Z | process exited: duration 4175 ms, exit code 0 |
| |
| 16 | 2024-10-09T21:29:59.487Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-09T21:29:59.492Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-09T21:29:59.492Z | ' 1.80.1 |
| 19 | 2024-10-09T21:29:59.492Z | * toolchain channel = "1.80.1" |
| 20 | 2024-10-09T21:29:59.496Z | * toolchain profile = "default" |
| 21 | 2024-10-09T21:29:59.496Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-10-09T21:29:59.496Z | ' default |
| 23 | 2024-10-09T21:29:59.496Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-09T21:29:59.497Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-09T21:29:59.600Z | info: downloading installer |
| 26 | 2024-10-09T21:30:00.995Z | info: profile set to 'default' |
| 27 | 2024-10-09T21:30:00.997Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-09T21:30:00.997Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-09T21:30:01.122Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-09T21:30:01.122Z | info: downloading component 'cargo' |
| 31 | 2024-10-09T21:30:01.782Z | info: downloading component 'clippy' |
| 32 | 2024-10-09T21:30:02.021Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-09T21:30:03.019Z | info: downloading component 'rust-std' |
| 34 | 2024-10-09T21:30:04.294Z | info: downloading component 'rustc' |
| 35 | 2024-10-09T21:30:07.851Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-09T21:30:08.045Z | info: installing component 'cargo' |
| 37 | 2024-10-09T21:30:08.867Z | info: installing component 'clippy' |
| 38 | 2024-10-09T21:30:09.242Z | info: installing component 'rust-docs' |
| 39 | 2024-10-09T21:30:10.873Z | info: installing component 'rust-std' |
| 40 | 2024-10-09T21:30:12.553Z | info: installing component 'rustc' |
| 41 | 2024-10-09T21:30:16.762Z | info: installing component 'rustfmt' |
| 42 | 2024-10-09T21:30:17.106Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-09T21:30:17.106Z | |
| 44 | 2024-10-09T21:30:17.362Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-09T21:30:17.362Z | |
| 46 | 2024-10-09T21:30:17.364Z | |
| 47 | 2024-10-09T21:30:17.364Z | Rust is installed now. Great! |
| 48 | 2024-10-09T21:30:17.364Z | |
| 49 | 2024-10-09T21:30:17.364Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-09T21:30:17.364Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-09T21:30:17.364Z | |
| 52 | 2024-10-09T21:30:17.364Z | To configure your current shell, you need to source |
| 53 | 2024-10-09T21:30:17.364Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-09T21:30:17.364Z | |
| 55 | 2024-10-09T21:30:17.364Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-09T21:30:17.364Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-09T21:30:17.364Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-09T21:30:17.414Z | + rustc --version |
| 59 | 2024-10-09T21:30:17.476Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-09T21:30:17.479Z | process exited: duration 17989 ms, exit code 0 |
| |
| 61 | 2024-10-09T21:30:17.485Z | starting task 2: "authentication" |
| 62 | 2024-10-09T21:30:17.505Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-10-09T21:30:17.511Z | starting task 3: "clone repository" |
| 64 | 2024-10-09T21:30:17.516Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-09T21:30:17.519Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-09T21:30:17.550Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-09T21:30:23.617Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-09T21:30:23.617Z | + git fetch origin 632346210ca646c818d7aa831a111e033a94b92c |
| 69 | 2024-10-09T21:30:23.913Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-09T21:30:23.913Z | * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD |
| 71 | 2024-10-09T21:30:23.921Z | + [[ -n clickhouse-inventory-collection ]] |
| 72 | 2024-10-09T21:30:23.923Z | ++ git branch --show-current |
| 73 | 2024-10-09T21:30:23.926Z | + current=main |
| 74 | 2024-10-09T21:30:23.926Z | + [[ main != clickhouse-inventory-collection ]] |
| 75 | 2024-10-09T21:30:23.926Z | + git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c |
| 76 | 2024-10-09T21:30:23.929Z | + git checkout -f clickhouse-inventory-collection |
| 77 | 2024-10-09T21:30:24.006Z | Switched to branch 'clickhouse-inventory-collection' |
| 78 | 2024-10-09T21:30:24.009Z | + git reset --hard 632346210ca646c818d7aa831a111e033a94b92c |
| 79 | 2024-10-09T21:30:24.085Z | HEAD is now at 632346210 Add support for clickhouse keeper inventory collection |
| 80 | 2024-10-09T21:30:24.088Z | process exited: duration 6573 ms, exit code 0 |
| |
| 81 | 2024-10-09T21:30:24.105Z | starting task 4: "build" |
| 82 | 2024-10-09T21:30:24.111Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-10-09T21:30:24.114Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-10-09T21:30:24.114Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-10-09T21:30:24.114Z | + cargo --version |
| 86 | 2024-10-09T21:30:24.171Z | cargo 1.80.1 (376290515 2024-07-16) |
| 87 | 2024-10-09T21:30:24.179Z | + rustc --version |
| 88 | 2024-10-09T21:30:24.223Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 89 | 2024-10-09T21:30:24.226Z | + source ./env.sh |
| 90 | 2024-10-09T21:30:24.226Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-10-09T21:30:24.226Z | ++ set -o xtrace |
| 92 | 2024-10-09T21:30:24.229Z | ++++ dirname ./env.sh |
| 93 | 2024-10-09T21:30:24.232Z | +++ readlink -f . |
| 94 | 2024-10-09T21:30:24.232Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-10-09T21:30:24.232Z | ++ export PATH=/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-09T21:30:24.232Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 98 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 99 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 100 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 101 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 102 | 2024-10-09T21:30:24.232Z | ++ 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 |
| 103 | 2024-10-09T21:30:24.232Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-10-09T21:30:24.232Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-10-09T21:30:24.232Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 106 | 2024-10-09T21:30:24.232Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 107 | 2024-10-09T21:30:24.233Z | + banner prerequisites |
| 108 | 2024-10-09T21:30:24.236Z | |
| 109 | 2024-10-09T21:30:24.236Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-10-09T21:30:24.236Z | # # # # # # # # # # # # # # # |
| 111 | 2024-10-09T21:30:24.236Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-10-09T21:30:24.236Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-10-09T21:30:24.236Z | # # # # # # # # # # # # # # # |
| 114 | 2024-10-09T21:30:24.236Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-10-09T21:30:24.236Z | |
| 116 | 2024-10-09T21:30:24.237Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-10-09T21:30:31.176Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-10-09T21:30:33.994Z | Startup: Caching catalogs ... Done |
| 119 | 2024-10-09T21:30:38.810Z | Planning: Solver setup ... Done (4.110s) |
| 120 | 2024-10-09T21:30:38.876Z | Planning: Running solver ... Done (0.066s) |
| 121 | 2024-10-09T21:30:38.941Z | Planning: Finding local manifests ... Done (0.003s) |
| 122 | 2024-10-09T21:30:38.954Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-10-09T21:30:39.171Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-10-09T21:30:39.268Z | Planning: Package planning ... Done (0.097s) |
| 125 | 2024-10-09T21:30:39.323Z | Planning: Merging actions ... Done (0.055s) |
| 126 | 2024-10-09T21:30:39.516Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 127 | 2024-10-09T21:30:40.910Z | Planning: Consolidating action changes ... Done (1.393s) |
| 128 | 2024-10-09T21:30:41.288Z | Planning: Evaluating mediators ... Done (0.378s) |
| 129 | 2024-10-09T21:30:41.365Z | Planning: Planning completed in 7.29 seconds |
| 130 | 2024-10-09T21:30:41.380Z | Packages to install: 4 |
| 131 | 2024-10-09T21:30:41.380Z | Packages to update: 1 |
| 132 | 2024-10-09T21:30:41.382Z | Mediators to change: 2 |
| 133 | 2024-10-09T21:30:41.383Z | Services to change: 1 |
| 134 | 2024-10-09T21:30:41.383Z | Estimated space available: 155.71 GB |
| 135 | 2024-10-09T21:30:41.383Z | Estimated space to be consumed: 1.56 GB |
| 136 | 2024-10-09T21:30:41.383Z | Create boot environment: No |
| 137 | 2024-10-09T21:30:41.383Z | Create backup boot environment: Yes |
| 138 | 2024-10-09T21:30:41.383Z | Rebuild boot archive: No |
| 139 | 2024-10-09T21:30:41.383Z | |
| 140 | 2024-10-09T21:30:41.383Z | Changed mediators: |
| 141 | 2024-10-09T21:30:41.383Z | mediator clang: |
| 142 | 2024-10-09T21:30:41.383Z | version: None -> 15 (system default) |
| 143 | 2024-10-09T21:30:41.383Z | |
| 144 | 2024-10-09T21:30:41.383Z | mediator llvm: |
| 145 | 2024-10-09T21:30:41.383Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-10-09T21:30:41.383Z | |
| 147 | 2024-10-09T21:30:41.383Z | Changed packages: |
| 148 | 2024-10-09T21:30:41.383Z | helios-dev |
| 149 | 2024-10-09T21:30:41.383Z | developer/build-essential |
| 150 | 2024-10-09T21:30:41.383Z | None -> 11-2.0 |
| 151 | 2024-10-09T21:30:41.383Z | library/libxmlsec1 |
| 152 | 2024-10-09T21:30:41.383Z | None -> 1.2.35-2.0 |
| 153 | 2024-10-09T21:30:41.383Z | ooce/developer/clang-15 |
| 154 | 2024-10-09T21:30:41.383Z | None -> 15.0.7-2.0 |
| 155 | 2024-10-09T21:30:41.383Z | ooce/developer/llvm-15 |
| 156 | 2024-10-09T21:30:41.383Z | None -> 15.0.7-2.0 |
| 157 | 2024-10-09T21:30:41.383Z | package/pkg |
| 158 | 2024-10-09T21:30:41.383Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-10-09T21:30:41.383Z | |
| 160 | 2024-10-09T21:30:41.383Z | Services: |
| 161 | 2024-10-09T21:30:41.383Z | restart_fmri: |
| 162 | 2024-10-09T21:30:41.383Z | svc:/system/update-man-index:default |
| 163 | 2024-10-09T21:30:41.383Z | |
| 164 | 2024-10-09T21:30:41.383Z | Editable files to change: |
| 165 | 2024-10-09T21:30:41.383Z | Update: |
| 166 | 2024-10-09T21:30:41.383Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-10-09T21:30:41.459Z | |
| 168 | 2024-10-09T21:30:41.459Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-10-09T21:30:46.461Z | Download: 1025/4281 items 19.5/220.6MB 8% complete (4.0M/s) |
| 170 | 2024-10-09T21:30:56.098Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (10.2M/s) |
| 171 | 2024-10-09T21:31:01.291Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (8.5M/s) |
| 172 | 2024-10-09T21:31:06.293Z | Download: 3219/4281 items 192.9/220.6MB 87% complete (10.9M/s) |
| 173 | 2024-10-09T21:31:15.949Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.8M/s) |
| 174 | 2024-10-09T21:31:22.259Z | Download: 3286/4281 items 212.5/220.6MB 96% complete (1.0M/s) |
| 175 | 2024-10-09T21:31:27.312Z | Download: 4204/4281 items 220.5/220.6MB 99% complete (1.1M/s) |
| 176 | 2024-10-09T21:31:30.400Z | Download: Completed 220.60 MB in 48.94 seconds (4.5M/s) |
| 177 | 2024-10-09T21:31:32.452Z | Actions: 1/5063 actions (Removing old actions) |
| 178 | 2024-10-09T21:31:32.474Z | Actions: 194/5063 actions (Installing new actions) |
| 179 | 2024-10-09T21:31:37.119Z | Actions: 4226/5063 actions (Updating modified actions) |
| 180 | 2024-10-09T21:31:37.431Z | Actions: Completed 5063 actions in 4.97 seconds. |
| 181 | 2024-10-09T21:31:37.755Z | Done (0.323s) |
| 182 | 2024-10-09T21:31:37.759Z | Done (0.000s) |
| 183 | 2024-10-09T21:31:38.203Z | Done (0.447s) |
| 184 | 2024-10-09T21:31:42.430Z | Done (4.033s) |
| 185 | 2024-10-09T21:31:42.514Z | Done (0.016s) |
| 186 | 2024-10-09T21:31:42.518Z | Done (0.000s) |
| 187 | 2024-10-09T21:31:42.719Z | Done (0.000s) |
| 188 | 2024-10-09T21:31:43.337Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2024-10-09T21:31:43.500Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2024-10-09T21:31:43.503Z | Planning: Consolidating action changes ... Done |
| 191 | 2024-10-09T21:31:43.769Z | Planning: Evaluating mediators ... Done |
| 192 | 2024-10-09T21:31:43.772Z | Planning: Planning completed in 0.43 seconds |
| 193 | 2024-10-09T21:31:43.808Z | Mediators to change: 2 |
| 194 | 2024-10-09T21:31:43.811Z | Create boot environment: No |
| 195 | 2024-10-09T21:31:43.811Z | Create backup boot environment: No |
| 196 | 2024-10-09T21:31:43.871Z | Done |
| 197 | 2024-10-09T21:31:43.871Z | Done |
| 198 | 2024-10-09T21:31:44.162Z | Done |
| 199 | 2024-10-09T21:31:47.660Z | Done |
| 200 | 2024-10-09T21:31:47.749Z | Done |
| 201 | 2024-10-09T21:31:47.752Z | Done |
| 202 | 2024-10-09T21:31:47.858Z | Done |
| 203 | 2024-10-09T21:31:48.460Z | Planning: Evaluating mediator changes ... Done |
| 204 | 2024-10-09T21:31:48.462Z | Planning: Merging actions ... Done |
| 205 | 2024-10-09T21:31:48.648Z | Planning: Checking for conflicting actions ... Done |
| 206 | 2024-10-09T21:31:48.651Z | Planning: Consolidating action changes ... Done |
| 207 | 2024-10-09T21:31:48.915Z | Planning: Evaluating mediators ... Done |
| 208 | 2024-10-09T21:31:48.971Z | Planning: Planning completed in 0.75 seconds |
| 209 | 2024-10-09T21:31:49.010Z | Packages to change: 1 |
| 210 | 2024-10-09T21:31:49.010Z | Mediators to change: 1 |
| 211 | 2024-10-09T21:31:49.013Z | Services to change: 1 |
| 212 | 2024-10-09T21:31:49.013Z | Create boot environment: No |
| 213 | 2024-10-09T21:31:49.013Z | Create backup boot environment: Yes |
| 214 | 2024-10-09T21:31:50.992Z | Actions: 1/6 actions (Updating modified actions) |
| 215 | 2024-10-09T21:31:50.995Z | Actions: Completed 6 actions in 0.00 seconds. |
| 216 | 2024-10-09T21:31:50.995Z | Done |
| 217 | 2024-10-09T21:31:50.995Z | Done |
| 218 | 2024-10-09T21:31:51.087Z | Done |
| 219 | 2024-10-09T21:31:54.586Z | Done |
| 220 | 2024-10-09T21:31:54.672Z | Done |
| 221 | 2024-10-09T21:31:54.674Z | Done |
| 222 | 2024-10-09T21:31:54.828Z | Done |
| 223 | 2024-10-09T21:31:55.258Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 224 | 2024-10-09T21:31:55.258Z | clang system 15 system |
| 225 | 2024-10-09T21:31:55.258Z | csh system system illumos |
| 226 | 2024-10-09T21:31:55.258Z | ctags system system illumos |
| 227 | 2024-10-09T21:31:55.258Z | gcc vendor 12 vendor |
| 228 | 2024-10-09T21:31:55.258Z | gcc system 10 system |
| 229 | 2024-10-09T21:31:55.258Z | gcc system 7 system |
| 230 | 2024-10-09T21:31:55.258Z | go system 1.20 system |
| 231 | 2024-10-09T21:31:55.258Z | go system 1.19 system |
| 232 | 2024-10-09T21:31:55.258Z | llvm system 15 system |
| 233 | 2024-10-09T21:31:55.258Z | llvm system 14 system |
| 234 | 2024-10-09T21:31:55.258Z | mariadb system 10.6 system |
| 235 | 2024-10-09T21:31:55.258Z | mta vendor vendor dma |
| 236 | 2024-10-09T21:31:55.258Z | openjdk system 17 system |
| 237 | 2024-10-09T21:31:55.258Z | openjdk system 11 system |
| 238 | 2024-10-09T21:31:55.258Z | openjdk system 1.8 system |
| 239 | 2024-10-09T21:31:55.258Z | openssl vendor 3 vendor |
| 240 | 2024-10-09T21:31:55.258Z | perl system 5.36 system |
| 241 | 2024-10-09T21:31:55.258Z | postgresql system 15 system |
| 242 | 2024-10-09T21:31:55.258Z | postgresql system 13 system |
| 243 | 2024-10-09T21:31:55.258Z | python vendor 3 vendor |
| 244 | 2024-10-09T21:31:55.258Z | python system 2 system |
| 245 | 2024-10-09T21:31:55.258Z | python3 system 3.11 system |
| 246 | 2024-10-09T21:31:55.258Z | ruby system 3.0 system |
| 247 | 2024-10-09T21:31:55.258Z | words vendor vendor american-english |
| 248 | 2024-10-09T21:31:55.258Z | words system system australian-english |
| 249 | 2024-10-09T21:31:55.258Z | words system system british-english |
| 250 | 2024-10-09T21:31:55.259Z | words system system canadian-english |
| 251 | 2024-10-09T21:31:55.259Z | words system system french |
| 252 | 2024-10-09T21:31:55.259Z | words system system italian |
| 253 | 2024-10-09T21:31:55.259Z | words system system ngerman |
| 254 | 2024-10-09T21:31:55.259Z | words system system ogerman |
| 255 | 2024-10-09T21:31:55.259Z | words system system spanish |
| 256 | 2024-10-09T21:31:55.589Z | PUBLISHER TYPE STATUS P LOCATION |
| 257 | 2024-10-09T21:31:55.589Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 258 | 2024-10-09T21:31:57.664Z | FMRI IFO |
| 259 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 260 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 261 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 262 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 263 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 264 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 265 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 266 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 267 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 268 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 269 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 270 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 271 | 2024-10-09T21:31:57.664Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 272 | 2024-10-09T21:31:58.333Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 273 | 2024-10-09T21:31:58.657Z | Updating crates.io index |
| 274 | 2024-10-09T21:31:58.660Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2024-10-09T21:31:59.545Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 276 | 2024-10-09T21:31:59.824Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2024-10-09T21:32:00.106Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 278 | 2024-10-09T21:32:00.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 279 | 2024-10-09T21:32:01.111Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 280 | 2024-10-09T21:32:03.385Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 281 | 2024-10-09T21:32:04.408Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 282 | 2024-10-09T21:32:05.148Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 283 | 2024-10-09T21:32:05.437Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 284 | 2024-10-09T21:32:05.706Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 285 | 2024-10-09T21:32:06.299Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 286 | 2024-10-09T21:32:06.619Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 287 | 2024-10-09T21:32:06.928Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 288 | 2024-10-09T21:32:07.234Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 289 | 2024-10-09T21:32:07.575Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2024-10-09T21:32:07.862Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 291 | 2024-10-09T21:32:08.069Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 292 | 2024-10-09T21:32:08.356Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 293 | 2024-10-09T21:32:08.639Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 294 | 2024-10-09T21:32:08.986Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 295 | 2024-10-09T21:32:09.297Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 296 | 2024-10-09T21:32:09.644Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 297 | 2024-10-09T21:32:09.939Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 298 | 2024-10-09T21:32:10.446Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 299 | 2024-10-09T21:32:10.725Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2024-10-09T21:32:11.233Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 301 | 2024-10-09T21:32:11.658Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-10-09T21:32:11.963Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-10-09T21:32:12.274Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-10-09T21:32:13.450Z | Downloading crates ... |
| 305 | 2024-10-09T21:32:13.638Z | Downloaded colorchoice v1.0.1 |
| 306 | 2024-10-09T21:32:13.642Z | Downloaded cargo-platform v0.1.8 |
| 307 | 2024-10-09T21:32:13.645Z | Downloaded anstream v0.6.14 |
| 308 | 2024-10-09T21:32:13.648Z | Downloaded dtrace-parser v0.2.0 |
| 309 | 2024-10-09T21:32:13.655Z | Downloaded scroll_derive v0.12.0 |
| 310 | 2024-10-09T21:32:13.660Z | Downloaded anyhow v1.0.89 |
| 311 | 2024-10-09T21:32:13.663Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2024-10-09T21:32:13.666Z | Downloaded errno v0.3.9 |
| 313 | 2024-10-09T21:32:13.666Z | Downloaded crypto-common v0.1.6 |
| 314 | 2024-10-09T21:32:13.666Z | Downloaded bytecount v0.6.8 |
| 315 | 2024-10-09T21:32:13.669Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2024-10-09T21:32:13.669Z | Downloaded anstyle-parse v0.2.4 |
| 317 | 2024-10-09T21:32:13.673Z | Downloaded thiserror-impl v1.0.64 |
| 318 | 2024-10-09T21:32:13.676Z | Downloaded itoa v1.0.11 |
| 319 | 2024-10-09T21:32:13.676Z | Downloaded generic-array v0.14.7 |
| 320 | 2024-10-09T21:32:13.678Z | Downloaded strsim v0.11.1 |
| 321 | 2024-10-09T21:32:13.679Z | Downloaded proc-macro-error-attr v1.0.4 |
| 322 | 2024-10-09T21:32:13.681Z | Downloaded equivalent v1.0.1 |
| 323 | 2024-10-09T21:32:13.681Z | Downloaded plain v0.2.3 |
| 324 | 2024-10-09T21:32:13.683Z | Downloaded heck v0.5.0 |
| 325 | 2024-10-09T21:32:13.683Z | Downloaded fnv v1.0.7 |
| 326 | 2024-10-09T21:32:13.683Z | Downloaded anstyle-query v1.0.3 |
| 327 | 2024-10-09T21:32:13.686Z | Downloaded pest_generator v2.7.10 |
| 328 | 2024-10-09T21:32:13.686Z | Downloaded memmap v0.7.0 |
| 329 | 2024-10-09T21:32:13.688Z | Downloaded macaddr v1.0.1 |
| 330 | 2024-10-09T21:32:13.688Z | Downloaded version_check v0.9.5 |
| 331 | 2024-10-09T21:32:13.691Z | Downloaded camino v1.1.9 |
| 332 | 2024-10-09T21:32:13.694Z | Downloaded clap_derive v4.5.18 |
| 333 | 2024-10-09T21:32:13.696Z | Downloaded serde_spanned v0.6.7 |
| 334 | 2024-10-09T21:32:13.699Z | Downloaded autocfg v1.3.0 |
| 335 | 2024-10-09T21:32:13.701Z | Downloaded anstyle v1.0.8 |
| 336 | 2024-10-09T21:32:13.703Z | Downloaded proc-macro-error v1.0.4 |
| 337 | 2024-10-09T21:32:13.709Z | Downloaded is_terminal_polyfill v1.70.0 |
| 338 | 2024-10-09T21:32:13.711Z | Downloaded pretty-hex v0.4.1 |
| 339 | 2024-10-09T21:32:13.715Z | Downloaded swrite v0.1.0 |
| 340 | 2024-10-09T21:32:13.717Z | Downloaded cargo_toml v0.20.5 |
| 341 | 2024-10-09T21:32:13.719Z | Downloaded pest_derive v2.7.10 |
| 342 | 2024-10-09T21:32:13.722Z | Downloaded cfg-if v1.0.0 |
| 343 | 2024-10-09T21:32:13.722Z | Downloaded camino-tempfile v1.1.1 |
| 344 | 2024-10-09T21:32:13.724Z | Downloaded block-buffer v0.10.4 |
| 345 | 2024-10-09T21:32:13.724Z | Downloaded tempfile v3.13.0 |
| 346 | 2024-10-09T21:32:13.727Z | Downloaded terminal_size v0.3.0 |
| 347 | 2024-10-09T21:32:13.730Z | Downloaded sha2 v0.10.8 |
| 348 | 2024-10-09T21:32:13.732Z | Downloaded digest v0.10.7 |
| 349 | 2024-10-09T21:32:13.734Z | Downloaded dof v0.3.0 |
| 350 | 2024-10-09T21:32:13.736Z | Downloaded ucd-trie v0.1.6 |
| 351 | 2024-10-09T21:32:13.736Z | Downloaded clap_lex v0.7.0 |
| 352 | 2024-10-09T21:32:13.739Z | Downloaded byteorder v1.5.0 |
| 353 | 2024-10-09T21:32:13.739Z | Downloaded serde_derive v1.0.210 |
| 354 | 2024-10-09T21:32:13.741Z | Downloaded quote v1.0.37 |
| 355 | 2024-10-09T21:32:13.744Z | Downloaded heck v0.4.1 |
| 356 | 2024-10-09T21:32:13.746Z | Downloaded fs-err v2.11.0 |
| 357 | 2024-10-09T21:32:13.746Z | Downloaded fastrand v2.1.1 |
| 358 | 2024-10-09T21:32:13.748Z | Downloaded toml_datetime v0.6.8 |
| 359 | 2024-10-09T21:32:13.748Z | Downloaded tabled_derive v0.7.0 |
| 360 | 2024-10-09T21:32:13.751Z | Downloaded smawk v0.3.2 |
| 361 | 2024-10-09T21:32:13.751Z | Downloaded serde_tokenstream v0.2.2 |
| 362 | 2024-10-09T21:32:13.753Z | Downloaded scroll v0.12.0 |
| 363 | 2024-10-09T21:32:13.753Z | Downloaded unicode-linebreak v0.1.5 |
| 364 | 2024-10-09T21:32:13.753Z | Downloaded textwrap v0.16.1 |
| 365 | 2024-10-09T21:32:13.756Z | Downloaded usdt v0.5.0 |
| 366 | 2024-10-09T21:32:13.758Z | Downloaded thread-id v4.2.1 |
| 367 | 2024-10-09T21:32:13.758Z | Downloaded cargo_metadata v0.18.1 |
| 368 | 2024-10-09T21:32:13.761Z | Downloaded ryu v1.0.18 |
| 369 | 2024-10-09T21:32:13.765Z | Downloaded toml v0.8.19 |
| 370 | 2024-10-09T21:32:13.768Z | Downloaded cpufeatures v0.2.12 |
| 371 | 2024-10-09T21:32:13.770Z | Downloaded clap v4.5.18 |
| 372 | 2024-10-09T21:32:13.777Z | Downloaded utf8parse v0.2.1 |
| 373 | 2024-10-09T21:32:13.780Z | Downloaded thiserror v1.0.64 |
| 374 | 2024-10-09T21:32:13.783Z | Downloaded zerocopy-derive v0.7.34 |
| 375 | 2024-10-09T21:32:13.786Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2024-10-09T21:32:13.789Z | Downloaded bitflags v2.6.0 |
| 377 | 2024-10-09T21:32:13.791Z | Downloaded semver v1.0.23 |
| 378 | 2024-10-09T21:32:13.793Z | Downloaded papergrid v0.11.0 |
| 379 | 2024-10-09T21:32:13.797Z | Downloaded pest_meta v2.7.10 |
| 380 | 2024-10-09T21:32:13.801Z | Downloaded unicode-ident v1.0.13 |
| 381 | 2024-10-09T21:32:13.804Z | Downloaded typenum v1.17.0 |
| 382 | 2024-10-09T21:32:13.804Z | Downloaded indexmap v2.5.0 |
| 383 | 2024-10-09T21:32:13.808Z | Downloaded once_cell v1.19.0 |
| 384 | 2024-10-09T21:32:13.810Z | Downloaded proc-macro2 v1.0.86 |
| 385 | 2024-10-09T21:32:13.812Z | Downloaded log v0.4.22 |
| 386 | 2024-10-09T21:32:13.816Z | Downloaded toml_edit v0.22.22 |
| 387 | 2024-10-09T21:32:13.836Z | Downloaded serde v1.0.210 |
| 388 | 2024-10-09T21:32:13.843Z | Downloaded memchr v2.7.2 |
| 389 | 2024-10-09T21:32:13.848Z | Downloaded hashbrown v0.14.5 |
| 390 | 2024-10-09T21:32:13.865Z | Downloaded zerocopy v0.7.34 |
| 391 | 2024-10-09T21:32:13.879Z | Downloaded serde_json v1.0.128 |
| 392 | 2024-10-09T21:32:13.886Z | Downloaded pest v2.7.10 |
| 393 | 2024-10-09T21:32:13.890Z | Downloaded winnow v0.6.18 |
| 394 | 2024-10-09T21:32:13.898Z | Downloaded clap_builder v4.5.18 |
| 395 | 2024-10-09T21:32:13.904Z | Downloaded tabled v0.15.0 |
| 396 | 2024-10-09T21:32:13.920Z | Downloaded syn v1.0.109 |
| 397 | 2024-10-09T21:32:13.928Z | Downloaded syn v2.0.79 |
| 398 | 2024-10-09T21:32:13.938Z | Downloaded goblin v0.8.2 |
| 399 | 2024-10-09T21:32:13.944Z | Downloaded unicode-width v0.1.13 |
| 400 | 2024-10-09T21:32:13.951Z | Downloaded rustix v0.38.37 |
| 401 | 2024-10-09T21:32:13.971Z | Downloaded libc v0.2.159 |
| 402 | 2024-10-09T21:32:14.269Z | Compiling proc-macro2 v1.0.86 |
| 403 | 2024-10-09T21:32:14.271Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-10-09T21:32:14.271Z | Compiling version_check v0.9.5 |
| 405 | 2024-10-09T21:32:14.271Z | Compiling serde v1.0.210 |
| 406 | 2024-10-09T21:32:14.271Z | Compiling memchr v2.7.2 |
| 407 | 2024-10-09T21:32:14.271Z | Compiling thiserror v1.0.64 |
| 408 | 2024-10-09T21:32:14.271Z | Compiling libc v0.2.159 |
| 409 | 2024-10-09T21:32:14.271Z | Compiling ryu v1.0.18 |
| 410 | 2024-10-09T21:32:14.510Z | Compiling itoa v1.0.11 |
| 411 | 2024-10-09T21:32:14.760Z | Compiling ucd-trie v0.1.6 |
| 412 | 2024-10-09T21:32:14.798Z | Compiling once_cell v1.19.0 |
| 413 | 2024-10-09T21:32:15.119Z | Compiling byteorder v1.5.0 |
| 414 | 2024-10-09T21:32:15.205Z | Compiling serde_json v1.0.128 |
| 415 | 2024-10-09T21:32:15.404Z | Compiling rustix v0.38.37 |
| 416 | 2024-10-09T21:32:15.598Z | Compiling bitflags v2.6.0 |
| 417 | 2024-10-09T21:32:15.694Z | Compiling usdt-impl v0.5.0 |
| 418 | 2024-10-09T21:32:15.900Z | Compiling quote v1.0.37 |
| 419 | 2024-10-09T21:32:16.040Z | Compiling proc-macro-error-attr v1.0.4 |
| 420 | 2024-10-09T21:32:16.113Z | Compiling syn v1.0.109 |
| 421 | 2024-10-09T21:32:16.278Z | Compiling syn v2.0.79 |
| 422 | 2024-10-09T21:32:16.346Z | Compiling proc-macro-error v1.0.4 |
| 423 | 2024-10-09T21:32:16.394Z | Compiling hashbrown v0.14.5 |
| 424 | 2024-10-09T21:32:16.582Z | Compiling errno v0.3.9 |
| 425 | 2024-10-09T21:32:16.650Z | Compiling equivalent v1.0.1 |
| 426 | 2024-10-09T21:32:16.791Z | Compiling thread-id v4.2.1 |
| 427 | 2024-10-09T21:32:16.817Z | Compiling log v0.4.22 |
| 428 | 2024-10-09T21:32:16.819Z | Compiling plain v0.2.3 |
| 429 | 2024-10-09T21:32:16.819Z | Compiling camino v1.1.9 |
| 430 | 2024-10-09T21:32:16.819Z | Compiling utf8parse v0.2.1 |
| 431 | 2024-10-09T21:32:17.051Z | Compiling anstyle-parse v0.2.4 |
| 432 | 2024-10-09T21:32:17.381Z | Compiling is_terminal_polyfill v1.70.0 |
| 433 | 2024-10-09T21:32:17.513Z | Compiling anstyle v1.0.8 |
| 434 | 2024-10-09T21:32:17.563Z | Compiling pretty-hex v0.4.1 |
| 435 | 2024-10-09T21:32:17.665Z | Compiling indexmap v2.5.0 |
| 436 | 2024-10-09T21:32:17.667Z | Compiling autocfg v1.3.0 |
| 437 | 2024-10-09T21:32:17.714Z | Compiling colorchoice v1.0.1 |
| 438 | 2024-10-09T21:32:17.769Z | Compiling unicode-width v0.1.13 |
| 439 | 2024-10-09T21:32:17.874Z | Compiling anstyle-query v1.0.3 |
| 440 | 2024-10-09T21:32:17.971Z | Compiling winnow v0.6.18 |
| 441 | 2024-10-09T21:32:18.003Z | Compiling semver v1.0.23 |
| 442 | 2024-10-09T21:32:18.026Z | Compiling anstream v0.6.14 |
| 443 | 2024-10-09T21:32:18.615Z | Compiling fs-err v2.11.0 |
| 444 | 2024-10-09T21:32:18.788Z | Compiling terminal_size v0.3.0 |
| 445 | 2024-10-09T21:32:18.912Z | Compiling strsim v0.11.1 |
| 446 | 2024-10-09T21:32:18.938Z | Compiling heck v0.5.0 |
| 447 | 2024-10-09T21:32:18.974Z | Compiling clap_lex v0.7.0 |
| 448 | 2024-10-09T21:32:19.021Z | Compiling heck v0.4.1 |
| 449 | 2024-10-09T21:32:19.468Z | Compiling anyhow v1.0.89 |
| 450 | 2024-10-09T21:32:19.507Z | Compiling bytecount v0.6.8 |
| 451 | 2024-10-09T21:32:19.559Z | Compiling fnv v1.0.7 |
| 452 | 2024-10-09T21:32:19.703Z | Compiling cfg-if v1.0.0 |
| 453 | 2024-10-09T21:32:19.748Z | Compiling fastrand v2.1.1 |
| 454 | 2024-10-09T21:32:19.851Z | Compiling papergrid v0.11.0 |
| 455 | 2024-10-09T21:32:20.026Z | Compiling clap_builder v4.5.18 |
| 456 | 2024-10-09T21:32:20.318Z | Compiling tempfile v3.13.0 |
| 457 | 2024-10-09T21:32:20.499Z | Compiling memmap v0.7.0 |
| 458 | 2024-10-09T21:32:20.524Z | Compiling smawk v0.3.2 |
| 459 | 2024-10-09T21:32:20.745Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-10-09T21:32:21.176Z | Compiling textwrap v0.16.1 |
| 461 | 2024-10-09T21:32:21.451Z | Compiling swrite v0.1.0 |
| 462 | 2024-10-09T21:32:22.685Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-10-09T21:32:24.202Z | Compiling tabled v0.15.0 |
| 464 | 2024-10-09T21:32:25.083Z | Compiling serde_derive v1.0.210 |
| 465 | 2024-10-09T21:32:25.085Z | Compiling thiserror-impl v1.0.64 |
| 466 | 2024-10-09T21:32:25.085Z | Compiling zerocopy-derive v0.7.34 |
| 467 | 2024-10-09T21:32:25.085Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-10-09T21:32:25.085Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-10-09T21:32:26.577Z | Compiling scroll v0.12.0 |
| 470 | 2024-10-09T21:32:27.110Z | Compiling goblin v0.8.2 |
| 471 | 2024-10-09T21:32:27.149Z | Compiling zerocopy v0.7.34 |
| 472 | 2024-10-09T21:32:27.708Z | Compiling pest v2.7.10 |
| 473 | 2024-10-09T21:32:28.620Z | Compiling clap v4.5.18 |
| 474 | 2024-10-09T21:32:30.064Z | Compiling pest_meta v2.7.10 |
| 475 | 2024-10-09T21:32:30.969Z | Compiling pest_generator v2.7.10 |
| 476 | 2024-10-09T21:32:32.805Z | Compiling pest_derive v2.7.10 |
| 477 | 2024-10-09T21:32:33.559Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-10-09T21:32:35.409Z | Compiling serde_tokenstream v0.2.2 |
| 479 | 2024-10-09T21:32:35.450Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-10-09T21:32:35.450Z | Compiling serde_spanned v0.6.7 |
| 481 | 2024-10-09T21:32:35.727Z | Compiling cargo-platform v0.1.8 |
| 482 | 2024-10-09T21:32:35.815Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-10-09T21:32:35.963Z | Compiling macaddr v1.0.1 |
| 484 | 2024-10-09T21:32:36.155Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-10-09T21:32:36.838Z | Compiling dof v0.3.0 |
| 486 | 2024-10-09T21:32:36.896Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-10-09T21:32:38.502Z | Compiling usdt-macro v0.5.0 |
| 488 | 2024-10-09T21:32:38.502Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2024-10-09T21:32:38.675Z | Compiling toml v0.8.19 |
| 490 | 2024-10-09T21:32:39.531Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-10-09T21:32:39.964Z | Compiling usdt v0.5.0 |
| 492 | 2024-10-09T21:32:43.382Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-10-09T21:32:47.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.51s |
| 494 | 2024-10-09T21:32:47.900Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-10-09T21:32:48.469Z | Downloading crates ... |
| 496 | 2024-10-09T21:32:48.576Z | Downloaded async-stream-impl v0.3.5 |
| 497 | 2024-10-09T21:32:48.583Z | Downloaded assert_matches v1.5.0 |
| 498 | 2024-10-09T21:32:48.589Z | Downloaded aead v0.5.2 |
| 499 | 2024-10-09T21:32:48.591Z | Downloaded adler v1.0.2 |
| 500 | 2024-10-09T21:32:48.594Z | Downloaded crunchy v0.2.2 |
| 501 | 2024-10-09T21:32:48.596Z | Downloaded ciborium-io v0.2.2 |
| 502 | 2024-10-09T21:32:48.596Z | Downloaded cfg_aliases v0.2.1 |
| 503 | 2024-10-09T21:32:48.605Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2024-10-09T21:32:48.607Z | Downloaded array-init v0.0.4 |
| 505 | 2024-10-09T21:32:48.611Z | Downloaded async-recursion v1.1.1 |
| 506 | 2024-10-09T21:32:48.616Z | Downloaded ident_case v1.0.1 |
| 507 | 2024-10-09T21:32:48.618Z | Downloaded http-range v0.1.5 |
| 508 | 2024-10-09T21:32:48.620Z | Downloaded crossbeam-deque v0.8.5 |
| 509 | 2024-10-09T21:32:48.622Z | Downloaded bit-vec v0.6.3 |
| 510 | 2024-10-09T21:32:48.625Z | Downloaded httpdate v1.0.3 |
| 511 | 2024-10-09T21:32:48.627Z | Downloaded nodrop v0.1.14 |
| 512 | 2024-10-09T21:32:48.627Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 513 | 2024-10-09T21:32:48.630Z | Downloaded convert_case v0.4.0 |
| 514 | 2024-10-09T21:32:48.630Z | Downloaded cipher v0.4.4 |
| 515 | 2024-10-09T21:32:48.633Z | Downloaded crc v3.2.1 |
| 516 | 2024-10-09T21:32:48.636Z | Downloaded new_debug_unreachable v1.0.6 |
| 517 | 2024-10-09T21:32:48.636Z | Downloaded match_cfg v0.1.0 |
| 518 | 2024-10-09T21:32:48.638Z | Downloaded md5 v0.7.0 |
| 519 | 2024-10-09T21:32:48.639Z | Downloaded num-conv v0.1.0 |
| 520 | 2024-10-09T21:32:48.641Z | Downloaded normalize-line-endings v0.3.0 |
| 521 | 2024-10-09T21:32:48.641Z | Downloaded darling_macro v0.20.9 |
| 522 | 2024-10-09T21:32:48.641Z | Downloaded buf-list v1.0.3 |
| 523 | 2024-10-09T21:32:48.644Z | Downloaded arrayref v0.3.7 |
| 524 | 2024-10-09T21:32:48.646Z | Downloaded lru-cache v0.1.2 |
| 525 | 2024-10-09T21:32:48.646Z | Downloaded const_format_proc_macros v0.2.33 |
| 526 | 2024-10-09T21:32:48.648Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2024-10-09T21:32:48.651Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 528 | 2024-10-09T21:32:48.653Z | Downloaded cfg_aliases v0.1.1 |
| 529 | 2024-10-09T21:32:48.654Z | Downloaded debug-ignore v1.0.5 |
| 530 | 2024-10-09T21:32:48.656Z | Downloaded hubpack_derive v0.1.1 |
| 531 | 2024-10-09T21:32:48.658Z | Downloaded crucible-workspace-hack v0.1.0 |
| 532 | 2024-10-09T21:32:48.658Z | Downloaded ipnetwork v0.20.0 |
| 533 | 2024-10-09T21:32:48.660Z | Downloaded maybe-uninit v2.0.0 |
| 534 | 2024-10-09T21:32:48.663Z | Downloaded ascii-canvas v3.0.0 |
| 535 | 2024-10-09T21:32:48.663Z | Downloaded lazy_static v1.5.0 |
| 536 | 2024-10-09T21:32:48.665Z | Downloaded linear-map v1.2.0 |
| 537 | 2024-10-09T21:32:48.667Z | Downloaded cbc v0.1.2 |
| 538 | 2024-10-09T21:32:48.670Z | Downloaded keccak v0.1.5 |
| 539 | 2024-10-09T21:32:48.670Z | Downloaded internet-checksum v0.2.1 |
| 540 | 2024-10-09T21:32:48.672Z | Downloaded bzip2 v0.4.4 |
| 541 | 2024-10-09T21:32:48.675Z | Downloaded num-integer v0.1.46 |
| 542 | 2024-10-09T21:32:48.675Z | Downloaded memoffset v0.9.1 |
| 543 | 2024-10-09T21:32:48.677Z | Downloaded newtype-uuid v1.1.0 |
| 544 | 2024-10-09T21:32:48.679Z | Downloaded hyper-staticfile v0.10.1 |
| 545 | 2024-10-09T21:32:48.682Z | Downloaded darling v0.20.9 |
| 546 | 2024-10-09T21:32:48.685Z | Downloaded cstr-argument v0.1.2 |
| 547 | 2024-10-09T21:32:48.687Z | Downloaded nibble_vec v0.1.0 |
| 548 | 2024-10-09T21:32:48.687Z | Downloaded nanorand v0.7.0 |
| 549 | 2024-10-09T21:32:48.689Z | Downloaded managed v0.8.0 |
| 550 | 2024-10-09T21:32:48.692Z | Downloaded is-terminal v0.4.12 |
| 551 | 2024-10-09T21:32:48.694Z | Downloaded argon2 v0.5.3 |
| 552 | 2024-10-09T21:32:48.697Z | Downloaded matches v0.1.10 |
| 553 | 2024-10-09T21:32:48.697Z | Downloaded ciborium v0.2.2 |
| 554 | 2024-10-09T21:32:48.699Z | Downloaded bit-set v0.5.3 |
| 555 | 2024-10-09T21:32:48.701Z | Downloaded multer v3.1.0 |
| 556 | 2024-10-09T21:32:48.704Z | Downloaded time-core v0.1.2 |
| 557 | 2024-10-09T21:32:48.704Z | Downloaded indent_write v2.2.0 |
| 558 | 2024-10-09T21:32:48.706Z | Downloaded hyper-tls v0.6.0 |
| 559 | 2024-10-09T21:32:48.709Z | Downloaded ciborium-ll v0.2.2 |
| 560 | 2024-10-09T21:32:48.709Z | Downloaded mockall v0.13.0 |
| 561 | 2024-10-09T21:32:48.711Z | Downloaded lock_api v0.4.12 |
| 562 | 2024-10-09T21:32:48.711Z | Downloaded num-rational v0.4.2 |
| 563 | 2024-10-09T21:32:48.714Z | Downloaded addr2line v0.21.0 |
| 564 | 2024-10-09T21:32:48.716Z | Downloaded ctr v0.9.2 |
| 565 | 2024-10-09T21:32:48.718Z | Downloaded crc32fast v1.4.0 |
| 566 | 2024-10-09T21:32:48.721Z | Downloaded newtype_derive v0.1.6 |
| 567 | 2024-10-09T21:32:48.723Z | Downloaded crossbeam-utils v0.8.19 |
| 568 | 2024-10-09T21:32:48.727Z | Downloaded crc-any v2.5.0 |
| 569 | 2024-10-09T21:32:48.730Z | Downloaded const-oid v0.9.6 |
| 570 | 2024-10-09T21:32:48.730Z | Downloaded colored v2.1.0 |
| 571 | 2024-10-09T21:32:48.732Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 572 | 2024-10-09T21:32:48.734Z | Downloaded strum v0.26.3 |
| 573 | 2024-10-09T21:32:48.736Z | Downloaded data-encoding v2.6.0 |
| 574 | 2024-10-09T21:32:48.737Z | Downloaded secrecy v0.8.0 |
| 575 | 2024-10-09T21:32:48.739Z | Downloaded scopeguard v1.2.0 |
| 576 | 2024-10-09T21:32:48.740Z | Downloaded inout v0.1.3 |
| 577 | 2024-10-09T21:32:48.742Z | Downloaded arc-swap v1.7.1 |
| 578 | 2024-10-09T21:32:48.744Z | Downloaded lazycell v1.3.0 |
| 579 | 2024-10-09T21:32:48.747Z | Downloaded rustversion v1.0.17 |
| 580 | 2024-10-09T21:32:48.750Z | Downloaded rustls-pemfile v1.0.4 |
| 581 | 2024-10-09T21:32:48.752Z | Downloaded vte_generate_state_changes v0.1.1 |
| 582 | 2024-10-09T21:32:48.752Z | Downloaded structmeta-derive v0.2.0 |
| 583 | 2024-10-09T21:32:48.754Z | Downloaded spin v0.5.2 |
| 584 | 2024-10-09T21:32:48.754Z | Downloaded slog-json v2.6.1 |
| 585 | 2024-10-09T21:32:48.757Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 586 | 2024-10-09T21:32:48.759Z | Downloaded foreign-types-shared v0.3.1 |
| 587 | 2024-10-09T21:32:48.759Z | Downloaded slog-envlogger v2.2.0 |
| 588 | 2024-10-09T21:32:48.762Z | Downloaded shlex v1.3.0 |
| 589 | 2024-10-09T21:32:48.762Z | Downloaded serde_repr v0.1.19 |
| 590 | 2024-10-09T21:32:48.764Z | Downloaded iana-time-zone v0.1.60 |
| 591 | 2024-10-09T21:32:48.767Z | Downloaded cancel-safe-futures v0.1.5 |
| 592 | 2024-10-09T21:32:48.770Z | Downloaded indexmap v1.9.3 |
| 593 | 2024-10-09T21:32:48.773Z | Downloaded instant v0.1.12 |
| 594 | 2024-10-09T21:32:48.775Z | Downloaded allocator-api2 v0.2.18 |
| 595 | 2024-10-09T21:32:48.778Z | Downloaded num-iter v0.1.45 |
| 596 | 2024-10-09T21:32:48.780Z | Downloaded num v0.4.3 |
| 597 | 2024-10-09T21:32:48.783Z | Downloaded lru v0.12.3 |
| 598 | 2024-10-09T21:32:48.783Z | Downloaded compact_str v0.8.0 |
| 599 | 2024-10-09T21:32:48.786Z | Downloaded crossbeam-epoch v0.9.18 |
| 600 | 2024-10-09T21:32:48.789Z | Downloaded hyper-util v0.1.9 |
| 601 | 2024-10-09T21:32:48.793Z | Downloaded slab v0.4.9 |
| 602 | 2024-10-09T21:32:48.796Z | Downloaded parse-size v1.0.0 |
| 603 | 2024-10-09T21:32:48.798Z | Downloaded tiny-keccak v2.0.2 |
| 604 | 2024-10-09T21:32:48.800Z | Downloaded termios v0.3.3 |
| 605 | 2024-10-09T21:32:48.803Z | Downloaded snafu-derive v0.8.2 |
| 606 | 2024-10-09T21:32:48.803Z | Downloaded libsw v3.3.1 |
| 607 | 2024-10-09T21:32:48.805Z | Downloaded jobserver v0.1.32 |
| 608 | 2024-10-09T21:32:48.807Z | Downloaded precomputed-hash v0.1.1 |
| 609 | 2024-10-09T21:32:48.809Z | Downloaded futures-macro v0.3.30 |
| 610 | 2024-10-09T21:32:48.809Z | Downloaded ena v0.14.3 |
| 611 | 2024-10-09T21:32:48.812Z | Downloaded embedded-io v0.4.0 |
| 612 | 2024-10-09T21:32:48.815Z | Downloaded sigpipe v0.1.3 |
| 613 | 2024-10-09T21:32:48.815Z | Downloaded try-lock v0.2.5 |
| 614 | 2024-10-09T21:32:48.817Z | Downloaded xattr v1.3.1 |
| 615 | 2024-10-09T21:32:48.817Z | Downloaded unicode-xid v0.2.4 |
| 616 | 2024-10-09T21:32:48.819Z | Downloaded fallible-iterator v0.2.0 |
| 617 | 2024-10-09T21:32:48.822Z | Downloaded difflib v0.4.0 |
| 618 | 2024-10-09T21:32:48.822Z | Downloaded packed_struct v0.10.1 |
| 619 | 2024-10-09T21:32:48.825Z | Downloaded time-macros v0.2.18 |
| 620 | 2024-10-09T21:32:48.830Z | Downloaded httparse v1.8.0 |
| 621 | 2024-10-09T21:32:48.830Z | Downloaded futures-task v0.3.30 |
| 622 | 2024-10-09T21:32:48.830Z | Downloaded form_urlencoded v1.2.1 |
| 623 | 2024-10-09T21:32:48.833Z | Downloaded miniz_oxide v0.7.2 |
| 624 | 2024-10-09T21:32:48.835Z | Downloaded zone v0.3.0 |
| 625 | 2024-10-09T21:32:48.835Z | Downloaded signal-hook-tokio v0.3.1 |
| 626 | 2024-10-09T21:32:48.837Z | Downloaded num-complex v0.4.6 |
| 627 | 2024-10-09T21:32:48.839Z | Downloaded serde-big-array v0.5.1 |
| 628 | 2024-10-09T21:32:48.839Z | Downloaded native-tls v0.2.11 |
| 629 | 2024-10-09T21:32:48.842Z | Downloaded cookie v0.18.1 |
| 630 | 2024-10-09T21:32:48.844Z | Downloaded crypto-bigint v0.5.5 |
| 631 | 2024-10-09T21:32:48.851Z | Downloaded blake2 v0.10.6 |
| 632 | 2024-10-09T21:32:48.854Z | Downloaded want v0.3.1 |
| 633 | 2024-10-09T21:32:48.856Z | Downloaded foreign-types v0.5.0 |
| 634 | 2024-10-09T21:32:48.859Z | Downloaded phf_shared v0.11.2 |
| 635 | 2024-10-09T21:32:48.859Z | Downloaded progenitor-macro v0.8.0 |
| 636 | 2024-10-09T21:32:48.861Z | Downloaded http-body v0.4.6 |
| 637 | 2024-10-09T21:32:48.861Z | Downloaded diff v0.1.13 |
| 638 | 2024-10-09T21:32:48.865Z | Downloaded futures-sink v0.3.30 |
| 639 | 2024-10-09T21:32:48.867Z | Downloaded fxhash v0.2.1 |
| 640 | 2024-10-09T21:32:48.867Z | Downloaded strum_macros v0.24.3 |
| 641 | 2024-10-09T21:32:48.869Z | Downloaded opaque-debug v0.3.1 |
| 642 | 2024-10-09T21:32:48.875Z | Downloaded static_assertions v1.1.0 |
| 643 | 2024-10-09T21:32:48.875Z | Downloaded smallvec v0.6.14 |
| 644 | 2024-10-09T21:32:48.877Z | Downloaded signature v2.2.0 |
| 645 | 2024-10-09T21:32:48.877Z | Downloaded tui-tree-widget v0.22.0 |
| 646 | 2024-10-09T21:32:48.877Z | Downloaded semver v0.1.20 |
| 647 | 2024-10-09T21:32:48.880Z | Downloaded base64 v0.13.1 |
| 648 | 2024-10-09T21:32:48.882Z | Downloaded sec1 v0.7.3 |
| 649 | 2024-10-09T21:32:48.884Z | Downloaded salsa20 v0.10.2 |
| 650 | 2024-10-09T21:32:48.887Z | Downloaded chacha20poly1305 v0.10.1 |
| 651 | 2024-10-09T21:32:48.887Z | Downloaded bytes v1.7.2 |
| 652 | 2024-10-09T21:32:48.891Z | Downloaded base64 v0.21.7 |
| 653 | 2024-10-09T21:32:48.895Z | Downloaded darling_core v0.20.9 |
| 654 | 2024-10-09T21:32:48.900Z | Downloaded signal-hook v0.3.17 |
| 655 | 2024-10-09T21:32:48.903Z | Downloaded russh-cryptovec v0.7.2 |
| 656 | 2024-10-09T21:32:48.905Z | Downloaded path-slash v0.1.5 |
| 657 | 2024-10-09T21:32:48.905Z | Downloaded which v4.4.2 |
| 658 | 2024-10-09T21:32:48.908Z | Downloaded wait-timeout v0.2.0 |
| 659 | 2024-10-09T21:32:48.910Z | Downloaded supports-color v3.0.1 |
| 660 | 2024-10-09T21:32:48.913Z | Downloaded spki v0.7.3 |
| 661 | 2024-10-09T21:32:48.913Z | Downloaded mockall_derive v0.13.0 |
| 662 | 2024-10-09T21:32:48.915Z | Downloaded pkcs1 v0.7.5 |
| 663 | 2024-10-09T21:32:48.917Z | Downloaded toolchain_find v0.4.0 |
| 664 | 2024-10-09T21:32:48.920Z | Downloaded snafu v0.8.2 |
| 665 | 2024-10-09T21:32:48.926Z | Downloaded oso-derive v0.27.3 |
| 666 | 2024-10-09T21:32:48.928Z | Downloaded derive_builder_macro v0.20.0 |
| 667 | 2024-10-09T21:32:48.928Z | Downloaded enum-as-inner v0.5.1 |
| 668 | 2024-10-09T21:32:48.930Z | Downloaded xz2 v0.1.7 |
| 669 | 2024-10-09T21:32:48.932Z | Downloaded tinyvec v1.6.0 |
| 670 | 2024-10-09T21:32:48.935Z | Downloaded wyz v0.5.1 |
| 671 | 2024-10-09T21:32:48.937Z | Downloaded filetime v0.2.25 |
| 672 | 2024-10-09T21:32:48.940Z | Downloaded ref-cast-impl v1.0.23 |
| 673 | 2024-10-09T21:32:48.940Z | Downloaded ff v0.13.0 |
| 674 | 2024-10-09T21:32:48.942Z | Downloaded base64 v0.22.1 |
| 675 | 2024-10-09T21:32:48.944Z | Downloaded backtrace v0.3.71 |
| 676 | 2024-10-09T21:32:48.949Z | Downloaded pkcs8 v0.10.2 |
| 677 | 2024-10-09T21:32:48.953Z | Downloaded number_prefix v0.4.0 |
| 678 | 2024-10-09T21:32:48.955Z | Downloaded rustc_version v0.1.7 |
| 679 | 2024-10-09T21:32:48.955Z | Downloaded rustc-hash v2.0.0 |
| 680 | 2024-10-09T21:32:48.957Z | Downloaded string_cache v0.8.7 |
| 681 | 2024-10-09T21:32:48.969Z | Downloaded walkdir v2.5.0 |
| 682 | 2024-10-09T21:32:48.971Z | Downloaded slog-stdlog v4.1.1 |
| 683 | 2024-10-09T21:32:48.974Z | Downloaded progenitor-impl v0.8.0 |
| 684 | 2024-10-09T21:32:48.977Z | Downloaded pin-utils v0.1.0 |
| 685 | 2024-10-09T21:32:48.977Z | Downloaded paste v1.0.15 |
| 686 | 2024-10-09T21:32:48.979Z | Downloaded take_mut v0.2.2 |
| 687 | 2024-10-09T21:32:48.982Z | Downloaded pkg-config v0.3.30 |
| 688 | 2024-10-09T21:32:48.984Z | Downloaded pretty-hex v0.2.1 |
| 689 | 2024-10-09T21:32:48.984Z | Downloaded predicates-tree v1.0.9 |
| 690 | 2024-10-09T21:32:48.986Z | Downloaded pin-project-lite v0.2.14 |
| 691 | 2024-10-09T21:32:48.990Z | Downloaded parking_lot_core v0.9.10 |
| 692 | 2024-10-09T21:32:48.992Z | Downloaded rustc_version v0.4.0 |
| 693 | 2024-10-09T21:32:48.995Z | Downloaded quick-error v1.2.3 |
| 694 | 2024-10-09T21:32:48.997Z | Downloaded psl-types v2.0.11 |
| 695 | 2024-10-09T21:32:48.997Z | Downloaded thiserror-no-std v2.0.2 |
| 696 | 2024-10-09T21:32:49.001Z | Downloaded enum-as-inner v0.6.0 |
| 697 | 2024-10-09T21:32:49.003Z | Downloaded glob v0.3.1 |
| 698 | 2024-10-09T21:32:49.006Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 699 | 2024-10-09T21:32:49.006Z | Downloaded foreign-types v0.3.2 |
| 700 | 2024-10-09T21:32:49.009Z | Downloaded pbkdf2 v0.11.0 |
| 701 | 2024-10-09T21:32:49.011Z | Downloaded siphasher v0.3.11 |
| 702 | 2024-10-09T21:32:49.011Z | Downloaded whoami v1.5.2 |
| 703 | 2024-10-09T21:32:49.014Z | Downloaded indicatif v0.17.8 |
| 704 | 2024-10-09T21:32:49.016Z | Downloaded percent-encoding v2.3.1 |
| 705 | 2024-10-09T21:32:49.019Z | Downloaded untrusted v0.9.0 |
| 706 | 2024-10-09T21:32:49.021Z | Downloaded ron v0.8.1 |
| 707 | 2024-10-09T21:32:49.025Z | Downloaded ppv-lite86 v0.2.17 |
| 708 | 2024-10-09T21:32:49.027Z | Downloaded serde-hex v0.1.0 |
| 709 | 2024-10-09T21:32:49.029Z | Downloaded dhcproto-macros v0.1.0 |
| 710 | 2024-10-09T21:32:49.029Z | Downloaded same-file v1.0.6 |
| 711 | 2024-10-09T21:32:49.032Z | Downloaded pem-rfc7468 v0.7.0 |
| 712 | 2024-10-09T21:32:49.034Z | Downloaded highway v1.2.0 |
| 713 | 2024-10-09T21:32:49.036Z | Downloaded tabwriter v1.4.0 |
| 714 | 2024-10-09T21:32:49.039Z | Downloaded smf v0.2.3 |
| 715 | 2024-10-09T21:32:49.039Z | Downloaded des v0.8.1 |
| 716 | 2024-10-09T21:32:49.041Z | Downloaded headers-core v0.3.0 |
| 717 | 2024-10-09T21:32:49.041Z | Downloaded rsa v0.9.6 |
| 718 | 2024-10-09T21:32:49.046Z | Downloaded endian-type v0.1.2 |
| 719 | 2024-10-09T21:32:49.049Z | Downloaded password-hash v0.5.0 |
| 720 | 2024-10-09T21:32:49.051Z | Downloaded env_logger v0.10.2 |
| 721 | 2024-10-09T21:32:49.053Z | Downloaded peg-runtime v0.8.3 |
| 722 | 2024-10-09T21:32:49.055Z | Downloaded poly1305 v0.8.0 |
| 723 | 2024-10-09T21:32:49.058Z | Downloaded sync_wrapper v1.0.1 |
| 724 | 2024-10-09T21:32:49.058Z | Downloaded env_logger v0.11.5 |
| 725 | 2024-10-09T21:32:49.061Z | Downloaded env_filter v0.1.2 |
| 726 | 2024-10-09T21:32:49.063Z | Downloaded sha1 v0.10.6 |
| 727 | 2024-10-09T21:32:49.065Z | Downloaded toml v0.7.8 |
| 728 | 2024-10-09T21:32:49.067Z | Downloaded strum_macros v0.26.4 |
| 729 | 2024-10-09T21:32:49.070Z | Downloaded primeorder v0.13.6 |
| 730 | 2024-10-09T21:32:49.072Z | Downloaded futures-core v0.3.30 |
| 731 | 2024-10-09T21:32:49.074Z | Downloaded russh-keys v0.45.0 |
| 732 | 2024-10-09T21:32:49.077Z | Downloaded http v0.2.12 |
| 733 | 2024-10-09T21:32:49.080Z | Downloaded tls_codec v0.4.1 |
| 734 | 2024-10-09T21:32:49.082Z | Downloaded postgres-protocol v0.6.7 |
| 735 | 2024-10-09T21:32:49.084Z | Downloaded rand_xorshift v0.3.0 |
| 736 | 2024-10-09T21:32:49.087Z | Downloaded vsss-rs v3.3.4 |
| 737 | 2024-10-09T21:32:49.089Z | Downloaded getrandom v0.2.14 |
| 738 | 2024-10-09T21:32:49.092Z | Downloaded libxml v0.3.3 |
| 739 | 2024-10-09T21:32:49.098Z | Downloaded hmac v0.12.1 |
| 740 | 2024-10-09T21:32:49.101Z | Downloaded dropshot_endpoint v0.12.0 |
| 741 | 2024-10-09T21:32:49.104Z | Downloaded rayon-core v1.12.1 |
| 742 | 2024-10-09T21:32:49.108Z | Downloaded sqlparser_derive v0.2.2 |
| 743 | 2024-10-09T21:32:49.110Z | Downloaded heck v0.3.3 |
| 744 | 2024-10-09T21:32:49.110Z | Downloaded group v0.13.0 |
| 745 | 2024-10-09T21:32:49.112Z | Downloaded tap v1.0.1 |
| 746 | 2024-10-09T21:32:49.114Z | Downloaded slog-scope v4.4.0 |
| 747 | 2024-10-09T21:32:49.114Z | Downloaded slog-dtrace v0.3.0 |
| 748 | 2024-10-09T21:32:49.117Z | Downloaded scrypt v0.11.0 |
| 749 | 2024-10-09T21:32:49.119Z | Downloaded pem v3.0.4 |
| 750 | 2024-10-09T21:32:49.121Z | Downloaded predicates-core v1.0.6 |
| 751 | 2024-10-09T21:32:49.121Z | Downloaded tokio-tungstenite v0.21.0 |
| 752 | 2024-10-09T21:32:49.124Z | Downloaded globset v0.4.14 |
| 753 | 2024-10-09T21:32:49.126Z | Downloaded num-bigint v0.4.5 |
| 754 | 2024-10-09T21:32:49.130Z | Downloaded hashlink v0.9.1 |
| 755 | 2024-10-09T21:32:49.132Z | Downloaded postgres-types v0.2.8 |
| 756 | 2024-10-09T21:32:49.134Z | Downloaded ed25519-dalek v2.1.1 |
| 757 | 2024-10-09T21:32:49.138Z | Downloaded ed25519 v2.2.3 |
| 758 | 2024-10-09T21:32:49.140Z | Downloaded tungstenite v0.23.0 |
| 759 | 2024-10-09T21:32:49.144Z | Downloaded proc-macro-crate v1.3.1 |
| 760 | 2024-10-09T21:32:49.146Z | Downloaded progenitor-client v0.8.0 |
| 761 | 2024-10-09T21:32:49.148Z | Downloaded unicode_categories v0.1.1 |
| 762 | 2024-10-09T21:32:49.148Z | Downloaded fragile v2.0.0 |
| 763 | 2024-10-09T21:32:49.150Z | Downloaded crossterm v0.27.0 |
| 764 | 2024-10-09T21:32:49.157Z | Downloaded expectorate v1.1.0 |
| 765 | 2024-10-09T21:32:49.160Z | Downloaded tower-service v0.3.2 |
| 766 | 2024-10-09T21:32:49.163Z | Downloaded num_threads v0.1.7 |
| 767 | 2024-10-09T21:32:49.165Z | Downloaded slog-bunyan v2.5.0 |
| 768 | 2024-10-09T21:32:49.165Z | Downloaded tokio-stream v0.1.16 |
| 769 | 2024-10-09T21:32:49.168Z | Downloaded mio v1.0.2 |
| 770 | 2024-10-09T21:32:49.174Z | Downloaded dhcproto v0.12.0 |
| 771 | 2024-10-09T21:32:49.177Z | Downloaded rpassword v7.3.1 |
| 772 | 2024-10-09T21:32:49.180Z | Downloaded flagset v0.4.5 |
| 773 | 2024-10-09T21:32:49.182Z | Downloaded fixedbitset v0.4.2 |
| 774 | 2024-10-09T21:32:49.184Z | Downloaded downcast v0.11.0 |
| 775 | 2024-10-09T21:32:49.184Z | Downloaded defmt-parser v0.3.4 |
| 776 | 2024-10-09T21:32:49.186Z | Downloaded tracing-attributes v0.1.27 |
| 777 | 2024-10-09T21:32:49.189Z | Downloaded futures-io v0.3.30 |
| 778 | 2024-10-09T21:32:49.189Z | Downloaded futures-executor v0.3.30 |
| 779 | 2024-10-09T21:32:49.191Z | Downloaded home v0.5.9 |
| 780 | 2024-10-09T21:32:49.191Z | Downloaded hostname v0.3.1 |
| 781 | 2024-10-09T21:32:49.194Z | Downloaded hex v0.4.3 |
| 782 | 2024-10-09T21:32:49.196Z | Downloaded phf v0.11.2 |
| 783 | 2024-10-09T21:32:49.196Z | Downloaded ecdsa v0.16.9 |
| 784 | 2024-10-09T21:32:49.198Z | Downloaded time v0.3.36 |
| 785 | 2024-10-09T21:32:49.205Z | Downloaded tokio-postgres v0.7.12 |
| 786 | 2024-10-09T21:32:49.210Z | Downloaded serde_with_macros v3.9.0 |
| 787 | 2024-10-09T21:32:49.213Z | Downloaded progenitor v0.8.0 |
| 788 | 2024-10-09T21:32:49.215Z | Downloaded foreign-types-macros v0.2.3 |
| 789 | 2024-10-09T21:32:49.215Z | Downloaded termcolor v1.4.1 |
| 790 | 2024-10-09T21:32:49.218Z | Downloaded heapless v0.8.0 |
| 791 | 2024-10-09T21:32:49.220Z | Downloaded topological-sort v0.2.2 |
| 792 | 2024-10-09T21:32:49.223Z | Downloaded sqlformat v0.2.6 |
| 793 | 2024-10-09T21:32:49.225Z | Downloaded tough v0.17.1 |
| 794 | 2024-10-09T21:32:49.232Z | Downloaded tokio-tungstenite v0.23.1 |
| 795 | 2024-10-09T21:32:49.234Z | Downloaded phf_shared v0.10.0 |
| 796 | 2024-10-09T21:32:49.237Z | Downloaded polyval v0.6.2 |
| 797 | 2024-10-09T21:32:49.239Z | Downloaded vte v0.11.1 |
| 798 | 2024-10-09T21:32:49.239Z | Downloaded either v1.13.0 |
| 799 | 2024-10-09T21:32:49.244Z | Downloaded der_derive v0.7.2 |
| 800 | 2024-10-09T21:32:49.244Z | Downloaded reqwest v0.11.27 |
| 801 | 2024-10-09T21:32:49.251Z | Downloaded hex-literal v0.4.1 |
| 802 | 2024-10-09T21:32:49.253Z | Downloaded foreign-types-shared v0.1.1 |
| 803 | 2024-10-09T21:32:49.253Z | Downloaded dsl_auto_type v0.1.2 |
| 804 | 2024-10-09T21:32:49.256Z | Downloaded stable_deref_trait v1.2.0 |
| 805 | 2024-10-09T21:32:49.256Z | Downloaded shell-words v1.1.0 |
| 806 | 2024-10-09T21:32:49.256Z | Downloaded serde_urlencoded v0.7.1 |
| 807 | 2024-10-09T21:32:49.259Z | Downloaded hash32 v0.2.1 |
| 808 | 2024-10-09T21:32:49.261Z | Downloaded http v1.1.0 |
| 809 | 2024-10-09T21:32:49.263Z | Downloaded prettyplease v0.2.22 |
| 810 | 2024-10-09T21:32:49.266Z | Downloaded serde_path_to_error v0.1.16 |
| 811 | 2024-10-09T21:32:49.269Z | Downloaded zone_cfg_derive v0.1.2 |
| 812 | 2024-10-09T21:32:49.271Z | Downloaded dirs-next v2.0.0 |
| 813 | 2024-10-09T21:32:49.271Z | Downloaded unicode-segmentation v1.11.0 |
| 814 | 2024-10-09T21:32:49.274Z | Downloaded pbkdf2 v0.12.2 |
| 815 | 2024-10-09T21:32:49.276Z | Downloaded utf-8 v0.7.6 |
| 816 | 2024-10-09T21:32:49.276Z | Downloaded parking_lot v0.11.2 |
| 817 | 2024-10-09T21:32:49.278Z | Downloaded untrusted v0.7.1 |
| 818 | 2024-10-09T21:32:49.281Z | Downloaded universal-hash v0.5.1 |
| 819 | 2024-10-09T21:32:49.281Z | Downloaded scheduled-thread-pool v0.2.7 |
| 820 | 2024-10-09T21:32:49.283Z | Downloaded unsafe-libyaml v0.2.11 |
| 821 | 2024-10-09T21:32:49.285Z | Downloaded rand_core v0.6.4 |
| 822 | 2024-10-09T21:32:49.288Z | Downloaded structmeta v0.3.0 |
| 823 | 2024-10-09T21:32:49.290Z | Downloaded structmeta v0.2.0 |
| 824 | 2024-10-09T21:32:49.290Z | Downloaded nom v7.1.3 |
| 825 | 2024-10-09T21:32:49.294Z | Downloaded packed_struct_codegen v0.10.1 |
| 826 | 2024-10-09T21:32:49.297Z | Downloaded num_enum v0.5.11 |
| 827 | 2024-10-09T21:32:49.301Z | Downloaded hostname v0.4.0 |
| 828 | 2024-10-09T21:32:49.303Z | Downloaded zone_cfg_derive v0.3.0 |
| 829 | 2024-10-09T21:32:49.303Z | Downloaded hashbrown v0.12.3 |
| 830 | 2024-10-09T21:32:49.307Z | Downloaded rand_chacha v0.3.1 |
| 831 | 2024-10-09T21:32:49.309Z | Downloaded float-ord v0.3.2 |
| 832 | 2024-10-09T21:32:49.311Z | Downloaded unicode-truncate v1.0.0 |
| 833 | 2024-10-09T21:32:49.312Z | Downloaded hkdf v0.12.4 |
| 834 | 2024-10-09T21:32:49.314Z | Downloaded der v0.7.9 |
| 835 | 2024-10-09T21:32:49.319Z | Downloaded signal-hook-registry v1.4.2 |
| 836 | 2024-10-09T21:32:49.321Z | Downloaded strip-ansi-escapes v0.2.0 |
| 837 | 2024-10-09T21:32:49.324Z | Downloaded derive_builder_core v0.20.0 |
| 838 | 2024-10-09T21:32:49.324Z | Downloaded dirs-sys-next v0.1.2 |
| 839 | 2024-10-09T21:32:49.326Z | Downloaded toml_edit v0.19.15 |
| 840 | 2024-10-09T21:32:49.340Z | Downloaded derive-where v1.2.7 |
| 841 | 2024-10-09T21:32:49.344Z | Downloaded thread_local v1.1.8 |
| 842 | 2024-10-09T21:32:49.346Z | Downloaded signal-hook-mio v0.2.4 |
| 843 | 2024-10-09T21:32:49.348Z | Downloaded display-error-chain v0.2.1 |
| 844 | 2024-10-09T21:32:49.348Z | Downloaded value-bag v1.9.0 |
| 845 | 2024-10-09T21:32:49.351Z | Downloaded schemars_derive v0.8.21 |
| 846 | 2024-10-09T21:32:49.353Z | Downloaded derive_builder v0.20.0 |
| 847 | 2024-10-09T21:32:49.357Z | Downloaded bindgen v0.69.4 |
| 848 | 2024-10-09T21:32:49.364Z | Downloaded num_enum_derive v0.5.11 |
| 849 | 2024-10-09T21:32:49.366Z | Downloaded term v0.7.0 |
| 850 | 2024-10-09T21:32:49.369Z | Downloaded defmt v0.3.8 |
| 851 | 2024-10-09T21:32:49.372Z | Downloaded termtree v0.4.1 |
| 852 | 2024-10-09T21:32:49.374Z | Downloaded ron v0.7.1 |
| 853 | 2024-10-09T21:32:49.382Z | Downloaded fd-lock v4.0.2 |
| 854 | 2024-10-09T21:32:49.382Z | Downloaded float-cmp v0.9.0 |
| 855 | 2024-10-09T21:32:49.382Z | Downloaded stringprep v0.1.4 |
| 856 | 2024-10-09T21:32:49.382Z | Downloaded ssh-encoding v0.2.0 |
| 857 | 2024-10-09T21:32:49.385Z | Downloaded bitvec v1.0.1 |
| 858 | 2024-10-09T21:32:49.399Z | Downloaded pin-project-internal v1.1.5 |
| 859 | 2024-10-09T21:32:49.403Z | Downloaded pin-project v1.1.5 |
| 860 | 2024-10-09T21:32:49.412Z | Downloaded yasna v0.5.2 |
| 861 | 2024-10-09T21:32:49.415Z | Downloaded parking_lot v0.12.2 |
| 862 | 2024-10-09T21:32:49.418Z | Downloaded rustyline v14.0.0 |
| 863 | 2024-10-09T21:32:49.422Z | Downloaded itertools v0.13.0 |
| 864 | 2024-10-09T21:32:49.430Z | Downloaded ssh-cipher v0.2.0 |
| 865 | 2024-10-09T21:32:49.432Z | Downloaded p256 v0.13.2 |
| 866 | 2024-10-09T21:32:49.434Z | Downloaded oso v0.27.3 |
| 867 | 2024-10-09T21:32:49.438Z | Downloaded chrono v0.4.38 |
| 868 | 2024-10-09T21:32:49.445Z | Downloaded omicron-zone-package v0.11.1 |
| 869 | 2024-10-09T21:32:49.448Z | Downloaded tar v0.4.42 |
| 870 | 2024-10-09T21:32:49.451Z | Downloaded hyper v0.14.30 |
| 871 | 2024-10-09T21:32:49.459Z | Downloaded futures-util v0.3.30 |
| 872 | 2024-10-09T21:32:49.471Z | Downloaded num-traits v0.2.19 |
| 873 | 2024-10-09T21:32:49.474Z | Downloaded uuid v1.10.0 |
| 874 | 2024-10-09T21:32:49.477Z | Downloaded p521 v0.13.3 |
| 875 | 2024-10-09T21:32:49.481Z | Downloaded tracing v0.1.40 |
| 876 | 2024-10-09T21:32:49.485Z | Downloaded similar v2.6.0 |
| 877 | 2024-10-09T21:32:49.490Z | Downloaded quinn v0.11.5 |
| 878 | 2024-10-09T21:32:49.493Z | Downloaded openssl-sys v0.9.103 |
| 879 | 2024-10-09T21:32:49.498Z | Downloaded half v2.4.1 |
| 880 | 2024-10-09T21:32:49.502Z | Downloaded rcgen v0.12.1 |
| 881 | 2024-10-09T21:32:49.505Z | Downloaded russh v0.45.0 |
| 882 | 2024-10-09T21:32:49.509Z | Downloaded tokio-util v0.7.12 |
| 883 | 2024-10-09T21:32:49.516Z | Downloaded portable-atomic v1.6.0 |
| 884 | 2024-10-09T21:32:49.523Z | Downloaded lalrpop v0.19.12 |
| 885 | 2024-10-09T21:32:49.533Z | Downloaded rand v0.8.5 |
| 886 | 2024-10-09T21:32:49.537Z | Downloaded flate2 v1.0.34 |
| 887 | 2024-10-09T21:32:49.542Z | Downloaded webpki-roots v0.26.3 |
| 888 | 2024-10-09T21:32:49.546Z | Downloaded elliptic-curve v0.13.8 |
| 889 | 2024-10-09T21:32:49.550Z | Downloaded slog v2.7.0 |
| 890 | 2024-10-09T21:32:49.553Z | Downloaded curve25519-dalek v4.1.3 |
| 891 | 2024-10-09T21:32:49.562Z | Downloaded slog-async v2.8.0 |
| 892 | 2024-10-09T21:32:49.564Z | Downloaded zerocopy v0.6.6 |
| 893 | 2024-10-09T21:32:49.567Z | Downloaded schemars v0.8.21 |
| 894 | 2024-10-09T21:32:49.577Z | Downloaded serde_with v3.9.0 |
| 895 | 2024-10-09T21:32:49.586Z | Downloaded idna v0.4.0 |
| 896 | 2024-10-09T21:32:49.593Z | Downloaded sqlparser v0.45.0 |
| 897 | 2024-10-09T21:32:49.599Z | Downloaded winnow v0.5.40 |
| 898 | 2024-10-09T21:32:49.608Z | Downloaded ssh-key v0.6.6 |
| 899 | 2024-10-09T21:32:49.615Z | Downloaded reqwest v0.12.7 |
| 900 | 2024-10-09T21:32:49.623Z | Downloaded openssl v0.10.66 |
| 901 | 2024-10-09T21:32:49.633Z | Downloaded rayon v1.10.0 |
| 902 | 2024-10-09T21:32:49.643Z | Downloaded h2 v0.4.6 |
| 903 | 2024-10-09T21:32:49.650Z | Downloaded h2 v0.3.26 |
| 904 | 2024-10-09T21:32:49.657Z | Downloaded idna v0.5.0 |
| 905 | 2024-10-09T21:32:49.663Z | Downloaded unicode-normalization v0.1.23 |
| 906 | 2024-10-09T21:32:49.667Z | Downloaded git2 v0.19.0 |
| 907 | 2024-10-09T21:32:49.675Z | Downloaded nix v0.28.0 |
| 908 | 2024-10-09T21:32:49.689Z | Downloaded gimli v0.28.1 |
| 909 | 2024-10-09T21:32:49.695Z | Downloaded radix_trie v0.2.1 |
| 910 | 2024-10-09T21:32:49.701Z | Downloaded regex-syntax v0.6.29 |
| 911 | 2024-10-09T21:32:49.708Z | Downloaded reedline v0.33.0 |
| 912 | 2024-10-09T21:32:49.726Z | Downloaded rustls-webpki v0.101.7 |
| 913 | 2024-10-09T21:32:49.748Z | Downloaded salty v0.3.0 |
| 914 | 2024-10-09T21:32:49.758Z | Downloaded p384 v0.13.0 |
| 915 | 2024-10-09T21:32:49.767Z | Downloaded quick-xml v0.33.0 |
| 916 | 2024-10-09T21:32:49.776Z | Downloaded proptest v1.5.0 |
| 917 | 2024-10-09T21:32:49.786Z | Downloaded rustls-webpki v0.102.4 |
| 918 | 2024-10-09T21:32:49.805Z | Downloaded typify-impl v0.2.0 |
| 919 | 2024-10-09T21:32:49.819Z | Downloaded quinn-proto v0.11.8 |
| 920 | 2024-10-09T21:32:49.826Z | Downloaded object v0.30.4 |
| 921 | 2024-10-09T21:32:49.835Z | Downloaded nix v0.29.0 |
| 922 | 2024-10-09T21:32:49.848Z | Downloaded sled v0.34.7 |
| 923 | 2024-10-09T21:32:49.859Z | Downloaded vcpkg v0.2.15 |
| 924 | 2024-10-09T21:32:49.899Z | Downloaded object v0.32.2 |
| 925 | 2024-10-09T21:32:49.910Z | Downloaded finl_unicode v1.2.0 |
| 926 | 2024-10-09T21:32:49.922Z | Downloaded csv v1.3.0 |
| 927 | 2024-10-09T21:32:49.941Z | Downloaded tokio v1.39.3 |
| 928 | 2024-10-09T21:32:49.980Z | Downloaded rustls v0.22.4 |
| 929 | 2024-10-09T21:32:49.994Z | Downloaded regex-syntax v0.8.4 |
| 930 | 2024-10-09T21:32:50.003Z | Downloaded regress v0.9.1 |
| 931 | 2024-10-09T21:32:50.012Z | Downloaded rustls v0.23.10 |
| 932 | 2024-10-09T21:32:50.029Z | Downloaded openapiv3 v2.0.0 |
| 933 | 2024-10-09T21:32:50.041Z | Downloaded encoding_rs v0.8.34 |
| 934 | 2024-10-09T21:32:50.063Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 935 | 2024-10-09T21:32:50.075Z | Downloaded polar-core v0.27.3 |
| 936 | 2024-10-09T21:32:50.084Z | Downloaded ratatui v0.28.0 |
| 937 | 2024-10-09T21:32:50.104Z | Downloaded nix v0.27.1 |
| 938 | 2024-10-09T21:32:50.114Z | Downloaded diesel v2.2.4 |
| 939 | 2024-10-09T21:32:50.135Z | Downloaded smoltcp v0.11.0 |
| 940 | 2024-10-09T21:32:50.147Z | Downloaded regex v1.10.6 |
| 941 | 2024-10-09T21:32:50.162Z | Downloaded zerocopy-derive v0.6.6 |
| 942 | 2024-10-09T21:32:50.172Z | Downloaded dropshot v0.12.0 |
| 943 | 2024-10-09T21:32:50.194Z | Downloaded hickory-proto v0.24.1 |
| 944 | 2024-10-09T21:32:50.210Z | Downloaded regex-automata v0.4.6 |
| 945 | 2024-10-09T21:32:50.228Z | Downloaded petgraph v0.6.5 |
| 946 | 2024-10-09T21:32:50.246Z | Downloaded lzma-sys v0.1.20 |
| 947 | 2024-10-09T21:32:50.278Z | Downloaded bstr v1.9.1 |
| 948 | 2024-10-09T21:32:50.289Z | Downloaded sha3 v0.10.8 |
| 949 | 2024-10-09T21:32:50.294Z | Downloaded smoltcp v0.9.1 |
| 950 | 2024-10-09T21:32:50.306Z | Downloaded idna v0.2.3 |
| 951 | 2024-10-09T21:32:50.312Z | Downloaded idna v0.3.0 |
| 952 | 2024-10-09T21:32:50.319Z | Downloaded rustls v0.21.12 |
| 953 | 2024-10-09T21:32:50.332Z | Downloaded trust-dns-proto v0.22.0 |
| 954 | 2024-10-09T21:32:50.343Z | Downloaded ring v0.16.20 |
| 955 | 2024-10-09T21:32:50.429Z | Downloaded regress v0.10.1 |
| 956 | 2024-10-09T21:32:50.438Z | Downloaded hickory-resolver v0.24.1 |
| 957 | 2024-10-09T21:32:50.443Z | Downloaded heapless v0.7.17 |
| 958 | 2024-10-09T21:32:50.448Z | Downloaded ghash v0.5.1 |
| 959 | 2024-10-09T21:32:50.451Z | Downloaded parking_lot_core v0.8.6 |
| 960 | 2024-10-09T21:32:50.451Z | Downloaded unicode-bidi v0.3.15 |
| 961 | 2024-10-09T21:32:50.453Z | Downloaded tls_codec_derive v0.4.1 |
| 962 | 2024-10-09T21:32:50.456Z | Downloaded olpc-cjson v0.1.3 |
| 963 | 2024-10-09T21:32:50.458Z | Downloaded url v2.5.2 |
| 964 | 2024-10-09T21:32:50.461Z | Downloaded rusty-fork v0.3.0 |
| 965 | 2024-10-09T21:32:50.461Z | Downloaded publicsuffix v2.2.3 |
| 966 | 2024-10-09T21:32:50.464Z | Downloaded tokio-rustls v0.26.0 |
| 967 | 2024-10-09T21:32:50.466Z | Downloaded headers v0.4.0 |
| 968 | 2024-10-09T21:32:50.471Z | Downloaded hashbrown v0.13.2 |
| 969 | 2024-10-09T21:32:50.476Z | Downloaded rusqlite v0.32.1 |
| 970 | 2024-10-09T21:32:50.483Z | Downloaded num-bigint-dig v0.8.4 |
| 971 | 2024-10-09T21:32:50.488Z | Downloaded tokio-rustls v0.25.0 |
| 972 | 2024-10-09T21:32:50.491Z | Downloaded rustls-pki-types v1.7.0 |
| 973 | 2024-10-09T21:32:50.494Z | Downloaded zip v0.6.6 |
| 974 | 2024-10-09T21:32:50.496Z | Downloaded x509-cert v0.2.5 |
| 975 | 2024-10-09T21:32:50.503Z | Downloaded sct v0.7.1 |
| 976 | 2024-10-09T21:32:50.506Z | Downloaded itertools v0.10.5 |
| 977 | 2024-10-09T21:32:50.513Z | Downloaded serde_yaml v0.9.34+deprecated |
| 978 | 2024-10-09T21:32:50.516Z | Downloaded funty v2.0.0 |
| 979 | 2024-10-09T21:32:50.519Z | Downloaded hickory-server v0.24.1 |
| 980 | 2024-10-09T21:32:50.522Z | Downloaded futures-channel v0.3.30 |
| 981 | 2024-10-09T21:32:50.525Z | Downloaded defmt-macros v0.3.9 |
| 982 | 2024-10-09T21:32:50.528Z | Downloaded peg-macros v0.8.4 |
| 983 | 2024-10-09T21:32:50.530Z | Downloaded unicase v2.7.0 |
| 984 | 2024-10-09T21:32:50.532Z | Downloaded postcard v1.0.8 |
| 985 | 2024-10-09T21:32:50.535Z | Downloaded fatfs v0.3.6 |
| 986 | 2024-10-09T21:32:50.537Z | Downloaded hyper v1.4.1 |
| 987 | 2024-10-09T21:32:50.545Z | Downloaded vergen v8.3.2 |
| 988 | 2024-10-09T21:32:50.547Z | Downloaded tinyvec_macros v0.1.1 |
| 989 | 2024-10-09T21:32:50.550Z | Downloaded rfc6979 v0.4.0 |
| 990 | 2024-10-09T21:32:50.550Z | Downloaded resolv-conf v0.7.0 |
| 991 | 2024-10-09T21:32:50.553Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2024-10-09T21:32:50.556Z | Downloaded rustls-pemfile v2.1.3 |
| 993 | 2024-10-09T21:32:50.556Z | Downloaded itertools v0.12.1 |
| 994 | 2024-10-09T21:32:50.563Z | Downloaded blake3 v1.5.1 |
| 995 | 2024-10-09T21:32:50.570Z | Downloaded steno v0.4.1 |
| 996 | 2024-10-09T21:32:50.575Z | Downloaded aes-gcm v0.10.3 |
| 997 | 2024-10-09T21:32:50.578Z | Downloaded tungstenite v0.21.0 |
| 998 | 2024-10-09T21:32:50.582Z | Downloaded typed-path v0.7.1 |
| 999 | 2024-10-09T21:32:50.588Z | Downloaded minimal-lexical v0.2.1 |
| 1000 | 2024-10-09T21:32:50.594Z | Downloaded dyn-clone v1.0.17 |
| 1001 | 2024-10-09T21:32:50.596Z | Downloaded mio v0.8.11 |
| 1002 | 2024-10-09T21:32:50.600Z | Downloaded libm v0.2.8 |
| 1003 | 2024-10-09T21:32:50.608Z | Downloaded aho-corasick v1.1.3 |
| 1004 | 2024-10-09T21:32:50.615Z | Downloaded crossterm v0.28.1 |
| 1005 | 2024-10-09T21:32:50.622Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1006 | 2024-10-09T21:32:50.687Z | Downloaded rand_seeder v0.3.0 |
| 1007 | 2024-10-09T21:32:50.689Z | Downloaded peg v0.8.4 |
| 1008 | 2024-10-09T21:32:50.692Z | Downloaded zeroize_derive v1.4.2 |
| 1009 | 2024-10-09T21:32:50.692Z | Downloaded zeroize v1.8.1 |
| 1010 | 2024-10-09T21:32:50.695Z | Downloaded unarray v0.1.4 |
| 1011 | 2024-10-09T21:32:50.695Z | Downloaded typify-macro v0.2.0 |
| 1012 | 2024-10-09T21:32:50.695Z | Downloaded test-strategy v0.3.1 |
| 1013 | 2024-10-09T21:32:50.698Z | Downloaded futures v0.3.30 |
| 1014 | 2024-10-09T21:32:50.704Z | Downloaded password-hash v0.4.2 |
| 1015 | 2024-10-09T21:32:50.706Z | Downloaded owo-colors v4.1.0 |
| 1016 | 2024-10-09T21:32:50.709Z | Downloaded spin v0.9.8 |
| 1017 | 2024-10-09T21:32:50.711Z | Downloaded tracing-core v0.1.32 |
| 1018 | 2024-10-09T21:32:50.713Z | Downloaded subprocess v0.2.9 |
| 1019 | 2024-10-09T21:32:50.716Z | Downloaded powerfmt v0.2.0 |
| 1020 | 2024-10-09T21:32:50.719Z | Downloaded flume v0.11.0 |
| 1021 | 2024-10-09T21:32:50.722Z | Downloaded diesel_derives v2.2.2 |
| 1022 | 2024-10-09T21:32:50.725Z | Downloaded smallvec v1.13.2 |
| 1023 | 2024-10-09T21:32:50.727Z | Downloaded slog-term v2.9.1 |
| 1024 | 2024-10-09T21:32:50.730Z | Downloaded typify v0.2.0 |
| 1025 | 2024-10-09T21:32:50.732Z | Downloaded tokio-rustls v0.24.1 |
| 1026 | 2024-10-09T21:32:50.735Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2024-10-09T21:32:50.737Z | Downloaded strum_macros v0.25.3 |
| 1028 | 2024-10-09T21:32:50.739Z | Downloaded aes v0.8.4 |
| 1029 | 2024-10-09T21:32:50.742Z | Downloaded crossbeam-channel v0.5.12 |
| 1030 | 2024-10-09T21:32:50.746Z | Downloaded subtle v2.5.0 |
| 1031 | 2024-10-09T21:32:50.748Z | Downloaded hash32 v0.3.1 |
| 1032 | 2024-10-09T21:32:50.751Z | Downloaded pkcs5 v0.7.1 |
| 1033 | 2024-10-09T21:32:50.754Z | Downloaded rustc-hash v1.1.0 |
| 1034 | 2024-10-09T21:32:50.754Z | Downloaded derive_more v0.99.18 |
| 1035 | 2024-10-09T21:32:50.758Z | Downloaded miniz_oxide v0.8.0 |
| 1036 | 2024-10-09T21:32:50.761Z | Downloaded cc v1.0.97 |
| 1037 | 2024-10-09T21:32:50.764Z | Downloaded tokio-macros v2.4.0 |
| 1038 | 2024-10-09T21:32:50.766Z | Downloaded gethostname v0.5.0 |
| 1039 | 2024-10-09T21:32:50.766Z | Downloaded rustc-demangle v0.1.24 |
| 1040 | 2024-10-09T21:32:50.769Z | Downloaded socket2 v0.5.7 |
| 1041 | 2024-10-09T21:32:50.771Z | Downloaded samael v0.0.17 |
| 1042 | 2024-10-09T21:32:50.776Z | Downloaded tokio-native-tls v0.3.1 |
| 1043 | 2024-10-09T21:32:50.778Z | Downloaded const_format v0.2.33 |
| 1044 | 2024-10-09T21:32:50.783Z | Downloaded hickory-client v0.24.1 |
| 1045 | 2024-10-09T21:32:50.786Z | Downloaded fallible-iterator v0.3.0 |
| 1046 | 2024-10-09T21:32:50.788Z | Downloaded ref-cast v1.0.23 |
| 1047 | 2024-10-09T21:32:50.791Z | Downloaded radium v0.7.0 |
| 1048 | 2024-10-09T21:32:50.793Z | Downloaded r2d2 v0.8.10 |
| 1049 | 2024-10-09T21:32:50.793Z | Downloaded quinn-udp v0.5.5 |
| 1050 | 2024-10-09T21:32:50.795Z | Downloaded predicates v3.1.2 |
| 1051 | 2024-10-09T21:32:50.798Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1052 | 2024-10-09T21:32:50.798Z | Downloaded socket2 v0.4.10 |
| 1053 | 2024-10-09T21:32:50.801Z | Downloaded waitgroup v0.1.2 |
| 1054 | 2024-10-09T21:32:50.801Z | Downloaded sync_wrapper v0.1.2 |
| 1055 | 2024-10-09T21:32:50.804Z | Downloaded parse-display-derive v0.10.0 |
| 1056 | 2024-10-09T21:32:50.804Z | Downloaded parse-display v0.10.0 |
| 1057 | 2024-10-09T21:32:50.804Z | Downloaded openssl-macros v0.1.1 |
| 1058 | 2024-10-09T21:32:50.807Z | Downloaded clang-sys v1.7.0 |
| 1059 | 2024-10-09T21:32:50.809Z | Downloaded deranged v0.3.11 |
| 1060 | 2024-10-09T21:32:50.809Z | Downloaded zone v0.1.8 |
| 1061 | 2024-10-09T21:32:50.811Z | Downloaded uzers v0.11.3 |
| 1062 | 2024-10-09T21:32:50.811Z | Downloaded memmap2 v0.9.4 |
| 1063 | 2024-10-09T21:32:50.814Z | Downloaded libloading v0.8.3 |
| 1064 | 2024-10-09T21:32:50.816Z | Downloaded structmeta-derive v0.3.0 |
| 1065 | 2024-10-09T21:32:50.816Z | Downloaded openssl-probe v0.1.5 |
| 1066 | 2024-10-09T21:32:50.819Z | Downloaded http-body v1.0.0 |
| 1067 | 2024-10-09T21:32:50.819Z | Downloaded twox-hash v1.6.3 |
| 1068 | 2024-10-09T21:32:50.821Z | Downloaded ipnet v2.10.0 |
| 1069 | 2024-10-09T21:32:50.821Z | Downloaded num-derive v0.4.2 |
| 1070 | 2024-10-09T21:32:50.824Z | Downloaded multimap v0.10.0 |
| 1071 | 2024-10-09T21:32:50.826Z | Downloaded md-5 v0.10.6 |
| 1072 | 2024-10-09T21:32:50.826Z | Downloaded csv-core v0.1.11 |
| 1073 | 2024-10-09T21:32:50.829Z | Downloaded console v0.15.8 |
| 1074 | 2024-10-09T21:32:50.831Z | Downloaded bcs v0.1.6 |
| 1075 | 2024-10-09T21:32:50.834Z | Downloaded hyper-rustls v0.27.3 |
| 1076 | 2024-10-09T21:32:50.836Z | Downloaded serde_plain v1.0.2 |
| 1077 | 2024-10-09T21:32:50.836Z | Downloaded maplit v1.0.2 |
| 1078 | 2024-10-09T21:32:50.840Z | Downloaded rtoolbox v0.0.2 |
| 1079 | 2024-10-09T21:32:50.840Z | Downloaded mime v0.3.17 |
| 1080 | 2024-10-09T21:32:50.844Z | Downloaded linked-hash-map v0.5.6 |
| 1081 | 2024-10-09T21:32:50.844Z | Downloaded lalrpop-util v0.19.12 |
| 1082 | 2024-10-09T21:32:50.844Z | Downloaded kstat-rs v0.2.4 |
| 1083 | 2024-10-09T21:32:50.847Z | Downloaded crc-catalog v2.4.0 |
| 1084 | 2024-10-09T21:32:50.847Z | Downloaded ahash v0.8.11 |
| 1085 | 2024-10-09T21:32:50.847Z | Downloaded chacha20 v0.9.1 |
| 1086 | 2024-10-09T21:32:50.849Z | Downloaded nu-ansi-term v0.50.0 |
| 1087 | 2024-10-09T21:32:50.852Z | Downloaded block-padding v0.3.3 |
| 1088 | 2024-10-09T21:32:50.852Z | Downloaded bitfield v0.14.0 |
| 1089 | 2024-10-09T21:32:50.855Z | Downloaded newline-converter v0.3.0 |
| 1090 | 2024-10-09T21:32:50.855Z | Downloaded async-bb8-diesel v0.2.1 |
| 1091 | 2024-10-09T21:32:50.858Z | Downloaded mime_guess v2.0.4 |
| 1092 | 2024-10-09T21:32:50.861Z | Downloaded humantime v2.1.0 |
| 1093 | 2024-10-09T21:32:50.861Z | Downloaded hubpack v0.1.2 |
| 1094 | 2024-10-09T21:32:50.861Z | Downloaded bitflags v1.3.2 |
| 1095 | 2024-10-09T21:32:50.864Z | Downloaded http-body-util v0.1.2 |
| 1096 | 2024-10-09T21:32:50.866Z | Downloaded castaway v0.2.3 |
| 1097 | 2024-10-09T21:32:50.866Z | Downloaded atty v0.2.14 |
| 1098 | 2024-10-09T21:32:50.868Z | Downloaded base64ct v1.6.0 |
| 1099 | 2024-10-09T21:32:50.871Z | Downloaded constant_time_eq v0.3.0 |
| 1100 | 2024-10-09T21:32:50.871Z | Downloaded bb8 v0.8.5 |
| 1101 | 2024-10-09T21:32:50.874Z | Downloaded async-trait v0.1.83 |
| 1102 | 2024-10-09T21:32:50.876Z | Downloaded libefi-sys v0.1.0 |
| 1103 | 2024-10-09T21:32:50.878Z | Downloaded indoc v1.0.9 |
| 1104 | 2024-10-09T21:32:50.880Z | Downloaded backoff v0.4.0 |
| 1105 | 2024-10-09T21:32:50.881Z | Downloaded cookie_store v0.21.0 |
| 1106 | 2024-10-09T21:32:50.883Z | Downloaded cobs v0.2.3 |
| 1107 | 2024-10-09T21:32:50.886Z | Downloaded base16ct v0.2.0 |
| 1108 | 2024-10-09T21:32:50.886Z | Downloaded cexpr v0.6.0 |
| 1109 | 2024-10-09T21:32:50.888Z | Downloaded instability v0.3.2 |
| 1110 | 2024-10-09T21:32:50.888Z | Downloaded arrayvec v0.7.4 |
| 1111 | 2024-10-09T21:32:50.890Z | Downloaded is_ci v1.2.0 |
| 1112 | 2024-10-09T21:32:50.890Z | Downloaded async-stream v0.3.5 |
| 1113 | 2024-10-09T21:32:50.893Z | Downloaded cassowary v0.3.0 |
| 1114 | 2024-10-09T21:32:50.895Z | Downloaded blowfish v0.9.1 |
| 1115 | 2024-10-09T21:32:50.895Z | Downloaded bitfield-struct v0.6.1 |
| 1116 | 2024-10-09T21:32:50.898Z | Downloaded adler2 v2.0.0 |
| 1117 | 2024-10-09T21:32:51.081Z | Downloaded libz-sys v1.1.16 |
| 1118 | 2024-10-09T21:32:51.204Z | Downloaded ring v0.17.8 |
| 1119 | 2024-10-09T21:32:51.302Z | Downloaded libsqlite3-sys v0.30.1 |
| 1120 | 2024-10-09T21:32:51.468Z | Compiling serde v1.0.210 |
| 1121 | 2024-10-09T21:32:51.471Z | Compiling typenum v1.17.0 |
| 1122 | 2024-10-09T21:32:51.471Z | Compiling generic-array v0.14.7 |
| 1123 | 2024-10-09T21:32:51.471Z | Compiling lock_api v0.4.12 |
| 1124 | 2024-10-09T21:32:51.471Z | Compiling subtle v2.5.0 |
| 1125 | 2024-10-09T21:32:51.620Z | Compiling scopeguard v1.2.0 |
| 1126 | 2024-10-09T21:32:51.642Z | Compiling syn v2.0.79 |
| 1127 | 2024-10-09T21:32:51.645Z | Compiling getrandom v0.2.14 |
| 1128 | 2024-10-09T21:32:51.762Z | Compiling value-bag v1.9.0 |
| 1129 | 2024-10-09T21:32:51.954Z | Compiling rand_core v0.6.4 |
| 1130 | 2024-10-09T21:32:52.041Z | Compiling const-oid v0.9.6 |
| 1131 | 2024-10-09T21:32:52.146Z | Compiling jobserver v0.1.32 |
| 1132 | 2024-10-09T21:32:52.194Z | Compiling log v0.4.22 |
| 1133 | 2024-10-09T21:32:52.313Z | Compiling pin-project-lite v0.2.14 |
| 1134 | 2024-10-09T21:32:52.442Z | Compiling smallvec v1.13.2 |
| 1135 | 2024-10-09T21:32:52.477Z | Compiling cc v1.0.97 |
| 1136 | 2024-10-09T21:32:52.495Z | Compiling parking_lot_core v0.9.10 |
| 1137 | 2024-10-09T21:32:52.816Z | Compiling cpufeatures v0.2.12 |
| 1138 | 2024-10-09T21:32:52.912Z | Compiling signal-hook-registry v1.4.2 |
| 1139 | 2024-10-09T21:32:53.041Z | Compiling futures-core v0.3.30 |
| 1140 | 2024-10-09T21:32:53.067Z | Compiling mio v1.0.2 |
| 1141 | 2024-10-09T21:32:53.291Z | Compiling ahash v0.8.11 |
| 1142 | 2024-10-09T21:32:53.622Z | Compiling parking_lot v0.12.2 |
| 1143 | 2024-10-09T21:32:53.653Z | Compiling futures-sink v0.3.30 |
| 1144 | 2024-10-09T21:32:53.794Z | Compiling spin v0.9.8 |
| 1145 | 2024-10-09T21:32:53.797Z | Compiling socket2 v0.5.7 |
| 1146 | 2024-10-09T21:32:53.919Z | Compiling slab v0.4.9 |
| 1147 | 2024-10-09T21:32:54.187Z | Compiling tinyvec_macros v0.1.1 |
| 1148 | 2024-10-09T21:32:54.242Z | Compiling base64ct v1.6.0 |
| 1149 | 2024-10-09T21:32:54.274Z | Compiling tinyvec v1.6.0 |
| 1150 | 2024-10-09T21:32:54.356Z | Compiling libm v0.2.8 |
| 1151 | 2024-10-09T21:32:54.413Z | Compiling serde_json v1.0.128 |
| 1152 | 2024-10-09T21:32:54.514Z | Compiling allocator-api2 v0.2.18 |
| 1153 | 2024-10-09T21:32:54.802Z | Compiling pem-rfc7468 v0.7.0 |
| 1154 | 2024-10-09T21:32:55.061Z | Compiling num-traits v0.2.19 |
| 1155 | 2024-10-09T21:32:55.064Z | Compiling flagset v0.4.5 |
| 1156 | 2024-10-09T21:32:55.088Z | Compiling unicode-bidi v0.3.15 |
| 1157 | 2024-10-09T21:32:55.377Z | Compiling futures-channel v0.3.30 |
| 1158 | 2024-10-09T21:32:55.442Z | Compiling futures-io v0.3.30 |
| 1159 | 2024-10-09T21:32:55.588Z | Compiling futures-task v0.3.30 |
| 1160 | 2024-10-09T21:32:55.779Z | Compiling pin-utils v0.1.0 |
| 1161 | 2024-10-09T21:32:55.800Z | Compiling pkg-config v0.3.30 |
| 1162 | 2024-10-09T21:32:55.879Z | Compiling unicode-normalization v0.1.23 |
| 1163 | 2024-10-09T21:32:55.900Z | Compiling vcpkg v0.2.15 |
| 1164 | 2024-10-09T21:32:55.903Z | Compiling crossbeam-utils v0.8.19 |
| 1165 | 2024-10-09T21:32:56.633Z | Compiling tracing-core v0.1.32 |
| 1166 | 2024-10-09T21:32:56.654Z | Compiling ring v0.17.8 |
| 1167 | 2024-10-09T21:32:56.993Z | Compiling percent-encoding v2.3.1 |
| 1168 | 2024-10-09T21:32:57.343Z | Compiling ppv-lite86 v0.2.17 |
| 1169 | 2024-10-09T21:32:57.359Z | Compiling httparse v1.8.0 |
| 1170 | 2024-10-09T21:32:57.780Z | Compiling rustls-pki-types v1.7.0 |
| 1171 | 2024-10-09T21:32:57.985Z | Compiling openssl-sys v0.9.103 |
| 1172 | 2024-10-09T21:32:57.985Z | Compiling rand_chacha v0.3.1 |
| 1173 | 2024-10-09T21:32:58.018Z | Compiling rustix v0.38.37 |
| 1174 | 2024-10-09T21:32:58.448Z | Compiling rand v0.8.5 |
| 1175 | 2024-10-09T21:32:58.573Z | Compiling atomic-waker v1.1.2 |
| 1176 | 2024-10-09T21:32:58.814Z | Compiling untrusted v0.9.0 |
| 1177 | 2024-10-09T21:32:58.960Z | Compiling time-core v0.1.2 |
| 1178 | 2024-10-09T21:32:58.998Z | Compiling openssl v0.10.66 |
| 1179 | 2024-10-09T21:32:59.110Z | Compiling num-conv v0.1.0 |
| 1180 | 2024-10-09T21:32:59.134Z | Compiling powerfmt v0.2.0 |
| 1181 | 2024-10-09T21:32:59.263Z | Compiling foreign-types-shared v0.1.1 |
| 1182 | 2024-10-09T21:32:59.373Z | Compiling rustversion v1.0.17 |
| 1183 | 2024-10-09T21:32:59.393Z | Compiling try-lock v0.2.5 |
| 1184 | 2024-10-09T21:32:59.439Z | Compiling time-macros v0.2.18 |
| 1185 | 2024-10-09T21:32:59.503Z | Compiling want v0.3.1 |
| 1186 | 2024-10-09T21:32:59.531Z | Compiling deranged v0.3.11 |
| 1187 | 2024-10-09T21:32:59.802Z | Compiling foreign-types v0.3.2 |
| 1188 | 2024-10-09T21:33:00.336Z | Compiling form_urlencoded v1.2.1 |
| 1189 | 2024-10-09T21:33:00.380Z | Compiling aho-corasick v1.1.3 |
| 1190 | 2024-10-09T21:33:00.645Z | Compiling regex-syntax v0.8.4 |
| 1191 | 2024-10-09T21:33:00.852Z | Compiling num_threads v0.1.7 |
| 1192 | 2024-10-09T21:33:00.977Z | Compiling native-tls v0.2.11 |
| 1193 | 2024-10-09T21:33:01.241Z | Compiling syn v1.0.109 |
| 1194 | 2024-10-09T21:33:01.298Z | Compiling siphasher v0.3.11 |
| 1195 | 2024-10-09T21:33:01.368Z | Compiling httpdate v1.0.3 |
| 1196 | 2024-10-09T21:33:01.674Z | Compiling rustls v0.23.10 |
| 1197 | 2024-10-09T21:33:01.825Z | Compiling base64 v0.22.1 |
| 1198 | 2024-10-09T21:33:01.969Z | Compiling crossbeam-epoch v0.9.18 |
| 1199 | 2024-10-09T21:33:02.582Z | Compiling idna v0.5.0 |
| 1200 | 2024-10-09T21:33:02.626Z | Compiling time v0.3.36 |
| 1201 | 2024-10-09T21:33:02.674Z | Compiling lazy_static v1.5.0 |
| 1202 | 2024-10-09T21:33:02.790Z | Compiling cookie v0.18.1 |
| 1203 | 2024-10-09T21:33:03.075Z | Compiling rayon-core v1.12.1 |
| 1204 | 2024-10-09T21:33:03.276Z | Compiling tower-service v0.3.2 |
| 1205 | 2024-10-09T21:33:03.352Z | Compiling iana-time-zone v0.1.60 |
| 1206 | 2024-10-09T21:33:03.406Z | Compiling either v1.13.0 |
| 1207 | 2024-10-09T21:33:03.825Z | Compiling finl_unicode v1.2.0 |
| 1208 | 2024-10-09T21:33:03.847Z | Compiling openssl-probe v0.1.5 |
| 1209 | 2024-10-09T21:33:04.069Z | Compiling regex-automata v0.4.6 |
| 1210 | 2024-10-09T21:33:04.183Z | Compiling slog v2.7.0 |
| 1211 | 2024-10-09T21:33:04.421Z | Compiling stringprep v0.1.4 |
| 1212 | 2024-10-09T21:33:04.841Z | Compiling url v2.5.2 |
| 1213 | 2024-10-09T21:33:05.590Z | Compiling rustls-webpki v0.102.4 |
| 1214 | 2024-10-09T21:33:05.684Z | Compiling crossbeam-deque v0.8.5 |
| 1215 | 2024-10-09T21:33:05.793Z | Compiling serde_derive v1.0.210 |
| 1216 | 2024-10-09T21:33:06.014Z | Compiling zeroize_derive v1.4.2 |
| 1217 | 2024-10-09T21:33:06.717Z | Compiling zerocopy-derive v0.7.34 |
| 1218 | 2024-10-09T21:33:07.149Z | Compiling tokio-macros v2.4.0 |
| 1219 | 2024-10-09T21:33:07.249Z | Compiling der_derive v0.7.2 |
| 1220 | 2024-10-09T21:33:07.626Z | Compiling zeroize v1.8.1 |
| 1221 | 2024-10-09T21:33:07.650Z | Compiling thiserror-impl v1.0.64 |
| 1222 | 2024-10-09T21:33:07.789Z | Compiling futures-macro v0.3.30 |
| 1223 | 2024-10-09T21:33:08.786Z | Compiling tracing-attributes v0.1.27 |
| 1224 | 2024-10-09T21:33:08.932Z | Compiling zerocopy v0.7.34 |
| 1225 | 2024-10-09T21:33:09.422Z | Compiling crypto-common v0.1.6 |
| 1226 | 2024-10-09T21:33:09.661Z | Compiling block-buffer v0.10.4 |
| 1227 | 2024-10-09T21:33:09.760Z | Compiling block-padding v0.3.3 |
| 1228 | 2024-10-09T21:33:09.792Z | Compiling der v0.7.9 |
| 1229 | 2024-10-09T21:33:09.951Z | Compiling digest v0.10.7 |
| 1230 | 2024-10-09T21:33:10.014Z | Compiling inout v0.1.3 |
| 1231 | 2024-10-09T21:33:10.296Z | Compiling cipher v0.4.4 |
| 1232 | 2024-10-09T21:33:10.439Z | Compiling hmac v0.12.1 |
| 1233 | 2024-10-09T21:33:10.692Z | Compiling sha2 v0.10.8 |
| 1234 | 2024-10-09T21:33:10.785Z | Compiling salsa20 v0.10.2 |
| 1235 | 2024-10-09T21:33:11.014Z | Compiling pbkdf2 v0.12.2 |
| 1236 | 2024-10-09T21:33:11.033Z | Compiling thiserror v1.0.64 |
| 1237 | 2024-10-09T21:33:11.169Z | Compiling futures-util v0.3.30 |
| 1238 | 2024-10-09T21:33:11.185Z | Compiling hashbrown v0.14.5 |
| 1239 | 2024-10-09T21:33:11.262Z | Compiling scrypt v0.11.0 |
| 1240 | 2024-10-09T21:33:11.802Z | Compiling aes v0.8.4 |
| 1241 | 2024-10-09T21:33:12.585Z | Compiling spki v0.7.3 |
| 1242 | 2024-10-09T21:33:12.639Z | Compiling cbc v0.1.2 |
| 1243 | 2024-10-09T21:33:12.873Z | Compiling pkcs5 v0.7.1 |
| 1244 | 2024-10-09T21:33:12.938Z | Compiling pest v2.7.10 |
| 1245 | 2024-10-09T21:33:13.100Z | Compiling tracing v0.1.40 |
| 1246 | 2024-10-09T21:33:13.576Z | Compiling pkcs8 v0.10.2 |
| 1247 | 2024-10-09T21:33:14.057Z | Compiling scroll_derive v0.12.0 |
| 1248 | 2024-10-09T21:33:14.213Z | Compiling openssl-macros v0.1.1 |
| 1249 | 2024-10-09T21:33:14.264Z | Compiling signature v2.2.0 |
| 1250 | 2024-10-09T21:33:14.544Z | Compiling md-5 v0.10.6 |
| 1251 | 2024-10-09T21:33:14.981Z | Compiling num-integer v0.1.46 |
| 1252 | 2024-10-09T21:33:15.614Z | Compiling pest_meta v2.7.10 |
| 1253 | 2024-10-09T21:33:15.717Z | Compiling scroll v0.12.0 |
| 1254 | 2024-10-09T21:33:15.939Z | Compiling idna v0.3.0 |
| 1255 | 2024-10-09T21:33:16.288Z | Compiling goblin v0.8.2 |
| 1256 | 2024-10-09T21:33:16.805Z | Compiling pest_generator v2.7.10 |
| 1257 | 2024-10-09T21:33:17.274Z | Compiling backtrace v0.3.71 |
| 1258 | 2024-10-09T21:33:17.571Z | Compiling ff v0.13.0 |
| 1259 | 2024-10-09T21:33:17.761Z | Compiling hash32 v0.2.1 |
| 1260 | 2024-10-09T21:33:17.799Z | Compiling signal-hook v0.3.17 |
| 1261 | 2024-10-09T21:33:18.091Z | Compiling base16ct v0.2.0 |
| 1262 | 2024-10-09T21:33:18.149Z | Compiling portable-atomic v1.6.0 |
| 1263 | 2024-10-09T21:33:18.421Z | Compiling stable_deref_trait v1.2.0 |
| 1264 | 2024-10-09T21:33:18.530Z | Compiling gimli v0.28.1 |
| 1265 | 2024-10-09T21:33:18.869Z | Compiling smoltcp v0.9.1 |
| 1266 | 2024-10-09T21:33:19.192Z | Compiling crc32fast v1.4.0 |
| 1267 | 2024-10-09T21:33:19.611Z | Compiling psl-types v2.0.11 |
| 1268 | 2024-10-09T21:33:19.701Z | Compiling num-bigint-dig v0.8.4 |
| 1269 | 2024-10-09T21:33:19.838Z | Compiling fallible-iterator v0.2.0 |
| 1270 | 2024-10-09T21:33:20.062Z | Compiling bytes v1.7.2 |
| 1271 | 2024-10-09T21:33:20.284Z | Compiling bitflags v2.6.0 |
| 1272 | 2024-10-09T21:33:20.556Z | Compiling indexmap v2.5.0 |
| 1273 | 2024-10-09T21:33:20.727Z | Compiling semver v1.0.23 |
| 1274 | 2024-10-09T21:33:21.427Z | Compiling tokio v1.39.3 |
| 1275 | 2024-10-09T21:33:21.526Z | Compiling rustc_version v0.4.0 |
| 1276 | 2024-10-09T21:33:22.065Z | Compiling http v1.1.0 |
| 1277 | 2024-10-09T21:33:22.308Z | Compiling pest_derive v2.7.10 |
| 1278 | 2024-10-09T21:33:23.657Z | Compiling http-body v1.0.0 |
| 1279 | 2024-10-09T21:33:23.758Z | Compiling dtrace-parser v0.2.0 |
| 1280 | 2024-10-09T21:33:23.898Z | Compiling dof v0.3.0 |
| 1281 | 2024-10-09T21:33:24.545Z | Compiling heapless v0.7.17 |
| 1282 | 2024-10-09T21:33:26.033Z | Compiling uuid v1.10.0 |
| 1283 | 2024-10-09T21:33:26.216Z | Compiling usdt-impl v0.5.0 |
| 1284 | 2024-10-09T21:33:26.559Z | Compiling curve25519-dalek v4.1.3 |
| 1285 | 2024-10-09T21:33:27.213Z | Compiling serde_tokenstream v0.2.2 |
| 1286 | 2024-10-09T21:33:27.459Z | Compiling serde_spanned v0.6.7 |
| 1287 | 2024-10-09T21:33:27.686Z | Compiling toml_datetime v0.6.8 |
| 1288 | 2024-10-09T21:33:27.770Z | Compiling chrono v0.4.38 |
| 1289 | 2024-10-09T21:33:27.810Z | Compiling adler v1.0.2 |
| 1290 | 2024-10-09T21:33:28.039Z | Compiling miniz_oxide v0.7.2 |
| 1291 | 2024-10-09T21:33:28.275Z | Compiling terminal_size v0.3.0 |
| 1292 | 2024-10-09T21:33:28.428Z | Compiling http-body-util v0.1.2 |
| 1293 | 2024-10-09T21:33:28.476Z | Compiling addr2line v0.21.0 |
| 1294 | 2024-10-09T21:33:28.844Z | Compiling postgres-protocol v0.6.7 |
| 1295 | 2024-10-09T21:33:28.924Z | Compiling hubpack_derive v0.1.1 |
| 1296 | 2024-10-09T21:33:28.962Z | Compiling publicsuffix v2.2.3 |
| 1297 | 2024-10-09T21:33:29.244Z | Compiling sec1 v0.7.3 |
| 1298 | 2024-10-09T21:33:29.323Z | Compiling group v0.13.0 |
| 1299 | 2024-10-09T21:33:29.486Z | Compiling tokio-util v0.7.12 |
| 1300 | 2024-10-09T21:33:29.627Z | Compiling tokio-rustls v0.26.0 |
| 1301 | 2024-10-09T21:33:29.844Z | Compiling num-iter v0.1.45 |
| 1302 | 2024-10-09T21:33:29.885Z | Compiling hkdf v0.12.4 |
| 1303 | 2024-10-09T21:33:30.023Z | Compiling crypto-bigint v0.5.5 |
| 1304 | 2024-10-09T21:33:30.143Z | Compiling async-trait v0.1.83 |
| 1305 | 2024-10-09T21:33:30.163Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1306 | 2024-10-09T21:33:30.927Z | Compiling h2 v0.4.6 |
| 1307 | 2024-10-09T21:33:31.712Z | Compiling zerocopy-derive v0.6.6 |
| 1308 | 2024-10-09T21:33:31.875Z | Compiling tokio-native-tls v0.3.1 |
| 1309 | 2024-10-09T21:33:32.866Z | Compiling phf_shared v0.11.2 |
| 1310 | 2024-10-09T21:33:32.962Z | Compiling serde_derive_internals v0.29.1 |
| 1311 | 2024-10-09T21:33:33.144Z | Compiling webpki-roots v0.26.3 |
| 1312 | 2024-10-09T21:33:33.258Z | Compiling object v0.32.2 |
| 1313 | 2024-10-09T21:33:33.364Z | Compiling fs-err v2.11.0 |
| 1314 | 2024-10-09T21:33:33.573Z | Compiling winnow v0.5.40 |
| 1315 | 2024-10-09T21:33:33.649Z | Compiling adler2 v2.0.0 |
| 1316 | 2024-10-09T21:33:33.866Z | Compiling rustc-demangle v0.1.24 |
| 1317 | 2024-10-09T21:33:33.869Z | Compiling schemars v0.8.21 |
| 1318 | 2024-10-09T21:33:34.233Z | Compiling ipnet v2.10.0 |
| 1319 | 2024-10-09T21:33:34.904Z | Compiling managed v0.8.0 |
| 1320 | 2024-10-09T21:33:35.362Z | Compiling anyhow v1.0.89 |
| 1321 | 2024-10-09T21:33:35.539Z | Compiling bitflags v1.3.2 |
| 1322 | 2024-10-09T21:33:35.833Z | Compiling schemars_derive v0.8.21 |
| 1323 | 2024-10-09T21:33:36.057Z | Compiling zerocopy v0.6.6 |
| 1324 | 2024-10-09T21:33:36.172Z | Compiling miniz_oxide v0.8.0 |
| 1325 | 2024-10-09T21:33:36.495Z | Compiling console v0.15.8 |
| 1326 | 2024-10-09T21:33:36.893Z | Compiling clap_builder v4.5.18 |
| 1327 | 2024-10-09T21:33:37.376Z | Compiling toml_edit v0.19.15 |
| 1328 | 2024-10-09T21:33:37.709Z | Compiling phf v0.11.2 |
| 1329 | 2024-10-09T21:33:37.813Z | Compiling hyper v1.4.1 |
| 1330 | 2024-10-09T21:33:37.975Z | Compiling elliptic-curve v0.13.8 |
| 1331 | 2024-10-09T21:33:38.001Z | Compiling cookie_store v0.21.0 |
| 1332 | 2024-10-09T21:33:39.144Z | Compiling rayon v1.10.0 |
| 1333 | 2024-10-09T21:33:39.530Z | Compiling postgres-types v0.2.8 |
| 1334 | 2024-10-09T21:33:40.539Z | Compiling hyper-util v0.1.9 |
| 1335 | 2024-10-09T21:33:41.939Z | Compiling hubpack v0.1.2 |
| 1336 | 2024-10-09T21:33:43.369Z | Compiling hyper-rustls v0.27.3 |
| 1337 | 2024-10-09T21:33:43.605Z | Compiling hyper-tls v0.6.0 |
| 1338 | 2024-10-09T21:33:44.007Z | Compiling usdt-attr-macro v0.5.0 |
| 1339 | 2024-10-09T21:33:44.307Z | Compiling usdt-macro v0.5.0 |
| 1340 | 2024-10-09T21:33:44.547Z | Compiling serde_urlencoded v0.7.1 |
| 1341 | 2024-10-09T21:33:45.112Z | Compiling serde-big-array v0.5.1 |
| 1342 | 2024-10-09T21:33:45.192Z | Compiling futures-executor v0.3.30 |
| 1343 | 2024-10-09T21:33:45.318Z | Compiling ed25519 v2.2.3 |
| 1344 | 2024-10-09T21:33:45.339Z | Compiling pkcs1 v0.7.5 |
| 1345 | 2024-10-09T21:33:45.714Z | Compiling rfc6979 v0.4.0 |
| 1346 | 2024-10-09T21:33:45.762Z | Compiling regex v1.10.6 |
| 1347 | 2024-10-09T21:33:45.847Z | Compiling bstr v1.9.1 |
| 1348 | 2024-10-09T21:33:45.895Z | Compiling clap_derive v4.5.18 |
| 1349 | 2024-10-09T21:33:45.987Z | Compiling serde_repr v0.1.19 |
| 1350 | 2024-10-09T21:33:46.289Z | Compiling strum_macros v0.25.3 |
| 1351 | 2024-10-09T21:33:46.832Z | Compiling enum-as-inner v0.6.0 |
| 1352 | 2024-10-09T21:33:46.894Z | Compiling rustls-pemfile v2.1.3 |
| 1353 | 2024-10-09T21:33:47.197Z | Compiling phf_shared v0.10.0 |
| 1354 | 2024-10-09T21:33:47.338Z | Compiling float-cmp v0.9.0 |
| 1355 | 2024-10-09T21:33:47.361Z | Compiling idna v0.4.0 |
| 1356 | 2024-10-09T21:33:47.543Z | Compiling sync_wrapper v1.0.1 |
| 1357 | 2024-10-09T21:33:47.591Z | Compiling mio v0.8.11 |
| 1358 | 2024-10-09T21:33:47.649Z | Compiling encoding_rs v0.8.34 |
| 1359 | 2024-10-09T21:33:47.696Z | Compiling fixedbitset v0.4.2 |
| 1360 | 2024-10-09T21:33:47.901Z | Compiling minimal-lexical v0.2.1 |
| 1361 | 2024-10-09T21:33:48.121Z | Compiling number_prefix v0.4.0 |
| 1362 | 2024-10-09T21:33:48.341Z | Compiling new_debug_unreachable v1.0.6 |
| 1363 | 2024-10-09T21:33:48.406Z | Compiling data-encoding v2.6.0 |
| 1364 | 2024-10-09T21:33:48.442Z | Compiling dyn-clone v1.0.17 |
| 1365 | 2024-10-09T21:33:48.645Z | Compiling unicode-segmentation v1.11.0 |
| 1366 | 2024-10-09T21:33:48.867Z | Compiling difflib v0.4.0 |
| 1367 | 2024-10-09T21:33:48.912Z | Compiling static_assertions v1.1.0 |
| 1368 | 2024-10-09T21:33:49.015Z | Compiling predicates-core v1.0.6 |
| 1369 | 2024-10-09T21:33:49.368Z | Compiling mime v0.3.17 |
| 1370 | 2024-10-09T21:33:49.498Z | Compiling whoami v1.5.2 |
| 1371 | 2024-10-09T21:33:50.011Z | Compiling normalize-line-endings v0.3.0 |
| 1372 | 2024-10-09T21:33:50.142Z | Compiling precomputed-hash v0.1.1 |
| 1373 | 2024-10-09T21:33:50.203Z | Compiling bit-vec v0.6.3 |
| 1374 | 2024-10-09T21:33:50.258Z | Compiling string_cache v0.8.7 |
| 1375 | 2024-10-09T21:33:50.283Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1376 | 2024-10-09T21:33:50.447Z | Compiling predicates v3.1.2 |
| 1377 | 2024-10-09T21:33:50.633Z | Compiling bit-set v0.5.3 |
| 1378 | 2024-10-09T21:33:50.707Z | Compiling reqwest v0.12.7 |
| 1379 | 2024-10-09T21:33:50.822Z | Compiling tokio-postgres v0.7.12 |
| 1380 | 2024-10-09T21:33:50.843Z | Compiling clap v4.5.18 |
| 1381 | 2024-10-09T21:33:50.914Z | Compiling similar v2.6.0 |
| 1382 | 2024-10-09T21:33:50.956Z | Compiling hickory-proto v0.24.1 |
| 1383 | 2024-10-09T21:33:52.104Z | Compiling toml_edit v0.22.22 |
| 1384 | 2024-10-09T21:33:53.307Z | Compiling indicatif v0.17.8 |
| 1385 | 2024-10-09T21:33:55.527Z | Compiling nom v7.1.3 |
| 1386 | 2024-10-09T21:33:55.956Z | Compiling signal-hook-mio v0.2.4 |
| 1387 | 2024-10-09T21:33:56.045Z | Compiling petgraph v0.6.5 |
| 1388 | 2024-10-09T21:33:56.124Z | Compiling usdt v0.5.0 |
| 1389 | 2024-10-09T21:33:56.486Z | Compiling ecdsa v0.16.9 |
| 1390 | 2024-10-09T21:33:56.605Z | Compiling rsa v0.9.6 |
| 1391 | 2024-10-09T21:33:56.925Z | Compiling ed25519-dalek v2.1.1 |
| 1392 | 2024-10-09T21:33:57.333Z | Compiling futures v0.3.30 |
| 1393 | 2024-10-09T21:33:57.456Z | Compiling flate2 v1.0.34 |
| 1394 | 2024-10-09T21:33:58.431Z | Compiling toml v0.7.8 |
| 1395 | 2024-10-09T21:33:59.193Z | Compiling tokio-stream v0.1.16 |
| 1396 | 2024-10-09T21:33:59.984Z | Compiling openapiv3 v2.0.0 |
| 1397 | 2024-10-09T21:34:00.007Z | Compiling hex v0.4.3 |
| 1398 | 2024-10-09T21:34:00.169Z | Compiling x509-cert v0.2.5 |
| 1399 | 2024-10-09T21:34:00.267Z | Compiling sha1 v0.10.6 |
| 1400 | 2024-10-09T21:34:00.283Z | Compiling itertools v0.10.5 |
| 1401 | 2024-10-09T21:34:00.598Z | Compiling itertools v0.12.1 |
| 1402 | 2024-10-09T21:34:00.684Z | Compiling dirs-sys-next v0.1.2 |
| 1403 | 2024-10-09T21:34:01.107Z | Compiling peg-runtime v0.8.3 |
| 1404 | 2024-10-09T21:34:01.344Z | Compiling lalrpop-util v0.19.12 |
| 1405 | 2024-10-09T21:34:01.704Z | Compiling unicode-xid v0.2.4 |
| 1406 | 2024-10-09T21:34:01.770Z | Compiling dirs-next v2.0.0 |
| 1407 | 2024-10-09T21:34:01.887Z | Compiling thread_local v1.1.8 |
| 1408 | 2024-10-09T21:34:01.971Z | Compiling slog-async v2.8.0 |
| 1409 | 2024-10-09T21:34:02.435Z | Compiling term v0.7.0 |
| 1410 | 2024-10-09T21:34:02.593Z | Compiling xattr v1.3.1 |
| 1411 | 2024-10-09T21:34:02.858Z | Compiling strum_macros v0.26.4 |
| 1412 | 2024-10-09T21:34:03.048Z | Compiling crossbeam-channel v0.5.12 |
| 1413 | 2024-10-09T21:34:03.068Z | Compiling filetime v0.2.25 |
| 1414 | 2024-10-09T21:34:03.373Z | Compiling is-terminal v0.4.12 |
| 1415 | 2024-10-09T21:34:03.503Z | Compiling take_mut v0.2.2 |
| 1416 | 2024-10-09T21:34:03.665Z | Compiling slog-term v2.9.1 |
| 1417 | 2024-10-09T21:34:03.685Z | Compiling tar v0.4.42 |
| 1418 | 2024-10-09T21:34:04.114Z | Compiling camino v1.1.9 |
| 1419 | 2024-10-09T21:34:04.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1420 | 2024-10-09T21:34:05.938Z | Compiling strum v0.26.3 |
| 1421 | 2024-10-09T21:34:06.013Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1422 | 2024-10-09T21:34:11.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 1423 | 2024-10-09T21:34:11.509Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1424 | 2024-10-09T21:34:11.555Z | Oct 09 21:34:10.997 INFO Starting download, target: Clickhouse |
| 1425 | 2024-10-09T21:34:11.555Z | Oct 09 21:34:10.997 INFO Starting download, target: Cockroach |
| 1426 | 2024-10-09T21:34:11.555Z | Oct 09 21:34:10.997 INFO Starting download, target: Console |
| 1427 | 2024-10-09T21:34:11.555Z | Oct 09 21:34:10.997 INFO Starting download, target: DendriteOpenapi |
| 1428 | 2024-10-09T21:34:11.558Z | Oct 09 21:34:10.997 INFO Starting download, target: DendriteStub |
| 1429 | 2024-10-09T21:34:11.558Z | Oct 09 21:34:10.997 INFO Starting download, target: MaghemiteMgd |
| 1430 | 2024-10-09T21:34:11.558Z | Oct 09 21:34:10.997 INFO Starting download, target: TransceiverControl |
| 1431 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
| 1432 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1433 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1434 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1435 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1436 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1437 | 2024-10-09T21:34:11.559Z | Oct 09 21:34:10.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1438 | 2024-10-09T21:34:11.822Z | Oct 09 21:34:11.260 INFO Download complete, target: DendriteOpenapi |
| 1439 | 2024-10-09T21:34:11.859Z | Oct 09 21:34:11.299 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1440 | 2024-10-09T21:34:12.129Z | Oct 09 21:34:11.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1441 | 2024-10-09T21:34:12.231Z | Oct 09 21:34:11.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1442 | 2024-10-09T21:34:12.245Z | Oct 09 21:34:11.687 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1443 | 2024-10-09T21:34:12.495Z | Oct 09 21:34:11.936 INFO Download complete, target: Console |
| 1444 | 2024-10-09T21:34:12.633Z | Oct 09 21:34:12.075 INFO Download complete, target: TransceiverControl |
| 1445 | 2024-10-09T21:34:12.799Z | Oct 09 21:34:12.241 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1446 | 2024-10-09T21:34:12.799Z | Oct 09 21:34:12.241 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1447 | 2024-10-09T21:34:13.847Z | Oct 09 21:34:13.289 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1448 | 2024-10-09T21:34:15.394Z | Oct 09 21:34:14.834 INFO Download complete, target: DendriteStub |
| 1449 | 2024-10-09T21:34:15.515Z | Oct 09 21:34:14.956 INFO Download complete, target: MaghemiteMgd |
| 1450 | 2024-10-09T21:34:21.128Z | Oct 09 21:34:20.568 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1451 | 2024-10-09T21:34:21.392Z | Oct 09 21:34:20.832 INFO Checking that binary works, target: Cockroach |
| 1452 | 2024-10-09T21:34:21.549Z | Oct 09 21:34:20.989 INFO Download complete, target: Cockroach |
| 1453 | 2024-10-09T21:34:27.803Z | Oct 09 21:34:27.243 INFO Checking that binary works, target: Clickhouse |
| 1454 | 2024-10-09T21:34:27.949Z | Oct 09 21:34:27.384 INFO Download complete, target: Clickhouse |
| 1455 | 2024-10-09T21:34:27.966Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1456 | 2024-10-09T21:34:27.969Z | |
| 1457 | 2024-10-09T21:34:27.969Z | real 4:03.699443397 |
| 1458 | 2024-10-09T21:34:27.969Z | user 11:49.340731020 |
| 1459 | 2024-10-09T21:34:27.969Z | sys 2:31.162586193 |
| 1460 | 2024-10-09T21:34:27.969Z | trap 0.419813378 |
| 1461 | 2024-10-09T21:34:27.969Z | tflt 1.574474692 |
| 1462 | 2024-10-09T21:34:27.969Z | dflt 1.597893665 |
| 1463 | 2024-10-09T21:34:27.969Z | kflt 0.017811650 |
| 1464 | 2024-10-09T21:34:27.969Z | lock 23:31.087724549 |
| 1465 | 2024-10-09T21:34:27.969Z | slp 46:00.981526424 |
| 1466 | 2024-10-09T21:34:27.969Z | lat 43.716808158 |
| 1467 | 2024-10-09T21:34:27.969Z | stop 1:58.719687547 |
| 1468 | 2024-10-09T21:34:27.969Z | + banner hack-check |
| 1469 | 2024-10-09T21:34:27.973Z | |
| 1470 | 2024-10-09T21:34:27.973Z | # # ## #### # # #### # # ###### #### # # |
| 1471 | 2024-10-09T21:34:27.973Z | # # # # # # # # # # # # # # # # # |
| 1472 | 2024-10-09T21:34:27.973Z | ###### # # # #### ##### # ###### ##### # #### |
| 1473 | 2024-10-09T21:34:27.973Z | # # ###### # # # # # # # # # # |
| 1474 | 2024-10-09T21:34:27.973Z | # # # # # # # # # # # # # # # # # |
| 1475 | 2024-10-09T21:34:27.973Z | # # # # #### # # #### # # ###### #### # # |
| 1476 | 2024-10-09T21:34:27.974Z | |
| 1477 | 2024-10-09T21:34:27.974Z | + export CARGO_INCREMENTAL=0 |
| 1478 | 2024-10-09T21:34:27.974Z | + CARGO_INCREMENTAL=0 |
| 1479 | 2024-10-09T21:34:27.974Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1480 | 2024-10-09T21:34:28.525Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1481 | 2024-10-09T21:34:32.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 1482 | 2024-10-09T21:34:32.535Z | Running `target/debug/xtask check-features --ci` |
| 1483 | 2024-10-09T21:34:32.555Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1484 | 2024-10-09T21:34:32.555Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1485 | 2024-10-09T21:34:33.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1486 | 2024-10-09T21:34:33.070Z | Running `target/debug/xtask download cargo-hack` |
| 1487 | 2024-10-09T21:34:33.928Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1488 | 2024-10-09T21:34:34.289Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1489 | 2024-10-09T21:34:38.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
| 1490 | 2024-10-09T21:34:38.832Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1491 | 2024-10-09T21:34:38.868Z | Oct 09 21:34:38.306 INFO Starting download, target: CargoHack |
| 1492 | 2024-10-09T21:34:38.871Z | Oct 09 21:34:38.307 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1493 | 2024-10-09T21:34:39.421Z | Oct 09 21:34:38.859 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1494 | 2024-10-09T21:34:39.516Z | Oct 09 21:34:38.954 INFO Download complete, target: CargoHack |
| 1495 | 2024-10-09T21:34:39.519Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1496 | 2024-10-09T21:34:39.535Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1497 | 2024-10-09T21:34:39.690Z | info: running `cargo check --bins` on api_identity (1/164) |
| 1498 | 2024-10-09T21:34:40.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1499 | 2024-10-09T21:34:40.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1500 | 2024-10-09T21:34:40.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1501 | 2024-10-09T21:34:40.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1502 | 2024-10-09T21:34:40.295Z | |
| 1503 | 2024-10-09T21:34:40.295Z | info: running `cargo check --bins` on bootstore (2/164) |
| 1504 | 2024-10-09T21:34:40.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1505 | 2024-10-09T21:34:40.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1506 | 2024-10-09T21:34:40.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1507 | 2024-10-09T21:34:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1508 | 2024-10-09T21:34:40.946Z | |
| 1509 | 2024-10-09T21:34:40.946Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/164) |
| 1510 | 2024-10-09T21:34:41.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1511 | 2024-10-09T21:34:41.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1512 | 2024-10-09T21:34:41.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1513 | 2024-10-09T21:34:41.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1514 | 2024-10-09T21:34:41.577Z | |
| 1515 | 2024-10-09T21:34:41.577Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164) |
| 1516 | 2024-10-09T21:34:42.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1517 | 2024-10-09T21:34:42.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1518 | 2024-10-09T21:34:42.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1519 | 2024-10-09T21:34:42.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1520 | 2024-10-09T21:34:42.210Z | |
| 1521 | 2024-10-09T21:34:42.210Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164) |
| 1522 | 2024-10-09T21:34:42.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1523 | 2024-10-09T21:34:42.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1524 | 2024-10-09T21:34:42.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1525 | 2024-10-09T21:34:42.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1526 | 2024-10-09T21:34:42.668Z | |
| 1527 | 2024-10-09T21:34:42.668Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164) |
| 1528 | 2024-10-09T21:34:43.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1529 | 2024-10-09T21:34:43.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1530 | 2024-10-09T21:34:43.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1531 | 2024-10-09T21:34:43.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1532 | 2024-10-09T21:34:43.135Z | |
| 1533 | 2024-10-09T21:34:43.135Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164) |
| 1534 | 2024-10-09T21:34:43.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1535 | 2024-10-09T21:34:43.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1536 | 2024-10-09T21:34:43.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1537 | 2024-10-09T21:34:43.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1538 | 2024-10-09T21:34:43.589Z | |
| 1539 | 2024-10-09T21:34:43.589Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164) |
| 1540 | 2024-10-09T21:34:44.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1541 | 2024-10-09T21:34:44.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1542 | 2024-10-09T21:34:44.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1543 | 2024-10-09T21:34:44.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1544 | 2024-10-09T21:34:44.057Z | |
| 1545 | 2024-10-09T21:34:44.058Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164) |
| 1546 | 2024-10-09T21:34:44.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1547 | 2024-10-09T21:34:44.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1548 | 2024-10-09T21:34:44.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1549 | 2024-10-09T21:34:44.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1550 | 2024-10-09T21:34:44.519Z | |
| 1551 | 2024-10-09T21:34:44.519Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164) |
| 1552 | 2024-10-09T21:34:44.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1553 | 2024-10-09T21:34:44.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1554 | 2024-10-09T21:34:44.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1555 | 2024-10-09T21:34:44.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1556 | 2024-10-09T21:34:44.985Z | |
| 1557 | 2024-10-09T21:34:44.985Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164) |
| 1558 | 2024-10-09T21:34:45.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1559 | 2024-10-09T21:34:45.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1560 | 2024-10-09T21:34:45.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1561 | 2024-10-09T21:34:45.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1562 | 2024-10-09T21:34:45.447Z | |
| 1563 | 2024-10-09T21:34:45.447Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164) |
| 1564 | 2024-10-09T21:34:45.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1565 | 2024-10-09T21:34:45.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1566 | 2024-10-09T21:34:45.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1567 | 2024-10-09T21:34:45.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1568 | 2024-10-09T21:34:45.911Z | |
| 1569 | 2024-10-09T21:34:45.911Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164) |
| 1570 | 2024-10-09T21:34:46.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1571 | 2024-10-09T21:34:46.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1572 | 2024-10-09T21:34:46.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1573 | 2024-10-09T21:34:46.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1574 | 2024-10-09T21:34:46.380Z | |
| 1575 | 2024-10-09T21:34:46.380Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164) |
| 1576 | 2024-10-09T21:34:46.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1577 | 2024-10-09T21:34:46.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1578 | 2024-10-09T21:34:46.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1579 | 2024-10-09T21:34:46.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1580 | 2024-10-09T21:34:46.835Z | |
| 1581 | 2024-10-09T21:34:46.836Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164) |
| 1582 | 2024-10-09T21:34:47.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1583 | 2024-10-09T21:34:47.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1584 | 2024-10-09T21:34:47.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1585 | 2024-10-09T21:34:47.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1586 | 2024-10-09T21:34:47.292Z | |
| 1587 | 2024-10-09T21:34:47.292Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164) |
| 1588 | 2024-10-09T21:34:47.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1589 | 2024-10-09T21:34:47.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1590 | 2024-10-09T21:34:47.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1591 | 2024-10-09T21:34:47.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1592 | 2024-10-09T21:34:47.743Z | |
| 1593 | 2024-10-09T21:34:47.743Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164) |
| 1594 | 2024-10-09T21:34:48.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1595 | 2024-10-09T21:34:48.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1596 | 2024-10-09T21:34:48.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1597 | 2024-10-09T21:34:48.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1598 | 2024-10-09T21:34:48.196Z | |
| 1599 | 2024-10-09T21:34:48.196Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164) |
| 1600 | 2024-10-09T21:34:48.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1601 | 2024-10-09T21:34:48.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1602 | 2024-10-09T21:34:48.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1603 | 2024-10-09T21:34:48.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1604 | 2024-10-09T21:34:48.660Z | |
| 1605 | 2024-10-09T21:34:48.660Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164) |
| 1606 | 2024-10-09T21:34:49.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1607 | 2024-10-09T21:34:49.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1608 | 2024-10-09T21:34:49.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1609 | 2024-10-09T21:34:49.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1610 | 2024-10-09T21:34:49.118Z | |
| 1611 | 2024-10-09T21:34:49.118Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164) |
| 1612 | 2024-10-09T21:34:49.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1613 | 2024-10-09T21:34:49.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1614 | 2024-10-09T21:34:49.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1615 | 2024-10-09T21:34:49.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1616 | 2024-10-09T21:34:49.583Z | |
| 1617 | 2024-10-09T21:34:49.583Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164) |
| 1618 | 2024-10-09T21:34:50.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1619 | 2024-10-09T21:34:50.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1620 | 2024-10-09T21:34:50.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1621 | 2024-10-09T21:34:50.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1622 | 2024-10-09T21:34:50.042Z | |
| 1623 | 2024-10-09T21:34:50.042Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164) |
| 1624 | 2024-10-09T21:34:50.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1625 | 2024-10-09T21:34:50.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1626 | 2024-10-09T21:34:50.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1627 | 2024-10-09T21:34:50.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1628 | 2024-10-09T21:34:50.504Z | |
| 1629 | 2024-10-09T21:34:50.504Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164) |
| 1630 | 2024-10-09T21:34:50.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1631 | 2024-10-09T21:34:50.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1632 | 2024-10-09T21:34:50.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1633 | 2024-10-09T21:34:50.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1634 | 2024-10-09T21:34:50.972Z | |
| 1635 | 2024-10-09T21:34:50.972Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164) |
| 1636 | 2024-10-09T21:34:51.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1637 | 2024-10-09T21:34:51.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1638 | 2024-10-09T21:34:51.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1639 | 2024-10-09T21:34:51.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1640 | 2024-10-09T21:34:51.511Z | |
| 1641 | 2024-10-09T21:34:51.511Z | info: running `cargo check --bins` on sled-hardware-types (25/164) |
| 1642 | 2024-10-09T21:34:52.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1643 | 2024-10-09T21:34:52.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1644 | 2024-10-09T21:34:52.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1645 | 2024-10-09T21:34:52.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1646 | 2024-10-09T21:34:52.109Z | |
| 1647 | 2024-10-09T21:34:52.109Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/164) |
| 1648 | 2024-10-09T21:34:52.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1649 | 2024-10-09T21:34:52.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1650 | 2024-10-09T21:34:52.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1651 | 2024-10-09T21:34:52.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1652 | 2024-10-09T21:34:52.761Z | |
| 1653 | 2024-10-09T21:34:52.761Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164) |
| 1654 | 2024-10-09T21:34:53.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1655 | 2024-10-09T21:34:53.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1656 | 2024-10-09T21:34:53.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1657 | 2024-10-09T21:34:53.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1658 | 2024-10-09T21:34:53.414Z | |
| 1659 | 2024-10-09T21:34:53.414Z | info: running `cargo check --bins` on oxlog (28/164) |
| 1660 | 2024-10-09T21:34:53.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1661 | 2024-10-09T21:34:53.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1662 | 2024-10-09T21:34:54.039Z | Checking cfg-if v1.0.0 |
| 1663 | 2024-10-09T21:34:54.042Z | Checking libc v0.2.159 |
| 1664 | 2024-10-09T21:34:54.129Z | Checking typenum v1.17.0 |
| 1665 | 2024-10-09T21:34:54.144Z | Checking serde v1.0.210 |
| 1666 | 2024-10-09T21:34:54.146Z | Checking zeroize v1.8.1 |
| 1667 | 2024-10-09T21:34:54.160Z | Checking memchr v2.7.2 |
| 1668 | 2024-10-09T21:34:54.175Z | Checking subtle v2.5.0 |
| 1669 | 2024-10-09T21:34:54.177Z | Checking scopeguard v1.2.0 |
| 1670 | 2024-10-09T21:34:54.200Z | Checking byteorder v1.5.0 |
| 1671 | 2024-10-09T21:34:54.305Z | Checking lock_api v0.4.12 |
| 1672 | 2024-10-09T21:34:54.393Z | Checking const-oid v0.9.6 |
| 1673 | 2024-10-09T21:34:54.432Z | Checking value-bag v1.9.0 |
| 1674 | 2024-10-09T21:34:54.600Z | Checking once_cell v1.19.0 |
| 1675 | 2024-10-09T21:34:54.691Z | Checking itoa v1.0.11 |
| 1676 | 2024-10-09T21:34:54.852Z | Checking log v0.4.22 |
| 1677 | 2024-10-09T21:34:54.905Z | Checking smallvec v1.13.2 |
| 1678 | 2024-10-09T21:34:54.908Z | Checking pin-project-lite v0.2.14 |
| 1679 | 2024-10-09T21:34:55.029Z | Checking zerocopy v0.7.34 |
| 1680 | 2024-10-09T21:34:55.043Z | Checking cpufeatures v0.2.12 |
| 1681 | 2024-10-09T21:34:55.131Z | Checking futures-core v0.3.30 |
| 1682 | 2024-10-09T21:34:55.256Z | Checking futures-sink v0.3.30 |
| 1683 | 2024-10-09T21:34:55.287Z | Checking getrandom v0.2.14 |
| 1684 | 2024-10-09T21:34:55.301Z | Checking parking_lot_core v0.9.10 |
| 1685 | 2024-10-09T21:34:55.348Z | Checking signal-hook-registry v1.4.2 |
| 1686 | 2024-10-09T21:34:55.396Z | Checking mio v1.0.2 |
| 1687 | 2024-10-09T21:34:55.411Z | Checking generic-array v0.14.7 |
| 1688 | 2024-10-09T21:34:55.530Z | Checking rand_core v0.6.4 |
| 1689 | 2024-10-09T21:34:55.586Z | Checking socket2 v0.5.7 |
| 1690 | 2024-10-09T21:34:55.624Z | Checking parking_lot v0.12.2 |
| 1691 | 2024-10-09T21:34:55.811Z | Checking spin v0.9.8 |
| 1692 | 2024-10-09T21:34:55.942Z | Checking tinyvec_macros v0.1.1 |
| 1693 | 2024-10-09T21:34:55.966Z | Checking allocator-api2 v0.2.18 |
| 1694 | 2024-10-09T21:34:56.021Z | Checking tinyvec v1.6.0 |
| 1695 | 2024-10-09T21:34:56.061Z | Checking base64ct v1.6.0 |
| 1696 | 2024-10-09T21:34:56.158Z | Checking slab v0.4.9 |
| 1697 | 2024-10-09T21:34:56.175Z | Checking equivalent v1.0.1 |
| 1698 | 2024-10-09T21:34:56.272Z | Checking unicode-bidi v0.3.15 |
| 1699 | 2024-10-09T21:34:56.422Z | Checking flagset v0.4.5 |
| 1700 | 2024-10-09T21:34:56.440Z | Checking ahash v0.8.11 |
| 1701 | 2024-10-09T21:34:56.481Z | Checking pem-rfc7468 v0.7.0 |
| 1702 | 2024-10-09T21:34:56.571Z | Checking futures-channel v0.3.30 |
| 1703 | 2024-10-09T21:34:56.585Z | Checking crypto-common v0.1.6 |
| 1704 | 2024-10-09T21:34:56.597Z | Checking block-buffer v0.10.4 |
| 1705 | 2024-10-09T21:34:56.723Z | Checking block-padding v0.3.3 |
| 1706 | 2024-10-09T21:34:56.749Z | Checking der v0.7.9 |
| 1707 | 2024-10-09T21:34:56.793Z | Checking digest v0.10.7 |
| 1708 | 2024-10-09T21:34:56.862Z | Checking libm v0.2.8 |
| 1709 | 2024-10-09T21:34:56.906Z | Checking inout v0.1.3 |
| 1710 | 2024-10-09T21:34:56.908Z | Checking ryu v1.0.18 |
| 1711 | 2024-10-09T21:34:56.959Z | Checking hashbrown v0.14.5 |
| 1712 | 2024-10-09T21:34:57.115Z | Checking cipher v0.4.4 |
| 1713 | 2024-10-09T21:34:57.130Z | Checking hmac v0.12.1 |
| 1714 | 2024-10-09T21:34:57.150Z | Checking sha2 v0.10.8 |
| 1715 | 2024-10-09T21:34:57.290Z | Checking unicode-normalization v0.1.23 |
| 1716 | 2024-10-09T21:34:57.311Z | Checking futures-io v0.3.30 |
| 1717 | 2024-10-09T21:34:57.490Z | Checking futures-task v0.3.30 |
| 1718 | 2024-10-09T21:34:57.507Z | Checking pin-utils v0.1.0 |
| 1719 | 2024-10-09T21:34:57.595Z | Checking salsa20 v0.10.2 |
| 1720 | 2024-10-09T21:34:57.689Z | Checking pbkdf2 v0.12.2 |
| 1721 | 2024-10-09T21:34:57.714Z | Checking futures-util v0.3.30 |
| 1722 | 2024-10-09T21:34:57.775Z | Checking aes v0.8.4 |
| 1723 | 2024-10-09T21:34:57.775Z | Checking num-traits v0.2.19 |
| 1724 | 2024-10-09T21:34:57.847Z | Checking scrypt v0.11.0 |
| 1725 | 2024-10-09T21:34:58.044Z | Checking cbc v0.1.2 |
| 1726 | 2024-10-09T21:34:58.130Z | Checking fnv v1.0.7 |
| 1727 | 2024-10-09T21:34:58.170Z | Checking tracing-core v0.1.32 |
| 1728 | 2024-10-09T21:34:58.224Z | Checking ppv-lite86 v0.2.17 |
| 1729 | 2024-10-09T21:34:58.242Z | Checking percent-encoding v2.3.1 |
| 1730 | 2024-10-09T21:34:58.431Z | Checking rustls-pki-types v1.7.0 |
| 1731 | 2024-10-09T21:34:58.500Z | Checking spki v0.7.3 |
| 1732 | 2024-10-09T21:34:58.679Z | Checking thiserror v1.0.64 |
| 1733 | 2024-10-09T21:34:58.762Z | Checking pkcs5 v0.7.1 |
| 1734 | 2024-10-09T21:34:58.801Z | Checking tracing v0.1.40 |
| 1735 | 2024-10-09T21:34:58.816Z | Checking foreign-types-shared v0.1.1 |
| 1736 | 2024-10-09T21:34:58.830Z | Checking untrusted v0.9.0 |
| 1737 | 2024-10-09T21:34:58.877Z | Checking rand_chacha v0.3.1 |
| 1738 | 2024-10-09T21:34:58.907Z | Checking atomic-waker v1.1.2 |
| 1739 | 2024-10-09T21:34:58.963Z | Checking try-lock v0.2.5 |
| 1740 | 2024-10-09T21:34:59.033Z | Checking ring v0.17.8 |
| 1741 | 2024-10-09T21:34:59.087Z | Checking bytes v1.7.2 |
| 1742 | 2024-10-09T21:34:59.101Z | Checking indexmap v2.5.0 |
| 1743 | 2024-10-09T21:34:59.150Z | Checking bitflags v2.6.0 |
| 1744 | 2024-10-09T21:34:59.224Z | Checking serde_json v1.0.128 |
| 1745 | 2024-10-09T21:34:59.245Z | Checking pkcs8 v0.10.2 |
| 1746 | 2024-10-09T21:34:59.416Z | Checking rand v0.8.5 |
| 1747 | 2024-10-09T21:34:59.419Z | Checking want v0.3.1 |
| 1748 | 2024-10-09T21:34:59.541Z | Checking foreign-types v0.3.2 |
| 1749 | 2024-10-09T21:34:59.600Z | Checking form_urlencoded v1.2.1 |
| 1750 | 2024-10-09T21:34:59.633Z | Checking crossbeam-utils v0.8.19 |
| 1751 | 2024-10-09T21:34:59.799Z | Checking httparse v1.8.0 |
| 1752 | 2024-10-09T21:34:59.881Z | Checking tokio v1.39.3 |
| 1753 | 2024-10-09T21:35:00.203Z | Checking http v1.1.0 |
| 1754 | 2024-10-09T21:35:00.306Z | Checking openssl-sys v0.9.103 |
| 1755 | 2024-10-09T21:35:00.369Z | Checking aho-corasick v1.1.3 |
| 1756 | 2024-10-09T21:35:00.631Z | Checking powerfmt v0.2.0 |
| 1757 | 2024-10-09T21:35:00.784Z | Checking regex-syntax v0.8.4 |
| 1758 | 2024-10-09T21:35:00.846Z | Checking httpdate v1.0.3 |
| 1759 | 2024-10-09T21:35:00.882Z | Checking siphasher v0.3.11 |
| 1760 | 2024-10-09T21:35:01.055Z | Checking base64 v0.22.1 |
| 1761 | 2024-10-09T21:35:01.180Z | Checking unicode-ident v1.0.13 |
| 1762 | 2024-10-09T21:35:01.337Z | Checking proc-macro2 v1.0.86 |
| 1763 | 2024-10-09T21:35:01.489Z | Checking http-body v1.0.0 |
| 1764 | 2024-10-09T21:35:01.504Z | Checking openssl v0.10.66 |
| 1765 | 2024-10-09T21:35:01.518Z | Checking deranged v0.3.11 |
| 1766 | 2024-10-09T21:35:01.672Z | Checking rustls-webpki v0.102.4 |
| 1767 | 2024-10-09T21:35:01.959Z | Checking crossbeam-epoch v0.9.18 |
| 1768 | 2024-10-09T21:35:02.006Z | Checking uuid v1.10.0 |
| 1769 | 2024-10-09T21:35:02.352Z | Checking idna v0.5.0 |
| 1770 | 2024-10-09T21:35:02.454Z | Checking signature v2.2.0 |
| 1771 | 2024-10-09T21:35:02.615Z | Checking lazy_static v1.5.0 |
| 1772 | 2024-10-09T21:35:02.643Z | Checking scroll v0.12.0 |
| 1773 | 2024-10-09T21:35:02.704Z | Checking errno v0.3.9 |
| 1774 | 2024-10-09T21:35:02.719Z | Checking iana-time-zone v0.1.60 |
| 1775 | 2024-10-09T21:35:02.853Z | Checking ucd-trie v0.1.6 |
| 1776 | 2024-10-09T21:35:02.872Z | Checking openssl-probe v0.1.5 |
| 1777 | 2024-10-09T21:35:03.006Z | Checking anstyle v1.0.8 |
| 1778 | 2024-10-09T21:35:03.040Z | Checking utf8parse v0.2.1 |
| 1779 | 2024-10-09T21:35:03.081Z | Checking tower-service v0.3.2 |
| 1780 | 2024-10-09T21:35:03.179Z | Checking num-conv v0.1.0 |
| 1781 | 2024-10-09T21:35:03.194Z | Checking plain v0.2.3 |
| 1782 | 2024-10-09T21:35:03.194Z | Checking finl_unicode v1.2.0 |
| 1783 | 2024-10-09T21:35:03.221Z | Checking either v1.13.0 |
| 1784 | 2024-10-09T21:35:03.323Z | Checking num_threads v0.1.7 |
| 1785 | 2024-10-09T21:35:03.338Z | Checking time-core v0.1.2 |
| 1786 | 2024-10-09T21:35:03.409Z | Checking goblin v0.8.2 |
| 1787 | 2024-10-09T21:35:03.434Z | Checking url v2.5.2 |
| 1788 | 2024-10-09T21:35:03.481Z | Checking time v0.3.36 |
| 1789 | 2024-10-09T21:35:03.594Z | Checking anstyle-parse v0.2.4 |
| 1790 | 2024-10-09T21:35:03.754Z | Checking stringprep v0.1.4 |
| 1791 | 2024-10-09T21:35:03.848Z | Checking pest v2.7.10 |
| 1792 | 2024-10-09T21:35:03.908Z | Checking regex-automata v0.4.6 |
| 1793 | 2024-10-09T21:35:04.027Z | Checking rustix v0.38.37 |
| 1794 | 2024-10-09T21:35:04.255Z | Checking chrono v0.4.38 |
| 1795 | 2024-10-09T21:35:06.023Z | Checking rustls v0.23.10 |
| 1796 | 2024-10-09T21:35:06.300Z | Checking crossbeam-deque v0.8.5 |
| 1797 | 2024-10-09T21:35:06.330Z | Checking quote v1.0.37 |
| 1798 | 2024-10-09T21:35:06.601Z | Checking tokio-util v0.7.12 |
| 1799 | 2024-10-09T21:35:06.603Z | Checking num-integer v0.1.46 |
| 1800 | 2024-10-09T21:35:06.629Z | Checking toml_datetime v0.6.8 |
| 1801 | 2024-10-09T21:35:06.892Z | Checking serde_spanned v0.6.7 |
| 1802 | 2024-10-09T21:35:06.908Z | Checking native-tls v0.2.11 |
| 1803 | 2024-10-09T21:35:07.070Z | Checking idna v0.3.0 |
| 1804 | 2024-10-09T21:35:07.087Z | Checking md-5 v0.10.6 |
| 1805 | 2024-10-09T21:35:07.210Z | Checking ff v0.13.0 |
| 1806 | 2024-10-09T21:35:07.293Z | Checking hash32 v0.2.1 |
| 1807 | 2024-10-09T21:35:07.407Z | Checking gimli v0.28.1 |
| 1808 | 2024-10-09T21:35:07.452Z | Checking h2 v0.4.6 |
| 1809 | 2024-10-09T21:35:07.577Z | Checking is_terminal_polyfill v1.70.0 |
| 1810 | 2024-10-09T21:35:07.626Z | Checking fallible-iterator v0.2.0 |
| 1811 | 2024-10-09T21:35:07.680Z | Checking colorchoice v1.0.1 |
| 1812 | 2024-10-09T21:35:07.806Z | Checking base16ct v0.2.0 |
| 1813 | 2024-10-09T21:35:07.914Z | Checking adler v1.0.2 |
| 1814 | 2024-10-09T21:35:07.987Z | Checking anstyle-query v1.0.3 |
| 1815 | 2024-10-09T21:35:08.051Z | Checking psl-types v2.0.11 |
| 1816 | 2024-10-09T21:35:08.109Z | Checking stable_deref_trait v1.2.0 |
| 1817 | 2024-10-09T21:35:08.197Z | Checking pretty-hex v0.4.1 |
| 1818 | 2024-10-09T21:35:08.211Z | Checking heapless v0.7.17 |
| 1819 | 2024-10-09T21:35:08.214Z | Checking publicsuffix v2.2.3 |
| 1820 | 2024-10-09T21:35:08.269Z | Checking postgres-protocol v0.6.7 |
| 1821 | 2024-10-09T21:35:08.335Z | Checking anstream v0.6.14 |
| 1822 | 2024-10-09T21:35:08.347Z | Checking dof v0.3.0 |
| 1823 | 2024-10-09T21:35:08.443Z | Checking miniz_oxide v0.7.2 |
| 1824 | 2024-10-09T21:35:08.670Z | Checking sec1 v0.7.3 |
| 1825 | 2024-10-09T21:35:08.863Z | Checking terminal_size v0.3.0 |
| 1826 | 2024-10-09T21:35:08.922Z | Checking group v0.13.0 |
| 1827 | 2024-10-09T21:35:08.941Z | Checking tokio-native-tls v0.3.1 |
| 1828 | 2024-10-09T21:35:09.024Z | Checking num-iter v0.1.45 |
| 1829 | 2024-10-09T21:35:09.052Z | Checking syn v2.0.79 |
| 1830 | 2024-10-09T21:35:09.163Z | Checking rayon-core v1.12.1 |
| 1831 | 2024-10-09T21:35:09.166Z | Checking dtrace-parser v0.2.0 |
| 1832 | 2024-10-09T21:35:09.189Z | Checking cookie v0.18.1 |
| 1833 | 2024-10-09T21:35:09.217Z | Checking http-body-util v0.1.2 |
| 1834 | 2024-10-09T21:35:09.605Z | Checking phf_shared v0.11.2 |
| 1835 | 2024-10-09T21:35:09.678Z | Checking webpki-roots v0.26.3 |
| 1836 | 2024-10-09T21:35:09.748Z | Checking hkdf v0.12.4 |
| 1837 | 2024-10-09T21:35:09.767Z | Checking crypto-bigint v0.5.5 |
| 1838 | 2024-10-09T21:35:09.847Z | Checking thread-id v4.2.1 |
| 1839 | 2024-10-09T21:35:09.876Z | Checking object v0.32.2 |
| 1840 | 2024-10-09T21:35:09.943Z | Checking strsim v0.11.1 |
| 1841 | 2024-10-09T21:35:09.944Z | Checking ipnet v2.10.0 |
| 1842 | 2024-10-09T21:35:10.211Z | Checking unicode-width v0.1.13 |
| 1843 | 2024-10-09T21:35:10.387Z | Checking winnow v0.5.40 |
| 1844 | 2024-10-09T21:35:10.402Z | Checking managed v0.8.0 |
| 1845 | 2024-10-09T21:35:10.739Z | Checking tokio-rustls v0.26.0 |
| 1846 | 2024-10-09T21:35:10.750Z | Checking rustc-demangle v0.1.24 |
| 1847 | 2024-10-09T21:35:11.097Z | Checking clap_lex v0.7.0 |
| 1848 | 2024-10-09T21:35:11.148Z | Checking adler2 v2.0.0 |
| 1849 | 2024-10-09T21:35:11.193Z | Checking addr2line v0.21.0 |
| 1850 | 2024-10-09T21:35:11.290Z | Checking bitflags v1.3.2 |
| 1851 | 2024-10-09T21:35:11.337Z | Checking clap_builder v4.5.18 |
| 1852 | 2024-10-09T21:35:11.384Z | Checking smoltcp v0.9.1 |
| 1853 | 2024-10-09T21:35:11.674Z | Checking miniz_oxide v0.8.0 |
| 1854 | 2024-10-09T21:35:12.442Z | Checking console v0.15.8 |
| 1855 | 2024-10-09T21:35:12.541Z | Checking elliptic-curve v0.13.8 |
| 1856 | 2024-10-09T21:35:12.854Z | Checking phf v0.11.2 |
| 1857 | 2024-10-09T21:35:12.996Z | Checking rayon v1.10.0 |
| 1858 | 2024-10-09T21:35:13.120Z | Checking cookie_store v0.21.0 |
| 1859 | 2024-10-09T21:35:13.165Z | Checking num-bigint-dig v0.8.4 |
| 1860 | 2024-10-09T21:35:13.437Z | Checking toml_edit v0.19.15 |
| 1861 | 2024-10-09T21:35:13.452Z | Checking hyper v1.4.1 |
| 1862 | 2024-10-09T21:35:13.720Z | Checking postgres-types v0.2.8 |
| 1863 | 2024-10-09T21:35:14.306Z | Checking bstr v1.9.1 |
| 1864 | 2024-10-09T21:35:14.411Z | Checking regex v1.10.6 |
| 1865 | 2024-10-09T21:35:15.019Z | Checking futures-executor v0.3.30 |
| 1866 | 2024-10-09T21:35:15.220Z | Checking ed25519 v2.2.3 |
| 1867 | 2024-10-09T21:35:15.222Z | Checking rustls-pemfile v2.1.3 |
| 1868 | 2024-10-09T21:35:15.249Z | Checking phf_shared v0.10.0 |
| 1869 | 2024-10-09T21:35:15.316Z | Checking usdt-impl v0.5.0 |
| 1870 | 2024-10-09T21:35:15.432Z | Checking hyper-util v0.1.9 |
| 1871 | 2024-10-09T21:35:15.454Z | Checking serde_urlencoded v0.7.1 |
| 1872 | 2024-10-09T21:35:15.493Z | Checking pkcs1 v0.7.5 |
| 1873 | 2024-10-09T21:35:15.507Z | Checking float-cmp v0.9.0 |
| 1874 | 2024-10-09T21:35:15.670Z | Checking hubpack v0.1.2 |
| 1875 | 2024-10-09T21:35:15.752Z | Checking backtrace v0.3.71 |
| 1876 | 2024-10-09T21:35:15.819Z | Checking serde-big-array v0.5.1 |
| 1877 | 2024-10-09T21:35:15.822Z | Checking zerocopy v0.6.6 |
| 1878 | 2024-10-09T21:35:15.847Z | Checking curve25519-dalek v4.1.3 |
| 1879 | 2024-10-09T21:35:15.875Z | Checking signal-hook v0.3.17 |
| 1880 | 2024-10-09T21:35:15.956Z | Checking crc32fast v1.4.0 |
| 1881 | 2024-10-09T21:35:16.026Z | Checking portable-atomic v1.6.0 |
| 1882 | 2024-10-09T21:35:16.181Z | Checking idna v0.4.0 |
| 1883 | 2024-10-09T21:35:16.205Z | Checking rfc6979 v0.4.0 |
| 1884 | 2024-10-09T21:35:16.275Z | Checking mio v0.8.11 |
| 1885 | 2024-10-09T21:35:16.380Z | Checking sync_wrapper v1.0.1 |
| 1886 | 2024-10-09T21:35:16.522Z | Checking memmap v0.7.0 |
| 1887 | 2024-10-09T21:35:16.573Z | Checking encoding_rs v0.8.34 |
| 1888 | 2024-10-09T21:35:16.733Z | Checking normalize-line-endings v0.3.0 |
| 1889 | 2024-10-09T21:35:16.762Z | Checking fixedbitset v0.4.2 |
| 1890 | 2024-10-09T21:35:16.828Z | Checking number_prefix v0.4.0 |
| 1891 | 2024-10-09T21:35:16.889Z | Checking minimal-lexical v0.2.1 |
| 1892 | 2024-10-09T21:35:16.982Z | Checking bit-vec v0.6.3 |
| 1893 | 2024-10-09T21:35:16.997Z | Checking predicates-core v1.0.6 |
| 1894 | 2024-10-09T21:35:17.009Z | Checking unicode-segmentation v1.11.0 |
| 1895 | 2024-10-09T21:35:17.023Z | Checking data-encoding v2.6.0 |
| 1896 | 2024-10-09T21:35:17.168Z | Checking static_assertions v1.1.0 |
| 1897 | 2024-10-09T21:35:17.252Z | Checking mime v0.3.17 |
| 1898 | 2024-10-09T21:35:17.270Z | Checking dyn-clone v1.0.17 |
| 1899 | 2024-10-09T21:35:17.283Z | Checking winnow v0.6.18 |
| 1900 | 2024-10-09T21:35:17.357Z | Checking hyper-rustls v0.27.3 |
| 1901 | 2024-10-09T21:35:17.394Z | Checking hyper-tls v0.6.0 |
| 1902 | 2024-10-09T21:35:17.547Z | Checking whoami v1.5.2 |
| 1903 | 2024-10-09T21:35:17.581Z | Checking new_debug_unreachable v1.0.6 |
| 1904 | 2024-10-09T21:35:17.617Z | Checking precomputed-hash v0.1.1 |
| 1905 | 2024-10-09T21:35:17.644Z | Checking difflib v0.4.0 |
| 1906 | 2024-10-09T21:35:17.659Z | Checking hickory-proto v0.24.1 |
| 1907 | 2024-10-09T21:35:17.674Z | Checking similar v2.6.0 |
| 1908 | 2024-10-09T21:35:17.674Z | Checking ed25519-dalek v2.1.1 |
| 1909 | 2024-10-09T21:35:17.712Z | Checking string_cache v0.8.7 |
| 1910 | 2024-10-09T21:35:17.818Z | Checking tokio-postgres v0.7.12 |
| 1911 | 2024-10-09T21:35:17.927Z | Checking predicates v3.1.2 |
| 1912 | 2024-10-09T21:35:17.978Z | Checking schemars v0.8.21 |
| 1913 | 2024-10-09T21:35:18.069Z | Checking bit-set v0.5.3 |
| 1914 | 2024-10-09T21:35:18.322Z | Checking nom v7.1.3 |
| 1915 | 2024-10-09T21:35:18.501Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1916 | 2024-10-09T21:35:18.608Z | Checking indicatif v0.17.8 |
| 1917 | 2024-10-09T21:35:18.907Z | Checking reqwest v0.12.7 |
| 1918 | 2024-10-09T21:35:19.388Z | Checking petgraph v0.6.5 |
| 1919 | 2024-10-09T21:35:19.575Z | Checking signal-hook-mio v0.2.4 |
| 1920 | 2024-10-09T21:35:19.719Z | Checking usdt v0.5.0 |
| 1921 | 2024-10-09T21:35:19.974Z | Checking ecdsa v0.16.9 |
| 1922 | 2024-10-09T21:35:20.160Z | Checking toml_edit v0.22.22 |
| 1923 | 2024-10-09T21:35:20.658Z | Checking anyhow v1.0.89 |
| 1924 | 2024-10-09T21:35:20.694Z | Checking flate2 v1.0.34 |
| 1925 | 2024-10-09T21:35:20.889Z | Checking rsa v0.9.6 |
| 1926 | 2024-10-09T21:35:21.018Z | Checking toml v0.7.8 |
| 1927 | 2024-10-09T21:35:21.210Z | Checking futures v0.3.30 |
| 1928 | 2024-10-09T21:35:21.317Z | Checking clap v4.5.18 |
| 1929 | 2024-10-09T21:35:21.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1930 | 2024-10-09T21:35:21.355Z | Checking tokio-stream v0.1.16 |
| 1931 | 2024-10-09T21:35:21.435Z | Checking fs-err v2.11.0 |
| 1932 | 2024-10-09T21:35:21.733Z | Checking itertools v0.10.5 |
| 1933 | 2024-10-09T21:35:21.870Z | Checking itertools v0.12.1 |
| 1934 | 2024-10-09T21:35:21.949Z | Checking slog v2.7.0 |
| 1935 | 2024-10-09T21:35:22.171Z | Checking openapiv3 v2.0.0 |
| 1936 | 2024-10-09T21:35:22.387Z | Checking semver v1.0.23 |
| 1937 | 2024-10-09T21:35:22.436Z | Checking hex v0.4.3 |
| 1938 | 2024-10-09T21:35:22.604Z | Checking x509-cert v0.2.5 |
| 1939 | 2024-10-09T21:35:22.745Z | Checking sha1 v0.10.6 |
| 1940 | 2024-10-09T21:35:22.789Z | Checking lalrpop-util v0.19.12 |
| 1941 | 2024-10-09T21:35:22.925Z | Checking peg-runtime v0.8.3 |
| 1942 | 2024-10-09T21:35:23.011Z | Checking camino v1.1.9 |
| 1943 | 2024-10-09T21:35:23.054Z | Checking sigpipe v0.1.3 |
| 1944 | 2024-10-09T21:35:24.783Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1945 | 2024-10-09T21:35:25.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.65s |
| 1946 | 2024-10-09T21:35:25.214Z | |
| 1947 | 2024-10-09T21:35:25.214Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164) |
| 1948 | 2024-10-09T21:35:25.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2024-10-09T21:35:25.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2024-10-09T21:35:25.878Z | Compiling regress v0.10.1 |
| 1951 | 2024-10-09T21:35:25.977Z | Checking heck v0.5.0 |
| 1952 | 2024-10-09T21:35:25.994Z | Checking dirs-sys-next v0.1.2 |
| 1953 | 2024-10-09T21:35:26.005Z | Compiling unsafe-libyaml v0.2.11 |
| 1954 | 2024-10-09T21:35:26.019Z | Checking thread_local v1.1.8 |
| 1955 | 2024-10-09T21:35:26.030Z | Compiling ident_case v1.0.1 |
| 1956 | 2024-10-09T21:35:26.043Z | Checking progenitor-client v0.8.0 |
| 1957 | 2024-10-09T21:35:26.134Z | Checking crossbeam-channel v0.5.12 |
| 1958 | 2024-10-09T21:35:26.149Z | Checking dirs-next v2.0.0 |
| 1959 | 2024-10-09T21:35:26.184Z | Compiling darling_core v0.20.9 |
| 1960 | 2024-10-09T21:35:26.259Z | Checking is-terminal v0.4.12 |
| 1961 | 2024-10-09T21:35:26.277Z | Checking term v0.7.0 |
| 1962 | 2024-10-09T21:35:26.336Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1963 | 2024-10-09T21:35:26.370Z | Checking take_mut v0.2.2 |
| 1964 | 2024-10-09T21:35:26.540Z | Compiling rustls v0.22.4 |
| 1965 | 2024-10-09T21:35:26.664Z | Compiling paste v1.0.15 |
| 1966 | 2024-10-09T21:35:26.703Z | Checking slog-term v2.9.1 |
| 1967 | 2024-10-09T21:35:26.808Z | Checking slog-async v2.8.0 |
| 1968 | 2024-10-09T21:35:26.869Z | Compiling proc-macro-crate v1.3.1 |
| 1969 | 2024-10-09T21:35:27.081Z | Checking ipnetwork v0.20.0 |
| 1970 | 2024-10-09T21:35:27.169Z | Compiling structmeta-derive v0.3.0 |
| 1971 | 2024-10-09T21:35:27.255Z | Compiling serde_yaml v0.9.34+deprecated |
| 1972 | 2024-10-09T21:35:27.422Z | Compiling multer v3.1.0 |
| 1973 | 2024-10-09T21:35:27.723Z | Checking match_cfg v0.1.0 |
| 1974 | 2024-10-09T21:35:27.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1975 | 2024-10-09T21:35:27.904Z | Checking hostname v0.3.1 |
| 1976 | 2024-10-09T21:35:27.929Z | Compiling num_enum_derive v0.5.11 |
| 1977 | 2024-10-09T21:35:28.110Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1978 | 2024-10-09T21:35:29.318Z | Checking slog-json v2.6.1 |
| 1979 | 2024-10-09T21:35:29.380Z | Checking typify-impl v0.2.0 |
| 1980 | 2024-10-09T21:35:29.557Z | Compiling lzma-sys v0.1.20 |
| 1981 | 2024-10-09T21:35:30.291Z | Compiling structmeta v0.3.0 |
| 1982 | 2024-10-09T21:35:30.531Z | Compiling async-stream-impl v0.3.5 |
| 1983 | 2024-10-09T21:35:30.723Z | Compiling foreign-types-macros v0.2.3 |
| 1984 | 2024-10-09T21:35:30.951Z | Compiling dropshot v0.12.0 |
| 1985 | 2024-10-09T21:35:31.252Z | Checking arc-swap v1.7.1 |
| 1986 | 2024-10-09T21:35:31.369Z | Checking foreign-types-shared v0.3.1 |
| 1987 | 2024-10-09T21:35:31.472Z | Checking utf-8 v0.7.6 |
| 1988 | 2024-10-09T21:35:31.640Z | Checking slog-scope v4.4.0 |
| 1989 | 2024-10-09T21:35:31.659Z | Checking tungstenite v0.21.0 |
| 1990 | 2024-10-09T21:35:31.830Z | Compiling parse-display-derive v0.10.0 |
| 1991 | 2024-10-09T21:35:31.873Z | Checking async-stream v0.3.5 |
| 1992 | 2024-10-09T21:35:31.889Z | Checking num_enum v0.5.11 |
| 1993 | 2024-10-09T21:35:32.032Z | Checking tokio-rustls v0.25.0 |
| 1994 | 2024-10-09T21:35:32.035Z | Checking foreign-types v0.5.0 |
| 1995 | 2024-10-09T21:35:32.062Z | Checking slog-bunyan v2.5.0 |
| 1996 | 2024-10-09T21:35:32.065Z | Compiling proc-macro-error v1.0.4 |
| 1997 | 2024-10-09T21:35:32.287Z | Checking toml v0.8.19 |
| 1998 | 2024-10-09T21:35:32.374Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1999 | 2024-10-09T21:35:32.495Z | Compiling heck v0.3.3 |
| 2000 | 2024-10-09T21:35:32.600Z | Checking newtype-uuid v1.1.0 |
| 2001 | 2024-10-09T21:35:32.629Z | Checking waitgroup v0.1.2 |
| 2002 | 2024-10-09T21:35:32.743Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2003 | 2024-10-09T21:35:32.756Z | Compiling dropshot_endpoint v0.12.0 |
| 2004 | 2024-10-09T21:35:32.824Z | Checking serde_path_to_error v0.1.16 |
| 2005 | 2024-10-09T21:35:32.912Z | Checking cstr-argument v0.1.2 |
| 2006 | 2024-10-09T21:35:32.969Z | Compiling darling_macro v0.20.9 |
| 2007 | 2024-10-09T21:35:33.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2008 | 2024-10-09T21:35:33.069Z | Checking hostname v0.4.0 |
| 2009 | 2024-10-09T21:35:33.191Z | Checking instant v0.1.12 |
| 2010 | 2024-10-09T21:35:33.305Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2011 | 2024-10-09T21:35:33.413Z | Checking pretty-hex v0.2.1 |
| 2012 | 2024-10-09T21:35:33.557Z | Checking debug-ignore v1.0.5 |
| 2013 | 2024-10-09T21:35:33.572Z | Checking base64 v0.21.7 |
| 2014 | 2024-10-09T21:35:33.574Z | Checking fastrand v2.1.1 |
| 2015 | 2024-10-09T21:35:33.679Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2016 | 2024-10-09T21:35:33.761Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2017 | 2024-10-09T21:35:33.938Z | Checking tempfile v3.13.0 |
| 2018 | 2024-10-09T21:35:33.953Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2019 | 2024-10-09T21:35:33.968Z | Compiling darling v0.20.9 |
| 2020 | 2024-10-09T21:35:33.983Z | Checking backoff v0.4.0 |
| 2021 | 2024-10-09T21:35:34.058Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2022 | 2024-10-09T21:35:34.082Z | Compiling serde_with_macros v3.9.0 |
| 2023 | 2024-10-09T21:35:34.100Z | Compiling zone_cfg_derive v0.1.2 |
| 2024 | 2024-10-09T21:35:34.276Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2025 | 2024-10-09T21:35:34.297Z | Checking strum v0.26.3 |
| 2026 | 2024-10-09T21:35:34.363Z | Checking tokio-tungstenite v0.21.0 |
| 2027 | 2024-10-09T21:35:34.447Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2028 | 2024-10-09T21:35:34.661Z | Checking slog-stdlog v4.1.1 |
| 2029 | 2024-10-09T21:35:34.822Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2030 | 2024-10-09T21:35:34.837Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2031 | 2024-10-09T21:35:34.966Z | Checking colored v2.1.0 |
| 2032 | 2024-10-09T21:35:35.112Z | Checking regress v0.9.1 |
| 2033 | 2024-10-09T21:35:35.196Z | Checking macaddr v1.0.1 |
| 2034 | 2024-10-09T21:35:35.245Z | Checking base64 v0.13.1 |
| 2035 | 2024-10-09T21:35:35.605Z | Checking zone v0.1.8 |
| 2036 | 2024-10-09T21:35:35.620Z | Checking ron v0.7.1 |
| 2037 | 2024-10-09T21:35:36.281Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2038 | 2024-10-09T21:35:36.369Z | Checking parse-display v0.10.0 |
| 2039 | 2024-10-09T21:35:36.587Z | Checking slog-envlogger v2.2.0 |
| 2040 | 2024-10-09T21:35:36.731Z | Checking xz2 v0.1.7 |
| 2041 | 2024-10-09T21:35:36.754Z | Checking tabwriter v1.4.0 |
| 2042 | 2024-10-09T21:35:36.789Z | Checking xattr v1.3.1 |
| 2043 | 2024-10-09T21:35:36.976Z | Checking pem v3.0.4 |
| 2044 | 2024-10-09T21:35:36.991Z | Checking yasna v0.5.2 |
| 2045 | 2024-10-09T21:35:36.991Z | Checking headers-core v0.3.0 |
| 2046 | 2024-10-09T21:35:37.032Z | Checking serde_with v3.9.0 |
| 2047 | 2024-10-09T21:35:37.135Z | Checking smf v0.2.3 |
| 2048 | 2024-10-09T21:35:37.215Z | Checking filetime v0.2.25 |
| 2049 | 2024-10-09T21:35:37.402Z | Checking same-file v1.0.6 |
| 2050 | 2024-10-09T21:35:37.426Z | Checking tar v0.4.42 |
| 2051 | 2024-10-09T21:35:37.531Z | Checking headers v0.4.0 |
| 2052 | 2024-10-09T21:35:37.558Z | Checking walkdir v2.5.0 |
| 2053 | 2024-10-09T21:35:37.815Z | Checking rcgen v0.12.1 |
| 2054 | 2024-10-09T21:35:37.817Z | Checking camino-tempfile v1.1.1 |
| 2055 | 2024-10-09T21:35:38.083Z | Checking atomicwrites v0.4.4 |
| 2056 | 2024-10-09T21:35:38.197Z | Checking subprocess v0.2.9 |
| 2057 | 2024-10-09T21:35:41.447Z | Compiling typify-macro v0.2.0 |
| 2058 | 2024-10-09T21:35:43.350Z | Compiling typify v0.2.0 |
| 2059 | 2024-10-09T21:35:43.414Z | Compiling progenitor-impl v0.8.0 |
| 2060 | 2024-10-09T21:35:46.544Z | Compiling progenitor-macro v0.8.0 |
| 2061 | 2024-10-09T21:35:52.282Z | Checking progenitor v0.8.0 |
| 2062 | 2024-10-09T21:35:52.412Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2063 | 2024-10-09T21:35:52.412Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2064 | 2024-10-09T21:35:55.017Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
| 2065 | 2024-10-09T21:35:55.305Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2066 | 2024-10-09T21:36:01.300Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2067 | 2024-10-09T21:36:02.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2068 | 2024-10-09T21:36:04.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s |
| 2069 | 2024-10-09T21:36:04.102Z | |
| 2070 | 2024-10-09T21:36:04.102Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164) |
| 2071 | 2024-10-09T21:36:04.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2024-10-09T21:36:04.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2024-10-09T21:36:04.766Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2074 | 2024-10-09T21:36:06.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 2075 | 2024-10-09T21:36:06.220Z | |
| 2076 | 2024-10-09T21:36:06.220Z | info: running `cargo check --bins` on nexus-config (31/164) |
| 2077 | 2024-10-09T21:36:06.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2024-10-09T21:36:06.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2024-10-09T21:36:06.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2024-10-09T21:36:06.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2081 | 2024-10-09T21:36:06.864Z | |
| 2082 | 2024-10-09T21:36:06.864Z | info: running `cargo check --bins` on omicron-rpaths (32/164) |
| 2083 | 2024-10-09T21:36:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2024-10-09T21:36:07.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2024-10-09T21:36:07.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2024-10-09T21:36:07.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2087 | 2024-10-09T21:36:07.474Z | |
| 2088 | 2024-10-09T21:36:07.474Z | info: running `cargo check --bins` on omicron-certificates (33/164) |
| 2089 | 2024-10-09T21:36:08.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2024-10-09T21:36:08.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2024-10-09T21:36:08.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2024-10-09T21:36:08.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2093 | 2024-10-09T21:36:08.112Z | |
| 2094 | 2024-10-09T21:36:08.112Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/164) |
| 2095 | 2024-10-09T21:36:08.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2024-10-09T21:36:08.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2024-10-09T21:36:08.786Z | Compiling heapless v0.8.0 |
| 2098 | 2024-10-09T21:36:08.788Z | Checking hash32 v0.3.1 |
| 2099 | 2024-10-09T21:36:08.889Z | Compiling smoltcp v0.11.0 |
| 2100 | 2024-10-09T21:36:08.899Z | Checking embedded-io v0.4.0 |
| 2101 | 2024-10-09T21:36:08.901Z | Checking cobs v0.2.3 |
| 2102 | 2024-10-09T21:36:08.919Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2103 | 2024-10-09T21:36:08.922Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2104 | 2024-10-09T21:36:08.944Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2105 | 2024-10-09T21:36:09.029Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2106 | 2024-10-09T21:36:09.060Z | Compiling crucible-workspace-hack v0.1.0 |
| 2107 | 2024-10-09T21:36:09.063Z | Checking newline-converter v0.3.0 |
| 2108 | 2024-10-09T21:36:09.090Z | Checking postcard v1.0.8 |
| 2109 | 2024-10-09T21:36:09.242Z | Checking socket2 v0.4.10 |
| 2110 | 2024-10-09T21:36:09.264Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2111 | 2024-10-09T21:36:09.312Z | Compiling convert_case v0.4.0 |
| 2112 | 2024-10-09T21:36:09.445Z | Checking expectorate v1.1.0 |
| 2113 | 2024-10-09T21:36:09.465Z | Compiling zone_cfg_derive v0.3.0 |
| 2114 | 2024-10-09T21:36:09.571Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2115 | 2024-10-09T21:36:09.585Z | Checking itertools v0.13.0 |
| 2116 | 2024-10-09T21:36:09.747Z | Compiling num-derive v0.4.2 |
| 2117 | 2024-10-09T21:36:09.834Z | Compiling slog-dtrace v0.3.0 |
| 2118 | 2024-10-09T21:36:09.899Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2119 | 2024-10-09T21:36:10.189Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2120 | 2024-10-09T21:36:10.204Z | Compiling derive_more v0.99.18 |
| 2121 | 2024-10-09T21:36:10.914Z | Checking zone v0.3.0 |
| 2122 | 2024-10-09T21:36:11.739Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2123 | 2024-10-09T21:36:12.802Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2124 | 2024-10-09T21:36:13.741Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2125 | 2024-10-09T21:36:14.019Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2126 | 2024-10-09T21:36:14.822Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2127 | 2024-10-09T21:36:15.229Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2128 | 2024-10-09T21:36:16.511Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2129 | 2024-10-09T21:36:17.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 2130 | 2024-10-09T21:36:17.484Z | |
| 2131 | 2024-10-09T21:36:17.484Z | info: running `cargo check --bins` on clickhouse-admin-api (35/164) |
| 2132 | 2024-10-09T21:36:18.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2024-10-09T21:36:18.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2024-10-09T21:36:18.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2024-10-09T21:36:18.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2136 | 2024-10-09T21:36:18.133Z | |
| 2137 | 2024-10-09T21:36:18.133Z | info: running `cargo check --bins` on clickhouse-admin-types (36/164) |
| 2138 | 2024-10-09T21:36:18.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2024-10-09T21:36:18.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2024-10-09T21:36:18.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2024-10-09T21:36:18.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2142 | 2024-10-09T21:36:18.778Z | |
| 2143 | 2024-10-09T21:36:18.778Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164) |
| 2144 | 2024-10-09T21:36:19.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2024-10-09T21:36:19.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2024-10-09T21:36:19.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2024-10-09T21:36:19.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2148 | 2024-10-09T21:36:19.536Z | |
| 2149 | 2024-10-09T21:36:19.536Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164) |
| 2150 | 2024-10-09T21:36:20.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2024-10-09T21:36:20.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2024-10-09T21:36:20.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2024-10-09T21:36:20.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2154 | 2024-10-09T21:36:20.290Z | |
| 2155 | 2024-10-09T21:36:20.291Z | info: running `cargo check --bins` on dns-server (39/164) |
| 2156 | 2024-10-09T21:36:20.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2024-10-09T21:36:20.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2024-10-09T21:36:20.931Z | Compiling parking_lot_core v0.8.6 |
| 2159 | 2024-10-09T21:36:21.023Z | Checking nibble_vec v0.1.0 |
| 2160 | 2024-10-09T21:36:21.026Z | Checking endian-type v0.1.2 |
| 2161 | 2024-10-09T21:36:21.026Z | Checking quick-error v1.2.3 |
| 2162 | 2024-10-09T21:36:21.026Z | Checking linked-hash-map v0.5.6 |
| 2163 | 2024-10-09T21:36:21.026Z | Checking fxhash v0.2.1 |
| 2164 | 2024-10-09T21:36:21.034Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2165 | 2024-10-09T21:36:21.041Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2166 | 2024-10-09T21:36:21.150Z | Checking resolv-conf v0.7.0 |
| 2167 | 2024-10-09T21:36:21.166Z | Checking hickory-server v0.24.1 |
| 2168 | 2024-10-09T21:36:21.202Z | Checking radix_trie v0.2.1 |
| 2169 | 2024-10-09T21:36:21.348Z | Checking lru-cache v0.1.2 |
| 2170 | 2024-10-09T21:36:21.499Z | Checking hickory-resolver v0.24.1 |
| 2171 | 2024-10-09T21:36:21.553Z | Checking hickory-client v0.24.1 |
| 2172 | 2024-10-09T21:36:21.721Z | Checking parking_lot v0.11.2 |
| 2173 | 2024-10-09T21:36:22.006Z | Checking sled v0.34.7 |
| 2174 | 2024-10-09T21:36:23.707Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2175 | 2024-10-09T21:36:24.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
| 2176 | 2024-10-09T21:36:24.904Z | |
| 2177 | 2024-10-09T21:36:24.904Z | info: running `cargo check --bins` on dns-server-api (40/164) |
| 2178 | 2024-10-09T21:36:25.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2024-10-09T21:36:25.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2024-10-09T21:36:25.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2024-10-09T21:36:25.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2182 | 2024-10-09T21:36:25.529Z | |
| 2183 | 2024-10-09T21:36:25.529Z | info: running `cargo check --bins` on dns-service-client (41/164) |
| 2184 | 2024-10-09T21:36:26.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2024-10-09T21:36:26.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2024-10-09T21:36:26.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2024-10-09T21:36:26.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2188 | 2024-10-09T21:36:26.156Z | |
| 2189 | 2024-10-09T21:36:26.156Z | info: running `cargo check --bins` on gateway-test-utils (42/164) |
| 2190 | 2024-10-09T21:36:26.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2024-10-09T21:36:26.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2024-10-09T21:36:26.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2024-10-09T21:36:26.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2194 | 2024-10-09T21:36:26.855Z | |
| 2195 | 2024-10-09T21:36:26.855Z | info: running `cargo check --bins` on gateway-types (43/164) |
| 2196 | 2024-10-09T21:36:27.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2024-10-09T21:36:27.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2024-10-09T21:36:27.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2024-10-09T21:36:27.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2200 | 2024-10-09T21:36:27.500Z | |
| 2201 | 2024-10-09T21:36:27.500Z | info: running `cargo check --bins` on ipcc (44/164) |
| 2202 | 2024-10-09T21:36:28.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2024-10-09T21:36:28.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2024-10-09T21:36:28.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2024-10-09T21:36:28.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2206 | 2024-10-09T21:36:28.146Z | |
| 2207 | 2024-10-09T21:36:28.146Z | info: running `cargo check --bins` on omicron-gateway (45/164) |
| 2208 | 2024-10-09T21:36:28.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2024-10-09T21:36:28.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2024-10-09T21:36:28.863Z | Compiling match_cfg v0.1.0 |
| 2211 | 2024-10-09T21:36:28.865Z | Compiling rustls v0.22.4 |
| 2212 | 2024-10-09T21:36:28.865Z | Checking num-rational v0.4.2 |
| 2213 | 2024-10-09T21:36:28.865Z | Compiling progenitor-client v0.8.0 |
| 2214 | 2024-10-09T21:36:28.865Z | Compiling slog-json v2.6.1 |
| 2215 | 2024-10-09T21:36:28.866Z | Checking num-complex v0.4.6 |
| 2216 | 2024-10-09T21:36:28.969Z | Compiling prettyplease v0.2.22 |
| 2217 | 2024-10-09T21:36:29.005Z | Compiling hostname v0.3.1 |
| 2218 | 2024-10-09T21:36:29.033Z | Compiling async-stream v0.3.5 |
| 2219 | 2024-10-09T21:36:29.239Z | Compiling slog-bunyan v2.5.0 |
| 2220 | 2024-10-09T21:36:29.293Z | Compiling progenitor v0.8.0 |
| 2221 | 2024-10-09T21:36:29.315Z | Compiling multer v3.1.0 |
| 2222 | 2024-10-09T21:36:29.333Z | Compiling toml v0.8.19 |
| 2223 | 2024-10-09T21:36:29.399Z | Compiling waitgroup v0.1.2 |
| 2224 | 2024-10-09T21:36:29.440Z | Compiling newtype-uuid v1.1.0 |
| 2225 | 2024-10-09T21:36:29.496Z | Compiling ipnetwork v0.20.0 |
| 2226 | 2024-10-09T21:36:29.550Z | Compiling serde_path_to_error v0.1.16 |
| 2227 | 2024-10-09T21:36:29.616Z | Compiling hostname v0.4.0 |
| 2228 | 2024-10-09T21:36:29.713Z | Compiling instant v0.1.12 |
| 2229 | 2024-10-09T21:36:29.857Z | Checking float-ord v0.3.2 |
| 2230 | 2024-10-09T21:36:29.873Z | Checking num v0.4.3 |
| 2231 | 2024-10-09T21:36:29.889Z | Compiling debug-ignore v1.0.5 |
| 2232 | 2024-10-09T21:36:29.971Z | Compiling semver v0.1.20 |
| 2233 | 2024-10-09T21:36:30.001Z | Compiling radium v0.7.0 |
| 2234 | 2024-10-09T21:36:30.027Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2235 | 2024-10-09T21:36:30.358Z | Compiling rustc_version v0.1.7 |
| 2236 | 2024-10-09T21:36:30.372Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2237 | 2024-10-09T21:36:30.372Z | Compiling backoff v0.4.0 |
| 2238 | 2024-10-09T21:36:30.491Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2239 | 2024-10-09T21:36:30.617Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2240 | 2024-10-09T21:36:30.726Z | Compiling parse-display v0.10.0 |
| 2241 | 2024-10-09T21:36:30.831Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2242 | 2024-10-09T21:36:30.834Z | Compiling serde_with v3.9.0 |
| 2243 | 2024-10-09T21:36:31.004Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2244 | 2024-10-09T21:36:31.161Z | Compiling regress v0.9.1 |
| 2245 | 2024-10-09T21:36:31.430Z | Compiling macaddr v1.0.1 |
| 2246 | 2024-10-09T21:36:31.873Z | Compiling maybe-uninit v2.0.0 |
| 2247 | 2024-10-09T21:36:32.100Z | Checking tap v1.0.1 |
| 2248 | 2024-10-09T21:36:32.250Z | Checking wyz v0.5.1 |
| 2249 | 2024-10-09T21:36:32.594Z | Compiling newtype_derive v0.1.6 |
| 2250 | 2024-10-09T21:36:32.809Z | Checking password-hash v0.5.0 |
| 2251 | 2024-10-09T21:36:32.893Z | Checking blake2 v0.10.6 |
| 2252 | 2024-10-09T21:36:32.992Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2253 | 2024-10-09T21:36:33.257Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2024-10-09T21:36:33.325Z | Compiling owo-colors v4.1.0 |
| 2255 | 2024-10-09T21:36:33.378Z | Checking crc-catalog v2.4.0 |
| 2256 | 2024-10-09T21:36:33.510Z | Compiling cancel-safe-futures v0.1.5 |
| 2257 | 2024-10-09T21:36:33.607Z | Compiling dropshot v0.12.0 |
| 2258 | 2024-10-09T21:36:33.623Z | Compiling packed_struct v0.10.1 |
| 2259 | 2024-10-09T21:36:33.646Z | Checking funty v2.0.0 |
| 2260 | 2024-10-09T21:36:33.926Z | Checking crc v3.2.1 |
| 2261 | 2024-10-09T21:36:34.359Z | Checking argon2 v0.5.3 |
| 2262 | 2024-10-09T21:36:34.625Z | Checking bitvec v1.0.1 |
| 2263 | 2024-10-09T21:36:35.021Z | Compiling packed_struct_codegen v0.10.1 |
| 2264 | 2024-10-09T21:36:35.748Z | Compiling indexmap v1.9.3 |
| 2265 | 2024-10-09T21:36:36.062Z | Checking half v2.4.1 |
| 2266 | 2024-10-09T21:36:36.216Z | Checking ciborium-io v0.2.2 |
| 2267 | 2024-10-09T21:36:36.336Z | Checking nodrop v0.1.14 |
| 2268 | 2024-10-09T21:36:36.452Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2269 | 2024-10-09T21:36:36.511Z | Checking ciborium-ll v0.2.2 |
| 2270 | 2024-10-09T21:36:36.770Z | Checking array-init v0.0.4 |
| 2271 | 2024-10-09T21:36:36.944Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2272 | 2024-10-09T21:36:37.232Z | Checking smallvec v0.6.14 |
| 2273 | 2024-10-09T21:36:37.724Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2274 | 2024-10-09T21:36:37.937Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2275 | 2024-10-09T21:36:38.388Z | Checking libsw v3.3.1 |
| 2276 | 2024-10-09T21:36:38.403Z | Compiling derive-where v1.2.7 |
| 2277 | 2024-10-09T21:36:38.636Z | Compiling memoffset v0.9.1 |
| 2278 | 2024-10-09T21:36:38.874Z | Checking bitfield v0.14.0 |
| 2279 | 2024-10-09T21:36:38.961Z | Checking hashbrown v0.12.3 |
| 2280 | 2024-10-09T21:36:38.979Z | Checking linear-map v1.2.0 |
| 2281 | 2024-10-09T21:36:39.161Z | Checking indent_write v2.2.0 |
| 2282 | 2024-10-09T21:36:39.317Z | Checking highway v1.2.0 |
| 2283 | 2024-10-09T21:36:39.353Z | Checking termcolor v1.4.1 |
| 2284 | 2024-10-09T21:36:39.604Z | Checking swrite v0.1.0 |
| 2285 | 2024-10-09T21:36:39.716Z | Checking ron v0.8.1 |
| 2286 | 2024-10-09T21:36:39.733Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2287 | 2024-10-09T21:36:39.801Z | Checking env_logger v0.10.2 |
| 2288 | 2024-10-09T21:36:40.319Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2289 | 2024-10-09T21:36:40.691Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2290 | 2024-10-09T21:36:40.955Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2291 | 2024-10-09T21:36:41.174Z | Checking serde-hex v0.1.0 |
| 2292 | 2024-10-09T21:36:41.315Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2293 | 2024-10-09T21:36:41.336Z | Checking steno v0.4.1 |
| 2294 | 2024-10-09T21:36:41.783Z | Checking bzip2 v0.4.4 |
| 2295 | 2024-10-09T21:36:42.023Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2296 | 2024-10-09T21:36:42.086Z | Checking ciborium v0.2.2 |
| 2297 | 2024-10-09T21:36:42.341Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2298 | 2024-10-09T21:36:42.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2299 | 2024-10-09T21:36:42.577Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2300 | 2024-10-09T21:36:43.106Z | Checking hashbrown v0.13.2 |
| 2301 | 2024-10-09T21:36:43.574Z | Checking crc-any v2.5.0 |
| 2302 | 2024-10-09T21:36:43.785Z | Checking humantime v2.1.0 |
| 2303 | 2024-10-09T21:36:43.980Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2304 | 2024-10-09T21:36:44.075Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2305 | 2024-10-09T21:36:44.150Z | Checking object v0.30.4 |
| 2306 | 2024-10-09T21:36:44.328Z | Checking zip v0.6.6 |
| 2307 | 2024-10-09T21:36:44.653Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2308 | 2024-10-09T21:36:44.965Z | Checking path-slash v0.1.5 |
| 2309 | 2024-10-09T21:36:44.989Z | Checking tungstenite v0.23.0 |
| 2310 | 2024-10-09T21:36:45.070Z | Checking nix v0.27.1 |
| 2311 | 2024-10-09T21:36:45.104Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2312 | 2024-10-09T21:36:45.120Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2313 | 2024-10-09T21:36:45.368Z | Checking kstat-rs v0.2.4 |
| 2314 | 2024-10-09T21:36:45.696Z | Checking signal-hook-tokio v0.3.1 |
| 2315 | 2024-10-09T21:36:45.827Z | Checking tokio-tungstenite v0.23.1 |
| 2316 | 2024-10-09T21:36:47.125Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2317 | 2024-10-09T21:36:47.375Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2318 | 2024-10-09T21:36:51.280Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2319 | 2024-10-09T21:36:52.882Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2320 | 2024-10-09T21:36:53.926Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2321 | 2024-10-09T21:36:57.035Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2322 | 2024-10-09T21:36:57.294Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2323 | 2024-10-09T21:36:58.919Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2324 | 2024-10-09T21:37:04.219Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2325 | 2024-10-09T21:37:04.823Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2326 | 2024-10-09T21:37:07.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.28s |
| 2327 | 2024-10-09T21:37:07.600Z | |
| 2328 | 2024-10-09T21:37:07.600Z | info: running `cargo check --bins` on gateway-api (46/164) |
| 2329 | 2024-10-09T21:37:08.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2330 | 2024-10-09T21:37:08.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2331 | 2024-10-09T21:37:08.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2332 | 2024-10-09T21:37:08.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2333 | 2024-10-09T21:37:08.256Z | |
| 2334 | 2024-10-09T21:37:08.256Z | info: running `cargo check --bins` on oximeter (47/164) |
| 2335 | 2024-10-09T21:37:08.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2336 | 2024-10-09T21:37:08.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2337 | 2024-10-09T21:37:08.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2338 | 2024-10-09T21:37:08.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2339 | 2024-10-09T21:37:08.906Z | |
| 2340 | 2024-10-09T21:37:08.906Z | info: running `cargo check --bins` on oximeter-macro-impl (48/164) |
| 2341 | 2024-10-09T21:37:09.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2342 | 2024-10-09T21:37:09.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2343 | 2024-10-09T21:37:09.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2344 | 2024-10-09T21:37:09.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2345 | 2024-10-09T21:37:09.520Z | |
| 2346 | 2024-10-09T21:37:09.521Z | info: running `cargo check --bins` on oximeter-schema (49/164) |
| 2347 | 2024-10-09T21:37:10.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2348 | 2024-10-09T21:37:10.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2349 | 2024-10-09T21:37:10.162Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2350 | 2024-10-09T21:37:10.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2351 | 2024-10-09T21:37:10.705Z | |
| 2352 | 2024-10-09T21:37:10.705Z | info: running `cargo check --bins` on oximeter-types (50/164) |
| 2353 | 2024-10-09T21:37:11.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2354 | 2024-10-09T21:37:11.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2355 | 2024-10-09T21:37:11.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2356 | 2024-10-09T21:37:11.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2357 | 2024-10-09T21:37:11.344Z | |
| 2358 | 2024-10-09T21:37:11.344Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/164) |
| 2359 | 2024-10-09T21:37:11.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2360 | 2024-10-09T21:37:11.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2361 | 2024-10-09T21:37:11.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2362 | 2024-10-09T21:37:11.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2363 | 2024-10-09T21:37:11.991Z | |
| 2364 | 2024-10-09T21:37:11.991Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164) |
| 2365 | 2024-10-09T21:37:12.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2366 | 2024-10-09T21:37:12.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2367 | 2024-10-09T21:37:12.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2368 | 2024-10-09T21:37:12.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2369 | 2024-10-09T21:37:12.604Z | |
| 2370 | 2024-10-09T21:37:12.604Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164) |
| 2371 | 2024-10-09T21:37:13.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2372 | 2024-10-09T21:37:13.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2373 | 2024-10-09T21:37:13.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2374 | 2024-10-09T21:37:13.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2375 | 2024-10-09T21:37:13.244Z | |
| 2376 | 2024-10-09T21:37:13.245Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164) |
| 2377 | 2024-10-09T21:37:13.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2378 | 2024-10-09T21:37:13.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2379 | 2024-10-09T21:37:13.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2380 | 2024-10-09T21:37:13.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2381 | 2024-10-09T21:37:13.896Z | |
| 2382 | 2024-10-09T21:37:13.896Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164) |
| 2383 | 2024-10-09T21:37:14.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2384 | 2024-10-09T21:37:14.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2385 | 2024-10-09T21:37:14.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2386 | 2024-10-09T21:37:14.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2387 | 2024-10-09T21:37:14.541Z | |
| 2388 | 2024-10-09T21:37:14.541Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164) |
| 2389 | 2024-10-09T21:37:15.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2390 | 2024-10-09T21:37:15.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2391 | 2024-10-09T21:37:15.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2392 | 2024-10-09T21:37:15.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2393 | 2024-10-09T21:37:15.189Z | |
| 2394 | 2024-10-09T21:37:15.189Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164) |
| 2395 | 2024-10-09T21:37:15.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2396 | 2024-10-09T21:37:15.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2397 | 2024-10-09T21:37:15.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2398 | 2024-10-09T21:37:15.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2399 | 2024-10-09T21:37:15.837Z | |
| 2400 | 2024-10-09T21:37:15.837Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164) |
| 2401 | 2024-10-09T21:37:16.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2402 | 2024-10-09T21:37:16.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2403 | 2024-10-09T21:37:16.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2404 | 2024-10-09T21:37:16.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2405 | 2024-10-09T21:37:16.481Z | |
| 2406 | 2024-10-09T21:37:16.481Z | info: running `cargo check --bins` on oximeter-producer (59/164) |
| 2407 | 2024-10-09T21:37:17.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2408 | 2024-10-09T21:37:17.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2409 | 2024-10-09T21:37:17.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2410 | 2024-10-09T21:37:17.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2411 | 2024-10-09T21:37:17.154Z | |
| 2412 | 2024-10-09T21:37:17.154Z | info: running `cargo check --bins` on internal-dns (60/164) |
| 2413 | 2024-10-09T21:37:17.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2414 | 2024-10-09T21:37:17.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2415 | 2024-10-09T21:37:17.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2416 | 2024-10-09T21:37:17.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2417 | 2024-10-09T21:37:17.802Z | |
| 2418 | 2024-10-09T21:37:17.802Z | info: running `cargo check --bins` on nexus-client (61/164) |
| 2419 | 2024-10-09T21:37:18.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2420 | 2024-10-09T21:37:18.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2421 | 2024-10-09T21:37:18.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2422 | 2024-10-09T21:37:18.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2423 | 2024-10-09T21:37:18.468Z | |
| 2424 | 2024-10-09T21:37:18.468Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/164) |
| 2425 | 2024-10-09T21:37:19.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2426 | 2024-10-09T21:37:19.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2427 | 2024-10-09T21:37:19.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2428 | 2024-10-09T21:37:19.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2429 | 2024-10-09T21:37:19.121Z | |
| 2430 | 2024-10-09T21:37:19.121Z | info: running `cargo check --bins` on omicron-passwords (63/164) |
| 2431 | 2024-10-09T21:37:19.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2432 | 2024-10-09T21:37:19.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2433 | 2024-10-09T21:37:19.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2434 | 2024-10-09T21:37:19.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2435 | 2024-10-09T21:37:19.742Z | |
| 2436 | 2024-10-09T21:37:19.742Z | info: running `cargo check --bins` on nexus-types (64/164) |
| 2437 | 2024-10-09T21:37:20.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2438 | 2024-10-09T21:37:20.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2439 | 2024-10-09T21:37:20.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2440 | 2024-10-09T21:37:20.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2441 | 2024-10-09T21:37:20.418Z | |
| 2442 | 2024-10-09T21:37:20.418Z | info: running `cargo check --bins` on gateway-client (65/164) |
| 2443 | 2024-10-09T21:37:20.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2024-10-09T21:37:20.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2024-10-09T21:37:20.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2446 | 2024-10-09T21:37:20.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2447 | 2024-10-09T21:37:21.045Z | |
| 2448 | 2024-10-09T21:37:21.045Z | info: running `cargo check --bins` on oxql-types (66/164) |
| 2449 | 2024-10-09T21:37:21.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2024-10-09T21:37:21.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2024-10-09T21:37:21.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2452 | 2024-10-09T21:37:21.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2453 | 2024-10-09T21:37:21.690Z | |
| 2454 | 2024-10-09T21:37:21.690Z | info: running `cargo check --bins` on update-engine (67/164) |
| 2455 | 2024-10-09T21:37:22.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2456 | 2024-10-09T21:37:22.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2457 | 2024-10-09T21:37:22.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2458 | 2024-10-09T21:37:22.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2459 | 2024-10-09T21:37:22.316Z | |
| 2460 | 2024-10-09T21:37:22.316Z | info: running `cargo check --bins` on sp-sim (68/164) |
| 2461 | 2024-10-09T21:37:22.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2462 | 2024-10-09T21:37:22.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2463 | 2024-10-09T21:37:22.964Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2464 | 2024-10-09T21:37:24.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
| 2465 | 2024-10-09T21:37:24.842Z | |
| 2466 | 2024-10-09T21:37:24.842Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164) |
| 2467 | 2024-10-09T21:37:25.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2468 | 2024-10-09T21:37:25.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2469 | 2024-10-09T21:37:25.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2470 | 2024-10-09T21:37:25.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2471 | 2024-10-09T21:37:25.541Z | |
| 2472 | 2024-10-09T21:37:25.541Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164) |
| 2473 | 2024-10-09T21:37:26.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2474 | 2024-10-09T21:37:26.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2475 | 2024-10-09T21:37:26.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2476 | 2024-10-09T21:37:26.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2477 | 2024-10-09T21:37:26.248Z | |
| 2478 | 2024-10-09T21:37:26.249Z | info: running `cargo check --bins` on db-macros (71/164) |
| 2479 | 2024-10-09T21:37:26.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2480 | 2024-10-09T21:37:26.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2481 | 2024-10-09T21:37:26.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2482 | 2024-10-09T21:37:26.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2483 | 2024-10-09T21:37:26.868Z | |
| 2484 | 2024-10-09T21:37:26.868Z | info: running `cargo check --bins` on nexus-macros-common (72/164) |
| 2485 | 2024-10-09T21:37:27.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2486 | 2024-10-09T21:37:27.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2487 | 2024-10-09T21:37:27.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2488 | 2024-10-09T21:37:27.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2489 | 2024-10-09T21:37:27.489Z | |
| 2490 | 2024-10-09T21:37:27.489Z | info: running `cargo check --bins` on nexus-auth (73/164) |
| 2491 | 2024-10-09T21:37:28.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2492 | 2024-10-09T21:37:28.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2493 | 2024-10-09T21:37:28.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2494 | 2024-10-09T21:37:28.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2495 | 2024-10-09T21:37:28.178Z | |
| 2496 | 2024-10-09T21:37:28.178Z | info: running `cargo check --bins` on authz-macros (74/164) |
| 2497 | 2024-10-09T21:37:28.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2024-10-09T21:37:28.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2024-10-09T21:37:28.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2500 | 2024-10-09T21:37:28.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2501 | 2024-10-09T21:37:28.789Z | |
| 2502 | 2024-10-09T21:37:28.789Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/164) |
| 2503 | 2024-10-09T21:37:29.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2504 | 2024-10-09T21:37:29.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2505 | 2024-10-09T21:37:29.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2506 | 2024-10-09T21:37:29.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2507 | 2024-10-09T21:37:29.464Z | |
| 2508 | 2024-10-09T21:37:29.464Z | info: running `cargo check --bins` on nexus-db-model (76/164) |
| 2509 | 2024-10-09T21:37:30.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2510 | 2024-10-09T21:37:30.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2511 | 2024-10-09T21:37:30.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2512 | 2024-10-09T21:37:30.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2513 | 2024-10-09T21:37:30.139Z | |
| 2514 | 2024-10-09T21:37:30.139Z | info: running `cargo check --bins` on nexus-defaults (77/164) |
| 2515 | 2024-10-09T21:37:30.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2516 | 2024-10-09T21:37:30.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2517 | 2024-10-09T21:37:30.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2518 | 2024-10-09T21:37:30.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2519 | 2024-10-09T21:37:30.780Z | |
| 2520 | 2024-10-09T21:37:30.780Z | info: running `cargo check --bins` on sled-agent-client (78/164) |
| 2521 | 2024-10-09T21:37:31.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2522 | 2024-10-09T21:37:31.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2523 | 2024-10-09T21:37:31.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2524 | 2024-10-09T21:37:31.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2525 | 2024-10-09T21:37:31.433Z | |
| 2526 | 2024-10-09T21:37:31.433Z | info: running `cargo check --bins` on nexus-inventory (79/164) |
| 2527 | 2024-10-09T21:37:32.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2528 | 2024-10-09T21:37:32.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2529 | 2024-10-09T21:37:32.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2530 | 2024-10-09T21:37:32.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2531 | 2024-10-09T21:37:32.108Z | |
| 2532 | 2024-10-09T21:37:32.108Z | info: running `cargo check --bins` on clickhouse-admin-client (80/164) |
| 2533 | 2024-10-09T21:37:32.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2534 | 2024-10-09T21:37:32.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2535 | 2024-10-09T21:37:32.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2536 | 2024-10-09T21:37:32.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2537 | 2024-10-09T21:37:32.755Z | |
| 2538 | 2024-10-09T21:37:32.755Z | info: running `cargo check --bins` on typed-rng (81/164) |
| 2539 | 2024-10-09T21:37:33.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2024-10-09T21:37:33.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2024-10-09T21:37:33.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2542 | 2024-10-09T21:37:33.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2543 | 2024-10-09T21:37:33.377Z | |
| 2544 | 2024-10-09T21:37:33.377Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (82/164) |
| 2545 | 2024-10-09T21:37:34.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2024-10-09T21:37:34.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2024-10-09T21:37:34.126Z | Checking keccak v0.1.5 |
| 2548 | 2024-10-09T21:37:34.227Z | Checking secrecy v0.8.0 |
| 2549 | 2024-10-09T21:37:34.229Z | Compiling unicase v2.7.0 |
| 2550 | 2024-10-09T21:37:34.229Z | Compiling same-file v1.0.6 |
| 2551 | 2024-10-09T21:37:34.229Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2552 | 2024-10-09T21:37:34.229Z | Compiling tempfile v3.13.0 |
| 2553 | 2024-10-09T21:37:34.253Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2554 | 2024-10-09T21:37:34.278Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2555 | 2024-10-09T21:37:34.420Z | Compiling walkdir v2.5.0 |
| 2556 | 2024-10-09T21:37:34.506Z | Checking sha3 v0.10.8 |
| 2557 | 2024-10-09T21:37:34.534Z | Checking universal-hash v0.5.1 |
| 2558 | 2024-10-09T21:37:34.597Z | Compiling ring v0.16.20 |
| 2559 | 2024-10-09T21:37:34.660Z | Compiling blake3 v1.5.1 |
| 2560 | 2024-10-09T21:37:34.712Z | Checking opaque-debug v0.3.1 |
| 2561 | 2024-10-09T21:37:34.803Z | Checking poly1305 v0.8.0 |
| 2562 | 2024-10-09T21:37:34.872Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2563 | 2024-10-09T21:37:35.077Z | Checking chacha20 v0.9.1 |
| 2564 | 2024-10-09T21:37:35.093Z | Checking aead v0.5.2 |
| 2565 | 2024-10-09T21:37:35.132Z | Compiling memmap2 v0.9.4 |
| 2566 | 2024-10-09T21:37:35.168Z | Compiling constant_time_eq v0.3.0 |
| 2567 | 2024-10-09T21:37:35.266Z | Compiling salty v0.3.0 |
| 2568 | 2024-10-09T21:37:35.309Z | Compiling home v0.5.9 |
| 2569 | 2024-10-09T21:37:35.345Z | Compiling untrusted v0.7.1 |
| 2570 | 2024-10-09T21:37:35.398Z | Compiling spin v0.5.2 |
| 2571 | 2024-10-09T21:37:35.532Z | Compiling arrayref v0.3.7 |
| 2572 | 2024-10-09T21:37:35.555Z | Compiling libefi-sys v0.1.0 |
| 2573 | 2024-10-09T21:37:35.571Z | Compiling arrayvec v0.7.4 |
| 2574 | 2024-10-09T21:37:35.610Z | Compiling toolchain_find v0.4.0 |
| 2575 | 2024-10-09T21:37:35.625Z | Checking chacha20poly1305 v0.10.1 |
| 2576 | 2024-10-09T21:37:35.847Z | Compiling camino-tempfile v1.1.1 |
| 2577 | 2024-10-09T21:37:35.897Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2578 | 2024-10-09T21:37:35.969Z | Compiling bitfield-struct v0.6.1 |
| 2579 | 2024-10-09T21:37:36.152Z | Compiling topological-sort v0.2.2 |
| 2580 | 2024-10-09T21:37:36.237Z | Compiling mime_guess v2.0.4 |
| 2581 | 2024-10-09T21:37:36.373Z | Compiling rustfmt-wrapper v0.2.1 |
| 2582 | 2024-10-09T21:37:36.662Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2583 | 2024-10-09T21:37:36.944Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2584 | 2024-10-09T21:37:36.947Z | Checking primeorder v0.13.6 |
| 2585 | 2024-10-09T21:37:37.137Z | Checking env_filter v0.1.2 |
| 2586 | 2024-10-09T21:37:37.222Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2587 | 2024-10-09T21:37:37.348Z | Checking env_logger v0.11.5 |
| 2588 | 2024-10-09T21:37:37.372Z | Checking thiserror-no-std v2.0.2 |
| 2589 | 2024-10-09T21:37:37.407Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2590 | 2024-10-09T21:37:37.433Z | Checking p384 v0.13.0 |
| 2591 | 2024-10-09T21:37:37.475Z | Checking vsss-rs v3.3.4 |
| 2592 | 2024-10-09T21:37:37.533Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2593 | 2024-10-09T21:37:37.548Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2594 | 2024-10-09T21:37:37.769Z | Checking gethostname v0.5.0 |
| 2595 | 2024-10-09T21:37:37.883Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2596 | 2024-10-09T21:37:37.905Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2597 | 2024-10-09T21:37:37.952Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2598 | 2024-10-09T21:37:38.142Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2599 | 2024-10-09T21:37:38.226Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2600 | 2024-10-09T21:37:38.537Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2601 | 2024-10-09T21:37:38.542Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2602 | 2024-10-09T21:37:38.732Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2603 | 2024-10-09T21:37:38.751Z | Checking nanorand v0.7.0 |
| 2604 | 2024-10-09T21:37:38.766Z | Checking atty v0.2.14 |
| 2605 | 2024-10-09T21:37:38.810Z | Checking http-range v0.1.5 |
| 2606 | 2024-10-09T21:37:38.911Z | Checking glob v0.3.1 |
| 2607 | 2024-10-09T21:37:39.035Z | Checking hyper-staticfile v0.10.1 |
| 2608 | 2024-10-09T21:37:39.139Z | Checking flume v0.11.0 |
| 2609 | 2024-10-09T21:37:39.230Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2610 | 2024-10-09T21:37:39.639Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2611 | 2024-10-09T21:37:39.750Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2612 | 2024-10-09T21:37:39.924Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2613 | 2024-10-09T21:37:40.256Z | Compiling omicron-zone-package v0.11.1 |
| 2614 | 2024-10-09T21:37:40.565Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2615 | 2024-10-09T21:37:41.042Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2616 | 2024-10-09T21:37:41.524Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2617 | 2024-10-09T21:37:41.743Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2618 | 2024-10-09T21:37:41.776Z | Checking display-error-chain v0.2.1 |
| 2619 | 2024-10-09T21:37:43.132Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2620 | 2024-10-09T21:37:44.244Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2621 | 2024-10-09T21:37:46.019Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2622 | 2024-10-09T21:37:46.139Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2623 | 2024-10-09T21:37:55.944Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2624 | 2024-10-09T21:38:07.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s |
| 2625 | 2024-10-09T21:38:07.867Z | |
| 2626 | 2024-10-09T21:38:07.867Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (83/164) |
| 2627 | 2024-10-09T21:38:12.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2024-10-09T21:38:12.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2024-10-09T21:38:12.777Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2630 | 2024-10-09T21:38:21.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s |
| 2631 | 2024-10-09T21:38:21.477Z | |
| 2632 | 2024-10-09T21:38:21.477Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (84/164) |
| 2633 | 2024-10-09T21:38:22.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2024-10-09T21:38:22.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2024-10-09T21:38:22.267Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2636 | 2024-10-09T21:38:34.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s |
| 2637 | 2024-10-09T21:38:34.946Z | |
| 2638 | 2024-10-09T21:38:34.946Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (85/164) |
| 2639 | 2024-10-09T21:38:35.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2024-10-09T21:38:35.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2024-10-09T21:38:35.771Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2642 | 2024-10-09T21:38:50.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s |
| 2643 | 2024-10-09T21:38:51.164Z | |
| 2644 | 2024-10-09T21:38:51.165Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (86/164) |
| 2645 | 2024-10-09T21:38:51.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2024-10-09T21:38:51.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2024-10-09T21:38:51.934Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2648 | 2024-10-09T21:39:05.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
| 2649 | 2024-10-09T21:39:05.628Z | |
| 2650 | 2024-10-09T21:39:05.628Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (87/164) |
| 2651 | 2024-10-09T21:39:06.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2024-10-09T21:39:06.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2024-10-09T21:39:06.450Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2654 | 2024-10-09T21:39:19.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
| 2655 | 2024-10-09T21:39:19.690Z | |
| 2656 | 2024-10-09T21:39:19.690Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (88/164) |
| 2657 | 2024-10-09T21:39:20.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2024-10-09T21:39:20.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2024-10-09T21:39:20.447Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2660 | 2024-10-09T21:39:32.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
| 2661 | 2024-10-09T21:39:32.803Z | |
| 2662 | 2024-10-09T21:39:32.804Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (89/164) |
| 2663 | 2024-10-09T21:39:33.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2024-10-09T21:39:33.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2024-10-09T21:39:33.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2666 | 2024-10-09T21:39:45.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s |
| 2667 | 2024-10-09T21:39:45.683Z | |
| 2668 | 2024-10-09T21:39:45.683Z | info: running `cargo check --bins` on bootstrap-agent-api (90/164) |
| 2669 | 2024-10-09T21:39:46.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2024-10-09T21:39:46.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2024-10-09T21:39:46.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2024-10-09T21:39:46.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2673 | 2024-10-09T21:39:46.376Z | |
| 2674 | 2024-10-09T21:39:46.376Z | info: running `cargo check --bins` on sled-agent-types (91/164) |
| 2675 | 2024-10-09T21:39:46.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2024-10-09T21:39:46.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2024-10-09T21:39:46.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2678 | 2024-10-09T21:39:46.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2679 | 2024-10-09T21:39:47.058Z | |
| 2680 | 2024-10-09T21:39:47.058Z | info: running `cargo check --bins` on bootstrap-agent-client (92/164) |
| 2681 | 2024-10-09T21:39:47.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2024-10-09T21:39:47.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2024-10-09T21:39:47.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2684 | 2024-10-09T21:39:47.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2685 | 2024-10-09T21:39:47.730Z | |
| 2686 | 2024-10-09T21:39:47.730Z | info: running `cargo check --bins` on dpd-client (93/164) |
| 2687 | 2024-10-09T21:39:48.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2024-10-09T21:39:48.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2024-10-09T21:39:48.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2690 | 2024-10-09T21:39:48.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2691 | 2024-10-09T21:39:48.361Z | |
| 2692 | 2024-10-09T21:39:48.361Z | info: running `cargo check --bins` on installinator-common (94/164) |
| 2693 | 2024-10-09T21:39:48.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2024-10-09T21:39:48.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2024-10-09T21:39:48.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2696 | 2024-10-09T21:39:48.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2697 | 2024-10-09T21:39:49.029Z | |
| 2698 | 2024-10-09T21:39:49.029Z | info: running `cargo check --bins` on key-manager (95/164) |
| 2699 | 2024-10-09T21:39:49.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2024-10-09T21:39:49.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2024-10-09T21:39:49.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2702 | 2024-10-09T21:39:49.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2703 | 2024-10-09T21:39:49.681Z | |
| 2704 | 2024-10-09T21:39:49.681Z | info: running `cargo check --bins` on omicron-ddm-admin-client (96/164) |
| 2705 | 2024-10-09T21:39:50.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2706 | 2024-10-09T21:39:50.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2707 | 2024-10-09T21:39:50.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2708 | 2024-10-09T21:39:50.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2709 | 2024-10-09T21:39:50.339Z | |
| 2710 | 2024-10-09T21:39:50.339Z | info: running `cargo check --bins` on sled-agent-api (97/164) |
| 2711 | 2024-10-09T21:39:50.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2712 | 2024-10-09T21:39:50.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2713 | 2024-10-09T21:39:50.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2714 | 2024-10-09T21:39:50.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2715 | 2024-10-09T21:39:51.017Z | |
| 2716 | 2024-10-09T21:39:51.017Z | info: running `cargo check --bins` on sled-hardware (98/164) |
| 2717 | 2024-10-09T21:39:51.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2718 | 2024-10-09T21:39:51.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2719 | 2024-10-09T21:39:51.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2720 | 2024-10-09T21:39:51.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2721 | 2024-10-09T21:39:51.674Z | |
| 2722 | 2024-10-09T21:39:51.674Z | info: running `cargo check --bins --no-default-features` on sled-storage (99/164) |
| 2723 | 2024-10-09T21:39:52.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2724 | 2024-10-09T21:39:52.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2725 | 2024-10-09T21:39:52.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2726 | 2024-10-09T21:39:52.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2727 | 2024-10-09T21:39:52.337Z | |
| 2728 | 2024-10-09T21:39:52.337Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (100/164) |
| 2729 | 2024-10-09T21:39:52.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2730 | 2024-10-09T21:39:52.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2731 | 2024-10-09T21:39:52.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2732 | 2024-10-09T21:39:52.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2733 | 2024-10-09T21:39:52.996Z | |
| 2734 | 2024-10-09T21:39:52.996Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (101/164) |
| 2735 | 2024-10-09T21:39:53.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2736 | 2024-10-09T21:39:53.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2737 | 2024-10-09T21:39:53.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2738 | 2024-10-09T21:39:53.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2739 | 2024-10-09T21:39:53.675Z | |
| 2740 | 2024-10-09T21:39:53.675Z | info: running `cargo check --bins` on nexus-test-interface (102/164) |
| 2741 | 2024-10-09T21:39:54.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2742 | 2024-10-09T21:39:54.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2743 | 2024-10-09T21:39:54.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2744 | 2024-10-09T21:39:54.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2745 | 2024-10-09T21:39:54.348Z | |
| 2746 | 2024-10-09T21:39:54.348Z | info: running `cargo check --bins` on oximeter-collector (103/164) |
| 2747 | 2024-10-09T21:39:54.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2748 | 2024-10-09T21:39:54.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2749 | 2024-10-09T21:39:55.054Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2750 | 2024-10-09T21:39:55.054Z | Checking bcs v0.1.6 |
| 2751 | 2024-10-09T21:39:55.057Z | Compiling async-recursion v1.1.1 |
| 2752 | 2024-10-09T21:39:55.057Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2753 | 2024-10-09T21:39:55.057Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2754 | 2024-10-09T21:39:56.098Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2024-10-09T21:39:59.256Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2756 | 2024-10-09T21:40:00.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
| 2757 | 2024-10-09T21:40:01.041Z | |
| 2758 | 2024-10-09T21:40:01.041Z | info: running `cargo check --bins` on oximeter-api (104/164) |
| 2759 | 2024-10-09T21:40:01.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2024-10-09T21:40:01.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2024-10-09T21:40:01.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2762 | 2024-10-09T21:40:01.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2763 | 2024-10-09T21:40:01.693Z | |
| 2764 | 2024-10-09T21:40:01.693Z | info: running `cargo check --bins` on oximeter-client (105/164) |
| 2765 | 2024-10-09T21:40:02.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2024-10-09T21:40:02.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2024-10-09T21:40:02.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2024-10-09T21:40:02.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2769 | 2024-10-09T21:40:02.349Z | |
| 2770 | 2024-10-09T21:40:02.349Z | info: running `cargo check --bins --no-default-features` on oximeter-db (106/164) |
| 2771 | 2024-10-09T21:40:02.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2024-10-09T21:40:02.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2024-10-09T21:40:03.005Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2774 | 2024-10-09T21:40:03.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 2775 | 2024-10-09T21:40:03.731Z | |
| 2776 | 2024-10-09T21:40:03.732Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (107/164) |
| 2777 | 2024-10-09T21:40:04.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2024-10-09T21:40:04.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2024-10-09T21:40:04.413Z | Compiling cfg_aliases v0.1.1 |
| 2780 | 2024-10-09T21:40:04.416Z | Compiling vte_generate_state_changes v0.1.1 |
| 2781 | 2024-10-09T21:40:04.416Z | Checking fd-lock v4.0.2 |
| 2782 | 2024-10-09T21:40:04.416Z | Checking bytecount v0.6.8 |
| 2783 | 2024-10-09T21:40:04.521Z | Compiling tabled_derive v0.7.0 |
| 2784 | 2024-10-09T21:40:04.528Z | Checking crossterm v0.27.0 |
| 2785 | 2024-10-09T21:40:04.531Z | Compiling peg-macros v0.8.4 |
| 2786 | 2024-10-09T21:40:04.531Z | Compiling sqlparser_derive v0.2.2 |
| 2787 | 2024-10-09T21:40:04.582Z | Compiling nix v0.28.0 |
| 2788 | 2024-10-09T21:40:04.617Z | Checking papergrid v0.11.0 |
| 2789 | 2024-10-09T21:40:04.659Z | Checking unicode_categories v0.1.1 |
| 2790 | 2024-10-09T21:40:04.948Z | Checking nu-ansi-term v0.50.0 |
| 2791 | 2024-10-09T21:40:05.131Z | Checking vte v0.11.1 |
| 2792 | 2024-10-09T21:40:05.329Z | Checking home v0.5.9 |
| 2793 | 2024-10-09T21:40:05.492Z | Checking sqlformat v0.2.6 |
| 2794 | 2024-10-09T21:40:05.624Z | Checking sqlparser v0.45.0 |
| 2795 | 2024-10-09T21:40:06.079Z | Checking crossterm v0.28.1 |
| 2796 | 2024-10-09T21:40:06.480Z | Checking strip-ansi-escapes v0.2.0 |
| 2797 | 2024-10-09T21:40:06.939Z | Checking reedline v0.33.0 |
| 2798 | 2024-10-09T21:40:06.968Z | Checking tabled v0.15.0 |
| 2799 | 2024-10-09T21:40:07.657Z | Checking peg v0.8.4 |
| 2800 | 2024-10-09T21:40:07.766Z | Checking rustyline v14.0.0 |
| 2801 | 2024-10-09T21:40:12.242Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2024-10-09T21:40:20.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
| 2803 | 2024-10-09T21:40:20.617Z | |
| 2804 | 2024-10-09T21:40:20.618Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (108/164) |
| 2805 | 2024-10-09T21:40:20.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2024-10-09T21:40:20.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2024-10-09T21:40:20.618Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2024-10-09T21:40:23.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 2809 | 2024-10-09T21:40:24.139Z | |
| 2810 | 2024-10-09T21:40:24.139Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (109/164) |
| 2811 | 2024-10-09T21:40:24.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2024-10-09T21:40:24.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2024-10-09T21:40:24.809Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2024-10-09T21:40:29.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
| 2815 | 2024-10-09T21:40:29.267Z | |
| 2816 | 2024-10-09T21:40:29.267Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/164) |
| 2817 | 2024-10-09T21:40:29.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2024-10-09T21:40:29.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2024-10-09T21:40:29.932Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2820 | 2024-10-09T21:40:34.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
| 2821 | 2024-10-09T21:40:34.932Z | |
| 2822 | 2024-10-09T21:40:34.932Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (111/164) |
| 2823 | 2024-10-09T21:40:35.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2024-10-09T21:40:35.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2024-10-09T21:40:35.601Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2826 | 2024-10-09T21:40:40.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
| 2827 | 2024-10-09T21:40:41.124Z | |
| 2828 | 2024-10-09T21:40:41.124Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (112/164) |
| 2829 | 2024-10-09T21:40:41.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2024-10-09T21:40:41.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2024-10-09T21:40:41.805Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2832 | 2024-10-09T21:40:45.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 2833 | 2024-10-09T21:40:46.145Z | |
| 2834 | 2024-10-09T21:40:46.145Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (113/164) |
| 2835 | 2024-10-09T21:40:46.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2024-10-09T21:40:46.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2024-10-09T21:40:46.819Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2024-10-09T21:40:51.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 2839 | 2024-10-09T21:40:51.489Z | |
| 2840 | 2024-10-09T21:40:51.489Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (114/164) |
| 2841 | 2024-10-09T21:40:52.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2024-10-09T21:40:52.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2024-10-09T21:40:52.164Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2024-10-09T21:40:57.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
| 2845 | 2024-10-09T21:40:57.448Z | |
| 2846 | 2024-10-09T21:40:57.448Z | info: running `cargo check --bins` on oximeter-test-utils (115/164) |
| 2847 | 2024-10-09T21:40:58.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2024-10-09T21:40:58.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2024-10-09T21:40:58.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2024-10-09T21:40:58.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2851 | 2024-10-09T21:40:58.118Z | |
| 2852 | 2024-10-09T21:40:58.118Z | info: running `cargo check --bins` on cockroach-admin-client (116/164) |
| 2853 | 2024-10-09T21:40:58.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2024-10-09T21:40:58.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2024-10-09T21:40:58.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2024-10-09T21:40:58.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2857 | 2024-10-09T21:40:58.737Z | |
| 2858 | 2024-10-09T21:40:58.737Z | info: running `cargo check --bins` on installinator-client (117/164) |
| 2859 | 2024-10-09T21:40:59.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2024-10-09T21:40:59.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2024-10-09T21:40:59.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2024-10-09T21:40:59.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2863 | 2024-10-09T21:40:59.392Z | |
| 2864 | 2024-10-09T21:40:59.392Z | info: running `cargo check --bins` on oxide-client (118/164) |
| 2865 | 2024-10-09T21:40:59.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2024-10-09T21:40:59.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2024-10-09T21:40:59.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2024-10-09T21:40:59.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2869 | 2024-10-09T21:41:00.016Z | |
| 2870 | 2024-10-09T21:41:00.016Z | info: running `cargo check --bins` on wicketd-client (119/164) |
| 2871 | 2024-10-09T21:41:00.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2024-10-09T21:41:00.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2024-10-09T21:41:00.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2024-10-09T21:41:00.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2875 | 2024-10-09T21:41:00.699Z | |
| 2876 | 2024-10-09T21:41:00.700Z | info: running `cargo check --bins` on wicket-common (120/164) |
| 2877 | 2024-10-09T21:41:01.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2024-10-09T21:41:01.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2024-10-09T21:41:01.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2024-10-09T21:41:01.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2881 | 2024-10-09T21:41:01.367Z | |
| 2882 | 2024-10-09T21:41:01.367Z | info: running `cargo check --bins` on omicron-cockroach-admin (121/164) |
| 2883 | 2024-10-09T21:41:01.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2024-10-09T21:41:01.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2024-10-09T21:41:02.035Z | Checking csv-core v0.1.11 |
| 2886 | 2024-10-09T21:41:02.038Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2024-10-09T21:41:02.322Z | Checking csv v1.3.0 |
| 2888 | 2024-10-09T21:41:02.827Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2889 | 2024-10-09T21:41:03.153Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2890 | 2024-10-09T21:41:04.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
| 2891 | 2024-10-09T21:41:04.458Z | |
| 2892 | 2024-10-09T21:41:04.458Z | info: running `cargo check --bins` on cockroach-admin-api (122/164) |
| 2893 | 2024-10-09T21:41:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2024-10-09T21:41:05.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2024-10-09T21:41:05.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2024-10-09T21:41:05.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2897 | 2024-10-09T21:41:05.106Z | |
| 2898 | 2024-10-09T21:41:05.107Z | info: running `cargo check --bins` on cockroach-admin-types (123/164) |
| 2899 | 2024-10-09T21:41:05.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2024-10-09T21:41:05.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2024-10-09T21:41:05.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2024-10-09T21:41:05.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2903 | 2024-10-09T21:41:05.748Z | |
| 2904 | 2024-10-09T21:41:05.748Z | info: running `cargo check --bins` on cert-dev (124/164) |
| 2905 | 2024-10-09T21:41:06.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2024-10-09T21:41:06.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2024-10-09T21:41:06.356Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2908 | 2024-10-09T21:41:06.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2909 | 2024-10-09T21:41:06.744Z | |
| 2910 | 2024-10-09T21:41:06.744Z | info: running `cargo check --bins` on ch-dev (125/164) |
| 2911 | 2024-10-09T21:41:07.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2024-10-09T21:41:07.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2024-10-09T21:41:07.415Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2914 | 2024-10-09T21:41:08.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 2915 | 2024-10-09T21:41:08.251Z | |
| 2916 | 2024-10-09T21:41:08.251Z | info: running `cargo check --bins` on crdb-seed (126/164) |
| 2917 | 2024-10-09T21:41:08.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2024-10-09T21:41:08.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2024-10-09T21:41:08.917Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2920 | 2024-10-09T21:41:09.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2921 | 2024-10-09T21:41:09.401Z | |
| 2922 | 2024-10-09T21:41:09.401Z | info: running `cargo check --bins` on db-dev (127/164) |
| 2923 | 2024-10-09T21:41:09.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2024-10-09T21:41:09.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2024-10-09T21:41:10.065Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2926 | 2024-10-09T21:41:10.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 2927 | 2024-10-09T21:41:10.895Z | |
| 2928 | 2024-10-09T21:41:10.895Z | info: running `cargo check --bins` on omicron-dev-lib (128/164) |
| 2929 | 2024-10-09T21:41:11.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2024-10-09T21:41:11.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2024-10-09T21:41:11.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2024-10-09T21:41:11.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2933 | 2024-10-09T21:41:11.558Z | |
| 2934 | 2024-10-09T21:41:11.558Z | info: running `cargo check --bins` on xtask-downloader (129/164) |
| 2935 | 2024-10-09T21:41:12.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2024-10-09T21:41:12.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2024-10-09T21:41:12.177Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2938 | 2024-10-09T21:41:13.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 2939 | 2024-10-09T21:41:13.141Z | |
| 2940 | 2024-10-09T21:41:13.141Z | info: running `cargo check --bins` on omicron-ls-apis (130/164) |
| 2941 | 2024-10-09T21:41:13.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2024-10-09T21:41:13.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2024-10-09T21:41:13.759Z | Checking cargo-platform v0.1.8 |
| 2944 | 2024-10-09T21:41:14.012Z | Checking cargo_metadata v0.18.1 |
| 2945 | 2024-10-09T21:41:14.954Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2946 | 2024-10-09T21:41:15.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 2947 | 2024-10-09T21:41:15.811Z | |
| 2948 | 2024-10-09T21:41:15.811Z | info: running `cargo check --bins` on mgs-dev (131/164) |
| 2949 | 2024-10-09T21:41:16.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2024-10-09T21:41:16.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2024-10-09T21:41:16.539Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2952 | 2024-10-09T21:41:17.173Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2953 | 2024-10-09T21:41:17.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 2954 | 2024-10-09T21:41:17.826Z | |
| 2955 | 2024-10-09T21:41:17.826Z | info: running `cargo check --bins` on omicron-omdb (132/164) |
| 2956 | 2024-10-09T21:41:18.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2024-10-09T21:41:18.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2024-10-09T21:41:18.628Z | Compiling crunchy v0.2.2 |
| 2959 | 2024-10-09T21:41:18.628Z | Compiling glob v0.3.1 |
| 2960 | 2024-10-09T21:41:18.630Z | Compiling tiny-keccak v2.0.2 |
| 2961 | 2024-10-09T21:41:18.630Z | Compiling dsl_auto_type v0.1.2 |
| 2962 | 2024-10-09T21:41:18.630Z | Checking scheduled-thread-pool v0.2.7 |
| 2963 | 2024-10-09T21:41:18.631Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2964 | 2024-10-09T21:41:18.749Z | Compiling ascii-canvas v3.0.0 |
| 2965 | 2024-10-09T21:41:18.761Z | Compiling ena v0.14.3 |
| 2966 | 2024-10-09T21:41:18.922Z | Checking r2d2 v0.8.10 |
| 2967 | 2024-10-09T21:41:19.102Z | Compiling libloading v0.8.3 |
| 2968 | 2024-10-09T21:41:19.183Z | Compiling bindgen v0.69.4 |
| 2969 | 2024-10-09T21:41:19.183Z | Compiling diff v0.1.13 |
| 2970 | 2024-10-09T21:41:19.230Z | Compiling regex-syntax v0.6.29 |
| 2971 | 2024-10-09T21:41:19.317Z | Compiling which v4.4.2 |
| 2972 | 2024-10-09T21:41:19.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2973 | 2024-10-09T21:41:19.634Z | Compiling clang-sys v1.7.0 |
| 2974 | 2024-10-09T21:41:19.724Z | Compiling cexpr v0.6.0 |
| 2975 | 2024-10-09T21:41:19.862Z | Compiling rustc-hash v1.1.0 |
| 2976 | 2024-10-09T21:41:19.916Z | Compiling shlex v1.3.0 |
| 2977 | 2024-10-09T21:41:19.962Z | Compiling ref-cast v1.0.23 |
| 2978 | 2024-10-09T21:41:20.013Z | Compiling lazycell v1.3.0 |
| 2979 | 2024-10-09T21:41:20.031Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2980 | 2024-10-09T21:41:20.183Z | Compiling derive_builder_core v0.20.0 |
| 2981 | 2024-10-09T21:41:20.311Z | Compiling libxml v0.3.3 |
| 2982 | 2024-10-09T21:41:20.327Z | Compiling ref-cast-impl v1.0.23 |
| 2983 | 2024-10-09T21:41:20.349Z | Compiling diesel_derives v2.2.2 |
| 2984 | 2024-10-09T21:41:20.567Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2985 | 2024-10-09T21:41:20.727Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2986 | 2024-10-09T21:41:21.049Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2987 | 2024-10-09T21:41:21.345Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2988 | 2024-10-09T21:41:21.410Z | Compiling strum_macros v0.24.3 |
| 2989 | 2024-10-09T21:41:21.642Z | Compiling indoc v1.0.9 |
| 2990 | 2024-10-09T21:41:22.603Z | Compiling lalrpop v0.19.12 |
| 2991 | 2024-10-09T21:41:22.640Z | Compiling derive_builder_macro v0.20.0 |
| 2992 | 2024-10-09T21:41:23.539Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2993 | 2024-10-09T21:41:23.556Z | Checking derive_builder v0.20.0 |
| 2994 | 2024-10-09T21:41:23.692Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2995 | 2024-10-09T21:41:24.166Z | Compiling oso-derive v0.27.3 |
| 2996 | 2024-10-09T21:41:24.961Z | Checking quick-xml v0.33.0 |
| 2997 | 2024-10-09T21:41:25.062Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2998 | 2024-10-09T21:41:25.243Z | Checking maplit v1.0.2 |
| 2999 | 2024-10-09T21:41:25.396Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3000 | 2024-10-09T21:41:25.438Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3001 | 2024-10-09T21:41:25.741Z | Checking bb8 v0.8.5 |
| 3002 | 2024-10-09T21:41:26.221Z | Compiling const_format_proc_macros v0.2.33 |
| 3003 | 2024-10-09T21:41:27.092Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
| 3004 | 2024-10-09T21:41:27.114Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3005 | 2024-10-09T21:41:27.396Z | Checking castaway v0.2.3 |
| 3006 | 2024-10-09T21:41:27.561Z | Checking compact_str v0.8.0 |
| 3007 | 2024-10-09T21:41:28.387Z | Checking const_format v0.2.33 |
| 3008 | 2024-10-09T21:41:28.452Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3009 | 2024-10-09T21:41:28.726Z | Checking unicode-truncate v1.0.0 |
| 3010 | 2024-10-09T21:41:28.918Z | Checking lru v0.12.3 |
| 3011 | 2024-10-09T21:41:28.974Z | Compiling instability v0.3.2 |
| 3012 | 2024-10-09T21:41:29.235Z | Checking unicode-linebreak v0.1.5 |
| 3013 | 2024-10-09T21:41:29.373Z | Checking cassowary v0.3.0 |
| 3014 | 2024-10-09T21:41:29.669Z | Checking smawk v0.3.2 |
| 3015 | 2024-10-09T21:41:29.757Z | Checking is_ci v1.2.0 |
| 3016 | 2024-10-09T21:41:29.882Z | Checking supports-color v3.0.1 |
| 3017 | 2024-10-09T21:41:29.885Z | Checking textwrap v0.16.1 |
| 3018 | 2024-10-09T21:41:30.020Z | Checking ratatui v0.28.0 |
| 3019 | 2024-10-09T21:41:30.107Z | Checking multimap v0.10.0 |
| 3020 | 2024-10-09T21:41:32.481Z | Checking diesel v2.2.4 |
| 3021 | 2024-10-09T21:41:51.321Z | Compiling samael v0.0.17 |
| 3022 | 2024-10-09T21:42:06.337Z | Compiling polar-core v0.27.3 |
| 3023 | 2024-10-09T21:42:07.299Z | Checking async-bb8-diesel v0.2.1 |
| 3024 | 2024-10-09T21:42:13.116Z | Checking oso v0.27.3 |
| 3025 | 2024-10-09T21:43:15.993Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3026 | 2024-10-09T21:43:21.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 3027 | 2024-10-09T21:43:21.597Z | |
| 3028 | 2024-10-09T21:43:21.597Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164) |
| 3029 | 2024-10-09T21:43:22.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2024-10-09T21:43:22.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2024-10-09T21:43:22.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2024-10-09T21:43:22.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3033 | 2024-10-09T21:43:22.309Z | |
| 3034 | 2024-10-09T21:43:22.309Z | info: running `cargo check --bins` on nexus-saga-recovery (134/164) |
| 3035 | 2024-10-09T21:43:22.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2024-10-09T21:43:22.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2024-10-09T21:43:22.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2024-10-09T21:43:22.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3039 | 2024-10-09T21:43:23.010Z | |
| 3040 | 2024-10-09T21:43:23.010Z | info: running `cargo check --bins` on nexus-test-utils-macros (135/164) |
| 3041 | 2024-10-09T21:43:23.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2024-10-09T21:43:23.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2024-10-09T21:43:23.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2024-10-09T21:43:23.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3045 | 2024-10-09T21:43:23.635Z | |
| 3046 | 2024-10-09T21:43:23.635Z | info: running `cargo check --bins` on omicron-nexus (136/164) |
| 3047 | 2024-10-09T21:43:24.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2024-10-09T21:43:24.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2024-10-09T21:43:24.453Z | Compiling libz-sys v1.1.16 |
| 3050 | 2024-10-09T21:43:24.562Z | Checking http v0.2.12 |
| 3051 | 2024-10-09T21:43:24.565Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3052 | 2024-10-09T21:43:24.577Z | Compiling vergen v8.3.2 |
| 3053 | 2024-10-09T21:43:24.579Z | Compiling cargo-platform v0.1.8 |
| 3054 | 2024-10-09T21:43:24.579Z | Compiling pin-project-internal v1.1.5 |
| 3055 | 2024-10-09T21:43:24.619Z | Compiling snafu-derive v0.8.2 |
| 3056 | 2024-10-09T21:43:24.619Z | Compiling libsqlite3-sys v0.30.1 |
| 3057 | 2024-10-09T21:43:24.886Z | Compiling cargo_metadata v0.18.1 |
| 3058 | 2024-10-09T21:43:25.124Z | Checking sync_wrapper v0.1.2 |
| 3059 | 2024-10-09T21:43:25.141Z | Compiling cfg_aliases v0.2.1 |
| 3060 | 2024-10-09T21:43:25.239Z | Compiling rustls v0.21.12 |
| 3061 | 2024-10-09T21:43:25.257Z | Compiling buf-list v1.0.3 |
| 3062 | 2024-10-09T21:43:25.468Z | Compiling nix v0.29.0 |
| 3063 | 2024-10-09T21:43:25.592Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
| 3064 | 2024-10-09T21:43:25.837Z | Checking http-body v0.4.6 |
| 3065 | 2024-10-09T21:43:25.921Z | Checking h2 v0.3.26 |
| 3066 | 2024-10-09T21:43:26.298Z | Checking globset v0.4.14 |
| 3067 | 2024-10-09T21:43:26.395Z | Checking rustls-webpki v0.101.7 |
| 3068 | 2024-10-09T21:43:26.783Z | Checking olpc-cjson v0.1.3 |
| 3069 | 2024-10-09T21:43:26.983Z | Checking sct v0.7.1 |
| 3070 | 2024-10-09T21:43:27.098Z | Checking rand_seeder v0.3.0 |
| 3071 | 2024-10-09T21:43:27.162Z | Checking serde_plain v1.0.2 |
| 3072 | 2024-10-09T21:43:27.305Z | Checking typed-path v0.7.1 |
| 3073 | 2024-10-09T21:43:27.403Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3074 | 2024-10-09T21:43:27.585Z | Checking pin-project v1.1.5 |
| 3075 | 2024-10-09T21:43:28.009Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3076 | 2024-10-09T21:43:28.098Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3077 | 2024-10-09T21:43:28.284Z | Checking hashlink v0.9.1 |
| 3078 | 2024-10-09T21:43:28.358Z | Checking parse-size v1.0.0 |
| 3079 | 2024-10-09T21:43:28.504Z | Checking fallible-streaming-iterator v0.1.9 |
| 3080 | 2024-10-09T21:43:28.538Z | Checking fallible-iterator v0.3.0 |
| 3081 | 2024-10-09T21:43:28.833Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3082 | 2024-10-09T21:43:29.179Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3083 | 2024-10-09T21:43:29.197Z | Checking rusqlite v0.32.1 |
| 3084 | 2024-10-09T21:43:29.291Z | Checking rustls-pemfile v1.0.4 |
| 3085 | 2024-10-09T21:43:29.483Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3086 | 2024-10-09T21:43:29.743Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3087 | 2024-10-09T21:43:29.770Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3088 | 2024-10-09T21:43:29.893Z | Checking twox-hash v1.6.3 |
| 3089 | 2024-10-09T21:43:30.076Z | Checking snafu v0.8.2 |
| 3090 | 2024-10-09T21:43:30.095Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3091 | 2024-10-09T21:43:30.341Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3092 | 2024-10-09T21:43:30.665Z | Checking tokio-rustls v0.24.1 |
| 3093 | 2024-10-09T21:43:30.733Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3094 | 2024-10-09T21:43:31.020Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3095 | 2024-10-09T21:43:31.232Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 3096 | 2024-10-09T21:43:31.338Z | Checking fatfs v0.3.6 |
| 3097 | 2024-10-09T21:43:31.746Z | Checking assert_matches v1.5.0 |
| 3098 | 2024-10-09T21:43:31.821Z | Checking hyper v0.14.30 |
| 3099 | 2024-10-09T21:43:35.724Z | Checking reqwest v0.11.27 |
| 3100 | 2024-10-09T21:43:36.420Z | Checking tough v0.17.1 |
| 3101 | 2024-10-09T21:43:37.888Z | Compiling git2 v0.19.0 |
| 3102 | 2024-10-09T21:43:39.415Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3103 | 2024-10-09T21:43:40.526Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3104 | 2024-10-09T21:43:42.633Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 3105 | 2024-10-09T21:44:32.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 3106 | 2024-10-09T21:44:32.793Z | |
| 3107 | 2024-10-09T21:44:32.793Z | info: running `cargo check --bins` on nexus-external-api (137/164) |
| 3108 | 2024-10-09T21:44:33.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2024-10-09T21:44:33.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2024-10-09T21:44:33.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2024-10-09T21:44:33.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3112 | 2024-10-09T21:44:33.492Z | |
| 3113 | 2024-10-09T21:44:33.492Z | info: running `cargo check --bins` on openapi-manager-types (138/164) |
| 3114 | 2024-10-09T21:44:34.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2024-10-09T21:44:34.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2024-10-09T21:44:34.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2024-10-09T21:44:34.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3118 | 2024-10-09T21:44:34.128Z | |
| 3119 | 2024-10-09T21:44:34.128Z | info: running `cargo check --bins` on nexus-internal-api (139/164) |
| 3120 | 2024-10-09T21:44:34.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2024-10-09T21:44:34.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2024-10-09T21:44:34.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2024-10-09T21:44:34.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3124 | 2024-10-09T21:44:34.805Z | |
| 3125 | 2024-10-09T21:44:34.805Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (140/164) |
| 3126 | 2024-10-09T21:44:35.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2024-10-09T21:44:35.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2024-10-09T21:44:35.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2024-10-09T21:44:35.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3130 | 2024-10-09T21:44:35.506Z | |
| 3131 | 2024-10-09T21:44:35.506Z | info: running `cargo check --bins` on nexus-networking (141/164) |
| 3132 | 2024-10-09T21:44:36.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2024-10-09T21:44:36.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2024-10-09T21:44:36.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2024-10-09T21:44:36.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3136 | 2024-10-09T21:44:36.205Z | |
| 3137 | 2024-10-09T21:44:36.205Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (142/164) |
| 3138 | 2024-10-09T21:44:36.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2024-10-09T21:44:36.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2024-10-09T21:44:36.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2024-10-09T21:44:36.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3142 | 2024-10-09T21:44:36.898Z | |
| 3143 | 2024-10-09T21:44:36.898Z | info: running `cargo check --bins` on update-common (143/164) |
| 3144 | 2024-10-09T21:44:37.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2024-10-09T21:44:37.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2024-10-09T21:44:37.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2024-10-09T21:44:37.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3148 | 2024-10-09T21:44:37.565Z | |
| 3149 | 2024-10-09T21:44:37.565Z | info: running `cargo check --bins` on tufaceous-lib (144/164) |
| 3150 | 2024-10-09T21:44:38.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2024-10-09T21:44:38.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2024-10-09T21:44:38.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2024-10-09T21:44:38.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3154 | 2024-10-09T21:44:38.232Z | |
| 3155 | 2024-10-09T21:44:38.232Z | info: running `cargo check --bins` on tufaceous (145/164) |
| 3156 | 2024-10-09T21:44:38.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2024-10-09T21:44:38.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2024-10-09T21:44:38.916Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3159 | 2024-10-09T21:44:39.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 3160 | 2024-10-09T21:44:39.959Z | |
| 3161 | 2024-10-09T21:44:39.959Z | info: running `cargo check --bins` on omicron-dev (146/164) |
| 3162 | 2024-10-09T21:44:40.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2024-10-09T21:44:40.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2024-10-09T21:44:40.809Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3165 | 2024-10-09T21:44:40.809Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3166 | 2024-10-09T21:44:40.812Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3167 | 2024-10-09T21:44:42.152Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3168 | 2024-10-09T21:44:44.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
| 3169 | 2024-10-09T21:44:44.801Z | |
| 3170 | 2024-10-09T21:44:44.801Z | info: running `cargo check --bins` on openapi-manager (147/164) |
| 3171 | 2024-10-09T21:44:45.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2024-10-09T21:44:45.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2024-10-09T21:44:45.511Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3174 | 2024-10-09T21:44:45.511Z | Checking heck v0.4.1 |
| 3175 | 2024-10-09T21:44:45.514Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3176 | 2024-10-09T21:44:45.744Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3177 | 2024-10-09T21:44:47.058Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3178 | 2024-10-09T21:44:47.861Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3179 | 2024-10-09T21:44:48.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 3180 | 2024-10-09T21:44:49.013Z | |
| 3181 | 2024-10-09T21:44:49.013Z | info: running `cargo check --bins` on installinator-api (148/164) |
| 3182 | 2024-10-09T21:44:49.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2024-10-09T21:44:49.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2024-10-09T21:44:49.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2024-10-09T21:44:49.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3186 | 2024-10-09T21:44:49.681Z | |
| 3187 | 2024-10-09T21:44:49.681Z | info: running `cargo check --bins` on wicketd-api (149/164) |
| 3188 | 2024-10-09T21:44:50.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2024-10-09T21:44:50.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2024-10-09T21:44:50.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2024-10-09T21:44:50.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3192 | 2024-10-09T21:44:50.352Z | |
| 3193 | 2024-10-09T21:44:50.352Z | info: running `cargo check --bins` on reconfigurator-cli (150/164) |
| 3194 | 2024-10-09T21:44:50.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2024-10-09T21:44:50.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2024-10-09T21:44:51.053Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3197 | 2024-10-09T21:44:52.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 3198 | 2024-10-09T21:44:52.299Z | |
| 3199 | 2024-10-09T21:44:52.299Z | info: running `cargo check --bins` on omicron-releng (151/164) |
| 3200 | 2024-10-09T21:44:52.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2024-10-09T21:44:52.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2024-10-09T21:44:52.987Z | Checking memmap2 v0.9.4 |
| 3203 | 2024-10-09T21:44:52.988Z | Checking untrusted v0.7.1 |
| 3204 | 2024-10-09T21:44:52.988Z | Checking arrayref v0.3.7 |
| 3205 | 2024-10-09T21:44:52.990Z | Checking arrayvec v0.7.4 |
| 3206 | 2024-10-09T21:44:52.990Z | Checking constant_time_eq v0.3.0 |
| 3207 | 2024-10-09T21:44:52.990Z | Checking spin v0.5.2 |
| 3208 | 2024-10-09T21:44:52.990Z | Checking topological-sort v0.2.2 |
| 3209 | 2024-10-09T21:44:53.084Z | Checking shell-words v1.1.0 |
| 3210 | 2024-10-09T21:44:53.251Z | Checking ring v0.16.20 |
| 3211 | 2024-10-09T21:44:53.382Z | Checking blake3 v1.5.1 |
| 3212 | 2024-10-09T21:44:54.355Z | Checking omicron-zone-package v0.11.1 |
| 3213 | 2024-10-09T21:44:55.401Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3214 | 2024-10-09T21:44:56.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 3215 | 2024-10-09T21:44:56.378Z | |
| 3216 | 2024-10-09T21:44:56.378Z | info: running `cargo check --bins` on xtask (152/164) |
| 3217 | 2024-10-09T21:44:56.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2024-10-09T21:44:56.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2024-10-09T21:44:56.860Z | Checking bitflags v2.6.0 |
| 3220 | 2024-10-09T21:44:56.862Z | Checking serde v1.0.210 |
| 3221 | 2024-10-09T21:44:56.863Z | Checking thiserror v1.0.64 |
| 3222 | 2024-10-09T21:44:56.945Z | Checking scroll v0.12.0 |
| 3223 | 2024-10-09T21:44:56.953Z | Checking hashbrown v0.14.5 |
| 3224 | 2024-10-09T21:44:56.956Z | Checking log v0.4.22 |
| 3225 | 2024-10-09T21:44:56.956Z | Checking zerocopy v0.7.34 |
| 3226 | 2024-10-09T21:44:56.983Z | Checking syn v2.0.79 |
| 3227 | 2024-10-09T21:44:57.029Z | Checking pest v2.7.10 |
| 3228 | 2024-10-09T21:44:57.165Z | Checking rustix v0.38.37 |
| 3229 | 2024-10-09T21:44:57.208Z | Checking once_cell v1.19.0 |
| 3230 | 2024-10-09T21:44:57.390Z | Checking goblin v0.8.2 |
| 3231 | 2024-10-09T21:44:57.491Z | Checking fs-err v2.11.0 |
| 3232 | 2024-10-09T21:44:57.790Z | Checking tabled v0.15.0 |
| 3233 | 2024-10-09T21:44:58.002Z | Checking indexmap v2.5.0 |
| 3234 | 2024-10-09T21:44:58.224Z | Checking anyhow v1.0.89 |
| 3235 | 2024-10-09T21:44:59.021Z | Checking terminal_size v0.3.0 |
| 3236 | 2024-10-09T21:44:59.024Z | Checking tempfile v3.13.0 |
| 3237 | 2024-10-09T21:44:59.192Z | Checking clap_builder v4.5.18 |
| 3238 | 2024-10-09T21:44:59.579Z | Checking dtrace-parser v0.2.0 |
| 3239 | 2024-10-09T21:45:01.162Z | Checking serde_json v1.0.128 |
| 3240 | 2024-10-09T21:45:01.162Z | Checking serde_spanned v0.6.7 |
| 3241 | 2024-10-09T21:45:01.165Z | Checking toml_datetime v0.6.8 |
| 3242 | 2024-10-09T21:45:01.165Z | Checking camino v1.1.9 |
| 3243 | 2024-10-09T21:45:01.165Z | Checking cargo-platform v0.1.8 |
| 3244 | 2024-10-09T21:45:01.165Z | Checking semver v1.0.23 |
| 3245 | 2024-10-09T21:45:01.353Z | Checking macaddr v1.0.1 |
| 3246 | 2024-10-09T21:45:01.429Z | Checking toml_edit v0.22.22 |
| 3247 | 2024-10-09T21:45:01.675Z | Checking camino-tempfile v1.1.1 |
| 3248 | 2024-10-09T21:45:01.689Z | Checking clap v4.5.18 |
| 3249 | 2024-10-09T21:45:02.304Z | Checking dof v0.3.0 |
| 3250 | 2024-10-09T21:45:02.304Z | Checking cargo_metadata v0.18.1 |
| 3251 | 2024-10-09T21:45:02.692Z | Checking usdt-impl v0.5.0 |
| 3252 | 2024-10-09T21:45:03.036Z | Checking usdt v0.5.0 |
| 3253 | 2024-10-09T21:45:03.141Z | Checking toml v0.8.19 |
| 3254 | 2024-10-09T21:45:03.604Z | Checking cargo_toml v0.20.5 |
| 3255 | 2024-10-09T21:45:04.812Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3256 | 2024-10-09T21:45:05.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
| 3257 | 2024-10-09T21:45:05.495Z | |
| 3258 | 2024-10-09T21:45:05.495Z | info: running `cargo check --bins` on end-to-end-tests (153/164) |
| 3259 | 2024-10-09T21:45:06.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2024-10-09T21:45:06.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2024-10-09T21:45:06.264Z | Checking polyval v0.6.2 |
| 3262 | 2024-10-09T21:45:06.368Z | Checking ctr v0.9.2 |
| 3263 | 2024-10-09T21:45:06.377Z | Checking ssh-encoding v0.2.0 |
| 3264 | 2024-10-09T21:45:06.377Z | Checking blowfish v0.9.1 |
| 3265 | 2024-10-09T21:45:06.396Z | Checking password-hash v0.4.2 |
| 3266 | 2024-10-09T21:45:06.399Z | Checking matches v0.1.10 |
| 3267 | 2024-10-09T21:45:06.425Z | Checking p521 v0.13.3 |
| 3268 | 2024-10-09T21:45:06.425Z | Checking p256 v0.13.2 |
| 3269 | 2024-10-09T21:45:06.575Z | Checking ghash v0.5.1 |
| 3270 | 2024-10-09T21:45:06.577Z | Compiling enum-as-inner v0.5.1 |
| 3271 | 2024-10-09T21:45:06.582Z | Checking bcrypt-pbkdf v0.10.0 |
| 3272 | 2024-10-09T21:45:06.662Z | Checking russh-cryptovec v0.7.2 |
| 3273 | 2024-10-09T21:45:06.743Z | Checking aes-gcm v0.10.3 |
| 3274 | 2024-10-09T21:45:06.762Z | Checking idna v0.2.3 |
| 3275 | 2024-10-09T21:45:06.778Z | Checking pbkdf2 v0.11.0 |
| 3276 | 2024-10-09T21:45:06.838Z | Checking md5 v0.7.0 |
| 3277 | 2024-10-09T21:45:06.857Z | Checking num-bigint v0.4.5 |
| 3278 | 2024-10-09T21:45:06.874Z | Checking des v0.8.1 |
| 3279 | 2024-10-09T21:45:06.975Z | Checking ssh-cipher v0.2.0 |
| 3280 | 2024-10-09T21:45:07.035Z | Checking hex-literal v0.4.1 |
| 3281 | 2024-10-09T21:45:07.106Z | Compiling dhcproto-macros v0.1.0 |
| 3282 | 2024-10-09T21:45:07.124Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3283 | 2024-10-09T21:45:07.160Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3284 | 2024-10-09T21:45:07.240Z | Checking ssh-key v0.6.6 |
| 3285 | 2024-10-09T21:45:07.517Z | Checking internet-checksum v0.2.1 |
| 3286 | 2024-10-09T21:45:07.633Z | Checking trust-dns-proto v0.22.0 |
| 3287 | 2024-10-09T21:45:08.484Z | Checking russh-keys v0.45.0 |
| 3288 | 2024-10-09T21:45:09.388Z | Checking russh v0.45.0 |
| 3289 | 2024-10-09T21:45:10.129Z | Checking dhcproto v0.12.0 |
| 3290 | 2024-10-09T21:45:26.627Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3291 | 2024-10-09T21:45:27.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s |
| 3292 | 2024-10-09T21:45:28.083Z | |
| 3293 | 2024-10-09T21:45:28.083Z | info: running `cargo check --bins` on gateway-cli (154/164) |
| 3294 | 2024-10-09T21:45:28.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2024-10-09T21:45:28.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2024-10-09T21:45:28.737Z | Checking termios v0.3.3 |
| 3297 | 2024-10-09T21:45:28.948Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3298 | 2024-10-09T21:45:29.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 3299 | 2024-10-09T21:45:29.824Z | |
| 3300 | 2024-10-09T21:45:29.824Z | info: running `cargo check --bins --no-default-features` on installinator (155/164) |
| 3301 | 2024-10-09T21:45:30.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2024-10-09T21:45:30.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2024-10-09T21:45:30.539Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3304 | 2024-10-09T21:45:32.492Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3305 | 2024-10-09T21:45:34.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 3306 | 2024-10-09T21:45:34.413Z | |
| 3307 | 2024-10-09T21:45:34.413Z | info: running `cargo check --bins` on internal-dns-cli (156/164) |
| 3308 | 2024-10-09T21:45:35.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2024-10-09T21:45:35.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2024-10-09T21:45:35.068Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3311 | 2024-10-09T21:45:35.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3312 | 2024-10-09T21:45:35.653Z | |
| 3313 | 2024-10-09T21:45:35.654Z | info: running `cargo check --bins` on omicron-live-tests (157/164) |
| 3314 | 2024-10-09T21:45:36.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2024-10-09T21:45:36.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2024-10-09T21:45:36.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2024-10-09T21:45:36.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3318 | 2024-10-09T21:45:36.278Z | |
| 3319 | 2024-10-09T21:45:36.278Z | info: running `cargo check --bins` on live-tests-macros (158/164) |
| 3320 | 2024-10-09T21:45:36.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2024-10-09T21:45:36.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2024-10-09T21:45:36.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2024-10-09T21:45:36.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3324 | 2024-10-09T21:45:36.901Z | |
| 3325 | 2024-10-09T21:45:36.901Z | info: running `cargo check --bins` on omicron-package (159/164) |
| 3326 | 2024-10-09T21:45:37.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2024-10-09T21:45:37.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2024-10-09T21:45:37.583Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3329 | 2024-10-09T21:45:38.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 3330 | 2024-10-09T21:45:38.950Z | |
| 3331 | 2024-10-09T21:45:38.950Z | info: running `cargo check --bins` on wicket-dbg (160/164) |
| 3332 | 2024-10-09T21:45:39.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2024-10-09T21:45:39.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2024-10-09T21:45:39.676Z | Checking rtoolbox v0.0.2 |
| 3335 | 2024-10-09T21:45:39.676Z | Checking tui-tree-widget v0.22.0 |
| 3336 | 2024-10-09T21:45:39.678Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3337 | 2024-10-09T21:45:39.883Z | Checking rpassword v7.3.1 |
| 3338 | 2024-10-09T21:45:43.592Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3339 | 2024-10-09T21:45:46.408Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3340 | 2024-10-09T21:45:47.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s |
| 3341 | 2024-10-09T21:45:47.680Z | |
| 3342 | 2024-10-09T21:45:47.680Z | info: running `cargo check --bins` on wicket (161/164) |
| 3343 | 2024-10-09T21:45:48.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2024-10-09T21:45:48.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2024-10-09T21:45:48.392Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3346 | 2024-10-09T21:45:48.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3347 | 2024-10-09T21:45:48.948Z | |
| 3348 | 2024-10-09T21:45:48.948Z | info: running `cargo check --bins` on wicketd (162/164) |
| 3349 | 2024-10-09T21:45:49.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2024-10-09T21:45:49.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2024-10-09T21:45:49.684Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3352 | 2024-10-09T21:45:53.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 3353 | 2024-10-09T21:45:53.573Z | |
| 3354 | 2024-10-09T21:45:53.573Z | info: running `cargo check --bins` on omicron-workspace-hack (163/164) |
| 3355 | 2024-10-09T21:45:54.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2024-10-09T21:45:54.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2024-10-09T21:45:54.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2024-10-09T21:45:54.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3359 | 2024-10-09T21:45:54.201Z | |
| 3360 | 2024-10-09T21:45:54.201Z | info: running `cargo check --bins` on zone-setup (164/164) |
| 3361 | 2024-10-09T21:45:54.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2024-10-09T21:45:54.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2024-10-09T21:45:54.952Z | Checking uzers v0.11.3 |
| 3364 | 2024-10-09T21:45:55.247Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3365 | 2024-10-09T21:45:56.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 3366 | 2024-10-09T21:45:56.449Z | |
| 3367 | 2024-10-09T21:45:56.449Z | real 11:28.392748711 |
| 3368 | 2024-10-09T21:45:56.449Z | user 23:54.812205746 |
| 3369 | 2024-10-09T21:45:56.449Z | sys 5:07.859225611 |
| 3370 | 2024-10-09T21:45:56.449Z | trap 0.486520887 |
| 3371 | 2024-10-09T21:45:56.449Z | tflt 2.859613986 |
| 3372 | 2024-10-09T21:45:56.449Z | dflt 2.202707871 |
| 3373 | 2024-10-09T21:45:56.449Z | kflt 0.002096319 |
| 3374 | 2024-10-09T21:45:56.452Z | lock 42:33.905370908 |
| 3375 | 2024-10-09T21:45:56.452Z | slp 1:57:45.667141977 |
| 3376 | 2024-10-09T21:45:56.452Z | lat 57.607674480 |
| 3377 | 2024-10-09T21:45:56.452Z | stop 2:59.221380243 |
| 3378 | 2024-10-09T21:45:56.452Z | process exited: duration 932230 ms, exit code 0 |
| |
| 3379 | 2024-10-09T21:45:56.458Z | found 0 output files |