|
|
|
| 1 | 2024-08-29T15:43:02.924Z | job assigned to worker 01J6FCTGED9PX60V7C71PJ0PE7 (queued for 55 s) |
| |
| 2 | 2024-08-29T15:43:10.446Z | starting task 0: "setup" |
| 3 | 2024-08-29T15:43:10.453Z | ++ uname -s |
| 4 | 2024-08-29T15:43:10.456Z | + kern=SunOS |
| 5 | 2024-08-29T15:43:10.456Z | + case "$kern" in |
| 6 | 2024-08-29T15:43:10.456Z | + groupadd -g 12345 build |
| 7 | 2024-08-29T15:43:10.458Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-29T15:43:12.467Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-29T15:43:12.581Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-29T15:43:12.583Z | + home_fs=zfs |
| 11 | 2024-08-29T15:43:12.583Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-29T15:43:12.583Z | + mkdir -p /home/build |
| 13 | 2024-08-29T15:43:12.587Z | + chown build:build /home/build /work |
| 14 | 2024-08-29T15:43:14.587Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-29T15:43:14.590Z | process exited: duration 4145 ms, exit code 0 |
| |
| 16 | 2024-08-29T15:43:14.596Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-29T15:43:14.601Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-29T15:43:14.601Z | ' 1.80.1 |
| 19 | 2024-08-29T15:43:14.602Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-08-29T15:43:14.602Z | ' default |
| 21 | 2024-08-29T15:43:14.605Z | * toolchain channel = "1.80.1" |
| 22 | 2024-08-29T15:43:14.605Z | * toolchain profile = "default" |
| 23 | 2024-08-29T15:43:14.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-29T15:43:14.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-29T15:43:14.721Z | info: downloading installer |
| 26 | 2024-08-29T15:43:16.250Z | info: profile set to 'default' |
| 27 | 2024-08-29T15:43:16.250Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-29T15:43:16.252Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-29T15:43:16.416Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-29T15:43:16.416Z | info: downloading component 'cargo' |
| 31 | 2024-08-29T15:43:17.373Z | info: downloading component 'clippy' |
| 32 | 2024-08-29T15:43:17.714Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-29T15:43:19.046Z | info: downloading component 'rust-std' |
| 34 | 2024-08-29T15:43:20.918Z | info: downloading component 'rustc' |
| 35 | 2024-08-29T15:43:26.161Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-29T15:43:26.443Z | info: installing component 'cargo' |
| 37 | 2024-08-29T15:43:27.337Z | info: installing component 'clippy' |
| 38 | 2024-08-29T15:43:27.735Z | info: installing component 'rust-docs' |
| 39 | 2024-08-29T15:43:29.363Z | info: installing component 'rust-std' |
| 40 | 2024-08-29T15:43:31.130Z | info: installing component 'rustc' |
| 41 | 2024-08-29T15:43:35.806Z | info: installing component 'rustfmt' |
| 42 | 2024-08-29T15:43:36.154Z | |
| 43 | 2024-08-29T15:43:36.154Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 44 | 2024-08-29T15:43:36.415Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-29T15:43:36.415Z | |
| 46 | 2024-08-29T15:43:36.418Z | |
| 47 | 2024-08-29T15:43:36.418Z | Rust is installed now. Great! |
| 48 | 2024-08-29T15:43:36.418Z | |
| 49 | 2024-08-29T15:43:36.418Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-29T15:43:36.418Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-29T15:43:36.418Z | |
| 52 | 2024-08-29T15:43:36.418Z | To configure your current shell, you need to source |
| 53 | 2024-08-29T15:43:36.418Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-29T15:43:36.418Z | |
| 55 | 2024-08-29T15:43:36.418Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-29T15:43:36.418Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-29T15:43:36.418Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-29T15:43:36.467Z | + rustc --version |
| 59 | 2024-08-29T15:43:36.531Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-29T15:43:36.534Z | process exited: duration 21938 ms, exit code 0 |
| |
| 61 | 2024-08-29T15:43:36.539Z | starting task 2: "authentication" |
| 62 | 2024-08-29T15:43:36.559Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-08-29T15:43:36.565Z | starting task 3: "clone repository" |
| 64 | 2024-08-29T15:43:36.570Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-29T15:43:36.572Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-29T15:43:36.838Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-29T15:43:43.998Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-29T15:43:43.998Z | + git fetch origin 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
| 69 | 2024-08-29T15:43:44.438Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-29T15:43:44.438Z | * branch 8b04c532ccd82131fe17d57692fd9617ab2ce366 -> FETCH_HEAD |
| 71 | 2024-08-29T15:43:44.449Z | + [[ -n renovate/russh-monorepo ]] |
| 72 | 2024-08-29T15:43:44.451Z | ++ git branch --show-current |
| 73 | 2024-08-29T15:43:44.454Z | + current=main |
| 74 | 2024-08-29T15:43:44.454Z | + [[ main != renovate/russh-monorepo ]] |
| 75 | 2024-08-29T15:43:44.454Z | + git branch -f renovate/russh-monorepo 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
| 76 | 2024-08-29T15:43:44.456Z | + git checkout -f renovate/russh-monorepo |
| 77 | 2024-08-29T15:43:44.583Z | Switched to branch 'renovate/russh-monorepo' |
| 78 | 2024-08-29T15:43:44.586Z | + git reset --hard 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
| 79 | 2024-08-29T15:43:44.708Z | HEAD is now at 8b04c532c Update russh monorepo to 0.45.0 |
| 80 | 2024-08-29T15:43:44.710Z | process exited: duration 8144 ms, exit code 0 |
| |
| 81 | 2024-08-29T15:43:44.716Z | starting task 4: "build" |
| 82 | 2024-08-29T15:43:44.722Z | + cargo --version |
| 83 | 2024-08-29T15:43:44.775Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-29T15:43:44.778Z | + rustc --version |
| 85 | 2024-08-29T15:43:44.835Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-29T15:43:44.838Z | + source ./env.sh |
| 87 | 2024-08-29T15:43:44.838Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-08-29T15:43:44.838Z | ++ set -o xtrace |
| 89 | 2024-08-29T15:43:44.841Z | ++++ dirname ./env.sh |
| 90 | 2024-08-29T15:43:44.844Z | +++ readlink -f . |
| 91 | 2024-08-29T15:43:44.864Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-08-29T15:43:44.866Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-08-29T15:43:44.866Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 95 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 96 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 97 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 98 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 99 | 2024-08-29T15:43:44.866Z | ++ 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 |
| 100 | 2024-08-29T15:43:44.866Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-08-29T15:43:44.866Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-08-29T15:43:44.867Z | + 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 |
| 103 | 2024-08-29T15:43:44.867Z | + 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 |
| 104 | 2024-08-29T15:43:44.867Z | + banner prerequisites |
| 105 | 2024-08-29T15:43:44.885Z | |
| 106 | 2024-08-29T15:43:44.885Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 107 | 2024-08-29T15:43:44.885Z | # # # # # # # # # # # # # # # |
| 108 | 2024-08-29T15:43:44.885Z | # # # # ##### # # ##### # # # # # #### # |
| 109 | 2024-08-29T15:43:44.885Z | ##### ##### # ##### # # # # # # # # # |
| 110 | 2024-08-29T15:43:44.885Z | # # # # # # # # # # # # # # # |
| 111 | 2024-08-29T15:43:44.885Z | # # # ###### # # ###### ### # #### # #### # |
| 112 | 2024-08-29T15:43:44.885Z | |
| 113 | 2024-08-29T15:43:44.888Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 114 | 2024-08-29T15:43:53.197Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2024-08-29T15:43:55.864Z | Startup: Caching catalogs ... Done |
| 116 | 2024-08-29T15:43:57.793Z | Planning: Solver setup ... Done (1.379s) |
| 117 | 2024-08-29T15:43:57.816Z | Planning: Running solver ... Done (0.022s) |
| 118 | 2024-08-29T15:43:57.963Z | Planning: Finding local manifests ... Done (0.110s) |
| 119 | 2024-08-29T15:43:58.013Z | Planning: Fetching manifests: 0/5 0% complete |
| 120 | 2024-08-29T15:43:58.622Z | Planning: Fetching manifests: 5/5 100% complete |
| 121 | 2024-08-29T15:43:58.983Z | Planning: Package planning ... Done (0.361s) |
| 122 | 2024-08-29T15:43:59.041Z | Planning: Merging actions ... Done (0.057s) |
| 123 | 2024-08-29T15:44:00.285Z | Planning: Checking for conflicting actions ... Done (1.245s) |
| 124 | 2024-08-29T15:44:10.524Z | Planning: Consolidating action changes ... Done (10.238s) |
| 125 | 2024-08-29T15:44:10.952Z | Planning: Evaluating mediators ... Done (0.425s) |
| 126 | 2024-08-29T15:44:11.064Z | Planning: Planning completed in 15.13 seconds |
| 127 | 2024-08-29T15:44:12.359Z | Packages to install: 4 |
| 128 | 2024-08-29T15:44:12.359Z | Packages to update: 1 |
| 129 | 2024-08-29T15:44:12.361Z | Mediators to change: 2 |
| 130 | 2024-08-29T15:44:12.361Z | Services to change: 1 |
| 131 | 2024-08-29T15:44:12.361Z | Estimated space available: 155.72 GB |
| 132 | 2024-08-29T15:44:12.361Z | Estimated space to be consumed: 1.53 GB |
| 133 | 2024-08-29T15:44:12.361Z | Create boot environment: No |
| 134 | 2024-08-29T15:44:12.361Z | Create backup boot environment: Yes |
| 135 | 2024-08-29T15:44:12.361Z | Rebuild boot archive: No |
| 136 | 2024-08-29T15:44:12.361Z | |
| 137 | 2024-08-29T15:44:12.361Z | Changed mediators: |
| 138 | 2024-08-29T15:44:12.361Z | mediator clang: |
| 139 | 2024-08-29T15:44:12.361Z | version: None -> 15 (system default) |
| 140 | 2024-08-29T15:44:12.361Z | |
| 141 | 2024-08-29T15:44:12.361Z | mediator llvm: |
| 142 | 2024-08-29T15:44:12.362Z | version: 14 (system default) -> 15 (system default) |
| 143 | 2024-08-29T15:44:12.362Z | |
| 144 | 2024-08-29T15:44:12.362Z | Changed packages: |
| 145 | 2024-08-29T15:44:12.362Z | helios-dev |
| 146 | 2024-08-29T15:44:12.362Z | developer/build-essential |
| 147 | 2024-08-29T15:44:12.362Z | None -> 11-2.0 |
| 148 | 2024-08-29T15:44:12.362Z | library/libxmlsec1 |
| 149 | 2024-08-29T15:44:12.362Z | None -> 1.2.35-2.0 |
| 150 | 2024-08-29T15:44:12.362Z | ooce/developer/clang-15 |
| 151 | 2024-08-29T15:44:12.362Z | None -> 15.0.7-2.0 |
| 152 | 2024-08-29T15:44:12.362Z | ooce/developer/llvm-15 |
| 153 | 2024-08-29T15:44:12.362Z | None -> 15.0.7-2.0 |
| 154 | 2024-08-29T15:44:12.362Z | package/pkg |
| 155 | 2024-08-29T15:44:12.362Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 156 | 2024-08-29T15:44:12.362Z | |
| 157 | 2024-08-29T15:44:12.362Z | Services: |
| 158 | 2024-08-29T15:44:12.362Z | restart_fmri: |
| 159 | 2024-08-29T15:44:12.362Z | svc:/system/update-man-index:default |
| 160 | 2024-08-29T15:44:12.362Z | |
| 161 | 2024-08-29T15:44:12.362Z | Editable files to change: |
| 162 | 2024-08-29T15:44:12.362Z | Update: |
| 163 | 2024-08-29T15:44:12.362Z | usr/share/lib/pkg/web/config.shtml |
| 164 | 2024-08-29T15:44:12.826Z | |
| 165 | 2024-08-29T15:44:12.826Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 166 | 2024-08-29T15:44:17.876Z | Download: 688/4281 items 4.0/220.6MB 1% complete (816k/s) |
| 167 | 2024-08-29T15:44:22.820Z | Download: 1227/4281 items 97.1/220.6MB 44% complete (9.7M/s) |
| 168 | 2024-08-29T15:44:28.468Z | Download: 2218/4281 items 118.9/220.6MB 53% complete (11.6M/s) |
| 169 | 2024-08-29T15:44:34.872Z | Download: 2221/4281 items 119.1/220.6MB 53% complete (11.3M/s) |
| 170 | 2024-08-29T15:44:39.876Z | Download: 2700/4281 items 120.7/220.6MB 54% complete (331k/s) |
| 171 | 2024-08-29T15:44:47.514Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (10.0M/s) |
| 172 | 2024-08-29T15:44:52.520Z | Download: 3599/4281 items 215.9/220.6MB 97% complete (4.8M/s) |
| 173 | 2024-08-29T15:44:57.269Z | Download: Completed 220.60 MB in 44.45 seconds (5.0M/s) |
| 174 | 2024-08-29T15:44:59.360Z | Actions: 1/5063 actions (Removing old actions) |
| 175 | 2024-08-29T15:44:59.380Z | Actions: 194/5063 actions (Installing new actions) |
| 176 | 2024-08-29T15:45:04.402Z | Actions: 4090/5063 actions (Installing new actions) |
| 177 | 2024-08-29T15:45:04.867Z | Actions: 4226/5063 actions (Updating modified actions) |
| 178 | 2024-08-29T15:45:05.225Z | Actions: Completed 5063 actions in 5.86 seconds. |
| 179 | 2024-08-29T15:45:05.507Z | Done (0.275s) |
| 180 | 2024-08-29T15:45:05.509Z | Done (0.000s) |
| 181 | 2024-08-29T15:45:05.896Z | Done (0.387s) |
| 182 | 2024-08-29T15:45:12.280Z | Done (6.209s) |
| 183 | 2024-08-29T15:45:12.743Z | Done (0.333s) |
| 184 | 2024-08-29T15:45:12.747Z | Done (0.000s) |
| 185 | 2024-08-29T15:45:12.878Z | Done (0.000s) |
| 186 | 2024-08-29T15:45:13.454Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2024-08-29T15:45:13.613Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2024-08-29T15:45:13.616Z | Planning: Consolidating action changes ... Done |
| 189 | 2024-08-29T15:45:13.884Z | Planning: Evaluating mediators ... Done |
| 190 | 2024-08-29T15:45:13.886Z | Planning: Planning completed in 0.43 seconds |
| 191 | 2024-08-29T15:45:13.923Z | Mediators to change: 2 |
| 192 | 2024-08-29T15:45:13.925Z | Create boot environment: No |
| 193 | 2024-08-29T15:45:13.925Z | Create backup boot environment: No |
| 194 | 2024-08-29T15:45:14.018Z | Done |
| 195 | 2024-08-29T15:45:14.018Z | Done |
| 196 | 2024-08-29T15:45:14.283Z | Done |
| 197 | 2024-08-29T15:45:17.833Z | Done |
| 198 | 2024-08-29T15:45:17.925Z | Done |
| 199 | 2024-08-29T15:45:17.927Z | Done |
| 200 | 2024-08-29T15:45:18.091Z | Done |
| 201 | 2024-08-29T15:45:18.698Z | Planning: Evaluating mediator changes ... Done |
| 202 | 2024-08-29T15:45:18.701Z | Planning: Merging actions ... Done |
| 203 | 2024-08-29T15:45:18.888Z | Planning: Checking for conflicting actions ... Done |
| 204 | 2024-08-29T15:45:18.891Z | Planning: Consolidating action changes ... Done |
| 205 | 2024-08-29T15:45:19.155Z | Planning: Evaluating mediators ... Done |
| 206 | 2024-08-29T15:45:19.211Z | Planning: Planning completed in 0.76 seconds |
| 207 | 2024-08-29T15:45:19.250Z | Packages to change: 1 |
| 208 | 2024-08-29T15:45:19.250Z | Mediators to change: 1 |
| 209 | 2024-08-29T15:45:19.252Z | Services to change: 1 |
| 210 | 2024-08-29T15:45:19.252Z | Create boot environment: No |
| 211 | 2024-08-29T15:45:19.252Z | Create backup boot environment: Yes |
| 212 | 2024-08-29T15:45:21.298Z | Actions: 1/6 actions (Updating modified actions) |
| 213 | 2024-08-29T15:45:21.374Z | Actions: Completed 6 actions in 0.08 seconds. |
| 214 | 2024-08-29T15:45:21.376Z | Done |
| 215 | 2024-08-29T15:45:21.376Z | Done |
| 216 | 2024-08-29T15:45:21.453Z | Done |
| 217 | 2024-08-29T15:45:25.022Z | Done |
| 218 | 2024-08-29T15:45:25.117Z | Done |
| 219 | 2024-08-29T15:45:25.119Z | Done |
| 220 | 2024-08-29T15:45:25.306Z | Done |
| 221 | 2024-08-29T15:45:25.736Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 222 | 2024-08-29T15:45:25.736Z | clang system 15 system |
| 223 | 2024-08-29T15:45:25.736Z | csh system system illumos |
| 224 | 2024-08-29T15:45:25.736Z | ctags system system illumos |
| 225 | 2024-08-29T15:45:25.736Z | gcc vendor 12 vendor |
| 226 | 2024-08-29T15:45:25.736Z | gcc system 10 system |
| 227 | 2024-08-29T15:45:25.736Z | gcc system 7 system |
| 228 | 2024-08-29T15:45:25.736Z | go system 1.20 system |
| 229 | 2024-08-29T15:45:25.736Z | go system 1.19 system |
| 230 | 2024-08-29T15:45:25.736Z | llvm system 15 system |
| 231 | 2024-08-29T15:45:25.736Z | llvm system 14 system |
| 232 | 2024-08-29T15:45:25.736Z | mariadb system 10.6 system |
| 233 | 2024-08-29T15:45:25.736Z | mta vendor vendor dma |
| 234 | 2024-08-29T15:45:25.736Z | openjdk system 17 system |
| 235 | 2024-08-29T15:45:25.736Z | openjdk system 11 system |
| 236 | 2024-08-29T15:45:25.736Z | openjdk system 1.8 system |
| 237 | 2024-08-29T15:45:25.736Z | openssl vendor 3 vendor |
| 238 | 2024-08-29T15:45:25.736Z | perl system 5.36 system |
| 239 | 2024-08-29T15:45:25.736Z | postgresql system 15 system |
| 240 | 2024-08-29T15:45:25.736Z | postgresql system 13 system |
| 241 | 2024-08-29T15:45:25.736Z | python vendor 3 vendor |
| 242 | 2024-08-29T15:45:25.736Z | python system 2 system |
| 243 | 2024-08-29T15:45:25.736Z | python3 system 3.11 system |
| 244 | 2024-08-29T15:45:25.736Z | ruby system 3.0 system |
| 245 | 2024-08-29T15:45:25.737Z | words vendor vendor american-english |
| 246 | 2024-08-29T15:45:25.737Z | words system system australian-english |
| 247 | 2024-08-29T15:45:25.737Z | words system system british-english |
| 248 | 2024-08-29T15:45:25.737Z | words system system canadian-english |
| 249 | 2024-08-29T15:45:25.737Z | words system system french |
| 250 | 2024-08-29T15:45:25.737Z | words system system italian |
| 251 | 2024-08-29T15:45:25.737Z | words system system ngerman |
| 252 | 2024-08-29T15:45:25.737Z | words system system ogerman |
| 253 | 2024-08-29T15:45:25.737Z | words system system spanish |
| 254 | 2024-08-29T15:45:26.064Z | PUBLISHER TYPE STATUS P LOCATION |
| 255 | 2024-08-29T15:45:26.064Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 256 | 2024-08-29T15:45:27.833Z | FMRI IFO |
| 257 | 2024-08-29T15:45:27.833Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 258 | 2024-08-29T15:45:27.833Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 259 | 2024-08-29T15:45:27.833Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 260 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 261 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 262 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 263 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 264 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 265 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 266 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 267 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 268 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 269 | 2024-08-29T15:45:27.834Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 270 | 2024-08-29T15:45:28.436Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 271 | 2024-08-29T15:45:28.670Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 272 | 2024-08-29T15:45:28.954Z | Updating crates.io index |
| 273 | 2024-08-29T15:45:29.000Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 274 | 2024-08-29T15:45:29.678Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2024-08-29T15:45:30.461Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 276 | 2024-08-29T15:45:30.724Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 277 | 2024-08-29T15:45:32.205Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2024-08-29T15:45:32.464Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2024-08-29T15:45:32.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 280 | 2024-08-29T15:45:33.829Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 281 | 2024-08-29T15:45:35.723Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 282 | 2024-08-29T15:45:36.807Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 283 | 2024-08-29T15:45:37.524Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 284 | 2024-08-29T15:45:37.762Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 285 | 2024-08-29T15:45:38.314Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 286 | 2024-08-29T15:45:38.579Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 287 | 2024-08-29T15:45:38.921Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 288 | 2024-08-29T15:45:39.248Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 289 | 2024-08-29T15:45:39.506Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 290 | 2024-08-29T15:45:39.749Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 291 | 2024-08-29T15:45:39.991Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 292 | 2024-08-29T15:45:40.281Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 293 | 2024-08-29T15:45:40.556Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 294 | 2024-08-29T15:45:40.858Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 295 | 2024-08-29T15:45:41.284Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 296 | 2024-08-29T15:45:41.711Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 297 | 2024-08-29T15:45:42.027Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 298 | 2024-08-29T15:45:42.550Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 299 | 2024-08-29T15:45:44.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 300 | 2024-08-29T15:45:44.943Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 301 | 2024-08-29T15:45:45.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 302 | 2024-08-29T15:45:45.609Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 303 | 2024-08-29T15:45:46.668Z | Downloading crates ... |
| 304 | 2024-08-29T15:45:46.722Z | Downloaded equivalent v1.0.1 |
| 305 | 2024-08-29T15:45:46.724Z | Downloaded byteorder v1.5.0 |
| 306 | 2024-08-29T15:45:46.727Z | Downloaded autocfg v1.3.0 |
| 307 | 2024-08-29T15:45:46.730Z | Downloaded anstyle-query v1.0.3 |
| 308 | 2024-08-29T15:45:46.730Z | Downloaded pretty-hex v0.4.1 |
| 309 | 2024-08-29T15:45:46.732Z | Downloaded scroll_derive v0.12.0 |
| 310 | 2024-08-29T15:45:46.732Z | Downloaded colorchoice v1.0.1 |
| 311 | 2024-08-29T15:45:46.741Z | Downloaded dof v0.3.0 |
| 312 | 2024-08-29T15:45:46.744Z | Downloaded camino-tempfile v1.1.1 |
| 313 | 2024-08-29T15:45:46.746Z | Downloaded block-buffer v0.10.4 |
| 314 | 2024-08-29T15:45:46.746Z | Downloaded swrite v0.1.0 |
| 315 | 2024-08-29T15:45:46.746Z | Downloaded cargo_metadata v0.18.1 |
| 316 | 2024-08-29T15:45:46.748Z | Downloaded itoa v1.0.11 |
| 317 | 2024-08-29T15:45:46.751Z | Downloaded crypto-common v0.1.6 |
| 318 | 2024-08-29T15:45:46.751Z | Downloaded proc-macro-error-attr v1.0.4 |
| 319 | 2024-08-29T15:45:46.753Z | Downloaded toml_datetime v0.6.8 |
| 320 | 2024-08-29T15:45:46.756Z | Downloaded smawk v0.3.2 |
| 321 | 2024-08-29T15:45:46.758Z | Downloaded usdt v0.5.0 |
| 322 | 2024-08-29T15:45:46.758Z | Downloaded serde_tokenstream v0.2.2 |
| 323 | 2024-08-29T15:45:46.761Z | Downloaded terminal_size v0.3.0 |
| 324 | 2024-08-29T15:45:46.761Z | Downloaded fastrand v2.1.0 |
| 325 | 2024-08-29T15:45:46.763Z | Downloaded utf8parse v0.2.1 |
| 326 | 2024-08-29T15:45:46.763Z | Downloaded thiserror v1.0.63 |
| 327 | 2024-08-29T15:45:46.767Z | Downloaded heck v0.4.1 |
| 328 | 2024-08-29T15:45:46.770Z | Downloaded thread-id v4.2.1 |
| 329 | 2024-08-29T15:45:46.770Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2024-08-29T15:45:46.773Z | Downloaded quote v1.0.36 |
| 331 | 2024-08-29T15:45:46.775Z | Downloaded anstyle v1.0.8 |
| 332 | 2024-08-29T15:45:46.775Z | Downloaded clap_derive v4.5.13 |
| 333 | 2024-08-29T15:45:46.778Z | Downloaded fs-err v2.11.0 |
| 334 | 2024-08-29T15:45:46.780Z | Downloaded once_cell v1.19.0 |
| 335 | 2024-08-29T15:45:46.789Z | Downloaded dtrace-parser v0.2.0 |
| 336 | 2024-08-29T15:45:46.792Z | Downloaded zerocopy-derive v0.7.34 |
| 337 | 2024-08-29T15:45:46.796Z | Downloaded usdt-impl v0.5.0 |
| 338 | 2024-08-29T15:45:46.799Z | Downloaded log v0.4.21 |
| 339 | 2024-08-29T15:45:46.803Z | Downloaded typenum v1.17.0 |
| 340 | 2024-08-29T15:45:46.806Z | Downloaded pest_derive v2.7.10 |
| 341 | 2024-08-29T15:45:46.806Z | Downloaded is_terminal_polyfill v1.70.0 |
| 342 | 2024-08-29T15:45:46.808Z | Downloaded generic-array v0.14.7 |
| 343 | 2024-08-29T15:45:46.808Z | Downloaded errno v0.3.9 |
| 344 | 2024-08-29T15:45:46.811Z | Downloaded usdt-macro v0.5.0 |
| 345 | 2024-08-29T15:45:46.813Z | Downloaded clap v4.5.16 |
| 346 | 2024-08-29T15:45:46.820Z | Downloaded pest_meta v2.7.10 |
| 347 | 2024-08-29T15:45:46.822Z | Downloaded pest_generator v2.7.10 |
| 348 | 2024-08-29T15:45:46.826Z | Downloaded memmap v0.7.0 |
| 349 | 2024-08-29T15:45:46.826Z | Downloaded heck v0.5.0 |
| 350 | 2024-08-29T15:45:46.832Z | Downloaded fnv v1.0.7 |
| 351 | 2024-08-29T15:45:46.832Z | Downloaded digest v0.10.7 |
| 352 | 2024-08-29T15:45:46.832Z | Downloaded cpufeatures v0.2.12 |
| 353 | 2024-08-29T15:45:46.836Z | Downloaded clap_lex v0.7.0 |
| 354 | 2024-08-29T15:45:46.836Z | Downloaded cfg-if v1.0.0 |
| 355 | 2024-08-29T15:45:46.836Z | Downloaded unicode-ident v1.0.12 |
| 356 | 2024-08-29T15:45:46.836Z | Downloaded cargo-platform v0.1.8 |
| 357 | 2024-08-29T15:45:46.836Z | Downloaded usdt-attr-macro v0.5.0 |
| 358 | 2024-08-29T15:45:46.840Z | Downloaded bytecount v0.6.8 |
| 359 | 2024-08-29T15:45:46.840Z | Downloaded serde_spanned v0.6.7 |
| 360 | 2024-08-29T15:45:46.840Z | Downloaded unicode-linebreak v0.1.5 |
| 361 | 2024-08-29T15:45:46.843Z | Downloaded thiserror-impl v1.0.63 |
| 362 | 2024-08-29T15:45:46.843Z | Downloaded plain v0.2.3 |
| 363 | 2024-08-29T15:45:46.843Z | Downloaded anstyle-parse v0.2.4 |
| 364 | 2024-08-29T15:45:46.846Z | Downloaded anstream v0.6.14 |
| 365 | 2024-08-29T15:45:46.848Z | Downloaded version_check v0.9.5 |
| 366 | 2024-08-29T15:45:46.848Z | Downloaded strsim v0.11.1 |
| 367 | 2024-08-29T15:45:46.850Z | Downloaded papergrid v0.11.0 |
| 368 | 2024-08-29T15:45:46.853Z | Downloaded macaddr v1.0.1 |
| 369 | 2024-08-29T15:45:46.855Z | Downloaded serde v1.0.208 |
| 370 | 2024-08-29T15:45:46.858Z | Downloaded ryu v1.0.18 |
| 371 | 2024-08-29T15:45:46.861Z | Downloaded semver v1.0.23 |
| 372 | 2024-08-29T15:45:46.864Z | Downloaded indexmap v2.4.0 |
| 373 | 2024-08-29T15:45:46.868Z | Downloaded tempfile v3.10.1 |
| 374 | 2024-08-29T15:45:46.871Z | Downloaded scroll v0.12.0 |
| 375 | 2024-08-29T15:45:46.871Z | Downloaded sha2 v0.10.8 |
| 376 | 2024-08-29T15:45:46.875Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2024-08-29T15:45:46.878Z | Downloaded bitflags v2.6.0 |
| 378 | 2024-08-29T15:45:46.887Z | Downloaded serde_derive v1.0.208 |
| 379 | 2024-08-29T15:45:46.891Z | Downloaded ucd-trie v0.1.6 |
| 380 | 2024-08-29T15:45:46.891Z | Downloaded toml v0.8.19 |
| 381 | 2024-08-29T15:45:46.891Z | Downloaded textwrap v0.16.1 |
| 382 | 2024-08-29T15:45:46.891Z | Downloaded memchr v2.7.2 |
| 383 | 2024-08-29T15:45:46.894Z | Downloaded anyhow v1.0.86 |
| 384 | 2024-08-29T15:45:46.897Z | Downloaded proc-macro2 v1.0.86 |
| 385 | 2024-08-29T15:45:46.900Z | Downloaded cargo_toml v0.20.4 |
| 386 | 2024-08-29T15:45:46.902Z | Downloaded camino v1.1.9 |
| 387 | 2024-08-29T15:45:46.924Z | Downloaded toml_edit v0.22.20 |
| 388 | 2024-08-29T15:45:46.945Z | Downloaded winnow v0.6.18 |
| 389 | 2024-08-29T15:45:46.953Z | Downloaded serde_json v1.0.125 |
| 390 | 2024-08-29T15:45:46.960Z | Downloaded hashbrown v0.14.5 |
| 391 | 2024-08-29T15:45:46.965Z | Downloaded zerocopy v0.7.34 |
| 392 | 2024-08-29T15:45:46.980Z | Downloaded pest v2.7.10 |
| 393 | 2024-08-29T15:45:46.985Z | Downloaded tabled v0.15.0 |
| 394 | 2024-08-29T15:45:47.001Z | Downloaded clap_builder v4.5.15 |
| 395 | 2024-08-29T15:45:47.006Z | Downloaded syn v2.0.74 |
| 396 | 2024-08-29T15:45:47.016Z | Downloaded syn v1.0.109 |
| 397 | 2024-08-29T15:45:47.026Z | Downloaded goblin v0.8.2 |
| 398 | 2024-08-29T15:45:47.032Z | Downloaded rustix v0.38.34 |
| 399 | 2024-08-29T15:45:47.054Z | Downloaded unicode-width v0.1.13 |
| 400 | 2024-08-29T15:45:47.060Z | Downloaded libc v0.2.158 |
| 401 | 2024-08-29T15:45:47.365Z | Compiling proc-macro2 v1.0.86 |
| 402 | 2024-08-29T15:45:47.365Z | Compiling unicode-ident v1.0.12 |
| 403 | 2024-08-29T15:45:47.368Z | Compiling version_check v0.9.5 |
| 404 | 2024-08-29T15:45:47.368Z | Compiling serde v1.0.208 |
| 405 | 2024-08-29T15:45:47.368Z | Compiling thiserror v1.0.63 |
| 406 | 2024-08-29T15:45:47.368Z | Compiling memchr v2.7.2 |
| 407 | 2024-08-29T15:45:47.368Z | Compiling libc v0.2.158 |
| 408 | 2024-08-29T15:45:47.399Z | Compiling ucd-trie v0.1.6 |
| 409 | 2024-08-29T15:45:47.706Z | Compiling itoa v1.0.11 |
| 410 | 2024-08-29T15:45:47.912Z | Compiling ryu v1.0.18 |
| 411 | 2024-08-29T15:45:48.012Z | Compiling once_cell v1.19.0 |
| 412 | 2024-08-29T15:45:48.202Z | Compiling byteorder v1.5.0 |
| 413 | 2024-08-29T15:45:48.333Z | Compiling serde_json v1.0.125 |
| 414 | 2024-08-29T15:45:48.521Z | Compiling rustix v0.38.34 |
| 415 | 2024-08-29T15:45:49.728Z | Compiling bitflags v2.6.0 |
| 416 | 2024-08-29T15:45:49.730Z | Compiling usdt-impl v0.5.0 |
| 417 | 2024-08-29T15:45:49.773Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2024-08-29T15:45:49.775Z | Compiling syn v1.0.109 |
| 419 | 2024-08-29T15:45:50.031Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2024-08-29T15:45:50.120Z | Compiling hashbrown v0.14.5 |
| 421 | 2024-08-29T15:45:50.123Z | Compiling camino v1.1.9 |
| 422 | 2024-08-29T15:45:50.277Z | Compiling utf8parse v0.2.1 |
| 423 | 2024-08-29T15:45:50.377Z | Compiling plain v0.2.3 |
| 424 | 2024-08-29T15:45:50.447Z | Compiling thread-id v4.2.1 |
| 425 | 2024-08-29T15:45:50.527Z | Compiling log v0.4.21 |
| 426 | 2024-08-29T15:45:50.551Z | Compiling equivalent v1.0.1 |
| 427 | 2024-08-29T15:45:50.574Z | Compiling anstyle-parse v0.2.4 |
| 428 | 2024-08-29T15:45:50.657Z | Compiling quote v1.0.36 |
| 429 | 2024-08-29T15:45:50.904Z | Compiling colorchoice v1.0.1 |
| 430 | 2024-08-29T15:45:50.927Z | Compiling semver v1.0.23 |
| 431 | 2024-08-29T15:45:50.927Z | Compiling winnow v0.6.18 |
| 432 | 2024-08-29T15:45:51.056Z | Compiling syn v2.0.74 |
| 433 | 2024-08-29T15:45:51.108Z | Compiling errno v0.3.9 |
| 434 | 2024-08-29T15:45:51.390Z | Compiling unicode-width v0.1.13 |
| 435 | 2024-08-29T15:45:51.466Z | Compiling indexmap v2.4.0 |
| 436 | 2024-08-29T15:45:51.492Z | Compiling is_terminal_polyfill v1.70.0 |
| 437 | 2024-08-29T15:45:51.618Z | Compiling pretty-hex v0.4.1 |
| 438 | 2024-08-29T15:45:51.641Z | Compiling autocfg v1.3.0 |
| 439 | 2024-08-29T15:45:51.814Z | Compiling anstyle v1.0.8 |
| 440 | 2024-08-29T15:45:52.296Z | Compiling anstyle-query v1.0.3 |
| 441 | 2024-08-29T15:45:52.440Z | Compiling anstream v0.6.14 |
| 442 | 2024-08-29T15:45:52.624Z | Compiling fs-err v2.11.0 |
| 443 | 2024-08-29T15:45:52.962Z | Compiling bytecount v0.6.8 |
| 444 | 2024-08-29T15:45:53.016Z | Compiling anyhow v1.0.86 |
| 445 | 2024-08-29T15:45:53.039Z | Compiling heck v0.4.1 |
| 446 | 2024-08-29T15:45:53.182Z | Compiling fnv v1.0.7 |
| 447 | 2024-08-29T15:45:53.185Z | Compiling fastrand v2.1.0 |
| 448 | 2024-08-29T15:45:53.317Z | Compiling cfg-if v1.0.0 |
| 449 | 2024-08-29T15:45:53.421Z | Compiling heck v0.5.0 |
| 450 | 2024-08-29T15:45:53.532Z | Compiling terminal_size v0.3.0 |
| 451 | 2024-08-29T15:45:53.654Z | Compiling strsim v0.11.1 |
| 452 | 2024-08-29T15:45:53.713Z | Compiling clap_lex v0.7.0 |
| 453 | 2024-08-29T15:45:53.913Z | Compiling tempfile v3.10.1 |
| 454 | 2024-08-29T15:45:53.951Z | Compiling papergrid v0.11.0 |
| 455 | 2024-08-29T15:45:54.216Z | Compiling clap_builder v4.5.15 |
| 456 | 2024-08-29T15:45:54.662Z | Compiling memmap v0.7.0 |
| 457 | 2024-08-29T15:45:54.727Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2024-08-29T15:45:54.752Z | Compiling smawk v0.3.2 |
| 459 | 2024-08-29T15:45:55.013Z | Compiling swrite v0.1.0 |
| 460 | 2024-08-29T15:45:55.139Z | Compiling textwrap v0.16.1 |
| 461 | 2024-08-29T15:45:56.650Z | Compiling tabled_derive v0.7.0 |
| 462 | 2024-08-29T15:45:58.173Z | Compiling tabled v0.15.0 |
| 463 | 2024-08-29T15:45:59.491Z | Compiling serde_derive v1.0.208 |
| 464 | 2024-08-29T15:45:59.493Z | Compiling thiserror-impl v1.0.63 |
| 465 | 2024-08-29T15:45:59.493Z | Compiling zerocopy-derive v0.7.34 |
| 466 | 2024-08-29T15:45:59.538Z | Compiling scroll_derive v0.12.0 |
| 467 | 2024-08-29T15:45:59.949Z | Compiling clap_derive v4.5.13 |
| 468 | 2024-08-29T15:46:00.861Z | Compiling scroll v0.12.0 |
| 469 | 2024-08-29T15:46:01.340Z | Compiling goblin v0.8.2 |
| 470 | 2024-08-29T15:46:01.477Z | Compiling zerocopy v0.7.34 |
| 471 | 2024-08-29T15:46:01.918Z | Compiling pest v2.7.10 |
| 472 | 2024-08-29T15:46:03.904Z | Compiling clap v4.5.16 |
| 473 | 2024-08-29T15:46:04.218Z | Compiling pest_meta v2.7.10 |
| 474 | 2024-08-29T15:46:05.112Z | Compiling pest_generator v2.7.10 |
| 475 | 2024-08-29T15:46:06.894Z | Compiling pest_derive v2.7.10 |
| 476 | 2024-08-29T15:46:07.516Z | Compiling dtrace-parser v0.2.0 |
| 477 | 2024-08-29T15:46:09.945Z | Compiling serde_tokenstream v0.2.2 |
| 478 | 2024-08-29T15:46:10.071Z | Compiling toml_datetime v0.6.8 |
| 479 | 2024-08-29T15:46:10.071Z | Compiling serde_spanned v0.6.7 |
| 480 | 2024-08-29T15:46:10.355Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-08-29T15:46:10.471Z | Compiling toml_edit v0.22.20 |
| 482 | 2024-08-29T15:46:10.579Z | Compiling macaddr v1.0.1 |
| 483 | 2024-08-29T15:46:10.811Z | Compiling camino-tempfile v1.1.1 |
| 484 | 2024-08-29T15:46:11.358Z | Compiling dof v0.3.0 |
| 485 | 2024-08-29T15:46:11.500Z | Compiling cargo_metadata v0.18.1 |
| 486 | 2024-08-29T15:46:13.153Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2024-08-29T15:46:13.153Z | Compiling usdt-macro v0.5.0 |
| 488 | 2024-08-29T15:46:13.210Z | Compiling toml v0.8.19 |
| 489 | 2024-08-29T15:46:14.117Z | Compiling cargo_toml v0.20.4 |
| 490 | 2024-08-29T15:46:14.516Z | Compiling usdt v0.5.0 |
| 491 | 2024-08-29T15:46:17.819Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2024-08-29T15:46:21.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.75s |
| 493 | 2024-08-29T15:46:22.205Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 494 | 2024-08-29T15:46:22.760Z | Downloading crates ... |
| 495 | 2024-08-29T15:46:22.889Z | Downloaded async-stream-impl v0.3.5 |
| 496 | 2024-08-29T15:46:22.892Z | Downloaded atty v0.2.14 |
| 497 | 2024-08-29T15:46:22.895Z | Downloaded aead v0.5.2 |
| 498 | 2024-08-29T15:46:22.898Z | Downloaded adler v1.0.2 |
| 499 | 2024-08-29T15:46:22.914Z | Downloaded crucible-workspace-hack v0.1.0 |
| 500 | 2024-08-29T15:46:22.917Z | Downloaded bitstruct v0.1.1 |
| 501 | 2024-08-29T15:46:22.923Z | Downloaded hmac v0.12.1 |
| 502 | 2024-08-29T15:46:22.926Z | Downloaded hubpack_derive v0.1.1 |
| 503 | 2024-08-29T15:46:22.929Z | Downloaded matches v0.1.10 |
| 504 | 2024-08-29T15:46:22.929Z | Downloaded is-terminal v0.4.12 |
| 505 | 2024-08-29T15:46:22.933Z | Downloaded atomic-waker v1.1.2 |
| 506 | 2024-08-29T15:46:22.933Z | Downloaded arrayref v0.3.7 |
| 507 | 2024-08-29T15:46:22.933Z | Downloaded darling_macro v0.20.9 |
| 508 | 2024-08-29T15:46:22.936Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 509 | 2024-08-29T15:46:22.936Z | Downloaded bb8 v0.8.5 |
| 510 | 2024-08-29T15:46:22.939Z | Downloaded newtype_derive v0.1.6 |
| 511 | 2024-08-29T15:46:22.939Z | Downloaded ident_case v1.0.1 |
| 512 | 2024-08-29T15:46:22.944Z | Downloaded newline-converter v0.3.0 |
| 513 | 2024-08-29T15:46:22.944Z | Downloaded cexpr v0.6.0 |
| 514 | 2024-08-29T15:46:22.948Z | Downloaded cassowary v0.3.0 |
| 515 | 2024-08-29T15:46:22.948Z | Downloaded instant v0.1.12 |
| 516 | 2024-08-29T15:46:22.948Z | Downloaded num-conv v0.1.0 |
| 517 | 2024-08-29T15:46:22.951Z | Downloaded nodrop v0.1.14 |
| 518 | 2024-08-29T15:46:22.951Z | Downloaded atomicwrites v0.4.3 |
| 519 | 2024-08-29T15:46:22.951Z | Downloaded normalize-line-endings v0.3.0 |
| 520 | 2024-08-29T15:46:22.954Z | Downloaded http-range v0.1.5 |
| 521 | 2024-08-29T15:46:22.954Z | Downloaded hyper-tls v0.5.0 |
| 522 | 2024-08-29T15:46:22.957Z | Downloaded ciborium-ll v0.2.2 |
| 523 | 2024-08-29T15:46:22.958Z | Downloaded http-body v0.4.6 |
| 524 | 2024-08-29T15:46:22.960Z | Downloaded bitfield-struct v0.6.1 |
| 525 | 2024-08-29T15:46:22.960Z | Downloaded hostname v0.3.1 |
| 526 | 2024-08-29T15:46:22.965Z | Downloaded crossbeam-deque v0.8.5 |
| 527 | 2024-08-29T15:46:22.968Z | Downloaded block-padding v0.3.3 |
| 528 | 2024-08-29T15:46:22.968Z | Downloaded lazy_static v1.5.0 |
| 529 | 2024-08-29T15:46:22.971Z | Downloaded inout v0.1.3 |
| 530 | 2024-08-29T15:46:22.971Z | Downloaded hostname v0.4.0 |
| 531 | 2024-08-29T15:46:22.974Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 532 | 2024-08-29T15:46:22.974Z | Downloaded managed v0.8.0 |
| 533 | 2024-08-29T15:46:22.977Z | Downloaded linked-hash-map v0.5.6 |
| 534 | 2024-08-29T15:46:22.977Z | Downloaded multimap v0.10.0 |
| 535 | 2024-08-29T15:46:22.980Z | Downloaded mime v0.3.17 |
| 536 | 2024-08-29T15:46:22.980Z | Downloaded colored v2.1.0 |
| 537 | 2024-08-29T15:46:22.983Z | Downloaded cfg_aliases v0.1.1 |
| 538 | 2024-08-29T15:46:22.983Z | Downloaded keccak v0.1.5 |
| 539 | 2024-08-29T15:46:22.986Z | Downloaded md-5 v0.10.6 |
| 540 | 2024-08-29T15:46:22.986Z | Downloaded md5 v0.7.0 |
| 541 | 2024-08-29T15:46:22.989Z | Downloaded ciborium-io v0.2.2 |
| 542 | 2024-08-29T15:46:22.989Z | Downloaded convert_case v0.4.0 |
| 543 | 2024-08-29T15:46:22.992Z | Downloaded bitstruct_derive v0.1.0 |
| 544 | 2024-08-29T15:46:22.992Z | Downloaded lru v0.12.3 |
| 545 | 2024-08-29T15:46:22.992Z | Downloaded libsw v3.3.1 |
| 546 | 2024-08-29T15:46:22.995Z | Downloaded match_cfg v0.1.0 |
| 547 | 2024-08-29T15:46:22.997Z | Downloaded new_debug_unreachable v1.0.6 |
| 548 | 2024-08-29T15:46:22.997Z | Downloaded crunchy v0.2.2 |
| 549 | 2024-08-29T15:46:23.000Z | Downloaded cstr-argument v0.1.2 |
| 550 | 2024-08-29T15:46:23.000Z | Downloaded bzip2 v0.4.4 |
| 551 | 2024-08-29T15:46:23.003Z | Downloaded ascii v1.1.0 |
| 552 | 2024-08-29T15:46:23.006Z | Downloaded num v0.4.3 |
| 553 | 2024-08-29T15:46:23.006Z | Downloaded httparse v1.8.0 |
| 554 | 2024-08-29T15:46:23.009Z | Downloaded hyper-staticfile v0.9.5 |
| 555 | 2024-08-29T15:46:23.011Z | Downloaded crc32fast v1.4.0 |
| 556 | 2024-08-29T15:46:23.014Z | Downloaded cancel-safe-futures v0.1.5 |
| 557 | 2024-08-29T15:46:23.017Z | Downloaded ipnet v2.9.0 |
| 558 | 2024-08-29T15:46:23.020Z | Downloaded lru-cache v0.1.2 |
| 559 | 2024-08-29T15:46:23.020Z | Downloaded lalrpop-util v0.19.12 |
| 560 | 2024-08-29T15:46:23.022Z | Downloaded console v0.15.8 |
| 561 | 2024-08-29T15:46:23.025Z | Downloaded signal-hook-tokio v0.3.1 |
| 562 | 2024-08-29T15:46:23.028Z | Downloaded instability v0.3.2 |
| 563 | 2024-08-29T15:46:23.028Z | Downloaded cookie_store v0.20.0 |
| 564 | 2024-08-29T15:46:23.031Z | Downloaded ascii-canvas v3.0.0 |
| 565 | 2024-08-29T15:46:23.033Z | Downloaded memmap2 v0.9.4 |
| 566 | 2024-08-29T15:46:23.036Z | Downloaded libefi-sys v0.1.0 |
| 567 | 2024-08-29T15:46:23.036Z | Downloaded iana-time-zone v0.1.60 |
| 568 | 2024-08-29T15:46:23.040Z | Downloaded hubpack v0.1.2 |
| 569 | 2024-08-29T15:46:23.043Z | Downloaded cookie v0.17.0 |
| 570 | 2024-08-29T15:46:23.043Z | Downloaded lazycell v1.3.0 |
| 571 | 2024-08-29T15:46:23.045Z | Downloaded resolv-conf v0.7.0 |
| 572 | 2024-08-29T15:46:23.048Z | Downloaded memoffset v0.9.1 |
| 573 | 2024-08-29T15:46:23.048Z | Downloaded maplit v1.0.2 |
| 574 | 2024-08-29T15:46:23.051Z | Downloaded kstat-rs v0.2.4 |
| 575 | 2024-08-29T15:46:23.051Z | Downloaded internet-checksum v0.2.1 |
| 576 | 2024-08-29T15:46:23.054Z | Downloaded constant_time_eq v0.3.0 |
| 577 | 2024-08-29T15:46:23.054Z | Downloaded bitflags v1.3.2 |
| 578 | 2024-08-29T15:46:23.057Z | Downloaded nibble_vec v0.1.0 |
| 579 | 2024-08-29T15:46:23.060Z | Downloaded same-file v1.0.6 |
| 580 | 2024-08-29T15:46:23.063Z | Downloaded cobs v0.2.3 |
| 581 | 2024-08-29T15:46:23.063Z | Downloaded cbc v0.1.2 |
| 582 | 2024-08-29T15:46:23.066Z | Downloaded crc v3.2.1 |
| 583 | 2024-08-29T15:46:23.069Z | Downloaded native-tls v0.2.11 |
| 584 | 2024-08-29T15:46:23.072Z | Downloaded nanorand v0.7.0 |
| 585 | 2024-08-29T15:46:23.072Z | Downloaded crc-catalog v2.4.0 |
| 586 | 2024-08-29T15:46:23.075Z | Downloaded const_format_proc_macros v0.2.32 |
| 587 | 2024-08-29T15:46:23.077Z | Downloaded bitfield v0.14.0 |
| 588 | 2024-08-29T15:46:23.080Z | Downloaded crossbeam-utils v0.8.19 |
| 589 | 2024-08-29T15:46:23.083Z | Downloaded blowfish v0.9.1 |
| 590 | 2024-08-29T15:46:23.086Z | Downloaded waitgroup v0.1.2 |
| 591 | 2024-08-29T15:46:23.086Z | Downloaded float-ord v0.3.2 |
| 592 | 2024-08-29T15:46:23.088Z | Downloaded dropshot_endpoint v0.10.1 |
| 593 | 2024-08-29T15:46:23.089Z | Downloaded downcast v0.11.0 |
| 594 | 2024-08-29T15:46:23.091Z | Downloaded async-trait v0.1.81 |
| 595 | 2024-08-29T15:46:23.094Z | Downloaded serde_urlencoded v0.7.1 |
| 596 | 2024-08-29T15:46:23.097Z | Downloaded signal-hook-registry v1.4.2 |
| 597 | 2024-08-29T15:46:23.097Z | Downloaded async-bb8-diesel v0.2.1 |
| 598 | 2024-08-29T15:46:23.100Z | Downloaded rustls-pemfile v1.0.4 |
| 599 | 2024-08-29T15:46:23.102Z | Downloaded miniz_oxide v0.7.2 |
| 600 | 2024-08-29T15:46:23.105Z | Downloaded try-lock v0.2.5 |
| 601 | 2024-08-29T15:46:23.109Z | Downloaded jobserver v0.1.32 |
| 602 | 2024-08-29T15:46:23.109Z | Downloaded base64 v0.13.1 |
| 603 | 2024-08-29T15:46:23.112Z | Downloaded lock_api v0.4.12 |
| 604 | 2024-08-29T15:46:23.116Z | Downloaded openssl-probe v0.1.5 |
| 605 | 2024-08-29T15:46:23.119Z | Downloaded cipher v0.4.4 |
| 606 | 2024-08-29T15:46:23.119Z | Downloaded chacha20 v0.9.1 |
| 607 | 2024-08-29T15:46:23.121Z | Downloaded bcs v0.1.6 |
| 608 | 2024-08-29T15:46:23.124Z | Downloaded multer v3.1.0 |
| 609 | 2024-08-29T15:46:23.126Z | Downloaded termcolor v1.4.1 |
| 610 | 2024-08-29T15:46:23.129Z | Downloaded openssl-macros v0.1.1 |
| 611 | 2024-08-29T15:46:23.129Z | Downloaded nu-ansi-term v0.50.0 |
| 612 | 2024-08-29T15:46:23.132Z | Downloaded num-complex v0.4.6 |
| 613 | 2024-08-29T15:46:23.134Z | Downloaded signal-hook-mio v0.2.4 |
| 614 | 2024-08-29T15:46:23.134Z | Downloaded scheduled-thread-pool v0.2.7 |
| 615 | 2024-08-29T15:46:23.138Z | Downloaded darling v0.20.9 |
| 616 | 2024-08-29T15:46:23.140Z | Downloaded csv-core v0.1.11 |
| 617 | 2024-08-29T15:46:23.144Z | Downloaded termios v0.3.3 |
| 618 | 2024-08-29T15:46:23.148Z | Downloaded ahash v0.8.11 |
| 619 | 2024-08-29T15:46:23.151Z | Downloaded subtle v2.5.0 |
| 620 | 2024-08-29T15:46:23.151Z | Downloaded defmt-parser v0.3.4 |
| 621 | 2024-08-29T15:46:23.154Z | Downloaded defmt-macros v0.3.9 |
| 622 | 2024-08-29T15:46:23.157Z | Downloaded dyn-clone v1.0.17 |
| 623 | 2024-08-29T15:46:23.157Z | Downloaded chacha20poly1305 v0.10.1 |
| 624 | 2024-08-29T15:46:23.160Z | Downloaded tap v1.0.1 |
| 625 | 2024-08-29T15:46:23.163Z | Downloaded static_assertions v1.1.0 |
| 626 | 2024-08-29T15:46:23.163Z | Downloaded time-core v0.1.2 |
| 627 | 2024-08-29T15:46:23.165Z | Downloaded darling_core v0.20.9 |
| 628 | 2024-08-29T15:46:23.168Z | Downloaded arc-swap v1.7.1 |
| 629 | 2024-08-29T15:46:23.173Z | Downloaded form_urlencoded v1.2.1 |
| 630 | 2024-08-29T15:46:23.175Z | Downloaded unicode-xid v0.2.4 |
| 631 | 2024-08-29T15:46:23.178Z | Downloaded blake2 v0.10.6 |
| 632 | 2024-08-29T15:46:23.182Z | Downloaded stable_deref_trait v1.2.0 |
| 633 | 2024-08-29T15:46:23.182Z | Downloaded mockall_derive v0.13.0 |
| 634 | 2024-08-29T15:46:23.186Z | Downloaded libloading v0.8.3 |
| 635 | 2024-08-29T15:46:23.189Z | Downloaded tower-service v0.3.2 |
| 636 | 2024-08-29T15:46:23.189Z | Downloaded toolchain_find v0.4.0 |
| 637 | 2024-08-29T15:46:23.189Z | Downloaded group v0.13.0 |
| 638 | 2024-08-29T15:46:23.192Z | Downloaded const-oid v0.9.6 |
| 639 | 2024-08-29T15:46:23.194Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 640 | 2024-08-29T15:46:23.194Z | Downloaded num-iter v0.1.45 |
| 641 | 2024-08-29T15:46:23.197Z | Downloaded num-integer v0.1.46 |
| 642 | 2024-08-29T15:46:23.201Z | Downloaded term v0.7.0 |
| 643 | 2024-08-29T15:46:23.203Z | Downloaded crossbeam-epoch v0.9.18 |
| 644 | 2024-08-29T15:46:23.206Z | Downloaded cookie v0.18.1 |
| 645 | 2024-08-29T15:46:23.208Z | Downloaded allocator-api2 v0.2.18 |
| 646 | 2024-08-29T15:46:23.211Z | Downloaded tokio-rustls v0.24.1 |
| 647 | 2024-08-29T15:46:23.214Z | Downloaded enum-as-inner v0.5.1 |
| 648 | 2024-08-29T15:46:23.217Z | Downloaded endian-type v0.1.2 |
| 649 | 2024-08-29T15:46:23.219Z | Downloaded foreign-types-shared v0.1.1 |
| 650 | 2024-08-29T15:46:23.219Z | Downloaded polyval v0.6.2 |
| 651 | 2024-08-29T15:46:23.222Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 652 | 2024-08-29T15:46:23.222Z | Downloaded rustc_version v0.4.0 |
| 653 | 2024-08-29T15:46:23.225Z | Downloaded der_derive v0.7.2 |
| 654 | 2024-08-29T15:46:23.227Z | Downloaded crypto-bigint v0.5.5 |
| 655 | 2024-08-29T15:46:23.232Z | Downloaded primeorder v0.13.6 |
| 656 | 2024-08-29T15:46:23.235Z | Downloaded slog-stdlog v4.1.1 |
| 657 | 2024-08-29T15:46:23.238Z | Downloaded slog-scope v4.4.0 |
| 658 | 2024-08-29T15:46:23.238Z | Downloaded slog-json v2.6.1 |
| 659 | 2024-08-29T15:46:23.241Z | Downloaded smallvec v0.6.14 |
| 660 | 2024-08-29T15:46:23.244Z | Downloaded thread_local v1.1.8 |
| 661 | 2024-08-29T15:46:23.244Z | Downloaded ghash v0.5.1 |
| 662 | 2024-08-29T15:46:23.247Z | Downloaded bytes v1.7.1 |
| 663 | 2024-08-29T15:46:23.251Z | Downloaded serde_plain v1.0.2 |
| 664 | 2024-08-29T15:46:23.254Z | Downloaded parse-size v1.0.0 |
| 665 | 2024-08-29T15:46:23.254Z | Downloaded topological-sort v0.2.2 |
| 666 | 2024-08-29T15:46:23.257Z | Downloaded signal-hook v0.3.17 |
| 667 | 2024-08-29T15:46:23.260Z | Downloaded number_prefix v0.4.0 |
| 668 | 2024-08-29T15:46:23.260Z | Downloaded num-rational v0.4.2 |
| 669 | 2024-08-29T15:46:23.262Z | Downloaded indexmap v1.9.3 |
| 670 | 2024-08-29T15:46:23.274Z | Downloaded thiserror-no-std v2.0.2 |
| 671 | 2024-08-29T15:46:23.279Z | Downloaded sigpipe v0.1.3 |
| 672 | 2024-08-29T15:46:23.282Z | Downloaded zeroize v1.7.0 |
| 673 | 2024-08-29T15:46:23.285Z | Downloaded tar v0.4.41 |
| 674 | 2024-08-29T15:46:23.287Z | Downloaded password-hash v0.4.2 |
| 675 | 2024-08-29T15:46:23.290Z | Downloaded http v0.2.12 |
| 676 | 2024-08-29T15:46:23.292Z | Downloaded phf_shared v0.11.2 |
| 677 | 2024-08-29T15:46:23.295Z | Downloaded ena v0.14.3 |
| 678 | 2024-08-29T15:46:23.295Z | Downloaded embedded-io v0.4.0 |
| 679 | 2024-08-29T15:46:23.298Z | Downloaded funty v2.0.0 |
| 680 | 2024-08-29T15:46:23.300Z | Downloaded poly1305 v0.8.0 |
| 681 | 2024-08-29T15:46:23.303Z | Downloaded fragile v2.0.0 |
| 682 | 2024-08-29T15:46:23.306Z | Downloaded schemars v0.8.21 |
| 683 | 2024-08-29T15:46:23.317Z | Downloaded display-error-chain v0.2.1 |
| 684 | 2024-08-29T15:46:23.319Z | Downloaded opaque-debug v0.3.1 |
| 685 | 2024-08-29T15:46:23.322Z | Downloaded time-macros v0.2.18 |
| 686 | 2024-08-29T15:46:23.325Z | Downloaded foreign-types-macros v0.2.3 |
| 687 | 2024-08-29T15:46:23.325Z | Downloaded quick-error v1.2.3 |
| 688 | 2024-08-29T15:46:23.327Z | Downloaded snafu v0.8.2 |
| 689 | 2024-08-29T15:46:23.333Z | Downloaded predicates-tree v1.0.9 |
| 690 | 2024-08-29T15:46:23.335Z | Downloaded rand_chacha v0.3.1 |
| 691 | 2024-08-29T15:46:23.335Z | Downloaded pkg-config v0.3.30 |
| 692 | 2024-08-29T15:46:23.339Z | Downloaded parse-display-derive v0.10.0 |
| 693 | 2024-08-29T15:46:23.342Z | Downloaded shell-words v1.1.0 |
| 694 | 2024-08-29T15:46:23.342Z | Downloaded derive_builder_core v0.20.0 |
| 695 | 2024-08-29T15:46:23.344Z | Downloaded semver v0.1.20 |
| 696 | 2024-08-29T15:46:23.344Z | Downloaded portpicker v0.1.1 |
| 697 | 2024-08-29T15:46:23.347Z | Downloaded rustfmt-wrapper v0.2.1 |
| 698 | 2024-08-29T15:46:23.347Z | Downloaded parse-display v0.10.0 |
| 699 | 2024-08-29T15:46:23.350Z | Downloaded shlex v1.3.0 |
| 700 | 2024-08-29T15:46:23.350Z | Downloaded packed_struct_codegen v0.10.1 |
| 701 | 2024-08-29T15:46:23.353Z | Downloaded serde-big-array v0.5.1 |
| 702 | 2024-08-29T15:46:23.355Z | Downloaded signature v2.2.0 |
| 703 | 2024-08-29T15:46:23.355Z | Downloaded tokio-native-tls v0.3.1 |
| 704 | 2024-08-29T15:46:23.358Z | Downloaded tiny-keccak v2.0.2 |
| 705 | 2024-08-29T15:46:23.361Z | Downloaded http v1.1.0 |
| 706 | 2024-08-29T15:46:23.365Z | Downloaded utf-8 v0.7.6 |
| 707 | 2024-08-29T15:46:23.368Z | Downloaded tokio-macros v2.4.0 |
| 708 | 2024-08-29T15:46:23.370Z | Downloaded structmeta v0.3.0 |
| 709 | 2024-08-29T15:46:23.370Z | Downloaded crossbeam-channel v0.5.12 |
| 710 | 2024-08-29T15:46:23.375Z | Downloaded cc v1.0.97 |
| 711 | 2024-08-29T15:46:23.379Z | Downloaded structmeta v0.2.0 |
| 712 | 2024-08-29T15:46:23.382Z | Downloaded password-hash v0.5.0 |
| 713 | 2024-08-29T15:46:23.385Z | Downloaded fatfs v0.3.6 |
| 714 | 2024-08-29T15:46:23.388Z | Downloaded zone v0.1.8 |
| 715 | 2024-08-29T15:46:23.388Z | Downloaded compact_str v0.8.0 |
| 716 | 2024-08-29T15:46:23.391Z | Downloaded strip-ansi-escapes v0.2.0 |
| 717 | 2024-08-29T15:46:23.394Z | Downloaded structmeta-derive v0.2.0 |
| 718 | 2024-08-29T15:46:23.396Z | Downloaded futures-task v0.3.30 |
| 719 | 2024-08-29T15:46:23.397Z | Downloaded rtoolbox v0.0.2 |
| 720 | 2024-08-29T15:46:23.403Z | Downloaded fxhash v0.2.1 |
| 721 | 2024-08-29T15:46:23.403Z | Downloaded futures-macro v0.3.30 |
| 722 | 2024-08-29T15:46:23.406Z | Downloaded hash32 v0.3.1 |
| 723 | 2024-08-29T15:46:23.407Z | Downloaded fallible-iterator v0.3.0 |
| 724 | 2024-08-29T15:46:23.407Z | Downloaded subprocess v0.2.9 |
| 725 | 2024-08-29T15:46:23.407Z | Downloaded fallible-iterator v0.2.0 |
| 726 | 2024-08-29T15:46:23.409Z | Downloaded hash32 v0.2.1 |
| 727 | 2024-08-29T15:46:23.411Z | Downloaded mio v0.8.11 |
| 728 | 2024-08-29T15:46:23.417Z | Downloaded minimal-lexical v0.2.1 |
| 729 | 2024-08-29T15:46:23.422Z | Downloaded prettyplease v0.2.20 |
| 730 | 2024-08-29T15:46:23.426Z | Downloaded psl-types v2.0.11 |
| 731 | 2024-08-29T15:46:23.428Z | Downloaded stringprep v0.1.4 |
| 732 | 2024-08-29T15:46:23.431Z | Downloaded oso v0.27.3 |
| 733 | 2024-08-29T15:46:23.434Z | Downloaded pin-utils v0.1.0 |
| 734 | 2024-08-29T15:46:23.437Z | Downloaded sync_wrapper v0.1.2 |
| 735 | 2024-08-29T15:46:23.437Z | Downloaded tokio-rustls v0.25.0 |
| 736 | 2024-08-29T15:46:23.440Z | Downloaded strum v0.26.3 |
| 737 | 2024-08-29T15:46:23.440Z | Downloaded getrandom v0.2.14 |
| 738 | 2024-08-29T15:46:23.443Z | Downloaded url v2.5.2 |
| 739 | 2024-08-29T15:46:23.447Z | Downloaded foreign-types v0.3.2 |
| 740 | 2024-08-29T15:46:23.449Z | Downloaded ssh-encoding v0.2.0 |
| 741 | 2024-08-29T15:46:23.452Z | Downloaded derive_builder v0.20.0 |
| 742 | 2024-08-29T15:46:23.455Z | Downloaded walkdir v2.5.0 |
| 743 | 2024-08-29T15:46:23.458Z | Downloaded unicode-truncate v1.0.0 |
| 744 | 2024-08-29T15:46:23.461Z | Downloaded aes v0.8.4 |
| 745 | 2024-08-29T15:46:23.464Z | Downloaded unicase v2.7.0 |
| 746 | 2024-08-29T15:46:23.469Z | Downloaded gethostname v0.5.0 |
| 747 | 2024-08-29T15:46:23.471Z | Downloaded structmeta-derive v0.3.0 |
| 748 | 2024-08-29T15:46:23.472Z | Downloaded unsafe-libyaml v0.2.11 |
| 749 | 2024-08-29T15:46:23.475Z | Downloaded pin-project v1.1.5 |
| 750 | 2024-08-29T15:46:23.487Z | Downloaded oso-derive v0.27.3 |
| 751 | 2024-08-29T15:46:23.491Z | Downloaded parking_lot_core v0.8.6 |
| 752 | 2024-08-29T15:46:23.491Z | Downloaded postgres-protocol v0.6.7 |
| 753 | 2024-08-29T15:46:23.494Z | Downloaded openssl-sys v0.9.103 |
| 754 | 2024-08-29T15:46:23.498Z | Downloaded hex-literal v0.4.1 |
| 755 | 2024-08-29T15:46:23.500Z | Downloaded olpc-cjson v0.1.3 |
| 756 | 2024-08-29T15:46:23.503Z | Downloaded num_enum_derive v0.5.11 |
| 757 | 2024-08-29T15:46:23.503Z | Downloaded num_enum v0.5.11 |
| 758 | 2024-08-29T15:46:23.507Z | Downloaded pkcs1 v0.7.5 |
| 759 | 2024-08-29T15:46:23.510Z | Downloaded spin v0.5.2 |
| 760 | 2024-08-29T15:46:23.513Z | Downloaded vergen v8.3.2 |
| 761 | 2024-08-29T15:46:23.515Z | Downloaded rustversion v1.0.17 |
| 762 | 2024-08-29T15:46:23.518Z | Downloaded derive_builder_macro v0.20.0 |
| 763 | 2024-08-29T15:46:23.521Z | Downloaded path-slash v0.1.5 |
| 764 | 2024-08-29T15:46:23.521Z | Downloaded num-bigint-dig v0.8.4 |
| 765 | 2024-08-29T15:46:23.527Z | Downloaded take_mut v0.2.2 |
| 766 | 2024-08-29T15:46:23.529Z | Downloaded which v4.4.2 |
| 767 | 2024-08-29T15:46:23.532Z | Downloaded either v1.13.0 |
| 768 | 2024-08-29T15:46:23.533Z | Downloaded tracing-attributes v0.1.27 |
| 769 | 2024-08-29T15:46:23.535Z | Downloaded ed25519 v2.2.3 |
| 770 | 2024-08-29T15:46:23.538Z | Downloaded heck v0.3.3 |
| 771 | 2024-08-29T15:46:23.541Z | Downloaded der v0.7.9 |
| 772 | 2024-08-29T15:46:23.545Z | Downloaded russh v0.45.0 |
| 773 | 2024-08-29T15:46:23.552Z | Downloaded powerfmt v0.2.0 |
| 774 | 2024-08-29T15:46:23.555Z | Downloaded siphasher v0.3.11 |
| 775 | 2024-08-29T15:46:23.555Z | Downloaded sha1 v0.10.6 |
| 776 | 2024-08-29T15:46:23.558Z | Downloaded twox-hash v1.6.3 |
| 777 | 2024-08-29T15:46:23.561Z | Downloaded crossterm v0.27.0 |
| 778 | 2024-08-29T15:46:23.567Z | Downloaded num-bigint v0.4.5 |
| 779 | 2024-08-29T15:46:23.571Z | Downloaded ref-cast-impl v1.0.23 |
| 780 | 2024-08-29T15:46:23.574Z | Downloaded dhcproto-macros v0.1.0 |
| 781 | 2024-08-29T15:46:23.574Z | Downloaded tinyvec_macros v0.1.1 |
| 782 | 2024-08-29T15:46:23.577Z | Downloaded pkcs5 v0.7.1 |
| 783 | 2024-08-29T15:46:23.581Z | Downloaded secrecy v0.8.0 |
| 784 | 2024-08-29T15:46:23.584Z | Downloaded heapless v0.8.0 |
| 785 | 2024-08-29T15:46:23.586Z | Downloaded postgres-types v0.2.7 |
| 786 | 2024-08-29T15:46:23.589Z | Downloaded uuid v1.10.0 |
| 787 | 2024-08-29T15:46:23.592Z | Downloaded termtree v0.4.1 |
| 788 | 2024-08-29T15:46:23.595Z | Downloaded parking_lot v0.12.2 |
| 789 | 2024-08-29T15:46:23.598Z | Downloaded futures-executor v0.3.30 |
| 790 | 2024-08-29T15:46:23.600Z | Downloaded nom v7.1.3 |
| 791 | 2024-08-29T15:46:23.605Z | Downloaded strum_macros v0.26.4 |
| 792 | 2024-08-29T15:46:23.608Z | Downloaded dhcproto v0.12.0 |
| 793 | 2024-08-29T15:46:23.611Z | Downloaded diesel_derives v2.2.2 |
| 794 | 2024-08-29T15:46:23.617Z | Downloaded p256 v0.13.2 |
| 795 | 2024-08-29T15:46:23.620Z | Downloaded sqlparser_derive v0.2.2 |
| 796 | 2024-08-29T15:46:23.622Z | Downloaded sec1 v0.7.3 |
| 797 | 2024-08-29T15:46:23.626Z | Downloaded peg-runtime v0.8.3 |
| 798 | 2024-08-29T15:46:23.626Z | Downloaded rand v0.8.5 |
| 799 | 2024-08-29T15:46:23.629Z | Downloaded radium v0.7.0 |
| 800 | 2024-08-29T15:46:23.631Z | Downloaded itertools v0.13.0 |
| 801 | 2024-08-29T15:46:23.639Z | Downloaded predicates v3.1.2 |
| 802 | 2024-08-29T15:46:23.641Z | Downloaded debug-ignore v1.0.5 |
| 803 | 2024-08-29T15:46:23.644Z | Downloaded rpassword v7.3.1 |
| 804 | 2024-08-29T15:46:23.647Z | Downloaded postcard v1.0.8 |
| 805 | 2024-08-29T15:46:23.650Z | Downloaded unicode-bidi v0.3.15 |
| 806 | 2024-08-29T15:46:23.653Z | Downloaded scopeguard v1.2.0 |
| 807 | 2024-08-29T15:46:23.653Z | Downloaded futures-core v0.3.30 |
| 808 | 2024-08-29T15:46:23.656Z | Downloaded phf_shared v0.10.0 |
| 809 | 2024-08-29T15:46:23.656Z | Downloaded slog v2.7.0 |
| 810 | 2024-08-29T15:46:23.659Z | Downloaded slog-dtrace v0.3.0 |
| 811 | 2024-08-29T15:46:23.661Z | Downloaded xattr v1.3.1 |
| 812 | 2024-08-29T15:46:23.662Z | Downloaded deranged v0.3.11 |
| 813 | 2024-08-29T15:46:23.664Z | Downloaded sct v0.7.1 |
| 814 | 2024-08-29T15:46:23.667Z | Downloaded pretty-hex v0.2.1 |
| 815 | 2024-08-29T15:46:23.670Z | Downloaded parking_lot v0.11.2 |
| 816 | 2024-08-29T15:46:23.672Z | Downloaded serde_yaml v0.9.34+deprecated |
| 817 | 2024-08-29T15:46:23.675Z | Downloaded tough v0.17.1 |
| 818 | 2024-08-29T15:46:23.685Z | Downloaded strum_macros v0.25.3 |
| 819 | 2024-08-29T15:46:23.687Z | Downloaded pem v3.0.4 |
| 820 | 2024-08-29T15:46:23.690Z | Downloaded fixedbitset v0.4.2 |
| 821 | 2024-08-29T15:46:23.692Z | Downloaded r2d2 v0.8.10 |
| 822 | 2024-08-29T15:46:23.692Z | Downloaded smf v0.2.3 |
| 823 | 2024-08-29T15:46:23.695Z | Downloaded zone_cfg_derive v0.1.2 |
| 824 | 2024-08-29T15:46:23.695Z | Downloaded hex v0.4.3 |
| 825 | 2024-08-29T15:46:23.698Z | Downloaded num-derive v0.4.2 |
| 826 | 2024-08-29T15:46:23.701Z | Downloaded data-encoding v2.6.0 |
| 827 | 2024-08-29T15:46:23.701Z | Downloaded erased-serde v0.3.31 |
| 828 | 2024-08-29T15:46:23.703Z | Downloaded env_logger v0.9.3 |
| 829 | 2024-08-29T15:46:23.706Z | Downloaded hickory-resolver v0.24.1 |
| 830 | 2024-08-29T15:46:23.710Z | Downloaded hkdf v0.12.4 |
| 831 | 2024-08-29T15:46:23.712Z | Downloaded zip v0.6.6 |
| 832 | 2024-08-29T15:46:23.717Z | Downloaded strum_macros v0.24.3 |
| 833 | 2024-08-29T15:46:23.720Z | Downloaded wyz v0.5.1 |
| 834 | 2024-08-29T15:46:23.724Z | Downloaded filetime v0.2.24 |
| 835 | 2024-08-29T15:46:23.726Z | Downloaded precomputed-hash v0.1.1 |
| 836 | 2024-08-29T15:46:23.726Z | Downloaded similar v2.6.0 |
| 837 | 2024-08-29T15:46:23.729Z | Downloaded rfc6979 v0.4.0 |
| 838 | 2024-08-29T15:46:23.732Z | Downloaded pin-project-internal v1.1.5 |
| 839 | 2024-08-29T15:46:23.734Z | Downloaded hashlink v0.9.1 |
| 840 | 2024-08-29T15:46:23.735Z | Downloaded ron v0.7.1 |
| 841 | 2024-08-29T15:46:23.741Z | Downloaded tokio-tungstenite v0.21.0 |
| 842 | 2024-08-29T15:46:23.744Z | Downloaded salsa20 v0.10.2 |
| 843 | 2024-08-29T15:46:23.746Z | Downloaded dirs-next v2.0.0 |
| 844 | 2024-08-29T15:46:23.746Z | Downloaded flagset v0.4.5 |
| 845 | 2024-08-29T15:46:23.749Z | Downloaded dirs-sys-next v0.1.2 |
| 846 | 2024-08-29T15:46:23.749Z | Downloaded unicode-normalization v0.1.23 |
| 847 | 2024-08-29T15:46:23.752Z | Downloaded tls_codec_derive v0.4.1 |
| 848 | 2024-08-29T15:46:23.755Z | Downloaded hickory-client v0.24.1 |
| 849 | 2024-08-29T15:46:23.758Z | Downloaded unicode_categories v0.1.1 |
| 850 | 2024-08-29T15:46:23.760Z | Downloaded ppv-lite86 v0.2.17 |
| 851 | 2024-08-29T15:46:23.763Z | Downloaded hashbrown v0.13.2 |
| 852 | 2024-08-29T15:46:23.767Z | Downloaded expectorate v1.1.0 |
| 853 | 2024-08-29T15:46:23.769Z | Downloaded percent-encoding v2.3.1 |
| 854 | 2024-08-29T15:46:23.772Z | Downloaded tls_codec v0.4.1 |
| 855 | 2024-08-29T15:46:23.775Z | Downloaded env_logger v0.10.2 |
| 856 | 2024-08-29T15:46:23.777Z | Downloaded elliptic-curve v0.13.8 |
| 857 | 2024-08-29T15:46:23.780Z | Downloaded time v0.3.36 |
| 858 | 2024-08-29T15:46:23.788Z | Downloaded fd-lock v4.0.2 |
| 859 | 2024-08-29T15:46:23.792Z | Downloaded predicates-core v1.0.6 |
| 860 | 2024-08-29T15:46:23.796Z | Downloaded pbkdf2 v0.11.0 |
| 861 | 2024-08-29T15:46:23.796Z | Downloaded sqlformat v0.2.4 |
| 862 | 2024-08-29T15:46:23.799Z | Downloaded peg-macros v0.8.4 |
| 863 | 2024-08-29T15:46:23.799Z | Downloaded packed_struct v0.10.1 |
| 864 | 2024-08-29T15:46:23.802Z | Downloaded globset v0.4.14 |
| 865 | 2024-08-29T15:46:23.804Z | Downloaded slog-bunyan v2.5.0 |
| 866 | 2024-08-29T15:46:23.804Z | Downloaded slog-async v2.8.0 |
| 867 | 2024-08-29T15:46:23.807Z | Downloaded test-strategy v0.3.1 |
| 868 | 2024-08-29T15:46:23.809Z | Downloaded derive_more v0.99.18 |
| 869 | 2024-08-29T15:46:23.814Z | Downloaded tungstenite v0.21.0 |
| 870 | 2024-08-29T15:46:23.819Z | Downloaded ff v0.13.0 |
| 871 | 2024-08-29T15:46:23.823Z | Downloaded foreign-types v0.5.0 |
| 872 | 2024-08-29T15:46:23.823Z | Downloaded tokio-tungstenite v0.20.1 |
| 873 | 2024-08-29T15:46:23.826Z | Downloaded pin-project-lite v0.2.14 |
| 874 | 2024-08-29T15:46:23.829Z | Downloaded unicode-segmentation v1.11.0 |
| 875 | 2024-08-29T15:46:23.832Z | Downloaded difflib v0.4.0 |
| 876 | 2024-08-29T15:46:23.835Z | Downloaded phf v0.11.2 |
| 877 | 2024-08-29T15:46:23.838Z | Downloaded spki v0.7.3 |
| 878 | 2024-08-29T15:46:23.838Z | Downloaded enum-as-inner v0.6.0 |
| 879 | 2024-08-29T15:46:23.840Z | Downloaded yasna v0.5.2 |
| 880 | 2024-08-29T15:46:23.844Z | Downloaded headers v0.3.9 |
| 881 | 2024-08-29T15:46:23.847Z | Downloaded hyper v0.14.30 |
| 882 | 2024-08-29T15:46:23.856Z | Downloaded ecdsa v0.16.9 |
| 883 | 2024-08-29T15:46:23.858Z | Downloaded num-traits v0.2.19 |
| 884 | 2024-08-29T15:46:23.861Z | Downloaded publicsuffix v2.2.3 |
| 885 | 2024-08-29T15:46:23.865Z | Downloaded hashbrown v0.12.3 |
| 886 | 2024-08-29T15:46:23.869Z | Downloaded socket2 v0.4.10 |
| 887 | 2024-08-29T15:46:23.871Z | Downloaded serde_with v3.9.0 |
| 888 | 2024-08-29T15:46:23.880Z | Downloaded blake3 v1.5.1 |
| 889 | 2024-08-29T15:46:23.888Z | Downloaded half v2.4.1 |
| 890 | 2024-08-29T15:46:23.891Z | Downloaded tinyvec v1.6.0 |
| 891 | 2024-08-29T15:46:23.895Z | Downloaded typed-path v0.7.1 |
| 892 | 2024-08-29T15:46:23.902Z | Downloaded rustls-webpki v0.102.4 |
| 893 | 2024-08-29T15:46:23.922Z | Downloaded flume v0.11.0 |
| 894 | 2024-08-29T15:46:23.925Z | Downloaded diff v0.1.13 |
| 895 | 2024-08-29T15:46:23.928Z | Downloaded futures v0.3.30 |
| 896 | 2024-08-29T15:46:23.933Z | Downloaded lalrpop v0.19.12 |
| 897 | 2024-08-29T15:46:23.945Z | Downloaded socket2 v0.5.7 |
| 898 | 2024-08-29T15:46:23.948Z | Downloaded rsa v0.9.6 |
| 899 | 2024-08-29T15:46:23.952Z | Downloaded tracing-core v0.1.32 |
| 900 | 2024-08-29T15:46:23.955Z | Downloaded x509-cert v0.2.5 |
| 901 | 2024-08-29T15:46:23.961Z | Downloaded tokio-util v0.7.11 |
| 902 | 2024-08-29T15:46:23.969Z | Downloaded ssh-key v0.6.6 |
| 903 | 2024-08-29T15:46:23.976Z | Downloaded bindgen v0.69.4 |
| 904 | 2024-08-29T15:46:23.984Z | Downloaded chrono v0.4.38 |
| 905 | 2024-08-29T15:46:23.992Z | Downloaded reqwest v0.11.27 |
| 906 | 2024-08-29T15:46:23.999Z | Downloaded toml_edit v0.19.15 |
| 907 | 2024-08-29T15:46:24.017Z | Downloaded toml v0.7.8 |
| 908 | 2024-08-29T15:46:24.021Z | Downloaded sqlparser v0.45.0 |
| 909 | 2024-08-29T15:46:24.026Z | Downloaded idna v0.5.0 |
| 910 | 2024-08-29T15:46:24.033Z | Downloaded portable-atomic v1.6.0 |
| 911 | 2024-08-29T15:46:24.041Z | Downloaded nix v0.27.1 |
| 912 | 2024-08-29T15:46:24.051Z | Downloaded idna v0.2.3 |
| 913 | 2024-08-29T15:46:24.059Z | Downloaded rayon v1.10.0 |
| 914 | 2024-08-29T15:46:24.068Z | Downloaded rustls-webpki v0.101.7 |
| 915 | 2024-08-29T15:46:24.083Z | Downloaded reedline v0.33.0 |
| 916 | 2024-08-29T15:46:24.091Z | Downloaded p521 v0.13.3 |
| 917 | 2024-08-29T15:46:24.095Z | Downloaded rusqlite v0.31.0 |
| 918 | 2024-08-29T15:46:24.102Z | Downloaded futures-util v0.3.30 |
| 919 | 2024-08-29T15:46:24.116Z | Downloaded dropshot v0.10.1 |
| 920 | 2024-08-29T15:46:24.126Z | Downloaded idna v0.3.0 |
| 921 | 2024-08-29T15:46:24.132Z | Downloaded winnow v0.5.40 |
| 922 | 2024-08-29T15:46:24.141Z | Downloaded object v0.30.4 |
| 923 | 2024-08-29T15:46:24.152Z | Downloaded nix v0.28.0 |
| 924 | 2024-08-29T15:46:24.164Z | Downloaded regex v1.10.6 |
| 925 | 2024-08-29T15:46:24.178Z | Downloaded polar-core v0.27.3 |
| 926 | 2024-08-29T15:46:24.186Z | Downloaded quick-xml v0.31.0 |
| 927 | 2024-08-29T15:46:24.193Z | Downloaded webpki-roots v0.25.4 |
| 928 | 2024-08-29T15:46:24.197Z | Downloaded rustls v0.21.12 |
| 929 | 2024-08-29T15:46:24.209Z | Downloaded proptest v1.5.0 |
| 930 | 2024-08-29T15:46:24.219Z | Downloaded smoltcp v0.9.1 |
| 931 | 2024-08-29T15:46:24.230Z | Downloaded regex-syntax v0.6.29 |
| 932 | 2024-08-29T15:46:24.238Z | Downloaded bstr v1.9.1 |
| 933 | 2024-08-29T15:46:24.249Z | Downloaded git2 v0.19.0 |
| 934 | 2024-08-29T15:46:24.259Z | Downloaded radix_trie v0.2.1 |
| 935 | 2024-08-29T15:46:24.265Z | Downloaded openssl v0.10.66 |
| 936 | 2024-08-29T15:46:24.275Z | Downloaded diesel v2.2.3 |
| 937 | 2024-08-29T15:46:24.296Z | Downloaded openapiv3 v2.0.0 |
| 938 | 2024-08-29T15:46:24.309Z | Downloaded regex-syntax v0.8.4 |
| 939 | 2024-08-29T15:46:24.317Z | Downloaded rustls v0.22.4 |
| 940 | 2024-08-29T15:46:24.331Z | Downloaded trust-dns-proto v0.22.0 |
| 941 | 2024-08-29T15:46:24.343Z | Downloaded ratatui v0.28.0 |
| 942 | 2024-08-29T15:46:24.364Z | Downloaded regress v0.9.1 |
| 943 | 2024-08-29T15:46:24.372Z | Downloaded hickory-proto v0.24.1 |
| 944 | 2024-08-29T15:46:24.388Z | Downloaded sled v0.34.7 |
| 945 | 2024-08-29T15:46:24.398Z | Downloaded object v0.32.2 |
| 946 | 2024-08-29T15:46:24.409Z | Downloaded smoltcp v0.11.0 |
| 947 | 2024-08-29T15:46:24.422Z | Downloaded p384 v0.13.0 |
| 948 | 2024-08-29T15:46:24.428Z | Downloaded regex-automata v0.4.6 |
| 949 | 2024-08-29T15:46:24.446Z | Downloaded gimli v0.28.1 |
| 950 | 2024-08-29T15:46:24.455Z | Downloaded curve25519-dalek v4.1.3 |
| 951 | 2024-08-29T15:46:24.467Z | Downloaded zerocopy-derive v0.6.6 |
| 952 | 2024-08-29T15:46:24.474Z | Downloaded petgraph v0.6.5 |
| 953 | 2024-08-29T15:46:24.495Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 954 | 2024-08-29T15:46:24.506Z | Downloaded idna v0.4.0 |
| 955 | 2024-08-29T15:46:24.514Z | Downloaded vcpkg v0.2.15 |
| 956 | 2024-08-29T15:46:24.553Z | Downloaded bitvec v1.0.1 |
| 957 | 2024-08-29T15:46:24.568Z | Downloaded zerocopy v0.6.6 |
| 958 | 2024-08-29T15:46:24.571Z | Downloaded flate2 v1.0.31 |
| 959 | 2024-08-29T15:46:24.576Z | Downloaded samael v0.0.15 |
| 960 | 2024-08-29T15:46:24.581Z | Downloaded finl_unicode v1.2.0 |
| 961 | 2024-08-29T15:46:24.596Z | Downloaded h2 v0.3.26 |
| 962 | 2024-08-29T15:46:24.603Z | Downloaded tokio v1.39.3 |
| 963 | 2024-08-29T15:46:24.642Z | Downloaded csv v1.3.0 |
| 964 | 2024-08-29T15:46:24.663Z | Downloaded sha3 v0.10.8 |
| 965 | 2024-08-29T15:46:24.669Z | Downloaded tungstenite v0.23.0 |
| 966 | 2024-08-29T15:46:24.671Z | Downloaded rustyline v14.0.0 |
| 967 | 2024-08-29T15:46:24.676Z | Downloaded whoami v1.5.1 |
| 968 | 2024-08-29T15:46:24.679Z | Downloaded futures-channel v0.3.30 |
| 969 | 2024-08-29T15:46:24.683Z | Downloaded des v0.8.1 |
| 970 | 2024-08-29T15:46:24.683Z | Downloaded ed25519-dalek v2.1.1 |
| 971 | 2024-08-29T15:46:24.685Z | Downloaded parking_lot_core v0.9.10 |
| 972 | 2024-08-29T15:46:24.688Z | Downloaded scrypt v0.11.0 |
| 973 | 2024-08-29T15:46:24.691Z | Downloaded futures-io v0.3.30 |
| 974 | 2024-08-29T15:46:24.691Z | Downloaded tracing v0.1.40 |
| 975 | 2024-08-29T15:46:24.694Z | Downloaded rcgen v0.12.1 |
| 976 | 2024-08-29T15:46:24.696Z | Downloaded rayon-core v1.12.1 |
| 977 | 2024-08-29T15:46:24.700Z | Downloaded libxml v0.3.3 |
| 978 | 2024-08-29T15:46:24.706Z | Downloaded glob v0.3.1 |
| 979 | 2024-08-29T15:46:24.709Z | Downloaded tokio-tungstenite v0.23.1 |
| 980 | 2024-08-29T15:46:24.712Z | Downloaded ssh-cipher v0.2.0 |
| 981 | 2024-08-29T15:46:24.712Z | Downloaded russh-cryptovec v0.7.2 |
| 982 | 2024-08-29T15:46:24.712Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 983 | 2024-08-29T15:46:24.714Z | Downloaded encoding_rs v0.8.34 |
| 984 | 2024-08-29T15:46:24.737Z | Downloaded russh-keys v0.45.0 |
| 985 | 2024-08-29T15:46:24.739Z | Downloaded pem-rfc7468 v0.7.0 |
| 986 | 2024-08-29T15:46:24.742Z | Downloaded owo-colors v4.0.0 |
| 987 | 2024-08-29T15:46:24.744Z | Downloaded rustls-pki-types v1.7.0 |
| 988 | 2024-08-29T15:46:24.747Z | Downloaded itertools v0.12.1 |
| 989 | 2024-08-29T15:46:24.752Z | Downloaded omicron-zone-package v0.11.0 |
| 990 | 2024-08-29T15:46:24.755Z | Downloaded slab v0.4.9 |
| 991 | 2024-08-29T15:46:24.758Z | Downloaded ref-cast v1.0.23 |
| 992 | 2024-08-29T15:46:24.761Z | Downloaded libm v0.2.8 |
| 993 | 2024-08-29T15:46:24.769Z | Downloaded untrusted v0.9.0 |
| 994 | 2024-08-29T15:46:24.771Z | Downloaded untrusted v0.7.1 |
| 995 | 2024-08-29T15:46:24.771Z | Downloaded universal-hash v0.5.1 |
| 996 | 2024-08-29T15:46:24.774Z | Downloaded unarray v0.1.4 |
| 997 | 2024-08-29T15:46:24.774Z | Downloaded tabwriter v1.4.0 |
| 998 | 2024-08-29T15:46:24.774Z | Downloaded supports-color v3.0.0 |
| 999 | 2024-08-29T15:46:24.777Z | Downloaded aes-gcm v0.10.3 |
| 1000 | 2024-08-29T15:46:24.779Z | Downloaded spin v0.9.8 |
| 1001 | 2024-08-29T15:46:24.782Z | Downloaded rustc-demangle v0.1.24 |
| 1002 | 2024-08-29T15:46:24.785Z | Downloaded derive-where v1.2.7 |
| 1003 | 2024-08-29T15:46:24.788Z | Downloaded string_cache v0.8.7 |
| 1004 | 2024-08-29T15:46:24.791Z | Downloaded serde_with_macros v3.9.0 |
| 1005 | 2024-08-29T15:46:24.793Z | Downloaded rustls-pemfile v2.1.3 |
| 1006 | 2024-08-29T15:46:24.796Z | Downloaded pkcs8 v0.10.2 |
| 1007 | 2024-08-29T15:46:24.799Z | Downloaded tokio-postgres v0.7.11 |
| 1008 | 2024-08-29T15:46:24.802Z | Downloaded aho-corasick v1.1.3 |
| 1009 | 2024-08-29T15:46:24.808Z | Downloaded heapless v0.7.17 |
| 1010 | 2024-08-29T15:46:24.813Z | Downloaded itertools v0.10.5 |
| 1011 | 2024-08-29T15:46:24.819Z | Downloaded float-cmp v0.9.0 |
| 1012 | 2024-08-29T15:46:24.822Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1013 | 2024-08-29T15:46:24.881Z | Downloaded tungstenite v0.20.1 |
| 1014 | 2024-08-29T15:46:24.884Z | Downloaded serde-hex v0.1.0 |
| 1015 | 2024-08-29T15:46:24.887Z | Downloaded want v0.3.1 |
| 1016 | 2024-08-29T15:46:24.887Z | Downloaded crossterm v0.28.1 |
| 1017 | 2024-08-29T15:46:24.893Z | Downloaded tokio-stream v0.1.15 |
| 1018 | 2024-08-29T15:46:24.897Z | Downloaded steno v0.4.1 |
| 1019 | 2024-08-29T15:46:24.902Z | Downloaded mio v1.0.2 |
| 1020 | 2024-08-29T15:46:24.908Z | Downloaded base64 v0.21.7 |
| 1021 | 2024-08-29T15:46:24.913Z | Downloaded serde_derive_internals v0.29.1 |
| 1022 | 2024-08-29T15:46:24.916Z | Downloaded backtrace v0.3.71 |
| 1023 | 2024-08-29T15:46:24.921Z | Downloaded paste v1.0.15 |
| 1024 | 2024-08-29T15:46:24.923Z | Downloaded smallvec v1.13.2 |
| 1025 | 2024-08-29T15:46:24.926Z | Downloaded slog-term v2.9.1 |
| 1026 | 2024-08-29T15:46:24.928Z | Downloaded dsl_auto_type v0.1.2 |
| 1027 | 2024-08-29T15:46:24.930Z | Downloaded hickory-server v0.24.1 |
| 1028 | 2024-08-29T15:46:24.935Z | Downloaded zeroize_derive v1.4.2 |
| 1029 | 2024-08-29T15:46:24.937Z | Downloaded uzers v0.11.3 |
| 1030 | 2024-08-29T15:46:24.940Z | Downloaded peg v0.8.4 |
| 1031 | 2024-08-29T15:46:24.942Z | Downloaded ron v0.8.1 |
| 1032 | 2024-08-29T15:46:24.947Z | Downloaded indicatif v0.17.8 |
| 1033 | 2024-08-29T15:46:24.952Z | Downloaded num_threads v0.1.7 |
| 1034 | 2024-08-29T15:46:24.954Z | Downloaded vte v0.11.1 |
| 1035 | 2024-08-29T15:46:24.957Z | Downloaded vsss-rs v3.3.4 |
| 1036 | 2024-08-29T15:46:24.957Z | Downloaded rusty-fork v0.3.0 |
| 1037 | 2024-08-29T15:46:24.960Z | Downloaded slog-envlogger v2.2.0 |
| 1038 | 2024-08-29T15:46:24.962Z | Downloaded serde_path_to_error v0.1.16 |
| 1039 | 2024-08-29T15:46:24.962Z | Downloaded serde_arrays v0.1.0 |
| 1040 | 2024-08-29T15:46:24.965Z | Downloaded rand_xorshift v0.3.0 |
| 1041 | 2024-08-29T15:46:24.965Z | Downloaded const_format v0.2.32 |
| 1042 | 2024-08-29T15:46:24.969Z | Downloaded base64 v0.22.1 |
| 1043 | 2024-08-29T15:46:24.973Z | Downloaded rustc-hash v1.1.0 |
| 1044 | 2024-08-29T15:46:24.975Z | Downloaded proc-macro-crate v1.3.1 |
| 1045 | 2024-08-29T15:46:24.975Z | Downloaded rand_seeder v0.3.0 |
| 1046 | 2024-08-29T15:46:24.978Z | Downloaded rand_core v0.6.4 |
| 1047 | 2024-08-29T15:46:24.978Z | Downloaded pbkdf2 v0.12.2 |
| 1048 | 2024-08-29T15:46:24.980Z | Downloaded getopts v0.2.21 |
| 1049 | 2024-08-29T15:46:24.982Z | Downloaded futures-sink v0.3.30 |
| 1050 | 2024-08-29T15:46:24.982Z | Downloaded snafu-derive v0.8.2 |
| 1051 | 2024-08-29T15:46:24.985Z | Downloaded backoff v0.4.0 |
| 1052 | 2024-08-29T15:46:24.985Z | Downloaded defmt v0.3.8 |
| 1053 | 2024-08-29T15:46:24.990Z | Downloaded wait-timeout v0.2.0 |
| 1054 | 2024-08-29T15:46:24.992Z | Downloaded tui-tree-widget v0.22.0 |
| 1055 | 2024-08-29T15:46:24.992Z | Downloaded linear-map v1.2.0 |
| 1056 | 2024-08-29T15:46:24.995Z | Downloaded crc-any v2.5.0 |
| 1057 | 2024-08-29T15:46:24.995Z | Downloaded clang-sys v1.7.0 |
| 1058 | 2024-08-29T15:46:24.998Z | Downloaded headers-core v0.2.0 |
| 1059 | 2024-08-29T15:46:24.998Z | Downloaded foreign-types-shared v0.3.1 |
| 1060 | 2024-08-29T15:46:25.001Z | Downloaded base64ct v1.6.0 |
| 1061 | 2024-08-29T15:46:25.004Z | Downloaded assert_matches v1.5.0 |
| 1062 | 2024-08-29T15:46:25.004Z | Downloaded argon2 v0.5.3 |
| 1063 | 2024-08-29T15:46:25.006Z | Downloaded rustc_version v0.1.7 |
| 1064 | 2024-08-29T15:46:25.006Z | Downloaded serde_repr v0.1.19 |
| 1065 | 2024-08-29T15:46:25.006Z | Downloaded schemars_derive v0.8.21 |
| 1066 | 2024-08-29T15:46:25.009Z | Downloaded arrayvec v0.7.4 |
| 1067 | 2024-08-29T15:46:25.011Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1068 | 2024-08-29T15:46:25.011Z | Downloaded mime_guess v2.0.4 |
| 1069 | 2024-08-29T15:46:25.014Z | Downloaded newtype-uuid v1.1.0 |
| 1070 | 2024-08-29T15:46:25.014Z | Downloaded mockall v0.13.0 |
| 1071 | 2024-08-29T15:46:25.017Z | Downloaded maybe-uninit v2.0.0 |
| 1072 | 2024-08-29T15:46:25.017Z | Downloaded buf-list v1.0.3 |
| 1073 | 2024-08-29T15:46:25.019Z | Downloaded bit-set v0.5.3 |
| 1074 | 2024-08-29T15:46:25.021Z | Downloaded ipnetwork v0.20.0 |
| 1075 | 2024-08-29T15:46:25.021Z | Downloaded indoc v1.0.9 |
| 1076 | 2024-08-29T15:46:25.024Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1077 | 2024-08-29T15:46:25.026Z | Downloaded base16ct v0.2.0 |
| 1078 | 2024-08-29T15:46:25.028Z | Downloaded bit-vec v0.6.3 |
| 1079 | 2024-08-29T15:46:25.031Z | Downloaded array-init v0.0.4 |
| 1080 | 2024-08-29T15:46:25.033Z | Downloaded httpdate v1.0.3 |
| 1081 | 2024-08-29T15:46:25.034Z | Downloaded async-stream v0.3.5 |
| 1082 | 2024-08-29T15:46:25.036Z | Downloaded hyper-rustls v0.24.2 |
| 1083 | 2024-08-29T15:46:25.038Z | Downloaded highway v1.2.0 |
| 1084 | 2024-08-29T15:46:25.041Z | Downloaded ciborium v0.2.2 |
| 1085 | 2024-08-29T15:46:25.044Z | Downloaded is_ci v1.2.0 |
| 1086 | 2024-08-29T15:46:25.044Z | Downloaded indent_write v2.2.0 |
| 1087 | 2024-08-29T15:46:25.047Z | Downloaded humantime v2.1.0 |
| 1088 | 2024-08-29T15:46:25.047Z | Downloaded home v0.5.9 |
| 1089 | 2024-08-29T15:46:25.050Z | Downloaded ctr v0.9.2 |
| 1090 | 2024-08-29T15:46:25.050Z | Downloaded castaway v0.2.3 |
| 1091 | 2024-08-29T15:46:25.053Z | Downloaded async-recursion v1.1.1 |
| 1092 | 2024-08-29T15:46:25.055Z | Downloaded addr2line v0.21.0 |
| 1093 | 2024-08-29T15:46:25.196Z | Downloaded ring v0.17.8 |
| 1094 | 2024-08-29T15:46:25.281Z | Downloaded libz-sys v1.1.16 |
| 1095 | 2024-08-29T15:46:25.376Z | Downloaded ring v0.16.20 |
| 1096 | 2024-08-29T15:46:25.454Z | Downloaded libsqlite3-sys v0.28.0 |
| 1097 | 2024-08-29T15:46:25.625Z | Compiling serde v1.0.208 |
| 1098 | 2024-08-29T15:46:25.627Z | Compiling typenum v1.17.0 |
| 1099 | 2024-08-29T15:46:25.627Z | Compiling lock_api v0.4.12 |
| 1100 | 2024-08-29T15:46:25.627Z | Compiling generic-array v0.14.7 |
| 1101 | 2024-08-29T15:46:25.775Z | Compiling scopeguard v1.2.0 |
| 1102 | 2024-08-29T15:46:25.777Z | Compiling log v0.4.21 |
| 1103 | 2024-08-29T15:46:25.802Z | Compiling syn v2.0.74 |
| 1104 | 2024-08-29T15:46:25.815Z | Compiling getrandom v0.2.14 |
| 1105 | 2024-08-29T15:46:25.963Z | Compiling jobserver v0.1.32 |
| 1106 | 2024-08-29T15:46:26.095Z | Compiling rand_core v0.6.4 |
| 1107 | 2024-08-29T15:46:26.275Z | Compiling subtle v2.5.0 |
| 1108 | 2024-08-29T15:46:26.377Z | Compiling cc v1.0.97 |
| 1109 | 2024-08-29T15:46:26.398Z | Compiling const-oid v0.9.6 |
| 1110 | 2024-08-29T15:46:26.640Z | Compiling smallvec v1.13.2 |
| 1111 | 2024-08-29T15:46:26.663Z | Compiling pin-project-lite v0.2.14 |
| 1112 | 2024-08-29T15:46:26.785Z | Compiling parking_lot_core v0.9.10 |
| 1113 | 2024-08-29T15:46:26.892Z | Compiling signal-hook-registry v1.4.2 |
| 1114 | 2024-08-29T15:46:26.946Z | Compiling spin v0.9.8 |
| 1115 | 2024-08-29T15:46:27.034Z | Compiling mio v1.0.2 |
| 1116 | 2024-08-29T15:46:27.352Z | Compiling ahash v0.8.11 |
| 1117 | 2024-08-29T15:46:27.716Z | Compiling parking_lot v0.12.2 |
| 1118 | 2024-08-29T15:46:27.738Z | Compiling tinyvec_macros v0.1.1 |
| 1119 | 2024-08-29T15:46:27.830Z | Compiling tinyvec v1.6.0 |
| 1120 | 2024-08-29T15:46:28.029Z | Compiling socket2 v0.5.7 |
| 1121 | 2024-08-29T15:46:28.268Z | Compiling futures-sink v0.3.30 |
| 1122 | 2024-08-29T15:46:28.320Z | Compiling serde_json v1.0.125 |
| 1123 | 2024-08-29T15:46:28.418Z | Compiling futures-core v0.3.30 |
| 1124 | 2024-08-29T15:46:28.518Z | Compiling libm v0.2.8 |
| 1125 | 2024-08-29T15:46:28.647Z | Compiling cpufeatures v0.2.12 |
| 1126 | 2024-08-29T15:46:28.667Z | Compiling slab v0.4.9 |
| 1127 | 2024-08-29T15:46:28.709Z | Compiling num-traits v0.2.19 |
| 1128 | 2024-08-29T15:46:28.747Z | Compiling allocator-api2 v0.2.18 |
| 1129 | 2024-08-29T15:46:28.890Z | Compiling unicode-bidi v0.3.15 |
| 1130 | 2024-08-29T15:46:29.204Z | Compiling futures-channel v0.3.30 |
| 1131 | 2024-08-29T15:46:29.332Z | Compiling unicode-normalization v0.1.23 |
| 1132 | 2024-08-29T15:46:29.370Z | Compiling futures-task v0.3.30 |
| 1133 | 2024-08-29T15:46:29.516Z | Compiling pin-utils v0.1.0 |
| 1134 | 2024-08-29T15:46:29.604Z | Compiling futures-io v0.3.30 |
| 1135 | 2024-08-29T15:46:29.623Z | Compiling pkg-config v0.3.30 |
| 1136 | 2024-08-29T15:46:29.670Z | Compiling vcpkg v0.2.15 |
| 1137 | 2024-08-29T15:46:29.929Z | Compiling base64ct v1.6.0 |
| 1138 | 2024-08-29T15:46:30.451Z | Compiling ppv-lite86 v0.2.17 |
| 1139 | 2024-08-29T15:46:30.469Z | Compiling pem-rfc7468 v0.7.0 |
| 1140 | 2024-08-29T15:46:30.490Z | Compiling ring v0.17.8 |
| 1141 | 2024-08-29T15:46:30.599Z | Compiling percent-encoding v2.3.1 |
| 1142 | 2024-08-29T15:46:31.009Z | Compiling flagset v0.4.5 |
| 1143 | 2024-08-29T15:46:31.220Z | Compiling tracing-core v0.1.32 |
| 1144 | 2024-08-29T15:46:31.242Z | Compiling rand_chacha v0.3.1 |
| 1145 | 2024-08-29T15:46:31.259Z | Compiling untrusted v0.9.0 |
| 1146 | 2024-08-29T15:46:31.278Z | Compiling rustix v0.38.34 |
| 1147 | 2024-08-29T15:46:31.435Z | Compiling time-core v0.1.2 |
| 1148 | 2024-08-29T15:46:31.610Z | Compiling foreign-types-shared v0.1.1 |
| 1149 | 2024-08-29T15:46:31.719Z | Compiling rand v0.8.5 |
| 1150 | 2024-08-29T15:46:31.873Z | Compiling openssl-sys v0.9.103 |
| 1151 | 2024-08-29T15:46:32.160Z | Compiling powerfmt v0.2.0 |
| 1152 | 2024-08-29T15:46:32.527Z | Compiling num-conv v0.1.0 |
| 1153 | 2024-08-29T15:46:32.527Z | Compiling openssl v0.10.66 |
| 1154 | 2024-08-29T15:46:32.570Z | Compiling rustversion v1.0.17 |
| 1155 | 2024-08-29T15:46:32.831Z | Compiling httparse v1.8.0 |
| 1156 | 2024-08-29T15:46:32.977Z | Compiling time-macros v0.2.18 |
| 1157 | 2024-08-29T15:46:33.230Z | Compiling deranged v0.3.11 |
| 1158 | 2024-08-29T15:46:33.331Z | Compiling foreign-types v0.3.2 |
| 1159 | 2024-08-29T15:46:33.345Z | Compiling form_urlencoded v1.2.1 |
| 1160 | 2024-08-29T15:46:33.418Z | Compiling aho-corasick v1.1.3 |
| 1161 | 2024-08-29T15:46:33.549Z | Compiling crossbeam-utils v0.8.19 |
| 1162 | 2024-08-29T15:46:33.629Z | Compiling siphasher v0.3.11 |
| 1163 | 2024-08-29T15:46:33.989Z | Compiling regex-syntax v0.8.4 |
| 1164 | 2024-08-29T15:46:34.165Z | Compiling try-lock v0.2.5 |
| 1165 | 2024-08-29T15:46:34.303Z | Compiling native-tls v0.2.11 |
| 1166 | 2024-08-29T15:46:34.593Z | Compiling syn v1.0.109 |
| 1167 | 2024-08-29T15:46:34.798Z | Compiling num_threads v0.1.7 |
| 1168 | 2024-08-29T15:46:34.912Z | Compiling rustls v0.21.12 |
| 1169 | 2024-08-29T15:46:35.209Z | Compiling want v0.3.1 |
| 1170 | 2024-08-29T15:46:35.882Z | Compiling time v0.3.36 |
| 1171 | 2024-08-29T15:46:36.041Z | Compiling idna v0.5.0 |
| 1172 | 2024-08-29T15:46:36.611Z | Compiling cookie v0.17.0 |
| 1173 | 2024-08-29T15:46:36.901Z | Compiling slog v2.7.0 |
| 1174 | 2024-08-29T15:46:37.297Z | Compiling regex-automata v0.4.6 |
| 1175 | 2024-08-29T15:46:37.397Z | Compiling tower-service v0.3.2 |
| 1176 | 2024-08-29T15:46:37.516Z | Compiling httpdate v1.0.3 |
| 1177 | 2024-08-29T15:46:37.932Z | Compiling openssl-probe v0.1.5 |
| 1178 | 2024-08-29T15:46:38.132Z | Compiling adler v1.0.2 |
| 1179 | 2024-08-29T15:46:38.223Z | Compiling iana-time-zone v0.1.60 |
| 1180 | 2024-08-29T15:46:38.321Z | Compiling finl_unicode v1.2.0 |
| 1181 | 2024-08-29T15:46:38.344Z | Compiling miniz_oxide v0.7.2 |
| 1182 | 2024-08-29T15:46:38.792Z | Compiling url v2.5.2 |
| 1183 | 2024-08-29T15:46:38.905Z | Compiling stringprep v0.1.4 |
| 1184 | 2024-08-29T15:46:39.278Z | Compiling serde_derive v1.0.208 |
| 1185 | 2024-08-29T15:46:39.764Z | Compiling zeroize_derive v1.4.2 |
| 1186 | 2024-08-29T15:46:40.040Z | Compiling zerocopy-derive v0.7.34 |
| 1187 | 2024-08-29T15:46:40.059Z | Compiling tokio-macros v2.4.0 |
| 1188 | 2024-08-29T15:46:40.539Z | Compiling thiserror-impl v1.0.63 |
| 1189 | 2024-08-29T15:46:40.718Z | Compiling futures-macro v0.3.30 |
| 1190 | 2024-08-29T15:46:41.345Z | Compiling zeroize v1.7.0 |
| 1191 | 2024-08-29T15:46:41.723Z | Compiling der_derive v0.7.2 |
| 1192 | 2024-08-29T15:46:42.255Z | Compiling zerocopy v0.7.34 |
| 1193 | 2024-08-29T15:46:42.493Z | Compiling futures-util v0.3.30 |
| 1194 | 2024-08-29T15:46:42.953Z | Compiling crypto-common v0.1.6 |
| 1195 | 2024-08-29T15:46:43.164Z | Compiling block-buffer v0.10.4 |
| 1196 | 2024-08-29T15:46:43.428Z | Compiling digest v0.10.7 |
| 1197 | 2024-08-29T15:46:43.595Z | Compiling block-padding v0.3.3 |
| 1198 | 2024-08-29T15:46:43.815Z | Compiling hmac v0.12.1 |
| 1199 | 2024-08-29T15:46:43.853Z | Compiling inout v0.1.3 |
| 1200 | 2024-08-29T15:46:44.034Z | Compiling thiserror v1.0.63 |
| 1201 | 2024-08-29T15:46:44.103Z | Compiling cipher v0.4.4 |
| 1202 | 2024-08-29T15:46:44.119Z | Compiling sha2 v0.10.8 |
| 1203 | 2024-08-29T15:46:44.170Z | Compiling pest v2.7.10 |
| 1204 | 2024-08-29T15:46:44.302Z | Compiling hashbrown v0.14.5 |
| 1205 | 2024-08-29T15:46:44.595Z | Compiling salsa20 v0.10.2 |
| 1206 | 2024-08-29T15:46:44.818Z | Compiling der v0.7.9 |
| 1207 | 2024-08-29T15:46:45.731Z | Compiling pbkdf2 v0.12.2 |
| 1208 | 2024-08-29T15:46:45.897Z | Compiling tracing-attributes v0.1.27 |
| 1209 | 2024-08-29T15:46:47.009Z | Compiling pest_meta v2.7.10 |
| 1210 | 2024-08-29T15:46:47.507Z | Compiling scroll_derive v0.12.0 |
| 1211 | 2024-08-29T15:46:47.956Z | Compiling spki v0.7.3 |
| 1212 | 2024-08-29T15:46:48.281Z | Compiling pest_generator v2.7.10 |
| 1213 | 2024-08-29T15:46:48.303Z | Compiling scrypt v0.11.0 |
| 1214 | 2024-08-29T15:46:48.884Z | Compiling cbc v0.1.2 |
| 1215 | 2024-08-29T15:46:48.985Z | Compiling scroll v0.12.0 |
| 1216 | 2024-08-29T15:46:49.098Z | Compiling aes v0.8.4 |
| 1217 | 2024-08-29T15:46:49.505Z | Compiling tracing v0.1.40 |
| 1218 | 2024-08-29T15:46:49.525Z | Compiling goblin v0.8.2 |
| 1219 | 2024-08-29T15:46:49.541Z | Compiling openssl-macros v0.1.1 |
| 1220 | 2024-08-29T15:46:50.025Z | Compiling pkcs5 v0.7.1 |
| 1221 | 2024-08-29T15:46:50.294Z | Compiling rustls-webpki v0.101.7 |
| 1222 | 2024-08-29T15:46:50.343Z | Compiling sct v0.7.1 |
| 1223 | 2024-08-29T15:46:50.666Z | Compiling pkcs8 v0.10.2 |
| 1224 | 2024-08-29T15:46:51.386Z | Compiling md-5 v0.10.6 |
| 1225 | 2024-08-29T15:46:51.888Z | Compiling pest_derive v2.7.10 |
| 1226 | 2024-08-29T15:46:51.932Z | Compiling num-integer v0.1.46 |
| 1227 | 2024-08-29T15:46:52.197Z | Compiling backtrace v0.3.71 |
| 1228 | 2024-08-29T15:46:52.662Z | Compiling idna v0.3.0 |
| 1229 | 2024-08-29T15:46:52.687Z | Compiling lazy_static v1.5.0 |
| 1230 | 2024-08-29T15:46:52.712Z | Compiling dtrace-parser v0.2.0 |
| 1231 | 2024-08-29T15:46:52.743Z | Compiling hash32 v0.2.1 |
| 1232 | 2024-08-29T15:46:52.797Z | Compiling stable_deref_trait v1.2.0 |
| 1233 | 2024-08-29T15:46:52.904Z | Compiling num-bigint-dig v0.8.4 |
| 1234 | 2024-08-29T15:46:53.103Z | Compiling bytes v1.7.1 |
| 1235 | 2024-08-29T15:46:53.208Z | Compiling bitflags v2.6.0 |
| 1236 | 2024-08-29T15:46:53.677Z | Compiling indexmap v2.4.0 |
| 1237 | 2024-08-29T15:46:54.239Z | Compiling tokio v1.39.3 |
| 1238 | 2024-08-29T15:46:54.413Z | Compiling http v0.2.12 |
| 1239 | 2024-08-29T15:46:54.825Z | Compiling semver v1.0.23 |
| 1240 | 2024-08-29T15:46:55.618Z | Compiling rustc_version v0.4.0 |
| 1241 | 2024-08-29T15:46:56.421Z | Compiling heapless v0.7.17 |
| 1242 | 2024-08-29T15:46:56.576Z | Compiling http-body v0.4.6 |
| 1243 | 2024-08-29T15:46:56.867Z | Compiling dof v0.3.0 |
| 1244 | 2024-08-29T15:46:57.033Z | Compiling uuid v1.10.0 |
| 1245 | 2024-08-29T15:46:58.143Z | Compiling usdt-impl v0.5.0 |
| 1246 | 2024-08-29T15:46:58.522Z | Compiling serde_tokenstream v0.2.2 |
| 1247 | 2024-08-29T15:46:59.023Z | Compiling chrono v0.4.38 |
| 1248 | 2024-08-29T15:46:59.163Z | Compiling toml_datetime v0.6.8 |
| 1249 | 2024-08-29T15:46:59.672Z | Compiling serde_spanned v0.6.7 |
| 1250 | 2024-08-29T15:46:59.691Z | Compiling gimli v0.28.1 |
| 1251 | 2024-08-29T15:47:00.094Z | Compiling smoltcp v0.9.1 |
| 1252 | 2024-08-29T15:47:00.096Z | Compiling fallible-iterator v0.2.0 |
| 1253 | 2024-08-29T15:47:00.364Z | Compiling psl-types v2.0.11 |
| 1254 | 2024-08-29T15:47:00.550Z | Compiling signal-hook v0.3.17 |
| 1255 | 2024-08-29T15:47:00.657Z | Compiling cfg_aliases v0.1.1 |
| 1256 | 2024-08-29T15:47:00.710Z | Compiling base64 v0.22.1 |
| 1257 | 2024-08-29T15:47:00.756Z | Compiling crc32fast v1.4.0 |
| 1258 | 2024-08-29T15:47:00.861Z | Compiling nix v0.28.0 |
| 1259 | 2024-08-29T15:47:01.387Z | Compiling postgres-protocol v0.6.7 |
| 1260 | 2024-08-29T15:47:01.496Z | Compiling publicsuffix v2.2.3 |
| 1261 | 2024-08-29T15:47:01.756Z | Compiling terminal_size v0.3.0 |
| 1262 | 2024-08-29T15:47:02.006Z | Compiling num-iter v0.1.45 |
| 1263 | 2024-08-29T15:47:02.196Z | Compiling zerocopy-derive v0.6.6 |
| 1264 | 2024-08-29T15:47:02.685Z | Compiling tokio-util v0.7.11 |
| 1265 | 2024-08-29T15:47:02.687Z | Compiling tokio-rustls v0.24.1 |
| 1266 | 2024-08-29T15:47:03.089Z | Compiling async-trait v0.1.81 |
| 1267 | 2024-08-29T15:47:03.521Z | Compiling tokio-native-tls v0.3.1 |
| 1268 | 2024-08-29T15:47:03.800Z | Compiling h2 v0.3.26 |
| 1269 | 2024-08-29T15:47:04.021Z | Compiling addr2line v0.21.0 |
| 1270 | 2024-08-29T15:47:04.696Z | Compiling phf_shared v0.11.2 |
| 1271 | 2024-08-29T15:47:05.080Z | Compiling serde_derive_internals v0.29.1 |
| 1272 | 2024-08-29T15:47:05.457Z | Compiling ff v0.13.0 |
| 1273 | 2024-08-29T15:47:05.492Z | Compiling object v0.32.2 |
| 1274 | 2024-08-29T15:47:05.544Z | Compiling fs-err v2.11.0 |
| 1275 | 2024-08-29T15:47:05.680Z | Compiling schemars v0.8.21 |
| 1276 | 2024-08-29T15:47:05.850Z | Compiling either v1.13.0 |
| 1277 | 2024-08-29T15:47:05.885Z | Compiling rustc-demangle v0.1.24 |
| 1278 | 2024-08-29T15:47:06.005Z | Compiling hubpack_derive v0.1.1 |
| 1279 | 2024-08-29T15:47:06.026Z | Compiling base64 v0.21.7 |
| 1280 | 2024-08-29T15:47:06.285Z | Compiling winnow v0.5.40 |
| 1281 | 2024-08-29T15:47:06.788Z | Compiling base16ct v0.2.0 |
| 1282 | 2024-08-29T15:47:06.837Z | Compiling managed v0.8.0 |
| 1283 | 2024-08-29T15:47:06.908Z | Compiling bitflags v1.3.2 |
| 1284 | 2024-08-29T15:47:07.020Z | Compiling ipnet v2.9.0 |
| 1285 | 2024-08-29T15:47:07.102Z | Compiling anyhow v1.0.86 |
| 1286 | 2024-08-29T15:47:07.807Z | Compiling schemars_derive v0.8.21 |
| 1287 | 2024-08-29T15:47:07.917Z | Compiling sec1 v0.7.3 |
| 1288 | 2024-08-29T15:47:08.251Z | Compiling hubpack v0.1.2 |
| 1289 | 2024-08-29T15:47:08.498Z | Compiling clap_builder v4.5.15 |
| 1290 | 2024-08-29T15:47:08.690Z | Compiling rustls-pemfile v1.0.4 |
| 1291 | 2024-08-29T15:47:09.300Z | Compiling group v0.13.0 |
| 1292 | 2024-08-29T15:47:09.318Z | Compiling phf v0.11.2 |
| 1293 | 2024-08-29T15:47:09.404Z | Compiling cookie_store v0.20.0 |
| 1294 | 2024-08-29T15:47:09.607Z | Compiling zerocopy v0.6.6 |
| 1295 | 2024-08-29T15:47:10.296Z | Compiling toml_edit v0.19.15 |
| 1296 | 2024-08-29T15:47:10.475Z | Compiling postgres-types v0.2.7 |
| 1297 | 2024-08-29T15:47:10.986Z | Compiling hyper v0.14.30 |
| 1298 | 2024-08-29T15:47:12.452Z | Compiling usdt-attr-macro v0.5.0 |
| 1299 | 2024-08-29T15:47:12.627Z | Compiling usdt-macro v0.5.0 |
| 1300 | 2024-08-29T15:47:14.093Z | Compiling serde_urlencoded v0.7.1 |
| 1301 | 2024-08-29T15:47:14.095Z | Compiling pkcs1 v0.7.5 |
| 1302 | 2024-08-29T15:47:14.141Z | Compiling futures-executor v0.3.30 |
| 1303 | 2024-08-29T15:47:14.631Z | Compiling hkdf v0.12.4 |
| 1304 | 2024-08-29T15:47:14.716Z | Compiling signature v2.2.0 |
| 1305 | 2024-08-29T15:47:14.899Z | Compiling crypto-bigint v0.5.5 |
| 1306 | 2024-08-29T15:47:15.014Z | Compiling regex v1.10.6 |
| 1307 | 2024-08-29T15:47:15.133Z | Compiling bstr v1.9.1 |
| 1308 | 2024-08-29T15:47:15.386Z | Compiling clap_derive v4.5.13 |
| 1309 | 2024-08-29T15:47:16.146Z | Compiling enum-as-inner v0.6.0 |
| 1310 | 2024-08-29T15:47:16.952Z | Compiling strum_macros v0.25.3 |
| 1311 | 2024-08-29T15:47:17.263Z | Compiling serde_repr v0.1.19 |
| 1312 | 2024-08-29T15:47:17.714Z | Compiling phf_shared v0.10.0 |
| 1313 | 2024-08-29T15:47:18.124Z | Compiling hyper-tls v0.5.0 |
| 1314 | 2024-08-29T15:47:18.201Z | Compiling hyper-rustls v0.24.2 |
| 1315 | 2024-08-29T15:47:18.444Z | Compiling float-cmp v0.9.0 |
| 1316 | 2024-08-29T15:47:18.480Z | Compiling idna v0.4.0 |
| 1317 | 2024-08-29T15:47:18.555Z | Compiling mio v0.8.11 |
| 1318 | 2024-08-29T15:47:18.671Z | Compiling encoding_rs v0.8.34 |
| 1319 | 2024-08-29T15:47:19.827Z | Compiling predicates-core v1.0.6 |
| 1320 | 2024-08-29T15:47:20.037Z | Compiling data-encoding v2.6.0 |
| 1321 | 2024-08-29T15:47:20.234Z | Compiling precomputed-hash v0.1.1 |
| 1322 | 2024-08-29T15:47:20.356Z | Compiling webpki-roots v0.25.4 |
| 1323 | 2024-08-29T15:47:20.375Z | Compiling static_assertions v1.1.0 |
| 1324 | 2024-08-29T15:47:20.468Z | Compiling difflib v0.4.0 |
| 1325 | 2024-08-29T15:47:20.532Z | Compiling new_debug_unreachable v1.0.6 |
| 1326 | 2024-08-29T15:47:20.630Z | Compiling sync_wrapper v0.1.2 |
| 1327 | 2024-08-29T15:47:20.762Z | Compiling dyn-clone v1.0.17 |
| 1328 | 2024-08-29T15:47:20.920Z | Compiling mime v0.3.17 |
| 1329 | 2024-08-29T15:47:20.945Z | Compiling minimal-lexical v0.2.1 |
| 1330 | 2024-08-29T15:47:20.963Z | Compiling unicode-segmentation v1.11.0 |
| 1331 | 2024-08-29T15:47:20.986Z | Compiling normalize-line-endings v0.3.0 |
| 1332 | 2024-08-29T15:47:21.114Z | Compiling whoami v1.5.1 |
| 1333 | 2024-08-29T15:47:21.470Z | Compiling bit-vec v0.6.3 |
| 1334 | 2024-08-29T15:47:21.524Z | Compiling fixedbitset v0.4.2 |
| 1335 | 2024-08-29T15:47:21.750Z | Compiling similar v2.6.0 |
| 1336 | 2024-08-29T15:47:21.786Z | Compiling tokio-postgres v0.7.11 |
| 1337 | 2024-08-29T15:47:21.921Z | Compiling petgraph v0.6.5 |
| 1338 | 2024-08-29T15:47:22.001Z | Compiling bit-set v0.5.3 |
| 1339 | 2024-08-29T15:47:22.020Z | Compiling nom v7.1.3 |
| 1340 | 2024-08-29T15:47:22.291Z | Compiling reqwest v0.11.27 |
| 1341 | 2024-08-29T15:47:22.444Z | Compiling predicates v3.1.2 |
| 1342 | 2024-08-29T15:47:23.163Z | Compiling toml_edit v0.22.20 |
| 1343 | 2024-08-29T15:47:24.088Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1344 | 2024-08-29T15:47:24.171Z | Compiling hickory-proto v0.24.1 |
| 1345 | 2024-08-29T15:47:25.719Z | Compiling string_cache v0.8.7 |
| 1346 | 2024-08-29T15:47:25.795Z | Compiling console v0.15.8 |
| 1347 | 2024-08-29T15:47:26.194Z | Compiling clap v4.5.16 |
| 1348 | 2024-08-29T15:47:26.317Z | Compiling signal-hook-mio v0.2.4 |
| 1349 | 2024-08-29T15:47:26.495Z | Compiling usdt v0.5.0 |
| 1350 | 2024-08-29T15:47:27.009Z | Compiling elliptic-curve v0.13.8 |
| 1351 | 2024-08-29T15:47:27.299Z | Compiling rsa v0.9.6 |
| 1352 | 2024-08-29T15:47:27.357Z | Compiling futures v0.3.30 |
| 1353 | 2024-08-29T15:47:27.479Z | Compiling toml v0.7.8 |
| 1354 | 2024-08-29T15:47:27.955Z | Compiling flate2 v1.0.31 |
| 1355 | 2024-08-29T15:47:29.187Z | Compiling itertools v0.10.5 |
| 1356 | 2024-08-29T15:47:29.795Z | Compiling itertools v0.12.1 |
| 1357 | 2024-08-29T15:47:30.384Z | Compiling tokio-stream v0.1.15 |
| 1358 | 2024-08-29T15:47:31.389Z | Compiling openapiv3 v2.0.0 |
| 1359 | 2024-08-29T15:47:31.409Z | Compiling hex v0.4.3 |
| 1360 | 2024-08-29T15:47:32.037Z | Compiling crossbeam-epoch v0.9.18 |
| 1361 | 2024-08-29T15:47:32.057Z | Compiling sha1 v0.10.6 |
| 1362 | 2024-08-29T15:47:32.470Z | Compiling dirs-sys-next v0.1.2 |
| 1363 | 2024-08-29T15:47:32.781Z | Compiling peg-runtime v0.8.3 |
| 1364 | 2024-08-29T15:47:32.799Z | Compiling lalrpop-util v0.19.12 |
| 1365 | 2024-08-29T15:47:33.076Z | Compiling unicode-xid v0.2.4 |
| 1366 | 2024-08-29T15:47:33.129Z | Compiling dirs-next v2.0.0 |
| 1367 | 2024-08-29T15:47:33.148Z | Compiling thread_local v1.1.8 |
| 1368 | 2024-08-29T15:47:33.246Z | Compiling slog-async v2.8.0 |
| 1369 | 2024-08-29T15:47:33.326Z | Compiling term v0.7.0 |
| 1370 | 2024-08-29T15:47:33.447Z | Compiling xattr v1.3.1 |
| 1371 | 2024-08-29T15:47:33.722Z | Compiling crossbeam-channel v0.5.12 |
| 1372 | 2024-08-29T15:47:33.726Z | Compiling strum_macros v0.26.4 |
| 1373 | 2024-08-29T15:47:33.865Z | Compiling filetime v0.2.24 |
| 1374 | 2024-08-29T15:47:34.177Z | Compiling is-terminal v0.4.12 |
| 1375 | 2024-08-29T15:47:34.305Z | Compiling take_mut v0.2.2 |
| 1376 | 2024-08-29T15:47:34.322Z | Compiling slog-term v2.9.1 |
| 1377 | 2024-08-29T15:47:34.470Z | Compiling tar v0.4.41 |
| 1378 | 2024-08-29T15:47:34.842Z | Compiling camino v1.1.9 |
| 1379 | 2024-08-29T15:47:36.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1380 | 2024-08-29T15:47:36.913Z | Compiling strum v0.26.3 |
| 1381 | 2024-08-29T15:47:36.991Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1382 | 2024-08-29T15:47:42.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 1383 | 2024-08-29T15:47:42.395Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1384 | 2024-08-29T15:47:42.441Z | Aug 29 15:47:41.586 INFO Starting download, target: Clickhouse |
| 1385 | 2024-08-29T15:47:42.441Z | Aug 29 15:47:41.586 INFO Starting download, target: Cockroach |
| 1386 | 2024-08-29T15:47:42.441Z | Aug 29 15:47:41.586 INFO Starting download, target: Console |
| 1387 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.586 INFO Starting download, target: DendriteOpenapi |
| 1388 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Starting download, target: DendriteStub |
| 1389 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Starting download, target: MaghemiteMgd |
| 1390 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Starting download, target: TransceiverControl |
| 1391 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1392 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1393 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1394 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.588 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1395 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.588 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1396 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.588 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1397 | 2024-08-29T15:47:42.444Z | Aug 29 15:47:41.588 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1398 | 2024-08-29T15:47:42.643Z | Aug 29 15:47:41.781 INFO Download complete, target: DendriteOpenapi |
| 1399 | 2024-08-29T15:47:42.687Z | Aug 29 15:47:41.831 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1400 | 2024-08-29T15:47:43.056Z | Aug 29 15:47:42.196 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1401 | 2024-08-29T15:47:43.145Z | Aug 29 15:47:42.290 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1402 | 2024-08-29T15:47:43.166Z | Aug 29 15:47:42.310 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1403 | 2024-08-29T15:47:43.460Z | Aug 29 15:47:42.604 INFO Download complete, target: Console |
| 1404 | 2024-08-29T15:47:43.494Z | Aug 29 15:47:42.637 INFO Download complete, target: TransceiverControl |
| 1405 | 2024-08-29T15:47:43.602Z | Aug 29 15:47:42.743 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1406 | 2024-08-29T15:47:43.602Z | Aug 29 15:47:42.743 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1407 | 2024-08-29T15:47:44.353Z | Aug 29 15:47:43.499 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1408 | 2024-08-29T15:47:46.350Z | Aug 29 15:47:45.495 INFO Download complete, target: DendriteStub |
| 1409 | 2024-08-29T15:47:46.414Z | Aug 29 15:47:45.559 INFO Download complete, target: MaghemiteMgd |
| 1410 | 2024-08-29T15:47:51.891Z | Aug 29 15:47:51.036 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1411 | 2024-08-29T15:47:52.230Z | Aug 29 15:47:51.376 INFO Checking that binary works, target: Cockroach |
| 1412 | 2024-08-29T15:47:52.393Z | Aug 29 15:47:51.538 INFO Download complete, target: Cockroach |
| 1413 | 2024-08-29T15:47:58.360Z | Aug 29 15:47:57.506 INFO Checking that binary works, target: Clickhouse |
| 1414 | 2024-08-29T15:47:59.080Z | Aug 29 15:47:58.226 INFO Download complete, target: Clickhouse |
| 1415 | 2024-08-29T15:47:59.497Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1416 | 2024-08-29T15:47:59.500Z | |
| 1417 | 2024-08-29T15:47:59.500Z | real 4:14.615701861 |
| 1418 | 2024-08-29T15:47:59.500Z | user 11:11.653919629 |
| 1419 | 2024-08-29T15:47:59.500Z | sys 2:28.211421701 |
| 1420 | 2024-08-29T15:47:59.500Z | trap 0.415499975 |
| 1421 | 2024-08-29T15:47:59.500Z | tflt 9.411586129 |
| 1422 | 2024-08-29T15:47:59.500Z | dflt 6.705366834 |
| 1423 | 2024-08-29T15:47:59.500Z | kflt 0.178480907 |
| 1424 | 2024-08-29T15:47:59.500Z | lock 22:28.218284797 |
| 1425 | 2024-08-29T15:47:59.500Z | slp 45:57.465562311 |
| 1426 | 2024-08-29T15:47:59.500Z | lat 37.918940683 |
| 1427 | 2024-08-29T15:47:59.500Z | stop 1:42.034495477 |
| 1428 | 2024-08-29T15:47:59.500Z | + banner hack-check |
| 1429 | 2024-08-29T15:47:59.503Z | |
| 1430 | 2024-08-29T15:47:59.503Z | # # ## #### # # #### # # ###### #### # # |
| 1431 | 2024-08-29T15:47:59.503Z | # # # # # # # # # # # # # # # # # |
| 1432 | 2024-08-29T15:47:59.503Z | ###### # # # #### ##### # ###### ##### # #### |
| 1433 | 2024-08-29T15:47:59.503Z | # # ###### # # # # # # # # # # |
| 1434 | 2024-08-29T15:47:59.503Z | # # # # # # # # # # # # # # # # # |
| 1435 | 2024-08-29T15:47:59.503Z | # # # # #### # # #### # # ###### #### # # |
| 1436 | 2024-08-29T15:47:59.503Z | |
| 1437 | 2024-08-29T15:47:59.503Z | + export CARGO_INCREMENTAL=0 |
| 1438 | 2024-08-29T15:47:59.503Z | + CARGO_INCREMENTAL=0 |
| 1439 | 2024-08-29T15:47:59.503Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1440 | 2024-08-29T15:48:00.063Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1441 | 2024-08-29T15:48:03.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 1442 | 2024-08-29T15:48:03.922Z | Running `target/debug/xtask check-features --ci` |
| 1443 | 2024-08-29T15:48:03.941Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1444 | 2024-08-29T15:48:03.941Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1445 | 2024-08-29T15:48:04.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1446 | 2024-08-29T15:48:04.451Z | Running `target/debug/xtask download cargo-hack` |
| 1447 | 2024-08-29T15:48:05.273Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1448 | 2024-08-29T15:48:05.629Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1449 | 2024-08-29T15:48:10.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
| 1450 | 2024-08-29T15:48:10.327Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1451 | 2024-08-29T15:48:10.362Z | Aug 29 15:48:09.508 INFO Starting download, target: CargoHack |
| 1452 | 2024-08-29T15:48:10.364Z | Aug 29 15:48:09.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1453 | 2024-08-29T15:48:10.988Z | Aug 29 15:48:10.134 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1454 | 2024-08-29T15:48:11.088Z | Aug 29 15:48:10.234 INFO Download complete, target: CargoHack |
| 1455 | 2024-08-29T15:48:11.091Z | 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" |
| 1456 | 2024-08-29T15:48:11.107Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1457 | 2024-08-29T15:48:11.264Z | info: running `cargo check --bins` on api_identity (1/158) |
| 1458 | 2024-08-29T15:48:11.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1459 | 2024-08-29T15:48:11.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1460 | 2024-08-29T15:48:11.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1461 | 2024-08-29T15:48:11.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1462 | 2024-08-29T15:48:11.870Z | |
| 1463 | 2024-08-29T15:48:11.870Z | info: running `cargo check --bins` on bootstore (2/158) |
| 1464 | 2024-08-29T15:48:12.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1465 | 2024-08-29T15:48:12.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1466 | 2024-08-29T15:48:12.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1467 | 2024-08-29T15:48:12.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1468 | 2024-08-29T15:48:12.521Z | |
| 1469 | 2024-08-29T15:48:12.521Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
| 1470 | 2024-08-29T15:48:13.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1471 | 2024-08-29T15:48:13.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1472 | 2024-08-29T15:48:13.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1473 | 2024-08-29T15:48:13.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1474 | 2024-08-29T15:48:13.165Z | |
| 1475 | 2024-08-29T15:48:13.165Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
| 1476 | 2024-08-29T15:48:13.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1477 | 2024-08-29T15:48:13.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1478 | 2024-08-29T15:48:13.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1479 | 2024-08-29T15:48:13.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1480 | 2024-08-29T15:48:13.801Z | |
| 1481 | 2024-08-29T15:48:13.801Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
| 1482 | 2024-08-29T15:48:14.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1483 | 2024-08-29T15:48:14.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1484 | 2024-08-29T15:48:14.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1485 | 2024-08-29T15:48:14.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1486 | 2024-08-29T15:48:14.268Z | |
| 1487 | 2024-08-29T15:48:14.268Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
| 1488 | 2024-08-29T15:48:14.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1489 | 2024-08-29T15:48:14.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1490 | 2024-08-29T15:48:14.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1491 | 2024-08-29T15:48:14.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1492 | 2024-08-29T15:48:14.739Z | |
| 1493 | 2024-08-29T15:48:14.739Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
| 1494 | 2024-08-29T15:48:15.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1495 | 2024-08-29T15:48:15.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1496 | 2024-08-29T15:48:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1497 | 2024-08-29T15:48:15.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1498 | 2024-08-29T15:48:15.212Z | |
| 1499 | 2024-08-29T15:48:15.212Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
| 1500 | 2024-08-29T15:48:15.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1501 | 2024-08-29T15:48:15.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1502 | 2024-08-29T15:48:15.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1503 | 2024-08-29T15:48:15.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1504 | 2024-08-29T15:48:15.692Z | |
| 1505 | 2024-08-29T15:48:15.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
| 1506 | 2024-08-29T15:48:16.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1507 | 2024-08-29T15:48:16.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1508 | 2024-08-29T15:48:16.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1509 | 2024-08-29T15:48:16.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1510 | 2024-08-29T15:48:16.168Z | |
| 1511 | 2024-08-29T15:48:16.168Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
| 1512 | 2024-08-29T15:48:16.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1513 | 2024-08-29T15:48:16.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1514 | 2024-08-29T15:48:16.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1515 | 2024-08-29T15:48:16.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1516 | 2024-08-29T15:48:16.629Z | |
| 1517 | 2024-08-29T15:48:16.629Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
| 1518 | 2024-08-29T15:48:17.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1519 | 2024-08-29T15:48:17.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1520 | 2024-08-29T15:48:17.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1521 | 2024-08-29T15:48:17.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1522 | 2024-08-29T15:48:17.097Z | |
| 1523 | 2024-08-29T15:48:17.097Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
| 1524 | 2024-08-29T15:48:17.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1525 | 2024-08-29T15:48:17.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1526 | 2024-08-29T15:48:17.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1527 | 2024-08-29T15:48:17.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1528 | 2024-08-29T15:48:17.568Z | |
| 1529 | 2024-08-29T15:48:17.568Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
| 1530 | 2024-08-29T15:48:18.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1531 | 2024-08-29T15:48:18.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1532 | 2024-08-29T15:48:18.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1533 | 2024-08-29T15:48:18.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1534 | 2024-08-29T15:48:18.044Z | |
| 1535 | 2024-08-29T15:48:18.044Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
| 1536 | 2024-08-29T15:48:18.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1537 | 2024-08-29T15:48:18.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1538 | 2024-08-29T15:48:18.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1539 | 2024-08-29T15:48:18.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1540 | 2024-08-29T15:48:18.517Z | |
| 1541 | 2024-08-29T15:48:18.517Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
| 1542 | 2024-08-29T15:48:18.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1543 | 2024-08-29T15:48:18.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1544 | 2024-08-29T15:48:18.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1545 | 2024-08-29T15:48:18.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1546 | 2024-08-29T15:48:18.990Z | |
| 1547 | 2024-08-29T15:48:18.990Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
| 1548 | 2024-08-29T15:48:19.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1549 | 2024-08-29T15:48:19.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1550 | 2024-08-29T15:48:19.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1551 | 2024-08-29T15:48:19.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1552 | 2024-08-29T15:48:19.457Z | |
| 1553 | 2024-08-29T15:48:19.457Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
| 1554 | 2024-08-29T15:48:19.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1555 | 2024-08-29T15:48:19.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1556 | 2024-08-29T15:48:19.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1557 | 2024-08-29T15:48:19.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1558 | 2024-08-29T15:48:19.925Z | |
| 1559 | 2024-08-29T15:48:19.925Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
| 1560 | 2024-08-29T15:48:20.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1561 | 2024-08-29T15:48:20.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1562 | 2024-08-29T15:48:20.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1563 | 2024-08-29T15:48:20.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1564 | 2024-08-29T15:48:20.396Z | |
| 1565 | 2024-08-29T15:48:20.396Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
| 1566 | 2024-08-29T15:48:20.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1567 | 2024-08-29T15:48:20.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1568 | 2024-08-29T15:48:20.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1569 | 2024-08-29T15:48:20.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1570 | 2024-08-29T15:48:20.870Z | |
| 1571 | 2024-08-29T15:48:20.870Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
| 1572 | 2024-08-29T15:48:21.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1573 | 2024-08-29T15:48:21.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1574 | 2024-08-29T15:48:21.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1575 | 2024-08-29T15:48:21.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1576 | 2024-08-29T15:48:21.336Z | |
| 1577 | 2024-08-29T15:48:21.336Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
| 1578 | 2024-08-29T15:48:21.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1579 | 2024-08-29T15:48:21.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1580 | 2024-08-29T15:48:21.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1581 | 2024-08-29T15:48:21.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1582 | 2024-08-29T15:48:21.806Z | |
| 1583 | 2024-08-29T15:48:21.806Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
| 1584 | 2024-08-29T15:48:22.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1585 | 2024-08-29T15:48:22.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1586 | 2024-08-29T15:48:22.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1587 | 2024-08-29T15:48:22.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1588 | 2024-08-29T15:48:22.278Z | |
| 1589 | 2024-08-29T15:48:22.278Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
| 1590 | 2024-08-29T15:48:22.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1591 | 2024-08-29T15:48:22.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1592 | 2024-08-29T15:48:22.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1593 | 2024-08-29T15:48:22.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1594 | 2024-08-29T15:48:22.745Z | |
| 1595 | 2024-08-29T15:48:22.745Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
| 1596 | 2024-08-29T15:48:23.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1597 | 2024-08-29T15:48:23.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1598 | 2024-08-29T15:48:23.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1599 | 2024-08-29T15:48:23.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1600 | 2024-08-29T15:48:23.208Z | |
| 1601 | 2024-08-29T15:48:23.208Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
| 1602 | 2024-08-29T15:48:23.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1603 | 2024-08-29T15:48:23.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1604 | 2024-08-29T15:48:23.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1605 | 2024-08-29T15:48:23.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1606 | 2024-08-29T15:48:23.849Z | |
| 1607 | 2024-08-29T15:48:23.849Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
| 1608 | 2024-08-29T15:48:24.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1609 | 2024-08-29T15:48:24.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1610 | 2024-08-29T15:48:24.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1611 | 2024-08-29T15:48:24.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1612 | 2024-08-29T15:48:24.489Z | |
| 1613 | 2024-08-29T15:48:24.489Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
| 1614 | 2024-08-29T15:48:25.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1615 | 2024-08-29T15:48:25.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1616 | 2024-08-29T15:48:25.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1617 | 2024-08-29T15:48:25.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1618 | 2024-08-29T15:48:25.127Z | |
| 1619 | 2024-08-29T15:48:25.127Z | info: running `cargo check --bins` on oxlog (28/158) |
| 1620 | 2024-08-29T15:48:25.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1621 | 2024-08-29T15:48:25.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1622 | 2024-08-29T15:48:25.731Z | Checking cfg-if v1.0.0 |
| 1623 | 2024-08-29T15:48:25.734Z | Checking libc v0.2.158 |
| 1624 | 2024-08-29T15:48:25.816Z | Checking memchr v2.7.2 |
| 1625 | 2024-08-29T15:48:25.831Z | Checking serde v1.0.208 |
| 1626 | 2024-08-29T15:48:25.834Z | Checking zeroize v1.7.0 |
| 1627 | 2024-08-29T15:48:25.848Z | Checking typenum v1.17.0 |
| 1628 | 2024-08-29T15:48:25.851Z | Checking scopeguard v1.2.0 |
| 1629 | 2024-08-29T15:48:25.851Z | Checking byteorder v1.5.0 |
| 1630 | 2024-08-29T15:48:25.881Z | Checking log v0.4.21 |
| 1631 | 2024-08-29T15:48:25.972Z | Checking lock_api v0.4.12 |
| 1632 | 2024-08-29T15:48:26.084Z | Checking subtle v2.5.0 |
| 1633 | 2024-08-29T15:48:26.167Z | Checking const-oid v0.9.6 |
| 1634 | 2024-08-29T15:48:26.251Z | Checking once_cell v1.19.0 |
| 1635 | 2024-08-29T15:48:26.341Z | Checking itoa v1.0.11 |
| 1636 | 2024-08-29T15:48:26.390Z | Checking smallvec v1.13.2 |
| 1637 | 2024-08-29T15:48:26.535Z | Checking pin-project-lite v0.2.14 |
| 1638 | 2024-08-29T15:48:26.557Z | Checking zerocopy v0.7.34 |
| 1639 | 2024-08-29T15:48:26.653Z | Checking spin v0.9.8 |
| 1640 | 2024-08-29T15:48:26.678Z | Checking tinyvec_macros v0.1.1 |
| 1641 | 2024-08-29T15:48:26.728Z | Checking cpufeatures v0.2.12 |
| 1642 | 2024-08-29T15:48:26.764Z | Checking tinyvec v1.6.0 |
| 1643 | 2024-08-29T15:48:26.817Z | Checking futures-core v0.3.30 |
| 1644 | 2024-08-29T15:48:26.890Z | Checking getrandom v0.2.14 |
| 1645 | 2024-08-29T15:48:26.983Z | Checking parking_lot_core v0.9.10 |
| 1646 | 2024-08-29T15:48:26.985Z | Checking signal-hook-registry v1.4.2 |
| 1647 | 2024-08-29T15:48:27.125Z | Checking generic-array v0.14.7 |
| 1648 | 2024-08-29T15:48:27.138Z | Checking rand_core v0.6.4 |
| 1649 | 2024-08-29T15:48:27.214Z | Checking mio v1.0.2 |
| 1650 | 2024-08-29T15:48:27.296Z | Checking parking_lot v0.12.2 |
| 1651 | 2024-08-29T15:48:27.427Z | Checking socket2 v0.5.7 |
| 1652 | 2024-08-29T15:48:27.613Z | Checking futures-sink v0.3.30 |
| 1653 | 2024-08-29T15:48:27.745Z | Checking allocator-api2 v0.2.18 |
| 1654 | 2024-08-29T15:48:27.797Z | Checking unicode-bidi v0.3.15 |
| 1655 | 2024-08-29T15:48:27.896Z | Checking libm v0.2.8 |
| 1656 | 2024-08-29T15:48:27.968Z | Checking equivalent v1.0.1 |
| 1657 | 2024-08-29T15:48:27.993Z | Checking ahash v0.8.11 |
| 1658 | 2024-08-29T15:48:28.068Z | Checking unicode-normalization v0.1.23 |
| 1659 | 2024-08-29T15:48:28.068Z | Checking ryu v1.0.18 |
| 1660 | 2024-08-29T15:48:28.225Z | Checking crypto-common v0.1.6 |
| 1661 | 2024-08-29T15:48:28.279Z | Checking block-buffer v0.10.4 |
| 1662 | 2024-08-29T15:48:28.393Z | Checking block-padding v0.3.3 |
| 1663 | 2024-08-29T15:48:28.408Z | Checking futures-channel v0.3.30 |
| 1664 | 2024-08-29T15:48:28.421Z | Checking slab v0.4.9 |
| 1665 | 2024-08-29T15:48:28.484Z | Checking digest v0.10.7 |
| 1666 | 2024-08-29T15:48:28.506Z | Checking hashbrown v0.14.5 |
| 1667 | 2024-08-29T15:48:28.587Z | Checking inout v0.1.3 |
| 1668 | 2024-08-29T15:48:28.655Z | Checking futures-task v0.3.30 |
| 1669 | 2024-08-29T15:48:28.744Z | Checking futures-io v0.3.30 |
| 1670 | 2024-08-29T15:48:28.782Z | Checking num-traits v0.2.19 |
| 1671 | 2024-08-29T15:48:28.797Z | Checking cipher v0.4.4 |
| 1672 | 2024-08-29T15:48:28.836Z | Checking hmac v0.12.1 |
| 1673 | 2024-08-29T15:48:28.875Z | Checking sha2 v0.10.8 |
| 1674 | 2024-08-29T15:48:28.923Z | Checking pin-utils v0.1.0 |
| 1675 | 2024-08-29T15:48:28.970Z | Checking base64ct v1.6.0 |
| 1676 | 2024-08-29T15:48:29.006Z | Checking futures-util v0.3.30 |
| 1677 | 2024-08-29T15:48:29.028Z | Checking flagset v0.4.5 |
| 1678 | 2024-08-29T15:48:29.175Z | Checking percent-encoding v2.3.1 |
| 1679 | 2024-08-29T15:48:29.204Z | Checking ppv-lite86 v0.2.17 |
| 1680 | 2024-08-29T15:48:29.370Z | Checking salsa20 v0.10.2 |
| 1681 | 2024-08-29T15:48:29.406Z | Checking pem-rfc7468 v0.7.0 |
| 1682 | 2024-08-29T15:48:29.438Z | Checking pbkdf2 v0.12.2 |
| 1683 | 2024-08-29T15:48:29.573Z | Checking tracing-core v0.1.32 |
| 1684 | 2024-08-29T15:48:29.589Z | Checking fnv v1.0.7 |
| 1685 | 2024-08-29T15:48:29.643Z | Checking der v0.7.9 |
| 1686 | 2024-08-29T15:48:29.665Z | Checking untrusted v0.9.0 |
| 1687 | 2024-08-29T15:48:29.700Z | Checking scrypt v0.11.0 |
| 1688 | 2024-08-29T15:48:29.815Z | Checking ring v0.17.8 |
| 1689 | 2024-08-29T15:48:29.898Z | Checking rand_chacha v0.3.1 |
| 1690 | 2024-08-29T15:48:29.918Z | Checking aes v0.8.4 |
| 1691 | 2024-08-29T15:48:30.222Z | Checking tracing v0.1.40 |
| 1692 | 2024-08-29T15:48:30.254Z | Checking rand v0.8.5 |
| 1693 | 2024-08-29T15:48:30.507Z | Checking cbc v0.1.2 |
| 1694 | 2024-08-29T15:48:30.544Z | Checking thiserror v1.0.63 |
| 1695 | 2024-08-29T15:48:30.674Z | Checking foreign-types-shared v0.1.1 |
| 1696 | 2024-08-29T15:48:30.704Z | Checking form_urlencoded v1.2.1 |
| 1697 | 2024-08-29T15:48:30.763Z | Checking foreign-types v0.3.2 |
| 1698 | 2024-08-29T15:48:30.784Z | Checking openssl-sys v0.9.103 |
| 1699 | 2024-08-29T15:48:30.847Z | Checking aho-corasick v1.1.3 |
| 1700 | 2024-08-29T15:48:30.891Z | Checking unicode-ident v1.0.12 |
| 1701 | 2024-08-29T15:48:30.957Z | Checking bytes v1.7.1 |
| 1702 | 2024-08-29T15:48:31.045Z | Checking bitflags v2.6.0 |
| 1703 | 2024-08-29T15:48:31.334Z | Checking indexmap v2.4.0 |
| 1704 | 2024-08-29T15:48:31.453Z | Checking serde_json v1.0.125 |
| 1705 | 2024-08-29T15:48:31.468Z | Checking spki v0.7.3 |
| 1706 | 2024-08-29T15:48:31.585Z | Checking try-lock v0.2.5 |
| 1707 | 2024-08-29T15:48:31.718Z | Checking regex-syntax v0.8.4 |
| 1708 | 2024-08-29T15:48:31.747Z | Checking pkcs5 v0.7.1 |
| 1709 | 2024-08-29T15:48:31.784Z | Checking tokio v1.39.3 |
| 1710 | 2024-08-29T15:48:32.085Z | Checking http v0.2.12 |
| 1711 | 2024-08-29T15:48:32.234Z | Checking siphasher v0.3.11 |
| 1712 | 2024-08-29T15:48:32.493Z | Checking powerfmt v0.2.0 |
| 1713 | 2024-08-29T15:48:32.538Z | Checking pkcs8 v0.10.2 |
| 1714 | 2024-08-29T15:48:32.560Z | Checking openssl v0.10.66 |
| 1715 | 2024-08-29T15:48:32.746Z | Checking deranged v0.3.11 |
| 1716 | 2024-08-29T15:48:32.829Z | Checking want v0.3.1 |
| 1717 | 2024-08-29T15:48:33.033Z | Checking rustls-webpki v0.101.7 |
| 1718 | 2024-08-29T15:48:33.117Z | Checking sct v0.7.1 |
| 1719 | 2024-08-29T15:48:33.302Z | Checking proc-macro2 v1.0.86 |
| 1720 | 2024-08-29T15:48:33.526Z | Checking http-body v0.4.6 |
| 1721 | 2024-08-29T15:48:33.697Z | Checking uuid v1.10.0 |
| 1722 | 2024-08-29T15:48:33.901Z | Checking idna v0.5.0 |
| 1723 | 2024-08-29T15:48:33.990Z | Checking httparse v1.8.0 |
| 1724 | 2024-08-29T15:48:34.063Z | Checking errno v0.3.9 |
| 1725 | 2024-08-29T15:48:34.229Z | Checking scroll v0.12.0 |
| 1726 | 2024-08-29T15:48:34.298Z | Checking iana-time-zone v0.1.60 |
| 1727 | 2024-08-29T15:48:34.379Z | Checking ucd-trie v0.1.6 |
| 1728 | 2024-08-29T15:48:34.434Z | Checking utf8parse v0.2.1 |
| 1729 | 2024-08-29T15:48:34.513Z | Checking num-conv v0.1.0 |
| 1730 | 2024-08-29T15:48:34.563Z | Checking tower-service v0.3.2 |
| 1731 | 2024-08-29T15:48:34.577Z | Checking finl_unicode v1.2.0 |
| 1732 | 2024-08-29T15:48:34.675Z | Checking openssl-probe v0.1.5 |
| 1733 | 2024-08-29T15:48:34.689Z | Checking num_threads v0.1.7 |
| 1734 | 2024-08-29T15:48:34.726Z | Checking plain v0.2.3 |
| 1735 | 2024-08-29T15:48:34.748Z | Checking time-core v0.1.2 |
| 1736 | 2024-08-29T15:48:34.800Z | Checking httpdate v1.0.3 |
| 1737 | 2024-08-29T15:48:34.813Z | Checking adler v1.0.2 |
| 1738 | 2024-08-29T15:48:34.865Z | Checking anstyle v1.0.8 |
| 1739 | 2024-08-29T15:48:34.882Z | Checking regex-automata v0.4.6 |
| 1740 | 2024-08-29T15:48:34.896Z | Checking time v0.3.36 |
| 1741 | 2024-08-29T15:48:34.944Z | Checking miniz_oxide v0.7.2 |
| 1742 | 2024-08-29T15:48:35.006Z | Checking goblin v0.8.2 |
| 1743 | 2024-08-29T15:48:35.145Z | Checking stringprep v0.1.4 |
| 1744 | 2024-08-29T15:48:35.185Z | Checking url v2.5.2 |
| 1745 | 2024-08-29T15:48:35.389Z | Checking pest v2.7.10 |
| 1746 | 2024-08-29T15:48:35.673Z | Checking anstyle-parse v0.2.4 |
| 1747 | 2024-08-29T15:48:35.936Z | Checking chrono v0.4.38 |
| 1748 | 2024-08-29T15:48:35.959Z | Checking rustix v0.38.34 |
| 1749 | 2024-08-29T15:48:37.447Z | Checking quote v1.0.36 |
| 1750 | 2024-08-29T15:48:37.774Z | Checking rustls v0.21.12 |
| 1751 | 2024-08-29T15:48:37.858Z | Checking toml_datetime v0.6.8 |
| 1752 | 2024-08-29T15:48:37.931Z | Checking serde_spanned v0.6.7 |
| 1753 | 2024-08-29T15:48:37.996Z | Checking native-tls v0.2.11 |
| 1754 | 2024-08-29T15:48:38.012Z | Checking num-integer v0.1.46 |
| 1755 | 2024-08-29T15:48:38.114Z | Checking idna v0.3.0 |
| 1756 | 2024-08-29T15:48:38.129Z | Checking md-5 v0.10.6 |
| 1757 | 2024-08-29T15:48:38.309Z | Checking lazy_static v1.5.0 |
| 1758 | 2024-08-29T15:48:38.346Z | Checking hash32 v0.2.1 |
| 1759 | 2024-08-29T15:48:38.427Z | Checking colorchoice v1.0.1 |
| 1760 | 2024-08-29T15:48:38.485Z | Checking fallible-iterator v0.2.0 |
| 1761 | 2024-08-29T15:48:38.552Z | Checking anstyle-query v1.0.3 |
| 1762 | 2024-08-29T15:48:38.651Z | Checking base64 v0.22.1 |
| 1763 | 2024-08-29T15:48:38.670Z | Checking is_terminal_polyfill v1.70.0 |
| 1764 | 2024-08-29T15:48:38.775Z | Checking tokio-util v0.7.11 |
| 1765 | 2024-08-29T15:48:38.799Z | Checking psl-types v2.0.11 |
| 1766 | 2024-08-29T15:48:38.933Z | Checking pretty-hex v0.4.1 |
| 1767 | 2024-08-29T15:48:39.005Z | Checking stable_deref_trait v1.2.0 |
| 1768 | 2024-08-29T15:48:39.041Z | Checking gimli v0.28.1 |
| 1769 | 2024-08-29T15:48:39.092Z | Checking publicsuffix v2.2.3 |
| 1770 | 2024-08-29T15:48:39.095Z | Checking heapless v0.7.17 |
| 1771 | 2024-08-29T15:48:39.120Z | Checking postgres-protocol v0.6.7 |
| 1772 | 2024-08-29T15:48:39.313Z | Checking anstream v0.6.14 |
| 1773 | 2024-08-29T15:48:39.353Z | Checking tokio-native-tls v0.3.1 |
| 1774 | 2024-08-29T15:48:39.591Z | Checking num-iter v0.1.45 |
| 1775 | 2024-08-29T15:48:39.618Z | Checking h2 v0.3.26 |
| 1776 | 2024-08-29T15:48:39.668Z | Checking dtrace-parser v0.2.0 |
| 1777 | 2024-08-29T15:48:39.725Z | Checking terminal_size v0.3.0 |
| 1778 | 2024-08-29T15:48:39.745Z | Checking syn v2.0.74 |
| 1779 | 2024-08-29T15:48:39.885Z | Checking cookie v0.17.0 |
| 1780 | 2024-08-29T15:48:40.050Z | Checking dof v0.3.0 |
| 1781 | 2024-08-29T15:48:40.112Z | Checking phf_shared v0.11.2 |
| 1782 | 2024-08-29T15:48:40.131Z | Checking ff v0.13.0 |
| 1783 | 2024-08-29T15:48:40.287Z | Checking thread-id v4.2.1 |
| 1784 | 2024-08-29T15:48:40.344Z | Checking object v0.32.2 |
| 1785 | 2024-08-29T15:48:40.386Z | Checking base16ct v0.2.0 |
| 1786 | 2024-08-29T15:48:40.398Z | Checking ipnet v2.9.0 |
| 1787 | 2024-08-29T15:48:40.575Z | Checking either v1.13.0 |
| 1788 | 2024-08-29T15:48:40.625Z | Checking rustc-demangle v0.1.24 |
| 1789 | 2024-08-29T15:48:40.833Z | Checking clap_lex v0.7.0 |
| 1790 | 2024-08-29T15:48:40.855Z | Checking tokio-rustls v0.24.1 |
| 1791 | 2024-08-29T15:48:40.959Z | Checking managed v0.8.0 |
| 1792 | 2024-08-29T15:48:41.028Z | Checking bitflags v1.3.2 |
| 1793 | 2024-08-29T15:48:41.061Z | Checking winnow v0.5.40 |
| 1794 | 2024-08-29T15:48:41.121Z | Checking strsim v0.11.1 |
| 1795 | 2024-08-29T15:48:41.193Z | Checking base64 v0.21.7 |
| 1796 | 2024-08-29T15:48:41.345Z | Checking smoltcp v0.9.1 |
| 1797 | 2024-08-29T15:48:41.384Z | Checking clap_builder v4.5.15 |
| 1798 | 2024-08-29T15:48:41.683Z | Checking rustls-pemfile v1.0.4 |
| 1799 | 2024-08-29T15:48:41.877Z | Checking sec1 v0.7.3 |
| 1800 | 2024-08-29T15:48:42.262Z | Checking phf v0.11.2 |
| 1801 | 2024-08-29T15:48:42.535Z | Checking group v0.13.0 |
| 1802 | 2024-08-29T15:48:42.788Z | Checking cookie_store v0.20.0 |
| 1803 | 2024-08-29T15:48:42.862Z | Checking addr2line v0.21.0 |
| 1804 | 2024-08-29T15:48:42.883Z | Checking num-bigint-dig v0.8.4 |
| 1805 | 2024-08-29T15:48:43.394Z | Checking postgres-types v0.2.7 |
| 1806 | 2024-08-29T15:48:43.432Z | Checking bstr v1.9.1 |
| 1807 | 2024-08-29T15:48:44.101Z | Checking regex v1.10.6 |
| 1808 | 2024-08-29T15:48:44.200Z | Checking toml_edit v0.19.15 |
| 1809 | 2024-08-29T15:48:44.328Z | Checking futures-executor v0.3.30 |
| 1810 | 2024-08-29T15:48:44.345Z | Checking pkcs1 v0.7.5 |
| 1811 | 2024-08-29T15:48:44.538Z | Checking phf_shared v0.10.0 |
| 1812 | 2024-08-29T15:48:44.673Z | Checking hubpack v0.1.2 |
| 1813 | 2024-08-29T15:48:44.728Z | Checking serde_urlencoded v0.7.1 |
| 1814 | 2024-08-29T15:48:44.807Z | Checking zerocopy v0.6.6 |
| 1815 | 2024-08-29T15:48:44.978Z | Checking float-cmp v0.9.0 |
| 1816 | 2024-08-29T15:48:45.030Z | Checking signal-hook v0.3.17 |
| 1817 | 2024-08-29T15:48:45.133Z | Checking crc32fast v1.4.0 |
| 1818 | 2024-08-29T15:48:45.147Z | Checking crossbeam-utils v0.8.19 |
| 1819 | 2024-08-29T15:48:45.340Z | Checking hkdf v0.12.4 |
| 1820 | 2024-08-29T15:48:45.343Z | Checking idna v0.4.0 |
| 1821 | 2024-08-29T15:48:45.509Z | Checking signature v2.2.0 |
| 1822 | 2024-08-29T15:48:45.524Z | Checking crypto-bigint v0.5.5 |
| 1823 | 2024-08-29T15:48:45.636Z | Checking hyper v0.14.30 |
| 1824 | 2024-08-29T15:48:45.693Z | Checking mio v0.8.11 |
| 1825 | 2024-08-29T15:48:45.837Z | Checking memmap v0.7.0 |
| 1826 | 2024-08-29T15:48:46.029Z | Checking encoding_rs v0.8.34 |
| 1827 | 2024-08-29T15:48:46.130Z | Checking whoami v1.5.1 |
| 1828 | 2024-08-29T15:48:46.207Z | Checking usdt-impl v0.5.0 |
| 1829 | 2024-08-29T15:48:46.298Z | Checking backtrace v0.3.71 |
| 1830 | 2024-08-29T15:48:46.313Z | Checking static_assertions v1.1.0 |
| 1831 | 2024-08-29T15:48:46.395Z | Checking bit-vec v0.6.3 |
| 1832 | 2024-08-29T15:48:46.430Z | Checking precomputed-hash v0.1.1 |
| 1833 | 2024-08-29T15:48:46.535Z | Checking dyn-clone v1.0.17 |
| 1834 | 2024-08-29T15:48:46.614Z | Checking unicode-width v0.1.13 |
| 1835 | 2024-08-29T15:48:46.659Z | Checking unicode-segmentation v1.11.0 |
| 1836 | 2024-08-29T15:48:46.693Z | Checking mime v0.3.17 |
| 1837 | 2024-08-29T15:48:46.724Z | Checking webpki-roots v0.25.4 |
| 1838 | 2024-08-29T15:48:46.793Z | Checking fixedbitset v0.4.2 |
| 1839 | 2024-08-29T15:48:46.820Z | Checking winnow v0.6.18 |
| 1840 | 2024-08-29T15:48:46.865Z | Checking normalize-line-endings v0.3.0 |
| 1841 | 2024-08-29T15:48:46.977Z | Checking minimal-lexical v0.2.1 |
| 1842 | 2024-08-29T15:48:46.990Z | Checking data-encoding v2.6.0 |
| 1843 | 2024-08-29T15:48:47.038Z | Checking difflib v0.4.0 |
| 1844 | 2024-08-29T15:48:47.306Z | Checking sync_wrapper v0.1.2 |
| 1845 | 2024-08-29T15:48:47.332Z | Checking new_debug_unreachable v1.0.6 |
| 1846 | 2024-08-29T15:48:47.351Z | Checking predicates-core v1.0.6 |
| 1847 | 2024-08-29T15:48:47.414Z | Checking string_cache v0.8.7 |
| 1848 | 2024-08-29T15:48:47.428Z | Checking nom v7.1.3 |
| 1849 | 2024-08-29T15:48:47.515Z | Checking predicates v3.1.2 |
| 1850 | 2024-08-29T15:48:47.684Z | Checking similar v2.6.0 |
| 1851 | 2024-08-29T15:48:47.687Z | Checking hickory-proto v0.24.1 |
| 1852 | 2024-08-29T15:48:48.159Z | Checking petgraph v0.6.5 |
| 1853 | 2024-08-29T15:48:48.204Z | Checking elliptic-curve v0.13.8 |
| 1854 | 2024-08-29T15:48:48.306Z | Checking anyhow v1.0.86 |
| 1855 | 2024-08-29T15:48:48.580Z | Checking console v0.15.8 |
| 1856 | 2024-08-29T15:48:48.665Z | Checking bit-set v0.5.3 |
| 1857 | 2024-08-29T15:48:48.887Z | Checking usdt v0.5.0 |
| 1858 | 2024-08-29T15:48:48.928Z | Checking schemars v0.8.21 |
| 1859 | 2024-08-29T15:48:49.145Z | Checking toml v0.7.8 |
| 1860 | 2024-08-29T15:48:49.160Z | Checking tokio-postgres v0.7.11 |
| 1861 | 2024-08-29T15:48:49.866Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1862 | 2024-08-29T15:48:49.898Z | Checking toml_edit v0.22.20 |
| 1863 | 2024-08-29T15:48:50.233Z | Checking signal-hook-mio v0.2.4 |
| 1864 | 2024-08-29T15:48:50.370Z | Checking crossbeam-epoch v0.9.18 |
| 1865 | 2024-08-29T15:48:50.545Z | Checking rsa v0.9.6 |
| 1866 | 2024-08-29T15:48:50.792Z | Checking flate2 v1.0.31 |
| 1867 | 2024-08-29T15:48:51.450Z | Checking futures v0.3.30 |
| 1868 | 2024-08-29T15:48:51.555Z | Checking clap v4.5.16 |
| 1869 | 2024-08-29T15:48:51.569Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1870 | 2024-08-29T15:48:51.582Z | Checking itertools v0.12.1 |
| 1871 | 2024-08-29T15:48:51.601Z | Checking itertools v0.10.5 |
| 1872 | 2024-08-29T15:48:51.651Z | Checking hyper-tls v0.5.0 |
| 1873 | 2024-08-29T15:48:51.668Z | Checking hyper-rustls v0.24.2 |
| 1874 | 2024-08-29T15:48:51.921Z | Checking tokio-stream v0.1.15 |
| 1875 | 2024-08-29T15:48:51.965Z | Checking reqwest v0.11.27 |
| 1876 | 2024-08-29T15:48:52.126Z | Checking fs-err v2.11.0 |
| 1877 | 2024-08-29T15:48:52.359Z | Checking nix v0.28.0 |
| 1878 | 2024-08-29T15:48:52.505Z | Checking openapiv3 v2.0.0 |
| 1879 | 2024-08-29T15:48:52.683Z | Checking slog v2.7.0 |
| 1880 | 2024-08-29T15:48:52.734Z | Checking semver v1.0.23 |
| 1881 | 2024-08-29T15:48:53.156Z | Checking hex v0.4.3 |
| 1882 | 2024-08-29T15:48:53.196Z | Checking sha1 v0.10.6 |
| 1883 | 2024-08-29T15:48:53.463Z | Checking lalrpop-util v0.19.12 |
| 1884 | 2024-08-29T15:48:53.591Z | Checking peg-runtime v0.8.3 |
| 1885 | 2024-08-29T15:48:53.680Z | Checking camino v1.1.9 |
| 1886 | 2024-08-29T15:48:53.742Z | Checking sigpipe v0.1.3 |
| 1887 | 2024-08-29T15:48:55.232Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1888 | 2024-08-29T15:48:55.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.40s |
| 1889 | 2024-08-29T15:48:55.663Z | |
| 1890 | 2024-08-29T15:48:55.663Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
| 1891 | 2024-08-29T15:48:56.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2024-08-29T15:48:56.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2024-08-29T15:48:56.332Z | Compiling regress v0.9.1 |
| 1894 | 2024-08-29T15:48:56.426Z | Checking strum v0.26.3 |
| 1895 | 2024-08-29T15:48:56.445Z | Checking heck v0.5.0 |
| 1896 | 2024-08-29T15:48:56.456Z | Compiling getopts v0.2.21 |
| 1897 | 2024-08-29T15:48:56.458Z | Checking dirs-sys-next v0.1.2 |
| 1898 | 2024-08-29T15:48:56.479Z | Compiling unsafe-libyaml v0.2.11 |
| 1899 | 2024-08-29T15:48:56.542Z | Checking http v1.1.0 |
| 1900 | 2024-08-29T15:48:56.605Z | Checking thread_local v1.1.8 |
| 1901 | 2024-08-29T15:48:56.622Z | Checking dirs-next v2.0.0 |
| 1902 | 2024-08-29T15:48:56.740Z | Compiling ident_case v1.0.1 |
| 1903 | 2024-08-29T15:48:56.789Z | Checking rustls-pki-types v1.7.0 |
| 1904 | 2024-08-29T15:48:56.859Z | Checking term v0.7.0 |
| 1905 | 2024-08-29T15:48:56.905Z | Compiling darling_core v0.20.9 |
| 1906 | 2024-08-29T15:48:57.181Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1907 | 2024-08-29T15:48:57.264Z | Checking crossbeam-channel v0.5.12 |
| 1908 | 2024-08-29T15:48:57.328Z | Checking is-terminal v0.4.12 |
| 1909 | 2024-08-29T15:48:57.446Z | Checking atty v0.2.14 |
| 1910 | 2024-08-29T15:48:57.516Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1911 | 2024-08-29T15:48:57.558Z | Compiling rustls v0.22.4 |
| 1912 | 2024-08-29T15:48:57.849Z | Compiling serde_yaml v0.9.34+deprecated |
| 1913 | 2024-08-29T15:48:57.863Z | Compiling paste v1.0.15 |
| 1914 | 2024-08-29T15:48:57.938Z | Checking utf-8 v0.7.6 |
| 1915 | 2024-08-29T15:48:57.979Z | Checking humantime v2.1.0 |
| 1916 | 2024-08-29T15:48:58.141Z | Checking take_mut v0.2.2 |
| 1917 | 2024-08-29T15:48:58.269Z | Checking termcolor v1.4.1 |
| 1918 | 2024-08-29T15:48:58.284Z | Checking slog-async v2.8.0 |
| 1919 | 2024-08-29T15:48:58.503Z | Checking slog-term v2.9.1 |
| 1920 | 2024-08-29T15:48:58.518Z | Checking rustls-webpki v0.102.4 |
| 1921 | 2024-08-29T15:48:58.558Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1922 | 2024-08-29T15:48:58.702Z | Checking env_logger v0.9.3 |
| 1923 | 2024-08-29T15:48:58.889Z | Compiling proc-macro-crate v1.3.1 |
| 1924 | 2024-08-29T15:48:58.976Z | Compiling bitstruct_derive v0.1.0 |
| 1925 | 2024-08-29T15:48:59.127Z | Compiling structmeta-derive v0.3.0 |
| 1926 | 2024-08-29T15:48:59.252Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1927 | 2024-08-29T15:48:59.379Z | Compiling multer v3.1.0 |
| 1928 | 2024-08-29T15:48:59.674Z | Checking match_cfg v0.1.0 |
| 1929 | 2024-08-29T15:48:59.761Z | Checking ascii v1.1.0 |
| 1930 | 2024-08-29T15:48:59.861Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1931 | 2024-08-29T15:49:00.141Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1932 | 2024-08-29T15:49:00.321Z | Checking bitstruct v0.1.1 |
| 1933 | 2024-08-29T15:49:00.435Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1934 | 2024-08-29T15:49:00.455Z | Compiling num_enum_derive v0.5.11 |
| 1935 | 2024-08-29T15:49:01.326Z | Checking hostname v0.3.1 |
| 1936 | 2024-08-29T15:49:01.447Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1937 | 2024-08-29T15:49:01.600Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1938 | 2024-08-29T15:49:01.915Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1939 | 2024-08-29T15:49:02.090Z | Compiling structmeta v0.3.0 |
| 1940 | 2024-08-29T15:49:02.190Z | Checking slog-json v2.6.1 |
| 1941 | 2024-08-29T15:49:02.219Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1942 | 2024-08-29T15:49:02.440Z | Checking serde_arrays v0.1.0 |
| 1943 | 2024-08-29T15:49:02.474Z | Checking erased-serde v0.3.31 |
| 1944 | 2024-08-29T15:49:02.494Z | Compiling foreign-types-macros v0.2.3 |
| 1945 | 2024-08-29T15:49:02.589Z | Compiling async-stream-impl v0.3.5 |
| 1946 | 2024-08-29T15:49:03.070Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1947 | 2024-08-29T15:49:03.084Z | Checking arc-swap v1.7.1 |
| 1948 | 2024-08-29T15:49:03.370Z | Checking atomic-waker v1.1.2 |
| 1949 | 2024-08-29T15:49:03.499Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1950 | 2024-08-29T15:49:03.527Z | Checking foreign-types-shared v0.3.1 |
| 1951 | 2024-08-29T15:49:03.603Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1952 | 2024-08-29T15:49:03.632Z | Checking slog-scope v4.4.0 |
| 1953 | 2024-08-29T15:49:03.813Z | Checking foreign-types v0.5.0 |
| 1954 | 2024-08-29T15:49:03.827Z | Checking waitgroup v0.1.2 |
| 1955 | 2024-08-29T15:49:03.902Z | Checking num_enum v0.5.11 |
| 1956 | 2024-08-29T15:49:03.916Z | Compiling parse-display-derive v0.10.0 |
| 1957 | 2024-08-29T15:49:03.931Z | Compiling darling_macro v0.20.9 |
| 1958 | 2024-08-29T15:49:03.949Z | Checking slog-bunyan v2.5.0 |
| 1959 | 2024-08-29T15:49:03.963Z | Checking async-stream v0.3.5 |
| 1960 | 2024-08-29T15:49:04.046Z | Compiling proc-macro-error v1.0.4 |
| 1961 | 2024-08-29T15:49:04.290Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1962 | 2024-08-29T15:49:04.400Z | Checking toml v0.8.19 |
| 1963 | 2024-08-29T15:49:04.651Z | Checking tungstenite v0.20.1 |
| 1964 | 2024-08-29T15:49:04.723Z | Checking rustls-pemfile v2.1.3 |
| 1965 | 2024-08-29T15:49:04.876Z | Compiling darling v0.20.9 |
| 1966 | 2024-08-29T15:49:04.961Z | Compiling heck v0.3.3 |
| 1967 | 2024-08-29T15:49:04.989Z | Compiling serde_with_macros v3.9.0 |
| 1968 | 2024-08-29T15:49:05.044Z | Checking tokio-rustls v0.25.0 |
| 1969 | 2024-08-29T15:49:05.129Z | Checking ipnetwork v0.20.0 |
| 1970 | 2024-08-29T15:49:05.394Z | Checking newtype-uuid v1.1.0 |
| 1971 | 2024-08-29T15:49:05.408Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1972 | 2024-08-29T15:49:05.480Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1973 | 2024-08-29T15:49:05.527Z | Checking serde_path_to_error v0.1.16 |
| 1974 | 2024-08-29T15:49:05.627Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1975 | 2024-08-29T15:49:06.156Z | Checking hostname v0.4.0 |
| 1976 | 2024-08-29T15:49:06.277Z | Checking cstr-argument v0.1.2 |
| 1977 | 2024-08-29T15:49:06.328Z | Checking instant v0.1.12 |
| 1978 | 2024-08-29T15:49:06.440Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1979 | 2024-08-29T15:49:06.440Z | Checking pretty-hex v0.2.1 |
| 1980 | 2024-08-29T15:49:06.466Z | Checking debug-ignore v1.0.5 |
| 1981 | 2024-08-29T15:49:06.599Z | Checking fastrand v2.1.0 |
| 1982 | 2024-08-29T15:49:06.614Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1983 | 2024-08-29T15:49:06.749Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1984 | 2024-08-29T15:49:06.876Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1985 | 2024-08-29T15:49:06.907Z | Checking tempfile v3.10.1 |
| 1986 | 2024-08-29T15:49:07.011Z | Checking backoff v0.4.0 |
| 1987 | 2024-08-29T15:49:07.199Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1988 | 2024-08-29T15:49:07.248Z | Checking tokio-tungstenite v0.20.1 |
| 1989 | 2024-08-29T15:49:07.282Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1990 | 2024-08-29T15:49:07.415Z | Compiling zone_cfg_derive v0.1.2 |
| 1991 | 2024-08-29T15:49:07.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1992 | 2024-08-29T15:49:07.728Z | Checking slog-stdlog v4.1.1 |
| 1993 | 2024-08-29T15:49:07.897Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1994 | 2024-08-29T15:49:07.969Z | Checking serde_with v3.9.0 |
| 1995 | 2024-08-29T15:49:08.098Z | Checking tungstenite v0.21.0 |
| 1996 | 2024-08-29T15:49:08.389Z | Checking colored v2.1.0 |
| 1997 | 2024-08-29T15:49:08.519Z | Checking parse-display v0.10.0 |
| 1998 | 2024-08-29T15:49:08.697Z | Checking macaddr v1.0.1 |
| 1999 | 2024-08-29T15:49:08.755Z | Checking socket2 v0.4.10 |
| 2000 | 2024-08-29T15:49:08.983Z | Checking base64 v0.13.1 |
| 2001 | 2024-08-29T15:49:08.986Z | Checking tokio-tungstenite v0.21.0 |
| 2002 | 2024-08-29T15:49:09.025Z | Checking zone v0.1.8 |
| 2003 | 2024-08-29T15:49:09.403Z | Checking ron v0.7.1 |
| 2004 | 2024-08-29T15:49:09.442Z | Checking slog-envlogger v2.2.0 |
| 2005 | 2024-08-29T15:49:09.652Z | Checking pem v3.0.4 |
| 2006 | 2024-08-29T15:49:09.666Z | Checking tabwriter v1.4.0 |
| 2007 | 2024-08-29T15:49:09.895Z | Checking xattr v1.3.1 |
| 2008 | 2024-08-29T15:49:09.914Z | Checking portpicker v0.1.1 |
| 2009 | 2024-08-29T15:49:10.045Z | Checking yasna v0.5.2 |
| 2010 | 2024-08-29T15:49:10.084Z | Checking headers-core v0.2.0 |
| 2011 | 2024-08-29T15:49:10.221Z | Checking smf v0.2.3 |
| 2012 | 2024-08-29T15:49:10.536Z | Checking filetime v0.2.24 |
| 2013 | 2024-08-29T15:49:10.665Z | Checking same-file v1.0.6 |
| 2014 | 2024-08-29T15:49:10.726Z | Checking tar v0.4.41 |
| 2015 | 2024-08-29T15:49:10.833Z | Checking walkdir v2.5.0 |
| 2016 | 2024-08-29T15:49:10.848Z | Checking headers v0.3.9 |
| 2017 | 2024-08-29T15:49:10.912Z | Checking rcgen v0.12.1 |
| 2018 | 2024-08-29T15:49:11.111Z | Checking camino-tempfile v1.1.1 |
| 2019 | 2024-08-29T15:49:11.353Z | Checking atomicwrites v0.4.3 |
| 2020 | 2024-08-29T15:49:11.380Z | Checking subprocess v0.2.9 |
| 2021 | 2024-08-29T15:49:12.327Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2022 | 2024-08-29T15:49:12.596Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2023 | 2024-08-29T15:49:14.321Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2024 | 2024-08-29T15:49:16.168Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2025 | 2024-08-29T15:49:16.233Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2026 | 2024-08-29T15:49:19.342Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2027 | 2024-08-29T15:49:25.098Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2028 | 2024-08-29T15:49:25.228Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2029 | 2024-08-29T15:49:25.228Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2030 | 2024-08-29T15:49:27.684Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2031 | 2024-08-29T15:49:28.166Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2032 | 2024-08-29T15:49:34.042Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2033 | 2024-08-29T15:49:35.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2034 | 2024-08-29T15:49:36.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.88s |
| 2035 | 2024-08-29T15:49:36.702Z | |
| 2036 | 2024-08-29T15:49:36.702Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
| 2037 | 2024-08-29T15:49:37.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2024-08-29T15:49:37.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2024-08-29T15:49:37.361Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2040 | 2024-08-29T15:49:38.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 2041 | 2024-08-29T15:49:38.740Z | |
| 2042 | 2024-08-29T15:49:38.740Z | info: running `cargo check --bins` on nexus-config (31/158) |
| 2043 | 2024-08-29T15:49:39.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2024-08-29T15:49:39.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2024-08-29T15:49:39.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2024-08-29T15:49:39.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2047 | 2024-08-29T15:49:39.371Z | |
| 2048 | 2024-08-29T15:49:39.371Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
| 2049 | 2024-08-29T15:49:39.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2024-08-29T15:49:39.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2024-08-29T15:49:39.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2024-08-29T15:49:39.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2053 | 2024-08-29T15:49:39.973Z | |
| 2054 | 2024-08-29T15:49:39.973Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
| 2055 | 2024-08-29T15:49:40.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2024-08-29T15:49:40.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2024-08-29T15:49:40.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2024-08-29T15:49:40.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2059 | 2024-08-29T15:49:40.608Z | |
| 2060 | 2024-08-29T15:49:40.608Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
| 2061 | 2024-08-29T15:49:41.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2024-08-29T15:49:41.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2024-08-29T15:49:41.266Z | Compiling heapless v0.8.0 |
| 2064 | 2024-08-29T15:49:41.357Z | Checking hash32 v0.3.1 |
| 2065 | 2024-08-29T15:49:41.360Z | Compiling smoltcp v0.11.0 |
| 2066 | 2024-08-29T15:49:41.375Z | Checking embedded-io v0.4.0 |
| 2067 | 2024-08-29T15:49:41.378Z | Checking cobs v0.2.3 |
| 2068 | 2024-08-29T15:49:41.399Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2069 | 2024-08-29T15:49:41.401Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2070 | 2024-08-29T15:49:41.423Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2071 | 2024-08-29T15:49:41.508Z | Compiling crucible-workspace-hack v0.1.0 |
| 2072 | 2024-08-29T15:49:41.538Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2073 | 2024-08-29T15:49:41.553Z | Checking postcard v1.0.8 |
| 2074 | 2024-08-29T15:49:41.565Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2075 | 2024-08-29T15:49:41.740Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2076 | 2024-08-29T15:49:41.778Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2077 | 2024-08-29T15:49:41.900Z | Checking newline-converter v0.3.0 |
| 2078 | 2024-08-29T15:49:42.031Z | Compiling num-derive v0.4.2 |
| 2079 | 2024-08-29T15:49:42.066Z | Compiling slog-dtrace v0.3.0 |
| 2080 | 2024-08-29T15:49:42.123Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2081 | 2024-08-29T15:49:42.215Z | Compiling convert_case v0.4.0 |
| 2082 | 2024-08-29T15:49:42.284Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2083 | 2024-08-29T15:49:42.415Z | Checking expectorate v1.1.0 |
| 2084 | 2024-08-29T15:49:42.509Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2085 | 2024-08-29T15:49:43.012Z | Compiling derive_more v0.99.18 |
| 2086 | 2024-08-29T15:49:43.159Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2087 | 2024-08-29T15:49:43.768Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2088 | 2024-08-29T15:49:45.093Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2089 | 2024-08-29T15:49:45.992Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2090 | 2024-08-29T15:49:46.620Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2091 | 2024-08-29T15:49:47.050Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2092 | 2024-08-29T15:49:48.752Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2093 | 2024-08-29T15:49:49.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s |
| 2094 | 2024-08-29T15:49:49.553Z | |
| 2095 | 2024-08-29T15:49:49.553Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
| 2096 | 2024-08-29T15:49:50.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2024-08-29T15:49:50.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2024-08-29T15:49:50.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2024-08-29T15:49:50.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2100 | 2024-08-29T15:49:50.183Z | |
| 2101 | 2024-08-29T15:49:50.183Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
| 2102 | 2024-08-29T15:49:50.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2024-08-29T15:49:50.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2024-08-29T15:49:50.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2024-08-29T15:49:50.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2106 | 2024-08-29T15:49:50.817Z | |
| 2107 | 2024-08-29T15:49:50.817Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
| 2108 | 2024-08-29T15:49:51.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2024-08-29T15:49:51.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2024-08-29T15:49:51.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2024-08-29T15:49:51.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2112 | 2024-08-29T15:49:51.555Z | |
| 2113 | 2024-08-29T15:49:51.555Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
| 2114 | 2024-08-29T15:49:52.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2024-08-29T15:49:52.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2024-08-29T15:49:52.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2024-08-29T15:49:52.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2118 | 2024-08-29T15:49:52.289Z | |
| 2119 | 2024-08-29T15:49:52.289Z | info: running `cargo check --bins` on dns-server (39/158) |
| 2120 | 2024-08-29T15:49:52.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2024-08-29T15:49:52.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2024-08-29T15:49:52.919Z | Compiling parking_lot_core v0.8.6 |
| 2123 | 2024-08-29T15:49:53.008Z | Checking nibble_vec v0.1.0 |
| 2124 | 2024-08-29T15:49:53.010Z | Checking quick-error v1.2.3 |
| 2125 | 2024-08-29T15:49:53.010Z | Checking endian-type v0.1.2 |
| 2126 | 2024-08-29T15:49:53.010Z | Checking linked-hash-map v0.5.6 |
| 2127 | 2024-08-29T15:49:53.015Z | Checking fxhash v0.2.1 |
| 2128 | 2024-08-29T15:49:53.024Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2129 | 2024-08-29T15:49:53.026Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2130 | 2024-08-29T15:49:53.140Z | Checking resolv-conf v0.7.0 |
| 2131 | 2024-08-29T15:49:53.158Z | Checking hickory-server v0.24.1 |
| 2132 | 2024-08-29T15:49:53.181Z | Checking radix_trie v0.2.1 |
| 2133 | 2024-08-29T15:49:53.332Z | Checking lru-cache v0.1.2 |
| 2134 | 2024-08-29T15:49:53.478Z | Checking hickory-resolver v0.24.1 |
| 2135 | 2024-08-29T15:49:53.561Z | Checking hickory-client v0.24.1 |
| 2136 | 2024-08-29T15:49:53.674Z | Checking parking_lot v0.11.2 |
| 2137 | 2024-08-29T15:49:53.951Z | Checking sled v0.34.7 |
| 2138 | 2024-08-29T15:49:55.655Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2139 | 2024-08-29T15:49:56.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 2140 | 2024-08-29T15:49:56.845Z | |
| 2141 | 2024-08-29T15:49:56.845Z | info: running `cargo check --bins` on dns-server-api (40/158) |
| 2142 | 2024-08-29T15:49:57.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2024-08-29T15:49:57.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2024-08-29T15:49:57.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2024-08-29T15:49:57.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2146 | 2024-08-29T15:49:57.457Z | |
| 2147 | 2024-08-29T15:49:57.457Z | info: running `cargo check --bins` on dns-service-client (41/158) |
| 2148 | 2024-08-29T15:49:58.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2024-08-29T15:49:58.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2024-08-29T15:49:58.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2024-08-29T15:49:58.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2152 | 2024-08-29T15:49:58.075Z | |
| 2153 | 2024-08-29T15:49:58.075Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
| 2154 | 2024-08-29T15:49:58.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2024-08-29T15:49:58.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2024-08-29T15:49:58.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2024-08-29T15:49:58.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2158 | 2024-08-29T15:49:58.766Z | |
| 2159 | 2024-08-29T15:49:58.767Z | info: running `cargo check --bins` on gateway-types (43/158) |
| 2160 | 2024-08-29T15:49:59.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2024-08-29T15:49:59.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2024-08-29T15:49:59.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2024-08-29T15:49:59.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2164 | 2024-08-29T15:49:59.395Z | |
| 2165 | 2024-08-29T15:49:59.395Z | info: running `cargo check --bins` on ipcc (44/158) |
| 2166 | 2024-08-29T15:49:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2024-08-29T15:49:59.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2024-08-29T15:49:59.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2024-08-29T15:49:59.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2170 | 2024-08-29T15:50:00.021Z | |
| 2171 | 2024-08-29T15:50:00.021Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
| 2172 | 2024-08-29T15:50:00.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2024-08-29T15:50:00.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2024-08-29T15:50:00.721Z | Compiling rustls-pki-types v1.7.0 |
| 2175 | 2024-08-29T15:50:00.724Z | Compiling match_cfg v0.1.0 |
| 2176 | 2024-08-29T15:50:00.815Z | Checking num-rational v0.4.2 |
| 2177 | 2024-08-29T15:50:00.818Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2178 | 2024-08-29T15:50:00.822Z | Compiling slog-json v2.6.1 |
| 2179 | 2024-08-29T15:50:00.828Z | Compiling http v1.1.0 |
| 2180 | 2024-08-29T15:50:00.831Z | Checking num-complex v0.4.6 |
| 2181 | 2024-08-29T15:50:00.845Z | Compiling prettyplease v0.2.20 |
| 2182 | 2024-08-29T15:50:00.885Z | Compiling hostname v0.3.1 |
| 2183 | 2024-08-29T15:50:01.116Z | Compiling atomic-waker v1.1.2 |
| 2184 | 2024-08-29T15:50:01.170Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2185 | 2024-08-29T15:50:01.207Z | Compiling slog-bunyan v2.5.0 |
| 2186 | 2024-08-29T15:50:01.231Z | Compiling rustls-webpki v0.102.4 |
| 2187 | 2024-08-29T15:50:01.300Z | Compiling rustls-pemfile v2.1.3 |
| 2188 | 2024-08-29T15:50:01.369Z | Compiling waitgroup v0.1.2 |
| 2189 | 2024-08-29T15:50:01.393Z | Compiling async-stream v0.3.5 |
| 2190 | 2024-08-29T15:50:01.438Z | Compiling toml v0.8.19 |
| 2191 | 2024-08-29T15:50:01.585Z | Compiling ipnetwork v0.20.0 |
| 2192 | 2024-08-29T15:50:01.601Z | Compiling newtype-uuid v1.1.0 |
| 2193 | 2024-08-29T15:50:01.677Z | Compiling serde_path_to_error v0.1.16 |
| 2194 | 2024-08-29T15:50:01.723Z | Checking num v0.4.3 |
| 2195 | 2024-08-29T15:50:01.811Z | Compiling hostname v0.4.0 |
| 2196 | 2024-08-29T15:50:01.826Z | Compiling instant v0.1.12 |
| 2197 | 2024-08-29T15:50:01.895Z | Compiling debug-ignore v1.0.5 |
| 2198 | 2024-08-29T15:50:01.972Z | Checking float-ord v0.3.2 |
| 2199 | 2024-08-29T15:50:02.033Z | Compiling rustls v0.22.4 |
| 2200 | 2024-08-29T15:50:02.070Z | Compiling semver v0.1.20 |
| 2201 | 2024-08-29T15:50:02.103Z | Compiling radium v0.7.0 |
| 2202 | 2024-08-29T15:50:02.477Z | Compiling multer v3.1.0 |
| 2203 | 2024-08-29T15:50:02.531Z | Compiling rustc_version v0.1.7 |
| 2204 | 2024-08-29T15:50:02.591Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2205 | 2024-08-29T15:50:02.734Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2206 | 2024-08-29T15:50:03.053Z | Compiling backoff v0.4.0 |
| 2207 | 2024-08-29T15:50:03.151Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2208 | 2024-08-29T15:50:03.275Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2209 | 2024-08-29T15:50:03.305Z | Compiling parse-display v0.10.0 |
| 2210 | 2024-08-29T15:50:03.397Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2211 | 2024-08-29T15:50:03.477Z | Compiling serde_with v3.9.0 |
| 2212 | 2024-08-29T15:50:03.498Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2213 | 2024-08-29T15:50:03.645Z | Compiling macaddr v1.0.1 |
| 2214 | 2024-08-29T15:50:03.963Z | Compiling maybe-uninit v2.0.0 |
| 2215 | 2024-08-29T15:50:04.098Z | Checking tap v1.0.1 |
| 2216 | 2024-08-29T15:50:04.260Z | Checking wyz v0.5.1 |
| 2217 | 2024-08-29T15:50:04.630Z | Compiling newtype_derive v0.1.6 |
| 2218 | 2024-08-29T15:50:04.690Z | Checking password-hash v0.5.0 |
| 2219 | 2024-08-29T15:50:04.935Z | Checking blake2 v0.10.6 |
| 2220 | 2024-08-29T15:50:05.020Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2221 | 2024-08-29T15:50:05.141Z | Checking crc-catalog v2.4.0 |
| 2222 | 2024-08-29T15:50:05.326Z | Compiling packed_struct v0.10.1 |
| 2223 | 2024-08-29T15:50:05.373Z | Checking funty v2.0.0 |
| 2224 | 2024-08-29T15:50:05.432Z | Checking argon2 v0.5.3 |
| 2225 | 2024-08-29T15:50:05.819Z | Checking crc v3.2.1 |
| 2226 | 2024-08-29T15:50:06.113Z | Compiling packed_struct_codegen v0.10.1 |
| 2227 | 2024-08-29T15:50:06.241Z | Compiling tokio-rustls v0.25.0 |
| 2228 | 2024-08-29T15:50:06.345Z | Checking bitvec v1.0.1 |
| 2229 | 2024-08-29T15:50:06.633Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2230 | 2024-08-29T15:50:06.973Z | Compiling indexmap v1.9.3 |
| 2231 | 2024-08-29T15:50:07.295Z | Compiling cookie v0.18.1 |
| 2232 | 2024-08-29T15:50:07.319Z | Checking half v2.4.1 |
| 2233 | 2024-08-29T15:50:07.600Z | Checking nodrop v0.1.14 |
| 2234 | 2024-08-29T15:50:07.717Z | Checking ciborium-io v0.2.2 |
| 2235 | 2024-08-29T15:50:07.782Z | Checking array-init v0.0.4 |
| 2236 | 2024-08-29T15:50:07.839Z | Checking ciborium-ll v0.2.2 |
| 2237 | 2024-08-29T15:50:08.390Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2238 | 2024-08-29T15:50:08.681Z | Checking smallvec v0.6.14 |
| 2239 | 2024-08-29T15:50:08.889Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2240 | 2024-08-29T15:50:09.067Z | Compiling memoffset v0.9.1 |
| 2241 | 2024-08-29T15:50:09.124Z | Checking highway v1.2.0 |
| 2242 | 2024-08-29T15:50:09.373Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2243 | 2024-08-29T15:50:09.531Z | Checking bitfield v0.14.0 |
| 2244 | 2024-08-29T15:50:09.546Z | Checking hashbrown v0.12.3 |
| 2245 | 2024-08-29T15:50:09.702Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2246 | 2024-08-29T15:50:09.808Z | Checking env_logger v0.10.2 |
| 2247 | 2024-08-29T15:50:09.995Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2248 | 2024-08-29T15:50:10.206Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2249 | 2024-08-29T15:50:11.033Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2250 | 2024-08-29T15:50:11.128Z | Checking serde-hex v0.1.0 |
| 2251 | 2024-08-29T15:50:11.143Z | Checking steno v0.4.1 |
| 2252 | 2024-08-29T15:50:11.195Z | Checking bzip2 v0.4.4 |
| 2253 | 2024-08-29T15:50:11.652Z | Checking ciborium v0.2.2 |
| 2254 | 2024-08-29T15:50:11.949Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2255 | 2024-08-29T15:50:12.119Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2256 | 2024-08-29T15:50:12.204Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2257 | 2024-08-29T15:50:12.663Z | Checking ron v0.8.1 |
| 2258 | 2024-08-29T15:50:12.767Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2259 | 2024-08-29T15:50:13.378Z | Checking x509-cert v0.2.5 |
| 2260 | 2024-08-29T15:50:13.403Z | Checking hashbrown v0.13.2 |
| 2261 | 2024-08-29T15:50:13.888Z | Compiling derive-where v1.2.7 |
| 2262 | 2024-08-29T15:50:14.356Z | Checking crc-any v2.5.0 |
| 2263 | 2024-08-29T15:50:14.732Z | Checking object v0.30.4 |
| 2264 | 2024-08-29T15:50:14.967Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2265 | 2024-08-29T15:50:15.210Z | Checking zip v0.6.6 |
| 2266 | 2024-08-29T15:50:15.534Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2267 | 2024-08-29T15:50:15.751Z | Checking path-slash v0.1.5 |
| 2268 | 2024-08-29T15:50:15.895Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2269 | 2024-08-29T15:50:15.895Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2270 | 2024-08-29T15:50:15.926Z | Checking nix v0.27.1 |
| 2271 | 2024-08-29T15:50:16.736Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2272 | 2024-08-29T15:50:16.762Z | Checking kstat-rs v0.2.4 |
| 2273 | 2024-08-29T15:50:16.974Z | Checking serde-big-array v0.5.1 |
| 2274 | 2024-08-29T15:50:17.102Z | Checking signal-hook-tokio v0.3.1 |
| 2275 | 2024-08-29T15:50:17.458Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2276 | 2024-08-29T15:50:18.527Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2277 | 2024-08-29T15:50:21.668Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2278 | 2024-08-29T15:50:23.312Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2279 | 2024-08-29T15:50:25.821Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2280 | 2024-08-29T15:50:28.257Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2281 | 2024-08-29T15:50:28.833Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2282 | 2024-08-29T15:50:29.072Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2283 | 2024-08-29T15:50:33.655Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2284 | 2024-08-29T15:50:34.270Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2285 | 2024-08-29T15:50:36.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.82s |
| 2286 | 2024-08-29T15:50:37.004Z | |
| 2287 | 2024-08-29T15:50:37.004Z | info: running `cargo check --bins` on gateway-api (46/158) |
| 2288 | 2024-08-29T15:50:37.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2024-08-29T15:50:37.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2024-08-29T15:50:37.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2024-08-29T15:50:37.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2292 | 2024-08-29T15:50:37.650Z | |
| 2293 | 2024-08-29T15:50:37.650Z | info: running `cargo check --bins` on oximeter (47/158) |
| 2294 | 2024-08-29T15:50:38.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2024-08-29T15:50:38.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2024-08-29T15:50:38.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2024-08-29T15:50:38.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2298 | 2024-08-29T15:50:38.286Z | |
| 2299 | 2024-08-29T15:50:38.286Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
| 2300 | 2024-08-29T15:50:38.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2024-08-29T15:50:38.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2024-08-29T15:50:38.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2024-08-29T15:50:38.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2304 | 2024-08-29T15:50:38.896Z | |
| 2305 | 2024-08-29T15:50:38.896Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
| 2306 | 2024-08-29T15:50:39.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2024-08-29T15:50:39.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2024-08-29T15:50:39.531Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2309 | 2024-08-29T15:50:39.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2310 | 2024-08-29T15:50:40.077Z | |
| 2311 | 2024-08-29T15:50:40.077Z | info: running `cargo check --bins` on oximeter-types (50/158) |
| 2312 | 2024-08-29T15:50:40.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2024-08-29T15:50:40.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2024-08-29T15:50:40.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2024-08-29T15:50:40.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2316 | 2024-08-29T15:50:40.705Z | |
| 2317 | 2024-08-29T15:50:40.706Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
| 2318 | 2024-08-29T15:50:41.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2024-08-29T15:50:41.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2024-08-29T15:50:41.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2024-08-29T15:50:41.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2322 | 2024-08-29T15:50:41.335Z | |
| 2323 | 2024-08-29T15:50:41.335Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
| 2324 | 2024-08-29T15:50:41.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2024-08-29T15:50:41.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2024-08-29T15:50:41.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2327 | 2024-08-29T15:50:41.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2328 | 2024-08-29T15:50:41.935Z | |
| 2329 | 2024-08-29T15:50:41.935Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
| 2330 | 2024-08-29T15:50:42.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2024-08-29T15:50:42.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2024-08-29T15:50:42.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2333 | 2024-08-29T15:50:42.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2334 | 2024-08-29T15:50:42.564Z | |
| 2335 | 2024-08-29T15:50:42.564Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
| 2336 | 2024-08-29T15:50:43.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2337 | 2024-08-29T15:50:43.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2338 | 2024-08-29T15:50:43.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2339 | 2024-08-29T15:50:43.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2340 | 2024-08-29T15:50:43.206Z | |
| 2341 | 2024-08-29T15:50:43.206Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
| 2342 | 2024-08-29T15:50:43.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2024-08-29T15:50:43.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2024-08-29T15:50:43.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2345 | 2024-08-29T15:50:43.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2346 | 2024-08-29T15:50:43.838Z | |
| 2347 | 2024-08-29T15:50:43.838Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
| 2348 | 2024-08-29T15:50:44.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2349 | 2024-08-29T15:50:44.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2350 | 2024-08-29T15:50:44.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2351 | 2024-08-29T15:50:44.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2352 | 2024-08-29T15:50:44.467Z | |
| 2353 | 2024-08-29T15:50:44.467Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
| 2354 | 2024-08-29T15:50:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2355 | 2024-08-29T15:50:45.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2356 | 2024-08-29T15:50:45.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2357 | 2024-08-29T15:50:45.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2358 | 2024-08-29T15:50:45.233Z | |
| 2359 | 2024-08-29T15:50:45.233Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
| 2360 | 2024-08-29T15:50:45.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2361 | 2024-08-29T15:50:45.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2362 | 2024-08-29T15:50:45.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2363 | 2024-08-29T15:50:45.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2364 | 2024-08-29T15:50:45.742Z | |
| 2365 | 2024-08-29T15:50:45.742Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
| 2366 | 2024-08-29T15:50:46.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2367 | 2024-08-29T15:50:46.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2368 | 2024-08-29T15:50:46.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2369 | 2024-08-29T15:50:46.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2370 | 2024-08-29T15:50:46.400Z | |
| 2371 | 2024-08-29T15:50:46.400Z | info: running `cargo check --bins` on internal-dns (60/158) |
| 2372 | 2024-08-29T15:50:46.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2373 | 2024-08-29T15:50:46.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2374 | 2024-08-29T15:50:46.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2375 | 2024-08-29T15:50:46.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2376 | 2024-08-29T15:50:47.035Z | |
| 2377 | 2024-08-29T15:50:47.035Z | info: running `cargo check --bins` on nexus-client (61/158) |
| 2378 | 2024-08-29T15:50:47.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2379 | 2024-08-29T15:50:47.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2380 | 2024-08-29T15:50:47.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2381 | 2024-08-29T15:50:47.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2382 | 2024-08-29T15:50:47.682Z | |
| 2383 | 2024-08-29T15:50:47.682Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
| 2384 | 2024-08-29T15:50:48.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2385 | 2024-08-29T15:50:48.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2386 | 2024-08-29T15:50:48.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2387 | 2024-08-29T15:50:48.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2388 | 2024-08-29T15:50:48.324Z | |
| 2389 | 2024-08-29T15:50:48.324Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
| 2390 | 2024-08-29T15:50:48.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2391 | 2024-08-29T15:50:48.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2392 | 2024-08-29T15:50:48.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2393 | 2024-08-29T15:50:48.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2394 | 2024-08-29T15:50:48.936Z | |
| 2395 | 2024-08-29T15:50:48.936Z | info: running `cargo check --bins` on nexus-types (64/158) |
| 2396 | 2024-08-29T15:50:49.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2397 | 2024-08-29T15:50:49.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2398 | 2024-08-29T15:50:49.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2399 | 2024-08-29T15:50:49.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2400 | 2024-08-29T15:50:49.587Z | |
| 2401 | 2024-08-29T15:50:49.588Z | info: running `cargo check --bins` on gateway-client (65/158) |
| 2402 | 2024-08-29T15:50:50.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2403 | 2024-08-29T15:50:50.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2404 | 2024-08-29T15:50:50.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2405 | 2024-08-29T15:50:50.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2406 | 2024-08-29T15:50:50.191Z | |
| 2407 | 2024-08-29T15:50:50.191Z | info: running `cargo check --bins` on oxql-types (66/158) |
| 2408 | 2024-08-29T15:50:50.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2409 | 2024-08-29T15:50:50.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2410 | 2024-08-29T15:50:50.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2411 | 2024-08-29T15:50:50.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2412 | 2024-08-29T15:50:50.813Z | |
| 2413 | 2024-08-29T15:50:50.813Z | info: running `cargo check --bins` on sp-sim (67/158) |
| 2414 | 2024-08-29T15:50:51.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2415 | 2024-08-29T15:50:51.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2416 | 2024-08-29T15:50:51.443Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2417 | 2024-08-29T15:50:53.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
| 2418 | 2024-08-29T15:50:53.333Z | |
| 2419 | 2024-08-29T15:50:53.333Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
| 2420 | 2024-08-29T15:50:53.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2421 | 2024-08-29T15:50:53.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2422 | 2024-08-29T15:50:53.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2423 | 2024-08-29T15:50:53.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2424 | 2024-08-29T15:50:54.016Z | |
| 2425 | 2024-08-29T15:50:54.016Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
| 2426 | 2024-08-29T15:50:54.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2427 | 2024-08-29T15:50:54.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2428 | 2024-08-29T15:50:54.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2429 | 2024-08-29T15:50:54.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2430 | 2024-08-29T15:50:54.710Z | |
| 2431 | 2024-08-29T15:50:54.710Z | info: running `cargo check --bins` on db-macros (70/158) |
| 2432 | 2024-08-29T15:50:55.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2433 | 2024-08-29T15:50:55.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2434 | 2024-08-29T15:50:55.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2435 | 2024-08-29T15:50:55.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2436 | 2024-08-29T15:50:55.321Z | |
| 2437 | 2024-08-29T15:50:55.321Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
| 2438 | 2024-08-29T15:50:55.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2439 | 2024-08-29T15:50:55.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2440 | 2024-08-29T15:50:55.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2441 | 2024-08-29T15:50:55.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2442 | 2024-08-29T15:50:55.931Z | |
| 2443 | 2024-08-29T15:50:55.931Z | info: running `cargo check --bins` on nexus-auth (72/158) |
| 2444 | 2024-08-29T15:50:56.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2445 | 2024-08-29T15:50:56.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2446 | 2024-08-29T15:50:56.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2447 | 2024-08-29T15:50:56.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2448 | 2024-08-29T15:50:56.604Z | |
| 2449 | 2024-08-29T15:50:56.604Z | info: running `cargo check --bins` on authz-macros (73/158) |
| 2450 | 2024-08-29T15:50:57.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2451 | 2024-08-29T15:50:57.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2452 | 2024-08-29T15:50:57.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2453 | 2024-08-29T15:50:57.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2454 | 2024-08-29T15:50:57.217Z | |
| 2455 | 2024-08-29T15:50:57.217Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
| 2456 | 2024-08-29T15:50:57.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2457 | 2024-08-29T15:50:57.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2458 | 2024-08-29T15:50:57.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2459 | 2024-08-29T15:50:57.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2460 | 2024-08-29T15:50:57.879Z | |
| 2461 | 2024-08-29T15:50:57.879Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
| 2462 | 2024-08-29T15:50:58.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2024-08-29T15:50:58.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2024-08-29T15:50:58.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2465 | 2024-08-29T15:50:58.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2466 | 2024-08-29T15:50:58.537Z | |
| 2467 | 2024-08-29T15:50:58.538Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
| 2468 | 2024-08-29T15:50:59.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2469 | 2024-08-29T15:50:59.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2470 | 2024-08-29T15:50:59.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2471 | 2024-08-29T15:50:59.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2472 | 2024-08-29T15:50:59.170Z | |
| 2473 | 2024-08-29T15:50:59.170Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
| 2474 | 2024-08-29T15:50:59.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2475 | 2024-08-29T15:50:59.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2476 | 2024-08-29T15:50:59.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2477 | 2024-08-29T15:50:59.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2478 | 2024-08-29T15:50:59.814Z | |
| 2479 | 2024-08-29T15:50:59.814Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
| 2480 | 2024-08-29T15:51:00.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2024-08-29T15:51:00.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2024-08-29T15:51:00.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2024-08-29T15:51:00.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2484 | 2024-08-29T15:51:00.463Z | |
| 2485 | 2024-08-29T15:51:00.463Z | info: running `cargo check --bins` on typed-rng (79/158) |
| 2486 | 2024-08-29T15:51:01.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2024-08-29T15:51:01.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2024-08-29T15:51:01.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2489 | 2024-08-29T15:51:01.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2490 | 2024-08-29T15:51:01.066Z | |
| 2491 | 2024-08-29T15:51:01.066Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
| 2492 | 2024-08-29T15:51:01.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2024-08-29T15:51:01.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2024-08-29T15:51:01.791Z | Compiling rayon-core v1.12.1 |
| 2495 | 2024-08-29T15:51:01.794Z | Compiling crossbeam-deque v0.8.5 |
| 2496 | 2024-08-29T15:51:01.794Z | Compiling curve25519-dalek v4.1.3 |
| 2497 | 2024-08-29T15:51:01.794Z | Compiling unicase v2.7.0 |
| 2498 | 2024-08-29T15:51:01.887Z | Compiling same-file v1.0.6 |
| 2499 | 2024-08-29T15:51:01.890Z | Checking keccak v0.1.5 |
| 2500 | 2024-08-29T15:51:01.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2501 | 2024-08-29T15:51:01.904Z | Compiling tempfile v3.10.1 |
| 2502 | 2024-08-29T15:51:02.186Z | Compiling walkdir v2.5.0 |
| 2503 | 2024-08-29T15:51:02.203Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2504 | 2024-08-29T15:51:02.219Z | Checking sha3 v0.10.8 |
| 2505 | 2024-08-29T15:51:02.358Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2506 | 2024-08-29T15:51:02.539Z | Checking universal-hash v0.5.1 |
| 2507 | 2024-08-29T15:51:02.603Z | Checking secrecy v0.8.0 |
| 2508 | 2024-08-29T15:51:02.627Z | Compiling blake3 v1.5.1 |
| 2509 | 2024-08-29T15:51:02.729Z | Compiling ring v0.16.20 |
| 2510 | 2024-08-29T15:51:02.771Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2511 | 2024-08-29T15:51:02.815Z | Checking opaque-debug v0.3.1 |
| 2512 | 2024-08-29T15:51:02.904Z | Compiling rayon v1.10.0 |
| 2513 | 2024-08-29T15:51:02.921Z | Checking poly1305 v0.8.0 |
| 2514 | 2024-08-29T15:51:03.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2515 | 2024-08-29T15:51:03.377Z | Checking chacha20 v0.9.1 |
| 2516 | 2024-08-29T15:51:03.633Z | Checking aead v0.5.2 |
| 2517 | 2024-08-29T15:51:03.716Z | Compiling memmap2 v0.9.4 |
| 2518 | 2024-08-29T15:51:03.815Z | Compiling constant_time_eq v0.3.0 |
| 2519 | 2024-08-29T15:51:03.847Z | Compiling libefi-sys v0.1.0 |
| 2520 | 2024-08-29T15:51:03.863Z | Compiling home v0.5.9 |
| 2521 | 2024-08-29T15:51:03.981Z | Compiling untrusted v0.7.1 |
| 2522 | 2024-08-29T15:51:04.125Z | Compiling arrayvec v0.7.4 |
| 2523 | 2024-08-29T15:51:04.128Z | Compiling spin v0.5.2 |
| 2524 | 2024-08-29T15:51:04.155Z | Compiling arrayref v0.3.7 |
| 2525 | 2024-08-29T15:51:04.194Z | Compiling toolchain_find v0.4.0 |
| 2526 | 2024-08-29T15:51:04.256Z | Checking chacha20poly1305 v0.10.1 |
| 2527 | 2024-08-29T15:51:04.503Z | Compiling camino-tempfile v1.1.1 |
| 2528 | 2024-08-29T15:51:04.641Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2529 | 2024-08-29T15:51:04.838Z | Compiling bitfield-struct v0.6.1 |
| 2530 | 2024-08-29T15:51:04.861Z | Compiling cancel-safe-futures v0.1.5 |
| 2531 | 2024-08-29T15:51:04.937Z | Compiling topological-sort v0.2.2 |
| 2532 | 2024-08-29T15:51:05.142Z | Compiling mime_guess v2.0.4 |
| 2533 | 2024-08-29T15:51:05.212Z | Compiling rustfmt-wrapper v0.2.1 |
| 2534 | 2024-08-29T15:51:05.450Z | Checking thiserror-no-std v2.0.2 |
| 2535 | 2024-08-29T15:51:05.561Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2536 | 2024-08-29T15:51:05.633Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2537 | 2024-08-29T15:51:05.781Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2538 | 2024-08-29T15:51:05.889Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2539 | 2024-08-29T15:51:06.061Z | Checking vsss-rs v3.3.4 |
| 2540 | 2024-08-29T15:51:06.245Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2541 | 2024-08-29T15:51:06.411Z | Checking gethostname v0.5.0 |
| 2542 | 2024-08-29T15:51:06.511Z | Checking libsw v3.3.1 |
| 2543 | 2024-08-29T15:51:06.534Z | Checking linear-map v1.2.0 |
| 2544 | 2024-08-29T15:51:06.550Z | Checking owo-colors v4.0.0 |
| 2545 | 2024-08-29T15:51:06.764Z | Checking swrite v0.1.0 |
| 2546 | 2024-08-29T15:51:06.813Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2547 | 2024-08-29T15:51:06.880Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2548 | 2024-08-29T15:51:07.448Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2549 | 2024-08-29T15:51:07.522Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2550 | 2024-08-29T15:51:07.573Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2551 | 2024-08-29T15:51:07.835Z | Checking nanorand v0.7.0 |
| 2552 | 2024-08-29T15:51:08.237Z | Compiling omicron-zone-package v0.11.0 |
| 2553 | 2024-08-29T15:51:08.404Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2554 | 2024-08-29T15:51:08.596Z | Checking glob v0.3.1 |
| 2555 | 2024-08-29T15:51:08.710Z | Checking http-range v0.1.5 |
| 2556 | 2024-08-29T15:51:08.807Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2557 | 2024-08-29T15:51:08.895Z | Checking hyper-staticfile v0.9.5 |
| 2558 | 2024-08-29T15:51:08.912Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2559 | 2024-08-29T15:51:09.291Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2560 | 2024-08-29T15:51:09.450Z | Checking flume v0.11.0 |
| 2561 | 2024-08-29T15:51:09.766Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2562 | 2024-08-29T15:51:09.839Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2563 | 2024-08-29T15:51:09.930Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2564 | 2024-08-29T15:51:10.667Z | Checking itertools v0.13.0 |
| 2565 | 2024-08-29T15:51:11.000Z | Checking display-error-chain v0.2.1 |
| 2566 | 2024-08-29T15:51:11.336Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2567 | 2024-08-29T15:51:11.903Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2568 | 2024-08-29T15:51:13.215Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2569 | 2024-08-29T15:51:14.479Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2570 | 2024-08-29T15:51:14.481Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2571 | 2024-08-29T15:51:24.805Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2572 | 2024-08-29T15:51:35.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.71s |
| 2573 | 2024-08-29T15:51:35.941Z | |
| 2574 | 2024-08-29T15:51:35.941Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
| 2575 | 2024-08-29T15:51:36.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2576 | 2024-08-29T15:51:36.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2577 | 2024-08-29T15:51:36.673Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2578 | 2024-08-29T15:51:47.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s |
| 2579 | 2024-08-29T15:51:47.964Z | |
| 2580 | 2024-08-29T15:51:47.964Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
| 2581 | 2024-08-29T15:51:48.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2024-08-29T15:51:48.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2024-08-29T15:51:48.687Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2584 | 2024-08-29T15:51:59.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s |
| 2585 | 2024-08-29T15:51:59.898Z | |
| 2586 | 2024-08-29T15:51:59.898Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
| 2587 | 2024-08-29T15:52:00.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2024-08-29T15:52:00.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2024-08-29T15:52:00.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2590 | 2024-08-29T15:52:11.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s |
| 2591 | 2024-08-29T15:52:11.812Z | |
| 2592 | 2024-08-29T15:52:11.812Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
| 2593 | 2024-08-29T15:52:12.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2024-08-29T15:52:12.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2024-08-29T15:52:12.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2596 | 2024-08-29T15:52:23.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s |
| 2597 | 2024-08-29T15:52:23.863Z | |
| 2598 | 2024-08-29T15:52:23.863Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
| 2599 | 2024-08-29T15:52:24.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2024-08-29T15:52:24.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2024-08-29T15:52:24.588Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2602 | 2024-08-29T15:52:35.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s |
| 2603 | 2024-08-29T15:52:35.928Z | |
| 2604 | 2024-08-29T15:52:35.928Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
| 2605 | 2024-08-29T15:52:36.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2606 | 2024-08-29T15:52:36.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2607 | 2024-08-29T15:52:36.654Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2608 | 2024-08-29T15:52:47.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s |
| 2609 | 2024-08-29T15:52:47.892Z | |
| 2610 | 2024-08-29T15:52:47.892Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
| 2611 | 2024-08-29T15:52:48.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2024-08-29T15:52:48.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2024-08-29T15:52:48.619Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2614 | 2024-08-29T15:52:59.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s |
| 2615 | 2024-08-29T15:52:59.811Z | |
| 2616 | 2024-08-29T15:52:59.811Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
| 2617 | 2024-08-29T15:53:00.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2024-08-29T15:53:00.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2024-08-29T15:53:00.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2024-08-29T15:53:00.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2621 | 2024-08-29T15:53:00.473Z | |
| 2622 | 2024-08-29T15:53:00.473Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
| 2623 | 2024-08-29T15:53:01.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2024-08-29T15:53:01.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2024-08-29T15:53:01.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2024-08-29T15:53:01.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2627 | 2024-08-29T15:53:01.123Z | |
| 2628 | 2024-08-29T15:53:01.123Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
| 2629 | 2024-08-29T15:53:01.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2024-08-29T15:53:01.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2024-08-29T15:53:01.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2024-08-29T15:53:01.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2633 | 2024-08-29T15:53:01.768Z | |
| 2634 | 2024-08-29T15:53:01.768Z | info: running `cargo check --bins` on dpd-client (91/158) |
| 2635 | 2024-08-29T15:53:02.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2024-08-29T15:53:02.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2024-08-29T15:53:02.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2024-08-29T15:53:02.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2639 | 2024-08-29T15:53:02.389Z | |
| 2640 | 2024-08-29T15:53:02.389Z | info: running `cargo check --bins` on installinator-common (92/158) |
| 2641 | 2024-08-29T15:53:02.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2024-08-29T15:53:02.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2024-08-29T15:53:02.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2024-08-29T15:53:02.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2645 | 2024-08-29T15:53:03.037Z | |
| 2646 | 2024-08-29T15:53:03.037Z | info: running `cargo check --bins` on update-engine (93/158) |
| 2647 | 2024-08-29T15:53:03.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2024-08-29T15:53:03.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2024-08-29T15:53:03.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2024-08-29T15:53:03.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2651 | 2024-08-29T15:53:03.645Z | |
| 2652 | 2024-08-29T15:53:03.645Z | info: running `cargo check --bins` on key-manager (94/158) |
| 2653 | 2024-08-29T15:53:04.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2024-08-29T15:53:04.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2024-08-29T15:53:04.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2024-08-29T15:53:04.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2657 | 2024-08-29T15:53:04.270Z | |
| 2658 | 2024-08-29T15:53:04.270Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
| 2659 | 2024-08-29T15:53:04.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2024-08-29T15:53:04.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2024-08-29T15:53:04.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2024-08-29T15:53:04.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2663 | 2024-08-29T15:53:04.922Z | |
| 2664 | 2024-08-29T15:53:04.922Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
| 2665 | 2024-08-29T15:53:05.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2024-08-29T15:53:05.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2024-08-29T15:53:05.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2668 | 2024-08-29T15:53:05.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2669 | 2024-08-29T15:53:05.575Z | |
| 2670 | 2024-08-29T15:53:05.575Z | info: running `cargo check --bins` on sled-hardware (97/158) |
| 2671 | 2024-08-29T15:53:06.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2024-08-29T15:53:06.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2024-08-29T15:53:06.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2024-08-29T15:53:06.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2675 | 2024-08-29T15:53:06.211Z | |
| 2676 | 2024-08-29T15:53:06.212Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
| 2677 | 2024-08-29T15:53:06.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2024-08-29T15:53:06.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2024-08-29T15:53:06.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2024-08-29T15:53:06.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2681 | 2024-08-29T15:53:06.856Z | |
| 2682 | 2024-08-29T15:53:06.856Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
| 2683 | 2024-08-29T15:53:07.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2024-08-29T15:53:07.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2024-08-29T15:53:07.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2024-08-29T15:53:07.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2687 | 2024-08-29T15:53:07.495Z | |
| 2688 | 2024-08-29T15:53:07.495Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
| 2689 | 2024-08-29T15:53:08.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2024-08-29T15:53:08.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2024-08-29T15:53:08.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2024-08-29T15:53:08.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2693 | 2024-08-29T15:53:08.155Z | |
| 2694 | 2024-08-29T15:53:08.155Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
| 2695 | 2024-08-29T15:53:08.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2024-08-29T15:53:08.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2024-08-29T15:53:08.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2024-08-29T15:53:08.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2699 | 2024-08-29T15:53:08.806Z | |
| 2700 | 2024-08-29T15:53:08.806Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
| 2701 | 2024-08-29T15:53:09.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2024-08-29T15:53:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2024-08-29T15:53:09.483Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2704 | 2024-08-29T15:53:09.483Z | Checking bcs v0.1.6 |
| 2705 | 2024-08-29T15:53:09.485Z | Compiling async-recursion v1.1.1 |
| 2706 | 2024-08-29T15:53:09.485Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2707 | 2024-08-29T15:53:09.485Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2708 | 2024-08-29T15:53:10.498Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2709 | 2024-08-29T15:53:13.628Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2710 | 2024-08-29T15:53:15.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s |
| 2711 | 2024-08-29T15:53:15.420Z | |
| 2712 | 2024-08-29T15:53:15.420Z | info: running `cargo check --bins` on oximeter-api (103/158) |
| 2713 | 2024-08-29T15:53:15.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2024-08-29T15:53:15.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2024-08-29T15:53:15.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2024-08-29T15:53:15.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2717 | 2024-08-29T15:53:16.048Z | |
| 2718 | 2024-08-29T15:53:16.048Z | info: running `cargo check --bins` on oximeter-client (104/158) |
| 2719 | 2024-08-29T15:53:16.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2024-08-29T15:53:16.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2024-08-29T15:53:16.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2024-08-29T15:53:16.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2723 | 2024-08-29T15:53:16.676Z | |
| 2724 | 2024-08-29T15:53:16.676Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
| 2725 | 2024-08-29T15:53:17.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2024-08-29T15:53:17.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2024-08-29T15:53:17.318Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2728 | 2024-08-29T15:53:17.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2729 | 2024-08-29T15:53:18.037Z | |
| 2730 | 2024-08-29T15:53:18.037Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
| 2731 | 2024-08-29T15:53:18.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2024-08-29T15:53:18.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2024-08-29T15:53:18.704Z | Compiling vte_generate_state_changes v0.1.1 |
| 2734 | 2024-08-29T15:53:18.704Z | Checking fd-lock v4.0.2 |
| 2735 | 2024-08-29T15:53:18.706Z | Checking bytecount v0.6.8 |
| 2736 | 2024-08-29T15:53:18.707Z | Compiling tabled_derive v0.7.0 |
| 2737 | 2024-08-29T15:53:18.707Z | Checking crossterm v0.27.0 |
| 2738 | 2024-08-29T15:53:18.707Z | Compiling peg-macros v0.8.4 |
| 2739 | 2024-08-29T15:53:18.795Z | Compiling sqlparser_derive v0.2.2 |
| 2740 | 2024-08-29T15:53:18.805Z | Checking nu-ansi-term v0.50.0 |
| 2741 | 2024-08-29T15:53:18.913Z | Checking papergrid v0.11.0 |
| 2742 | 2024-08-29T15:53:18.954Z | Checking unicode_categories v0.1.1 |
| 2743 | 2024-08-29T15:53:19.245Z | Checking home v0.5.9 |
| 2744 | 2024-08-29T15:53:19.245Z | Checking sqlformat v0.2.4 |
| 2745 | 2024-08-29T15:53:19.372Z | Checking rustyline v14.0.0 |
| 2746 | 2024-08-29T15:53:19.393Z | Checking vte v0.11.1 |
| 2747 | 2024-08-29T15:53:19.917Z | Checking sqlparser v0.45.0 |
| 2748 | 2024-08-29T15:53:20.416Z | Checking crossterm v0.28.1 |
| 2749 | 2024-08-29T15:53:20.776Z | Checking strip-ansi-escapes v0.2.0 |
| 2750 | 2024-08-29T15:53:20.919Z | Checking reedline v0.33.0 |
| 2751 | 2024-08-29T15:53:21.286Z | Checking tabled v0.15.0 |
| 2752 | 2024-08-29T15:53:21.800Z | Checking peg v0.8.4 |
| 2753 | 2024-08-29T15:53:26.284Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2024-08-29T15:53:31.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.22s |
| 2755 | 2024-08-29T15:53:31.417Z | |
| 2756 | 2024-08-29T15:53:31.417Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
| 2757 | 2024-08-29T15:53:32.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-08-29T15:53:32.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-08-29T15:53:32.077Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2760 | 2024-08-29T15:53:37.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
| 2761 | 2024-08-29T15:53:37.309Z | |
| 2762 | 2024-08-29T15:53:37.309Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
| 2763 | 2024-08-29T15:53:37.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2024-08-29T15:53:37.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2024-08-29T15:53:37.965Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2766 | 2024-08-29T15:53:42.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 2767 | 2024-08-29T15:53:42.928Z | |
| 2768 | 2024-08-29T15:53:42.928Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
| 2769 | 2024-08-29T15:53:43.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2024-08-29T15:53:43.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2024-08-29T15:53:43.587Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2772 | 2024-08-29T15:53:47.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
| 2773 | 2024-08-29T15:53:47.759Z | |
| 2774 | 2024-08-29T15:53:47.759Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
| 2775 | 2024-08-29T15:53:48.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2024-08-29T15:53:48.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2024-08-29T15:53:48.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2024-08-29T15:53:48.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2779 | 2024-08-29T15:53:48.391Z | |
| 2780 | 2024-08-29T15:53:48.391Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
| 2781 | 2024-08-29T15:53:48.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2024-08-29T15:53:48.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2024-08-29T15:53:48.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2024-08-29T15:53:48.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2785 | 2024-08-29T15:53:49.006Z | |
| 2786 | 2024-08-29T15:53:49.006Z | info: running `cargo check --bins` on installinator-client (112/158) |
| 2787 | 2024-08-29T15:53:49.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2024-08-29T15:53:49.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2024-08-29T15:53:49.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2024-08-29T15:53:49.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2791 | 2024-08-29T15:53:49.654Z | |
| 2792 | 2024-08-29T15:53:49.654Z | info: running `cargo check --bins` on oxide-client (113/158) |
| 2793 | 2024-08-29T15:53:50.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2024-08-29T15:53:50.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2024-08-29T15:53:50.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2024-08-29T15:53:50.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2797 | 2024-08-29T15:53:50.263Z | |
| 2798 | 2024-08-29T15:53:50.263Z | info: running `cargo check --bins` on wicketd-client (114/158) |
| 2799 | 2024-08-29T15:53:50.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2024-08-29T15:53:50.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2024-08-29T15:53:50.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2024-08-29T15:53:50.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2803 | 2024-08-29T15:53:50.979Z | |
| 2804 | 2024-08-29T15:53:50.979Z | info: running `cargo check --bins` on wicket-common (115/158) |
| 2805 | 2024-08-29T15:53:51.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2024-08-29T15:53:51.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2024-08-29T15:53:51.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2024-08-29T15:53:51.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2809 | 2024-08-29T15:53:51.582Z | |
| 2810 | 2024-08-29T15:53:51.582Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
| 2811 | 2024-08-29T15:53:52.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2024-08-29T15:53:52.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2024-08-29T15:53:52.249Z | Checking csv-core v0.1.11 |
| 2814 | 2024-08-29T15:53:52.251Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2815 | 2024-08-29T15:53:52.535Z | Checking csv v1.3.0 |
| 2816 | 2024-08-29T15:53:53.038Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2817 | 2024-08-29T15:53:53.361Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2818 | 2024-08-29T15:53:54.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
| 2819 | 2024-08-29T15:53:54.667Z | |
| 2820 | 2024-08-29T15:53:54.667Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
| 2821 | 2024-08-29T15:53:55.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2024-08-29T15:53:55.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2024-08-29T15:53:55.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2024-08-29T15:53:55.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2825 | 2024-08-29T15:53:55.308Z | |
| 2826 | 2024-08-29T15:53:55.308Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
| 2827 | 2024-08-29T15:53:55.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2024-08-29T15:53:55.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2024-08-29T15:53:55.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2024-08-29T15:53:55.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2831 | 2024-08-29T15:53:55.934Z | |
| 2832 | 2024-08-29T15:53:55.934Z | info: running `cargo check --bins` on cert-dev (119/158) |
| 2833 | 2024-08-29T15:53:56.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2024-08-29T15:53:56.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2024-08-29T15:53:56.546Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2836 | 2024-08-29T15:53:56.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2837 | 2024-08-29T15:53:56.927Z | |
| 2838 | 2024-08-29T15:53:56.927Z | info: running `cargo check --bins` on ch-dev (120/158) |
| 2839 | 2024-08-29T15:53:57.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2024-08-29T15:53:57.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2024-08-29T15:53:57.578Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2842 | 2024-08-29T15:53:58.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 2843 | 2024-08-29T15:53:58.407Z | |
| 2844 | 2024-08-29T15:53:58.407Z | info: running `cargo check --bins` on crdb-seed (121/158) |
| 2845 | 2024-08-29T15:53:58.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2024-08-29T15:53:58.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2024-08-29T15:53:59.057Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2848 | 2024-08-29T15:53:59.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2849 | 2024-08-29T15:53:59.530Z | |
| 2850 | 2024-08-29T15:53:59.530Z | info: running `cargo check --bins` on db-dev (122/158) |
| 2851 | 2024-08-29T15:54:00.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2024-08-29T15:54:00.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2024-08-29T15:54:00.193Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2854 | 2024-08-29T15:54:00.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 2855 | 2024-08-29T15:54:01.026Z | |
| 2856 | 2024-08-29T15:54:01.026Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
| 2857 | 2024-08-29T15:54:01.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2024-08-29T15:54:01.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2024-08-29T15:54:01.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2024-08-29T15:54:01.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2861 | 2024-08-29T15:54:01.683Z | |
| 2862 | 2024-08-29T15:54:01.683Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
| 2863 | 2024-08-29T15:54:02.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2024-08-29T15:54:02.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2024-08-29T15:54:02.293Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2866 | 2024-08-29T15:54:03.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 2867 | 2024-08-29T15:54:03.247Z | |
| 2868 | 2024-08-29T15:54:03.247Z | info: running `cargo check --bins` on mgs-dev (125/158) |
| 2869 | 2024-08-29T15:54:03.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2024-08-29T15:54:03.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2024-08-29T15:54:03.972Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2872 | 2024-08-29T15:54:04.593Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2873 | 2024-08-29T15:54:05.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 2874 | 2024-08-29T15:54:05.225Z | |
| 2875 | 2024-08-29T15:54:05.225Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
| 2876 | 2024-08-29T15:54:05.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2024-08-29T15:54:05.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2024-08-29T15:54:06.015Z | Compiling crunchy v0.2.2 |
| 2879 | 2024-08-29T15:54:06.015Z | Compiling glob v0.3.1 |
| 2880 | 2024-08-29T15:54:06.019Z | Compiling tiny-keccak v2.0.2 |
| 2881 | 2024-08-29T15:54:06.019Z | Compiling dsl_auto_type v0.1.2 |
| 2882 | 2024-08-29T15:54:06.019Z | Checking scheduled-thread-pool v0.2.7 |
| 2883 | 2024-08-29T15:54:06.119Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2884 | 2024-08-29T15:54:06.143Z | Compiling ascii-canvas v3.0.0 |
| 2885 | 2024-08-29T15:54:06.145Z | Compiling ena v0.14.3 |
| 2886 | 2024-08-29T15:54:06.348Z | Checking r2d2 v0.8.10 |
| 2887 | 2024-08-29T15:54:06.406Z | Compiling libloading v0.8.3 |
| 2888 | 2024-08-29T15:54:06.552Z | Compiling diff v0.1.13 |
| 2889 | 2024-08-29T15:54:06.653Z | Compiling bindgen v0.69.4 |
| 2890 | 2024-08-29T15:54:06.656Z | Compiling regex-syntax v0.6.29 |
| 2891 | 2024-08-29T15:54:06.682Z | Compiling which v4.4.2 |
| 2892 | 2024-08-29T15:54:06.818Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2893 | 2024-08-29T15:54:07.050Z | Compiling cexpr v0.6.0 |
| 2894 | 2024-08-29T15:54:07.089Z | Compiling clang-sys v1.7.0 |
| 2895 | 2024-08-29T15:54:07.216Z | Compiling ref-cast v1.0.23 |
| 2896 | 2024-08-29T15:54:07.297Z | Compiling shlex v1.3.0 |
| 2897 | 2024-08-29T15:54:07.390Z | Compiling lazycell v1.3.0 |
| 2898 | 2024-08-29T15:54:07.438Z | Compiling rustc-hash v1.1.0 |
| 2899 | 2024-08-29T15:54:07.556Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2900 | 2024-08-29T15:54:07.599Z | Compiling derive_builder_core v0.20.0 |
| 2901 | 2024-08-29T15:54:07.708Z | Compiling libxml v0.3.3 |
| 2902 | 2024-08-29T15:54:07.744Z | Compiling diesel_derives v2.2.2 |
| 2903 | 2024-08-29T15:54:07.842Z | Compiling ref-cast-impl v1.0.23 |
| 2904 | 2024-08-29T15:54:07.857Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2905 | 2024-08-29T15:54:08.123Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2906 | 2024-08-29T15:54:08.352Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2907 | 2024-08-29T15:54:08.653Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2908 | 2024-08-29T15:54:08.841Z | Compiling strum_macros v0.24.3 |
| 2909 | 2024-08-29T15:54:09.005Z | Compiling dropshot v0.10.1 |
| 2910 | 2024-08-29T15:54:09.195Z | Compiling indoc v1.0.9 |
| 2911 | 2024-08-29T15:54:10.011Z | Compiling lalrpop v0.19.12 |
| 2912 | 2024-08-29T15:54:10.230Z | Compiling derive_builder_macro v0.20.0 |
| 2913 | 2024-08-29T15:54:11.134Z | Checking derive_builder v0.20.0 |
| 2914 | 2024-08-29T15:54:11.282Z | Checking tungstenite v0.23.0 |
| 2915 | 2024-08-29T15:54:11.626Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2916 | 2024-08-29T15:54:11.937Z | Compiling dropshot_endpoint v0.10.1 |
| 2917 | 2024-08-29T15:54:12.116Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2918 | 2024-08-29T15:54:12.479Z | Compiling oso-derive v0.27.3 |
| 2919 | 2024-08-29T15:54:12.496Z | Checking quick-xml v0.31.0 |
| 2920 | 2024-08-29T15:54:13.632Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2921 | 2024-08-29T15:54:13.942Z | Checking maplit v1.0.2 |
| 2922 | 2024-08-29T15:54:14.133Z | Checking tokio-tungstenite v0.23.1 |
| 2923 | 2024-08-29T15:54:14.602Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2924 | 2024-08-29T15:54:14.619Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2925 | 2024-08-29T15:54:14.916Z | Checking bb8 v0.8.5 |
| 2926 | 2024-08-29T15:54:15.392Z | Compiling const_format_proc_macros v0.2.32 |
| 2927 | 2024-08-29T15:54:16.293Z | Checking crossbeam-deque v0.8.5 |
| 2928 | 2024-08-29T15:54:16.621Z | Compiling portable-atomic v1.6.0 |
| 2929 | 2024-08-29T15:54:17.612Z | Checking const_format v0.2.32 |
| 2930 | 2024-08-29T15:54:17.758Z | Checking rayon-core v1.12.1 |
| 2931 | 2024-08-29T15:54:17.846Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2932 | 2024-08-29T15:54:18.146Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2933 | 2024-08-29T15:54:18.455Z | Checking castaway v0.2.3 |
| 2934 | 2024-08-29T15:54:18.509Z | Checking rayon v1.10.0 |
| 2935 | 2024-08-29T15:54:18.623Z | Checking compact_str v0.8.0 |
| 2936 | 2024-08-29T15:54:20.046Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2937 | 2024-08-29T15:54:20.097Z | Checking unicode-truncate v1.0.0 |
| 2938 | 2024-08-29T15:54:20.300Z | Checking lru v0.12.3 |
| 2939 | 2024-08-29T15:54:20.320Z | Checking diesel v2.2.3 |
| 2940 | 2024-08-29T15:54:20.334Z | Compiling instability v0.3.2 |
| 2941 | 2024-08-29T15:54:20.438Z | Checking smawk v0.3.2 |
| 2942 | 2024-08-29T15:54:20.538Z | Checking unicode-linebreak v0.1.5 |
| 2943 | 2024-08-29T15:54:20.597Z | Checking cassowary v0.3.0 |
| 2944 | 2024-08-29T15:54:20.650Z | Checking number_prefix v0.4.0 |
| 2945 | 2024-08-29T15:54:20.883Z | Checking multimap v0.10.0 |
| 2946 | 2024-08-29T15:54:20.959Z | Checking textwrap v0.16.1 |
| 2947 | 2024-08-29T15:54:21.391Z | Checking ratatui v0.28.0 |
| 2948 | 2024-08-29T15:54:22.502Z | Checking indicatif v0.17.8 |
| 2949 | 2024-08-29T15:54:43.748Z | Compiling samael v0.0.15 |
| 2950 | 2024-08-29T15:54:54.606Z | Compiling polar-core v0.27.3 |
| 2951 | 2024-08-29T15:54:56.097Z | Checking async-bb8-diesel v0.2.1 |
| 2952 | 2024-08-29T15:55:01.582Z | Checking oso v0.27.3 |
| 2953 | 2024-08-29T15:56:00.156Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2954 | 2024-08-29T15:56:05.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 2955 | 2024-08-29T15:56:05.470Z | |
| 2956 | 2024-08-29T15:56:05.470Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
| 2957 | 2024-08-29T15:56:06.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2024-08-29T15:56:06.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2024-08-29T15:56:06.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2024-08-29T15:56:06.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2961 | 2024-08-29T15:56:06.156Z | |
| 2962 | 2024-08-29T15:56:06.156Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
| 2963 | 2024-08-29T15:56:06.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2024-08-29T15:56:06.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2024-08-29T15:56:06.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2024-08-29T15:56:06.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2967 | 2024-08-29T15:56:06.839Z | |
| 2968 | 2024-08-29T15:56:06.839Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
| 2969 | 2024-08-29T15:56:07.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2024-08-29T15:56:07.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2024-08-29T15:56:07.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2024-08-29T15:56:07.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2973 | 2024-08-29T15:56:07.461Z | |
| 2974 | 2024-08-29T15:56:07.461Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
| 2975 | 2024-08-29T15:56:08.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2024-08-29T15:56:08.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2024-08-29T15:56:08.272Z | Compiling libz-sys v1.1.16 |
| 2978 | 2024-08-29T15:56:08.373Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2979 | 2024-08-29T15:56:08.385Z | Compiling vergen v8.3.2 |
| 2980 | 2024-08-29T15:56:08.388Z | Compiling cargo-platform v0.1.8 |
| 2981 | 2024-08-29T15:56:08.388Z | Compiling pin-project-internal v1.1.5 |
| 2982 | 2024-08-29T15:56:08.419Z | Compiling snafu-derive v0.8.2 |
| 2983 | 2024-08-29T15:56:08.419Z | Compiling libsqlite3-sys v0.28.0 |
| 2984 | 2024-08-29T15:56:08.422Z | Compiling buf-list v1.0.3 |
| 2985 | 2024-08-29T15:56:08.710Z | Compiling cargo_metadata v0.18.1 |
| 2986 | 2024-08-29T15:56:08.928Z | Checking globset v0.4.14 |
| 2987 | 2024-08-29T15:56:08.980Z | Checking olpc-cjson v0.1.3 |
| 2988 | 2024-08-29T15:56:09.162Z | Checking rand_seeder v0.3.0 |
| 2989 | 2024-08-29T15:56:09.191Z | Checking serde_plain v1.0.2 |
| 2990 | 2024-08-29T15:56:09.267Z | Checking typed-path v0.7.1 |
| 2991 | 2024-08-29T15:56:09.380Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2992 | 2024-08-29T15:56:09.535Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2993 | 2024-08-29T15:56:09.682Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2994 | 2024-08-29T15:56:09.832Z | Checking hashlink v0.9.1 |
| 2995 | 2024-08-29T15:56:09.832Z | Checking parse-size v1.0.0 |
| 2996 | 2024-08-29T15:56:09.976Z | Checking fallible-iterator v0.3.0 |
| 2997 | 2024-08-29T15:56:10.003Z | Checking fallible-streaming-iterator v0.1.9 |
| 2998 | 2024-08-29T15:56:10.293Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2999 | 2024-08-29T15:56:10.460Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3000 | 2024-08-29T15:56:10.597Z | Checking rusqlite v0.31.0 |
| 3001 | 2024-08-29T15:56:11.118Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3002 | 2024-08-29T15:56:11.143Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3003 | 2024-08-29T15:56:11.286Z | Checking pin-project v1.1.5 |
| 3004 | 2024-08-29T15:56:11.397Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3005 | 2024-08-29T15:56:11.416Z | Checking twox-hash v1.6.3 |
| 3006 | 2024-08-29T15:56:11.532Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3007 | 2024-08-29T15:56:11.833Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3008 | 2024-08-29T15:56:12.138Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3009 | 2024-08-29T15:56:12.291Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3010 | 2024-08-29T15:56:12.326Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 3011 | 2024-08-29T15:56:12.588Z | Checking fatfs v0.3.6 |
| 3012 | 2024-08-29T15:56:13.155Z | Checking assert_matches v1.5.0 |
| 3013 | 2024-08-29T15:56:13.831Z | Checking snafu v0.8.2 |
| 3014 | 2024-08-29T15:56:14.202Z | Checking tough v0.17.1 |
| 3015 | 2024-08-29T15:56:18.107Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3016 | 2024-08-29T15:56:19.276Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3017 | 2024-08-29T15:56:19.423Z | Compiling git2 v0.19.0 |
| 3018 | 2024-08-29T15:56:24.134Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 3019 | 2024-08-29T15:57:11.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 3020 | 2024-08-29T15:57:11.474Z | |
| 3021 | 2024-08-29T15:57:11.474Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
| 3022 | 2024-08-29T15:57:12.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2024-08-29T15:57:12.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2024-08-29T15:57:12.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2024-08-29T15:57:12.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3026 | 2024-08-29T15:57:12.162Z | |
| 3027 | 2024-08-29T15:57:12.162Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
| 3028 | 2024-08-29T15:57:12.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2024-08-29T15:57:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2024-08-29T15:57:12.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2024-08-29T15:57:12.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3032 | 2024-08-29T15:57:12.770Z | |
| 3033 | 2024-08-29T15:57:12.770Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
| 3034 | 2024-08-29T15:57:13.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2024-08-29T15:57:13.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2024-08-29T15:57:13.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2024-08-29T15:57:13.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3038 | 2024-08-29T15:57:13.425Z | |
| 3039 | 2024-08-29T15:57:13.425Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
| 3040 | 2024-08-29T15:57:14.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2024-08-29T15:57:14.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2024-08-29T15:57:14.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2024-08-29T15:57:14.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3044 | 2024-08-29T15:57:14.118Z | |
| 3045 | 2024-08-29T15:57:14.118Z | info: running `cargo check --bins` on nexus-networking (135/158) |
| 3046 | 2024-08-29T15:57:14.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2024-08-29T15:57:14.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2024-08-29T15:57:14.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2024-08-29T15:57:14.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3050 | 2024-08-29T15:57:14.801Z | |
| 3051 | 2024-08-29T15:57:14.801Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
| 3052 | 2024-08-29T15:57:15.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2024-08-29T15:57:15.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2024-08-29T15:57:15.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2024-08-29T15:57:15.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3056 | 2024-08-29T15:57:15.484Z | |
| 3057 | 2024-08-29T15:57:15.484Z | info: running `cargo check --bins` on update-common (137/158) |
| 3058 | 2024-08-29T15:57:16.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2024-08-29T15:57:16.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2024-08-29T15:57:16.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2024-08-29T15:57:16.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3062 | 2024-08-29T15:57:16.153Z | |
| 3063 | 2024-08-29T15:57:16.153Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
| 3064 | 2024-08-29T15:57:16.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2024-08-29T15:57:16.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2024-08-29T15:57:16.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2024-08-29T15:57:16.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3068 | 2024-08-29T15:57:16.808Z | |
| 3069 | 2024-08-29T15:57:16.808Z | info: running `cargo check --bins` on tufaceous (139/158) |
| 3070 | 2024-08-29T15:57:17.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2024-08-29T15:57:17.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2024-08-29T15:57:17.472Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3073 | 2024-08-29T15:57:18.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 3074 | 2024-08-29T15:57:18.505Z | |
| 3075 | 2024-08-29T15:57:18.505Z | info: running `cargo check --bins` on omicron-dev (140/158) |
| 3076 | 2024-08-29T15:57:19.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2024-08-29T15:57:19.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2024-08-29T15:57:19.350Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3079 | 2024-08-29T15:57:19.352Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3080 | 2024-08-29T15:57:19.353Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3081 | 2024-08-29T15:57:20.693Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3082 | 2024-08-29T15:57:23.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 3083 | 2024-08-29T15:57:23.221Z | |
| 3084 | 2024-08-29T15:57:23.221Z | info: running `cargo check --bins` on openapi-manager (141/158) |
| 3085 | 2024-08-29T15:57:23.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2024-08-29T15:57:23.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2024-08-29T15:57:23.928Z | Checking heck v0.4.1 |
| 3088 | 2024-08-29T15:57:23.929Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3089 | 2024-08-29T15:57:23.931Z | Checking is_ci v1.2.0 |
| 3090 | 2024-08-29T15:57:23.931Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3091 | 2024-08-29T15:57:23.931Z | Checking indent_write v2.2.0 |
| 3092 | 2024-08-29T15:57:24.131Z | Checking supports-color v3.0.0 |
| 3093 | 2024-08-29T15:57:24.173Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3094 | 2024-08-29T15:57:25.476Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3095 | 2024-08-29T15:57:26.271Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3096 | 2024-08-29T15:57:27.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3097 | 2024-08-29T15:57:27.385Z | |
| 3098 | 2024-08-29T15:57:27.385Z | info: running `cargo check --bins` on installinator-api (142/158) |
| 3099 | 2024-08-29T15:57:27.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2024-08-29T15:57:27.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2024-08-29T15:57:27.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2024-08-29T15:57:27.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3103 | 2024-08-29T15:57:28.034Z | |
| 3104 | 2024-08-29T15:57:28.034Z | info: running `cargo check --bins` on wicketd-api (143/158) |
| 3105 | 2024-08-29T15:57:28.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2024-08-29T15:57:28.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2024-08-29T15:57:28.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2024-08-29T15:57:28.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3109 | 2024-08-29T15:57:28.696Z | |
| 3110 | 2024-08-29T15:57:28.696Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
| 3111 | 2024-08-29T15:57:29.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2024-08-29T15:57:29.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2024-08-29T15:57:29.425Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3114 | 2024-08-29T15:57:30.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3115 | 2024-08-29T15:57:30.772Z | |
| 3116 | 2024-08-29T15:57:30.772Z | info: running `cargo check --bins` on omicron-releng (145/158) |
| 3117 | 2024-08-29T15:57:31.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2024-08-29T15:57:31.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2024-08-29T15:57:31.448Z | Checking memmap2 v0.9.4 |
| 3120 | 2024-08-29T15:57:31.448Z | Checking untrusted v0.7.1 |
| 3121 | 2024-08-29T15:57:31.448Z | Checking constant_time_eq v0.3.0 |
| 3122 | 2024-08-29T15:57:31.451Z | Checking arrayvec v0.7.4 |
| 3123 | 2024-08-29T15:57:31.451Z | Checking spin v0.5.2 |
| 3124 | 2024-08-29T15:57:31.451Z | Checking arrayref v0.3.7 |
| 3125 | 2024-08-29T15:57:31.451Z | Checking cargo-platform v0.1.8 |
| 3126 | 2024-08-29T15:57:31.451Z | Checking topological-sort v0.2.2 |
| 3127 | 2024-08-29T15:57:31.634Z | Checking shell-words v1.1.0 |
| 3128 | 2024-08-29T15:57:31.747Z | Checking ring v0.16.20 |
| 3129 | 2024-08-29T15:57:31.799Z | Checking cargo_metadata v0.18.1 |
| 3130 | 2024-08-29T15:57:31.866Z | Checking blake3 v1.5.1 |
| 3131 | 2024-08-29T15:57:32.904Z | Checking omicron-zone-package v0.11.0 |
| 3132 | 2024-08-29T15:57:33.938Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3133 | 2024-08-29T15:57:34.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 3134 | 2024-08-29T15:57:34.934Z | |
| 3135 | 2024-08-29T15:57:34.934Z | info: running `cargo check --bins` on xtask (146/158) |
| 3136 | 2024-08-29T15:57:35.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2024-08-29T15:57:35.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2024-08-29T15:57:35.413Z | Checking bitflags v2.6.0 |
| 3139 | 2024-08-29T15:57:35.416Z | Checking serde v1.0.208 |
| 3140 | 2024-08-29T15:57:35.416Z | Checking thiserror v1.0.63 |
| 3141 | 2024-08-29T15:57:35.501Z | Checking scroll v0.12.0 |
| 3142 | 2024-08-29T15:57:35.507Z | Checking log v0.4.21 |
| 3143 | 2024-08-29T15:57:35.509Z | Checking hashbrown v0.14.5 |
| 3144 | 2024-08-29T15:57:35.517Z | Checking zerocopy v0.7.34 |
| 3145 | 2024-08-29T15:57:35.541Z | Checking syn v2.0.74 |
| 3146 | 2024-08-29T15:57:35.594Z | Checking pest v2.7.10 |
| 3147 | 2024-08-29T15:57:35.723Z | Checking rustix v0.38.34 |
| 3148 | 2024-08-29T15:57:35.747Z | Checking fs-err v2.11.0 |
| 3149 | 2024-08-29T15:57:35.941Z | Checking goblin v0.8.2 |
| 3150 | 2024-08-29T15:57:36.040Z | Checking tabled v0.15.0 |
| 3151 | 2024-08-29T15:57:36.619Z | Checking indexmap v2.4.0 |
| 3152 | 2024-08-29T15:57:36.919Z | Checking anyhow v1.0.86 |
| 3153 | 2024-08-29T15:57:37.675Z | Checking terminal_size v0.3.0 |
| 3154 | 2024-08-29T15:57:37.675Z | Checking tempfile v3.10.1 |
| 3155 | 2024-08-29T15:57:37.837Z | Checking clap_builder v4.5.15 |
| 3156 | 2024-08-29T15:57:38.092Z | Checking dtrace-parser v0.2.0 |
| 3157 | 2024-08-29T15:57:39.645Z | Checking serde_json v1.0.125 |
| 3158 | 2024-08-29T15:57:39.645Z | Checking toml_datetime v0.6.8 |
| 3159 | 2024-08-29T15:57:39.648Z | Checking serde_spanned v0.6.7 |
| 3160 | 2024-08-29T15:57:39.648Z | Checking camino v1.1.9 |
| 3161 | 2024-08-29T15:57:39.648Z | Checking cargo-platform v0.1.8 |
| 3162 | 2024-08-29T15:57:39.846Z | Checking semver v1.0.23 |
| 3163 | 2024-08-29T15:57:39.930Z | Checking macaddr v1.0.1 |
| 3164 | 2024-08-29T15:57:39.957Z | Checking toml_edit v0.22.20 |
| 3165 | 2024-08-29T15:57:40.196Z | Checking camino-tempfile v1.1.1 |
| 3166 | 2024-08-29T15:57:40.209Z | Checking clap v4.5.16 |
| 3167 | 2024-08-29T15:57:40.768Z | Checking dof v0.3.0 |
| 3168 | 2024-08-29T15:57:40.768Z | Checking cargo_metadata v0.18.1 |
| 3169 | 2024-08-29T15:57:41.156Z | Checking usdt-impl v0.5.0 |
| 3170 | 2024-08-29T15:57:41.518Z | Checking usdt v0.5.0 |
| 3171 | 2024-08-29T15:57:41.728Z | Checking toml v0.8.19 |
| 3172 | 2024-08-29T15:57:42.173Z | Checking cargo_toml v0.20.4 |
| 3173 | 2024-08-29T15:57:43.346Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3174 | 2024-08-29T15:57:43.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
| 3175 | 2024-08-29T15:57:44.026Z | |
| 3176 | 2024-08-29T15:57:44.027Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
| 3177 | 2024-08-29T15:57:44.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2024-08-29T15:57:44.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2024-08-29T15:57:44.798Z | Checking polyval v0.6.2 |
| 3180 | 2024-08-29T15:57:44.798Z | Checking rfc6979 v0.4.0 |
| 3181 | 2024-08-29T15:57:44.909Z | Checking primeorder v0.13.6 |
| 3182 | 2024-08-29T15:57:44.912Z | Checking ctr v0.9.2 |
| 3183 | 2024-08-29T15:57:44.930Z | Checking ed25519 v2.2.3 |
| 3184 | 2024-08-29T15:57:44.932Z | Checking ssh-encoding v0.2.0 |
| 3185 | 2024-08-29T15:57:44.932Z | Checking blowfish v0.9.1 |
| 3186 | 2024-08-29T15:57:44.972Z | Checking password-hash v0.4.2 |
| 3187 | 2024-08-29T15:57:45.036Z | Checking ecdsa v0.16.9 |
| 3188 | 2024-08-29T15:57:45.123Z | Checking ghash v0.5.1 |
| 3189 | 2024-08-29T15:57:45.138Z | Checking bcrypt-pbkdf v0.10.0 |
| 3190 | 2024-08-29T15:57:45.162Z | Checking matches v0.1.10 |
| 3191 | 2024-08-29T15:57:45.238Z | Checking ed25519-dalek v2.1.1 |
| 3192 | 2024-08-29T15:57:45.257Z | Checking idna v0.2.3 |
| 3193 | 2024-08-29T15:57:45.302Z | Compiling enum-as-inner v0.5.1 |
| 3194 | 2024-08-29T15:57:45.318Z | Checking aes-gcm v0.10.3 |
| 3195 | 2024-08-29T15:57:45.357Z | Checking pbkdf2 v0.11.0 |
| 3196 | 2024-08-29T15:57:45.377Z | Checking russh-cryptovec v0.7.2 |
| 3197 | 2024-08-29T15:57:45.380Z | Checking md5 v0.7.0 |
| 3198 | 2024-08-29T15:57:45.530Z | Checking ssh-cipher v0.2.0 |
| 3199 | 2024-08-29T15:57:45.571Z | Checking num-bigint v0.4.5 |
| 3200 | 2024-08-29T15:57:45.571Z | Checking des v0.8.1 |
| 3201 | 2024-08-29T15:57:45.624Z | Checking hex-literal v0.4.1 |
| 3202 | 2024-08-29T15:57:45.666Z | Compiling dhcproto-macros v0.1.0 |
| 3203 | 2024-08-29T15:57:45.717Z | Checking p256 v0.13.2 |
| 3204 | 2024-08-29T15:57:45.751Z | Checking p521 v0.13.3 |
| 3205 | 2024-08-29T15:57:45.817Z | Checking ssh-key v0.6.6 |
| 3206 | 2024-08-29T15:57:45.834Z | Checking p384 v0.13.0 |
| 3207 | 2024-08-29T15:57:46.092Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3208 | 2024-08-29T15:57:46.199Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3209 | 2024-08-29T15:57:46.296Z | Checking trust-dns-proto v0.22.0 |
| 3210 | 2024-08-29T15:57:46.604Z | Checking internet-checksum v0.2.1 |
| 3211 | 2024-08-29T15:57:47.321Z | Checking russh-keys v0.45.0 |
| 3212 | 2024-08-29T15:57:48.211Z | Checking russh v0.45.0 |
| 3213 | 2024-08-29T15:57:48.870Z | Checking dhcproto v0.12.0 |
| 3214 | 2024-08-29T15:58:04.766Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3215 | 2024-08-29T15:58:06.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.00s |
| 3216 | 2024-08-29T15:58:06.204Z | |
| 3217 | 2024-08-29T15:58:06.204Z | info: running `cargo check --bins` on gateway-cli (148/158) |
| 3218 | 2024-08-29T15:58:06.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2024-08-29T15:58:06.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2024-08-29T15:58:06.848Z | Checking termios v0.3.3 |
| 3221 | 2024-08-29T15:58:07.049Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3222 | 2024-08-29T15:58:07.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3223 | 2024-08-29T15:58:07.924Z | |
| 3224 | 2024-08-29T15:58:07.924Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
| 3225 | 2024-08-29T15:58:08.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2024-08-29T15:58:08.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2024-08-29T15:58:08.623Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3228 | 2024-08-29T15:58:10.551Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3229 | 2024-08-29T15:58:12.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 3230 | 2024-08-29T15:58:12.420Z | |
| 3231 | 2024-08-29T15:58:12.420Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
| 3232 | 2024-08-29T15:58:12.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2024-08-29T15:58:13.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2024-08-29T15:58:13.064Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3235 | 2024-08-29T15:58:13.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3236 | 2024-08-29T15:58:13.636Z | |
| 3237 | 2024-08-29T15:58:13.636Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
| 3238 | 2024-08-29T15:58:14.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2024-08-29T15:58:14.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2024-08-29T15:58:14.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2024-08-29T15:58:14.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3242 | 2024-08-29T15:58:14.245Z | |
| 3243 | 2024-08-29T15:58:14.245Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
| 3244 | 2024-08-29T15:58:14.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2024-08-29T15:58:14.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2024-08-29T15:58:14.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2024-08-29T15:58:14.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3248 | 2024-08-29T15:58:14.860Z | |
| 3249 | 2024-08-29T15:58:14.860Z | info: running `cargo check --bins` on omicron-package (153/158) |
| 3250 | 2024-08-29T15:58:15.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2024-08-29T15:58:15.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2024-08-29T15:58:15.530Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3253 | 2024-08-29T15:58:16.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 3254 | 2024-08-29T15:58:16.881Z | |
| 3255 | 2024-08-29T15:58:16.881Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
| 3256 | 2024-08-29T15:58:17.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2024-08-29T15:58:17.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2024-08-29T15:58:17.577Z | Checking rtoolbox v0.0.2 |
| 3259 | 2024-08-29T15:58:17.577Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3260 | 2024-08-29T15:58:17.580Z | Checking tui-tree-widget v0.22.0 |
| 3261 | 2024-08-29T15:58:17.785Z | Checking rpassword v7.3.1 |
| 3262 | 2024-08-29T15:58:21.567Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3263 | 2024-08-29T15:58:24.327Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3264 | 2024-08-29T15:58:25.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
| 3265 | 2024-08-29T15:58:25.549Z | |
| 3266 | 2024-08-29T15:58:25.549Z | info: running `cargo check --bins` on wicket (155/158) |
| 3267 | 2024-08-29T15:58:26.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2024-08-29T15:58:26.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2024-08-29T15:58:26.234Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3270 | 2024-08-29T15:58:26.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3271 | 2024-08-29T15:58:26.761Z | |
| 3272 | 2024-08-29T15:58:26.761Z | info: running `cargo check --bins` on wicketd (156/158) |
| 3273 | 2024-08-29T15:58:27.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2024-08-29T15:58:27.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2024-08-29T15:58:27.471Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3276 | 2024-08-29T15:58:31.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 3277 | 2024-08-29T15:58:31.176Z | |
| 3278 | 2024-08-29T15:58:31.176Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
| 3279 | 2024-08-29T15:58:31.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2024-08-29T15:58:31.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2024-08-29T15:58:31.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2024-08-29T15:58:31.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3283 | 2024-08-29T15:58:31.784Z | |
| 3284 | 2024-08-29T15:58:31.784Z | info: running `cargo check --bins` on zone-setup (158/158) |
| 3285 | 2024-08-29T15:58:32.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2024-08-29T15:58:32.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2024-08-29T15:58:32.518Z | Checking uzers v0.11.3 |
| 3288 | 2024-08-29T15:58:32.810Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3289 | 2024-08-29T15:58:33.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 3290 | 2024-08-29T15:58:34.000Z | |
| 3291 | 2024-08-29T15:58:34.000Z | real 10:34.513057883 |
| 3292 | 2024-08-29T15:58:34.000Z | user 23:01.760632274 |
| 3293 | 2024-08-29T15:58:34.000Z | sys 5:06.205651465 |
| 3294 | 2024-08-29T15:58:34.000Z | trap 0.504244807 |
| 3295 | 2024-08-29T15:58:34.000Z | tflt 3.144517388 |
| 3296 | 2024-08-29T15:58:34.000Z | dflt 1.918112223 |
| 3297 | 2024-08-29T15:58:34.000Z | kflt 0.002457821 |
| 3298 | 2024-08-29T15:58:34.000Z | lock 40:44.814063422 |
| 3299 | 2024-08-29T15:58:34.001Z | slp 1:53:10.658489397 |
| 3300 | 2024-08-29T15:58:34.001Z | lat 1:00.477234034 |
| 3301 | 2024-08-29T15:58:34.001Z | stop 2:55.882438316 |
| 3302 | 2024-08-29T15:58:34.003Z | process exited: duration 889307 ms, exit code 0 |
| |
| 3303 | 2024-08-29T15:58:34.009Z | found 0 output files |