|
|
|
| 1 | 2024-12-21T04:19:51.168Z | job assigned to worker 01JFKQ1AXTYPEQAESWZGZMPX2C [factory aws, i-07fdc6dda42a7704a] (queued for 56 s) |
| |
| 2 | 2024-12-21T04:19:59.296Z | starting task 0: "setup" |
| 3 | 2024-12-21T04:19:59.303Z | ++ uname -s |
| 4 | 2024-12-21T04:19:59.306Z | + kern=SunOS |
| 5 | 2024-12-21T04:19:59.306Z | + case "$kern" in |
| 6 | 2024-12-21T04:19:59.306Z | + groupadd -g 12345 build |
| 7 | 2024-12-21T04:19:59.309Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-21T04:20:01.315Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-21T04:20:01.444Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-21T04:20:01.447Z | + home_fs=zfs |
| 11 | 2024-12-21T04:20:01.447Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-21T04:20:01.447Z | + mkdir -p /home/build |
| 13 | 2024-12-21T04:20:01.450Z | + chown build:build /home/build /work |
| 14 | 2024-12-21T04:20:02.452Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-21T04:20:02.454Z | process exited: duration 3159 ms, exit code 0 |
| |
| 16 | 2024-12-21T04:20:02.460Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-21T04:20:02.466Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-21T04:20:02.466Z | ' 1.81.0 |
| 19 | 2024-12-21T04:20:02.466Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-21T04:20:02.466Z | * toolchain profile = "default" |
| 21 | 2024-12-21T04:20:02.467Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-12-21T04:20:02.467Z | ' default |
| 23 | 2024-12-21T04:20:02.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-21T04:20:02.469Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-21T04:20:02.577Z | info: downloading installer |
| 26 | 2024-12-21T04:20:04.014Z | info: profile set to 'default' |
| 27 | 2024-12-21T04:20:04.014Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-21T04:20:04.017Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-21T04:20:04.168Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-21T04:20:04.168Z | info: downloading component 'cargo' |
| 31 | 2024-12-21T04:20:04.999Z | info: downloading component 'clippy' |
| 32 | 2024-12-21T04:20:05.307Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-21T04:20:06.460Z | info: downloading component 'rust-std' |
| 34 | 2024-12-21T04:20:08.255Z | info: downloading component 'rustc' |
| 35 | 2024-12-21T04:20:14.697Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-21T04:20:14.938Z | info: installing component 'cargo' |
| 37 | 2024-12-21T04:20:15.723Z | info: installing component 'clippy' |
| 38 | 2024-12-21T04:20:16.079Z | info: installing component 'rust-docs' |
| 39 | 2024-12-21T04:20:17.651Z | info: installing component 'rust-std' |
| 40 | 2024-12-21T04:20:19.388Z | info: installing component 'rustc' |
| 41 | 2024-12-21T04:20:25.023Z | info: installing component 'rustfmt' |
| 42 | 2024-12-21T04:20:25.347Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-21T04:20:25.347Z | |
| 44 | 2024-12-21T04:20:25.709Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-21T04:20:25.710Z | |
| 46 | 2024-12-21T04:20:25.713Z | |
| 47 | 2024-12-21T04:20:25.713Z | Rust is installed now. Great! |
| 48 | 2024-12-21T04:20:25.713Z | |
| 49 | 2024-12-21T04:20:25.713Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-21T04:20:25.713Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-21T04:20:25.713Z | |
| 52 | 2024-12-21T04:20:25.713Z | To configure your current shell, you need to source |
| 53 | 2024-12-21T04:20:25.713Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-21T04:20:25.713Z | |
| 55 | 2024-12-21T04:20:25.713Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-21T04:20:25.713Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-21T04:20:25.713Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-21T04:20:25.781Z | + rustc --version |
| 59 | 2024-12-21T04:20:25.846Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-21T04:20:25.849Z | process exited: duration 23388 ms, exit code 0 |
| |
| 61 | 2024-12-21T04:20:25.855Z | starting task 2: "authentication" |
| 62 | 2024-12-21T04:20:25.871Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 63 | 2024-12-21T04:20:32.084Z | process exited: duration 6227 ms, exit code 0 |
| |
| 64 | 2024-12-21T04:20:32.105Z | starting task 3: "clone repository" |
| 65 | 2024-12-21T04:20:32.131Z | + mkdir -p /work/oxidecomputer/omicron |
| 66 | 2024-12-21T04:20:32.131Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 67 | 2024-12-21T04:20:32.394Z | Cloning into '/work/oxidecomputer/omicron'... |
| 68 | 2024-12-21T04:20:38.965Z | + cd /work/oxidecomputer/omicron |
| 69 | 2024-12-21T04:20:38.965Z | + git fetch origin 072b8da9f205d1896949b3e6aa15d0a033d5782f |
| 70 | 2024-12-21T04:20:39.185Z | From https://github.com/oxidecomputer/omicron |
| 71 | 2024-12-21T04:20:39.185Z | * branch 072b8da9f205d1896949b3e6aa15d0a033d5782f -> FETCH_HEAD |
| 72 | 2024-12-21T04:20:39.195Z | + [[ -n renovate/flate2-1.x ]] |
| 73 | 2024-12-21T04:20:39.201Z | ++ git branch --show-current |
| 74 | 2024-12-21T04:20:39.201Z | + current=main |
| 75 | 2024-12-21T04:20:39.201Z | + [[ main != renovate/flate2-1.x ]] |
| 76 | 2024-12-21T04:20:39.202Z | + git branch -f renovate/flate2-1.x 072b8da9f205d1896949b3e6aa15d0a033d5782f |
| 77 | 2024-12-21T04:20:39.209Z | + git checkout -f renovate/flate2-1.x |
| 78 | 2024-12-21T04:20:39.381Z | Switched to branch 'renovate/flate2-1.x' |
| 79 | 2024-12-21T04:20:39.400Z | + git reset --hard 072b8da9f205d1896949b3e6aa15d0a033d5782f |
| 80 | 2024-12-21T04:20:39.404Z | HEAD is now at 072b8da9f Update Rust crate flate2 to 1.0.35 |
| 81 | 2024-12-21T04:20:39.405Z | process exited: duration 7298 ms, exit code 0 |
| |
| 82 | 2024-12-21T04:20:39.447Z | starting task 4: "build" |
| 83 | 2024-12-21T04:20:39.450Z | + source .github/buildomat/ci-env.sh |
| 84 | 2024-12-21T04:20:39.450Z | ++ export CARGO_TERM_COLOR=always |
| 85 | 2024-12-21T04:20:39.450Z | ++ CARGO_TERM_COLOR=always |
| 86 | 2024-12-21T04:20:39.450Z | + cargo --version |
| 87 | 2024-12-21T04:20:39.478Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 88 | 2024-12-21T04:20:39.482Z | + rustc --version |
| 89 | 2024-12-21T04:20:39.539Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 90 | 2024-12-21T04:20:39.541Z | + source ./env.sh |
| 91 | 2024-12-21T04:20:39.544Z | ++ OLD_SHELL_OPTS=ehxB |
| 92 | 2024-12-21T04:20:39.544Z | ++ set -o xtrace |
| 93 | 2024-12-21T04:20:39.546Z | ++++ dirname ./env.sh |
| 94 | 2024-12-21T04:20:39.546Z | +++ readlink -f . |
| 95 | 2024-12-21T04:20:39.646Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 96 | 2024-12-21T04:20:39.649Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-12-21T04:20:39.649Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 99 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 100 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 101 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 102 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 103 | 2024-12-21T04:20:39.649Z | ++ 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 |
| 104 | 2024-12-21T04:20:39.649Z | ++ case $OLD_SHELL_OPTS in |
| 105 | 2024-12-21T04:20:39.649Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 106 | 2024-12-21T04:20:39.649Z | + 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 |
| 107 | 2024-12-21T04:20:39.649Z | + 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 |
| 108 | 2024-12-21T04:20:39.649Z | + banner prerequisites |
| 109 | 2024-12-21T04:20:39.776Z | |
| 110 | 2024-12-21T04:20:39.776Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2024-12-21T04:20:39.776Z | # # # # # # # # # # # # # # # |
| 112 | 2024-12-21T04:20:39.776Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2024-12-21T04:20:39.776Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2024-12-21T04:20:39.776Z | # # # # # # # # # # # # # # # |
| 115 | 2024-12-21T04:20:39.777Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2024-12-21T04:20:39.777Z | |
| 117 | 2024-12-21T04:20:39.780Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 118 | 2024-12-21T04:20:59.527Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2024-12-21T04:21:03.516Z | Startup: Caching catalogs ... Done |
| 120 | 2024-12-21T04:21:14.185Z | Planning: Solver setup ... Done (9.692s) |
| 121 | 2024-12-21T04:21:14.319Z | Planning: Running solver ... Done (0.134s) |
| 122 | 2024-12-21T04:21:14.484Z | Planning: Finding local manifests ... Done (0.067s) |
| 123 | 2024-12-21T04:21:14.513Z | Planning: Fetching manifests: 0/5 0% complete |
| 124 | 2024-12-21T04:21:15.131Z | Planning: Fetching manifests: 5/5 100% complete |
| 125 | 2024-12-21T04:21:15.315Z | Planning: Package planning ... Done (0.184s) |
| 126 | 2024-12-21T04:21:15.371Z | Planning: Merging actions ... Done (0.056s) |
| 127 | 2024-12-21T04:21:16.084Z | Planning: Checking for conflicting actions ... Done (0.712s) |
| 128 | 2024-12-21T04:21:20.400Z | Planning: Consolidating action changes ... Done (4.315s) |
| 129 | 2024-12-21T04:21:20.759Z | Planning: Evaluating mediators ... Done (0.359s) |
| 130 | 2024-12-21T04:21:20.839Z | Planning: Planning completed in 17.23 seconds |
| 131 | 2024-12-21T04:21:20.855Z | Packages to install: 4 |
| 132 | 2024-12-21T04:21:20.856Z | Packages to update: 1 |
| 133 | 2024-12-21T04:21:20.858Z | Mediators to change: 2 |
| 134 | 2024-12-21T04:21:20.858Z | Services to change: 1 |
| 135 | 2024-12-21T04:21:20.858Z | Estimated space available: 155.63 GB |
| 136 | 2024-12-21T04:21:20.858Z | Estimated space to be consumed: 1.62 GB |
| 137 | 2024-12-21T04:21:20.858Z | Create boot environment: No |
| 138 | 2024-12-21T04:21:20.858Z | Create backup boot environment: Yes |
| 139 | 2024-12-21T04:21:20.858Z | Rebuild boot archive: No |
| 140 | 2024-12-21T04:21:20.858Z | |
| 141 | 2024-12-21T04:21:20.858Z | Changed mediators: |
| 142 | 2024-12-21T04:21:20.858Z | mediator clang: |
| 143 | 2024-12-21T04:21:20.858Z | version: None -> 15 (system default) |
| 144 | 2024-12-21T04:21:20.859Z | |
| 145 | 2024-12-21T04:21:20.859Z | mediator llvm: |
| 146 | 2024-12-21T04:21:20.859Z | version: 14 (system default) -> 15 (system default) |
| 147 | 2024-12-21T04:21:20.859Z | |
| 148 | 2024-12-21T04:21:20.859Z | Changed packages: |
| 149 | 2024-12-21T04:21:20.859Z | helios-dev |
| 150 | 2024-12-21T04:21:20.859Z | developer/build-essential |
| 151 | 2024-12-21T04:21:20.859Z | None -> 11-2.0 |
| 152 | 2024-12-21T04:21:20.859Z | library/libxmlsec1 |
| 153 | 2024-12-21T04:21:20.860Z | None -> 1.2.35-2.0 |
| 154 | 2024-12-21T04:21:20.860Z | ooce/developer/clang-15 |
| 155 | 2024-12-21T04:21:20.860Z | None -> 15.0.7-2.0 |
| 156 | 2024-12-21T04:21:20.860Z | ooce/developer/llvm-15 |
| 157 | 2024-12-21T04:21:20.860Z | None -> 15.0.7-2.0 |
| 158 | 2024-12-21T04:21:20.860Z | package/pkg |
| 159 | 2024-12-21T04:21:20.860Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 160 | 2024-12-21T04:21:20.860Z | |
| 161 | 2024-12-21T04:21:20.860Z | Services: |
| 162 | 2024-12-21T04:21:20.860Z | restart_fmri: |
| 163 | 2024-12-21T04:21:20.860Z | svc:/system/update-man-index:default |
| 164 | 2024-12-21T04:21:20.860Z | |
| 165 | 2024-12-21T04:21:20.860Z | Editable files to change: |
| 166 | 2024-12-21T04:21:20.860Z | Update: |
| 167 | 2024-12-21T04:21:20.860Z | usr/share/lib/pkg/web/config.shtml |
| 168 | 2024-12-21T04:21:21.124Z | |
| 169 | 2024-12-21T04:21:21.124Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 170 | 2024-12-21T04:21:27.459Z | Download: 212/4281 items 1.3/220.6MB 0% complete (399k/s) |
| 171 | 2024-12-21T04:21:33.860Z | Download: 213/4281 items 1.3/220.6MB 0% complete (387k/s) |
| 172 | 2024-12-21T04:21:38.863Z | Download: 913/4281 items 18.9/220.6MB 8% complete (3.6M/s) |
| 173 | 2024-12-21T04:22:01.540Z | Download: 1197/4281 items 83.5/220.6MB 37% complete |
| 174 | 2024-12-21T04:22:06.576Z | Download: 1326/4281 items 112.6/220.6MB 51% complete (6.5M/s) |
| 175 | 2024-12-21T04:22:11.770Z | Download: 1500/4281 items 117.4/220.6MB 53% complete (3.7M/s) |
| 176 | 2024-12-21T04:22:16.886Z | Download: 1739/4281 items 118.2/220.6MB 53% complete (608k/s) |
| 177 | 2024-12-21T04:22:22.922Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (196k/s) |
| 178 | 2024-12-21T04:22:31.994Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
| 179 | 2024-12-21T04:22:37.005Z | Download: 2276/4281 items 119.5/220.6MB 54% complete (39.5k/s) |
| 180 | 2024-12-21T04:22:42.008Z | Download: 2722/4281 items 120.8/220.6MB 54% complete (171k/s) |
| 181 | 2024-12-21T04:22:47.022Z | Download: 2993/4281 items 121.3/220.6MB 54% complete (194k/s) |
| 182 | 2024-12-21T04:22:52.037Z | Download: 3143/4281 items 178.3/220.6MB 80% complete (5.7M/s) |
| 183 | 2024-12-21T04:22:57.316Z | Download: 3236/4281 items 201.3/220.6MB 91% complete (7.9M/s) |
| 184 | 2024-12-21T04:23:05.407Z | Download: 3241/4281 items 202.9/220.6MB 91% complete (7.6M/s) |
| 185 | 2024-12-21T04:23:10.422Z | Download: 3243/4281 items 203.0/220.6MB 91% complete |
| 186 | 2024-12-21T04:23:20.101Z | Download: 3246/4281 items 203.0/220.6MB 92% complete |
| 187 | 2024-12-21T04:23:25.103Z | Download: 3419/4281 items 215.2/220.6MB 97% complete (1.2M/s) |
| 188 | 2024-12-21T04:23:30.104Z | Download: 3878/4281 items 217.5/220.6MB 98% complete (1.5M/s) |
| 189 | 2024-12-21T04:23:35.159Z | Download: 4005/4281 items 218.6/220.6MB 99% complete (615k/s) |
| 190 | 2024-12-21T04:23:40.444Z | Download: 4202/4281 items 220.5/220.6MB 99% complete (355k/s) |
| 191 | 2024-12-21T04:23:49.771Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (326k/s) |
| 192 | 2024-12-21T04:23:50.689Z | Download: Completed 220.60 MB in 149.56 seconds (1.5M/s) |
| 193 | 2024-12-21T04:23:52.871Z | Actions: 1/5063 actions (Removing old actions) |
| 194 | 2024-12-21T04:23:52.888Z | Actions: 194/5063 actions (Installing new actions) |
| 195 | 2024-12-21T04:23:58.018Z | Actions: 4117/5063 actions (Installing new actions) |
| 196 | 2024-12-21T04:23:58.025Z | Actions: 4226/5063 actions (Updating modified actions) |
| 197 | 2024-12-21T04:23:58.378Z | Actions: Completed 5063 actions in 5.51 seconds. |
| 198 | 2024-12-21T04:23:58.790Z | Done (0.404s) |
| 199 | 2024-12-21T04:23:58.792Z | Done (0.000s) |
| 200 | 2024-12-21T04:23:59.441Z | Done (0.579s) |
| 201 | 2024-12-21T04:24:04.884Z | Done (5.286s) |
| 202 | 2024-12-21T04:24:05.145Z | Done (0.190s) |
| 203 | 2024-12-21T04:24:05.148Z | Done (0.000s) |
| 204 | 2024-12-21T04:24:05.317Z | Done (0.000s) |
| 205 | 2024-12-21T04:24:05.999Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2024-12-21T04:24:06.156Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2024-12-21T04:24:06.159Z | Planning: Consolidating action changes ... Done |
| 208 | 2024-12-21T04:24:06.424Z | Planning: Evaluating mediators ... Done |
| 209 | 2024-12-21T04:24:06.426Z | Planning: Planning completed in 0.43 seconds |
| 210 | 2024-12-21T04:24:06.465Z | Mediators to change: 2 |
| 211 | 2024-12-21T04:24:06.465Z | Create boot environment: No |
| 212 | 2024-12-21T04:24:06.467Z | Create backup boot environment: No |
| 213 | 2024-12-21T04:24:06.547Z | Done |
| 214 | 2024-12-21T04:24:06.547Z | Done |
| 215 | 2024-12-21T04:24:06.900Z | Done |
| 216 | 2024-12-21T04:24:10.516Z | Done |
| 217 | 2024-12-21T04:24:10.605Z | Done |
| 218 | 2024-12-21T04:24:10.608Z | Done |
| 219 | 2024-12-21T04:24:10.710Z | Done |
| 220 | 2024-12-21T04:24:11.314Z | Planning: Evaluating mediator changes ... Done |
| 221 | 2024-12-21T04:24:11.317Z | Planning: Merging actions ... Done |
| 222 | 2024-12-21T04:24:11.500Z | Planning: Checking for conflicting actions ... Done |
| 223 | 2024-12-21T04:24:11.503Z | Planning: Consolidating action changes ... Done |
| 224 | 2024-12-21T04:24:11.762Z | Planning: Evaluating mediators ... Done |
| 225 | 2024-12-21T04:24:11.818Z | Planning: Planning completed in 0.75 seconds |
| 226 | 2024-12-21T04:24:11.856Z | Packages to change: 1 |
| 227 | 2024-12-21T04:24:11.856Z | Mediators to change: 1 |
| 228 | 2024-12-21T04:24:11.859Z | Services to change: 1 |
| 229 | 2024-12-21T04:24:11.859Z | Create boot environment: No |
| 230 | 2024-12-21T04:24:11.859Z | Create backup boot environment: Yes |
| 231 | 2024-12-21T04:24:14.043Z | Actions: 1/6 actions (Updating modified actions) |
| 232 | 2024-12-21T04:24:14.089Z | Actions: Completed 6 actions in 0.05 seconds. |
| 233 | 2024-12-21T04:24:14.102Z | Done |
| 234 | 2024-12-21T04:24:14.102Z | Done |
| 235 | 2024-12-21T04:24:14.206Z | Done |
| 236 | 2024-12-21T04:24:17.778Z | Done |
| 237 | 2024-12-21T04:24:17.869Z | Done |
| 238 | 2024-12-21T04:24:17.871Z | Done |
| 239 | 2024-12-21T04:24:17.993Z | Done |
| 240 | 2024-12-21T04:24:18.421Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 241 | 2024-12-21T04:24:18.421Z | clang system 15 system |
| 242 | 2024-12-21T04:24:18.421Z | csh system system illumos |
| 243 | 2024-12-21T04:24:18.421Z | ctags system system illumos |
| 244 | 2024-12-21T04:24:18.421Z | gcc vendor 12 vendor |
| 245 | 2024-12-21T04:24:18.421Z | gcc system 10 system |
| 246 | 2024-12-21T04:24:18.421Z | gcc system 7 system |
| 247 | 2024-12-21T04:24:18.421Z | go system 1.20 system |
| 248 | 2024-12-21T04:24:18.421Z | go system 1.19 system |
| 249 | 2024-12-21T04:24:18.421Z | llvm system 15 system |
| 250 | 2024-12-21T04:24:18.421Z | llvm system 14 system |
| 251 | 2024-12-21T04:24:18.421Z | mariadb system 10.6 system |
| 252 | 2024-12-21T04:24:18.421Z | mta vendor vendor dma |
| 253 | 2024-12-21T04:24:18.421Z | openjdk system 17 system |
| 254 | 2024-12-21T04:24:18.421Z | openjdk system 11 system |
| 255 | 2024-12-21T04:24:18.421Z | openjdk system 1.8 system |
| 256 | 2024-12-21T04:24:18.421Z | openssl vendor 3 vendor |
| 257 | 2024-12-21T04:24:18.421Z | perl system 5.36 system |
| 258 | 2024-12-21T04:24:18.421Z | postgresql system 15 system |
| 259 | 2024-12-21T04:24:18.422Z | postgresql system 13 system |
| 260 | 2024-12-21T04:24:18.422Z | python vendor 3 vendor |
| 261 | 2024-12-21T04:24:18.422Z | python system 2 system |
| 262 | 2024-12-21T04:24:18.422Z | python3 system 3.11 system |
| 263 | 2024-12-21T04:24:18.422Z | ruby system 3.0 system |
| 264 | 2024-12-21T04:24:18.422Z | words vendor vendor american-english |
| 265 | 2024-12-21T04:24:18.422Z | words system system australian-english |
| 266 | 2024-12-21T04:24:18.422Z | words system system british-english |
| 267 | 2024-12-21T04:24:18.422Z | words system system canadian-english |
| 268 | 2024-12-21T04:24:18.422Z | words system system french |
| 269 | 2024-12-21T04:24:18.422Z | words system system italian |
| 270 | 2024-12-21T04:24:18.422Z | words system system ngerman |
| 271 | 2024-12-21T04:24:18.422Z | words system system ogerman |
| 272 | 2024-12-21T04:24:18.422Z | words system system spanish |
| 273 | 2024-12-21T04:24:18.745Z | PUBLISHER TYPE STATUS P LOCATION |
| 274 | 2024-12-21T04:24:18.745Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 275 | 2024-12-21T04:24:21.494Z | FMRI IFO |
| 276 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 277 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 278 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 279 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 280 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 281 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 282 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 283 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 284 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 285 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 286 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 287 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 288 | 2024-12-21T04:24:21.494Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 289 | 2024-12-21T04:24:21.495Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 290 | 2024-12-21T04:24:21.495Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 291 | 2024-12-21T04:24:22.249Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 292 | 2024-12-21T04:24:22.531Z | Updating crates.io index |
| 293 | 2024-12-21T04:24:22.533Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 294 | 2024-12-21T04:24:22.897Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 295 | 2024-12-21T04:24:23.388Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 296 | 2024-12-21T04:24:23.655Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 297 | 2024-12-21T04:24:23.900Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 298 | 2024-12-21T04:24:24.172Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 299 | 2024-12-21T04:24:25.113Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 300 | 2024-12-21T04:24:26.577Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 301 | 2024-12-21T04:24:27.174Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 302 | 2024-12-21T04:24:27.925Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 303 | 2024-12-21T04:24:28.173Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 304 | 2024-12-21T04:24:28.442Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 305 | 2024-12-21T04:24:29.129Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 306 | 2024-12-21T04:24:29.465Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2024-12-21T04:24:29.793Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 308 | 2024-12-21T04:24:30.060Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 309 | 2024-12-21T04:24:30.337Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 310 | 2024-12-21T04:24:30.634Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 311 | 2024-12-21T04:24:30.910Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 312 | 2024-12-21T04:24:31.296Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2024-12-21T04:24:31.597Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 314 | 2024-12-21T04:24:32.004Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2024-12-21T04:24:32.486Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2024-12-21T04:24:32.787Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 317 | 2024-12-21T04:24:33.164Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 318 | 2024-12-21T04:24:33.724Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 319 | 2024-12-21T04:24:34.037Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2024-12-21T04:24:34.328Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2024-12-21T04:24:34.577Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2024-12-21T04:24:35.908Z | Downloading crates ... |
| 323 | 2024-12-21T04:24:35.989Z | Downloaded anstyle-parse v0.2.5 |
| 324 | 2024-12-21T04:24:35.992Z | Downloaded anstyle-query v1.1.1 |
| 325 | 2024-12-21T04:24:35.997Z | Downloaded autocfg v1.4.0 |
| 326 | 2024-12-21T04:24:35.999Z | Downloaded equivalent v1.0.1 |
| 327 | 2024-12-21T04:24:35.999Z | Downloaded block-buffer v0.10.4 |
| 328 | 2024-12-21T04:24:36.002Z | Downloaded colorchoice v1.0.2 |
| 329 | 2024-12-21T04:24:36.002Z | Downloaded anstream v0.6.15 |
| 330 | 2024-12-21T04:24:36.028Z | Downloaded swrite v0.1.0 |
| 331 | 2024-12-21T04:24:36.031Z | Downloaded dtrace-parser v0.2.0 |
| 332 | 2024-12-21T04:24:36.031Z | Downloaded scroll_derive v0.12.0 |
| 333 | 2024-12-21T04:24:36.032Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2024-12-21T04:24:36.035Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2024-12-21T04:24:36.038Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2024-12-21T04:24:36.040Z | Downloaded cargo_metadata v0.18.1 |
| 337 | 2024-12-21T04:24:36.045Z | Downloaded cpufeatures v0.2.14 |
| 338 | 2024-12-21T04:24:36.048Z | Downloaded cfg-if v1.0.0 |
| 339 | 2024-12-21T04:24:36.048Z | Downloaded bytecount v0.6.8 |
| 340 | 2024-12-21T04:24:36.050Z | Downloaded heck v0.4.1 |
| 341 | 2024-12-21T04:24:36.052Z | Downloaded fs-err v2.11.0 |
| 342 | 2024-12-21T04:24:36.054Z | Downloaded heck v0.5.0 |
| 343 | 2024-12-21T04:24:36.054Z | Downloaded crypto-common v0.1.6 |
| 344 | 2024-12-21T04:24:36.054Z | Downloaded fastrand v2.1.1 |
| 345 | 2024-12-21T04:24:36.057Z | Downloaded cargo-platform v0.1.8 |
| 346 | 2024-12-21T04:24:36.057Z | Downloaded generic-array v0.14.7 |
| 347 | 2024-12-21T04:24:36.059Z | Downloaded fnv v1.0.7 |
| 348 | 2024-12-21T04:24:36.059Z | Downloaded anstyle v1.0.10 |
| 349 | 2024-12-21T04:24:36.062Z | Downloaded thread-id v4.2.2 |
| 350 | 2024-12-21T04:24:36.062Z | Downloaded digest v0.10.7 |
| 351 | 2024-12-21T04:24:36.065Z | Downloaded itoa v1.0.11 |
| 352 | 2024-12-21T04:24:36.068Z | Downloaded plain v0.2.3 |
| 353 | 2024-12-21T04:24:36.070Z | Downloaded byteorder v1.5.0 |
| 354 | 2024-12-21T04:24:36.073Z | Downloaded clap_lex v0.7.2 |
| 355 | 2024-12-21T04:24:36.076Z | Downloaded version_check v0.9.5 |
| 356 | 2024-12-21T04:24:36.078Z | Downloaded utf8parse v0.2.2 |
| 357 | 2024-12-21T04:24:36.079Z | Downloaded serde_tokenstream v0.2.2 |
| 358 | 2024-12-21T04:24:36.082Z | Downloaded macaddr v1.0.1 |
| 359 | 2024-12-21T04:24:36.082Z | Downloaded toml_datetime v0.6.8 |
| 360 | 2024-12-21T04:24:36.084Z | Downloaded usdt-impl v0.5.0 |
| 361 | 2024-12-21T04:24:36.087Z | Downloaded strsim v0.11.1 |
| 362 | 2024-12-21T04:24:36.087Z | Downloaded thiserror-impl v1.0.69 |
| 363 | 2024-12-21T04:24:36.090Z | Downloaded dof v0.3.0 |
| 364 | 2024-12-21T04:24:36.092Z | Downloaded usdt v0.5.0 |
| 365 | 2024-12-21T04:24:36.092Z | Downloaded unicode-linebreak v0.1.5 |
| 366 | 2024-12-21T04:24:36.094Z | Downloaded terminal_size v0.4.0 |
| 367 | 2024-12-21T04:24:36.094Z | Downloaded serde_spanned v0.6.8 |
| 368 | 2024-12-21T04:24:36.096Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2024-12-21T04:24:36.096Z | Downloaded smawk v0.3.2 |
| 370 | 2024-12-21T04:24:36.099Z | Downloaded proc-macro-error-attr v1.0.4 |
| 371 | 2024-12-21T04:24:36.099Z | Downloaded pest_generator v2.7.14 |
| 372 | 2024-12-21T04:24:36.102Z | Downloaded once_cell v1.20.2 |
| 373 | 2024-12-21T04:24:36.102Z | Downloaded errno v0.3.9 |
| 374 | 2024-12-21T04:24:36.104Z | Downloaded is_terminal_polyfill v1.70.1 |
| 375 | 2024-12-21T04:24:36.104Z | Downloaded clap_derive v4.5.18 |
| 376 | 2024-12-21T04:24:36.106Z | Downloaded cargo_toml v0.20.5 |
| 377 | 2024-12-21T04:24:36.113Z | Downloaded camino-tempfile v1.1.1 |
| 378 | 2024-12-21T04:24:36.115Z | Downloaded sha2 v0.10.8 |
| 379 | 2024-12-21T04:24:36.118Z | Downloaded camino v1.1.9 |
| 380 | 2024-12-21T04:24:36.120Z | Downloaded memmap v0.7.0 |
| 381 | 2024-12-21T04:24:36.120Z | Downloaded quote v1.0.37 |
| 382 | 2024-12-21T04:24:36.122Z | Downloaded thiserror v1.0.69 |
| 383 | 2024-12-21T04:24:36.126Z | Downloaded scroll v0.12.0 |
| 384 | 2024-12-21T04:24:36.129Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2024-12-21T04:24:36.132Z | Downloaded pest_derive v2.7.14 |
| 386 | 2024-12-21T04:24:36.135Z | Downloaded semver v1.0.23 |
| 387 | 2024-12-21T04:24:36.135Z | Downloaded anyhow v1.0.93 |
| 388 | 2024-12-21T04:24:36.138Z | Downloaded bitflags v2.6.0 |
| 389 | 2024-12-21T04:24:36.141Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2024-12-21T04:24:36.144Z | Downloaded toml v0.8.19 |
| 391 | 2024-12-21T04:24:36.146Z | Downloaded ryu v1.0.18 |
| 392 | 2024-12-21T04:24:36.149Z | Downloaded zerocopy-derive v0.7.35 |
| 393 | 2024-12-21T04:24:36.152Z | Downloaded typenum v1.17.0 |
| 394 | 2024-12-21T04:24:36.154Z | Downloaded papergrid v0.11.0 |
| 395 | 2024-12-21T04:24:36.159Z | Downloaded tempfile v3.13.0 |
| 396 | 2024-12-21T04:24:36.161Z | Downloaded pest_meta v2.7.14 |
| 397 | 2024-12-21T04:24:36.164Z | Downloaded serde_derive v1.0.215 |
| 398 | 2024-12-21T04:24:36.167Z | Downloaded clap v4.5.21 |
| 399 | 2024-12-21T04:24:36.173Z | Downloaded unicode-ident v1.0.13 |
| 400 | 2024-12-21T04:24:36.176Z | Downloaded textwrap v0.16.1 |
| 401 | 2024-12-21T04:24:36.178Z | Downloaded proc-macro2 v1.0.89 |
| 402 | 2024-12-21T04:24:36.180Z | Downloaded log v0.4.22 |
| 403 | 2024-12-21T04:24:36.184Z | Downloaded serde v1.0.215 |
| 404 | 2024-12-21T04:24:36.203Z | Downloaded memchr v2.7.4 |
| 405 | 2024-12-21T04:24:36.207Z | Downloaded toml_edit v0.22.22 |
| 406 | 2024-12-21T04:24:36.227Z | Downloaded indexmap v2.6.0 |
| 407 | 2024-12-21T04:24:36.231Z | Downloaded pest v2.7.14 |
| 408 | 2024-12-21T04:24:36.236Z | Downloaded hashbrown v0.15.1 |
| 409 | 2024-12-21T04:24:36.254Z | Downloaded serde_json v1.0.133 |
| 410 | 2024-12-21T04:24:36.263Z | Downloaded winnow v0.6.20 |
| 411 | 2024-12-21T04:24:36.269Z | Downloaded zerocopy v0.7.35 |
| 412 | 2024-12-21T04:24:36.283Z | Downloaded clap_builder v4.5.21 |
| 413 | 2024-12-21T04:24:36.291Z | Downloaded tabled v0.15.0 |
| 414 | 2024-12-21T04:24:36.303Z | Downloaded goblin v0.8.2 |
| 415 | 2024-12-21T04:24:36.310Z | Downloaded syn v1.0.109 |
| 416 | 2024-12-21T04:24:36.318Z | Downloaded unicode-width v0.1.14 |
| 417 | 2024-12-21T04:24:36.326Z | Downloaded syn v2.0.87 |
| 418 | 2024-12-21T04:24:36.338Z | Downloaded rustix v0.38.37 |
| 419 | 2024-12-21T04:24:36.367Z | Downloaded libc v0.2.162 |
| 420 | 2024-12-21T04:24:36.673Z | Compiling proc-macro2 v1.0.89 |
| 421 | 2024-12-21T04:24:36.673Z | Compiling unicode-ident v1.0.13 |
| 422 | 2024-12-21T04:24:36.673Z | Compiling serde v1.0.215 |
| 423 | 2024-12-21T04:24:36.676Z | Compiling version_check v0.9.5 |
| 424 | 2024-12-21T04:24:36.676Z | Compiling thiserror v1.0.69 |
| 425 | 2024-12-21T04:24:36.676Z | Compiling memchr v2.7.4 |
| 426 | 2024-12-21T04:24:36.676Z | Compiling libc v0.2.162 |
| 427 | 2024-12-21T04:24:36.676Z | Compiling ucd-trie v0.1.7 |
| 428 | 2024-12-21T04:24:36.939Z | Compiling ryu v1.0.18 |
| 429 | 2024-12-21T04:24:37.268Z | Compiling itoa v1.0.11 |
| 430 | 2024-12-21T04:24:37.462Z | Compiling once_cell v1.20.2 |
| 431 | 2024-12-21T04:24:37.524Z | Compiling byteorder v1.5.0 |
| 432 | 2024-12-21T04:24:37.766Z | Compiling serde_json v1.0.133 |
| 433 | 2024-12-21T04:24:37.858Z | Compiling rustix v0.38.37 |
| 434 | 2024-12-21T04:24:38.132Z | Compiling bitflags v2.6.0 |
| 435 | 2024-12-21T04:24:38.218Z | Compiling usdt-impl v0.5.0 |
| 436 | 2024-12-21T04:24:38.283Z | Compiling proc-macro-error-attr v1.0.4 |
| 437 | 2024-12-21T04:24:38.451Z | Compiling syn v1.0.109 |
| 438 | 2024-12-21T04:24:38.543Z | Compiling proc-macro-error v1.0.4 |
| 439 | 2024-12-21T04:24:38.658Z | Compiling hashbrown v0.15.1 |
| 440 | 2024-12-21T04:24:38.684Z | Compiling camino v1.1.9 |
| 441 | 2024-12-21T04:24:38.736Z | Compiling equivalent v1.0.1 |
| 442 | 2024-12-21T04:24:38.837Z | Compiling log v0.4.22 |
| 443 | 2024-12-21T04:24:38.862Z | Compiling plain v0.2.3 |
| 444 | 2024-12-21T04:24:39.013Z | Compiling utf8parse v0.2.2 |
| 445 | 2024-12-21T04:24:39.151Z | Compiling quote v1.0.37 |
| 446 | 2024-12-21T04:24:39.182Z | Compiling anstyle-parse v0.2.5 |
| 447 | 2024-12-21T04:24:39.414Z | Compiling colorchoice v1.0.2 |
| 448 | 2024-12-21T04:24:39.515Z | Compiling syn v2.0.87 |
| 449 | 2024-12-21T04:24:39.573Z | Compiling errno v0.3.9 |
| 450 | 2024-12-21T04:24:39.653Z | Compiling thread-id v4.2.2 |
| 451 | 2024-12-21T04:24:39.784Z | Compiling indexmap v2.6.0 |
| 452 | 2024-12-21T04:24:39.807Z | Compiling pretty-hex v0.4.1 |
| 453 | 2024-12-21T04:24:39.837Z | Compiling anstyle-query v1.1.1 |
| 454 | 2024-12-21T04:24:39.839Z | Compiling semver v1.0.23 |
| 455 | 2024-12-21T04:24:39.996Z | Compiling anstyle v1.0.10 |
| 456 | 2024-12-21T04:24:40.023Z | Compiling winnow v0.6.20 |
| 457 | 2024-12-21T04:24:40.373Z | Compiling unicode-width v0.1.14 |
| 458 | 2024-12-21T04:24:40.437Z | Compiling is_terminal_polyfill v1.70.1 |
| 459 | 2024-12-21T04:24:40.574Z | Compiling autocfg v1.4.0 |
| 460 | 2024-12-21T04:24:40.877Z | Compiling anstream v0.6.15 |
| 461 | 2024-12-21T04:24:41.188Z | Compiling clap_lex v0.7.2 |
| 462 | 2024-12-21T04:24:41.214Z | Compiling heck v0.4.1 |
| 463 | 2024-12-21T04:24:41.700Z | Compiling strsim v0.11.1 |
| 464 | 2024-12-21T04:24:41.723Z | Compiling anyhow v1.0.93 |
| 465 | 2024-12-21T04:24:41.725Z | Compiling fs-err v2.11.0 |
| 466 | 2024-12-21T04:24:42.025Z | Compiling terminal_size v0.4.0 |
| 467 | 2024-12-21T04:24:42.052Z | Compiling heck v0.5.0 |
| 468 | 2024-12-21T04:24:42.236Z | Compiling bytecount v0.6.8 |
| 469 | 2024-12-21T04:24:42.338Z | Compiling fastrand v2.1.1 |
| 470 | 2024-12-21T04:24:42.588Z | Compiling cfg-if v1.0.0 |
| 471 | 2024-12-21T04:24:42.614Z | Compiling fnv v1.0.7 |
| 472 | 2024-12-21T04:24:42.695Z | Compiling tempfile v3.13.0 |
| 473 | 2024-12-21T04:24:42.756Z | Compiling papergrid v0.11.0 |
| 474 | 2024-12-21T04:24:42.880Z | Compiling clap_builder v4.5.21 |
| 475 | 2024-12-21T04:24:43.149Z | Compiling memmap v0.7.0 |
| 476 | 2024-12-21T04:24:43.183Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2024-12-21T04:24:43.526Z | Compiling smawk v0.3.2 |
| 478 | 2024-12-21T04:24:43.747Z | Compiling textwrap v0.16.1 |
| 479 | 2024-12-21T04:24:43.953Z | Compiling swrite v0.1.0 |
| 480 | 2024-12-21T04:24:45.165Z | Compiling tabled_derive v0.7.0 |
| 481 | 2024-12-21T04:24:46.713Z | Compiling tabled v0.15.0 |
| 482 | 2024-12-21T04:24:48.332Z | Compiling serde_derive v1.0.215 |
| 483 | 2024-12-21T04:24:48.334Z | Compiling thiserror-impl v1.0.69 |
| 484 | 2024-12-21T04:24:48.334Z | Compiling zerocopy-derive v0.7.35 |
| 485 | 2024-12-21T04:24:48.334Z | Compiling scroll_derive v0.12.0 |
| 486 | 2024-12-21T04:24:48.375Z | Compiling clap_derive v4.5.18 |
| 487 | 2024-12-21T04:24:49.583Z | Compiling scroll v0.12.0 |
| 488 | 2024-12-21T04:24:50.124Z | Compiling goblin v0.8.2 |
| 489 | 2024-12-21T04:24:50.225Z | Compiling zerocopy v0.7.35 |
| 490 | 2024-12-21T04:24:51.006Z | Compiling pest v2.7.14 |
| 491 | 2024-12-21T04:24:51.857Z | Compiling clap v4.5.21 |
| 492 | 2024-12-21T04:24:53.098Z | Compiling pest_meta v2.7.14 |
| 493 | 2024-12-21T04:24:53.933Z | Compiling pest_generator v2.7.14 |
| 494 | 2024-12-21T04:24:55.853Z | Compiling pest_derive v2.7.14 |
| 495 | 2024-12-21T04:24:56.557Z | Compiling dtrace-parser v0.2.0 |
| 496 | 2024-12-21T04:24:58.191Z | Compiling toml_datetime v0.6.8 |
| 497 | 2024-12-21T04:24:58.191Z | Compiling serde_spanned v0.6.8 |
| 498 | 2024-12-21T04:24:58.194Z | Compiling cargo-platform v0.1.8 |
| 499 | 2024-12-21T04:24:58.571Z | Compiling serde_tokenstream v0.2.2 |
| 500 | 2024-12-21T04:24:58.771Z | Compiling toml_edit v0.22.22 |
| 501 | 2024-12-21T04:24:58.797Z | Compiling macaddr v1.0.1 |
| 502 | 2024-12-21T04:24:58.909Z | Compiling camino-tempfile v1.1.1 |
| 503 | 2024-12-21T04:24:59.671Z | Compiling dof v0.3.0 |
| 504 | 2024-12-21T04:24:59.671Z | Compiling cargo_metadata v0.18.1 |
| 505 | 2024-12-21T04:25:01.417Z | Compiling toml v0.8.19 |
| 506 | 2024-12-21T04:25:01.616Z | Compiling usdt-macro v0.5.0 |
| 507 | 2024-12-21T04:25:01.619Z | Compiling usdt-attr-macro v0.5.0 |
| 508 | 2024-12-21T04:25:02.341Z | Compiling cargo_toml v0.20.5 |
| 509 | 2024-12-21T04:25:02.923Z | Compiling usdt v0.5.0 |
| 510 | 2024-12-21T04:25:05.959Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 511 | 2024-12-21T04:25:10.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s |
| 512 | 2024-12-21T04:25:10.348Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 513 | 2024-12-21T04:25:10.876Z | Downloading crates ... |
| 514 | 2024-12-21T04:25:10.991Z | Downloaded atomicwrites v0.4.4 |
| 515 | 2024-12-21T04:25:11.012Z | Downloaded async-stream-impl v0.3.6 |
| 516 | 2024-12-21T04:25:11.018Z | Downloaded hex-literal v0.4.1 |
| 517 | 2024-12-21T04:25:11.022Z | Downloaded hubpack_derive v0.1.1 |
| 518 | 2024-12-21T04:25:11.024Z | Downloaded cfg_aliases v0.2.1 |
| 519 | 2024-12-21T04:25:11.027Z | Downloaded crucible-workspace-hack v0.1.0 |
| 520 | 2024-12-21T04:25:11.030Z | Downloaded ascii-canvas v3.0.0 |
| 521 | 2024-12-21T04:25:11.033Z | Downloaded atomic-waker v1.1.2 |
| 522 | 2024-12-21T04:25:11.036Z | Downloaded jobserver v0.1.32 |
| 523 | 2024-12-21T04:25:11.039Z | Downloaded is_ci v1.2.0 |
| 524 | 2024-12-21T04:25:11.039Z | Downloaded base16ct v0.2.0 |
| 525 | 2024-12-21T04:25:11.041Z | Downloaded addr2line v0.24.2 |
| 526 | 2024-12-21T04:25:11.044Z | Downloaded match_cfg v0.1.0 |
| 527 | 2024-12-21T04:25:11.046Z | Downloaded crunchy v0.2.2 |
| 528 | 2024-12-21T04:25:11.047Z | Downloaded ciborium-io v0.2.2 |
| 529 | 2024-12-21T04:25:11.049Z | Downloaded assert_matches v1.5.0 |
| 530 | 2024-12-21T04:25:11.052Z | Downloaded matches v0.1.10 |
| 531 | 2024-12-21T04:25:11.052Z | Downloaded atty v0.2.14 |
| 532 | 2024-12-21T04:25:11.052Z | Downloaded cstr-argument v0.1.2 |
| 533 | 2024-12-21T04:25:11.054Z | Downloaded cfg_aliases v0.1.1 |
| 534 | 2024-12-21T04:25:11.054Z | Downloaded adler2 v2.0.0 |
| 535 | 2024-12-21T04:25:11.056Z | Downloaded async-stream v0.3.6 |
| 536 | 2024-12-21T04:25:11.058Z | Downloaded arrayref v0.3.9 |
| 537 | 2024-12-21T04:25:11.061Z | Downloaded convert_case v0.4.0 |
| 538 | 2024-12-21T04:25:11.063Z | Downloaded cassowary v0.3.0 |
| 539 | 2024-12-21T04:25:11.063Z | Downloaded http-body v1.0.1 |
| 540 | 2024-12-21T04:25:11.065Z | Downloaded http-range v0.1.5 |
| 541 | 2024-12-21T04:25:11.067Z | Downloaded block-padding v0.3.3 |
| 542 | 2024-12-21T04:25:11.067Z | Downloaded bit-vec v0.6.3 |
| 543 | 2024-12-21T04:25:11.071Z | Downloaded chrono-tz-build v0.4.0 |
| 544 | 2024-12-21T04:25:11.073Z | Downloaded constant_time_eq v0.3.1 |
| 545 | 2024-12-21T04:25:11.073Z | Downloaded cipher v0.4.4 |
| 546 | 2024-12-21T04:25:11.075Z | Downloaded cbc v0.1.2 |
| 547 | 2024-12-21T04:25:11.077Z | Downloaded instant v0.1.13 |
| 548 | 2024-12-21T04:25:11.079Z | Downloaded headers-core v0.3.0 |
| 549 | 2024-12-21T04:25:11.079Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 550 | 2024-12-21T04:25:11.080Z | Downloaded cmake v0.1.51 |
| 551 | 2024-12-21T04:25:11.082Z | Downloaded ciborium-ll v0.2.2 |
| 552 | 2024-12-21T04:25:11.086Z | Downloaded crc v3.2.1 |
| 553 | 2024-12-21T04:25:11.090Z | Downloaded ctr v0.9.2 |
| 554 | 2024-12-21T04:25:11.090Z | Downloaded chacha20 v0.9.1 |
| 555 | 2024-12-21T04:25:11.093Z | Downloaded crossbeam-deque v0.8.5 |
| 556 | 2024-12-21T04:25:11.096Z | Downloaded instability v0.3.2 |
| 557 | 2024-12-21T04:25:11.096Z | Downloaded hostname v0.4.0 |
| 558 | 2024-12-21T04:25:11.099Z | Downloaded icu_provider_macros v1.5.0 |
| 559 | 2024-12-21T04:25:11.099Z | Downloaded async-trait v0.1.83 |
| 560 | 2024-12-21T04:25:11.101Z | Downloaded mirai-annotations v1.12.0 |
| 561 | 2024-12-21T04:25:11.104Z | Downloaded libsw v3.3.1 |
| 562 | 2024-12-21T04:25:11.106Z | Downloaded bitfield-struct v0.6.2 |
| 563 | 2024-12-21T04:25:11.109Z | Downloaded hostname v0.3.1 |
| 564 | 2024-12-21T04:25:11.109Z | Downloaded backoff v0.4.0 |
| 565 | 2024-12-21T04:25:11.111Z | Downloaded bb8 v0.8.5 |
| 566 | 2024-12-21T04:25:11.113Z | Downloaded keccak v0.1.5 |
| 567 | 2024-12-21T04:25:11.116Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 568 | 2024-12-21T04:25:11.119Z | Downloaded lru-cache v0.1.2 |
| 569 | 2024-12-21T04:25:11.119Z | Downloaded idna_adapter v1.2.0 |
| 570 | 2024-12-21T04:25:11.119Z | Downloaded base64ct v1.6.0 |
| 571 | 2024-12-21T04:25:11.121Z | Downloaded ipnetwork v0.20.0 |
| 572 | 2024-12-21T04:25:11.124Z | Downloaded httpdate v1.0.3 |
| 573 | 2024-12-21T04:25:11.126Z | Downloaded console v0.15.8 |
| 574 | 2024-12-21T04:25:11.129Z | Downloaded lockfree-object-pool v0.1.6 |
| 575 | 2024-12-21T04:25:11.131Z | Downloaded memoffset v0.9.1 |
| 576 | 2024-12-21T04:25:11.133Z | Downloaded lru v0.12.5 |
| 577 | 2024-12-21T04:25:11.136Z | Downloaded internet-checksum v0.2.1 |
| 578 | 2024-12-21T04:25:11.136Z | Downloaded cancel-safe-futures v0.1.5 |
| 579 | 2024-12-21T04:25:11.139Z | Downloaded cookie_store v0.21.0 |
| 580 | 2024-12-21T04:25:11.142Z | Downloaded const_format_proc_macros v0.2.33 |
| 581 | 2024-12-21T04:25:11.145Z | Downloaded mime v0.3.17 |
| 582 | 2024-12-21T04:25:11.149Z | Downloaded mockall v0.13.0 |
| 583 | 2024-12-21T04:25:11.151Z | Downloaded colored v2.1.0 |
| 584 | 2024-12-21T04:25:11.151Z | Downloaded inout v0.1.3 |
| 585 | 2024-12-21T04:25:11.153Z | Downloaded lazycell v1.3.0 |
| 586 | 2024-12-21T04:25:11.158Z | Downloaded is-terminal v0.4.13 |
| 587 | 2024-12-21T04:25:11.158Z | Downloaded ciborium v0.2.2 |
| 588 | 2024-12-21T04:25:11.161Z | Downloaded toolchain_find v0.4.0 |
| 589 | 2024-12-21T04:25:11.162Z | Downloaded tinyvec_macros v0.1.1 |
| 590 | 2024-12-21T04:25:11.166Z | Downloaded md5 v0.7.0 |
| 591 | 2024-12-21T04:25:11.166Z | Downloaded linked-hash-map v0.5.6 |
| 592 | 2024-12-21T04:25:11.166Z | Downloaded managed v0.8.0 |
| 593 | 2024-12-21T04:25:11.169Z | Downloaded lazy_static v1.5.0 |
| 594 | 2024-12-21T04:25:11.169Z | Downloaded ref-cast-impl v1.0.23 |
| 595 | 2024-12-21T04:25:11.169Z | Downloaded lalrpop-util v0.19.12 |
| 596 | 2024-12-21T04:25:11.174Z | Downloaded crc32fast v1.4.2 |
| 597 | 2024-12-21T04:25:11.174Z | Downloaded kstat-rs v0.2.4 |
| 598 | 2024-12-21T04:25:11.177Z | Downloaded md-5 v0.10.6 |
| 599 | 2024-12-21T04:25:11.177Z | Downloaded maybe-uninit v2.0.0 |
| 600 | 2024-12-21T04:25:11.179Z | Downloaded serde-big-array v0.5.1 |
| 601 | 2024-12-21T04:25:11.179Z | Downloaded crossbeam-epoch v0.9.18 |
| 602 | 2024-12-21T04:25:11.190Z | Downloaded take_mut v0.2.2 |
| 603 | 2024-12-21T04:25:11.190Z | Downloaded csv-core v0.1.11 |
| 604 | 2024-12-21T04:25:11.190Z | Downloaded derive_builder_macro v0.20.2 |
| 605 | 2024-12-21T04:25:11.190Z | Downloaded yoke-derive v0.7.4 |
| 606 | 2024-12-21T04:25:11.190Z | Downloaded quinn-udp v0.5.5 |
| 607 | 2024-12-21T04:25:11.196Z | Downloaded crc-any v2.5.0 |
| 608 | 2024-12-21T04:25:11.198Z | Downloaded shell-words v1.1.0 |
| 609 | 2024-12-21T04:25:11.199Z | Downloaded semver v0.1.20 |
| 610 | 2024-12-21T04:25:11.199Z | Downloaded secrecy v0.8.0 |
| 611 | 2024-12-21T04:25:11.199Z | Downloaded shlex v1.3.0 |
| 612 | 2024-12-21T04:25:11.201Z | Downloaded crossbeam-utils v0.8.20 |
| 613 | 2024-12-21T04:25:11.204Z | Downloaded const-oid v0.9.6 |
| 614 | 2024-12-21T04:25:11.206Z | Downloaded endian-type v0.1.2 |
| 615 | 2024-12-21T04:25:11.206Z | Downloaded lock_api v0.4.12 |
| 616 | 2024-12-21T04:25:11.210Z | Downloaded schemars_derive v0.8.21 |
| 617 | 2024-12-21T04:25:11.214Z | Downloaded highway v1.2.0 |
| 618 | 2024-12-21T04:25:11.214Z | Downloaded strip-ansi-escapes v0.2.0 |
| 619 | 2024-12-21T04:25:11.216Z | Downloaded stringprep v0.1.5 |
| 620 | 2024-12-21T04:25:11.216Z | Downloaded tinystr v0.7.6 |
| 621 | 2024-12-21T04:25:11.219Z | Downloaded hyper-staticfile v0.10.1 |
| 622 | 2024-12-21T04:25:11.223Z | Downloaded unicase v2.7.0 |
| 623 | 2024-12-21T04:25:11.225Z | Downloaded unarray v0.1.4 |
| 624 | 2024-12-21T04:25:11.225Z | Downloaded fxhash v0.2.1 |
| 625 | 2024-12-21T04:25:11.225Z | Downloaded libloading v0.8.5 |
| 626 | 2024-12-21T04:25:11.229Z | Downloaded ipnet v2.10.1 |
| 627 | 2024-12-21T04:25:11.231Z | Downloaded iana-time-zone v0.1.61 |
| 628 | 2024-12-21T04:25:11.236Z | Downloaded typify-macro v0.2.0 |
| 629 | 2024-12-21T04:25:11.236Z | Downloaded home v0.5.9 |
| 630 | 2024-12-21T04:25:11.236Z | Downloaded bytes v1.8.0 |
| 631 | 2024-12-21T04:25:11.239Z | Downloaded litemap v0.7.3 |
| 632 | 2024-12-21T04:25:11.242Z | Downloaded hyper-rustls v0.27.3 |
| 633 | 2024-12-21T04:25:11.245Z | Downloaded mime_guess v2.0.5 |
| 634 | 2024-12-21T04:25:11.248Z | Downloaded foreign-types v0.3.2 |
| 635 | 2024-12-21T04:25:11.250Z | Downloaded phf_codegen v0.11.2 |
| 636 | 2024-12-21T04:25:11.250Z | Downloaded number_prefix v0.4.0 |
| 637 | 2024-12-21T04:25:11.252Z | Downloaded memmap2 v0.9.5 |
| 638 | 2024-12-21T04:25:11.255Z | Downloaded cookie v0.18.1 |
| 639 | 2024-12-21T04:25:11.257Z | Downloaded base64 v0.13.1 |
| 640 | 2024-12-21T04:25:11.262Z | Downloaded parse-size v1.1.0 |
| 641 | 2024-12-21T04:25:11.265Z | Downloaded backtrace v0.3.74 |
| 642 | 2024-12-21T04:25:11.268Z | Downloaded indoc v1.0.9 |
| 643 | 2024-12-21T04:25:11.270Z | Downloaded filetime v0.2.25 |
| 644 | 2024-12-21T04:25:11.274Z | Downloaded ff v0.13.0 |
| 645 | 2024-12-21T04:25:11.274Z | Downloaded ed25519 v2.2.3 |
| 646 | 2024-12-21T04:25:11.277Z | Downloaded thiserror v2.0.3 |
| 647 | 2024-12-21T04:25:11.282Z | Downloaded scopeguard v1.2.0 |
| 648 | 2024-12-21T04:25:11.284Z | Downloaded strum v0.26.3 |
| 649 | 2024-12-21T04:25:11.286Z | Downloaded futures-task v0.3.31 |
| 650 | 2024-12-21T04:25:11.286Z | Downloaded progenitor-impl v0.8.0 |
| 651 | 2024-12-21T04:25:11.290Z | Downloaded enum-as-inner v0.5.1 |
| 652 | 2024-12-21T04:25:11.292Z | Downloaded httparse v1.9.5 |
| 653 | 2024-12-21T04:25:11.295Z | Downloaded vsss-rs v3.3.4 |
| 654 | 2024-12-21T04:25:11.297Z | Downloaded maplit v1.0.2 |
| 655 | 2024-12-21T04:25:11.299Z | Downloaded indexmap v1.9.3 |
| 656 | 2024-12-21T04:25:11.309Z | Downloaded miniz_oxide v0.8.0 |
| 657 | 2024-12-21T04:25:11.310Z | Downloaded crypto-bigint v0.5.5 |
| 658 | 2024-12-21T04:25:11.312Z | Downloaded want v0.3.1 |
| 659 | 2024-12-21T04:25:11.315Z | Downloaded icu_normalizer_data v1.5.0 |
| 660 | 2024-12-21T04:25:11.318Z | Downloaded pin-utils v0.1.0 |
| 661 | 2024-12-21T04:25:11.318Z | Downloaded icu_provider v1.5.0 |
| 662 | 2024-12-21T04:25:11.321Z | Downloaded slog v2.7.0 |
| 663 | 2024-12-21T04:25:11.324Z | Downloaded zone v0.1.8 |
| 664 | 2024-12-21T04:25:11.327Z | Downloaded derive_builder v0.20.2 |
| 665 | 2024-12-21T04:25:11.331Z | Downloaded serde_urlencoded v0.7.1 |
| 666 | 2024-12-21T04:25:11.335Z | Downloaded parse-display-derive v0.10.0 |
| 667 | 2024-12-21T04:25:11.335Z | Downloaded test-strategy v0.3.1 |
| 668 | 2024-12-21T04:25:11.338Z | Downloaded ssh-cipher v0.2.0 |
| 669 | 2024-12-21T04:25:11.342Z | Downloaded progenitor v0.8.0 |
| 670 | 2024-12-21T04:25:11.347Z | Downloaded strum_macros v0.25.3 |
| 671 | 2024-12-21T04:25:11.347Z | Downloaded normalize-line-endings v0.3.0 |
| 672 | 2024-12-21T04:25:11.349Z | Downloaded zone_cfg_derive v0.1.2 |
| 673 | 2024-12-21T04:25:11.349Z | Downloaded rfc6979 v0.4.0 |
| 674 | 2024-12-21T04:25:11.350Z | Downloaded resolv-conf v0.7.0 |
| 675 | 2024-12-21T04:25:11.352Z | Downloaded tokio-native-tls v0.3.1 |
| 676 | 2024-12-21T04:25:11.352Z | Downloaded strum_macros v0.24.3 |
| 677 | 2024-12-21T04:25:11.355Z | Downloaded num-conv v0.1.0 |
| 678 | 2024-12-21T04:25:11.357Z | Downloaded num-complex v0.4.6 |
| 679 | 2024-12-21T04:25:11.363Z | Downloaded defmt v0.3.8 |
| 680 | 2024-12-21T04:25:11.363Z | Downloaded slog-bunyan v2.5.0 |
| 681 | 2024-12-21T04:25:11.365Z | Downloaded signal-hook-mio v0.2.4 |
| 682 | 2024-12-21T04:25:11.365Z | Downloaded bumpalo v3.16.0 |
| 683 | 2024-12-21T04:25:11.369Z | Downloaded zerocopy v0.6.6 |
| 684 | 2024-12-21T04:25:11.371Z | Downloaded untrusted v0.9.0 |
| 685 | 2024-12-21T04:25:11.374Z | Downloaded untrusted v0.7.1 |
| 686 | 2024-12-21T04:25:11.376Z | Downloaded which v4.4.2 |
| 687 | 2024-12-21T04:25:11.377Z | Downloaded crossbeam-channel v0.5.13 |
| 688 | 2024-12-21T04:25:11.381Z | Downloaded precomputed-hash v0.1.1 |
| 689 | 2024-12-21T04:25:11.384Z | Downloaded diesel-dtrace v0.4.2 |
| 690 | 2024-12-21T04:25:11.401Z | Downloaded darling v0.20.10 |
| 691 | 2024-12-21T04:25:11.401Z | Downloaded embedded-io v0.6.1 |
| 692 | 2024-12-21T04:25:11.401Z | Downloaded tokio-macros v2.4.0 |
| 693 | 2024-12-21T04:25:11.401Z | Downloaded hashlink v0.9.1 |
| 694 | 2024-12-21T04:25:11.402Z | Downloaded oso-derive v0.27.3 |
| 695 | 2024-12-21T04:25:11.402Z | Downloaded icu_properties v1.5.1 |
| 696 | 2024-12-21T04:25:11.404Z | Downloaded sigpipe v0.1.3 |
| 697 | 2024-12-21T04:25:11.404Z | Downloaded path-slash v0.1.5 |
| 698 | 2024-12-21T04:25:11.404Z | Downloaded num_enum_derive v0.5.11 |
| 699 | 2024-12-21T04:25:11.404Z | Downloaded num_enum v0.5.11 |
| 700 | 2024-12-21T04:25:11.407Z | Downloaded strum_macros v0.26.4 |
| 701 | 2024-12-21T04:25:11.411Z | Downloaded subtle v2.6.1 |
| 702 | 2024-12-21T04:25:11.424Z | Downloaded russh-cryptovec v0.7.3 |
| 703 | 2024-12-21T04:25:11.427Z | Downloaded predicates-core v1.0.8 |
| 704 | 2024-12-21T04:25:11.428Z | Downloaded try-lock v0.2.5 |
| 705 | 2024-12-21T04:25:11.428Z | Downloaded tower-service v0.3.3 |
| 706 | 2024-12-21T04:25:11.430Z | Downloaded display-error-chain v0.2.2 |
| 707 | 2024-12-21T04:25:11.430Z | Downloaded zone v0.3.0 |
| 708 | 2024-12-21T04:25:11.430Z | Downloaded zeroize v1.8.1 |
| 709 | 2024-12-21T04:25:11.433Z | Downloaded rustversion v1.0.17 |
| 710 | 2024-12-21T04:25:11.436Z | Downloaded pkcs1 v0.7.5 |
| 711 | 2024-12-21T04:25:11.438Z | Downloaded glob v0.3.1 |
| 712 | 2024-12-21T04:25:11.440Z | Downloaded ppv-lite86 v0.2.20 |
| 713 | 2024-12-21T04:25:11.440Z | Downloaded polyval v0.6.2 |
| 714 | 2024-12-21T04:25:11.443Z | Downloaded futures-sink v0.3.31 |
| 715 | 2024-12-21T04:25:11.445Z | Downloaded derive_more v0.99.18 |
| 716 | 2024-12-21T04:25:11.449Z | Downloaded rand_chacha v0.3.1 |
| 717 | 2024-12-21T04:25:11.453Z | Downloaded ron v0.8.1 |
| 718 | 2024-12-21T04:25:11.457Z | Downloaded signal-hook v0.3.17 |
| 719 | 2024-12-21T04:25:11.459Z | Downloaded rusty-fork v0.3.0 |
| 720 | 2024-12-21T04:25:11.462Z | Downloaded static_assertions v1.1.0 |
| 721 | 2024-12-21T04:25:11.465Z | Downloaded icu_collections v1.5.0 |
| 722 | 2024-12-21T04:25:11.470Z | Downloaded fragile v2.0.0 |
| 723 | 2024-12-21T04:25:11.472Z | Downloaded fd-lock v4.0.2 |
| 724 | 2024-12-21T04:25:11.475Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 725 | 2024-12-21T04:25:11.478Z | Downloaded progenitor-client v0.8.0 |
| 726 | 2024-12-21T04:25:11.478Z | Downloaded dyn-clone v1.0.17 |
| 727 | 2024-12-21T04:25:11.480Z | Downloaded zone_cfg_derive v0.3.0 |
| 728 | 2024-12-21T04:25:11.480Z | Downloaded ena v0.14.3 |
| 729 | 2024-12-21T04:25:11.482Z | Downloaded parking_lot_core v0.8.6 |
| 730 | 2024-12-21T04:25:11.485Z | Downloaded thread_local v1.1.8 |
| 731 | 2024-12-21T04:25:11.487Z | Downloaded paste v1.0.15 |
| 732 | 2024-12-21T04:25:11.490Z | Downloaded tap v1.0.1 |
| 733 | 2024-12-21T04:25:11.490Z | Downloaded rand v0.8.5 |
| 734 | 2024-12-21T04:25:11.494Z | Downloaded form_urlencoded v1.2.1 |
| 735 | 2024-12-21T04:25:11.496Z | Downloaded uuid v1.11.0 |
| 736 | 2024-12-21T04:25:11.498Z | Downloaded simd-adler32 v0.3.7 |
| 737 | 2024-12-21T04:25:11.501Z | Downloaded salsa20 v0.10.2 |
| 738 | 2024-12-21T04:25:11.504Z | Downloaded parking_lot_core v0.9.10 |
| 739 | 2024-12-21T04:25:11.506Z | Downloaded omicron-zone-package v0.11.1 |
| 740 | 2024-12-21T04:25:11.508Z | Downloaded time-core v0.1.2 |
| 741 | 2024-12-21T04:25:11.511Z | Downloaded slab v0.4.9 |
| 742 | 2024-12-21T04:25:11.511Z | Downloaded prettyplease v0.2.25 |
| 743 | 2024-12-21T04:25:11.514Z | Downloaded foldhash v0.1.3 |
| 744 | 2024-12-21T04:25:11.517Z | Downloaded float-ord v0.3.2 |
| 745 | 2024-12-21T04:25:11.517Z | Downloaded password-hash v0.4.2 |
| 746 | 2024-12-21T04:25:11.519Z | Downloaded tui-tree-widget v0.22.0 |
| 747 | 2024-12-21T04:25:11.521Z | Downloaded globset v0.4.15 |
| 748 | 2024-12-21T04:25:11.524Z | Downloaded des v0.8.1 |
| 749 | 2024-12-21T04:25:11.527Z | Downloaded dropshot_endpoint v0.13.0 |
| 750 | 2024-12-21T04:25:11.530Z | Downloaded dropshot_endpoint v0.12.0 |
| 751 | 2024-12-21T04:25:11.534Z | Downloaded subprocess v0.2.9 |
| 752 | 2024-12-21T04:25:11.536Z | Downloaded hickory-server v0.24.1 |
| 753 | 2024-12-21T04:25:11.541Z | Downloaded aes v0.8.4 |
| 754 | 2024-12-21T04:25:11.545Z | Downloaded quick-error v1.2.3 |
| 755 | 2024-12-21T04:25:11.547Z | Downloaded mio v1.0.2 |
| 756 | 2024-12-21T04:25:11.553Z | Downloaded darling_macro v0.20.10 |
| 757 | 2024-12-21T04:25:11.555Z | Downloaded ghash v0.5.1 |
| 758 | 2024-12-21T04:25:11.555Z | Downloaded dunce v1.0.5 |
| 759 | 2024-12-21T04:25:11.558Z | Downloaded foreign-types-shared v0.3.1 |
| 760 | 2024-12-21T04:25:11.558Z | Downloaded dsl_auto_type v0.1.2 |
| 761 | 2024-12-21T04:25:11.560Z | Downloaded serde-hex v0.1.0 |
| 762 | 2024-12-21T04:25:11.562Z | Downloaded num-derive v0.4.2 |
| 763 | 2024-12-21T04:25:11.564Z | Downloaded same-file v1.0.6 |
| 764 | 2024-12-21T04:25:11.564Z | Downloaded ref-cast v1.0.23 |
| 765 | 2024-12-21T04:25:11.568Z | Downloaded utf8_iter v1.0.4 |
| 766 | 2024-12-21T04:25:11.571Z | Downloaded twox-hash v1.6.3 |
| 767 | 2024-12-21T04:25:11.573Z | Downloaded headers v0.4.0 |
| 768 | 2024-12-21T04:25:11.578Z | Downloaded zerofrom-derive v0.1.4 |
| 769 | 2024-12-21T04:25:11.580Z | Downloaded getrandom v0.2.15 |
| 770 | 2024-12-21T04:25:11.583Z | Downloaded psl-types v2.0.11 |
| 771 | 2024-12-21T04:25:11.585Z | Downloaded parking_lot v0.12.3 |
| 772 | 2024-12-21T04:25:11.589Z | Downloaded unicode-properties v0.1.3 |
| 773 | 2024-12-21T04:25:11.592Z | Downloaded siphasher v0.3.11 |
| 774 | 2024-12-21T04:25:11.593Z | Downloaded tokio-postgres v0.7.12 |
| 775 | 2024-12-21T04:25:11.596Z | Downloaded thiserror-no-std v2.0.2 |
| 776 | 2024-12-21T04:25:11.600Z | Downloaded tracing-attributes v0.1.27 |
| 777 | 2024-12-21T04:25:11.603Z | Downloaded qorb v0.2.1 |
| 778 | 2024-12-21T04:25:11.607Z | Downloaded crossterm v0.28.1 |
| 779 | 2024-12-21T04:25:11.615Z | Downloaded pem v3.0.4 |
| 780 | 2024-12-21T04:25:11.617Z | Downloaded tracing-core v0.1.32 |
| 781 | 2024-12-21T04:25:11.620Z | Downloaded termtree v0.4.1 |
| 782 | 2024-12-21T04:25:11.622Z | Downloaded slog-scope v4.4.0 |
| 783 | 2024-12-21T04:25:11.624Z | Downloaded parking_lot v0.11.2 |
| 784 | 2024-12-21T04:25:11.627Z | Downloaded zerofrom v0.1.4 |
| 785 | 2024-12-21T04:25:11.627Z | Downloaded spin v0.9.8 |
| 786 | 2024-12-21T04:25:11.629Z | Downloaded deranged v0.3.11 |
| 787 | 2024-12-21T04:25:11.632Z | Downloaded data-encoding v2.6.0 |
| 788 | 2024-12-21T04:25:11.634Z | Downloaded nanorand v0.7.0 |
| 789 | 2024-12-21T04:25:11.636Z | Downloaded rand_seeder v0.3.0 |
| 790 | 2024-12-21T04:25:11.639Z | Downloaded uzers v0.12.1 |
| 791 | 2024-12-21T04:25:11.641Z | Downloaded heapless v0.7.17 |
| 792 | 2024-12-21T04:25:11.644Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2024-12-21T04:25:11.646Z | Downloaded num_threads v0.1.7 |
| 794 | 2024-12-21T04:25:11.646Z | Downloaded phf_shared v0.10.0 |
| 795 | 2024-12-21T04:25:11.650Z | Downloaded heck v0.3.3 |
| 796 | 2024-12-21T04:25:11.654Z | Downloaded slog-stdlog v4.1.1 |
| 797 | 2024-12-21T04:25:11.654Z | Downloaded slog-envlogger v2.2.0 |
| 798 | 2024-12-21T04:25:11.655Z | Downloaded hex v0.4.3 |
| 799 | 2024-12-21T04:25:11.658Z | Downloaded phf_generator v0.11.2 |
| 800 | 2024-12-21T04:25:11.658Z | Downloaded zerocopy-derive v0.8.10 |
| 801 | 2024-12-21T04:25:11.664Z | Downloaded spki v0.7.3 |
| 802 | 2024-12-21T04:25:11.666Z | Downloaded similar v2.6.0 |
| 803 | 2024-12-21T04:25:11.670Z | Downloaded serde_yaml v0.9.34+deprecated |
| 804 | 2024-12-21T04:25:11.674Z | Downloaded heapless v0.8.0 |
| 805 | 2024-12-21T04:25:11.680Z | Downloaded poly1305 v0.8.0 |
| 806 | 2024-12-21T04:25:11.682Z | Downloaded itertools v0.10.5 |
| 807 | 2024-12-21T04:25:11.691Z | Downloaded russh-keys v0.45.0 |
| 808 | 2024-12-21T04:25:11.694Z | Downloaded libm v0.2.8 |
| 809 | 2024-12-21T04:25:11.701Z | Downloaded foreign-types-macros v0.2.3 |
| 810 | 2024-12-21T04:25:11.704Z | Downloaded hash32 v0.2.1 |
| 811 | 2024-12-21T04:25:11.707Z | Downloaded flume v0.11.1 |
| 812 | 2024-12-21T04:25:11.711Z | Downloaded fallible-iterator v0.2.0 |
| 813 | 2024-12-21T04:25:11.711Z | Downloaded universal-hash v0.5.1 |
| 814 | 2024-12-21T04:25:11.713Z | Downloaded sync-ptr v0.1.1 |
| 815 | 2024-12-21T04:25:11.713Z | Downloaded fallible-iterator v0.3.0 |
| 816 | 2024-12-21T04:25:11.713Z | Downloaded fs_extra v1.3.0 |
| 817 | 2024-12-21T04:25:11.717Z | Downloaded native-tls v0.2.12 |
| 818 | 2024-12-21T04:25:11.719Z | Downloaded der_derive v0.7.3 |
| 819 | 2024-12-21T04:25:11.721Z | Downloaded termios v0.3.3 |
| 820 | 2024-12-21T04:25:11.728Z | Downloaded multimap v0.10.0 |
| 821 | 2024-12-21T04:25:11.728Z | Downloaded aho-corasick v1.1.3 |
| 822 | 2024-12-21T04:25:11.733Z | Downloaded termcolor v1.4.1 |
| 823 | 2024-12-21T04:25:11.737Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2024-12-21T04:25:11.737Z | Downloaded hash32 v0.3.1 |
| 825 | 2024-12-21T04:25:11.737Z | Downloaded utf-8 v0.7.6 |
| 826 | 2024-12-21T04:25:11.741Z | Downloaded packed_struct v0.10.1 |
| 827 | 2024-12-21T04:25:11.741Z | Downloaded tungstenite v0.21.0 |
| 828 | 2024-12-21T04:25:11.745Z | Downloaded openssl-macros v0.1.1 |
| 829 | 2024-12-21T04:25:11.745Z | Downloaded unicode-xid v0.2.6 |
| 830 | 2024-12-21T04:25:11.745Z | Downloaded parse-zoneinfo v0.3.1 |
| 831 | 2024-12-21T04:25:11.748Z | Downloaded tar v0.4.42 |
| 832 | 2024-12-21T04:25:11.751Z | Downloaded futures-macro v0.3.31 |
| 833 | 2024-12-21T04:25:11.754Z | Downloaded itertools v0.12.1 |
| 834 | 2024-12-21T04:25:11.760Z | Downloaded pkg-config v0.3.31 |
| 835 | 2024-12-21T04:25:11.763Z | Downloaded signature v2.2.0 |
| 836 | 2024-12-21T04:25:11.769Z | Downloaded der v0.7.9 |
| 837 | 2024-12-21T04:25:11.773Z | Downloaded xz2 v0.1.7 |
| 838 | 2024-12-21T04:25:11.773Z | Downloaded ron v0.7.1 |
| 839 | 2024-12-21T04:25:11.777Z | Downloaded futures-io v0.3.31 |
| 840 | 2024-12-21T04:25:11.780Z | Downloaded wait-timeout v0.2.0 |
| 841 | 2024-12-21T04:25:11.783Z | Downloaded supports-color v3.0.1 |
| 842 | 2024-12-21T04:25:11.783Z | Downloaded slog-dtrace v0.3.0 |
| 843 | 2024-12-21T04:25:11.787Z | Downloaded downcast v0.11.0 |
| 844 | 2024-12-21T04:25:11.787Z | Downloaded pin-project-internal v1.1.6 |
| 845 | 2024-12-21T04:25:11.791Z | Downloaded scheduled-thread-pool v0.2.7 |
| 846 | 2024-12-21T04:25:11.791Z | Downloaded phf v0.11.2 |
| 847 | 2024-12-21T04:25:11.791Z | Downloaded aws-lc-rs v1.10.0 |
| 848 | 2024-12-21T04:25:11.800Z | Downloaded p256 v0.13.2 |
| 849 | 2024-12-21T04:25:11.803Z | Downloaded rand_xorshift v0.3.0 |
| 850 | 2024-12-21T04:25:11.809Z | Downloaded phf_shared v0.11.2 |
| 851 | 2024-12-21T04:25:11.809Z | Downloaded utf16_iter v1.0.5 |
| 852 | 2024-12-21T04:25:11.812Z | Downloaded signal-hook-registry v1.4.2 |
| 853 | 2024-12-21T04:25:11.812Z | Downloaded serde_with_macros v3.11.0 |
| 854 | 2024-12-21T04:25:11.812Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 855 | 2024-12-21T04:25:11.812Z | Downloaded predicates-tree v1.0.11 |
| 856 | 2024-12-21T04:25:11.816Z | Downloaded winnow v0.5.40 |
| 857 | 2024-12-21T04:25:11.825Z | Downloaded newline-converter v0.3.0 |
| 858 | 2024-12-21T04:25:11.829Z | Downloaded zip v0.6.6 |
| 859 | 2024-12-21T04:25:11.833Z | Downloaded rustc_version v0.4.1 |
| 860 | 2024-12-21T04:25:11.833Z | Downloaded progenitor-macro v0.8.0 |
| 861 | 2024-12-21T04:25:11.833Z | Downloaded dirs-next v2.0.0 |
| 862 | 2024-12-21T04:25:11.836Z | Downloaded foreign-types-shared v0.1.1 |
| 863 | 2024-12-21T04:25:11.836Z | Downloaded dirs-sys-next v0.1.2 |
| 864 | 2024-12-21T04:25:11.836Z | Downloaded spin v0.5.2 |
| 865 | 2024-12-21T04:25:11.845Z | Downloaded half v2.4.1 |
| 866 | 2024-12-21T04:25:11.848Z | Downloaded pkcs8 v0.10.2 |
| 867 | 2024-12-21T04:25:11.848Z | Downloaded idna v1.0.3 |
| 868 | 2024-12-21T04:25:11.848Z | Downloaded dhcproto-macros v0.1.0 |
| 869 | 2024-12-21T04:25:11.852Z | Downloaded difflib v0.4.0 |
| 870 | 2024-12-21T04:25:11.852Z | Downloaded itertools v0.13.0 |
| 871 | 2024-12-21T04:25:11.860Z | Downloaded tokio-rustls v0.25.0 |
| 872 | 2024-12-21T04:25:11.864Z | Downloaded pin-project v1.1.6 |
| 873 | 2024-12-21T04:25:11.872Z | Downloaded sqlparser_derive v0.2.2 |
| 874 | 2024-12-21T04:25:11.875Z | Downloaded funty v2.0.0 |
| 875 | 2024-12-21T04:25:11.875Z | Downloaded percent-encoding v2.3.1 |
| 876 | 2024-12-21T04:25:11.875Z | Downloaded postgres-types v0.2.8 |
| 877 | 2024-12-21T04:25:11.880Z | Downloaded postgres-protocol v0.6.7 |
| 878 | 2024-12-21T04:25:11.883Z | Downloaded either v1.13.0 |
| 879 | 2024-12-21T04:25:11.883Z | Downloaded radium v0.7.0 |
| 880 | 2024-12-21T04:25:11.883Z | Downloaded tokio-rustls v0.26.0 |
| 881 | 2024-12-21T04:25:11.887Z | Downloaded tough v0.19.0 |
| 882 | 2024-12-21T04:25:11.893Z | Downloaded xattr v1.3.1 |
| 883 | 2024-12-21T04:25:11.898Z | Downloaded displaydoc v0.2.5 |
| 884 | 2024-12-21T04:25:11.901Z | Downloaded nodrop v0.1.14 |
| 885 | 2024-12-21T04:25:11.901Z | Downloaded float-cmp v0.9.0 |
| 886 | 2024-12-21T04:25:11.901Z | Downloaded smallvec v0.6.14 |
| 887 | 2024-12-21T04:25:11.905Z | Downloaded sct v0.7.1 |
| 888 | 2024-12-21T04:25:11.908Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 889 | 2024-12-21T04:25:11.908Z | Downloaded stable_deref_trait v1.2.0 |
| 890 | 2024-12-21T04:25:11.908Z | Downloaded newtype-uuid v1.1.3 |
| 891 | 2024-12-21T04:25:11.912Z | Downloaded tls_codec_derive v0.4.1 |
| 892 | 2024-12-21T04:25:11.912Z | Downloaded peg-runtime v0.8.3 |
| 893 | 2024-12-21T04:25:11.915Z | Downloaded sqlparser v0.45.0 |
| 894 | 2024-12-21T04:25:11.919Z | Downloaded thiserror-impl v2.0.3 |
| 895 | 2024-12-21T04:25:11.922Z | Downloaded hashbrown v0.14.5 |
| 896 | 2024-12-21T04:25:11.929Z | Downloaded slog-term v2.9.1 |
| 897 | 2024-12-21T04:25:11.938Z | Downloaded chrono v0.4.38 |
| 898 | 2024-12-21T04:25:11.942Z | Downloaded rtoolbox v0.0.2 |
| 899 | 2024-12-21T04:25:11.942Z | Downloaded sync_wrapper v1.0.1 |
| 900 | 2024-12-21T04:25:11.942Z | Downloaded vergen v8.3.2 |
| 901 | 2024-12-21T04:25:11.942Z | Downloaded openssl-probe v0.1.5 |
| 902 | 2024-12-21T04:25:11.948Z | Downloaded time v0.3.36 |
| 903 | 2024-12-21T04:25:11.953Z | Downloaded env_filter v0.1.2 |
| 904 | 2024-12-21T04:25:11.954Z | Downloaded rustc-hash v2.0.0 |
| 905 | 2024-12-21T04:25:11.960Z | Downloaded tabwriter v1.4.0 |
| 906 | 2024-12-21T04:25:11.960Z | Downloaded nu-ansi-term v0.50.1 |
| 907 | 2024-12-21T04:25:11.960Z | Downloaded diff v0.1.13 |
| 908 | 2024-12-21T04:25:11.963Z | Downloaded embedded-io v0.4.0 |
| 909 | 2024-12-21T04:25:11.963Z | Downloaded pem-rfc7468 v0.7.0 |
| 910 | 2024-12-21T04:25:11.967Z | Downloaded r2d2 v0.8.10 |
| 911 | 2024-12-21T04:25:11.967Z | Downloaded synstructure v0.13.1 |
| 912 | 2024-12-21T04:25:11.970Z | Downloaded serde_plain v1.0.2 |
| 913 | 2024-12-21T04:25:11.970Z | Downloaded bitvec v1.0.1 |
| 914 | 2024-12-21T04:25:11.984Z | Downloaded whoami v1.5.2 |
| 915 | 2024-12-21T04:25:11.987Z | Downloaded time-macros v0.2.18 |
| 916 | 2024-12-21T04:25:11.989Z | Downloaded unicode-truncate v1.1.0 |
| 917 | 2024-12-21T04:25:11.996Z | Downloaded num-iter v0.1.45 |
| 918 | 2024-12-21T04:25:11.996Z | Downloaded env_logger v0.10.2 |
| 919 | 2024-12-21T04:25:12.000Z | Downloaded enum-as-inner v0.6.1 |
| 920 | 2024-12-21T04:25:12.000Z | Downloaded hkdf v0.12.4 |
| 921 | 2024-12-21T04:25:12.002Z | Downloaded rustfmt-wrapper v0.2.1 |
| 922 | 2024-12-21T04:25:12.002Z | Downloaded wyz v0.5.1 |
| 923 | 2024-12-21T04:25:12.002Z | Downloaded owo-colors v4.1.0 |
| 924 | 2024-12-21T04:25:12.005Z | Downloaded rayon v1.10.0 |
| 925 | 2024-12-21T04:25:12.014Z | Downloaded darling_core v0.20.10 |
| 926 | 2024-12-21T04:25:12.019Z | Downloaded sec1 v0.7.3 |
| 927 | 2024-12-21T04:25:12.023Z | Downloaded futures-channel v0.3.31 |
| 928 | 2024-12-21T04:25:12.025Z | Downloaded num-bigint-dig v0.8.4 |
| 929 | 2024-12-21T04:25:12.028Z | Downloaded ed25519-dalek v2.1.1 |
| 930 | 2024-12-21T04:25:12.031Z | Downloaded elliptic-curve v0.13.8 |
| 931 | 2024-12-21T04:25:12.035Z | Downloaded snafu v0.8.5 |
| 932 | 2024-12-21T04:25:12.042Z | Downloaded env_logger v0.11.5 |
| 933 | 2024-12-21T04:25:12.044Z | Downloaded reqwest v0.12.9 |
| 934 | 2024-12-21T04:25:12.054Z | Downloaded rustc-hash v1.1.0 |
| 935 | 2024-12-21T04:25:12.057Z | Downloaded writeable v0.5.5 |
| 936 | 2024-12-21T04:25:12.057Z | Downloaded num-integer v0.1.46 |
| 937 | 2024-12-21T04:25:12.059Z | Downloaded bindgen v0.69.5 |
| 938 | 2024-12-21T04:25:12.066Z | Downloaded typify v0.2.0 |
| 939 | 2024-12-21T04:25:12.069Z | Downloaded rustc-demangle v0.1.24 |
| 940 | 2024-12-21T04:25:12.072Z | Downloaded futures v0.3.31 |
| 941 | 2024-12-21T04:25:12.076Z | Downloaded zopfli v0.8.1 |
| 942 | 2024-12-21T04:25:12.079Z | Downloaded openssl-sys v0.9.103 |
| 943 | 2024-12-21T04:25:12.084Z | Downloaded tungstenite v0.23.0 |
| 944 | 2024-12-21T04:25:12.088Z | Downloaded quinn v0.11.5 |
| 945 | 2024-12-21T04:25:12.093Z | Downloaded rustyline v14.0.0 |
| 946 | 2024-12-21T04:25:12.097Z | Downloaded num-traits v0.2.19 |
| 947 | 2024-12-21T04:25:12.100Z | Downloaded unicode-bidi v0.3.17 |
| 948 | 2024-12-21T04:25:12.103Z | Downloaded hashbrown v0.13.2 |
| 949 | 2024-12-21T04:25:12.108Z | Downloaded portable-atomic v1.9.0 |
| 950 | 2024-12-21T04:25:12.115Z | Downloaded zerocopy v0.8.10 |
| 951 | 2024-12-21T04:25:12.140Z | Downloaded publicsuffix v2.2.3 |
| 952 | 2024-12-21T04:25:12.143Z | Downloaded zerovec v0.10.4 |
| 953 | 2024-12-21T04:25:12.149Z | Downloaded rustls v0.21.12 |
| 954 | 2024-12-21T04:25:12.160Z | Downloaded expectorate v1.1.0 |
| 955 | 2024-12-21T04:25:12.164Z | Downloaded samael v0.0.17 |
| 956 | 2024-12-21T04:25:12.168Z | Downloaded lalrpop v0.19.12 |
| 957 | 2024-12-21T04:25:12.180Z | Downloaded icu_properties_data v1.5.0 |
| 958 | 2024-12-21T04:25:12.191Z | Downloaded hashbrown v0.12.3 |
| 959 | 2024-12-21T04:25:12.198Z | Downloaded serde_with v3.11.0 |
| 960 | 2024-12-21T04:25:12.204Z | Downloaded flate2 v1.0.35 |
| 961 | 2024-12-21T04:25:12.210Z | Downloaded salty v0.3.0 |
| 962 | 2024-12-21T04:25:12.216Z | Downloaded curve25519-dalek v4.1.3 |
| 963 | 2024-12-21T04:25:12.226Z | Downloaded x509-cert v0.2.5 |
| 964 | 2024-12-21T04:25:12.232Z | Downloaded unicode-segmentation v1.12.0 |
| 965 | 2024-12-21T04:25:12.237Z | Downloaded proptest v1.5.0 |
| 966 | 2024-12-21T04:25:12.246Z | Downloaded p521 v0.13.3 |
| 967 | 2024-12-21T04:25:12.250Z | Downloaded object v0.30.4 |
| 968 | 2024-12-21T04:25:12.261Z | Downloaded russh v0.45.0 |
| 969 | 2024-12-21T04:25:12.267Z | Downloaded rusqlite v0.32.1 |
| 970 | 2024-12-21T04:25:12.273Z | Downloaded webpki-roots v0.26.6 |
| 971 | 2024-12-21T04:25:12.277Z | Downloaded ssh-key v0.6.6 |
| 972 | 2024-12-21T04:25:12.284Z | Downloaded rustls-webpki v0.101.7 |
| 973 | 2024-12-21T04:25:12.299Z | Downloaded p384 v0.13.0 |
| 974 | 2024-12-21T04:25:12.305Z | Downloaded idna v0.2.3 |
| 975 | 2024-12-21T04:25:12.312Z | Downloaded h2 v0.4.6 |
| 976 | 2024-12-21T04:25:12.319Z | Downloaded regex v1.11.1 |
| 977 | 2024-12-21T04:25:12.333Z | Downloaded quinn-proto v0.11.8 |
| 978 | 2024-12-21T04:25:12.339Z | Downloaded idna v0.3.0 |
| 979 | 2024-12-21T04:25:12.349Z | Downloaded petname v2.0.2 |
| 980 | 2024-12-21T04:25:12.352Z | Downloaded nix v0.28.0 |
| 981 | 2024-12-21T04:25:12.364Z | Downloaded unicode-width v0.2.0 |
| 982 | 2024-12-21T04:25:12.370Z | Downloaded vcpkg v0.2.15 |
| 983 | 2024-12-21T04:25:12.409Z | Downloaded idna v0.4.0 |
| 984 | 2024-12-21T04:25:12.415Z | Downloaded chrono-tz v0.10.0 |
| 985 | 2024-12-21T04:25:12.422Z | Downloaded git2 v0.19.0 |
| 986 | 2024-12-21T04:25:12.431Z | Downloaded diesel v2.2.6 |
| 987 | 2024-12-21T04:25:12.451Z | Downloaded smoltcp v0.11.0 |
| 988 | 2024-12-21T04:25:12.463Z | Downloaded trust-dns-proto v0.22.0 |
| 989 | 2024-12-21T04:25:12.476Z | Downloaded rustls v0.22.4 |
| 990 | 2024-12-21T04:25:12.490Z | Downloaded gimli v0.31.1 |
| 991 | 2024-12-21T04:25:12.499Z | Downloaded object v0.36.5 |
| 992 | 2024-12-21T04:25:12.510Z | Downloaded typify-impl v0.2.0 |
| 993 | 2024-12-21T04:25:12.525Z | Downloaded radix_trie v0.2.1 |
| 994 | 2024-12-21T04:25:12.530Z | Downloaded dropshot v0.12.0 |
| 995 | 2024-12-21T04:25:12.551Z | Downloaded openapiv3 v2.0.0 |
| 996 | 2024-12-21T04:25:12.563Z | Downloaded regex-syntax v0.6.29 |
| 997 | 2024-12-21T04:25:12.570Z | Downloaded dropshot v0.13.0 |
| 998 | 2024-12-21T04:25:12.590Z | Downloaded openssl v0.10.66 |
| 999 | 2024-12-21T04:25:12.601Z | Downloaded polar-core v0.27.3 |
| 1000 | 2024-12-21T04:25:12.607Z | Downloaded smoltcp v0.9.1 |
| 1001 | 2024-12-21T04:25:12.618Z | Downloaded nix v0.29.0 |
| 1002 | 2024-12-21T04:25:12.631Z | Downloaded ratatui v0.28.1 |
| 1003 | 2024-12-21T04:25:12.650Z | Downloaded regex-syntax v0.8.5 |
| 1004 | 2024-12-21T04:25:12.658Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1005 | 2024-12-21T04:25:12.670Z | Downloaded hickory-proto v0.24.1 |
| 1006 | 2024-12-21T04:25:12.686Z | Downloaded sled v0.34.7 |
| 1007 | 2024-12-21T04:25:12.695Z | Downloaded bstr v1.10.0 |
| 1008 | 2024-12-21T04:25:12.706Z | Downloaded zerocopy-derive v0.6.6 |
| 1009 | 2024-12-21T04:25:12.715Z | Downloaded rustls v0.23.19 |
| 1010 | 2024-12-21T04:25:12.727Z | Downloaded regress v0.10.1 |
| 1011 | 2024-12-21T04:25:12.736Z | Downloaded regress v0.9.1 |
| 1012 | 2024-12-21T04:25:12.745Z | Downloaded nix v0.27.1 |
| 1013 | 2024-12-21T04:25:12.755Z | Downloaded idna v0.5.0 |
| 1014 | 2024-12-21T04:25:12.762Z | Downloaded regex-automata v0.4.8 |
| 1015 | 2024-12-21T04:25:12.780Z | Downloaded nom v7.1.3 |
| 1016 | 2024-12-21T04:25:12.784Z | Downloaded rustls-webpki v0.102.8 |
| 1017 | 2024-12-21T04:25:12.803Z | Downloaded quick-xml v0.33.0 |
| 1018 | 2024-12-21T04:25:12.808Z | Downloaded typed-path v0.9.3 |
| 1019 | 2024-12-21T04:25:12.814Z | Downloaded schemars v0.8.21 |
| 1020 | 2024-12-21T04:25:12.826Z | Downloaded csv v1.3.0 |
| 1021 | 2024-12-21T04:25:12.848Z | Downloaded petgraph v0.6.5 |
| 1022 | 2024-12-21T04:25:12.863Z | Downloaded lzma-sys v0.1.20 |
| 1023 | 2024-12-21T04:25:12.891Z | Downloaded tokio v1.40.0 |
| 1024 | 2024-12-21T04:25:12.951Z | Downloaded libz-sys v1.1.20 |
| 1025 | 2024-12-21T04:25:12.975Z | Downloaded sha3 v0.10.8 |
| 1026 | 2024-12-21T04:25:12.980Z | Downloaded tokio-util v0.7.12 |
| 1027 | 2024-12-21T04:25:12.989Z | Downloaded reedline v0.35.0 |
| 1028 | 2024-12-21T04:25:12.997Z | Downloaded zerovec-derive v0.10.3 |
| 1029 | 2024-12-21T04:25:13.002Z | Downloaded unicode_categories v0.1.1 |
| 1030 | 2024-12-21T04:25:13.006Z | Downloaded unsafe-libyaml v0.2.11 |
| 1031 | 2024-12-21T04:25:13.006Z | Downloaded postcard v1.0.10 |
| 1032 | 2024-12-21T04:25:13.011Z | Downloaded pkcs5 v0.7.1 |
| 1033 | 2024-12-21T04:25:13.015Z | Downloaded rand_core v0.6.4 |
| 1034 | 2024-12-21T04:25:13.015Z | Downloaded snafu-derive v0.8.5 |
| 1035 | 2024-12-21T04:25:13.015Z | Downloaded smallvec v1.13.2 |
| 1036 | 2024-12-21T04:25:13.019Z | Downloaded tls_codec v0.4.1 |
| 1037 | 2024-12-21T04:25:13.019Z | Downloaded futures-util v0.3.31 |
| 1038 | 2024-12-21T04:25:13.028Z | Downloaded tracing v0.1.40 |
| 1039 | 2024-12-21T04:25:13.035Z | Downloaded steno v0.4.1 |
| 1040 | 2024-12-21T04:25:13.038Z | Downloaded unicode-normalization v0.1.24 |
| 1041 | 2024-12-21T04:25:13.041Z | Downloaded tokio-rustls v0.24.1 |
| 1042 | 2024-12-21T04:25:13.044Z | Downloaded group v0.13.0 |
| 1043 | 2024-12-21T04:25:13.044Z | Downloaded rayon-core v1.12.1 |
| 1044 | 2024-12-21T04:25:13.047Z | Downloaded hyper v1.5.0 |
| 1045 | 2024-12-21T04:25:13.053Z | Downloaded num-bigint v0.4.6 |
| 1046 | 2024-12-21T04:25:13.056Z | Downloaded zip v2.1.3 |
| 1047 | 2024-12-21T04:25:13.060Z | Downloaded serde_repr v0.1.19 |
| 1048 | 2024-12-21T04:25:13.069Z | Downloaded num v0.4.3 |
| 1049 | 2024-12-21T04:25:13.069Z | Downloaded flagset v0.4.6 |
| 1050 | 2024-12-21T04:25:13.072Z | Downloaded new_debug_unreachable v1.0.6 |
| 1051 | 2024-12-21T04:25:13.072Z | Downloaded rustls-pki-types v1.10.0 |
| 1052 | 2024-12-21T04:25:13.072Z | Downloaded fixedbitset v0.4.2 |
| 1053 | 2024-12-21T04:25:13.072Z | Downloaded walkdir v2.5.0 |
| 1054 | 2024-12-21T04:25:13.078Z | Downloaded term v0.7.0 |
| 1055 | 2024-12-21T04:25:13.078Z | Downloaded dhcproto v0.12.0 |
| 1056 | 2024-12-21T04:25:13.081Z | Downloaded libxml v0.3.3 |
| 1057 | 2024-12-21T04:25:13.088Z | Downloaded value-bag v1.9.0 |
| 1058 | 2024-12-21T04:25:13.090Z | Downloaded tungstenite v0.24.0 |
| 1059 | 2024-12-21T04:25:13.090Z | Downloaded diesel_derives v2.2.3 |
| 1060 | 2024-12-21T04:25:13.093Z | Downloaded yoke v0.7.4 |
| 1061 | 2024-12-21T04:25:13.093Z | Downloaded yasna v0.5.2 |
| 1062 | 2024-12-21T04:25:13.095Z | Downloaded futures-executor v0.3.31 |
| 1063 | 2024-12-21T04:25:13.098Z | Downloaded signal-hook-tokio v0.3.1 |
| 1064 | 2024-12-21T04:25:13.098Z | Downloaded sha1 v0.10.6 |
| 1065 | 2024-12-21T04:25:13.101Z | Downloaded blake3 v1.5.4 |
| 1066 | 2024-12-21T04:25:13.106Z | Downloaded rustls-pemfile v2.2.0 |
| 1067 | 2024-12-21T04:25:13.111Z | Downloaded waitgroup v0.1.2 |
| 1068 | 2024-12-21T04:25:13.111Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1069 | 2024-12-21T04:25:13.116Z | Downloaded zeroize_derive v1.4.2 |
| 1070 | 2024-12-21T04:25:13.116Z | Downloaded rcgen v0.12.1 |
| 1071 | 2024-12-21T04:25:13.116Z | Downloaded fatfs v0.3.6 |
| 1072 | 2024-12-21T04:25:13.120Z | Downloaded peg-macros v0.8.4 |
| 1073 | 2024-12-21T04:25:13.120Z | Downloaded toml v0.7.8 |
| 1074 | 2024-12-21T04:25:13.124Z | Downloaded multer v3.1.0 |
| 1075 | 2024-12-21T04:25:13.127Z | Downloaded defmt-parser v0.3.4 |
| 1076 | 2024-12-21T04:25:13.127Z | Downloaded defmt-macros v0.3.9 |
| 1077 | 2024-12-21T04:25:13.132Z | Downloaded debug-ignore v1.0.5 |
| 1078 | 2024-12-21T04:25:13.132Z | Downloaded serde_derive_internals v0.29.1 |
| 1079 | 2024-12-21T04:25:13.132Z | Downloaded url v2.5.3 |
| 1080 | 2024-12-21T04:25:13.134Z | Downloaded smf v0.2.3 |
| 1081 | 2024-12-21T04:25:13.134Z | Downloaded serde_path_to_error v0.1.16 |
| 1082 | 2024-12-21T04:25:13.137Z | Downloaded rsa v0.9.6 |
| 1083 | 2024-12-21T04:25:13.143Z | Downloaded aes-gcm v0.10.3 |
| 1084 | 2024-12-21T04:25:13.146Z | Downloaded structmeta-derive v0.3.0 |
| 1085 | 2024-12-21T04:25:13.146Z | Downloaded structmeta-derive v0.2.0 |
| 1086 | 2024-12-21T04:25:13.149Z | Downloaded string_cache v0.8.7 |
| 1087 | 2024-12-21T04:25:13.150Z | Downloaded peg v0.8.4 |
| 1088 | 2024-12-21T04:25:13.153Z | Downloaded pbkdf2 v0.12.2 |
| 1089 | 2024-12-21T04:25:13.156Z | Downloaded pbkdf2 v0.11.0 |
| 1090 | 2024-12-21T04:25:13.156Z | Downloaded socket2 v0.5.7 |
| 1091 | 2024-12-21T04:25:13.160Z | Downloaded tokio-tungstenite v0.21.0 |
| 1092 | 2024-12-21T04:25:13.166Z | Downloaded tokio-stream v0.1.16 |
| 1093 | 2024-12-21T04:25:13.169Z | Downloaded predicates v3.1.2 |
| 1094 | 2024-12-21T04:25:13.169Z | Downloaded password-hash v0.5.0 |
| 1095 | 2024-12-21T04:25:13.172Z | Downloaded tokio-tungstenite v0.24.0 |
| 1096 | 2024-12-21T04:25:13.172Z | Downloaded tokio-tungstenite v0.23.1 |
| 1097 | 2024-12-21T04:25:13.178Z | Downloaded minimal-lexical v0.2.1 |
| 1098 | 2024-12-21T04:25:13.180Z | Downloaded hickory-resolver v0.24.1 |
| 1099 | 2024-12-21T04:25:13.185Z | Downloaded oso v0.27.3 |
| 1100 | 2024-12-21T04:25:13.188Z | Downloaded toml_edit v0.19.15 |
| 1101 | 2024-12-21T04:25:13.202Z | Downloaded indicatif v0.17.9 |
| 1102 | 2024-12-21T04:25:13.206Z | Downloaded base64 v0.22.1 |
| 1103 | 2024-12-21T04:25:13.209Z | Downloaded encoding_rs v0.8.34 |
| 1104 | 2024-12-21T04:25:13.226Z | Downloaded pin-project-lite v0.2.14 |
| 1105 | 2024-12-21T04:25:13.230Z | Downloaded num-rational v0.4.2 |
| 1106 | 2024-12-21T04:25:13.233Z | Downloaded derive-where v1.2.7 |
| 1107 | 2024-12-21T04:25:13.235Z | Downloaded hyper-util v0.1.10 |
| 1108 | 2024-12-21T04:25:13.238Z | Downloaded scrypt v0.11.0 |
| 1109 | 2024-12-21T04:25:13.240Z | Downloaded derive_builder_core v0.20.2 |
| 1110 | 2024-12-21T04:25:13.242Z | Downloaded cc v1.1.30 |
| 1111 | 2024-12-21T04:25:13.245Z | Downloaded vte v0.11.1 |
| 1112 | 2024-12-21T04:25:13.247Z | Downloaded ssh-encoding v0.2.0 |
| 1113 | 2024-12-21T04:25:13.247Z | Downloaded proc-macro-crate v1.3.1 |
| 1114 | 2024-12-21T04:25:13.251Z | Downloaded primeorder v0.13.6 |
| 1115 | 2024-12-21T04:25:13.252Z | Downloaded powerfmt v0.2.0 |
| 1116 | 2024-12-21T04:25:13.254Z | Downloaded parse-display v0.10.0 |
| 1117 | 2024-12-21T04:25:13.254Z | Downloaded slog-async v2.8.0 |
| 1118 | 2024-12-21T04:25:13.254Z | Downloaded olpc-cjson v0.1.4 |
| 1119 | 2024-12-21T04:25:13.257Z | Downloaded rustc_version v0.1.7 |
| 1120 | 2024-12-21T04:25:13.257Z | Downloaded pretty-hex v0.2.1 |
| 1121 | 2024-12-21T04:25:13.257Z | Downloaded nibble_vec v0.1.0 |
| 1122 | 2024-12-21T04:25:13.262Z | Downloaded newtype_derive v0.1.6 |
| 1123 | 2024-12-21T04:25:13.262Z | Downloaded gethostname v0.5.0 |
| 1124 | 2024-12-21T04:25:13.264Z | Downloaded futures-core v0.3.31 |
| 1125 | 2024-12-21T04:25:13.264Z | Downloaded foreign-types v0.5.0 |
| 1126 | 2024-12-21T04:25:13.264Z | Downloaded ecdsa v0.16.9 |
| 1127 | 2024-12-21T04:25:13.264Z | Downloaded tinyvec v1.8.0 |
| 1128 | 2024-12-21T04:25:13.269Z | Downloaded http v1.1.0 |
| 1129 | 2024-12-21T04:25:13.271Z | Downloaded base64 v0.21.7 |
| 1130 | 2024-12-21T04:25:13.275Z | Downloaded mockall_derive v0.13.0 |
| 1131 | 2024-12-21T04:25:13.279Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1132 | 2024-12-21T04:25:13.281Z | Downloaded icu_locid v1.5.0 |
| 1133 | 2024-12-21T04:25:13.285Z | Downloaded hmac v0.12.1 |
| 1134 | 2024-12-21T04:25:13.285Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1135 | 2024-12-21T04:25:13.343Z | Downloaded icu_normalizer v1.5.0 |
| 1136 | 2024-12-21T04:25:13.346Z | Downloaded hickory-client v0.24.1 |
| 1137 | 2024-12-21T04:25:13.348Z | Downloaded const_format v0.2.33 |
| 1138 | 2024-12-21T04:25:13.353Z | Downloaded topological-sort v0.2.2 |
| 1139 | 2024-12-21T04:25:13.355Z | Downloaded structmeta v0.3.0 |
| 1140 | 2024-12-21T04:25:13.355Z | Downloaded slog-json v2.6.1 |
| 1141 | 2024-12-21T04:25:13.358Z | Downloaded chacha20poly1305 v0.10.1 |
| 1142 | 2024-12-21T04:25:13.361Z | Downloaded allocator-api2 v0.2.18 |
| 1143 | 2024-12-21T04:25:13.362Z | Downloaded compact_str v0.8.0 |
| 1144 | 2024-12-21T04:25:13.364Z | Downloaded libefi-sys v0.1.0 |
| 1145 | 2024-12-21T04:25:13.366Z | Downloaded icu_locid_transform v1.5.0 |
| 1146 | 2024-12-21T04:25:13.369Z | Downloaded arc-swap v1.7.1 |
| 1147 | 2024-12-21T04:25:13.371Z | Downloaded tiny-keccak v2.0.2 |
| 1148 | 2024-12-21T04:25:13.373Z | Downloaded structmeta v0.2.0 |
| 1149 | 2024-12-21T04:25:13.373Z | Downloaded sqlformat v0.2.6 |
| 1150 | 2024-12-21T04:25:13.376Z | Downloaded blake2 v0.10.6 |
| 1151 | 2024-12-21T04:25:13.379Z | Downloaded rustls-pemfile v1.0.4 |
| 1152 | 2024-12-21T04:25:13.381Z | Downloaded rpassword v7.3.1 |
| 1153 | 2024-12-21T04:25:13.381Z | Downloaded ahash v0.8.11 |
| 1154 | 2024-12-21T04:25:13.383Z | Downloaded write16 v1.0.0 |
| 1155 | 2024-12-21T04:25:13.383Z | Downloaded clang-sys v1.8.1 |
| 1156 | 2024-12-21T04:25:13.385Z | Downloaded cexpr v0.6.0 |
| 1157 | 2024-12-21T04:25:13.387Z | Downloaded indent_write v2.2.0 |
| 1158 | 2024-12-21T04:25:13.391Z | Downloaded hubpack v0.1.2 |
| 1159 | 2024-12-21T04:25:13.391Z | Downloaded http-body-util v0.1.2 |
| 1160 | 2024-12-21T04:25:13.393Z | Downloaded linear-map v1.2.0 |
| 1161 | 2024-12-21T04:25:13.393Z | Downloaded humantime v2.1.0 |
| 1162 | 2024-12-21T04:25:13.393Z | Downloaded async-bb8-diesel v0.2.1 |
| 1163 | 2024-12-21T04:25:13.396Z | Downloaded argon2 v0.5.3 |
| 1164 | 2024-12-21T04:25:13.407Z | Downloaded bzip2 v0.4.4 |
| 1165 | 2024-12-21T04:25:13.407Z | Downloaded bcs v0.1.6 |
| 1166 | 2024-12-21T04:25:13.407Z | Downloaded hyper-tls v0.6.0 |
| 1167 | 2024-12-21T04:25:13.407Z | Downloaded buf-list v1.0.3 |
| 1168 | 2024-12-21T04:25:13.407Z | Downloaded bitflags v1.3.2 |
| 1169 | 2024-12-21T04:25:13.409Z | Downloaded async-recursion v1.1.1 |
| 1170 | 2024-12-21T04:25:13.412Z | Downloaded arrayvec v0.7.6 |
| 1171 | 2024-12-21T04:25:13.412Z | Downloaded cobs v0.2.3 |
| 1172 | 2024-12-21T04:25:13.415Z | Downloaded ident_case v1.0.1 |
| 1173 | 2024-12-21T04:25:13.415Z | Downloaded crc-catalog v2.4.0 |
| 1174 | 2024-12-21T04:25:13.415Z | Downloaded castaway v0.2.3 |
| 1175 | 2024-12-21T04:25:13.417Z | Downloaded bitfield v0.14.0 |
| 1176 | 2024-12-21T04:25:13.417Z | Downloaded blowfish v0.9.1 |
| 1177 | 2024-12-21T04:25:13.420Z | Downloaded bit-set v0.5.3 |
| 1178 | 2024-12-21T04:25:13.420Z | Downloaded array-init v0.0.4 |
| 1179 | 2024-12-21T04:25:13.423Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1180 | 2024-12-21T04:25:13.425Z | Downloaded aead v0.5.2 |
| 1181 | 2024-12-21T04:25:13.534Z | Downloaded ring v0.17.8 |
| 1182 | 2024-12-21T04:25:13.811Z | Downloaded aws-lc-sys v0.22.0 |
| 1183 | 2024-12-21T04:25:14.142Z | Downloaded libsqlite3-sys v0.30.1 |
| 1184 | 2024-12-21T04:25:14.218Z | Downloaded ring v0.16.20 |
| 1185 | 2024-12-21T04:25:14.398Z | Compiling serde v1.0.215 |
| 1186 | 2024-12-21T04:25:14.401Z | Compiling lock_api v0.4.12 |
| 1187 | 2024-12-21T04:25:14.401Z | Compiling scopeguard v1.2.0 |
| 1188 | 2024-12-21T04:25:14.401Z | Compiling value-bag v1.9.0 |
| 1189 | 2024-12-21T04:25:14.401Z | Compiling typenum v1.17.0 |
| 1190 | 2024-12-21T04:25:14.401Z | Compiling generic-array v0.14.7 |
| 1191 | 2024-12-21T04:25:14.604Z | Compiling syn v2.0.87 |
| 1192 | 2024-12-21T04:25:14.620Z | Compiling getrandom v0.2.15 |
| 1193 | 2024-12-21T04:25:14.698Z | Compiling subtle v2.6.1 |
| 1194 | 2024-12-21T04:25:15.031Z | Compiling rand_core v0.6.4 |
| 1195 | 2024-12-21T04:25:15.036Z | Compiling shlex v1.3.0 |
| 1196 | 2024-12-21T04:25:15.126Z | Compiling log v0.4.22 |
| 1197 | 2024-12-21T04:25:15.204Z | Compiling jobserver v0.1.32 |
| 1198 | 2024-12-21T04:25:15.388Z | Compiling const-oid v0.9.6 |
| 1199 | 2024-12-21T04:25:15.407Z | Compiling smallvec v1.13.2 |
| 1200 | 2024-12-21T04:25:15.532Z | Compiling cc v1.1.30 |
| 1201 | 2024-12-21T04:25:15.627Z | Compiling spin v0.9.8 |
| 1202 | 2024-12-21T04:25:15.775Z | Compiling pin-project-lite v0.2.14 |
| 1203 | 2024-12-21T04:25:15.921Z | Compiling rustix v0.38.37 |
| 1204 | 2024-12-21T04:25:15.985Z | Compiling parking_lot_core v0.9.10 |
| 1205 | 2024-12-21T04:25:16.018Z | Compiling futures-core v0.3.31 |
| 1206 | 2024-12-21T04:25:16.107Z | Compiling signal-hook-registry v1.4.2 |
| 1207 | 2024-12-21T04:25:16.253Z | Compiling mio v1.0.2 |
| 1208 | 2024-12-21T04:25:16.837Z | Compiling parking_lot v0.12.3 |
| 1209 | 2024-12-21T04:25:16.914Z | Compiling aho-corasick v1.1.3 |
| 1210 | 2024-12-21T04:25:17.049Z | Compiling either v1.13.0 |
| 1211 | 2024-12-21T04:25:17.194Z | Compiling regex-syntax v0.8.5 |
| 1212 | 2024-12-21T04:25:17.286Z | Compiling cpufeatures v0.2.14 |
| 1213 | 2024-12-21T04:25:17.381Z | Compiling lazy_static v1.5.0 |
| 1214 | 2024-12-21T04:25:17.400Z | Compiling glob v0.3.1 |
| 1215 | 2024-12-21T04:25:17.465Z | Compiling futures-sink v0.3.31 |
| 1216 | 2024-12-21T04:25:17.503Z | Compiling stable_deref_trait v1.2.0 |
| 1217 | 2024-12-21T04:25:17.623Z | Compiling socket2 v0.5.7 |
| 1218 | 2024-12-21T04:25:17.635Z | Compiling slab v0.4.9 |
| 1219 | 2024-12-21T04:25:17.820Z | Compiling prettyplease v0.2.25 |
| 1220 | 2024-12-21T04:25:18.174Z | Compiling minimal-lexical v0.2.1 |
| 1221 | 2024-12-21T04:25:18.231Z | Compiling serde_json v1.0.133 |
| 1222 | 2024-12-21T04:25:18.431Z | Compiling clang-sys v1.8.1 |
| 1223 | 2024-12-21T04:25:18.609Z | Compiling nom v7.1.3 |
| 1224 | 2024-12-21T04:25:18.675Z | Compiling libloading v0.8.5 |
| 1225 | 2024-12-21T04:25:18.845Z | Compiling bindgen v0.69.5 |
| 1226 | 2024-12-21T04:25:19.103Z | Compiling home v0.5.9 |
| 1227 | 2024-12-21T04:25:19.378Z | Compiling futures-channel v0.3.31 |
| 1228 | 2024-12-21T04:25:19.649Z | Compiling itertools v0.12.1 |
| 1229 | 2024-12-21T04:25:19.780Z | Compiling futures-io v0.3.31 |
| 1230 | 2024-12-21T04:25:19.804Z | Compiling lazycell v1.3.0 |
| 1231 | 2024-12-21T04:25:19.972Z | Compiling foldhash v0.1.3 |
| 1232 | 2024-12-21T04:25:20.109Z | Compiling futures-task v0.3.31 |
| 1233 | 2024-12-21T04:25:20.286Z | Compiling allocator-api2 v0.2.18 |
| 1234 | 2024-12-21T04:25:20.421Z | Compiling pin-utils v0.1.0 |
| 1235 | 2024-12-21T04:25:20.521Z | Compiling libm v0.2.8 |
| 1236 | 2024-12-21T04:25:20.853Z | Compiling regex-automata v0.4.8 |
| 1237 | 2024-12-21T04:25:21.049Z | Compiling rustc-hash v1.1.0 |
| 1238 | 2024-12-21T04:25:21.195Z | Compiling hashbrown v0.15.1 |
| 1239 | 2024-12-21T04:25:22.297Z | Compiling synstructure v0.13.1 |
| 1240 | 2024-12-21T04:25:22.528Z | Compiling cexpr v0.6.0 |
| 1241 | 2024-12-21T04:25:22.798Z | Compiling cmake v0.1.51 |
| 1242 | 2024-12-21T04:25:23.847Z | Compiling num-traits v0.2.19 |
| 1243 | 2024-12-21T04:25:24.032Z | Compiling fs_extra v1.3.0 |
| 1244 | 2024-12-21T04:25:24.060Z | Compiling dunce v1.0.5 |
| 1245 | 2024-12-21T04:25:24.108Z | Compiling pkg-config v0.3.31 |
| 1246 | 2024-12-21T04:25:24.188Z | Compiling tinyvec_macros v0.1.1 |
| 1247 | 2024-12-21T04:25:24.284Z | Compiling tinyvec v1.8.0 |
| 1248 | 2024-12-21T04:25:24.615Z | Compiling ring v0.17.8 |
| 1249 | 2024-12-21T04:25:25.669Z | Compiling unicode-bidi v0.3.17 |
| 1250 | 2024-12-21T04:25:25.733Z | Compiling unicode-normalization v0.1.24 |
| 1251 | 2024-12-21T04:25:25.792Z | Compiling paste v1.0.15 |
| 1252 | 2024-12-21T04:25:25.945Z | Compiling litemap v0.7.3 |
| 1253 | 2024-12-21T04:25:26.345Z | Compiling regex v1.11.1 |
| 1254 | 2024-12-21T04:25:26.365Z | Compiling writeable v0.5.5 |
| 1255 | 2024-12-21T04:25:26.862Z | Compiling base64ct v1.6.0 |
| 1256 | 2024-12-21T04:25:27.101Z | Compiling flagset v0.4.6 |
| 1257 | 2024-12-21T04:25:27.278Z | Compiling aws-lc-rs v1.10.0 |
| 1258 | 2024-12-21T04:25:27.390Z | Compiling pem-rfc7468 v0.7.0 |
| 1259 | 2024-12-21T04:25:27.452Z | Compiling httparse v1.9.5 |
| 1260 | 2024-12-21T04:25:27.684Z | Compiling tracing-core v0.1.32 |
| 1261 | 2024-12-21T04:25:28.134Z | Compiling percent-encoding v2.3.1 |
| 1262 | 2024-12-21T04:25:28.245Z | Compiling crossbeam-utils v0.8.20 |
| 1263 | 2024-12-21T04:25:28.497Z | Compiling rustls-pki-types v1.10.0 |
| 1264 | 2024-12-21T04:25:28.633Z | Compiling icu_locid_transform_data v1.5.0 |
| 1265 | 2024-12-21T04:25:28.803Z | Compiling mirai-annotations v1.12.0 |
| 1266 | 2024-12-21T04:25:28.901Z | Compiling serde_derive v1.0.215 |
| 1267 | 2024-12-21T04:25:28.981Z | Compiling zeroize_derive v1.4.2 |
| 1268 | 2024-12-21T04:25:28.987Z | Compiling zerocopy-derive v0.7.35 |
| 1269 | 2024-12-21T04:25:29.408Z | Compiling tokio-macros v2.4.0 |
| 1270 | 2024-12-21T04:25:29.551Z | Compiling zerofrom-derive v0.1.4 |
| 1271 | 2024-12-21T04:25:30.506Z | Compiling zeroize v1.8.1 |
| 1272 | 2024-12-21T04:25:30.979Z | Compiling yoke-derive v0.7.4 |
| 1273 | 2024-12-21T04:25:31.080Z | Compiling thiserror-impl v1.0.69 |
| 1274 | 2024-12-21T04:25:31.217Z | Compiling zerocopy v0.7.35 |
| 1275 | 2024-12-21T04:25:32.328Z | Compiling crypto-common v0.1.6 |
| 1276 | 2024-12-21T04:25:32.570Z | Compiling block-buffer v0.10.4 |
| 1277 | 2024-12-21T04:25:32.732Z | Compiling futures-macro v0.3.31 |
| 1278 | 2024-12-21T04:25:32.803Z | Compiling digest v0.10.7 |
| 1279 | 2024-12-21T04:25:33.320Z | Compiling hmac v0.12.1 |
| 1280 | 2024-12-21T04:25:33.484Z | Compiling zerovec-derive v0.10.3 |
| 1281 | 2024-12-21T04:25:33.511Z | Compiling zerofrom v0.1.4 |
| 1282 | 2024-12-21T04:25:33.554Z | Compiling block-padding v0.3.3 |
| 1283 | 2024-12-21T04:25:33.933Z | Compiling displaydoc v0.2.5 |
| 1284 | 2024-12-21T04:25:33.949Z | Compiling inout v0.1.3 |
| 1285 | 2024-12-21T04:25:34.004Z | Compiling yoke v0.7.4 |
| 1286 | 2024-12-21T04:25:34.059Z | Compiling cipher v0.4.4 |
| 1287 | 2024-12-21T04:25:34.364Z | Compiling sha2 v0.10.8 |
| 1288 | 2024-12-21T04:25:34.513Z | Compiling thiserror v1.0.69 |
| 1289 | 2024-12-21T04:25:34.549Z | Compiling ppv-lite86 v0.2.20 |
| 1290 | 2024-12-21T04:25:34.574Z | Compiling der_derive v0.7.3 |
| 1291 | 2024-12-21T04:25:34.640Z | Compiling futures-util v0.3.31 |
| 1292 | 2024-12-21T04:25:35.375Z | Compiling icu_provider_macros v1.5.0 |
| 1293 | 2024-12-21T04:25:35.396Z | Compiling rand_chacha v0.3.1 |
| 1294 | 2024-12-21T04:25:36.117Z | Compiling zerovec v0.10.4 |
| 1295 | 2024-12-21T04:25:36.430Z | Compiling tracing-attributes v0.1.27 |
| 1296 | 2024-12-21T04:25:36.901Z | Compiling rand v0.8.5 |
| 1297 | 2024-12-21T04:25:36.956Z | Compiling der v0.7.9 |
| 1298 | 2024-12-21T04:25:37.677Z | Compiling pest v2.7.14 |
| 1299 | 2024-12-21T04:25:37.764Z | Compiling salsa20 v0.10.2 |
| 1300 | 2024-12-21T04:25:38.043Z | Compiling tinystr v0.7.6 |
| 1301 | 2024-12-21T04:25:38.309Z | Compiling icu_collections v1.5.0 |
| 1302 | 2024-12-21T04:25:38.504Z | Compiling icu_locid v1.5.0 |
| 1303 | 2024-12-21T04:25:39.153Z | Compiling spki v0.7.3 |
| 1304 | 2024-12-21T04:25:39.519Z | Compiling pbkdf2 v0.12.2 |
| 1305 | 2024-12-21T04:25:39.693Z | Compiling icu_provider v1.5.0 |
| 1306 | 2024-12-21T04:25:39.801Z | Compiling untrusted v0.9.0 |
| 1307 | 2024-12-21T04:25:39.987Z | Compiling untrusted v0.7.1 |
| 1308 | 2024-12-21T04:25:40.182Z | Compiling vcpkg v0.2.15 |
| 1309 | 2024-12-21T04:25:40.314Z | Compiling tracing v0.1.40 |
| 1310 | 2024-12-21T04:25:40.347Z | Compiling time-core v0.1.2 |
| 1311 | 2024-12-21T04:25:40.532Z | Compiling icu_locid_transform v1.5.0 |
| 1312 | 2024-12-21T04:25:40.722Z | Compiling num-conv v0.1.0 |
| 1313 | 2024-12-21T04:25:40.744Z | Compiling powerfmt v0.2.0 |
| 1314 | 2024-12-21T04:25:40.763Z | Compiling icu_properties_data v1.5.0 |
| 1315 | 2024-12-21T04:25:40.822Z | Compiling pest_meta v2.7.14 |
| 1316 | 2024-12-21T04:25:40.983Z | Compiling time-macros v0.2.18 |
| 1317 | 2024-12-21T04:25:41.024Z | Compiling deranged v0.3.11 |
| 1318 | 2024-12-21T04:25:41.122Z | Compiling scrypt v0.11.0 |
| 1319 | 2024-12-21T04:25:41.700Z | Compiling icu_properties v1.5.1 |
| 1320 | 2024-12-21T04:25:42.373Z | Compiling openssl-sys v0.9.103 |
| 1321 | 2024-12-21T04:25:42.807Z | Compiling bitflags v2.6.0 |
| 1322 | 2024-12-21T04:25:42.896Z | Compiling bytes v1.8.0 |
| 1323 | 2024-12-21T04:25:43.475Z | Compiling indexmap v2.6.0 |
| 1324 | 2024-12-21T04:25:44.272Z | Compiling tokio v1.40.0 |
| 1325 | 2024-12-21T04:25:44.391Z | Compiling http v1.1.0 |
| 1326 | 2024-12-21T04:25:44.727Z | Compiling semver v1.0.23 |
| 1327 | 2024-12-21T04:25:44.960Z | Compiling cbc v0.1.2 |
| 1328 | 2024-12-21T04:25:45.201Z | Compiling rustc_version v0.4.1 |
| 1329 | 2024-12-21T04:25:45.451Z | Compiling aes v0.8.4 |
| 1330 | 2024-12-21T04:25:45.951Z | Compiling scroll_derive v0.12.0 |
| 1331 | 2024-12-21T04:25:46.436Z | Compiling utf8_iter v1.0.4 |
| 1332 | 2024-12-21T04:25:46.603Z | Compiling icu_normalizer_data v1.5.0 |
| 1333 | 2024-12-21T04:25:46.672Z | Compiling atomic-waker v1.1.2 |
| 1334 | 2024-12-21T04:25:46.702Z | Compiling utf16_iter v1.0.5 |
| 1335 | 2024-12-21T04:25:46.824Z | Compiling write16 v1.0.0 |
| 1336 | 2024-12-21T04:25:46.847Z | Compiling num_threads v0.1.7 |
| 1337 | 2024-12-21T04:25:46.896Z | Compiling pkcs5 v0.7.1 |
| 1338 | 2024-12-21T04:25:46.959Z | Compiling which v4.4.2 |
| 1339 | 2024-12-21T04:25:46.980Z | Compiling icu_normalizer v1.5.0 |
| 1340 | 2024-12-21T04:25:47.199Z | Compiling time v0.3.36 |
| 1341 | 2024-12-21T04:25:47.547Z | Compiling scroll v0.12.0 |
| 1342 | 2024-12-21T04:25:48.109Z | Compiling http-body v1.0.1 |
| 1343 | 2024-12-21T04:25:48.302Z | Compiling pest_generator v2.7.14 |
| 1344 | 2024-12-21T04:25:48.361Z | Compiling form_urlencoded v1.2.1 |
| 1345 | 2024-12-21T04:25:48.378Z | Compiling slog v2.7.0 |
| 1346 | 2024-12-21T04:25:48.450Z | Compiling try-lock v0.2.5 |
| 1347 | 2024-12-21T04:25:48.607Z | Compiling want v0.3.1 |
| 1348 | 2024-12-21T04:25:48.687Z | Compiling goblin v0.8.2 |
| 1349 | 2024-12-21T04:25:48.882Z | Compiling idna_adapter v1.2.0 |
| 1350 | 2024-12-21T04:25:48.973Z | Compiling pkcs8 v0.10.2 |
| 1351 | 2024-12-21T04:25:49.051Z | Compiling uuid v1.11.0 |
| 1352 | 2024-12-21T04:25:49.100Z | Compiling iana-time-zone v0.1.61 |
| 1353 | 2024-12-21T04:25:49.567Z | Compiling httpdate v1.0.3 |
| 1354 | 2024-12-21T04:25:49.660Z | Compiling chrono v0.4.38 |
| 1355 | 2024-12-21T04:25:50.060Z | Compiling idna v1.0.3 |
| 1356 | 2024-12-21T04:25:50.282Z | Compiling pest_derive v2.7.14 |
| 1357 | 2024-12-21T04:25:51.083Z | Compiling dtrace-parser v0.2.0 |
| 1358 | 2024-12-21T04:25:51.314Z | Compiling serde_spanned v0.6.8 |
| 1359 | 2024-12-21T04:25:51.542Z | Compiling serde_tokenstream v0.2.2 |
| 1360 | 2024-12-21T04:25:51.914Z | Compiling toml_datetime v0.6.8 |
| 1361 | 2024-12-21T04:25:52.151Z | Compiling openssl v0.10.66 |
| 1362 | 2024-12-21T04:25:52.438Z | Compiling base64 v0.22.1 |
| 1363 | 2024-12-21T04:25:52.460Z | Compiling tower-service v0.3.3 |
| 1364 | 2024-12-21T04:25:52.552Z | Compiling tokio-util v0.7.12 |
| 1365 | 2024-12-21T04:25:52.587Z | Compiling rustversion v1.0.17 |
| 1366 | 2024-12-21T04:25:53.209Z | Compiling adler2 v2.0.0 |
| 1367 | 2024-12-21T04:25:53.231Z | Compiling match_cfg v0.1.0 |
| 1368 | 2024-12-21T04:25:53.332Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2024-12-21T04:25:53.406Z | Compiling miniz_oxide v0.8.0 |
| 1370 | 2024-12-21T04:25:53.430Z | Compiling hostname v0.3.1 |
| 1371 | 2024-12-21T04:25:53.448Z | Compiling foreign-types v0.3.2 |
| 1372 | 2024-12-21T04:25:53.492Z | Compiling url v2.5.3 |
| 1373 | 2024-12-21T04:25:53.562Z | Compiling h2 v0.4.6 |
| 1374 | 2024-12-21T04:25:53.975Z | Compiling async-trait v0.1.83 |
| 1375 | 2024-12-21T04:25:54.919Z | Compiling dof v0.3.0 |
| 1376 | 2024-12-21T04:25:55.087Z | Compiling openssl-macros v0.1.1 |
| 1377 | 2024-12-21T04:25:55.481Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2024-12-21T04:25:55.858Z | Compiling usdt-impl v0.5.0 |
| 1379 | 2024-12-21T04:25:56.721Z | Compiling dirs-sys-next v0.1.2 |
| 1380 | 2024-12-21T04:25:57.081Z | Compiling rustls v0.23.19 |
| 1381 | 2024-12-21T04:25:57.343Z | Compiling siphasher v0.3.11 |
| 1382 | 2024-12-21T04:25:57.378Z | Compiling rustls v0.22.4 |
| 1383 | 2024-12-21T04:25:57.451Z | Compiling schemars v0.8.21 |
| 1384 | 2024-12-21T04:25:57.632Z | Compiling syn v1.0.109 |
| 1385 | 2024-12-21T04:25:57.725Z | Compiling data-encoding v2.6.0 |
| 1386 | 2024-12-21T04:25:57.777Z | Compiling native-tls v0.2.12 |
| 1387 | 2024-12-21T04:25:58.228Z | Compiling schemars_derive v0.8.21 |
| 1388 | 2024-12-21T04:25:58.253Z | Compiling dirs-next v2.0.0 |
| 1389 | 2024-12-21T04:25:58.943Z | Compiling http-body-util v0.1.2 |
| 1390 | 2024-12-21T04:25:59.482Z | Compiling crossbeam-epoch v0.9.18 |
| 1391 | 2024-12-21T04:25:59.696Z | Compiling heapless v0.7.17 |
| 1392 | 2024-12-21T04:25:59.831Z | Compiling sha1 v0.10.6 |
| 1393 | 2024-12-21T04:26:00.108Z | Compiling signature v2.2.0 |
| 1394 | 2024-12-21T04:26:00.149Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1395 | 2024-12-21T04:26:00.217Z | Compiling hyper v1.5.0 |
| 1396 | 2024-12-21T04:26:00.238Z | Compiling thread_local v1.1.8 |
| 1397 | 2024-12-21T04:26:00.397Z | Compiling encoding_rs v0.8.34 |
| 1398 | 2024-12-21T04:26:00.618Z | Compiling cookie v0.18.1 |
| 1399 | 2024-12-21T04:26:00.756Z | Compiling multer v3.1.0 |
| 1400 | 2024-12-21T04:26:00.911Z | Compiling openssl-probe v0.1.5 |
| 1401 | 2024-12-21T04:26:01.038Z | Compiling slog-async v2.8.0 |
| 1402 | 2024-12-21T04:26:01.268Z | Compiling unicode-properties v0.1.3 |
| 1403 | 2024-12-21T04:26:01.448Z | Compiling rayon-core v1.12.1 |
| 1404 | 2024-12-21T04:26:01.550Z | Compiling ipnet v2.10.1 |
| 1405 | 2024-12-21T04:26:01.669Z | Compiling signal-hook v0.3.17 |
| 1406 | 2024-12-21T04:26:01.714Z | Compiling gimli v0.31.1 |
| 1407 | 2024-12-21T04:26:01.932Z | Compiling dyn-clone v1.0.17 |
| 1408 | 2024-12-21T04:26:02.157Z | Compiling mime v0.3.17 |
| 1409 | 2024-12-21T04:26:02.749Z | Compiling hyper-util v0.1.10 |
| 1410 | 2024-12-21T04:26:04.031Z | Compiling stringprep v0.1.5 |
| 1411 | 2024-12-21T04:26:04.856Z | Compiling toml_edit v0.22.22 |
| 1412 | 2024-12-21T04:26:05.345Z | Compiling crossbeam-deque v0.8.5 |
| 1413 | 2024-12-21T04:26:05.676Z | Compiling usdt-attr-macro v0.5.0 |
| 1414 | 2024-12-21T04:26:05.899Z | Compiling usdt-macro v0.5.0 |
| 1415 | 2024-12-21T04:26:06.578Z | Compiling addr2line v0.24.2 |
| 1416 | 2024-12-21T04:26:06.711Z | Compiling term v0.7.0 |
| 1417 | 2024-12-21T04:26:06.955Z | Compiling slog-json v2.6.1 |
| 1418 | 2024-12-21T04:26:07.228Z | Compiling serde_urlencoded v0.7.1 |
| 1419 | 2024-12-21T04:26:07.273Z | Compiling crossbeam-channel v0.5.13 |
| 1420 | 2024-12-21T04:26:07.297Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2024-12-21T04:26:07.360Z | Compiling futures-executor v0.3.31 |
| 1422 | 2024-12-21T04:26:07.737Z | Compiling enum-as-inner v0.6.1 |
| 1423 | 2024-12-21T04:26:07.910Z | Compiling md-5 v0.10.6 |
| 1424 | 2024-12-21T04:26:07.917Z | Compiling rustls-pemfile v2.2.0 |
| 1425 | 2024-12-21T04:26:08.212Z | Compiling async-stream-impl v0.3.6 |
| 1426 | 2024-12-21T04:26:08.240Z | Compiling num-integer v0.1.46 |
| 1427 | 2024-12-21T04:26:08.266Z | Compiling idna v0.4.0 |
| 1428 | 2024-12-21T04:26:08.371Z | Compiling idna v0.3.0 |
| 1429 | 2024-12-21T04:26:08.856Z | Compiling hash32 v0.2.1 |
| 1430 | 2024-12-21T04:26:08.989Z | Compiling ff v0.13.0 |
| 1431 | 2024-12-21T04:26:09.212Z | Compiling is-terminal v0.4.13 |
| 1432 | 2024-12-21T04:26:09.234Z | Compiling object v0.36.5 |
| 1433 | 2024-12-21T04:26:09.343Z | Compiling dropshot v0.12.0 |
| 1434 | 2024-12-21T04:26:09.590Z | Compiling rustc-demangle v0.1.24 |
| 1435 | 2024-12-21T04:26:09.617Z | Compiling anyhow v1.0.93 |
| 1436 | 2024-12-21T04:26:09.855Z | Compiling fallible-iterator v0.2.0 |
| 1437 | 2024-12-21T04:26:10.009Z | Compiling smoltcp v0.9.1 |
| 1438 | 2024-12-21T04:26:10.261Z | Compiling utf-8 v0.7.6 |
| 1439 | 2024-12-21T04:26:10.566Z | Compiling linked-hash-map v0.5.6 |
| 1440 | 2024-12-21T04:26:10.589Z | Compiling psl-types v2.0.11 |
| 1441 | 2024-12-21T04:26:10.592Z | Compiling portable-atomic v1.9.0 |
| 1442 | 2024-12-21T04:26:10.696Z | Compiling num-bigint-dig v0.8.4 |
| 1443 | 2024-12-21T04:26:10.778Z | Compiling quick-error v1.2.3 |
| 1444 | 2024-12-21T04:26:10.919Z | Compiling base16ct v0.2.0 |
| 1445 | 2024-12-21T04:26:10.940Z | Compiling take_mut v0.2.2 |
| 1446 | 2024-12-21T04:26:11.000Z | Compiling lru-cache v0.1.2 |
| 1447 | 2024-12-21T04:26:11.206Z | Compiling sec1 v0.7.3 |
| 1448 | 2024-12-21T04:26:11.243Z | Compiling resolv-conf v0.7.0 |
| 1449 | 2024-12-21T04:26:11.757Z | Compiling publicsuffix v2.2.3 |
| 1450 | 2024-12-21T04:26:11.804Z | Compiling postgres-protocol v0.6.7 |
| 1451 | 2024-12-21T04:26:12.030Z | Compiling tungstenite v0.24.0 |
| 1452 | 2024-12-21T04:26:12.384Z | Compiling async-stream v0.3.6 |
| 1453 | 2024-12-21T04:26:12.416Z | Compiling slog-term v2.9.1 |
| 1454 | 2024-12-21T04:26:12.694Z | Compiling usdt v0.5.0 |
| 1455 | 2024-12-21T04:26:13.151Z | Compiling group v0.13.0 |
| 1456 | 2024-12-21T04:26:13.224Z | Compiling hickory-proto v0.24.1 |
| 1457 | 2024-12-21T04:26:13.484Z | Compiling num-iter v0.1.45 |
| 1458 | 2024-12-21T04:26:13.679Z | Compiling toml v0.8.19 |
| 1459 | 2024-12-21T04:26:13.821Z | Compiling futures v0.3.31 |
| 1460 | 2024-12-21T04:26:13.945Z | Compiling slog-bunyan v2.5.0 |
| 1461 | 2024-12-21T04:26:15.426Z | Compiling tokio-native-tls v0.3.1 |
| 1462 | 2024-12-21T04:26:15.500Z | Compiling camino v1.1.9 |
| 1463 | 2024-12-21T04:26:15.709Z | Compiling phf_shared v0.11.2 |
| 1464 | 2024-12-21T04:26:16.060Z | Compiling dropshot_endpoint v0.12.0 |
| 1465 | 2024-12-21T04:26:16.092Z | Compiling terminal_size v0.4.0 |
| 1466 | 2024-12-21T04:26:16.314Z | Compiling waitgroup v0.1.2 |
| 1467 | 2024-12-21T04:26:16.466Z | Compiling backtrace v0.3.74 |
| 1468 | 2024-12-21T04:26:16.491Z | Compiling openapiv3 v2.0.0 |
| 1469 | 2024-12-21T04:26:16.536Z | Compiling serde_path_to_error v0.1.16 |
| 1470 | 2024-12-21T04:26:17.096Z | Compiling hkdf v0.12.4 |
| 1471 | 2024-12-21T04:26:17.355Z | Compiling crypto-bigint v0.5.5 |
| 1472 | 2024-12-21T04:26:17.387Z | Compiling webpki-roots v0.26.6 |
| 1473 | 2024-12-21T04:26:17.591Z | Compiling zerocopy-derive v0.6.6 |
| 1474 | 2024-12-21T04:26:19.918Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1475 | 2024-12-21T04:26:20.241Z | Compiling idna v0.5.0 |
| 1476 | 2024-12-21T04:26:20.740Z | Compiling hostname v0.4.0 |
| 1477 | 2024-12-21T04:26:20.825Z | Compiling fs-err v2.11.0 |
| 1478 | 2024-12-21T04:26:21.045Z | Compiling ahash v0.8.11 |
| 1479 | 2024-12-21T04:26:21.281Z | Compiling crc32fast v1.4.2 |
| 1480 | 2024-12-21T04:26:21.325Z | Compiling hubpack_derive v0.1.1 |
| 1481 | 2024-12-21T04:26:21.325Z | Compiling bitflags v1.3.2 |
| 1482 | 2024-12-21T04:26:21.390Z | Compiling managed v0.8.0 |
| 1483 | 2024-12-21T04:26:21.432Z | Compiling debug-ignore v1.0.5 |
| 1484 | 2024-12-21T04:26:21.460Z | Compiling newtype-uuid v1.1.3 |
| 1485 | 2024-12-21T04:26:21.582Z | Compiling winnow v0.5.40 |
| 1486 | 2024-12-21T04:26:21.766Z | Compiling clap_builder v4.5.21 |
| 1487 | 2024-12-21T04:26:21.876Z | Compiling strum_macros v0.25.3 |
| 1488 | 2024-12-21T04:26:21.951Z | Compiling hubpack v0.1.2 |
| 1489 | 2024-12-21T04:26:22.386Z | Compiling console v0.15.8 |
| 1490 | 2024-12-21T04:26:23.741Z | Compiling flate2 v1.0.35 |
| 1491 | 2024-12-21T04:26:24.034Z | Compiling cookie_store v0.21.0 |
| 1492 | 2024-12-21T04:26:24.160Z | Compiling elliptic-curve v0.13.8 |
| 1493 | 2024-12-21T04:26:24.725Z | Compiling zerocopy v0.6.6 |
| 1494 | 2024-12-21T04:26:24.989Z | Compiling hickory-resolver v0.24.1 |
| 1495 | 2024-12-21T04:26:25.441Z | Compiling toml_edit v0.19.15 |
| 1496 | 2024-12-21T04:26:25.575Z | Compiling phf v0.11.2 |
| 1497 | 2024-12-21T04:26:25.849Z | Compiling signal-hook-mio v0.2.4 |
| 1498 | 2024-12-21T04:26:26.021Z | Compiling hyper-tls v0.6.0 |
| 1499 | 2024-12-21T04:26:26.061Z | Compiling rayon v1.10.0 |
| 1500 | 2024-12-21T04:26:26.420Z | Compiling bzip2 v0.4.4 |
| 1501 | 2024-12-21T04:26:26.822Z | Compiling tokio-tungstenite v0.24.0 |
| 1502 | 2024-12-21T04:26:27.357Z | Compiling postgres-types v0.2.8 |
| 1503 | 2024-12-21T04:26:30.284Z | Compiling ed25519 v2.2.3 |
| 1504 | 2024-12-21T04:26:30.895Z | Compiling phf_shared v0.10.0 |
| 1505 | 2024-12-21T04:26:31.175Z | Compiling tokio-stream v0.1.16 |
| 1506 | 2024-12-21T04:26:31.309Z | Compiling pkcs1 v0.7.5 |
| 1507 | 2024-12-21T04:26:31.467Z | Compiling serde-big-array v0.5.1 |
| 1508 | 2024-12-21T04:26:31.705Z | Compiling clap_derive v4.5.18 |
| 1509 | 2024-12-21T04:26:31.725Z | Compiling rfc6979 v0.4.0 |
| 1510 | 2024-12-21T04:26:31.914Z | Compiling serde_repr v0.1.19 |
| 1511 | 2024-12-21T04:26:32.196Z | Compiling derive-where v1.2.7 |
| 1512 | 2024-12-21T04:26:32.220Z | Compiling float-cmp v0.9.0 |
| 1513 | 2024-12-21T04:26:32.300Z | Compiling bstr v1.10.0 |
| 1514 | 2024-12-21T04:26:32.435Z | Compiling sync_wrapper v1.0.1 |
| 1515 | 2024-12-21T04:26:32.590Z | Compiling fixedbitset v0.4.2 |
| 1516 | 2024-12-21T04:26:33.075Z | Compiling precomputed-hash v0.1.1 |
| 1517 | 2024-12-21T04:26:33.143Z | Compiling unicode-width v0.2.0 |
| 1518 | 2024-12-21T04:26:33.201Z | Compiling predicates-core v1.0.8 |
| 1519 | 2024-12-21T04:26:33.429Z | Compiling whoami v1.5.2 |
| 1520 | 2024-12-21T04:26:33.567Z | Compiling number_prefix v0.4.0 |
| 1521 | 2024-12-21T04:26:33.683Z | Compiling unicode-segmentation v1.12.0 |
| 1522 | 2024-12-21T04:26:33.794Z | Compiling normalize-line-endings v0.3.0 |
| 1523 | 2024-12-21T04:26:33.930Z | Compiling bit-vec v0.6.3 |
| 1524 | 2024-12-21T04:26:34.051Z | Compiling difflib v0.4.0 |
| 1525 | 2024-12-21T04:26:34.110Z | Compiling static_assertions v1.1.0 |
| 1526 | 2024-12-21T04:26:34.218Z | Compiling new_debug_unreachable v1.0.6 |
| 1527 | 2024-12-21T04:26:34.317Z | Compiling string_cache v0.8.7 |
| 1528 | 2024-12-21T04:26:34.369Z | Compiling similar v2.6.0 |
| 1529 | 2024-12-21T04:26:34.548Z | Compiling predicates v3.1.2 |
| 1530 | 2024-12-21T04:26:34.787Z | Compiling bit-set v0.5.3 |
| 1531 | 2024-12-21T04:26:35.106Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1532 | 2024-12-21T04:26:35.750Z | Compiling tokio-postgres v0.7.12 |
| 1533 | 2024-12-21T04:26:35.777Z | Compiling indicatif v0.17.9 |
| 1534 | 2024-12-21T04:26:36.241Z | Compiling petgraph v0.6.5 |
| 1535 | 2024-12-21T04:26:36.704Z | Compiling clap v4.5.21 |
| 1536 | 2024-12-21T04:26:36.746Z | Compiling ecdsa v0.16.9 |
| 1537 | 2024-12-21T04:26:36.820Z | Compiling rsa v0.9.6 |
| 1538 | 2024-12-21T04:26:37.624Z | Compiling ed25519-dalek v2.1.1 |
| 1539 | 2024-12-21T04:26:38.041Z | Compiling toml v0.7.8 |
| 1540 | 2024-12-21T04:26:38.952Z | Compiling zip v0.6.6 |
| 1541 | 2024-12-21T04:26:39.798Z | Compiling crossterm v0.28.1 |
| 1542 | 2024-12-21T04:26:41.021Z | Compiling hex v0.4.3 |
| 1543 | 2024-12-21T04:26:41.149Z | Compiling x509-cert v0.2.5 |
| 1544 | 2024-12-21T04:26:41.225Z | Compiling itertools v0.10.5 |
| 1545 | 2024-12-21T04:26:41.470Z | Compiling unicode-xid v0.2.6 |
| 1546 | 2024-12-21T04:26:41.635Z | Compiling lalrpop-util v0.19.12 |
| 1547 | 2024-12-21T04:26:41.654Z | Compiling peg-runtime v0.8.3 |
| 1548 | 2024-12-21T04:26:41.886Z | Compiling strum_macros v0.26.4 |
| 1549 | 2024-12-21T04:26:41.982Z | Compiling xattr v1.3.1 |
| 1550 | 2024-12-21T04:26:42.258Z | Compiling filetime v0.2.25 |
| 1551 | 2024-12-21T04:26:42.573Z | Compiling tar v0.4.42 |
| 1552 | 2024-12-21T04:26:47.058Z | Compiling strum v0.26.3 |
| 1553 | 2024-12-21T04:26:49.367Z | Compiling aws-lc-sys v0.22.0 |
| 1554 | 2024-12-21T04:27:20.759Z | Compiling rustls-webpki v0.102.8 |
| 1555 | 2024-12-21T04:27:24.071Z | Compiling tokio-rustls v0.25.0 |
| 1556 | 2024-12-21T04:27:25.756Z | Compiling tokio-rustls v0.26.0 |
| 1557 | 2024-12-21T04:27:26.205Z | Compiling hyper-rustls v0.27.3 |
| 1558 | 2024-12-21T04:27:26.524Z | Compiling reqwest v0.12.9 |
| 1559 | 2024-12-21T04:27:27.342Z | Compiling qorb v0.2.1 |
| 1560 | 2024-12-21T04:27:32.466Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1561 | 2024-12-21T04:27:32.695Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1562 | 2024-12-21T04:27:38.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 1563 | 2024-12-21T04:27:38.564Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1564 | 2024-12-21T04:27:38.615Z | Dec 21 04:27:38.262 INFO Starting download, target: Clickhouse |
| 1565 | 2024-12-21T04:27:38.615Z | Dec 21 04:27:38.262 INFO Starting download, target: Console |
| 1566 | 2024-12-21T04:27:38.615Z | Dec 21 04:27:38.262 INFO Starting download, target: Cockroach |
| 1567 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.262 INFO Starting download, target: DendriteOpenapi |
| 1568 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.262 INFO Starting download, target: DendriteStub |
| 1569 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.262 INFO Starting download, target: MaghemiteMgd |
| 1570 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.262 INFO Starting download, target: TransceiverControl |
| 1571 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1572 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1573 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1574 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1575 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1576 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1577 | 2024-12-21T04:27:38.618Z | Dec 21 04:27:38.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1578 | 2024-12-21T04:27:38.776Z | Dec 21 04:27:38.421 INFO Download complete, target: DendriteOpenapi |
| 1579 | 2024-12-21T04:27:38.976Z | Dec 21 04:27:38.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1580 | 2024-12-21T04:27:39.142Z | Dec 21 04:27:38.772 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1581 | 2024-12-21T04:27:39.471Z | Dec 21 04:27:39.079 INFO Download complete, target: Console |
| 1582 | 2024-12-21T04:27:39.637Z | Dec 21 04:27:39.250 INFO Download complete, target: TransceiverControl |
| 1583 | 2024-12-21T04:27:40.208Z | Dec 21 04:27:39.751 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1584 | 2024-12-21T04:27:40.279Z | Dec 21 04:27:39.912 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1585 | 2024-12-21T04:27:40.627Z | Dec 21 04:27:40.248 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1586 | 2024-12-21T04:27:41.235Z | Dec 21 04:27:40.881 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1587 | 2024-12-21T04:27:41.235Z | Dec 21 04:27:40.881 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1588 | 2024-12-21T04:27:42.896Z | Dec 21 04:27:42.541 INFO Download complete, target: DendriteStub |
| 1589 | 2024-12-21T04:27:43.101Z | Dec 21 04:27:42.748 INFO Download complete, target: MaghemiteMgd |
| 1590 | 2024-12-21T04:27:48.663Z | Dec 21 04:27:48.305 INFO Checking that binary works, target: Cockroach |
| 1591 | 2024-12-21T04:27:48.819Z | Dec 21 04:27:48.465 INFO Download complete, target: Cockroach |
| 1592 | 2024-12-21T04:27:53.121Z | Dec 21 04:27:52.767 INFO Checking that binary works, target: Clickhouse |
| 1593 | 2024-12-21T04:27:53.594Z | Dec 21 04:27:53.240 INFO Download complete, target: Clickhouse |
| 1594 | 2024-12-21T04:27:53.736Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1595 | 2024-12-21T04:27:53.739Z | |
| 1596 | 2024-12-21T04:27:53.739Z | real 7:13.935339785 |
| 1597 | 2024-12-21T04:27:53.739Z | user 16:18.190342498 |
| 1598 | 2024-12-21T04:27:53.739Z | sys 3:12.309622428 |
| 1599 | 2024-12-21T04:27:53.739Z | trap 0.502396849 |
| 1600 | 2024-12-21T04:27:53.739Z | tflt 5.103603403 |
| 1601 | 2024-12-21T04:27:53.739Z | dflt 4.267234684 |
| 1602 | 2024-12-21T04:27:53.739Z | kflt 0.207964164 |
| 1603 | 2024-12-21T04:27:53.739Z | lock 29:03.792049504 |
| 1604 | 2024-12-21T04:27:53.739Z | slp 1:05:53.151752039 |
| 1605 | 2024-12-21T04:27:53.739Z | lat 53.426366265 |
| 1606 | 2024-12-21T04:27:53.739Z | stop 2:20.049226861 |
| 1607 | 2024-12-21T04:27:53.739Z | + banner hack-check |
| 1608 | 2024-12-21T04:27:53.742Z | |
| 1609 | 2024-12-21T04:27:53.742Z | # # ## #### # # #### # # ###### #### # # |
| 1610 | 2024-12-21T04:27:53.742Z | # # # # # # # # # # # # # # # # # |
| 1611 | 2024-12-21T04:27:53.742Z | ###### # # # #### ##### # ###### ##### # #### |
| 1612 | 2024-12-21T04:27:53.742Z | # # ###### # # # # # # # # # # |
| 1613 | 2024-12-21T04:27:53.742Z | # # # # # # # # # # # # # # # # # |
| 1614 | 2024-12-21T04:27:53.742Z | # # # # #### # # #### # # ###### #### # # |
| 1615 | 2024-12-21T04:27:53.742Z | |
| 1616 | 2024-12-21T04:27:53.742Z | + export CARGO_INCREMENTAL=0 |
| 1617 | 2024-12-21T04:27:53.742Z | + CARGO_INCREMENTAL=0 |
| 1618 | 2024-12-21T04:27:53.742Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1619 | 2024-12-21T04:27:54.271Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1620 | 2024-12-21T04:27:57.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 1621 | 2024-12-21T04:27:57.833Z | Running `target/debug/xtask check-features --ci` |
| 1622 | 2024-12-21T04:27:57.854Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1623 | 2024-12-21T04:27:57.856Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1624 | 2024-12-21T04:27:58.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1625 | 2024-12-21T04:27:58.311Z | Running `target/debug/xtask download cargo-hack` |
| 1626 | 2024-12-21T04:27:59.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1627 | 2024-12-21T04:27:59.473Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1628 | 2024-12-21T04:28:04.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
| 1629 | 2024-12-21T04:28:04.576Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1630 | 2024-12-21T04:28:04.610Z | Dec 21 04:28:04.256 INFO Starting download, target: CargoHack |
| 1631 | 2024-12-21T04:28:04.613Z | Dec 21 04:28:04.257 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1632 | 2024-12-21T04:28:05.168Z | Dec 21 04:28:04.813 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1633 | 2024-12-21T04:28:05.262Z | Dec 21 04:28:04.907 INFO Download complete, target: CargoHack |
| 1634 | 2024-12-21T04:28:05.265Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1635 | 2024-12-21T04:28:05.280Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1636 | 2024-12-21T04:28:05.447Z | info: running `cargo check --bins` on api_identity (1/176) |
| 1637 | 2024-12-21T04:28:05.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1638 | 2024-12-21T04:28:05.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1639 | 2024-12-21T04:28:05.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1640 | 2024-12-21T04:28:05.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1641 | 2024-12-21T04:28:06.049Z | |
| 1642 | 2024-12-21T04:28:06.049Z | info: running `cargo check --bins` on bootstore (2/176) |
| 1643 | 2024-12-21T04:28:06.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1644 | 2024-12-21T04:28:06.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1645 | 2024-12-21T04:28:06.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1646 | 2024-12-21T04:28:06.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1647 | 2024-12-21T04:28:06.691Z | |
| 1648 | 2024-12-21T04:28:06.691Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
| 1649 | 2024-12-21T04:28:07.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1650 | 2024-12-21T04:28:07.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1651 | 2024-12-21T04:28:07.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1652 | 2024-12-21T04:28:07.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1653 | 2024-12-21T04:28:07.312Z | |
| 1654 | 2024-12-21T04:28:07.312Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
| 1655 | 2024-12-21T04:28:07.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1656 | 2024-12-21T04:28:07.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1657 | 2024-12-21T04:28:07.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1658 | 2024-12-21T04:28:07.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1659 | 2024-12-21T04:28:07.951Z | |
| 1660 | 2024-12-21T04:28:07.951Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
| 1661 | 2024-12-21T04:28:08.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1662 | 2024-12-21T04:28:08.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1663 | 2024-12-21T04:28:08.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1664 | 2024-12-21T04:28:08.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1665 | 2024-12-21T04:28:08.378Z | |
| 1666 | 2024-12-21T04:28:08.378Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
| 1667 | 2024-12-21T04:28:08.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1668 | 2024-12-21T04:28:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1669 | 2024-12-21T04:28:08.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1670 | 2024-12-21T04:28:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1671 | 2024-12-21T04:28:08.805Z | |
| 1672 | 2024-12-21T04:28:08.805Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
| 1673 | 2024-12-21T04:28:09.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1674 | 2024-12-21T04:28:09.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1675 | 2024-12-21T04:28:09.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1676 | 2024-12-21T04:28:09.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1677 | 2024-12-21T04:28:09.228Z | |
| 1678 | 2024-12-21T04:28:09.228Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
| 1679 | 2024-12-21T04:28:09.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1680 | 2024-12-21T04:28:09.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1681 | 2024-12-21T04:28:09.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1682 | 2024-12-21T04:28:09.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1683 | 2024-12-21T04:28:09.646Z | |
| 1684 | 2024-12-21T04:28:09.646Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
| 1685 | 2024-12-21T04:28:10.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1686 | 2024-12-21T04:28:10.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1687 | 2024-12-21T04:28:10.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1688 | 2024-12-21T04:28:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1689 | 2024-12-21T04:28:10.069Z | |
| 1690 | 2024-12-21T04:28:10.069Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
| 1691 | 2024-12-21T04:28:10.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1692 | 2024-12-21T04:28:10.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1693 | 2024-12-21T04:28:10.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1694 | 2024-12-21T04:28:10.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1695 | 2024-12-21T04:28:10.497Z | |
| 1696 | 2024-12-21T04:28:10.497Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
| 1697 | 2024-12-21T04:28:10.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1698 | 2024-12-21T04:28:10.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1699 | 2024-12-21T04:28:10.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1700 | 2024-12-21T04:28:10.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1701 | 2024-12-21T04:28:10.924Z | |
| 1702 | 2024-12-21T04:28:10.924Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
| 1703 | 2024-12-21T04:28:11.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1704 | 2024-12-21T04:28:11.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1705 | 2024-12-21T04:28:11.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1706 | 2024-12-21T04:28:11.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1707 | 2024-12-21T04:28:11.351Z | |
| 1708 | 2024-12-21T04:28:11.351Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
| 1709 | 2024-12-21T04:28:11.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1710 | 2024-12-21T04:28:11.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1711 | 2024-12-21T04:28:11.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1712 | 2024-12-21T04:28:11.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1713 | 2024-12-21T04:28:11.782Z | |
| 1714 | 2024-12-21T04:28:11.782Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
| 1715 | 2024-12-21T04:28:12.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1716 | 2024-12-21T04:28:12.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1717 | 2024-12-21T04:28:12.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1718 | 2024-12-21T04:28:12.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1719 | 2024-12-21T04:28:12.208Z | |
| 1720 | 2024-12-21T04:28:12.208Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
| 1721 | 2024-12-21T04:28:12.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1722 | 2024-12-21T04:28:12.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1723 | 2024-12-21T04:28:12.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1724 | 2024-12-21T04:28:12.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1725 | 2024-12-21T04:28:12.636Z | |
| 1726 | 2024-12-21T04:28:12.636Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
| 1727 | 2024-12-21T04:28:13.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1728 | 2024-12-21T04:28:13.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1729 | 2024-12-21T04:28:13.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1730 | 2024-12-21T04:28:13.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1731 | 2024-12-21T04:28:13.069Z | |
| 1732 | 2024-12-21T04:28:13.069Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
| 1733 | 2024-12-21T04:28:13.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1734 | 2024-12-21T04:28:13.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1735 | 2024-12-21T04:28:13.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1736 | 2024-12-21T04:28:13.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1737 | 2024-12-21T04:28:13.494Z | |
| 1738 | 2024-12-21T04:28:13.494Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
| 1739 | 2024-12-21T04:28:13.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1740 | 2024-12-21T04:28:13.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1741 | 2024-12-21T04:28:13.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1742 | 2024-12-21T04:28:13.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1743 | 2024-12-21T04:28:13.937Z | |
| 1744 | 2024-12-21T04:28:13.937Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
| 1745 | 2024-12-21T04:28:14.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1746 | 2024-12-21T04:28:14.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1747 | 2024-12-21T04:28:14.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1748 | 2024-12-21T04:28:14.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1749 | 2024-12-21T04:28:14.421Z | |
| 1750 | 2024-12-21T04:28:14.421Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
| 1751 | 2024-12-21T04:28:14.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1752 | 2024-12-21T04:28:14.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1753 | 2024-12-21T04:28:14.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1754 | 2024-12-21T04:28:14.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1755 | 2024-12-21T04:28:14.775Z | |
| 1756 | 2024-12-21T04:28:14.775Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
| 1757 | 2024-12-21T04:28:15.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1758 | 2024-12-21T04:28:15.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1759 | 2024-12-21T04:28:15.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1760 | 2024-12-21T04:28:15.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1761 | 2024-12-21T04:28:15.199Z | |
| 1762 | 2024-12-21T04:28:15.199Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
| 1763 | 2024-12-21T04:28:15.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1764 | 2024-12-21T04:28:15.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1765 | 2024-12-21T04:28:15.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1766 | 2024-12-21T04:28:15.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1767 | 2024-12-21T04:28:15.625Z | |
| 1768 | 2024-12-21T04:28:15.625Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
| 1769 | 2024-12-21T04:28:16.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1770 | 2024-12-21T04:28:16.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1771 | 2024-12-21T04:28:16.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1772 | 2024-12-21T04:28:16.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1773 | 2024-12-21T04:28:16.093Z | |
| 1774 | 2024-12-21T04:28:16.093Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
| 1775 | 2024-12-21T04:28:16.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2024-12-21T04:28:16.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2024-12-21T04:28:16.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2024-12-21T04:28:16.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1779 | 2024-12-21T04:28:16.514Z | |
| 1780 | 2024-12-21T04:28:16.514Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
| 1781 | 2024-12-21T04:28:17.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2024-12-21T04:28:17.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2024-12-21T04:28:17.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2024-12-21T04:28:17.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1785 | 2024-12-21T04:28:17.148Z | |
| 1786 | 2024-12-21T04:28:17.148Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
| 1787 | 2024-12-21T04:28:17.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2024-12-21T04:28:17.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2024-12-21T04:28:17.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2024-12-21T04:28:17.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1791 | 2024-12-21T04:28:17.732Z | |
| 1792 | 2024-12-21T04:28:17.732Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
| 1793 | 2024-12-21T04:28:18.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2024-12-21T04:28:18.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2024-12-21T04:28:18.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2024-12-21T04:28:18.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1797 | 2024-12-21T04:28:18.385Z | |
| 1798 | 2024-12-21T04:28:18.385Z | info: running `cargo check --bins` on oxlog (28/176) |
| 1799 | 2024-12-21T04:28:18.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2024-12-21T04:28:18.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2024-12-21T04:28:18.993Z | Checking cfg-if v1.0.0 |
| 1802 | 2024-12-21T04:28:19.050Z | Checking libc v0.2.162 |
| 1803 | 2024-12-21T04:28:19.087Z | Checking serde v1.0.215 |
| 1804 | 2024-12-21T04:28:19.087Z | Checking zeroize v1.8.1 |
| 1805 | 2024-12-21T04:28:19.111Z | Checking memchr v2.7.4 |
| 1806 | 2024-12-21T04:28:19.112Z | Checking typenum v1.17.0 |
| 1807 | 2024-12-21T04:28:19.141Z | Checking scopeguard v1.2.0 |
| 1808 | 2024-12-21T04:28:19.211Z | Checking subtle v2.6.1 |
| 1809 | 2024-12-21T04:28:19.211Z | Checking value-bag v1.9.0 |
| 1810 | 2024-12-21T04:28:19.294Z | Checking lock_api v0.4.12 |
| 1811 | 2024-12-21T04:28:19.408Z | Checking const-oid v0.9.6 |
| 1812 | 2024-12-21T04:28:19.408Z | Checking smallvec v1.13.2 |
| 1813 | 2024-12-21T04:28:19.536Z | Checking log v0.4.22 |
| 1814 | 2024-12-21T04:28:19.692Z | Checking itoa v1.0.11 |
| 1815 | 2024-12-21T04:28:19.753Z | Checking pin-project-lite v0.2.14 |
| 1816 | 2024-12-21T04:28:19.859Z | Checking byteorder v1.5.0 |
| 1817 | 2024-12-21T04:28:19.867Z | Checking futures-core v0.3.31 |
| 1818 | 2024-12-21T04:28:19.915Z | Checking once_cell v1.20.2 |
| 1819 | 2024-12-21T04:28:20.041Z | Checking cpufeatures v0.2.14 |
| 1820 | 2024-12-21T04:28:20.058Z | Checking futures-sink v0.3.31 |
| 1821 | 2024-12-21T04:28:20.127Z | Checking stable_deref_trait v1.2.0 |
| 1822 | 2024-12-21T04:28:20.185Z | Checking spin v0.9.8 |
| 1823 | 2024-12-21T04:28:20.199Z | Checking slab v0.4.9 |
| 1824 | 2024-12-21T04:28:20.212Z | Checking zerofrom v0.1.4 |
| 1825 | 2024-12-21T04:28:20.216Z | Checking getrandom v0.2.15 |
| 1826 | 2024-12-21T04:28:20.259Z | Checking parking_lot_core v0.9.10 |
| 1827 | 2024-12-21T04:28:20.358Z | Checking generic-array v0.14.7 |
| 1828 | 2024-12-21T04:28:20.410Z | Checking signal-hook-registry v1.4.2 |
| 1829 | 2024-12-21T04:28:20.429Z | Checking rand_core v0.6.4 |
| 1830 | 2024-12-21T04:28:20.444Z | Checking mio v1.0.2 |
| 1831 | 2024-12-21T04:28:20.517Z | Checking socket2 v0.5.7 |
| 1832 | 2024-12-21T04:28:20.599Z | Checking parking_lot v0.12.3 |
| 1833 | 2024-12-21T04:28:20.648Z | Checking zerocopy v0.7.35 |
| 1834 | 2024-12-21T04:28:20.719Z | Checking yoke v0.7.4 |
| 1835 | 2024-12-21T04:28:20.937Z | Checking futures-channel v0.3.31 |
| 1836 | 2024-12-21T04:28:20.985Z | Checking equivalent v1.0.1 |
| 1837 | 2024-12-21T04:28:21.015Z | Checking futures-task v0.3.31 |
| 1838 | 2024-12-21T04:28:21.042Z | Checking futures-io v0.3.31 |
| 1839 | 2024-12-21T04:28:21.079Z | Checking pin-utils v0.1.0 |
| 1840 | 2024-12-21T04:28:21.165Z | Checking foldhash v0.1.3 |
| 1841 | 2024-12-21T04:28:21.181Z | Checking allocator-api2 v0.2.18 |
| 1842 | 2024-12-21T04:28:21.223Z | Checking zerovec v0.10.4 |
| 1843 | 2024-12-21T04:28:21.236Z | Checking ryu v1.0.18 |
| 1844 | 2024-12-21T04:28:21.284Z | Checking futures-util v0.3.31 |
| 1845 | 2024-12-21T04:28:21.358Z | Checking tinyvec_macros v0.1.1 |
| 1846 | 2024-12-21T04:28:21.442Z | Checking tinyvec v1.8.0 |
| 1847 | 2024-12-21T04:28:21.458Z | Checking fnv v1.0.7 |
| 1848 | 2024-12-21T04:28:21.532Z | Checking crypto-common v0.1.6 |
| 1849 | 2024-12-21T04:28:21.587Z | Checking block-buffer v0.10.4 |
| 1850 | 2024-12-21T04:28:21.714Z | Checking block-padding v0.3.3 |
| 1851 | 2024-12-21T04:28:21.777Z | Checking digest v0.10.7 |
| 1852 | 2024-12-21T04:28:21.797Z | Checking hashbrown v0.15.1 |
| 1853 | 2024-12-21T04:28:21.903Z | Checking inout v0.1.3 |
| 1854 | 2024-12-21T04:28:22.043Z | Checking libm v0.2.8 |
| 1855 | 2024-12-21T04:28:22.141Z | Checking cipher v0.4.4 |
| 1856 | 2024-12-21T04:28:22.164Z | Checking hmac v0.12.1 |
| 1857 | 2024-12-21T04:28:22.366Z | Checking sha2 v0.10.8 |
| 1858 | 2024-12-21T04:28:22.530Z | Checking writeable v0.5.5 |
| 1859 | 2024-12-21T04:28:22.740Z | Checking unicode-normalization v0.1.24 |
| 1860 | 2024-12-21T04:28:22.856Z | Checking litemap v0.7.3 |
| 1861 | 2024-12-21T04:28:22.915Z | Checking tinystr v0.7.6 |
| 1862 | 2024-12-21T04:28:22.962Z | Checking unicode-bidi v0.3.17 |
| 1863 | 2024-12-21T04:28:23.028Z | Checking base64ct v1.6.0 |
| 1864 | 2024-12-21T04:28:23.028Z | Checking num-traits v0.2.19 |
| 1865 | 2024-12-21T04:28:23.156Z | Checking ppv-lite86 v0.2.20 |
| 1866 | 2024-12-21T04:28:23.288Z | Checking icu_locid v1.5.0 |
| 1867 | 2024-12-21T04:28:23.343Z | Checking pem-rfc7468 v0.7.0 |
| 1868 | 2024-12-21T04:28:23.511Z | Checking flagset v0.4.6 |
| 1869 | 2024-12-21T04:28:23.584Z | Checking tracing-core v0.1.32 |
| 1870 | 2024-12-21T04:28:23.634Z | Checking thiserror v1.0.69 |
| 1871 | 2024-12-21T04:28:23.689Z | Checking der v0.7.9 |
| 1872 | 2024-12-21T04:28:23.753Z | Checking percent-encoding v2.3.1 |
| 1873 | 2024-12-21T04:28:23.932Z | Checking rand_chacha v0.3.1 |
| 1874 | 2024-12-21T04:28:23.949Z | Checking bytes v1.8.0 |
| 1875 | 2024-12-21T04:28:23.949Z | Checking indexmap v2.6.0 |
| 1876 | 2024-12-21T04:28:24.218Z | Checking serde_json v1.0.133 |
| 1877 | 2024-12-21T04:28:24.263Z | Checking icu_provider v1.5.0 |
| 1878 | 2024-12-21T04:28:24.331Z | Checking bitflags v2.6.0 |
| 1879 | 2024-12-21T04:28:24.590Z | Checking rustls-pki-types v1.10.0 |
| 1880 | 2024-12-21T04:28:24.631Z | Checking icu_locid_transform_data v1.5.0 |
| 1881 | 2024-12-21T04:28:24.725Z | Checking tokio v1.40.0 |
| 1882 | 2024-12-21T04:28:24.740Z | Checking http v1.1.0 |
| 1883 | 2024-12-21T04:28:24.921Z | Checking icu_locid_transform v1.5.0 |
| 1884 | 2024-12-21T04:28:25.155Z | Checking rand v0.8.5 |
| 1885 | 2024-12-21T04:28:25.181Z | Checking tracing v0.1.40 |
| 1886 | 2024-12-21T04:28:25.522Z | Checking spki v0.7.3 |
| 1887 | 2024-12-21T04:28:25.542Z | Checking icu_collections v1.5.0 |
| 1888 | 2024-12-21T04:28:25.798Z | Checking salsa20 v0.10.2 |
| 1889 | 2024-12-21T04:28:25.882Z | Checking pbkdf2 v0.12.2 |
| 1890 | 2024-12-21T04:28:25.943Z | Checking aws-lc-sys v0.22.0 |
| 1891 | 2024-12-21T04:28:25.997Z | Checking httparse v1.9.5 |
| 1892 | 2024-12-21T04:28:26.039Z | Checking powerfmt v0.2.0 |
| 1893 | 2024-12-21T04:28:26.088Z | Checking untrusted v0.9.0 |
| 1894 | 2024-12-21T04:28:26.166Z | Checking icu_properties_data v1.5.0 |
| 1895 | 2024-12-21T04:28:26.230Z | Checking untrusted v0.7.1 |
| 1896 | 2024-12-21T04:28:26.292Z | Checking mirai-annotations v1.12.0 |
| 1897 | 2024-12-21T04:28:26.309Z | Checking deranged v0.3.11 |
| 1898 | 2024-12-21T04:28:26.384Z | Checking ring v0.17.8 |
| 1899 | 2024-12-21T04:28:26.402Z | Checking icu_properties v1.5.1 |
| 1900 | 2024-12-21T04:28:26.424Z | Checking scrypt v0.11.0 |
| 1901 | 2024-12-21T04:28:26.443Z | Checking cbc v0.1.2 |
| 1902 | 2024-12-21T04:28:26.457Z | Checking aes v0.8.4 |
| 1903 | 2024-12-21T04:28:26.631Z | Checking crossbeam-utils v0.8.20 |
| 1904 | 2024-12-21T04:28:26.647Z | Checking icu_normalizer_data v1.5.0 |
| 1905 | 2024-12-21T04:28:26.739Z | Checking utf16_iter v1.0.5 |
| 1906 | 2024-12-21T04:28:26.903Z | Checking num_threads v0.1.7 |
| 1907 | 2024-12-21T04:28:27.015Z | Checking time-core v0.1.2 |
| 1908 | 2024-12-21T04:28:27.166Z | Checking atomic-waker v1.1.2 |
| 1909 | 2024-12-21T04:28:27.296Z | Checking num-conv v0.1.0 |
| 1910 | 2024-12-21T04:28:27.335Z | Checking utf8_iter v1.0.4 |
| 1911 | 2024-12-21T04:28:27.362Z | Checking write16 v1.0.0 |
| 1912 | 2024-12-21T04:28:27.485Z | Checking pkcs5 v0.7.1 |
| 1913 | 2024-12-21T04:28:27.551Z | Checking http-body v1.0.1 |
| 1914 | 2024-12-21T04:28:27.567Z | Checking form_urlencoded v1.2.1 |
| 1915 | 2024-12-21T04:28:27.754Z | Checking try-lock v0.2.5 |
| 1916 | 2024-12-21T04:28:27.769Z | Checking uuid v1.11.0 |
| 1917 | 2024-12-21T04:28:27.881Z | Checking want v0.3.1 |
| 1918 | 2024-12-21T04:28:27.983Z | Checking pkcs8 v0.10.2 |
| 1919 | 2024-12-21T04:28:28.046Z | Checking httpdate v1.0.3 |
| 1920 | 2024-12-21T04:28:28.081Z | Checking time v0.3.36 |
| 1921 | 2024-12-21T04:28:28.235Z | Checking unicode-ident v1.0.13 |
| 1922 | 2024-12-21T04:28:28.275Z | Checking toml_datetime v0.6.8 |
| 1923 | 2024-12-21T04:28:28.291Z | Checking serde_spanned v0.6.8 |
| 1924 | 2024-12-21T04:28:28.338Z | Checking slog v2.7.0 |
| 1925 | 2024-12-21T04:28:28.403Z | Checking proc-macro2 v1.0.89 |
| 1926 | 2024-12-21T04:28:28.453Z | Checking aws-lc-rs v1.10.0 |
| 1927 | 2024-12-21T04:28:28.489Z | Checking scroll v0.12.0 |
| 1928 | 2024-12-21T04:28:28.564Z | Checking match_cfg v0.1.0 |
| 1929 | 2024-12-21T04:28:28.664Z | Checking iana-time-zone v0.1.61 |
| 1930 | 2024-12-21T04:28:28.815Z | Checking base64 v0.22.1 |
| 1931 | 2024-12-21T04:28:28.873Z | Checking foreign-types-shared v0.1.1 |
| 1932 | 2024-12-21T04:28:28.922Z | Checking tower-service v0.3.3 |
| 1933 | 2024-12-21T04:28:28.936Z | Checking adler2 v2.0.0 |
| 1934 | 2024-12-21T04:28:29.041Z | Checking plain v0.2.3 |
| 1935 | 2024-12-21T04:28:29.078Z | Checking ucd-trie v0.1.7 |
| 1936 | 2024-12-21T04:28:29.090Z | Checking miniz_oxide v0.8.0 |
| 1937 | 2024-12-21T04:28:29.175Z | Checking goblin v0.8.2 |
| 1938 | 2024-12-21T04:28:29.264Z | Checking pest v2.7.14 |
| 1939 | 2024-12-21T04:28:29.285Z | Checking quote v1.0.37 |
| 1940 | 2024-12-21T04:28:29.614Z | Checking foreign-types v0.3.2 |
| 1941 | 2024-12-21T04:28:29.697Z | Checking chrono v0.4.38 |
| 1942 | 2024-12-21T04:28:29.731Z | Checking icu_normalizer v1.5.0 |
| 1943 | 2024-12-21T04:28:29.774Z | Checking hostname v0.3.1 |
| 1944 | 2024-12-21T04:28:29.900Z | Checking openssl-sys v0.9.103 |
| 1945 | 2024-12-21T04:28:30.255Z | Checking rustls-webpki v0.102.8 |
| 1946 | 2024-12-21T04:28:30.475Z | Checking idna_adapter v1.2.0 |
| 1947 | 2024-12-21T04:28:30.575Z | Checking dirs-sys-next v0.1.2 |
| 1948 | 2024-12-21T04:28:30.658Z | Checking idna v1.0.3 |
| 1949 | 2024-12-21T04:28:30.754Z | Checking errno v0.3.9 |
| 1950 | 2024-12-21T04:28:30.930Z | Checking aho-corasick v1.1.3 |
| 1951 | 2024-12-21T04:28:31.075Z | Checking regex-syntax v0.8.5 |
| 1952 | 2024-12-21T04:28:31.110Z | Checking pretty-hex v0.4.1 |
| 1953 | 2024-12-21T04:28:31.130Z | Checking url v2.5.3 |
| 1954 | 2024-12-21T04:28:31.291Z | Checking data-encoding v2.6.0 |
| 1955 | 2024-12-21T04:28:31.692Z | Checking siphasher v0.3.11 |
| 1956 | 2024-12-21T04:28:31.732Z | Compiling newtype-uuid v1.1.3 |
| 1957 | 2024-12-21T04:28:31.815Z | Checking tokio-util v0.7.12 |
| 1958 | 2024-12-21T04:28:31.917Z | Checking dtrace-parser v0.2.0 |
| 1959 | 2024-12-21T04:28:31.934Z | Checking openssl v0.10.66 |
| 1960 | 2024-12-21T04:28:31.994Z | Checking rustix v0.38.37 |
| 1961 | 2024-12-21T04:28:32.014Z | Checking dirs-next v2.0.0 |
| 1962 | 2024-12-21T04:28:32.140Z | Checking syn v2.0.87 |
| 1963 | 2024-12-21T04:28:32.396Z | Checking http-body-util v0.1.2 |
| 1964 | 2024-12-21T04:28:32.568Z | Checking crossbeam-epoch v0.9.18 |
| 1965 | 2024-12-21T04:28:32.703Z | Checking h2 v0.4.6 |
| 1966 | 2024-12-21T04:28:32.861Z | Checking signature v2.2.0 |
| 1967 | 2024-12-21T04:28:33.008Z | Checking sha1 v0.10.6 |
| 1968 | 2024-12-21T04:28:33.078Z | Checking lazy_static v1.5.0 |
| 1969 | 2024-12-21T04:28:33.214Z | Checking thread-id v4.2.2 |
| 1970 | 2024-12-21T04:28:33.325Z | Checking thread_local v1.1.8 |
| 1971 | 2024-12-21T04:28:33.366Z | Checking encoding_rs v0.8.34 |
| 1972 | 2024-12-21T04:28:33.651Z | Checking either v1.13.0 |
| 1973 | 2024-12-21T04:28:33.925Z | Checking unicode-properties v0.1.3 |
| 1974 | 2024-12-21T04:28:34.057Z | Checking dof v0.3.0 |
| 1975 | 2024-12-21T04:28:34.261Z | Checking ipnet v2.10.1 |
| 1976 | 2024-12-21T04:28:34.334Z | Checking regex-automata v0.4.8 |
| 1977 | 2024-12-21T04:28:34.658Z | Checking utf8parse v0.2.2 |
| 1978 | 2024-12-21T04:28:34.718Z | Checking anstyle v1.0.10 |
| 1979 | 2024-12-21T04:28:34.808Z | Checking mime v0.3.17 |
| 1980 | 2024-12-21T04:28:35.079Z | Checking openssl-probe v0.1.5 |
| 1981 | 2024-12-21T04:28:35.120Z | Checking winnow v0.6.20 |
| 1982 | 2024-12-21T04:28:35.228Z | Checking gimli v0.31.1 |
| 1983 | 2024-12-21T04:28:35.476Z | Checking anstyle-parse v0.2.5 |
| 1984 | 2024-12-21T04:28:35.496Z | Checking stringprep v0.1.5 |
| 1985 | 2024-12-21T04:28:35.749Z | Checking crossbeam-deque v0.8.5 |
| 1986 | 2024-12-21T04:28:35.770Z | Checking term v0.7.0 |
| 1987 | 2024-12-21T04:28:36.069Z | Checking rustls v0.22.4 |
| 1988 | 2024-12-21T04:28:36.191Z | Checking rustls v0.23.19 |
| 1989 | 2024-12-21T04:28:37.345Z | Checking native-tls v0.2.12 |
| 1990 | 2024-12-21T04:28:37.660Z | Checking slog-json v2.6.1 |
| 1991 | 2024-12-21T04:28:37.903Z | Checking serde_urlencoded v0.7.1 |
| 1992 | 2024-12-21T04:28:38.036Z | Checking toml_edit v0.22.22 |
| 1993 | 2024-12-21T04:28:38.307Z | Checking crossbeam-channel v0.5.13 |
| 1994 | 2024-12-21T04:28:38.490Z | Checking usdt-impl v0.5.0 |
| 1995 | 2024-12-21T04:28:38.737Z | Checking hyper v1.5.0 |
| 1996 | 2024-12-21T04:28:38.985Z | Checking futures-executor v0.3.31 |
| 1997 | 2024-12-21T04:28:39.021Z | Checking rustls-pemfile v2.2.0 |
| 1998 | 2024-12-21T04:28:39.047Z | Checking num-integer v0.1.46 |
| 1999 | 2024-12-21T04:28:39.169Z | Checking addr2line v0.24.2 |
| 2000 | 2024-12-21T04:28:39.204Z | Checking idna v0.3.0 |
| 2001 | 2024-12-21T04:28:39.218Z | Checking idna v0.4.0 |
| 2002 | 2024-12-21T04:28:39.531Z | Checking md-5 v0.10.6 |
| 2003 | 2024-12-21T04:28:39.676Z | Checking ff v0.13.0 |
| 2004 | 2024-12-21T04:28:39.701Z | Checking hash32 v0.2.1 |
| 2005 | 2024-12-21T04:28:39.730Z | Checking is-terminal v0.4.13 |
| 2006 | 2024-12-21T04:28:39.849Z | Checking memmap v0.7.0 |
| 2007 | 2024-12-21T04:28:39.877Z | Checking object v0.36.5 |
| 2008 | 2024-12-21T04:28:39.998Z | Checking colorchoice v1.0.2 |
| 2009 | 2024-12-21T04:28:40.031Z | Checking is_terminal_polyfill v1.70.1 |
| 2010 | 2024-12-21T04:28:40.045Z | Checking anstyle-query v1.1.1 |
| 2011 | 2024-12-21T04:28:40.047Z | Checking base16ct v0.2.0 |
| 2012 | 2024-12-21T04:28:40.139Z | Checking take_mut v0.2.2 |
| 2013 | 2024-12-21T04:28:40.149Z | Checking dyn-clone v1.0.17 |
| 2014 | 2024-12-21T04:28:40.184Z | Checking fallible-iterator v0.2.0 |
| 2015 | 2024-12-21T04:28:40.228Z | Checking linked-hash-map v0.5.6 |
| 2016 | 2024-12-21T04:28:40.295Z | Checking utf-8 v0.7.6 |
| 2017 | 2024-12-21T04:28:40.379Z | Checking rustc-demangle v0.1.24 |
| 2018 | 2024-12-21T04:28:40.491Z | Checking psl-types v2.0.11 |
| 2019 | 2024-12-21T04:28:40.542Z | Checking quick-error v1.2.3 |
| 2020 | 2024-12-21T04:28:40.563Z | Checking lru-cache v0.1.2 |
| 2021 | 2024-12-21T04:28:40.658Z | Checking publicsuffix v2.2.3 |
| 2022 | 2024-12-21T04:28:40.675Z | Checking resolv-conf v0.7.0 |
| 2023 | 2024-12-21T04:28:40.687Z | Checking toml v0.8.19 |
| 2024 | 2024-12-21T04:28:40.753Z | Checking tungstenite v0.24.0 |
| 2025 | 2024-12-21T04:28:40.772Z | Checking hyper-util v0.1.10 |
| 2026 | 2024-12-21T04:28:40.793Z | Checking postgres-protocol v0.6.7 |
| 2027 | 2024-12-21T04:28:40.903Z | Checking schemars v0.8.21 |
| 2028 | 2024-12-21T04:28:41.034Z | Checking slog-async v2.8.0 |
| 2029 | 2024-12-21T04:28:41.283Z | Checking sec1 v0.7.3 |
| 2030 | 2024-12-21T04:28:41.389Z | Checking anstream v0.6.15 |
| 2031 | 2024-12-21T04:28:41.407Z | Checking hickory-proto v0.24.1 |
| 2032 | 2024-12-21T04:28:41.613Z | Checking tokio-rustls v0.26.0 |
| 2033 | 2024-12-21T04:28:41.631Z | Checking usdt v0.5.0 |
| 2034 | 2024-12-21T04:28:41.654Z | Checking heapless v0.7.17 |
| 2035 | 2024-12-21T04:28:41.746Z | Checking group v0.13.0 |
| 2036 | 2024-12-21T04:28:41.872Z | Checking slog-term v2.9.1 |
| 2037 | 2024-12-21T04:28:41.997Z | Checking tokio-rustls v0.25.0 |
| 2038 | 2024-12-21T04:28:42.014Z | Checking num-iter v0.1.45 |
| 2039 | 2024-12-21T04:28:42.186Z | Checking futures v0.3.31 |
| 2040 | 2024-12-21T04:28:42.295Z | Checking slog-bunyan v2.5.0 |
| 2041 | 2024-12-21T04:28:42.352Z | Checking tokio-native-tls v0.3.1 |
| 2042 | 2024-12-21T04:28:42.400Z | Checking rayon-core v1.12.1 |
| 2043 | 2024-12-21T04:28:42.430Z | Checking multer v3.1.0 |
| 2044 | 2024-12-21T04:28:42.466Z | Checking terminal_size v0.4.0 |
| 2045 | 2024-12-21T04:28:42.629Z | Checking phf_shared v0.11.2 |
| 2046 | 2024-12-21T04:28:42.658Z | Checking cookie v0.18.1 |
| 2047 | 2024-12-21T04:28:42.690Z | Checking async-stream v0.3.6 |
| 2048 | 2024-12-21T04:28:42.811Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2049 | 2024-12-21T04:28:42.843Z | Checking signal-hook v0.3.17 |
| 2050 | 2024-12-21T04:28:43.191Z | Checking camino v1.1.9 |
| 2051 | 2024-12-21T04:28:43.226Z | Checking waitgroup v0.1.2 |
| 2052 | 2024-12-21T04:28:43.226Z | Checking openapiv3 v2.0.0 |
| 2053 | 2024-12-21T04:28:43.226Z | Checking webpki-roots v0.26.6 |
| 2054 | 2024-12-21T04:28:43.226Z | Checking serde_path_to_error v0.1.16 |
| 2055 | 2024-12-21T04:28:43.226Z | Checking idna v0.5.0 |
| 2056 | 2024-12-21T04:28:43.226Z | Checking hkdf v0.12.4 |
| 2057 | 2024-12-21T04:28:43.246Z | Checking crypto-bigint v0.5.5 |
| 2058 | 2024-12-21T04:28:43.368Z | Checking hostname v0.4.0 |
| 2059 | 2024-12-21T04:28:43.401Z | Checking crc32fast v1.4.2 |
| 2060 | 2024-12-21T04:28:43.491Z | Checking clap_lex v0.7.2 |
| 2061 | 2024-12-21T04:28:43.621Z | Checking debug-ignore v1.0.5 |
| 2062 | 2024-12-21T04:28:43.662Z | Checking strsim v0.11.1 |
| 2063 | 2024-12-21T04:28:43.721Z | Checking unicode-width v0.1.14 |
| 2064 | 2024-12-21T04:28:43.755Z | Checking managed v0.8.0 |
| 2065 | 2024-12-21T04:28:43.940Z | Checking bitflags v1.3.2 |
| 2066 | 2024-12-21T04:28:43.970Z | Checking winnow v0.5.40 |
| 2067 | 2024-12-21T04:28:44.038Z | Checking cookie_store v0.21.0 |
| 2068 | 2024-12-21T04:28:44.105Z | Checking smoltcp v0.9.1 |
| 2069 | 2024-12-21T04:28:44.191Z | Checking console v0.15.8 |
| 2070 | 2024-12-21T04:28:44.721Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2071 | 2024-12-21T04:28:44.789Z | Checking clap_builder v4.5.21 |
| 2072 | 2024-12-21T04:28:44.985Z | Checking flate2 v1.0.35 |
| 2073 | 2024-12-21T04:28:45.621Z | Checking hyper-rustls v0.27.3 |
| 2074 | 2024-12-21T04:28:45.638Z | Checking signal-hook-mio v0.2.4 |
| 2075 | 2024-12-21T04:28:45.767Z | Checking rayon v1.10.0 |
| 2076 | 2024-12-21T04:28:45.950Z | Checking bzip2 v0.4.4 |
| 2077 | 2024-12-21T04:28:46.049Z | Checking hickory-resolver v0.24.1 |
| 2078 | 2024-12-21T04:28:46.137Z | Checking elliptic-curve v0.13.8 |
| 2079 | 2024-12-21T04:28:46.140Z | Checking backtrace v0.3.74 |
| 2080 | 2024-12-21T04:28:46.213Z | Checking phf v0.11.2 |
| 2081 | 2024-12-21T04:28:46.266Z | Checking dropshot v0.12.0 |
| 2082 | 2024-12-21T04:28:46.466Z | Checking hyper-tls v0.6.0 |
| 2083 | 2024-12-21T04:28:46.706Z | Checking anyhow v1.0.93 |
| 2084 | 2024-12-21T04:28:46.746Z | Checking num-bigint-dig v0.8.4 |
| 2085 | 2024-12-21T04:28:46.762Z | Checking tokio-tungstenite v0.24.0 |
| 2086 | 2024-12-21T04:28:46.937Z | Checking toml_edit v0.19.15 |
| 2087 | 2024-12-21T04:28:47.060Z | Checking postgres-types v0.2.8 |
| 2088 | 2024-12-21T04:28:47.214Z | Checking bstr v1.10.0 |
| 2089 | 2024-12-21T04:28:47.642Z | Checking regex v1.11.1 |
| 2090 | 2024-12-21T04:28:47.807Z | Checking ed25519 v2.2.3 |
| 2091 | 2024-12-21T04:28:47.830Z | Checking tokio-stream v0.1.16 |
| 2092 | 2024-12-21T04:28:48.114Z | Checking phf_shared v0.10.0 |
| 2093 | 2024-12-21T04:28:48.133Z | Checking curve25519-dalek v4.1.3 |
| 2094 | 2024-12-21T04:28:48.270Z | Checking zerocopy v0.6.6 |
| 2095 | 2024-12-21T04:28:48.402Z | Checking pkcs1 v0.7.5 |
| 2096 | 2024-12-21T04:28:48.665Z | Checking hubpack v0.1.2 |
| 2097 | 2024-12-21T04:28:48.793Z | Checking portable-atomic v1.9.0 |
| 2098 | 2024-12-21T04:28:48.912Z | Checking float-cmp v0.9.0 |
| 2099 | 2024-12-21T04:28:48.982Z | Checking serde-big-array v0.5.1 |
| 2100 | 2024-12-21T04:28:49.032Z | Checking rfc6979 v0.4.0 |
| 2101 | 2024-12-21T04:28:49.096Z | Checking sync_wrapper v1.0.1 |
| 2102 | 2024-12-21T04:28:49.188Z | Checking number_prefix v0.4.0 |
| 2103 | 2024-12-21T04:28:49.204Z | Checking bit-vec v0.6.3 |
| 2104 | 2024-12-21T04:28:49.243Z | Checking whoami v1.5.2 |
| 2105 | 2024-12-21T04:28:49.365Z | Checking precomputed-hash v0.1.1 |
| 2106 | 2024-12-21T04:28:49.405Z | Checking static_assertions v1.1.0 |
| 2107 | 2024-12-21T04:28:49.476Z | Checking fixedbitset v0.4.2 |
| 2108 | 2024-12-21T04:28:49.496Z | Checking unicode-width v0.2.0 |
| 2109 | 2024-12-21T04:28:49.512Z | Checking new_debug_unreachable v1.0.6 |
| 2110 | 2024-12-21T04:28:49.536Z | Checking normalize-line-endings v0.3.0 |
| 2111 | 2024-12-21T04:28:49.597Z | Checking difflib v0.4.0 |
| 2112 | 2024-12-21T04:28:49.617Z | Checking minimal-lexical v0.2.1 |
| 2113 | 2024-12-21T04:28:49.650Z | Checking predicates-core v1.0.8 |
| 2114 | 2024-12-21T04:28:49.730Z | Checking unicode-segmentation v1.12.0 |
| 2115 | 2024-12-21T04:28:49.785Z | Checking petgraph v0.6.5 |
| 2116 | 2024-12-21T04:28:49.827Z | Checking string_cache v0.8.7 |
| 2117 | 2024-12-21T04:28:49.877Z | Checking qorb v0.2.1 |
| 2118 | 2024-12-21T04:28:49.894Z | Checking predicates v3.1.2 |
| 2119 | 2024-12-21T04:28:49.927Z | Checking ed25519-dalek v2.1.1 |
| 2120 | 2024-12-21T04:28:49.958Z | Checking indicatif v0.17.9 |
| 2121 | 2024-12-21T04:28:49.977Z | Checking nom v7.1.3 |
| 2122 | 2024-12-21T04:28:50.084Z | Checking tokio-postgres v0.7.12 |
| 2123 | 2024-12-21T04:28:50.330Z | Checking bit-set v0.5.3 |
| 2124 | 2024-12-21T04:28:50.388Z | Checking similar v2.6.0 |
| 2125 | 2024-12-21T04:28:50.549Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2126 | 2024-12-21T04:28:50.572Z | Checking toml v0.7.8 |
| 2127 | 2024-12-21T04:28:50.710Z | Checking reqwest v0.12.9 |
| 2128 | 2024-12-21T04:28:51.196Z | Checking ecdsa v0.16.9 |
| 2129 | 2024-12-21T04:28:51.289Z | Checking rsa v0.9.6 |
| 2130 | 2024-12-21T04:28:51.893Z | Checking clap v4.5.21 |
| 2131 | 2024-12-21T04:28:52.014Z | Checking zip v0.6.6 |
| 2132 | 2024-12-21T04:28:52.279Z | Checking crossterm v0.28.1 |
| 2133 | 2024-12-21T04:28:52.399Z | Checking itertools v0.12.1 |
| 2134 | 2024-12-21T04:28:52.563Z | Checking itertools v0.10.5 |
| 2135 | 2024-12-21T04:28:52.840Z | Checking fs-err v2.11.0 |
| 2136 | 2024-12-21T04:28:52.927Z | Checking ahash v0.8.11 |
| 2137 | 2024-12-21T04:28:53.127Z | Checking x509-cert v0.2.5 |
| 2138 | 2024-12-21T04:28:53.163Z | Checking semver v1.0.23 |
| 2139 | 2024-12-21T04:28:53.394Z | Checking hex v0.4.3 |
| 2140 | 2024-12-21T04:28:53.496Z | Checking lalrpop-util v0.19.12 |
| 2141 | 2024-12-21T04:28:53.579Z | Checking peg-runtime v0.8.3 |
| 2142 | 2024-12-21T04:28:53.785Z | Checking sigpipe v0.1.3 |
| 2143 | 2024-12-21T04:28:55.305Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2144 | 2024-12-21T04:28:55.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s |
| 2145 | 2024-12-21T04:28:55.768Z | |
| 2146 | 2024-12-21T04:28:55.768Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
| 2147 | 2024-12-21T04:28:56.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2024-12-21T04:28:56.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2024-12-21T04:28:56.415Z | Compiling hashbrown v0.14.5 |
| 2150 | 2024-12-21T04:28:56.536Z | Checking heck v0.5.0 |
| 2151 | 2024-12-21T04:28:56.547Z | Compiling unsafe-libyaml v0.2.11 |
| 2152 | 2024-12-21T04:28:56.560Z | Checking ipnetwork v0.20.0 |
| 2153 | 2024-12-21T04:28:56.573Z | Compiling ident_case v1.0.1 |
| 2154 | 2024-12-21T04:28:56.588Z | Checking progenitor-client v0.8.0 |
| 2155 | 2024-12-21T04:28:56.604Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2156 | 2024-12-21T04:28:56.679Z | Checking newtype-uuid v1.1.3 |
| 2157 | 2024-12-21T04:28:56.744Z | Compiling darling_core v0.20.10 |
| 2158 | 2024-12-21T04:28:56.911Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2159 | 2024-12-21T04:28:56.913Z | Compiling proc-macro-crate v1.3.1 |
| 2160 | 2024-12-21T04:28:56.918Z | Compiling structmeta-derive v0.3.0 |
| 2161 | 2024-12-21T04:28:56.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2162 | 2024-12-21T04:28:57.296Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
| 2163 | 2024-12-21T04:28:57.304Z | Compiling lzma-sys v0.1.20 |
| 2164 | 2024-12-21T04:28:57.593Z | Checking regress v0.10.1 |
| 2165 | 2024-12-21T04:28:58.060Z | Compiling serde_yaml v0.9.34+deprecated |
| 2166 | 2024-12-21T04:28:58.391Z | Compiling num_enum_derive v0.5.11 |
| 2167 | 2024-12-21T04:28:58.479Z | Compiling foreign-types-macros v0.2.3 |
| 2168 | 2024-12-21T04:28:58.503Z | Compiling dropshot v0.13.0 |
| 2169 | 2024-12-21T04:28:58.780Z | Checking foreign-types-shared v0.3.1 |
| 2170 | 2024-12-21T04:28:58.898Z | Checking arc-swap v1.7.1 |
| 2171 | 2024-12-21T04:28:59.323Z | Checking slog-scope v4.4.0 |
| 2172 | 2024-12-21T04:28:59.573Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
| 2173 | 2024-12-21T04:28:59.759Z | Checking foreign-types v0.5.0 |
| 2174 | 2024-12-21T04:28:59.893Z | Compiling structmeta v0.3.0 |
| 2175 | 2024-12-21T04:29:00.050Z | Compiling proc-macro-error v1.0.4 |
| 2176 | 2024-12-21T04:29:00.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2177 | 2024-12-21T04:29:00.328Z | Compiling parse-display-derive v0.10.0 |
| 2178 | 2024-12-21T04:29:00.447Z | Checking tungstenite v0.21.0 |
| 2179 | 2024-12-21T04:29:00.737Z | Compiling heck v0.3.3 |
| 2180 | 2024-12-21T04:29:00.888Z | Checking num_enum v0.5.11 |
| 2181 | 2024-12-21T04:29:01.024Z | Checking typify-impl v0.2.0 |
| 2182 | 2024-12-21T04:29:01.040Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2183 | 2024-12-21T04:29:01.156Z | Compiling dropshot_endpoint v0.13.0 |
| 2184 | 2024-12-21T04:29:01.854Z | Checking cstr-argument v0.1.2 |
| 2185 | 2024-12-21T04:29:02.035Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2186 | 2024-12-21T04:29:02.197Z | Checking instant v0.1.13 |
| 2187 | 2024-12-21T04:29:02.312Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2188 | 2024-12-21T04:29:02.632Z | Checking base64 v0.21.7 |
| 2189 | 2024-12-21T04:29:02.783Z | Checking fastrand v2.1.1 |
| 2190 | 2024-12-21T04:29:02.845Z | Checking pretty-hex v0.2.1 |
| 2191 | 2024-12-21T04:29:03.015Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2192 | 2024-12-21T04:29:03.110Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2193 | 2024-12-21T04:29:03.125Z | Checking tempfile v3.13.0 |
| 2194 | 2024-12-21T04:29:03.302Z | Checking backoff v0.4.0 |
| 2195 | 2024-12-21T04:29:03.345Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2196 | 2024-12-21T04:29:03.503Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2197 | 2024-12-21T04:29:03.505Z | Checking tokio-tungstenite v0.21.0 |
| 2198 | 2024-12-21T04:29:03.534Z | Compiling darling_macro v0.20.10 |
| 2199 | 2024-12-21T04:29:03.579Z | Compiling zone_cfg_derive v0.1.2 |
| 2200 | 2024-12-21T04:29:03.655Z | Checking strum v0.26.3 |
| 2201 | 2024-12-21T04:29:03.668Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2202 | 2024-12-21T04:29:03.809Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2203 | 2024-12-21T04:29:04.111Z | Checking slog-stdlog v4.1.1 |
| 2204 | 2024-12-21T04:29:04.177Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2205 | 2024-12-21T04:29:04.270Z | Checking regress v0.9.1 |
| 2206 | 2024-12-21T04:29:04.326Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2207 | 2024-12-21T04:29:04.390Z | Checking colored v2.1.0 |
| 2208 | 2024-12-21T04:29:04.456Z | Compiling darling v0.20.10 |
| 2209 | 2024-12-21T04:29:04.568Z | Compiling serde_with_macros v3.11.0 |
| 2210 | 2024-12-21T04:29:04.590Z | Checking macaddr v1.0.1 |
| 2211 | 2024-12-21T04:29:04.678Z | Checking base64 v0.13.1 |
| 2212 | 2024-12-21T04:29:04.952Z | Checking parse-display v0.10.0 |
| 2213 | 2024-12-21T04:29:05.040Z | Checking ron v0.7.1 |
| 2214 | 2024-12-21T04:29:05.067Z | Checking zone v0.1.8 |
| 2215 | 2024-12-21T04:29:05.173Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2216 | 2024-12-21T04:29:05.601Z | Checking slog-envlogger v2.2.0 |
| 2217 | 2024-12-21T04:29:05.734Z | Checking xz2 v0.1.7 |
| 2218 | 2024-12-21T04:29:05.827Z | Checking tabwriter v1.4.0 |
| 2219 | 2024-12-21T04:29:06.036Z | Checking xattr v1.3.1 |
| 2220 | 2024-12-21T04:29:06.060Z | Checking pem v3.0.4 |
| 2221 | 2024-12-21T04:29:06.175Z | Checking yasna v0.5.2 |
| 2222 | 2024-12-21T04:29:06.228Z | Checking headers-core v0.3.0 |
| 2223 | 2024-12-21T04:29:06.308Z | Checking smf v0.2.3 |
| 2224 | 2024-12-21T04:29:06.363Z | Checking filetime v0.2.25 |
| 2225 | 2024-12-21T04:29:06.563Z | Checking same-file v1.0.6 |
| 2226 | 2024-12-21T04:29:06.734Z | Checking walkdir v2.5.0 |
| 2227 | 2024-12-21T04:29:06.762Z | Checking tar v0.4.42 |
| 2228 | 2024-12-21T04:29:06.814Z | Checking headers v0.4.0 |
| 2229 | 2024-12-21T04:29:07.003Z | Checking atomicwrites v0.4.4 |
| 2230 | 2024-12-21T04:29:07.031Z | Checking rcgen v0.12.1 |
| 2231 | 2024-12-21T04:29:07.202Z | Checking camino-tempfile v1.1.1 |
| 2232 | 2024-12-21T04:29:07.431Z | Checking serde_with v3.11.0 |
| 2233 | 2024-12-21T04:29:07.548Z | Checking subprocess v0.2.9 |
| 2234 | 2024-12-21T04:29:11.665Z | Compiling typify-macro v0.2.0 |
| 2235 | 2024-12-21T04:29:13.544Z | Compiling typify v0.2.0 |
| 2236 | 2024-12-21T04:29:13.612Z | Compiling progenitor-impl v0.8.0 |
| 2237 | 2024-12-21T04:29:16.761Z | Compiling progenitor-macro v0.8.0 |
| 2238 | 2024-12-21T04:29:21.546Z | Checking progenitor v0.8.0 |
| 2239 | 2024-12-21T04:29:21.720Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2240 | 2024-12-21T04:29:21.781Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2241 | 2024-12-21T04:29:24.393Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2242 | 2024-12-21T04:29:24.669Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2243 | 2024-12-21T04:29:31.142Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2244 | 2024-12-21T04:29:32.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2245 | 2024-12-21T04:29:33.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s |
| 2246 | 2024-12-21T04:29:34.163Z | |
| 2247 | 2024-12-21T04:29:34.163Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
| 2248 | 2024-12-21T04:29:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2024-12-21T04:29:34.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2024-12-21T04:29:34.808Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2251 | 2024-12-21T04:29:36.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 2252 | 2024-12-21T04:29:36.408Z | |
| 2253 | 2024-12-21T04:29:36.408Z | info: running `cargo check --bins` on nexus-config (31/176) |
| 2254 | 2024-12-21T04:29:36.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2024-12-21T04:29:36.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2024-12-21T04:29:36.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2024-12-21T04:29:36.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2258 | 2024-12-21T04:29:37.025Z | |
| 2259 | 2024-12-21T04:29:37.025Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
| 2260 | 2024-12-21T04:29:37.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2024-12-21T04:29:37.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2024-12-21T04:29:37.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2024-12-21T04:29:37.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2264 | 2024-12-21T04:29:37.627Z | |
| 2265 | 2024-12-21T04:29:37.627Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
| 2266 | 2024-12-21T04:29:38.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2024-12-21T04:29:38.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2024-12-21T04:29:38.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2024-12-21T04:29:38.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2270 | 2024-12-21T04:29:38.247Z | |
| 2271 | 2024-12-21T04:29:38.247Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
| 2272 | 2024-12-21T04:29:38.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2024-12-21T04:29:38.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2024-12-21T04:29:38.930Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2275 | 2024-12-21T04:29:39.039Z | Compiling ipnetwork v0.20.0 |
| 2276 | 2024-12-21T04:29:39.042Z | Compiling zerocopy v0.8.10 |
| 2277 | 2024-12-21T04:29:39.042Z | Compiling progenitor-client v0.8.0 |
| 2278 | 2024-12-21T04:29:39.042Z | Compiling itertools v0.13.0 |
| 2279 | 2024-12-21T04:29:39.042Z | Compiling zerocopy-derive v0.8.10 |
| 2280 | 2024-12-21T04:29:39.042Z | Compiling heapless v0.8.0 |
| 2281 | 2024-12-21T04:29:39.051Z | Checking hash32 v0.3.1 |
| 2282 | 2024-12-21T04:29:39.215Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2283 | 2024-12-21T04:29:39.341Z | Compiling instant v0.1.13 |
| 2284 | 2024-12-21T04:29:39.482Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2285 | 2024-12-21T04:29:39.498Z | Compiling progenitor v0.8.0 |
| 2286 | 2024-12-21T04:29:39.742Z | Compiling smoltcp v0.11.0 |
| 2287 | 2024-12-21T04:29:39.852Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
| 2288 | 2024-12-21T04:29:39.958Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2289 | 2024-12-21T04:29:40.005Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2290 | 2024-12-21T04:29:40.210Z | Compiling backoff v0.4.0 |
| 2291 | 2024-12-21T04:29:40.431Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2292 | 2024-12-21T04:29:40.557Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2293 | 2024-12-21T04:29:40.608Z | Compiling dropshot v0.13.0 |
| 2294 | 2024-12-21T04:29:40.881Z | Compiling serde_with v3.11.0 |
| 2295 | 2024-12-21T04:29:40.893Z | Compiling parse-display v0.10.0 |
| 2296 | 2024-12-21T04:29:40.998Z | Checking num-rational v0.4.2 |
| 2297 | 2024-12-21T04:29:41.623Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2298 | 2024-12-21T04:29:41.788Z | Compiling regress v0.9.1 |
| 2299 | 2024-12-21T04:29:42.179Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2300 | 2024-12-21T04:29:43.469Z | Compiling phf_generator v0.11.2 |
| 2301 | 2024-12-21T04:29:43.652Z | Checking num-complex v0.4.6 |
| 2302 | 2024-12-21T04:29:44.834Z | Compiling macaddr v1.0.1 |
| 2303 | 2024-12-21T04:29:45.030Z | Checking cobs v0.2.3 |
| 2304 | 2024-12-21T04:29:45.223Z | Checking postcard v1.0.10 |
| 2305 | 2024-12-21T04:29:45.260Z | Checking num v0.4.3 |
| 2306 | 2024-12-21T04:29:45.364Z | Compiling phf_codegen v0.11.2 |
| 2307 | 2024-12-21T04:29:45.809Z | Compiling parse-zoneinfo v0.3.1 |
| 2308 | 2024-12-21T04:29:47.000Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2309 | 2024-12-21T04:29:47.293Z | Checking float-ord v0.3.2 |
| 2310 | 2024-12-21T04:29:47.645Z | Compiling convert_case v0.4.0 |
| 2311 | 2024-12-21T04:29:47.849Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2312 | 2024-12-21T04:29:48.072Z | Compiling chrono-tz-build v0.4.0 |
| 2313 | 2024-12-21T04:29:48.127Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2314 | 2024-12-21T04:29:48.648Z | Compiling derive_more v0.99.18 |
| 2315 | 2024-12-21T04:29:48.743Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2316 | 2024-12-21T04:29:49.002Z | Compiling thiserror v2.0.3 |
| 2317 | 2024-12-21T04:29:49.025Z | Compiling crucible-workspace-hack v0.1.0 |
| 2318 | 2024-12-21T04:29:49.331Z | Checking newline-converter v0.3.0 |
| 2319 | 2024-12-21T04:29:49.346Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2320 | 2024-12-21T04:29:49.506Z | Compiling chrono-tz v0.10.0 |
| 2321 | 2024-12-21T04:29:49.946Z | Checking prettyplease v0.2.25 |
| 2322 | 2024-12-21T04:29:50.057Z | Compiling thiserror-impl v2.0.3 |
| 2323 | 2024-12-21T04:29:50.088Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2324 | 2024-12-21T04:29:50.137Z | Compiling slog-dtrace v0.3.0 |
| 2325 | 2024-12-21T04:29:50.415Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2326 | 2024-12-21T04:29:50.787Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2327 | 2024-12-21T04:29:51.882Z | Checking expectorate v1.1.0 |
| 2328 | 2024-12-21T04:29:52.052Z | Compiling zone_cfg_derive v0.3.0 |
| 2329 | 2024-12-21T04:29:52.176Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2330 | 2024-12-21T04:29:52.430Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2331 | 2024-12-21T04:29:52.881Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2332 | 2024-12-21T04:29:53.252Z | Compiling const_format_proc_macros v0.2.33 |
| 2333 | 2024-12-21T04:29:53.400Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2334 | 2024-12-21T04:29:53.636Z | Compiling num-derive v0.4.2 |
| 2335 | 2024-12-21T04:29:53.823Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2336 | 2024-12-21T04:29:53.874Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2337 | 2024-12-21T04:29:54.087Z | Checking highway v1.2.0 |
| 2338 | 2024-12-21T04:29:54.247Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2339 | 2024-12-21T04:29:54.504Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2340 | 2024-12-21T04:29:54.582Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2341 | 2024-12-21T04:29:54.825Z | Checking zone v0.3.0 |
| 2342 | 2024-12-21T04:29:55.277Z | Checking const_format v0.2.33 |
| 2343 | 2024-12-21T04:29:55.315Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2344 | 2024-12-21T04:29:55.632Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2345 | 2024-12-21T04:29:55.725Z | Checking gethostname v0.5.0 |
| 2346 | 2024-12-21T04:29:55.845Z | Checking bcs v0.1.6 |
| 2347 | 2024-12-21T04:29:55.886Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2348 | 2024-12-21T04:29:55.938Z | Compiling async-recursion v1.1.1 |
| 2349 | 2024-12-21T04:29:56.338Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2350 | 2024-12-21T04:29:56.341Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2351 | 2024-12-21T04:29:58.754Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2352 | 2024-12-21T04:30:02.739Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2353 | 2024-12-21T04:30:06.073Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2354 | 2024-12-21T04:30:08.673Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2355 | 2024-12-21T04:30:09.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s |
| 2356 | 2024-12-21T04:30:10.068Z | |
| 2357 | 2024-12-21T04:30:10.068Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
| 2358 | 2024-12-21T04:30:10.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2359 | 2024-12-21T04:30:10.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2360 | 2024-12-21T04:30:10.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2361 | 2024-12-21T04:30:10.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2362 | 2024-12-21T04:30:10.691Z | |
| 2363 | 2024-12-21T04:30:10.691Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
| 2364 | 2024-12-21T04:30:11.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2365 | 2024-12-21T04:30:11.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2366 | 2024-12-21T04:30:11.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2367 | 2024-12-21T04:30:11.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2368 | 2024-12-21T04:30:11.311Z | |
| 2369 | 2024-12-21T04:30:11.311Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
| 2370 | 2024-12-21T04:30:11.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2024-12-21T04:30:11.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2024-12-21T04:30:11.951Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2373 | 2024-12-21T04:30:12.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2374 | 2024-12-21T04:30:12.764Z | |
| 2375 | 2024-12-21T04:30:12.764Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
| 2376 | 2024-12-21T04:30:13.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2377 | 2024-12-21T04:30:13.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2378 | 2024-12-21T04:30:13.414Z | Compiling cfg_aliases v0.1.1 |
| 2379 | 2024-12-21T04:30:13.414Z | Compiling vte_generate_state_changes v0.1.2 |
| 2380 | 2024-12-21T04:30:13.414Z | Checking fd-lock v4.0.2 |
| 2381 | 2024-12-21T04:30:13.417Z | Checking nibble_vec v0.1.0 |
| 2382 | 2024-12-21T04:30:13.417Z | Checking endian-type v0.1.2 |
| 2383 | 2024-12-21T04:30:13.417Z | Checking bytecount v0.6.8 |
| 2384 | 2024-12-21T04:30:13.517Z | Compiling tabled_derive v0.7.0 |
| 2385 | 2024-12-21T04:30:13.539Z | Compiling peg-macros v0.8.4 |
| 2386 | 2024-12-21T04:30:13.601Z | Compiling nix v0.28.0 |
| 2387 | 2024-12-21T04:30:13.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2388 | 2024-12-21T04:30:13.714Z | Compiling sqlparser_derive v0.2.2 |
| 2389 | 2024-12-21T04:30:13.730Z | Checking radix_trie v0.2.1 |
| 2390 | 2024-12-21T04:30:13.733Z | Checking papergrid v0.11.0 |
| 2391 | 2024-12-21T04:30:14.143Z | Checking vte v0.11.1 |
| 2392 | 2024-12-21T04:30:14.156Z | Checking unicode_categories v0.1.1 |
| 2393 | 2024-12-21T04:30:14.447Z | Checking home v0.5.9 |
| 2394 | 2024-12-21T04:30:14.583Z | Checking nu-ansi-term v0.50.1 |
| 2395 | 2024-12-21T04:30:14.775Z | Checking sqlparser v0.45.0 |
| 2396 | 2024-12-21T04:30:14.835Z | Checking sqlformat v0.2.6 |
| 2397 | 2024-12-21T04:30:14.962Z | Checking display-error-chain v0.2.2 |
| 2398 | 2024-12-21T04:30:15.470Z | Checking strip-ansi-escapes v0.2.0 |
| 2399 | 2024-12-21T04:30:15.612Z | Checking reedline v0.35.0 |
| 2400 | 2024-12-21T04:30:15.855Z | Checking tabled v0.15.0 |
| 2401 | 2024-12-21T04:30:16.515Z | Checking peg v0.8.4 |
| 2402 | 2024-12-21T04:30:16.856Z | Checking rustyline v14.0.0 |
| 2403 | 2024-12-21T04:30:25.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s |
| 2404 | 2024-12-21T04:30:25.478Z | |
| 2405 | 2024-12-21T04:30:25.478Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
| 2406 | 2024-12-21T04:30:26.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2407 | 2024-12-21T04:30:26.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2408 | 2024-12-21T04:30:26.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2409 | 2024-12-21T04:30:31.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 2410 | 2024-12-21T04:30:31.266Z | |
| 2411 | 2024-12-21T04:30:31.266Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
| 2412 | 2024-12-21T04:30:31.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2413 | 2024-12-21T04:30:31.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2414 | 2024-12-21T04:30:31.911Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2415 | 2024-12-21T04:30:35.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 2416 | 2024-12-21T04:30:35.786Z | |
| 2417 | 2024-12-21T04:30:35.786Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
| 2418 | 2024-12-21T04:30:36.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2419 | 2024-12-21T04:30:36.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2420 | 2024-12-21T04:30:36.433Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2421 | 2024-12-21T04:30:41.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 2422 | 2024-12-21T04:30:41.368Z | |
| 2423 | 2024-12-21T04:30:41.368Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
| 2424 | 2024-12-21T04:30:41.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2425 | 2024-12-21T04:30:41.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2426 | 2024-12-21T04:30:42.021Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2427 | 2024-12-21T04:30:46.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 2428 | 2024-12-21T04:30:46.941Z | |
| 2429 | 2024-12-21T04:30:46.941Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
| 2430 | 2024-12-21T04:30:47.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2431 | 2024-12-21T04:30:47.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2432 | 2024-12-21T04:30:47.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2433 | 2024-12-21T04:30:51.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
| 2434 | 2024-12-21T04:30:51.730Z | |
| 2435 | 2024-12-21T04:30:51.730Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
| 2436 | 2024-12-21T04:30:52.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2437 | 2024-12-21T04:30:52.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2438 | 2024-12-21T04:30:52.396Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2439 | 2024-12-21T04:30:56.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
| 2440 | 2024-12-21T04:30:56.539Z | |
| 2441 | 2024-12-21T04:30:56.539Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
| 2442 | 2024-12-21T04:30:57.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2443 | 2024-12-21T04:30:57.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2444 | 2024-12-21T04:30:57.189Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2445 | 2024-12-21T04:31:02.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
| 2446 | 2024-12-21T04:31:02.258Z | |
| 2447 | 2024-12-21T04:31:02.259Z | info: running `cargo check --bins` on oximeter (46/176) |
| 2448 | 2024-12-21T04:31:02.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2449 | 2024-12-21T04:31:02.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2450 | 2024-12-21T04:31:02.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2451 | 2024-12-21T04:31:02.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2452 | 2024-12-21T04:31:02.883Z | |
| 2453 | 2024-12-21T04:31:02.883Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
| 2454 | 2024-12-21T04:31:03.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2455 | 2024-12-21T04:31:03.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2456 | 2024-12-21T04:31:03.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2457 | 2024-12-21T04:31:03.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2458 | 2024-12-21T04:31:03.480Z | |
| 2459 | 2024-12-21T04:31:03.480Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
| 2460 | 2024-12-21T04:31:04.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2461 | 2024-12-21T04:31:04.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2462 | 2024-12-21T04:31:04.121Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2463 | 2024-12-21T04:31:06.260Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2464 | 2024-12-21T04:31:07.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
| 2465 | 2024-12-21T04:31:07.444Z | |
| 2466 | 2024-12-21T04:31:07.444Z | info: running `cargo check --bins` on oximeter-types (49/176) |
| 2467 | 2024-12-21T04:31:07.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2468 | 2024-12-21T04:31:07.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2469 | 2024-12-21T04:31:07.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2470 | 2024-12-21T04:31:07.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2471 | 2024-12-21T04:31:08.066Z | |
| 2472 | 2024-12-21T04:31:08.066Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
| 2473 | 2024-12-21T04:31:08.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2474 | 2024-12-21T04:31:08.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2475 | 2024-12-21T04:31:08.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2476 | 2024-12-21T04:31:08.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2477 | 2024-12-21T04:31:08.686Z | |
| 2478 | 2024-12-21T04:31:08.687Z | info: running `cargo check --bins` on oxql-types (51/176) |
| 2479 | 2024-12-21T04:31:09.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2480 | 2024-12-21T04:31:09.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2481 | 2024-12-21T04:31:09.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2482 | 2024-12-21T04:31:09.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2483 | 2024-12-21T04:31:09.301Z | |
| 2484 | 2024-12-21T04:31:09.301Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
| 2485 | 2024-12-21T04:31:09.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2486 | 2024-12-21T04:31:09.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2487 | 2024-12-21T04:31:09.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2488 | 2024-12-21T04:31:09.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2489 | 2024-12-21T04:31:09.940Z | |
| 2490 | 2024-12-21T04:31:09.940Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
| 2491 | 2024-12-21T04:31:10.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2492 | 2024-12-21T04:31:10.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2493 | 2024-12-21T04:31:10.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2494 | 2024-12-21T04:31:10.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2495 | 2024-12-21T04:31:10.566Z | |
| 2496 | 2024-12-21T04:31:10.566Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
| 2497 | 2024-12-21T04:31:11.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2024-12-21T04:31:11.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2024-12-21T04:31:11.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2500 | 2024-12-21T04:31:11.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2501 | 2024-12-21T04:31:11.201Z | |
| 2502 | 2024-12-21T04:31:11.201Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
| 2503 | 2024-12-21T04:31:11.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2504 | 2024-12-21T04:31:11.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2505 | 2024-12-21T04:31:11.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2506 | 2024-12-21T04:31:11.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2507 | 2024-12-21T04:31:11.823Z | |
| 2508 | 2024-12-21T04:31:11.823Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
| 2509 | 2024-12-21T04:31:12.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2510 | 2024-12-21T04:31:12.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2511 | 2024-12-21T04:31:12.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2512 | 2024-12-21T04:31:12.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2513 | 2024-12-21T04:31:12.446Z | |
| 2514 | 2024-12-21T04:31:12.446Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
| 2515 | 2024-12-21T04:31:12.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2516 | 2024-12-21T04:31:12.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2517 | 2024-12-21T04:31:12.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2518 | 2024-12-21T04:31:12.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2519 | 2024-12-21T04:31:13.060Z | |
| 2520 | 2024-12-21T04:31:13.060Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
| 2521 | 2024-12-21T04:31:13.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2522 | 2024-12-21T04:31:13.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2523 | 2024-12-21T04:31:13.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2524 | 2024-12-21T04:31:13.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2525 | 2024-12-21T04:31:13.668Z | |
| 2526 | 2024-12-21T04:31:13.669Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
| 2527 | 2024-12-21T04:31:14.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2528 | 2024-12-21T04:31:14.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2529 | 2024-12-21T04:31:14.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2530 | 2024-12-21T04:31:14.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2531 | 2024-12-21T04:31:14.296Z | |
| 2532 | 2024-12-21T04:31:14.296Z | info: running `cargo check --bins` on dns-service-client (60/176) |
| 2533 | 2024-12-21T04:31:14.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2534 | 2024-12-21T04:31:14.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2535 | 2024-12-21T04:31:14.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2536 | 2024-12-21T04:31:14.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2537 | 2024-12-21T04:31:14.909Z | |
| 2538 | 2024-12-21T04:31:14.909Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
| 2539 | 2024-12-21T04:31:15.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2024-12-21T04:31:15.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2024-12-21T04:31:15.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2542 | 2024-12-21T04:31:15.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2543 | 2024-12-21T04:31:15.522Z | |
| 2544 | 2024-12-21T04:31:15.522Z | info: running `cargo check --bins` on dpd-client (62/176) |
| 2545 | 2024-12-21T04:31:16.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2024-12-21T04:31:16.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2024-12-21T04:31:16.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2548 | 2024-12-21T04:31:16.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2549 | 2024-12-21T04:31:16.136Z | |
| 2550 | 2024-12-21T04:31:16.136Z | info: running `cargo check --bins` on gateway-client (63/176) |
| 2551 | 2024-12-21T04:31:16.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2552 | 2024-12-21T04:31:16.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2553 | 2024-12-21T04:31:16.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2554 | 2024-12-21T04:31:16.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2555 | 2024-12-21T04:31:16.736Z | |
| 2556 | 2024-12-21T04:31:16.736Z | info: running `cargo check --bins` on installinator-client (64/176) |
| 2557 | 2024-12-21T04:31:17.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2558 | 2024-12-21T04:31:17.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2559 | 2024-12-21T04:31:17.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2560 | 2024-12-21T04:31:17.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2561 | 2024-12-21T04:31:17.365Z | |
| 2562 | 2024-12-21T04:31:17.366Z | info: running `cargo check --bins` on installinator-common (65/176) |
| 2563 | 2024-12-21T04:31:17.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2564 | 2024-12-21T04:31:17.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2565 | 2024-12-21T04:31:17.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2566 | 2024-12-21T04:31:17.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2567 | 2024-12-21T04:31:18.010Z | |
| 2568 | 2024-12-21T04:31:18.010Z | info: running `cargo check --bins` on update-engine (66/176) |
| 2569 | 2024-12-21T04:31:18.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2570 | 2024-12-21T04:31:18.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2571 | 2024-12-21T04:31:18.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2572 | 2024-12-21T04:31:18.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2573 | 2024-12-21T04:31:18.614Z | |
| 2574 | 2024-12-21T04:31:18.615Z | info: running `cargo check --bins` on nexus-client (67/176) |
| 2575 | 2024-12-21T04:31:19.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2576 | 2024-12-21T04:31:19.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2577 | 2024-12-21T04:31:19.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2578 | 2024-12-21T04:31:19.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2579 | 2024-12-21T04:31:19.250Z | |
| 2580 | 2024-12-21T04:31:19.250Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
| 2581 | 2024-12-21T04:31:19.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2024-12-21T04:31:19.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2024-12-21T04:31:19.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2584 | 2024-12-21T04:31:19.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2585 | 2024-12-21T04:31:19.879Z | |
| 2586 | 2024-12-21T04:31:19.879Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
| 2587 | 2024-12-21T04:31:20.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2024-12-21T04:31:20.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2024-12-21T04:31:20.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2590 | 2024-12-21T04:31:20.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2591 | 2024-12-21T04:31:20.487Z | |
| 2592 | 2024-12-21T04:31:20.487Z | info: running `cargo check --bins` on nexus-types (70/176) |
| 2593 | 2024-12-21T04:31:21.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2024-12-21T04:31:21.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2024-12-21T04:31:21.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2596 | 2024-12-21T04:31:21.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2597 | 2024-12-21T04:31:21.129Z | |
| 2598 | 2024-12-21T04:31:21.129Z | info: running `cargo check --bins` on oxide-client (71/176) |
| 2599 | 2024-12-21T04:31:21.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2024-12-21T04:31:21.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2024-12-21T04:31:21.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2602 | 2024-12-21T04:31:21.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2603 | 2024-12-21T04:31:21.734Z | |
| 2604 | 2024-12-21T04:31:21.734Z | info: running `cargo check --bins` on oximeter-client (72/176) |
| 2605 | 2024-12-21T04:31:22.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2606 | 2024-12-21T04:31:22.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2607 | 2024-12-21T04:31:22.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2608 | 2024-12-21T04:31:22.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2609 | 2024-12-21T04:31:22.351Z | |
| 2610 | 2024-12-21T04:31:22.351Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
| 2611 | 2024-12-21T04:31:22.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2024-12-21T04:31:22.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2024-12-21T04:31:22.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2614 | 2024-12-21T04:31:22.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2615 | 2024-12-21T04:31:22.967Z | |
| 2616 | 2024-12-21T04:31:22.967Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
| 2617 | 2024-12-21T04:31:23.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2024-12-21T04:31:23.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2024-12-21T04:31:23.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2024-12-21T04:31:23.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2621 | 2024-12-21T04:31:23.599Z | |
| 2622 | 2024-12-21T04:31:23.599Z | info: running `cargo check --bins` on wicketd-client (75/176) |
| 2623 | 2024-12-21T04:31:24.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2024-12-21T04:31:24.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2024-12-21T04:31:24.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2024-12-21T04:31:24.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2627 | 2024-12-21T04:31:24.253Z | |
| 2628 | 2024-12-21T04:31:24.253Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
| 2629 | 2024-12-21T04:31:24.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2024-12-21T04:31:24.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2024-12-21T04:31:24.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2024-12-21T04:31:24.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2633 | 2024-12-21T04:31:24.894Z | |
| 2634 | 2024-12-21T04:31:24.894Z | info: running `cargo check --bins` on wicket-common (77/176) |
| 2635 | 2024-12-21T04:31:25.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2024-12-21T04:31:25.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2024-12-21T04:31:25.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2024-12-21T04:31:25.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2639 | 2024-12-21T04:31:25.530Z | |
| 2640 | 2024-12-21T04:31:25.530Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
| 2641 | 2024-12-21T04:31:26.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2024-12-21T04:31:26.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2024-12-21T04:31:26.183Z | Checking csv-core v0.1.11 |
| 2644 | 2024-12-21T04:31:26.183Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2645 | 2024-12-21T04:31:26.186Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2646 | 2024-12-21T04:31:26.186Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2647 | 2024-12-21T04:31:26.475Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2648 | 2024-12-21T04:31:26.506Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2649 | 2024-12-21T04:31:26.520Z | Checking csv v1.3.0 |
| 2650 | 2024-12-21T04:31:27.092Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2651 | 2024-12-21T04:31:27.471Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2652 | 2024-12-21T04:31:29.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 2653 | 2024-12-21T04:31:29.344Z | |
| 2654 | 2024-12-21T04:31:29.344Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
| 2655 | 2024-12-21T04:31:29.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2024-12-21T04:31:29.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2024-12-21T04:31:29.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2024-12-21T04:31:29.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2659 | 2024-12-21T04:31:29.975Z | |
| 2660 | 2024-12-21T04:31:29.975Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
| 2661 | 2024-12-21T04:31:30.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2024-12-21T04:31:30.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2024-12-21T04:31:30.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2024-12-21T04:31:30.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2665 | 2024-12-21T04:31:30.603Z | |
| 2666 | 2024-12-21T04:31:30.603Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
| 2667 | 2024-12-21T04:31:31.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2024-12-21T04:31:31.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2024-12-21T04:31:31.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2024-12-21T04:31:31.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2671 | 2024-12-21T04:31:31.331Z | |
| 2672 | 2024-12-21T04:31:31.331Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
| 2673 | 2024-12-21T04:31:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2024-12-21T04:31:31.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2024-12-21T04:31:31.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2024-12-21T04:31:31.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2677 | 2024-12-21T04:31:32.055Z | |
| 2678 | 2024-12-21T04:31:32.055Z | info: running `cargo check --bins` on dns-server (83/176) |
| 2679 | 2024-12-21T04:31:32.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2024-12-21T04:31:32.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2024-12-21T04:31:32.698Z | Compiling parking_lot_core v0.8.6 |
| 2682 | 2024-12-21T04:31:32.700Z | Checking fxhash v0.2.1 |
| 2683 | 2024-12-21T04:31:32.700Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2684 | 2024-12-21T04:31:32.700Z | Checking hickory-server v0.24.1 |
| 2685 | 2024-12-21T04:31:32.700Z | Checking hickory-client v0.24.1 |
| 2686 | 2024-12-21T04:31:33.368Z | Checking parking_lot v0.11.2 |
| 2687 | 2024-12-21T04:31:33.496Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2688 | 2024-12-21T04:31:33.499Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2689 | 2024-12-21T04:31:33.632Z | Checking sled v0.34.7 |
| 2690 | 2024-12-21T04:31:35.343Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2691 | 2024-12-21T04:31:36.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
| 2692 | 2024-12-21T04:31:36.787Z | |
| 2693 | 2024-12-21T04:31:36.787Z | info: running `cargo check --bins` on dns-server-api (84/176) |
| 2694 | 2024-12-21T04:31:37.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2024-12-21T04:31:37.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2024-12-21T04:31:37.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2024-12-21T04:31:37.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2698 | 2024-12-21T04:31:37.410Z | |
| 2699 | 2024-12-21T04:31:37.410Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
| 2700 | 2024-12-21T04:31:37.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2024-12-21T04:31:37.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2024-12-21T04:31:37.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2024-12-21T04:31:38.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2704 | 2024-12-21T04:31:38.081Z | |
| 2705 | 2024-12-21T04:31:38.082Z | info: running `cargo check --bins` on gateway-types (86/176) |
| 2706 | 2024-12-21T04:31:38.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2024-12-21T04:31:38.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2024-12-21T04:31:38.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2024-12-21T04:31:38.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2710 | 2024-12-21T04:31:38.698Z | |
| 2711 | 2024-12-21T04:31:38.698Z | info: running `cargo check --bins` on ipcc (87/176) |
| 2712 | 2024-12-21T04:31:39.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2024-12-21T04:31:39.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2024-12-21T04:31:39.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2024-12-21T04:31:39.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2716 | 2024-12-21T04:31:39.311Z | |
| 2717 | 2024-12-21T04:31:39.311Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
| 2718 | 2024-12-21T04:31:39.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2024-12-21T04:31:39.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2024-12-21T04:31:40.002Z | Compiling semver v0.1.20 |
| 2721 | 2024-12-21T04:31:40.002Z | Compiling radium v0.7.0 |
| 2722 | 2024-12-21T04:31:40.108Z | Compiling maybe-uninit v2.0.0 |
| 2723 | 2024-12-21T04:31:40.111Z | Checking tap v1.0.1 |
| 2724 | 2024-12-21T04:31:40.137Z | Checking password-hash v0.5.0 |
| 2725 | 2024-12-21T04:31:40.139Z | Checking blake2 v0.10.6 |
| 2726 | 2024-12-21T04:31:40.139Z | Checking crc-catalog v2.4.0 |
| 2727 | 2024-12-21T04:31:40.139Z | Compiling packed_struct v0.10.1 |
| 2728 | 2024-12-21T04:31:40.267Z | Checking wyz v0.5.1 |
| 2729 | 2024-12-21T04:31:40.297Z | Checking funty v2.0.0 |
| 2730 | 2024-12-21T04:31:40.544Z | Compiling rustc_version v0.1.7 |
| 2731 | 2024-12-21T04:31:40.576Z | Compiling owo-colors v4.1.0 |
| 2732 | 2024-12-21T04:31:40.619Z | Compiling cancel-safe-futures v0.1.5 |
| 2733 | 2024-12-21T04:31:40.704Z | Checking argon2 v0.5.3 |
| 2734 | 2024-12-21T04:31:40.707Z | Checking crc v3.2.1 |
| 2735 | 2024-12-21T04:31:40.772Z | Compiling packed_struct_codegen v0.10.1 |
| 2736 | 2024-12-21T04:31:40.849Z | Compiling indexmap v1.9.3 |
| 2737 | 2024-12-21T04:31:40.916Z | Checking half v2.4.1 |
| 2738 | 2024-12-21T04:31:41.011Z | Compiling newtype_derive v0.1.6 |
| 2739 | 2024-12-21T04:31:41.013Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2740 | 2024-12-21T04:31:41.119Z | Checking ciborium-io v0.2.2 |
| 2741 | 2024-12-21T04:31:41.152Z | Checking nodrop v0.1.14 |
| 2742 | 2024-12-21T04:31:41.174Z | Checking bitvec v1.0.1 |
| 2743 | 2024-12-21T04:31:41.281Z | Checking array-init v0.0.4 |
| 2744 | 2024-12-21T04:31:41.362Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2745 | 2024-12-21T04:31:41.401Z | Checking ciborium-ll v0.2.2 |
| 2746 | 2024-12-21T04:31:41.473Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2747 | 2024-12-21T04:31:41.685Z | Checking smallvec v0.6.14 |
| 2748 | 2024-12-21T04:31:41.721Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2749 | 2024-12-21T04:31:41.736Z | Checking libsw v3.3.1 |
| 2750 | 2024-12-21T04:31:42.025Z | Compiling memoffset v0.9.1 |
| 2751 | 2024-12-21T04:31:42.073Z | Checking indent_write v2.2.0 |
| 2752 | 2024-12-21T04:31:42.189Z | Checking hashbrown v0.12.3 |
| 2753 | 2024-12-21T04:31:42.260Z | Checking swrite v0.1.0 |
| 2754 | 2024-12-21T04:31:42.266Z | Checking bitfield v0.14.0 |
| 2755 | 2024-12-21T04:31:42.294Z | Checking termcolor v1.4.1 |
| 2756 | 2024-12-21T04:31:42.394Z | Checking linear-map v1.2.0 |
| 2757 | 2024-12-21T04:31:42.708Z | Checking serde-hex v0.1.0 |
| 2758 | 2024-12-21T04:31:42.723Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2759 | 2024-12-21T04:31:42.739Z | Checking ron v0.8.1 |
| 2760 | 2024-12-21T04:31:42.755Z | Checking env_logger v0.10.2 |
| 2761 | 2024-12-21T04:31:43.158Z | Checking ciborium v0.2.2 |
| 2762 | 2024-12-21T04:31:43.188Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2763 | 2024-12-21T04:31:43.540Z | Checking steno v0.4.1 |
| 2764 | 2024-12-21T04:31:43.990Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2765 | 2024-12-21T04:31:44.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2766 | 2024-12-21T04:31:44.140Z | Checking hashbrown v0.13.2 |
| 2767 | 2024-12-21T04:31:44.218Z | Checking crc-any v2.5.0 |
| 2768 | 2024-12-21T04:31:44.379Z | Checking humantime v2.1.0 |
| 2769 | 2024-12-21T04:31:44.573Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2770 | 2024-12-21T04:31:44.662Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2771 | 2024-12-21T04:31:44.918Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2772 | 2024-12-21T04:31:45.191Z | Checking path-slash v0.1.5 |
| 2773 | 2024-12-21T04:31:45.194Z | Checking object v0.30.4 |
| 2774 | 2024-12-21T04:31:45.269Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2775 | 2024-12-21T04:31:45.412Z | Checking nix v0.27.1 |
| 2776 | 2024-12-21T04:31:45.799Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2777 | 2024-12-21T04:31:46.084Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2778 | 2024-12-21T04:31:46.349Z | Checking tungstenite v0.23.0 |
| 2779 | 2024-12-21T04:31:46.501Z | Checking kstat-rs v0.2.4 |
| 2780 | 2024-12-21T04:31:46.580Z | Checking signal-hook-tokio v0.3.1 |
| 2781 | 2024-12-21T04:31:46.825Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2782 | 2024-12-21T04:31:47.173Z | Checking tokio-tungstenite v0.23.1 |
| 2783 | 2024-12-21T04:31:47.471Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2784 | 2024-12-21T04:31:48.135Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2785 | 2024-12-21T04:31:48.217Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2786 | 2024-12-21T04:31:54.323Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2787 | 2024-12-21T04:31:55.617Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2788 | 2024-12-21T04:31:59.043Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2789 | 2024-12-21T04:32:04.787Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2790 | 2024-12-21T04:32:05.481Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2791 | 2024-12-21T04:32:08.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.97s |
| 2792 | 2024-12-21T04:32:08.478Z | |
| 2793 | 2024-12-21T04:32:08.478Z | info: running `cargo check --bins` on gateway-api (89/176) |
| 2794 | 2024-12-21T04:32:09.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2024-12-21T04:32:09.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2024-12-21T04:32:09.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2024-12-21T04:32:09.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2798 | 2024-12-21T04:32:09.098Z | |
| 2799 | 2024-12-21T04:32:09.098Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
| 2800 | 2024-12-21T04:32:09.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2024-12-21T04:32:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2024-12-21T04:32:09.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2024-12-21T04:32:09.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2804 | 2024-12-21T04:32:09.690Z | |
| 2805 | 2024-12-21T04:32:09.690Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
| 2806 | 2024-12-21T04:32:10.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2024-12-21T04:32:10.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2024-12-21T04:32:10.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2024-12-21T04:32:10.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2810 | 2024-12-21T04:32:10.308Z | |
| 2811 | 2024-12-21T04:32:10.308Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
| 2812 | 2024-12-21T04:32:10.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2024-12-21T04:32:10.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2024-12-21T04:32:10.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2024-12-21T04:32:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2816 | 2024-12-21T04:32:10.922Z | |
| 2817 | 2024-12-21T04:32:10.922Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
| 2818 | 2024-12-21T04:32:11.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2024-12-21T04:32:11.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2024-12-21T04:32:11.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2024-12-21T04:32:11.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2822 | 2024-12-21T04:32:11.536Z | |
| 2823 | 2024-12-21T04:32:11.536Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
| 2824 | 2024-12-21T04:32:12.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2024-12-21T04:32:12.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2024-12-21T04:32:12.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2024-12-21T04:32:12.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2828 | 2024-12-21T04:32:12.154Z | |
| 2829 | 2024-12-21T04:32:12.154Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
| 2830 | 2024-12-21T04:32:12.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2024-12-21T04:32:12.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2024-12-21T04:32:12.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2024-12-21T04:32:12.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2834 | 2024-12-21T04:32:12.778Z | |
| 2835 | 2024-12-21T04:32:12.778Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
| 2836 | 2024-12-21T04:32:13.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2024-12-21T04:32:13.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2024-12-21T04:32:13.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2024-12-21T04:32:13.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2840 | 2024-12-21T04:32:13.389Z | |
| 2841 | 2024-12-21T04:32:13.389Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
| 2842 | 2024-12-21T04:32:13.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2024-12-21T04:32:13.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2024-12-21T04:32:13.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2024-12-21T04:32:13.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2846 | 2024-12-21T04:32:14.025Z | |
| 2847 | 2024-12-21T04:32:14.025Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
| 2848 | 2024-12-21T04:32:14.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2024-12-21T04:32:14.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2024-12-21T04:32:14.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2024-12-21T04:32:14.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2852 | 2024-12-21T04:32:14.638Z | |
| 2853 | 2024-12-21T04:32:14.638Z | info: running `cargo check --bins` on sp-sim (99/176) |
| 2854 | 2024-12-21T04:32:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2024-12-21T04:32:15.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2024-12-21T04:32:15.260Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2857 | 2024-12-21T04:32:15.726Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2858 | 2024-12-21T04:32:17.574Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2859 | 2024-12-21T04:32:19.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
| 2860 | 2024-12-21T04:32:19.491Z | |
| 2861 | 2024-12-21T04:32:19.491Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
| 2862 | 2024-12-21T04:32:20.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2024-12-21T04:32:20.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2024-12-21T04:32:20.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2024-12-21T04:32:20.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2866 | 2024-12-21T04:32:20.145Z | |
| 2867 | 2024-12-21T04:32:20.145Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
| 2868 | 2024-12-21T04:32:20.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2024-12-21T04:32:20.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2024-12-21T04:32:20.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2024-12-21T04:32:20.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2872 | 2024-12-21T04:32:20.816Z | |
| 2873 | 2024-12-21T04:32:20.816Z | info: running `cargo check --bins` on db-macros (102/176) |
| 2874 | 2024-12-21T04:32:21.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2024-12-21T04:32:21.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2024-12-21T04:32:21.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2024-12-21T04:32:21.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2878 | 2024-12-21T04:32:21.418Z | |
| 2879 | 2024-12-21T04:32:21.418Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
| 2880 | 2024-12-21T04:32:21.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2024-12-21T04:32:21.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2024-12-21T04:32:21.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2024-12-21T04:32:21.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2884 | 2024-12-21T04:32:22.028Z | |
| 2885 | 2024-12-21T04:32:22.028Z | info: running `cargo check --bins` on nexus-auth (104/176) |
| 2886 | 2024-12-21T04:32:22.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2024-12-21T04:32:22.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2024-12-21T04:32:22.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2024-12-21T04:32:22.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2890 | 2024-12-21T04:32:22.690Z | |
| 2891 | 2024-12-21T04:32:22.690Z | info: running `cargo check --bins` on authz-macros (105/176) |
| 2892 | 2024-12-21T04:32:23.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2024-12-21T04:32:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2024-12-21T04:32:23.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2024-12-21T04:32:23.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2896 | 2024-12-21T04:32:23.290Z | |
| 2897 | 2024-12-21T04:32:23.290Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
| 2898 | 2024-12-21T04:32:23.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2024-12-21T04:32:23.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2024-12-21T04:32:23.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2024-12-21T04:32:23.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2902 | 2024-12-21T04:32:23.939Z | |
| 2903 | 2024-12-21T04:32:23.939Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
| 2904 | 2024-12-21T04:32:24.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2024-12-21T04:32:24.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2024-12-21T04:32:24.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2024-12-21T04:32:24.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2908 | 2024-12-21T04:32:24.584Z | |
| 2909 | 2024-12-21T04:32:24.584Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
| 2910 | 2024-12-21T04:32:25.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2024-12-21T04:32:25.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2024-12-21T04:32:25.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2024-12-21T04:32:25.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2914 | 2024-12-21T04:32:25.198Z | |
| 2915 | 2024-12-21T04:32:25.198Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
| 2916 | 2024-12-21T04:32:25.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2024-12-21T04:32:25.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2024-12-21T04:32:25.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2024-12-21T04:32:25.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2920 | 2024-12-21T04:32:25.848Z | |
| 2921 | 2024-12-21T04:32:25.848Z | info: running `cargo check --bins` on typed-rng (110/176) |
| 2922 | 2024-12-21T04:32:26.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2024-12-21T04:32:26.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2024-12-21T04:32:26.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2024-12-21T04:32:26.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2926 | 2024-12-21T04:32:26.448Z | |
| 2927 | 2024-12-21T04:32:26.448Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
| 2928 | 2024-12-21T04:32:27.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2024-12-21T04:32:27.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2024-12-21T04:32:27.175Z | Checking keccak v0.1.5 |
| 2931 | 2024-12-21T04:32:27.285Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2932 | 2024-12-21T04:32:27.288Z | Checking secrecy v0.8.0 |
| 2933 | 2024-12-21T04:32:27.288Z | Compiling unicase v2.7.0 |
| 2934 | 2024-12-21T04:32:27.288Z | Compiling same-file v1.0.6 |
| 2935 | 2024-12-21T04:32:27.318Z | Compiling tempfile v3.13.0 |
| 2936 | 2024-12-21T04:32:27.343Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2937 | 2024-12-21T04:32:27.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2938 | 2024-12-21T04:32:27.511Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2939 | 2024-12-21T04:32:27.561Z | Checking sha3 v0.10.8 |
| 2940 | 2024-12-21T04:32:27.579Z | Compiling walkdir v2.5.0 |
| 2941 | 2024-12-21T04:32:27.654Z | Checking universal-hash v0.5.1 |
| 2942 | 2024-12-21T04:32:27.654Z | Compiling ring v0.16.20 |
| 2943 | 2024-12-21T04:32:27.800Z | Compiling blake3 v1.5.4 |
| 2944 | 2024-12-21T04:32:27.844Z | Checking opaque-debug v0.3.1 |
| 2945 | 2024-12-21T04:32:27.909Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2946 | 2024-12-21T04:32:27.930Z | Checking poly1305 v0.8.0 |
| 2947 | 2024-12-21T04:32:27.933Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2948 | 2024-12-21T04:32:28.177Z | Checking chacha20 v0.9.1 |
| 2949 | 2024-12-21T04:32:28.215Z | Checking aead v0.5.2 |
| 2950 | 2024-12-21T04:32:28.310Z | Compiling memmap2 v0.9.5 |
| 2951 | 2024-12-21T04:32:28.451Z | Compiling spin v0.5.2 |
| 2952 | 2024-12-21T04:32:28.451Z | Compiling libefi-sys v0.1.0 |
| 2953 | 2024-12-21T04:32:28.511Z | Compiling constant_time_eq v0.3.1 |
| 2954 | 2024-12-21T04:32:28.677Z | Compiling salty v0.3.0 |
| 2955 | 2024-12-21T04:32:28.691Z | Compiling arrayref v0.3.9 |
| 2956 | 2024-12-21T04:32:28.728Z | Compiling arrayvec v0.7.6 |
| 2957 | 2024-12-21T04:32:28.788Z | Checking chacha20poly1305 v0.10.1 |
| 2958 | 2024-12-21T04:32:28.833Z | Compiling toolchain_find v0.4.0 |
| 2959 | 2024-12-21T04:32:29.051Z | Compiling camino-tempfile v1.1.1 |
| 2960 | 2024-12-21T04:32:29.117Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2961 | 2024-12-21T04:32:29.329Z | Compiling bitfield-struct v0.6.2 |
| 2962 | 2024-12-21T04:32:29.490Z | Compiling topological-sort v0.2.2 |
| 2963 | 2024-12-21T04:32:29.520Z | Compiling mime_guess v2.0.5 |
| 2964 | 2024-12-21T04:32:29.689Z | Compiling rustfmt-wrapper v0.2.1 |
| 2965 | 2024-12-21T04:32:30.246Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2966 | 2024-12-21T04:32:30.363Z | Checking primeorder v0.13.6 |
| 2967 | 2024-12-21T04:32:30.524Z | Checking env_filter v0.1.2 |
| 2968 | 2024-12-21T04:32:30.543Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2969 | 2024-12-21T04:32:30.560Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2970 | 2024-12-21T04:32:30.679Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2971 | 2024-12-21T04:32:30.696Z | Checking thiserror-no-std v2.0.2 |
| 2972 | 2024-12-21T04:32:30.738Z | Checking env_logger v0.11.5 |
| 2973 | 2024-12-21T04:32:30.756Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2974 | 2024-12-21T04:32:30.795Z | Checking vsss-rs v3.3.4 |
| 2975 | 2024-12-21T04:32:30.828Z | Checking p384 v0.13.0 |
| 2976 | 2024-12-21T04:32:30.897Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2977 | 2024-12-21T04:32:31.051Z | Checking lockfree-object-pool v0.1.6 |
| 2978 | 2024-12-21T04:32:31.279Z | Compiling zip v2.1.3 |
| 2979 | 2024-12-21T04:32:31.301Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2980 | 2024-12-21T04:32:31.317Z | Checking bumpalo v3.16.0 |
| 2981 | 2024-12-21T04:32:31.503Z | Checking http-range v0.1.5 |
| 2982 | 2024-12-21T04:32:31.561Z | Checking simd-adler32 v0.3.7 |
| 2983 | 2024-12-21T04:32:31.621Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2984 | 2024-12-21T04:32:31.761Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2985 | 2024-12-21T04:32:31.914Z | Checking zopfli v0.8.1 |
| 2986 | 2024-12-21T04:32:31.931Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2987 | 2024-12-21T04:32:31.933Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2988 | 2024-12-21T04:32:32.244Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2989 | 2024-12-21T04:32:32.395Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2990 | 2024-12-21T04:32:32.616Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2991 | 2024-12-21T04:32:32.633Z | Checking nanorand v0.7.0 |
| 2992 | 2024-12-21T04:32:32.839Z | Checking atty v0.2.14 |
| 2993 | 2024-12-21T04:32:32.969Z | Checking glob v0.3.1 |
| 2994 | 2024-12-21T04:32:33.003Z | Checking flume v0.11.1 |
| 2995 | 2024-12-21T04:32:33.098Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2996 | 2024-12-21T04:32:33.244Z | Compiling omicron-zone-package v0.11.1 |
| 2997 | 2024-12-21T04:32:33.296Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2998 | 2024-12-21T04:32:33.519Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
| 2999 | 2024-12-21T04:32:33.790Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3000 | 2024-12-21T04:32:34.407Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3001 | 2024-12-21T04:32:34.575Z | Checking hyper-staticfile v0.10.1 |
| 3002 | 2024-12-21T04:32:35.072Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3003 | 2024-12-21T04:32:35.361Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3004 | 2024-12-21T04:32:35.439Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3005 | 2024-12-21T04:32:35.443Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3006 | 2024-12-21T04:32:35.491Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3007 | 2024-12-21T04:32:36.049Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3008 | 2024-12-21T04:32:36.552Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3009 | 2024-12-21T04:32:36.622Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3010 | 2024-12-21T04:32:36.677Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3011 | 2024-12-21T04:32:38.099Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3012 | 2024-12-21T04:32:40.089Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3013 | 2024-12-21T04:32:40.105Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3014 | 2024-12-21T04:32:50.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3015 | 2024-12-21T04:33:03.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s |
| 3016 | 2024-12-21T04:33:03.772Z | |
| 3017 | 2024-12-21T04:33:03.772Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
| 3018 | 2024-12-21T04:33:04.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2024-12-21T04:33:04.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2024-12-21T04:33:04.491Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3021 | 2024-12-21T04:33:17.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
| 3022 | 2024-12-21T04:33:18.174Z | |
| 3023 | 2024-12-21T04:33:18.174Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
| 3024 | 2024-12-21T04:33:18.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2024-12-21T04:33:18.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2024-12-21T04:33:18.897Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3027 | 2024-12-21T04:33:32.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
| 3028 | 2024-12-21T04:33:32.655Z | |
| 3029 | 2024-12-21T04:33:32.655Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
| 3030 | 2024-12-21T04:33:33.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2024-12-21T04:33:33.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2024-12-21T04:33:33.404Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3033 | 2024-12-21T04:33:47.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
| 3034 | 2024-12-21T04:33:47.195Z | |
| 3035 | 2024-12-21T04:33:47.195Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
| 3036 | 2024-12-21T04:33:47.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2024-12-21T04:33:47.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2024-12-21T04:33:47.932Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3039 | 2024-12-21T04:34:01.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s |
| 3040 | 2024-12-21T04:34:01.843Z | |
| 3041 | 2024-12-21T04:34:01.843Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
| 3042 | 2024-12-21T04:34:02.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2024-12-21T04:34:02.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2024-12-21T04:34:02.568Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3045 | 2024-12-21T04:34:16.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
| 3046 | 2024-12-21T04:34:16.372Z | |
| 3047 | 2024-12-21T04:34:16.372Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
| 3048 | 2024-12-21T04:34:16.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2024-12-21T04:34:16.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2024-12-21T04:34:17.091Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3051 | 2024-12-21T04:34:30.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
| 3052 | 2024-12-21T04:34:30.801Z | |
| 3053 | 2024-12-21T04:34:30.801Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
| 3054 | 2024-12-21T04:34:31.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2024-12-21T04:34:31.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2024-12-21T04:34:31.521Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3057 | 2024-12-21T04:34:45.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
| 3058 | 2024-12-21T04:34:45.467Z | |
| 3059 | 2024-12-21T04:34:45.467Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
| 3060 | 2024-12-21T04:34:46.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2024-12-21T04:34:46.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2024-12-21T04:34:46.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2024-12-21T04:34:46.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3064 | 2024-12-21T04:34:46.119Z | |
| 3065 | 2024-12-21T04:34:46.120Z | info: running `cargo check --bins` on key-manager (120/176) |
| 3066 | 2024-12-21T04:34:46.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2024-12-21T04:34:46.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2024-12-21T04:34:46.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2024-12-21T04:34:47.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3070 | 2024-12-21T04:34:47.678Z | |
| 3071 | 2024-12-21T04:34:47.678Z | info: running `cargo check --bins` on range-requests (121/176) |
| 3072 | 2024-12-21T04:34:47.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2024-12-21T04:34:47.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2024-12-21T04:34:47.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2024-12-21T04:34:47.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3076 | 2024-12-21T04:34:47.678Z | |
| 3077 | 2024-12-21T04:34:47.678Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
| 3078 | 2024-12-21T04:34:47.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2024-12-21T04:34:47.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2024-12-21T04:34:47.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2024-12-21T04:34:47.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3082 | 2024-12-21T04:34:47.973Z | |
| 3083 | 2024-12-21T04:34:47.973Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
| 3084 | 2024-12-21T04:34:48.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2024-12-21T04:34:48.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2024-12-21T04:34:48.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2024-12-21T04:34:48.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3088 | 2024-12-21T04:34:48.614Z | |
| 3089 | 2024-12-21T04:34:48.614Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
| 3090 | 2024-12-21T04:34:49.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2024-12-21T04:34:49.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2024-12-21T04:34:49.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2024-12-21T04:34:49.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3094 | 2024-12-21T04:34:49.216Z | |
| 3095 | 2024-12-21T04:34:49.216Z | info: running `cargo check --bins` on sled-hardware (125/176) |
| 3096 | 2024-12-21T04:34:49.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2024-12-21T04:34:49.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2024-12-21T04:34:49.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2024-12-21T04:34:49.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3100 | 2024-12-21T04:34:49.847Z | |
| 3101 | 2024-12-21T04:34:49.847Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
| 3102 | 2024-12-21T04:34:50.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2024-12-21T04:34:50.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2024-12-21T04:34:50.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2024-12-21T04:34:50.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3106 | 2024-12-21T04:34:50.482Z | |
| 3107 | 2024-12-21T04:34:50.482Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
| 3108 | 2024-12-21T04:34:51.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2024-12-21T04:34:51.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2024-12-21T04:34:51.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2024-12-21T04:34:51.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3112 | 2024-12-21T04:34:51.113Z | |
| 3113 | 2024-12-21T04:34:51.113Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
| 3114 | 2024-12-21T04:34:51.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2024-12-21T04:34:51.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2024-12-21T04:34:51.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2024-12-21T04:34:51.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3118 | 2024-12-21T04:34:51.773Z | |
| 3119 | 2024-12-21T04:34:51.773Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
| 3120 | 2024-12-21T04:34:52.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2024-12-21T04:34:52.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2024-12-21T04:34:52.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2024-12-21T04:34:52.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3124 | 2024-12-21T04:34:52.420Z | |
| 3125 | 2024-12-21T04:34:52.420Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
| 3126 | 2024-12-21T04:34:52.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2024-12-21T04:34:52.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2024-12-21T04:34:52.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2024-12-21T04:34:52.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3130 | 2024-12-21T04:34:53.066Z | |
| 3131 | 2024-12-21T04:34:53.066Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
| 3132 | 2024-12-21T04:34:53.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2024-12-21T04:34:53.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2024-12-21T04:34:53.755Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3135 | 2024-12-21T04:34:53.756Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3136 | 2024-12-21T04:34:54.635Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3137 | 2024-12-21T04:34:56.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 3138 | 2024-12-21T04:34:56.817Z | |
| 3139 | 2024-12-21T04:34:56.817Z | info: running `cargo check --bins` on oximeter-api (132/176) |
| 3140 | 2024-12-21T04:34:57.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2024-12-21T04:34:57.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2024-12-21T04:34:57.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2024-12-21T04:34:57.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3144 | 2024-12-21T04:34:57.444Z | |
| 3145 | 2024-12-21T04:34:57.444Z | info: running `cargo check --bins` on cert-dev (133/176) |
| 3146 | 2024-12-21T04:34:57.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2024-12-21T04:34:57.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2024-12-21T04:34:58.047Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3149 | 2024-12-21T04:34:58.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3150 | 2024-12-21T04:34:58.479Z | |
| 3151 | 2024-12-21T04:34:58.479Z | info: running `cargo check --bins` on clickana (134/176) |
| 3152 | 2024-12-21T04:34:59.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2024-12-21T04:34:59.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2024-12-21T04:34:59.118Z | Checking castaway v0.2.3 |
| 3155 | 2024-12-21T04:34:59.121Z | Checking unicode-truncate v1.1.0 |
| 3156 | 2024-12-21T04:34:59.121Z | Checking lru v0.12.5 |
| 3157 | 2024-12-21T04:34:59.121Z | Compiling instability v0.3.2 |
| 3158 | 2024-12-21T04:34:59.121Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3159 | 2024-12-21T04:34:59.121Z | Checking cassowary v0.3.0 |
| 3160 | 2024-12-21T04:34:59.344Z | Checking compact_str v0.8.0 |
| 3161 | 2024-12-21T04:34:59.941Z | Checking ratatui v0.28.1 |
| 3162 | 2024-12-21T04:35:00.947Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3163 | 2024-12-21T04:35:02.385Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3164 | 2024-12-21T04:35:02.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 3165 | 2024-12-21T04:35:02.973Z | |
| 3166 | 2024-12-21T04:35:02.973Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
| 3167 | 2024-12-21T04:35:03.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2024-12-21T04:35:03.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2024-12-21T04:35:03.645Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3170 | 2024-12-21T04:35:03.645Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3171 | 2024-12-21T04:35:04.718Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3172 | 2024-12-21T04:35:05.232Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3173 | 2024-12-21T04:35:05.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 3174 | 2024-12-21T04:35:05.793Z | |
| 3175 | 2024-12-21T04:35:05.793Z | info: running `cargo check --bins` on ch-dev (136/176) |
| 3176 | 2024-12-21T04:35:06.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2024-12-21T04:35:06.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2024-12-21T04:35:06.438Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3179 | 2024-12-21T04:35:07.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3180 | 2024-12-21T04:35:07.323Z | |
| 3181 | 2024-12-21T04:35:07.323Z | info: running `cargo check --bins` on crdb-seed (137/176) |
| 3182 | 2024-12-21T04:35:07.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2024-12-21T04:35:07.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2024-12-21T04:35:07.972Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3185 | 2024-12-21T04:35:08.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3186 | 2024-12-21T04:35:08.517Z | |
| 3187 | 2024-12-21T04:35:08.518Z | info: running `cargo check --bins` on db-dev (138/176) |
| 3188 | 2024-12-21T04:35:09.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2024-12-21T04:35:09.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2024-12-21T04:35:09.160Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3191 | 2024-12-21T04:35:09.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3192 | 2024-12-21T04:35:10.052Z | |
| 3193 | 2024-12-21T04:35:10.052Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
| 3194 | 2024-12-21T04:35:10.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2024-12-21T04:35:10.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2024-12-21T04:35:10.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2024-12-21T04:35:10.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3198 | 2024-12-21T04:35:10.683Z | |
| 3199 | 2024-12-21T04:35:10.683Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
| 3200 | 2024-12-21T04:35:11.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2024-12-21T04:35:11.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2024-12-21T04:35:11.282Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3203 | 2024-12-21T04:35:12.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3204 | 2024-12-21T04:35:12.344Z | |
| 3205 | 2024-12-21T04:35:12.344Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
| 3206 | 2024-12-21T04:35:12.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2024-12-21T04:35:12.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2024-12-21T04:35:12.971Z | Checking cargo-platform v0.1.8 |
| 3209 | 2024-12-21T04:35:13.242Z | Checking cargo_metadata v0.18.1 |
| 3210 | 2024-12-21T04:35:14.222Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3211 | 2024-12-21T04:35:15.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 3212 | 2024-12-21T04:35:15.212Z | |
| 3213 | 2024-12-21T04:35:15.212Z | info: running `cargo check --bins` on mgs-dev (142/176) |
| 3214 | 2024-12-21T04:35:15.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2024-12-21T04:35:15.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2024-12-21T04:35:15.906Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3217 | 2024-12-21T04:35:17.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2024-12-21T04:35:18.078Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3219 | 2024-12-21T04:35:18.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 3220 | 2024-12-21T04:35:18.826Z | |
| 3221 | 2024-12-21T04:35:18.826Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
| 3222 | 2024-12-21T04:35:19.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2024-12-21T04:35:19.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2024-12-21T04:35:19.596Z | Compiling crunchy v0.2.2 |
| 3225 | 2024-12-21T04:35:19.596Z | Compiling tiny-keccak v2.0.2 |
| 3226 | 2024-12-21T04:35:19.600Z | Compiling dsl_auto_type v0.1.2 |
| 3227 | 2024-12-21T04:35:19.600Z | Checking scheduled-thread-pool v0.2.7 |
| 3228 | 2024-12-21T04:35:19.600Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3229 | 2024-12-21T04:35:19.720Z | Compiling ascii-canvas v3.0.0 |
| 3230 | 2024-12-21T04:35:19.727Z | Compiling ena v0.14.3 |
| 3231 | 2024-12-21T04:35:19.729Z | Compiling diff v0.1.13 |
| 3232 | 2024-12-21T04:35:19.944Z | Checking r2d2 v0.8.10 |
| 3233 | 2024-12-21T04:35:19.985Z | Compiling regex-syntax v0.6.29 |
| 3234 | 2024-12-21T04:35:20.134Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3235 | 2024-12-21T04:35:20.158Z | Compiling ref-cast v1.0.23 |
| 3236 | 2024-12-21T04:35:20.249Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3237 | 2024-12-21T04:35:20.249Z | Compiling derive_builder_core v0.20.2 |
| 3238 | 2024-12-21T04:35:20.355Z | Compiling libxml v0.3.3 |
| 3239 | 2024-12-21T04:35:20.393Z | Compiling ref-cast-impl v1.0.23 |
| 3240 | 2024-12-21T04:35:20.527Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3241 | 2024-12-21T04:35:20.748Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3242 | 2024-12-21T04:35:20.767Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3243 | 2024-12-21T04:35:20.959Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3244 | 2024-12-21T04:35:21.041Z | Compiling strum_macros v0.24.3 |
| 3245 | 2024-12-21T04:35:21.069Z | Compiling samael v0.0.17 |
| 3246 | 2024-12-21T04:35:21.330Z | Compiling diesel_derives v2.2.3 |
| 3247 | 2024-12-21T04:35:21.399Z | Compiling indoc v1.0.9 |
| 3248 | 2024-12-21T04:35:22.358Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3249 | 2024-12-21T04:35:22.650Z | Compiling derive_builder_macro v0.20.2 |
| 3250 | 2024-12-21T04:35:22.669Z | Compiling oso-derive v0.27.3 |
| 3251 | 2024-12-21T04:35:23.508Z | Compiling lalrpop v0.19.12 |
| 3252 | 2024-12-21T04:35:23.526Z | Checking derive_builder v0.20.2 |
| 3253 | 2024-12-21T04:35:23.679Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3254 | 2024-12-21T04:35:23.713Z | Checking quick-xml v0.33.0 |
| 3255 | 2024-12-21T04:35:24.176Z | Compiling diesel-dtrace v0.4.2 |
| 3256 | 2024-12-21T04:35:24.468Z | Checking maplit v1.0.2 |
| 3257 | 2024-12-21T04:35:24.654Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3258 | 2024-12-21T04:35:24.656Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3259 | 2024-12-21T04:35:24.982Z | Checking bb8 v0.8.5 |
| 3260 | 2024-12-21T04:35:25.229Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3261 | 2024-12-21T04:35:25.473Z | Checking rand_seeder v0.3.0 |
| 3262 | 2024-12-21T04:35:25.546Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3263 | 2024-12-21T04:35:25.720Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3264 | 2024-12-21T04:35:25.906Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3265 | 2024-12-21T04:35:25.931Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3266 | 2024-12-21T04:35:26.220Z | Checking smawk v0.3.2 |
| 3267 | 2024-12-21T04:35:26.322Z | Checking unicode-linebreak v0.1.5 |
| 3268 | 2024-12-21T04:35:26.436Z | Checking is_ci v1.2.0 |
| 3269 | 2024-12-21T04:35:26.585Z | Checking supports-color v3.0.1 |
| 3270 | 2024-12-21T04:35:26.764Z | Checking textwrap v0.16.1 |
| 3271 | 2024-12-21T04:35:26.825Z | Checking multimap v0.10.0 |
| 3272 | 2024-12-21T04:35:27.537Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3273 | 2024-12-21T04:35:30.438Z | Checking diesel v2.2.6 |
| 3274 | 2024-12-21T04:35:56.358Z | Compiling polar-core v0.27.3 |
| 3275 | 2024-12-21T04:35:59.476Z | Checking async-bb8-diesel v0.2.1 |
| 3276 | 2024-12-21T04:36:03.749Z | Checking oso v0.27.3 |
| 3277 | 2024-12-21T04:37:09.752Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3278 | 2024-12-21T04:37:15.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3279 | 2024-12-21T04:37:16.122Z | |
| 3280 | 2024-12-21T04:37:16.122Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
| 3281 | 2024-12-21T04:37:16.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2024-12-21T04:37:16.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2024-12-21T04:37:16.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2024-12-21T04:37:16.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3285 | 2024-12-21T04:37:16.788Z | |
| 3286 | 2024-12-21T04:37:16.788Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
| 3287 | 2024-12-21T04:37:17.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2024-12-21T04:37:17.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2024-12-21T04:37:17.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2024-12-21T04:37:17.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3291 | 2024-12-21T04:37:17.456Z | |
| 3292 | 2024-12-21T04:37:17.456Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
| 3293 | 2024-12-21T04:37:17.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2024-12-21T04:37:17.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2024-12-21T04:37:17.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2024-12-21T04:37:17.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3297 | 2024-12-21T04:37:18.057Z | |
| 3298 | 2024-12-21T04:37:18.057Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
| 3299 | 2024-12-21T04:37:18.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2024-12-21T04:37:18.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2024-12-21T04:37:18.843Z | Compiling libz-sys v1.1.20 |
| 3302 | 2024-12-21T04:37:18.957Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3303 | 2024-12-21T04:37:18.970Z | Compiling vergen v8.3.2 |
| 3304 | 2024-12-21T04:37:18.973Z | Compiling cargo-platform v0.1.8 |
| 3305 | 2024-12-21T04:37:18.973Z | Compiling pin-project-internal v1.1.6 |
| 3306 | 2024-12-21T04:37:19.011Z | Compiling libsqlite3-sys v0.30.1 |
| 3307 | 2024-12-21T04:37:19.011Z | Compiling snafu-derive v0.8.5 |
| 3308 | 2024-12-21T04:37:19.014Z | Compiling buf-list v1.0.3 |
| 3309 | 2024-12-21T04:37:19.246Z | Compiling cargo_metadata v0.18.1 |
| 3310 | 2024-12-21T04:37:19.504Z | Compiling rustls v0.21.12 |
| 3311 | 2024-12-21T04:37:19.507Z | Compiling cfg_aliases v0.2.1 |
| 3312 | 2024-12-21T04:37:19.744Z | Compiling nix v0.29.0 |
| 3313 | 2024-12-21T04:37:19.782Z | Checking globset v0.4.15 |
| 3314 | 2024-12-21T04:37:19.815Z | Checking olpc-cjson v0.1.4 |
| 3315 | 2024-12-21T04:37:19.889Z | Checking rustls-webpki v0.101.7 |
| 3316 | 2024-12-21T04:37:20.035Z | Checking sct v0.7.1 |
| 3317 | 2024-12-21T04:37:20.239Z | Checking serde_plain v1.0.2 |
| 3318 | 2024-12-21T04:37:20.312Z | Checking typed-path v0.9.3 |
| 3319 | 2024-12-21T04:37:20.891Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3320 | 2024-12-21T04:37:20.937Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3321 | 2024-12-21T04:37:21.133Z | Checking hashlink v0.9.1 |
| 3322 | 2024-12-21T04:37:21.219Z | Checking fallible-iterator v0.3.0 |
| 3323 | 2024-12-21T04:37:21.744Z | Checking parse-size v1.1.0 |
| 3324 | 2024-12-21T04:37:21.846Z | Checking fallible-streaming-iterator v0.1.9 |
| 3325 | 2024-12-21T04:37:21.950Z | Checking pin-project v1.1.6 |
| 3326 | 2024-12-21T04:37:22.056Z | Checking rusqlite v0.32.1 |
| 3327 | 2024-12-21T04:37:22.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3328 | 2024-12-21T04:37:22.264Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3329 | 2024-12-21T04:37:22.506Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3330 | 2024-12-21T04:37:22.751Z | Checking rustls-pemfile v1.0.4 |
| 3331 | 2024-12-21T04:37:22.953Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3332 | 2024-12-21T04:37:23.172Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3333 | 2024-12-21T04:37:23.189Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3334 | 2024-12-21T04:37:23.220Z | Checking twox-hash v1.6.3 |
| 3335 | 2024-12-21T04:37:23.269Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3336 | 2024-12-21T04:37:23.312Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3337 | 2024-12-21T04:37:23.671Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3338 | 2024-12-21T04:37:23.929Z | Checking tokio-rustls v0.24.1 |
| 3339 | 2024-12-21T04:37:24.227Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3340 | 2024-12-21T04:37:24.751Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3341 | 2024-12-21T04:37:24.777Z | Checking snafu v0.8.5 |
| 3342 | 2024-12-21T04:37:24.777Z | Checking fatfs v0.3.6 |
| 3343 | 2024-12-21T04:37:24.895Z | Checking tough v0.19.0 |
| 3344 | 2024-12-21T04:37:25.065Z | Checking assert_matches v1.5.0 |
| 3345 | 2024-12-21T04:37:28.923Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3346 | 2024-12-21T04:37:30.283Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3347 | 2024-12-21T04:37:31.339Z | Compiling git2 v0.19.0 |
| 3348 | 2024-12-21T04:37:36.007Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3349 | 2024-12-21T04:38:28.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 3350 | 2024-12-21T04:38:28.541Z | |
| 3351 | 2024-12-21T04:38:28.541Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
| 3352 | 2024-12-21T04:38:29.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2024-12-21T04:38:29.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2024-12-21T04:38:29.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2024-12-21T04:38:29.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3356 | 2024-12-21T04:38:29.223Z | |
| 3357 | 2024-12-21T04:38:29.223Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
| 3358 | 2024-12-21T04:38:29.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2024-12-21T04:38:29.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2024-12-21T04:38:29.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2024-12-21T04:38:29.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3362 | 2024-12-21T04:38:29.830Z | |
| 3363 | 2024-12-21T04:38:29.830Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
| 3364 | 2024-12-21T04:38:30.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2024-12-21T04:38:30.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2024-12-21T04:38:30.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2024-12-21T04:38:30.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3368 | 2024-12-21T04:38:30.472Z | |
| 3369 | 2024-12-21T04:38:30.472Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
| 3370 | 2024-12-21T04:38:31.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2024-12-21T04:38:31.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2024-12-21T04:38:31.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2024-12-21T04:38:31.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3374 | 2024-12-21T04:38:31.141Z | |
| 3375 | 2024-12-21T04:38:31.141Z | info: running `cargo check --bins` on nexus-networking (152/176) |
| 3376 | 2024-12-21T04:38:31.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2024-12-21T04:38:31.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2024-12-21T04:38:31.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2024-12-21T04:38:31.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3380 | 2024-12-21T04:38:31.804Z | |
| 3381 | 2024-12-21T04:38:31.804Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
| 3382 | 2024-12-21T04:38:32.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2024-12-21T04:38:32.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2024-12-21T04:38:32.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2024-12-21T04:38:32.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3386 | 2024-12-21T04:38:32.468Z | |
| 3387 | 2024-12-21T04:38:32.468Z | info: running `cargo check --bins` on update-common (154/176) |
| 3388 | 2024-12-21T04:38:33.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2024-12-21T04:38:33.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2024-12-21T04:38:33.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2024-12-21T04:38:33.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3392 | 2024-12-21T04:38:33.113Z | |
| 3393 | 2024-12-21T04:38:33.113Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
| 3394 | 2024-12-21T04:38:33.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2024-12-21T04:38:33.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2024-12-21T04:38:33.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2024-12-21T04:38:33.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3398 | 2024-12-21T04:38:33.754Z | |
| 3399 | 2024-12-21T04:38:33.754Z | info: running `cargo check --bins` on tufaceous (156/176) |
| 3400 | 2024-12-21T04:38:34.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2024-12-21T04:38:34.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2024-12-21T04:38:34.412Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3403 | 2024-12-21T04:38:35.654Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3404 | 2024-12-21T04:38:36.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s |
| 3405 | 2024-12-21T04:38:36.720Z | |
| 3406 | 2024-12-21T04:38:36.720Z | info: running `cargo check --bins` on omicron-dev (157/176) |
| 3407 | 2024-12-21T04:38:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2024-12-21T04:38:37.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2024-12-21T04:38:37.559Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3410 | 2024-12-21T04:38:37.564Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3411 | 2024-12-21T04:38:37.697Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3412 | 2024-12-21T04:38:37.699Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3413 | 2024-12-21T04:38:38.720Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3414 | 2024-12-21T04:39:04.121Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3415 | 2024-12-21T04:39:04.123Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3416 | 2024-12-21T04:39:04.123Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3417 | 2024-12-21T04:39:04.123Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3418 | 2024-12-21T04:39:04.123Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3419 | 2024-12-21T04:39:04.957Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3420 | 2024-12-21T04:39:06.227Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3421 | 2024-12-21T04:39:43.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 3422 | 2024-12-21T04:39:44.129Z | |
| 3423 | 2024-12-21T04:39:44.129Z | info: running `cargo check --bins` on openapi-manager (158/176) |
| 3424 | 2024-12-21T04:39:44.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2024-12-21T04:39:44.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2024-12-21T04:39:44.830Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3427 | 2024-12-21T04:39:44.832Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3428 | 2024-12-21T04:39:44.832Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3429 | 2024-12-21T04:39:44.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3430 | 2024-12-21T04:39:44.959Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3431 | 2024-12-21T04:39:44.985Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3432 | 2024-12-21T04:39:44.987Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3433 | 2024-12-21T04:39:45.017Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3434 | 2024-12-21T04:39:45.143Z | Checking heck v0.4.1 |
| 3435 | 2024-12-21T04:39:45.202Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3436 | 2024-12-21T04:39:45.271Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3437 | 2024-12-21T04:39:45.339Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3438 | 2024-12-21T04:39:45.616Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3439 | 2024-12-21T04:39:45.774Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3440 | 2024-12-21T04:39:46.260Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3441 | 2024-12-21T04:39:46.492Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3442 | 2024-12-21T04:39:47.693Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3443 | 2024-12-21T04:39:48.273Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3444 | 2024-12-21T04:39:48.693Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3445 | 2024-12-21T04:39:48.781Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3446 | 2024-12-21T04:39:50.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3447 | 2024-12-21T04:39:50.785Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3448 | 2024-12-21T04:39:52.024Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3449 | 2024-12-21T04:39:53.614Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3450 | 2024-12-21T04:39:59.657Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3451 | 2024-12-21T04:39:59.678Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3452 | 2024-12-21T04:40:00.856Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3453 | 2024-12-21T04:40:01.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s |
| 3454 | 2024-12-21T04:40:02.158Z | |
| 3455 | 2024-12-21T04:40:02.158Z | info: running `cargo check --bins` on installinator-api (159/176) |
| 3456 | 2024-12-21T04:40:02.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2024-12-21T04:40:02.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2024-12-21T04:40:02.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2024-12-21T04:40:02.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3460 | 2024-12-21T04:40:02.806Z | |
| 3461 | 2024-12-21T04:40:02.806Z | info: running `cargo check --bins` on wicketd-api (160/176) |
| 3462 | 2024-12-21T04:40:03.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2024-12-21T04:40:03.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2024-12-21T04:40:03.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2024-12-21T04:40:03.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3466 | 2024-12-21T04:40:03.454Z | |
| 3467 | 2024-12-21T04:40:03.454Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
| 3468 | 2024-12-21T04:40:04.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2024-12-21T04:40:04.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2024-12-21T04:40:04.151Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3471 | 2024-12-21T04:40:04.151Z | Compiling petname v2.0.2 |
| 3472 | 2024-12-21T04:40:04.154Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3473 | 2024-12-21T04:40:04.154Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3474 | 2024-12-21T04:40:04.154Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3475 | 2024-12-21T04:40:04.154Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3476 | 2024-12-21T04:40:04.268Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3477 | 2024-12-21T04:40:04.289Z | Checking sync-ptr v0.1.1 |
| 3478 | 2024-12-21T04:40:09.655Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3479 | 2024-12-21T04:40:10.305Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3480 | 2024-12-21T04:40:11.481Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3481 | 2024-12-21T04:40:13.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.62s |
| 3482 | 2024-12-21T04:40:13.261Z | |
| 3483 | 2024-12-21T04:40:13.261Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
| 3484 | 2024-12-21T04:40:13.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2024-12-21T04:40:13.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2024-12-21T04:40:13.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2024-12-21T04:40:13.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3488 | 2024-12-21T04:40:13.929Z | |
| 3489 | 2024-12-21T04:40:13.929Z | info: running `cargo check --bins` on omicron-releng (163/176) |
| 3490 | 2024-12-21T04:40:14.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2024-12-21T04:40:14.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2024-12-21T04:40:14.598Z | Checking memmap2 v0.9.5 |
| 3493 | 2024-12-21T04:40:14.598Z | Checking arrayref v0.3.9 |
| 3494 | 2024-12-21T04:40:14.598Z | Checking constant_time_eq v0.3.1 |
| 3495 | 2024-12-21T04:40:14.602Z | Checking spin v0.5.2 |
| 3496 | 2024-12-21T04:40:14.602Z | Checking arrayvec v0.7.6 |
| 3497 | 2024-12-21T04:40:14.602Z | Checking topological-sort v0.2.2 |
| 3498 | 2024-12-21T04:40:14.712Z | Checking shell-words v1.1.0 |
| 3499 | 2024-12-21T04:40:14.916Z | Checking ring v0.16.20 |
| 3500 | 2024-12-21T04:40:15.007Z | Checking blake3 v1.5.4 |
| 3501 | 2024-12-21T04:40:16.005Z | Checking omicron-zone-package v0.11.1 |
| 3502 | 2024-12-21T04:40:17.091Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3503 | 2024-12-21T04:40:17.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 3504 | 2024-12-21T04:40:18.172Z | |
| 3505 | 2024-12-21T04:40:18.172Z | info: running `cargo check --bins` on xtask (164/176) |
| 3506 | 2024-12-21T04:40:18.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2024-12-21T04:40:18.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2024-12-21T04:40:18.596Z | Checking bitflags v2.6.0 |
| 3509 | 2024-12-21T04:40:18.600Z | Checking serde v1.0.215 |
| 3510 | 2024-12-21T04:40:18.600Z | Checking thiserror v1.0.69 |
| 3511 | 2024-12-21T04:40:18.697Z | Checking scroll v0.12.0 |
| 3512 | 2024-12-21T04:40:18.712Z | Checking hashbrown v0.15.1 |
| 3513 | 2024-12-21T04:40:18.712Z | Checking log v0.4.22 |
| 3514 | 2024-12-21T04:40:18.731Z | Checking zerocopy v0.7.35 |
| 3515 | 2024-12-21T04:40:18.762Z | Checking syn v2.0.87 |
| 3516 | 2024-12-21T04:40:18.791Z | Checking pest v2.7.14 |
| 3517 | 2024-12-21T04:40:18.910Z | Checking rustix v0.38.37 |
| 3518 | 2024-12-21T04:40:18.966Z | Checking once_cell v1.20.2 |
| 3519 | 2024-12-21T04:40:19.147Z | Checking goblin v0.8.2 |
| 3520 | 2024-12-21T04:40:19.286Z | Checking fs-err v2.11.0 |
| 3521 | 2024-12-21T04:40:19.595Z | Checking anyhow v1.0.93 |
| 3522 | 2024-12-21T04:40:19.716Z | Checking indexmap v2.6.0 |
| 3523 | 2024-12-21T04:40:20.009Z | Checking tabled v0.15.0 |
| 3524 | 2024-12-21T04:40:20.849Z | Checking terminal_size v0.4.0 |
| 3525 | 2024-12-21T04:40:20.853Z | Checking tempfile v3.13.0 |
| 3526 | 2024-12-21T04:40:21.016Z | Checking clap_builder v4.5.21 |
| 3527 | 2024-12-21T04:40:21.225Z | Checking dtrace-parser v0.2.0 |
| 3528 | 2024-12-21T04:40:22.825Z | Checking serde_json v1.0.133 |
| 3529 | 2024-12-21T04:40:22.825Z | Checking serde_spanned v0.6.8 |
| 3530 | 2024-12-21T04:40:22.828Z | Checking toml_datetime v0.6.8 |
| 3531 | 2024-12-21T04:40:22.828Z | Checking camino v1.1.9 |
| 3532 | 2024-12-21T04:40:22.828Z | Checking cargo-platform v0.1.8 |
| 3533 | 2024-12-21T04:40:23.053Z | Checking semver v1.0.23 |
| 3534 | 2024-12-21T04:40:23.103Z | Checking macaddr v1.0.1 |
| 3535 | 2024-12-21T04:40:23.121Z | Checking toml_edit v0.22.22 |
| 3536 | 2024-12-21T04:40:23.334Z | Checking clap v4.5.21 |
| 3537 | 2024-12-21T04:40:23.365Z | Checking camino-tempfile v1.1.1 |
| 3538 | 2024-12-21T04:40:24.024Z | Checking dof v0.3.0 |
| 3539 | 2024-12-21T04:40:24.024Z | Checking cargo_metadata v0.18.1 |
| 3540 | 2024-12-21T04:40:24.434Z | Checking usdt-impl v0.5.0 |
| 3541 | 2024-12-21T04:40:24.784Z | Checking usdt v0.5.0 |
| 3542 | 2024-12-21T04:40:24.946Z | Checking toml v0.8.19 |
| 3543 | 2024-12-21T04:40:25.400Z | Checking cargo_toml v0.20.5 |
| 3544 | 2024-12-21T04:40:26.614Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3545 | 2024-12-21T04:40:27.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s |
| 3546 | 2024-12-21T04:40:27.308Z | |
| 3547 | 2024-12-21T04:40:27.308Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
| 3548 | 2024-12-21T04:40:30.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2024-12-21T04:40:30.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2024-12-21T04:40:30.965Z | Checking polyval v0.6.2 |
| 3551 | 2024-12-21T04:40:30.965Z | Checking ctr v0.9.2 |
| 3552 | 2024-12-21T04:40:30.965Z | Checking ssh-encoding v0.2.0 |
| 3553 | 2024-12-21T04:40:30.965Z | Checking blowfish v0.9.1 |
| 3554 | 2024-12-21T04:40:30.965Z | Checking password-hash v0.4.2 |
| 3555 | 2024-12-21T04:40:30.965Z | Checking matches v0.1.10 |
| 3556 | 2024-12-21T04:40:30.965Z | Checking p521 v0.13.3 |
| 3557 | 2024-12-21T04:40:30.965Z | Checking p256 v0.13.2 |
| 3558 | 2024-12-21T04:40:30.965Z | Checking idna v0.2.3 |
| 3559 | 2024-12-21T04:40:30.965Z | Checking ghash v0.5.1 |
| 3560 | 2024-12-21T04:40:30.965Z | Checking bcrypt-pbkdf v0.10.0 |
| 3561 | 2024-12-21T04:40:30.965Z | Compiling enum-as-inner v0.5.1 |
| 3562 | 2024-12-21T04:40:30.965Z | Checking russh-cryptovec v0.7.3 |
| 3563 | 2024-12-21T04:40:30.965Z | Checking pbkdf2 v0.11.0 |
| 3564 | 2024-12-21T04:40:30.965Z | Checking aes-gcm v0.10.3 |
| 3565 | 2024-12-21T04:40:30.965Z | Checking md5 v0.7.0 |
| 3566 | 2024-12-21T04:40:30.965Z | Checking num-bigint v0.4.6 |
| 3567 | 2024-12-21T04:40:30.965Z | Checking des v0.8.1 |
| 3568 | 2024-12-21T04:40:30.965Z | Checking ssh-cipher v0.2.0 |
| 3569 | 2024-12-21T04:40:30.965Z | Compiling dhcproto-macros v0.1.0 |
| 3570 | 2024-12-21T04:40:30.965Z | Checking hex-literal v0.4.1 |
| 3571 | 2024-12-21T04:40:30.965Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3572 | 2024-12-21T04:40:30.967Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3573 | 2024-12-21T04:40:30.967Z | Checking internet-checksum v0.2.1 |
| 3574 | 2024-12-21T04:40:30.967Z | Checking ssh-key v0.6.6 |
| 3575 | 2024-12-21T04:40:30.967Z | Checking trust-dns-proto v0.22.0 |
| 3576 | 2024-12-21T04:40:30.967Z | Checking russh-keys v0.45.0 |
| 3577 | 2024-12-21T04:40:31.304Z | Checking russh v0.45.0 |
| 3578 | 2024-12-21T04:40:31.972Z | Checking dhcproto v0.12.0 |
| 3579 | 2024-12-21T04:40:49.163Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3580 | 2024-12-21T04:40:50.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.25s |
| 3581 | 2024-12-21T04:40:50.769Z | |
| 3582 | 2024-12-21T04:40:50.769Z | info: running `cargo check --bins` on gateway-cli (166/176) |
| 3583 | 2024-12-21T04:40:51.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2024-12-21T04:40:51.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2024-12-21T04:40:51.400Z | Checking termios v0.3.3 |
| 3586 | 2024-12-21T04:40:51.616Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3587 | 2024-12-21T04:40:52.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 3588 | 2024-12-21T04:40:52.571Z | |
| 3589 | 2024-12-21T04:40:52.571Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
| 3590 | 2024-12-21T04:40:53.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2024-12-21T04:40:53.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2024-12-21T04:40:53.254Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3593 | 2024-12-21T04:40:53.254Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3594 | 2024-12-21T04:40:53.257Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3595 | 2024-12-21T04:40:53.257Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3596 | 2024-12-21T04:40:54.331Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3597 | 2024-12-21T04:40:55.627Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3598 | 2024-12-21T04:40:57.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
| 3599 | 2024-12-21T04:40:57.704Z | |
| 3600 | 2024-12-21T04:40:57.704Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
| 3601 | 2024-12-21T04:40:58.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2024-12-21T04:40:58.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2024-12-21T04:40:58.335Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3604 | 2024-12-21T04:40:58.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3605 | 2024-12-21T04:40:59.002Z | |
| 3606 | 2024-12-21T04:40:59.002Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
| 3607 | 2024-12-21T04:40:59.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2024-12-21T04:40:59.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2024-12-21T04:40:59.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2024-12-21T04:40:59.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3611 | 2024-12-21T04:40:59.606Z | |
| 3612 | 2024-12-21T04:40:59.606Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
| 3613 | 2024-12-21T04:41:00.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2024-12-21T04:41:00.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2024-12-21T04:41:00.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2024-12-21T04:41:00.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3617 | 2024-12-21T04:41:00.218Z | |
| 3618 | 2024-12-21T04:41:00.218Z | info: running `cargo check --bins` on omicron-package (171/176) |
| 3619 | 2024-12-21T04:41:00.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2024-12-21T04:41:00.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2024-12-21T04:41:00.883Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3622 | 2024-12-21T04:41:02.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 3623 | 2024-12-21T04:41:02.415Z | |
| 3624 | 2024-12-21T04:41:02.415Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
| 3625 | 2024-12-21T04:41:03.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2024-12-21T04:41:03.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2024-12-21T04:41:03.113Z | Checking rtoolbox v0.0.2 |
| 3628 | 2024-12-21T04:41:03.113Z | Checking tui-tree-widget v0.22.0 |
| 3629 | 2024-12-21T04:41:03.116Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3630 | 2024-12-21T04:41:03.342Z | Checking rpassword v7.3.1 |
| 3631 | 2024-12-21T04:41:07.410Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3632 | 2024-12-21T04:41:10.452Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3633 | 2024-12-21T04:41:11.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
| 3634 | 2024-12-21T04:41:11.872Z | |
| 3635 | 2024-12-21T04:41:11.872Z | info: running `cargo check --bins` on wicket (173/176) |
| 3636 | 2024-12-21T04:41:12.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2024-12-21T04:41:12.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2024-12-21T04:41:12.566Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3639 | 2024-12-21T04:41:13.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3640 | 2024-12-21T04:41:13.198Z | |
| 3641 | 2024-12-21T04:41:13.198Z | info: running `cargo check --bins` on wicketd (174/176) |
| 3642 | 2024-12-21T04:41:13.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2024-12-21T04:41:13.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2024-12-21T04:41:13.914Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3645 | 2024-12-21T04:41:13.914Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3646 | 2024-12-21T04:41:14.774Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3647 | 2024-12-21T04:41:18.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
| 3648 | 2024-12-21T04:41:18.865Z | |
| 3649 | 2024-12-21T04:41:18.865Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
| 3650 | 2024-12-21T04:41:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2024-12-21T04:41:19.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2024-12-21T04:41:19.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2024-12-21T04:41:19.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3654 | 2024-12-21T04:41:19.474Z | |
| 3655 | 2024-12-21T04:41:19.474Z | info: running `cargo check --bins` on zone-setup (176/176) |
| 3656 | 2024-12-21T04:41:20.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2024-12-21T04:41:20.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2024-12-21T04:41:20.207Z | Checking uzers v0.12.1 |
| 3659 | 2024-12-21T04:41:20.550Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3660 | 2024-12-21T04:41:22.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 3661 | 2024-12-21T04:41:22.176Z | |
| 3662 | 2024-12-21T04:41:22.176Z | real 13:28.173333117 |
| 3663 | 2024-12-21T04:41:22.176Z | user 25:14.093526264 |
| 3664 | 2024-12-21T04:41:22.176Z | sys 5:44.592191957 |
| 3665 | 2024-12-21T04:41:22.176Z | trap 0.475382140 |
| 3666 | 2024-12-21T04:41:22.176Z | tflt 2.422212702 |
| 3667 | 2024-12-21T04:41:22.176Z | dflt 3.088816102 |
| 3668 | 2024-12-21T04:41:22.176Z | kflt 0.003046412 |
| 3669 | 2024-12-21T04:41:22.176Z | lock 47:53.335549645 |
| 3670 | 2024-12-21T04:41:22.176Z | slp 2:12:12.902349309 |
| 3671 | 2024-12-21T04:41:22.176Z | lat 1:04.567754296 |
| 3672 | 2024-12-21T04:41:22.176Z | stop 3:21.363073638 |
| 3673 | 2024-12-21T04:41:22.176Z | process exited: duration 1242481 ms, exit code 0 |
| |
| 3674 | 2024-12-21T04:41:22.193Z | found 0 output files |