|
|
|
| 1 | 2024-12-07T00:04:10.001Z | job assigned to worker 01JEF6VXWZK5D3FHV4J6D3QA5X [factory gimlet-EVT22200007-propolis, EVT22200007/20058] (queued for 27 s) |
| |
| 2 | 2024-12-07T00:04:18.336Z | starting task 0: "setup" |
| 3 | 2024-12-07T00:04:18.392Z | ++ uname -s |
| 4 | 2024-12-07T00:04:18.392Z | + kern=SunOS |
| 5 | 2024-12-07T00:04:18.392Z | + case "$kern" in |
| 6 | 2024-12-07T00:04:18.392Z | + groupadd -g 12345 build |
| 7 | 2024-12-07T00:04:18.392Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-07T00:04:20.319Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-07T00:04:20.351Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-07T00:04:20.376Z | + home_fs=zfs |
| 11 | 2024-12-07T00:04:20.377Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-07T00:04:20.377Z | + mkdir -p /home/build |
| 13 | 2024-12-07T00:04:20.377Z | + chown build:build /home/build /work |
| 14 | 2024-12-07T00:04:22.367Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-07T00:04:22.414Z | process exited: duration 4068 ms, exit code 0 |
| |
| 16 | 2024-12-07T00:04:22.513Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-07T00:04:22.550Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-07T00:04:22.554Z | ' 1.81.0 |
| 19 | 2024-12-07T00:04:22.554Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-12-07T00:04:22.555Z | ' default |
| 21 | 2024-12-07T00:04:22.555Z | * toolchain channel = "1.81.0" |
| 22 | 2024-12-07T00:04:22.555Z | * toolchain profile = "default" |
| 23 | 2024-12-07T00:04:22.555Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-07T00:04:22.555Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-07T00:04:22.669Z | info: downloading installer |
| 26 | 2024-12-07T00:04:23.180Z | info: profile set to 'default' |
| 27 | 2024-12-07T00:04:23.181Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-07T00:04:23.181Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-07T00:04:23.282Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-07T00:04:23.282Z | info: downloading component 'cargo' |
| 31 | 2024-12-07T00:04:23.400Z | info: downloading component 'clippy' |
| 32 | 2024-12-07T00:04:23.450Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-07T00:04:23.612Z | info: downloading component 'rust-std' |
| 34 | 2024-12-07T00:04:23.872Z | info: downloading component 'rustc' |
| 35 | 2024-12-07T00:04:24.708Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-07T00:04:24.741Z | info: installing component 'cargo' |
| 37 | 2024-12-07T00:04:25.822Z | info: installing component 'clippy' |
| 38 | 2024-12-07T00:04:26.218Z | info: installing component 'rust-docs' |
| 39 | 2024-12-07T00:04:28.880Z | info: installing component 'rust-std' |
| 40 | 2024-12-07T00:04:30.893Z | info: installing component 'rustc' |
| 41 | 2024-12-07T00:04:37.809Z | info: installing component 'rustfmt' |
| 42 | 2024-12-07T00:04:38.199Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-07T00:04:38.200Z | |
| 44 | 2024-12-07T00:04:38.348Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-07T00:04:38.348Z | |
| 46 | 2024-12-07T00:04:38.372Z | |
| 47 | 2024-12-07T00:04:38.372Z | Rust is installed now. Great! |
| 48 | 2024-12-07T00:04:38.372Z | |
| 49 | 2024-12-07T00:04:38.372Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-07T00:04:38.372Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-07T00:04:38.372Z | |
| 52 | 2024-12-07T00:04:38.373Z | To configure your current shell, you need to source |
| 53 | 2024-12-07T00:04:38.373Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-07T00:04:38.373Z | |
| 55 | 2024-12-07T00:04:38.373Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-07T00:04:38.373Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-07T00:04:38.373Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-07T00:04:38.459Z | + rustc --version |
| 59 | 2024-12-07T00:04:38.578Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-07T00:04:38.602Z | process exited: duration 16082 ms, exit code 0 |
| |
| 61 | 2024-12-07T00:04:38.651Z | starting task 2: "authentication" |
| 62 | 2024-12-07T00:04:38.707Z | process exited: duration 56 ms, exit code 0 |
| |
| 63 | 2024-12-07T00:04:38.756Z | starting task 3: "clone repository" |
| 64 | 2024-12-07T00:04:38.781Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-07T00:04:38.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-07T00:04:38.806Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-07T00:04:44.978Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-07T00:04:44.978Z | + git fetch origin 2c1412657e781815e3c7ffb86f5845227148ae48 |
| 69 | 2024-12-07T00:04:45.422Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-07T00:04:45.422Z | * branch 2c1412657e781815e3c7ffb86f5845227148ae48 -> FETCH_HEAD |
| 71 | 2024-12-07T00:04:45.446Z | + [[ -n oxql-query-planner ]] |
| 72 | 2024-12-07T00:04:45.447Z | ++ git branch --show-current |
| 73 | 2024-12-07T00:04:45.447Z | + current=main |
| 74 | 2024-12-07T00:04:45.447Z | + [[ main != oxql-query-planner ]] |
| 75 | 2024-12-07T00:04:45.447Z | + git branch -f oxql-query-planner 2c1412657e781815e3c7ffb86f5845227148ae48 |
| 76 | 2024-12-07T00:04:45.472Z | + git checkout -f oxql-query-planner |
| 77 | 2024-12-07T00:04:45.549Z | Switched to branch 'oxql-query-planner' |
| 78 | 2024-12-07T00:04:45.573Z | + git reset --hard 2c1412657e781815e3c7ffb86f5845227148ae48 |
| 79 | 2024-12-07T00:04:45.642Z | HEAD is now at 2c1412657 Fixup test for incomparable fields |
| 80 | 2024-12-07T00:04:45.666Z | process exited: duration 6888 ms, exit code 0 |
| |
| 81 | 2024-12-07T00:04:45.714Z | starting task 4: "build" |
| 82 | 2024-12-07T00:04:45.739Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-12-07T00:04:45.739Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-12-07T00:04:45.739Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-12-07T00:04:45.739Z | + cargo --version |
| 86 | 2024-12-07T00:04:45.821Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-12-07T00:04:45.845Z | + rustc --version |
| 88 | 2024-12-07T00:04:45.924Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-12-07T00:04:45.948Z | + source ./env.sh |
| 90 | 2024-12-07T00:04:45.948Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-12-07T00:04:45.949Z | ++ set -o xtrace |
| 92 | 2024-12-07T00:04:45.949Z | ++++ dirname ./env.sh |
| 93 | 2024-12-07T00:04:45.949Z | +++ readlink -f . |
| 94 | 2024-12-07T00:04:45.949Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-12-07T00:04:45.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-12-07T00:04:45.949Z | ++ 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-07T00:04:45.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-12-07T00:04:45.949Z | ++ 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-07T00:04:45.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-12-07T00:04:45.949Z | ++ 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-07T00:04:45.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2024-12-07T00:04:45.949Z | ++ 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-07T00:04:45.949Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-12-07T00:04:45.949Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-12-07T00:04:45.949Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 106 | 2024-12-07T00:04:45.949Z | + 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-07T00:04:45.949Z | + banner prerequisites |
| 108 | 2024-12-07T00:04:45.949Z | |
| 109 | 2024-12-07T00:04:45.949Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-12-07T00:04:45.949Z | # # # # # # # # # # # # # # # |
| 111 | 2024-12-07T00:04:45.949Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-12-07T00:04:45.949Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-12-07T00:04:45.949Z | # # # # # # # # # # # # # # # |
| 114 | 2024-12-07T00:04:45.949Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-12-07T00:04:45.949Z | |
| 116 | 2024-12-07T00:04:45.949Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-12-07T00:04:56.126Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-12-07T00:05:00.554Z | Startup: Caching catalogs ... Done |
| 119 | 2024-12-07T00:05:12.807Z | Planning: Solver setup ... Done (11.244s) |
| 120 | 2024-12-07T00:05:12.957Z | Planning: Running solver ... Done (0.150s) |
| 121 | 2024-12-07T00:05:13.063Z | Planning: Finding local manifests ... Done (0.003s) |
| 122 | 2024-12-07T00:05:13.145Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-12-07T00:05:13.609Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-12-07T00:05:13.729Z | Planning: Package planning ... Done (0.120s) |
| 125 | 2024-12-07T00:05:13.795Z | Planning: Merging actions ... Done (0.066s) |
| 126 | 2024-12-07T00:05:14.013Z | Planning: Checking for conflicting actions ... Done (0.217s) |
| 127 | 2024-12-07T00:05:15.075Z | Planning: Consolidating action changes ... Done (1.062s) |
| 128 | 2024-12-07T00:05:15.504Z | Planning: Evaluating mediators ... Done (0.429s) |
| 129 | 2024-12-07T00:05:15.602Z | Planning: Planning completed in 14.97 seconds |
| 130 | 2024-12-07T00:05:15.627Z | Packages to install: 4 |
| 131 | 2024-12-07T00:05:15.627Z | Packages to update: 1 |
| 132 | 2024-12-07T00:05:15.627Z | Mediators to change: 2 |
| 133 | 2024-12-07T00:05:15.627Z | Services to change: 1 |
| 134 | 2024-12-07T00:05:15.627Z | Estimated space available: 155.18 GB |
| 135 | 2024-12-07T00:05:15.627Z | Estimated space to be consumed: 1.61 GB |
| 136 | 2024-12-07T00:05:15.627Z | Create boot environment: No |
| 137 | 2024-12-07T00:05:15.627Z | Create backup boot environment: Yes |
| 138 | 2024-12-07T00:05:15.627Z | Rebuild boot archive: No |
| 139 | 2024-12-07T00:05:15.627Z | |
| 140 | 2024-12-07T00:05:15.627Z | Changed mediators: |
| 141 | 2024-12-07T00:05:15.627Z | mediator clang: |
| 142 | 2024-12-07T00:05:15.627Z | version: None -> 15 (system default) |
| 143 | 2024-12-07T00:05:15.627Z | |
| 144 | 2024-12-07T00:05:15.627Z | mediator llvm: |
| 145 | 2024-12-07T00:05:15.627Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-12-07T00:05:15.627Z | |
| 147 | 2024-12-07T00:05:15.627Z | Changed packages: |
| 148 | 2024-12-07T00:05:15.627Z | helios-dev |
| 149 | 2024-12-07T00:05:15.627Z | developer/build-essential |
| 150 | 2024-12-07T00:05:15.627Z | None -> 11-2.0 |
| 151 | 2024-12-07T00:05:15.627Z | library/libxmlsec1 |
| 152 | 2024-12-07T00:05:15.627Z | None -> 1.2.35-2.0 |
| 153 | 2024-12-07T00:05:15.627Z | ooce/developer/clang-15 |
| 154 | 2024-12-07T00:05:15.627Z | None -> 15.0.7-2.0 |
| 155 | 2024-12-07T00:05:15.627Z | ooce/developer/llvm-15 |
| 156 | 2024-12-07T00:05:15.628Z | None -> 15.0.7-2.0 |
| 157 | 2024-12-07T00:05:15.628Z | package/pkg |
| 158 | 2024-12-07T00:05:15.628Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-12-07T00:05:15.628Z | |
| 160 | 2024-12-07T00:05:15.628Z | Services: |
| 161 | 2024-12-07T00:05:15.628Z | restart_fmri: |
| 162 | 2024-12-07T00:05:15.628Z | svc:/system/update-man-index:default |
| 163 | 2024-12-07T00:05:15.628Z | |
| 164 | 2024-12-07T00:05:15.628Z | Editable files to change: |
| 165 | 2024-12-07T00:05:15.629Z | Update: |
| 166 | 2024-12-07T00:05:15.629Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-12-07T00:05:15.692Z | |
| 168 | 2024-12-07T00:05:15.692Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-12-07T00:05:20.691Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (16.9M/s) |
| 170 | 2024-12-07T00:05:25.692Z | Download: 1930/4281 items 118.6/220.6MB 53% complete (12.0M/s) |
| 171 | 2024-12-07T00:05:30.695Z | Download: 2617/4281 items 120.6/220.6MB 54% complete (3.8M/s) |
| 172 | 2024-12-07T00:05:35.695Z | Download: 3237/4281 items 179.2/220.6MB 81% complete (5.9M/s) |
| 173 | 2024-12-07T00:05:41.361Z | Download: 3283/4281 items 211.4/220.6MB 95% complete (9.1M/s) |
| 174 | 2024-12-07T00:05:46.360Z | Download: 4281/4281 items 220.6/220.6MB 100% complete (2.2M/s) |
| 175 | 2024-12-07T00:05:46.384Z | Download: Completed 220.60 MB in 30.69 seconds (7.2M/s) |
| 176 | 2024-12-07T00:05:47.860Z | Actions: 1/5063 actions (Removing old actions) |
| 177 | 2024-12-07T00:05:47.885Z | Actions: 194/5063 actions (Installing new actions) |
| 178 | 2024-12-07T00:05:53.554Z | Actions: 3757/5063 actions (Installing new actions) |
| 179 | 2024-12-07T00:05:53.665Z | Actions: 4226/5063 actions (Updating modified actions) |
| 180 | 2024-12-07T00:05:54.020Z | Actions: Completed 5063 actions in 6.16 seconds. |
| 181 | 2024-12-07T00:05:54.359Z | Done (0.333s) |
| 182 | 2024-12-07T00:05:54.383Z | Done (0.000s) |
| 183 | 2024-12-07T00:05:55.007Z | Done (0.646s) |
| 184 | 2024-12-07T00:05:59.847Z | Done (4.672s) |
| 185 | 2024-12-07T00:05:59.947Z | Done (0.018s) |
| 186 | 2024-12-07T00:05:59.972Z | Done (0.000s) |
| 187 | 2024-12-07T00:06:00.124Z | Done (0.000s) |
| 188 | 2024-12-07T00:06:00.877Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2024-12-07T00:06:01.144Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2024-12-07T00:06:01.168Z | Planning: Consolidating action changes ... Done |
| 191 | 2024-12-07T00:06:01.478Z | Planning: Evaluating mediators ... Done |
| 192 | 2024-12-07T00:06:01.503Z | Planning: Planning completed in 0.60 seconds |
| 193 | 2024-12-07T00:06:01.527Z | Mediators to change: 2 |
| 194 | 2024-12-07T00:06:01.527Z | Create boot environment: No |
| 195 | 2024-12-07T00:06:01.527Z | Create backup boot environment: No |
| 196 | 2024-12-07T00:06:01.583Z | Done |
| 197 | 2024-12-07T00:06:01.583Z | Done |
| 198 | 2024-12-07T00:06:02.069Z | Done |
| 199 | 2024-12-07T00:06:06.463Z | Done |
| 200 | 2024-12-07T00:06:06.555Z | Done |
| 201 | 2024-12-07T00:06:06.580Z | Done |
| 202 | 2024-12-07T00:06:06.620Z | Done |
| 203 | 2024-12-07T00:06:07.330Z | Planning: Evaluating mediator changes ... Done |
| 204 | 2024-12-07T00:06:07.354Z | Planning: Merging actions ... Done |
| 205 | 2024-12-07T00:06:07.558Z | Planning: Checking for conflicting actions ... Done |
| 206 | 2024-12-07T00:06:07.584Z | Planning: Consolidating action changes ... Done |
| 207 | 2024-12-07T00:06:07.873Z | Planning: Evaluating mediators ... Done |
| 208 | 2024-12-07T00:06:07.937Z | Planning: Planning completed in 0.89 seconds |
| 209 | 2024-12-07T00:06:07.983Z | Packages to change: 1 |
| 210 | 2024-12-07T00:06:07.983Z | Mediators to change: 1 |
| 211 | 2024-12-07T00:06:07.983Z | Services to change: 1 |
| 212 | 2024-12-07T00:06:07.983Z | Create boot environment: No |
| 213 | 2024-12-07T00:06:07.983Z | Create backup boot environment: Yes |
| 214 | 2024-12-07T00:06:09.588Z | Actions: 1/6 actions (Updating modified actions) |
| 215 | 2024-12-07T00:06:09.612Z | Actions: Completed 6 actions in 0.00 seconds. |
| 216 | 2024-12-07T00:06:09.612Z | Done |
| 217 | 2024-12-07T00:06:09.612Z | Done |
| 218 | 2024-12-07T00:06:09.722Z | Done |
| 219 | 2024-12-07T00:06:13.980Z | Done |
| 220 | 2024-12-07T00:06:14.071Z | Done |
| 221 | 2024-12-07T00:06:14.071Z | Done |
| 222 | 2024-12-07T00:06:14.160Z | Done |
| 223 | 2024-12-07T00:06:14.671Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 224 | 2024-12-07T00:06:14.671Z | clang system 15 system |
| 225 | 2024-12-07T00:06:14.671Z | csh system system illumos |
| 226 | 2024-12-07T00:06:14.671Z | ctags system system illumos |
| 227 | 2024-12-07T00:06:14.671Z | gcc vendor 12 vendor |
| 228 | 2024-12-07T00:06:14.671Z | gcc system 10 system |
| 229 | 2024-12-07T00:06:14.671Z | gcc system 7 system |
| 230 | 2024-12-07T00:06:14.671Z | go system 1.20 system |
| 231 | 2024-12-07T00:06:14.671Z | go system 1.19 system |
| 232 | 2024-12-07T00:06:14.671Z | llvm system 15 system |
| 233 | 2024-12-07T00:06:14.671Z | llvm system 14 system |
| 234 | 2024-12-07T00:06:14.671Z | mariadb system 10.6 system |
| 235 | 2024-12-07T00:06:14.671Z | mta vendor vendor dma |
| 236 | 2024-12-07T00:06:14.671Z | openjdk system 17 system |
| 237 | 2024-12-07T00:06:14.671Z | openjdk system 11 system |
| 238 | 2024-12-07T00:06:14.671Z | openjdk system 1.8 system |
| 239 | 2024-12-07T00:06:14.671Z | openssl vendor 3 vendor |
| 240 | 2024-12-07T00:06:14.671Z | perl system 5.36 system |
| 241 | 2024-12-07T00:06:14.672Z | postgresql system 15 system |
| 242 | 2024-12-07T00:06:14.672Z | postgresql system 13 system |
| 243 | 2024-12-07T00:06:14.672Z | python vendor 3 vendor |
| 244 | 2024-12-07T00:06:14.672Z | python system 2 system |
| 245 | 2024-12-07T00:06:14.672Z | python3 system 3.11 system |
| 246 | 2024-12-07T00:06:14.672Z | ruby system 3.0 system |
| 247 | 2024-12-07T00:06:14.672Z | words vendor vendor american-english |
| 248 | 2024-12-07T00:06:14.672Z | words system system australian-english |
| 249 | 2024-12-07T00:06:14.672Z | words system system british-english |
| 250 | 2024-12-07T00:06:14.672Z | words system system canadian-english |
| 251 | 2024-12-07T00:06:14.672Z | words system system french |
| 252 | 2024-12-07T00:06:14.672Z | words system system italian |
| 253 | 2024-12-07T00:06:14.672Z | words system system ngerman |
| 254 | 2024-12-07T00:06:14.672Z | words system system ogerman |
| 255 | 2024-12-07T00:06:14.672Z | words system system spanish |
| 256 | 2024-12-07T00:06:15.066Z | PUBLISHER TYPE STATUS P LOCATION |
| 257 | 2024-12-07T00:06:15.066Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 258 | 2024-12-07T00:06:18.309Z | FMRI IFO |
| 259 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 260 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 261 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 262 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 263 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 264 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 265 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 266 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 267 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 268 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 269 | 2024-12-07T00:06:18.309Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 270 | 2024-12-07T00:06:18.310Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 271 | 2024-12-07T00:06:18.310Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 272 | 2024-12-07T00:06:18.310Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 273 | 2024-12-07T00:06:18.310Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 274 | 2024-12-07T00:06:19.125Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 275 | 2024-12-07T00:06:19.526Z | Updating crates.io index |
| 276 | 2024-12-07T00:06:19.609Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 277 | 2024-12-07T00:06:20.238Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 278 | 2024-12-07T00:06:20.602Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 279 | 2024-12-07T00:06:20.969Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 280 | 2024-12-07T00:06:21.369Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 281 | 2024-12-07T00:06:22.456Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 282 | 2024-12-07T00:06:25.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 283 | 2024-12-07T00:06:26.551Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 284 | 2024-12-07T00:06:27.327Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 285 | 2024-12-07T00:06:27.670Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 286 | 2024-12-07T00:06:28.051Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2024-12-07T00:06:28.778Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 288 | 2024-12-07T00:06:29.274Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 289 | 2024-12-07T00:06:29.710Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2024-12-07T00:06:30.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 291 | 2024-12-07T00:06:30.451Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 292 | 2024-12-07T00:06:30.808Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 293 | 2024-12-07T00:06:31.208Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 294 | 2024-12-07T00:06:31.629Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 295 | 2024-12-07T00:06:32.026Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 296 | 2024-12-07T00:06:32.444Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 297 | 2024-12-07T00:06:33.081Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 298 | 2024-12-07T00:06:33.563Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2024-12-07T00:06:34.064Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 300 | 2024-12-07T00:06:34.568Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 301 | 2024-12-07T00:06:34.961Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-12-07T00:06:35.288Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-12-07T00:06:35.661Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-12-07T00:06:37.275Z | Downloading crates ... |
| 305 | 2024-12-07T00:06:37.342Z | Downloaded cargo_toml v0.20.5 |
| 306 | 2024-12-07T00:06:37.366Z | Downloaded is_terminal_polyfill v1.70.1 |
| 307 | 2024-12-07T00:06:37.366Z | Downloaded thiserror v1.0.69 |
| 308 | 2024-12-07T00:06:37.366Z | Downloaded fs-err v2.11.0 |
| 309 | 2024-12-07T00:06:37.366Z | Downloaded crypto-common v0.1.6 |
| 310 | 2024-12-07T00:06:37.366Z | Downloaded tempfile v3.13.0 |
| 311 | 2024-12-07T00:06:37.366Z | Downloaded sha2 v0.10.8 |
| 312 | 2024-12-07T00:06:37.366Z | Downloaded memmap v0.7.0 |
| 313 | 2024-12-07T00:06:37.368Z | Downloaded heck v0.5.0 |
| 314 | 2024-12-07T00:06:37.368Z | Downloaded dof v0.3.0 |
| 315 | 2024-12-07T00:06:37.368Z | Downloaded camino-tempfile v1.1.1 |
| 316 | 2024-12-07T00:06:37.392Z | Downloaded anstyle-query v1.1.1 |
| 317 | 2024-12-07T00:06:37.392Z | Downloaded autocfg v1.4.0 |
| 318 | 2024-12-07T00:06:37.392Z | Downloaded anstream v0.6.15 |
| 319 | 2024-12-07T00:06:37.392Z | Downloaded anyhow v1.0.93 |
| 320 | 2024-12-07T00:06:37.392Z | Downloaded cfg-if v1.0.0 |
| 321 | 2024-12-07T00:06:37.392Z | Downloaded byteorder v1.5.0 |
| 322 | 2024-12-07T00:06:37.392Z | Downloaded bytecount v0.6.8 |
| 323 | 2024-12-07T00:06:37.393Z | Downloaded cargo_metadata v0.18.1 |
| 324 | 2024-12-07T00:06:37.393Z | Downloaded cargo-platform v0.1.8 |
| 325 | 2024-12-07T00:06:37.418Z | Downloaded colorchoice v1.0.2 |
| 326 | 2024-12-07T00:06:37.418Z | Downloaded clap_lex v0.7.2 |
| 327 | 2024-12-07T00:06:37.418Z | Downloaded block-buffer v0.10.4 |
| 328 | 2024-12-07T00:06:37.418Z | Downloaded clap_builder v4.5.21 |
| 329 | 2024-12-07T00:06:37.418Z | Downloaded digest v0.10.7 |
| 330 | 2024-12-07T00:06:37.418Z | Downloaded cpufeatures v0.2.14 |
| 331 | 2024-12-07T00:06:37.418Z | Downloaded heck v0.4.1 |
| 332 | 2024-12-07T00:06:37.418Z | Downloaded clap v4.5.21 |
| 333 | 2024-12-07T00:06:37.447Z | Downloaded swrite v0.1.0 |
| 334 | 2024-12-07T00:06:37.448Z | Downloaded serde_spanned v0.6.8 |
| 335 | 2024-12-07T00:06:37.448Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2024-12-07T00:06:37.448Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2024-12-07T00:06:37.448Z | Downloaded plain v0.2.3 |
| 338 | 2024-12-07T00:06:37.448Z | Downloaded quote v1.0.37 |
| 339 | 2024-12-07T00:06:37.448Z | Downloaded serde_tokenstream v0.2.2 |
| 340 | 2024-12-07T00:06:37.448Z | Downloaded usdt-attr-macro v0.5.0 |
| 341 | 2024-12-07T00:06:37.448Z | Downloaded goblin v0.8.2 |
| 342 | 2024-12-07T00:06:37.448Z | Downloaded scroll_derive v0.12.0 |
| 343 | 2024-12-07T00:06:37.448Z | Downloaded dtrace-parser v0.2.0 |
| 344 | 2024-12-07T00:06:37.448Z | Downloaded scroll v0.12.0 |
| 345 | 2024-12-07T00:06:37.448Z | Downloaded ryu v1.0.18 |
| 346 | 2024-12-07T00:06:37.448Z | Downloaded papergrid v0.11.0 |
| 347 | 2024-12-07T00:06:37.475Z | Downloaded semver v1.0.23 |
| 348 | 2024-12-07T00:06:37.475Z | Downloaded version_check v0.9.5 |
| 349 | 2024-12-07T00:06:37.475Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2024-12-07T00:06:37.475Z | Downloaded once_cell v1.20.2 |
| 351 | 2024-12-07T00:06:37.475Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2024-12-07T00:06:37.475Z | Downloaded strsim v0.11.1 |
| 353 | 2024-12-07T00:06:37.475Z | Downloaded unicode-ident v1.0.13 |
| 354 | 2024-12-07T00:06:37.475Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2024-12-07T00:06:37.501Z | Downloaded ucd-trie v0.1.7 |
| 356 | 2024-12-07T00:06:37.501Z | Downloaded zerocopy v0.7.35 |
| 357 | 2024-12-07T00:06:37.501Z | Downloaded indexmap v2.6.0 |
| 358 | 2024-12-07T00:06:37.524Z | Downloaded typenum v1.17.0 |
| 359 | 2024-12-07T00:06:37.525Z | Downloaded toml_edit v0.22.22 |
| 360 | 2024-12-07T00:06:37.549Z | Downloaded pest v2.7.14 |
| 361 | 2024-12-07T00:06:37.549Z | Downloaded textwrap v0.16.1 |
| 362 | 2024-12-07T00:06:37.549Z | Downloaded winnow v0.6.20 |
| 363 | 2024-12-07T00:06:37.549Z | Downloaded serde_json v1.0.132 |
| 364 | 2024-12-07T00:06:37.572Z | Downloaded serde_derive v1.0.215 |
| 365 | 2024-12-07T00:06:37.573Z | Downloaded tabled v0.15.0 |
| 366 | 2024-12-07T00:06:37.597Z | Downloaded syn v1.0.109 |
| 367 | 2024-12-07T00:06:37.597Z | Downloaded syn v2.0.87 |
| 368 | 2024-12-07T00:06:37.626Z | Downloaded pest_meta v2.7.14 |
| 369 | 2024-12-07T00:06:37.626Z | Downloaded unicode-width v0.1.14 |
| 370 | 2024-12-07T00:06:37.626Z | Downloaded utf8parse v0.2.2 |
| 371 | 2024-12-07T00:06:37.626Z | Downloaded rustix v0.38.37 |
| 372 | 2024-12-07T00:06:37.651Z | Downloaded usdt-impl v0.5.0 |
| 373 | 2024-12-07T00:06:37.651Z | Downloaded toml_datetime v0.6.8 |
| 374 | 2024-12-07T00:06:37.651Z | Downloaded pest_derive v2.7.14 |
| 375 | 2024-12-07T00:06:37.651Z | Downloaded itoa v1.0.11 |
| 376 | 2024-12-07T00:06:37.651Z | Downloaded fastrand v2.1.1 |
| 377 | 2024-12-07T00:06:37.651Z | Downloaded terminal_size v0.4.0 |
| 378 | 2024-12-07T00:06:37.651Z | Downloaded tabled_derive v0.7.0 |
| 379 | 2024-12-07T00:06:37.651Z | Downloaded smawk v0.3.2 |
| 380 | 2024-12-07T00:06:37.651Z | Downloaded log v0.4.22 |
| 381 | 2024-12-07T00:06:37.676Z | Downloaded hashbrown v0.15.0 |
| 382 | 2024-12-07T00:06:37.676Z | Downloaded usdt-macro v0.5.0 |
| 383 | 2024-12-07T00:06:37.677Z | Downloaded usdt v0.5.0 |
| 384 | 2024-12-07T00:06:37.677Z | Downloaded toml v0.8.19 |
| 385 | 2024-12-07T00:06:37.677Z | Downloaded thread-id v4.2.2 |
| 386 | 2024-12-07T00:06:37.677Z | Downloaded pretty-hex v0.4.1 |
| 387 | 2024-12-07T00:06:37.677Z | Downloaded macaddr v1.0.1 |
| 388 | 2024-12-07T00:06:37.677Z | Downloaded serde v1.0.215 |
| 389 | 2024-12-07T00:06:37.677Z | Downloaded proc-macro2 v1.0.89 |
| 390 | 2024-12-07T00:06:37.677Z | Downloaded memchr v2.7.4 |
| 391 | 2024-12-07T00:06:37.701Z | Downloaded pest_generator v2.7.14 |
| 392 | 2024-12-07T00:06:37.702Z | Downloaded generic-array v0.14.7 |
| 393 | 2024-12-07T00:06:37.702Z | Downloaded equivalent v1.0.1 |
| 394 | 2024-12-07T00:06:37.702Z | Downloaded clap_derive v4.5.18 |
| 395 | 2024-12-07T00:06:37.702Z | Downloaded libc v0.2.162 |
| 396 | 2024-12-07T00:06:37.726Z | Downloaded fnv v1.0.7 |
| 397 | 2024-12-07T00:06:37.726Z | Downloaded errno v0.3.9 |
| 398 | 2024-12-07T00:06:37.726Z | Downloaded camino v1.1.9 |
| 399 | 2024-12-07T00:06:37.726Z | Downloaded bitflags v2.6.0 |
| 400 | 2024-12-07T00:06:37.726Z | Downloaded anstyle-parse v0.2.5 |
| 401 | 2024-12-07T00:06:37.750Z | Downloaded anstyle v1.0.10 |
| 402 | 2024-12-07T00:06:37.851Z | Compiling proc-macro2 v1.0.89 |
| 403 | 2024-12-07T00:06:37.851Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-12-07T00:06:37.851Z | Compiling serde v1.0.215 |
| 405 | 2024-12-07T00:06:37.852Z | Compiling version_check v0.9.5 |
| 406 | 2024-12-07T00:06:37.876Z | Compiling memchr v2.7.4 |
| 407 | 2024-12-07T00:06:37.876Z | Compiling thiserror v1.0.69 |
| 408 | 2024-12-07T00:06:37.876Z | Compiling libc v0.2.162 |
| 409 | 2024-12-07T00:06:37.876Z | Compiling itoa v1.0.11 |
| 410 | 2024-12-07T00:06:38.124Z | Compiling ucd-trie v0.1.7 |
| 411 | 2024-12-07T00:06:38.236Z | Compiling ryu v1.0.18 |
| 412 | 2024-12-07T00:06:38.592Z | Compiling once_cell v1.20.2 |
| 413 | 2024-12-07T00:06:38.657Z | Compiling byteorder v1.5.0 |
| 414 | 2024-12-07T00:06:38.681Z | Compiling rustix v0.38.37 |
| 415 | 2024-12-07T00:06:38.993Z | Compiling serde_json v1.0.132 |
| 416 | 2024-12-07T00:06:39.164Z | Compiling bitflags v2.6.0 |
| 417 | 2024-12-07T00:06:39.353Z | Compiling usdt-impl v0.5.0 |
| 418 | 2024-12-07T00:06:39.382Z | Compiling proc-macro-error-attr v1.0.4 |
| 419 | 2024-12-07T00:06:39.475Z | Compiling syn v1.0.109 |
| 420 | 2024-12-07T00:06:39.532Z | Compiling quote v1.0.37 |
| 421 | 2024-12-07T00:06:39.590Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2024-12-07T00:06:39.712Z | Compiling camino v1.1.9 |
| 423 | 2024-12-07T00:06:39.811Z | Compiling errno v0.3.9 |
| 424 | 2024-12-07T00:06:39.839Z | Compiling equivalent v1.0.1 |
| 425 | 2024-12-07T00:06:39.952Z | Compiling syn v2.0.87 |
| 426 | 2024-12-07T00:06:40.054Z | Compiling log v0.4.22 |
| 427 | 2024-12-07T00:06:40.104Z | Compiling hashbrown v0.15.0 |
| 428 | 2024-12-07T00:06:40.164Z | Compiling utf8parse v0.2.2 |
| 429 | 2024-12-07T00:06:40.246Z | Compiling plain v0.2.3 |
| 430 | 2024-12-07T00:06:40.346Z | Compiling thread-id v4.2.2 |
| 431 | 2024-12-07T00:06:40.382Z | Compiling anstyle-parse v0.2.5 |
| 432 | 2024-12-07T00:06:40.624Z | Compiling anstyle v1.0.10 |
| 433 | 2024-12-07T00:06:40.684Z | Compiling autocfg v1.4.0 |
| 434 | 2024-12-07T00:06:40.802Z | Compiling winnow v0.6.20 |
| 435 | 2024-12-07T00:06:41.056Z | Compiling anstyle-query v1.1.1 |
| 436 | 2024-12-07T00:06:41.084Z | Compiling pretty-hex v0.4.1 |
| 437 | 2024-12-07T00:06:41.224Z | Compiling indexmap v2.6.0 |
| 438 | 2024-12-07T00:06:41.260Z | Compiling unicode-width v0.1.14 |
| 439 | 2024-12-07T00:06:41.301Z | Compiling semver v1.0.23 |
| 440 | 2024-12-07T00:06:41.755Z | Compiling colorchoice v1.0.2 |
| 441 | 2024-12-07T00:06:41.784Z | Compiling is_terminal_polyfill v1.70.1 |
| 442 | 2024-12-07T00:06:41.936Z | Compiling anstream v0.6.15 |
| 443 | 2024-12-07T00:06:41.964Z | Compiling terminal_size v0.4.0 |
| 444 | 2024-12-07T00:06:41.964Z | Compiling fs-err v2.11.0 |
| 445 | 2024-12-07T00:06:42.369Z | Compiling anyhow v1.0.93 |
| 446 | 2024-12-07T00:06:42.404Z | Compiling clap_lex v0.7.2 |
| 447 | 2024-12-07T00:06:42.497Z | Compiling bytecount v0.6.8 |
| 448 | 2024-12-07T00:06:42.529Z | Compiling heck v0.4.1 |
| 449 | 2024-12-07T00:06:42.715Z | Compiling fnv v1.0.7 |
| 450 | 2024-12-07T00:06:42.880Z | Compiling fastrand v2.1.1 |
| 451 | 2024-12-07T00:06:42.906Z | Compiling cfg-if v1.0.0 |
| 452 | 2024-12-07T00:06:42.970Z | Compiling strsim v0.11.1 |
| 453 | 2024-12-07T00:06:43.012Z | Compiling heck v0.5.0 |
| 454 | 2024-12-07T00:06:43.346Z | Compiling clap_builder v4.5.21 |
| 455 | 2024-12-07T00:06:43.370Z | Compiling tempfile v3.13.0 |
| 456 | 2024-12-07T00:06:43.427Z | Compiling papergrid v0.11.0 |
| 457 | 2024-12-07T00:06:43.616Z | Compiling memmap v0.7.0 |
| 458 | 2024-12-07T00:06:43.753Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2024-12-07T00:06:43.893Z | Compiling smawk v0.3.2 |
| 460 | 2024-12-07T00:06:44.082Z | Compiling textwrap v0.16.1 |
| 461 | 2024-12-07T00:06:44.194Z | Compiling swrite v0.1.0 |
| 462 | 2024-12-07T00:06:45.184Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-12-07T00:06:46.792Z | Compiling tabled v0.15.0 |
| 464 | 2024-12-07T00:06:47.932Z | Compiling serde_derive v1.0.215 |
| 465 | 2024-12-07T00:06:47.932Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2024-12-07T00:06:47.957Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-12-07T00:06:47.957Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-12-07T00:06:48.204Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-12-07T00:06:49.121Z | Compiling scroll v0.12.0 |
| 470 | 2024-12-07T00:06:49.523Z | Compiling goblin v0.8.2 |
| 471 | 2024-12-07T00:06:49.733Z | Compiling zerocopy v0.7.35 |
| 472 | 2024-12-07T00:06:50.297Z | Compiling pest v2.7.14 |
| 473 | 2024-12-07T00:06:51.361Z | Compiling clap v4.5.21 |
| 474 | 2024-12-07T00:06:52.317Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-12-07T00:06:53.326Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-12-07T00:06:55.281Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-12-07T00:06:55.884Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-12-07T00:06:57.344Z | Compiling serde_spanned v0.6.8 |
| 479 | 2024-12-07T00:06:57.344Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-12-07T00:06:57.368Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-12-07T00:06:57.735Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-12-07T00:06:57.759Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-12-07T00:06:57.810Z | Compiling macaddr v1.0.1 |
| 484 | 2024-12-07T00:06:58.002Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-12-07T00:06:58.791Z | Compiling dof v0.3.0 |
| 486 | 2024-12-07T00:06:58.791Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-12-07T00:07:00.372Z | Compiling toml v0.8.19 |
| 488 | 2024-12-07T00:07:00.917Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2024-12-07T00:07:00.917Z | Compiling usdt-macro v0.5.0 |
| 490 | 2024-12-07T00:07:01.147Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-12-07T00:07:02.107Z | Compiling usdt v0.5.0 |
| 492 | 2024-12-07T00:07:05.428Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-12-07T00:07:10.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.97s |
| 494 | 2024-12-07T00:07:11.121Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-12-07T00:07:11.815Z | Downloading crates ... |
| 496 | 2024-12-07T00:07:11.938Z | Downloaded atomicwrites v0.4.4 |
| 497 | 2024-12-07T00:07:11.963Z | Downloaded argon2 v0.5.3 |
| 498 | 2024-12-07T00:07:11.963Z | Downloaded crc-any v2.5.0 |
| 499 | 2024-12-07T00:07:11.963Z | Downloaded arc-swap v1.7.1 |
| 500 | 2024-12-07T00:07:11.963Z | Downloaded addr2line v0.24.2 |
| 501 | 2024-12-07T00:07:11.963Z | Downloaded aho-corasick v1.1.3 |
| 502 | 2024-12-07T00:07:11.988Z | Downloaded miniz_oxide v0.8.0 |
| 503 | 2024-12-07T00:07:11.988Z | Downloaded async-stream-impl v0.3.6 |
| 504 | 2024-12-07T00:07:11.988Z | Downloaded managed v0.8.0 |
| 505 | 2024-12-07T00:07:11.988Z | Downloaded base16ct v0.2.0 |
| 506 | 2024-12-07T00:07:11.988Z | Downloaded base64 v0.22.1 |
| 507 | 2024-12-07T00:07:12.017Z | Downloaded rustls v0.23.14 |
| 508 | 2024-12-07T00:07:12.017Z | Downloaded bitfield-struct v0.6.2 |
| 509 | 2024-12-07T00:07:12.017Z | Downloaded highway v1.2.0 |
| 510 | 2024-12-07T00:07:12.017Z | Downloaded hmac v0.12.1 |
| 511 | 2024-12-07T00:07:12.043Z | Downloaded icu_provider_macros v1.5.0 |
| 512 | 2024-12-07T00:07:12.044Z | Downloaded hyper-rustls v0.27.3 |
| 513 | 2024-12-07T00:07:12.044Z | Downloaded inout v0.1.3 |
| 514 | 2024-12-07T00:07:12.044Z | Downloaded indent_write v2.2.0 |
| 515 | 2024-12-07T00:07:12.044Z | Downloaded icu_properties v1.5.1 |
| 516 | 2024-12-07T00:07:12.044Z | Downloaded mirai-annotations v1.12.0 |
| 517 | 2024-12-07T00:07:12.044Z | Downloaded indexmap v1.9.3 |
| 518 | 2024-12-07T00:07:12.069Z | Downloaded lazy_static v1.5.0 |
| 519 | 2024-12-07T00:07:12.069Z | Downloaded psl-types v2.0.11 |
| 520 | 2024-12-07T00:07:12.069Z | Downloaded xattr v1.3.1 |
| 521 | 2024-12-07T00:07:12.069Z | Downloaded rustls-pemfile v1.0.4 |
| 522 | 2024-12-07T00:07:12.094Z | Downloaded futures-sink v0.3.31 |
| 523 | 2024-12-07T00:07:12.094Z | Downloaded oso-derive v0.27.3 |
| 524 | 2024-12-07T00:07:12.094Z | Downloaded zerofrom v0.1.4 |
| 525 | 2024-12-07T00:07:12.094Z | Downloaded smf v0.2.3 |
| 526 | 2024-12-07T00:07:12.094Z | Downloaded pkcs8 v0.10.2 |
| 527 | 2024-12-07T00:07:12.118Z | Downloaded ed25519 v2.2.3 |
| 528 | 2024-12-07T00:07:12.118Z | Downloaded openssl-macros v0.1.1 |
| 529 | 2024-12-07T00:07:12.118Z | Downloaded openssl-probe v0.1.5 |
| 530 | 2024-12-07T00:07:12.118Z | Downloaded displaydoc v0.2.5 |
| 531 | 2024-12-07T00:07:12.119Z | Downloaded owo-colors v4.1.0 |
| 532 | 2024-12-07T00:07:12.143Z | Downloaded parse-display v0.10.0 |
| 533 | 2024-12-07T00:07:12.143Z | Downloaded take_mut v0.2.2 |
| 534 | 2024-12-07T00:07:12.143Z | Downloaded termtree v0.4.1 |
| 535 | 2024-12-07T00:07:12.143Z | Downloaded tap v1.0.1 |
| 536 | 2024-12-07T00:07:12.143Z | Downloaded termtree v0.5.1 |
| 537 | 2024-12-07T00:07:12.144Z | Downloaded defmt-macros v0.3.9 |
| 538 | 2024-12-07T00:07:12.169Z | Downloaded num-conv v0.1.0 |
| 539 | 2024-12-07T00:07:12.169Z | Downloaded pkcs1 v0.7.5 |
| 540 | 2024-12-07T00:07:12.169Z | Downloaded zone v0.3.0 |
| 541 | 2024-12-07T00:07:12.169Z | Downloaded uzers v0.12.1 |
| 542 | 2024-12-07T00:07:12.169Z | Downloaded tinyvec_macros v0.1.1 |
| 543 | 2024-12-07T00:07:12.194Z | Downloaded serde_path_to_error v0.1.16 |
| 544 | 2024-12-07T00:07:12.195Z | Downloaded sigpipe v0.1.3 |
| 545 | 2024-12-07T00:07:12.195Z | Downloaded embedded-io v0.4.0 |
| 546 | 2024-12-07T00:07:12.195Z | Downloaded slog-bunyan v2.5.0 |
| 547 | 2024-12-07T00:07:12.195Z | Downloaded signal-hook-registry v1.4.2 |
| 548 | 2024-12-07T00:07:12.220Z | Downloaded newline-converter v0.3.0 |
| 549 | 2024-12-07T00:07:12.220Z | Downloaded slog-async v2.8.0 |
| 550 | 2024-12-07T00:07:12.244Z | Downloaded precomputed-hash v0.1.1 |
| 551 | 2024-12-07T00:07:12.244Z | Downloaded unicase v2.7.0 |
| 552 | 2024-12-07T00:07:12.244Z | Downloaded newtype_derive v0.1.6 |
| 553 | 2024-12-07T00:07:12.244Z | Downloaded new_debug_unreachable v1.0.6 |
| 554 | 2024-12-07T00:07:12.245Z | Downloaded deranged v0.3.11 |
| 555 | 2024-12-07T00:07:12.245Z | Downloaded tokio-rustls v0.24.1 |
| 556 | 2024-12-07T00:07:12.270Z | Downloaded derive_builder_core v0.20.2 |
| 557 | 2024-12-07T00:07:12.270Z | Downloaded pem-rfc7468 v0.7.0 |
| 558 | 2024-12-07T00:07:12.270Z | Downloaded num-iter v0.1.45 |
| 559 | 2024-12-07T00:07:12.270Z | Downloaded tokio-macros v2.4.0 |
| 560 | 2024-12-07T00:07:12.270Z | Downloaded waitgroup v0.1.2 |
| 561 | 2024-12-07T00:07:12.270Z | Downloaded predicates v3.1.2 |
| 562 | 2024-12-07T00:07:12.295Z | Downloaded vte_generate_state_changes v0.1.2 |
| 563 | 2024-12-07T00:07:12.295Z | Downloaded enum-as-inner v0.6.1 |
| 564 | 2024-12-07T00:07:12.295Z | Downloaded wait-timeout v0.2.0 |
| 565 | 2024-12-07T00:07:12.295Z | Downloaded derive_more v0.99.18 |
| 566 | 2024-12-07T00:07:12.295Z | Downloaded olpc-cjson v0.1.4 |
| 567 | 2024-12-07T00:07:12.295Z | Downloaded derive_builder_macro v0.20.2 |
| 568 | 2024-12-07T00:07:12.320Z | Downloaded ssh-key v0.6.6 |
| 569 | 2024-12-07T00:07:12.320Z | Downloaded dhcproto-macros v0.1.0 |
| 570 | 2024-12-07T00:07:12.344Z | Downloaded futures-executor v0.3.31 |
| 571 | 2024-12-07T00:07:12.344Z | Downloaded smallvec v1.13.2 |
| 572 | 2024-12-07T00:07:12.369Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 573 | 2024-12-07T00:07:12.369Z | Downloaded num-traits v0.2.19 |
| 574 | 2024-12-07T00:07:12.369Z | Downloaded futures-channel v0.3.31 |
| 575 | 2024-12-07T00:07:12.394Z | Downloaded whoami v1.5.2 |
| 576 | 2024-12-07T00:07:12.394Z | Downloaded diesel_derives v2.2.3 |
| 577 | 2024-12-07T00:07:12.394Z | Downloaded sled v0.34.7 |
| 578 | 2024-12-07T00:07:12.418Z | Downloaded p384 v0.13.0 |
| 579 | 2024-12-07T00:07:12.444Z | Downloaded zerocopy-derive v0.6.6 |
| 580 | 2024-12-07T00:07:12.444Z | Downloaded ratatui v0.28.1 |
| 581 | 2024-12-07T00:07:12.468Z | Downloaded portable-atomic v1.9.0 |
| 582 | 2024-12-07T00:07:12.493Z | Downloaded petname v2.0.2 |
| 583 | 2024-12-07T00:07:12.493Z | Downloaded object v0.30.4 |
| 584 | 2024-12-07T00:07:12.517Z | Downloaded nix v0.29.0 |
| 585 | 2024-12-07T00:07:12.517Z | Downloaded sqlparser v0.45.0 |
| 586 | 2024-12-07T00:07:12.541Z | Downloaded nix v0.27.1 |
| 587 | 2024-12-07T00:07:12.541Z | Downloaded libz-sys v1.1.20 |
| 588 | 2024-12-07T00:07:12.572Z | Downloaded object v0.36.5 |
| 589 | 2024-12-07T00:07:12.596Z | Downloaded diesel v2.2.4 |
| 590 | 2024-12-07T00:07:12.620Z | Downloaded regex-automata v0.4.8 |
| 591 | 2024-12-07T00:07:12.645Z | Downloaded typify-impl v0.2.0 |
| 592 | 2024-12-07T00:07:12.669Z | Downloaded trust-dns-proto v0.22.0 |
| 593 | 2024-12-07T00:07:12.669Z | Downloaded nix v0.28.0 |
| 594 | 2024-12-07T00:07:12.694Z | Downloaded radix_trie v0.2.1 |
| 595 | 2024-12-07T00:07:12.694Z | Downloaded csv v1.3.0 |
| 596 | 2024-12-07T00:07:12.717Z | Downloaded lzma-sys v0.1.20 |
| 597 | 2024-12-07T00:07:12.743Z | Downloaded futures-util v0.3.31 |
| 598 | 2024-12-07T00:07:12.767Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 599 | 2024-12-07T00:07:12.791Z | Downloaded rustls-webpki v0.102.8 |
| 600 | 2024-12-07T00:07:12.815Z | Downloaded unicode-width v0.2.0 |
| 601 | 2024-12-07T00:07:12.815Z | Downloaded regex-syntax v0.8.5 |
| 602 | 2024-12-07T00:07:12.840Z | Downloaded openapiv3 v2.0.0 |
| 603 | 2024-12-07T00:07:12.840Z | Downloaded futures v0.3.31 |
| 604 | 2024-12-07T00:07:12.864Z | Downloaded diesel-dtrace v0.3.0 |
| 605 | 2024-12-07T00:07:12.864Z | Downloaded petgraph v0.6.5 |
| 606 | 2024-12-07T00:07:12.889Z | Downloaded des v0.8.1 |
| 607 | 2024-12-07T00:07:12.889Z | Downloaded polyval v0.6.2 |
| 608 | 2024-12-07T00:07:12.889Z | Downloaded futures-core v0.3.31 |
| 609 | 2024-12-07T00:07:12.889Z | Downloaded num_enum_derive v0.5.11 |
| 610 | 2024-12-07T00:07:12.889Z | Downloaded snafu-derive v0.8.5 |
| 611 | 2024-12-07T00:07:12.889Z | Downloaded sha3 v0.10.8 |
| 612 | 2024-12-07T00:07:12.913Z | Downloaded slog-json v2.6.1 |
| 613 | 2024-12-07T00:07:12.914Z | Downloaded slog-envlogger v2.2.0 |
| 614 | 2024-12-07T00:07:12.914Z | Downloaded phf_codegen v0.11.2 |
| 615 | 2024-12-07T00:07:12.914Z | Downloaded tokio v1.40.0 |
| 616 | 2024-12-07T00:07:12.942Z | Downloaded postcard v1.0.10 |
| 617 | 2024-12-07T00:07:12.966Z | Downloaded phf_generator v0.11.2 |
| 618 | 2024-12-07T00:07:12.966Z | Downloaded walkdir v2.5.0 |
| 619 | 2024-12-07T00:07:12.966Z | Downloaded tokio-rustls v0.26.0 |
| 620 | 2024-12-07T00:07:12.966Z | Downloaded socket2 v0.5.7 |
| 621 | 2024-12-07T00:07:12.966Z | Downloaded parse-zoneinfo v0.3.1 |
| 622 | 2024-12-07T00:07:12.966Z | Downloaded p521 v0.13.3 |
| 623 | 2024-12-07T00:07:12.966Z | Downloaded winnow v0.5.40 |
| 624 | 2024-12-07T00:07:12.991Z | Downloaded salty v0.3.0 |
| 625 | 2024-12-07T00:07:12.991Z | Downloaded num_threads v0.1.7 |
| 626 | 2024-12-07T00:07:12.991Z | Downloaded num_enum v0.5.11 |
| 627 | 2024-12-07T00:07:13.016Z | Downloaded dhcproto v0.12.0 |
| 628 | 2024-12-07T00:07:13.016Z | Downloaded slog-dtrace v0.3.0 |
| 629 | 2024-12-07T00:07:13.016Z | Downloaded shlex v1.3.0 |
| 630 | 2024-12-07T00:07:13.016Z | Downloaded russh v0.45.0 |
| 631 | 2024-12-07T00:07:13.016Z | Downloaded which v4.4.2 |
| 632 | 2024-12-07T00:07:13.040Z | Downloaded utf16_iter v1.0.5 |
| 633 | 2024-12-07T00:07:13.040Z | Downloaded utf-8 v0.7.6 |
| 634 | 2024-12-07T00:07:13.040Z | Downloaded url v2.5.3 |
| 635 | 2024-12-07T00:07:13.040Z | Downloaded tungstenite v0.21.0 |
| 636 | 2024-12-07T00:07:13.040Z | Downloaded tui-tree-widget v0.22.0 |
| 637 | 2024-12-07T00:07:13.041Z | Downloaded tokio-stream v0.1.16 |
| 638 | 2024-12-07T00:07:13.041Z | Downloaded spin v0.9.8 |
| 639 | 2024-12-07T00:07:13.041Z | Downloaded encoding_rs v0.8.34 |
| 640 | 2024-12-07T00:07:13.065Z | Downloaded spin v0.5.2 |
| 641 | 2024-12-07T00:07:13.089Z | Downloaded futures-macro v0.3.31 |
| 642 | 2024-12-07T00:07:13.089Z | Downloaded quinn-proto v0.11.8 |
| 643 | 2024-12-07T00:07:13.089Z | Downloaded slog-term v2.9.1 |
| 644 | 2024-12-07T00:07:13.089Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 645 | 2024-12-07T00:07:13.154Z | Downloaded tungstenite v0.23.0 |
| 646 | 2024-12-07T00:07:13.179Z | Downloaded sqlformat v0.2.6 |
| 647 | 2024-12-07T00:07:13.179Z | Downloaded spki v0.7.3 |
| 648 | 2024-12-07T00:07:13.179Z | Downloaded nibble_vec v0.1.0 |
| 649 | 2024-12-07T00:07:13.179Z | Downloaded futures-io v0.3.31 |
| 650 | 2024-12-07T00:07:13.179Z | Downloaded rustyline v14.0.0 |
| 651 | 2024-12-07T00:07:13.179Z | Downloaded phf v0.11.2 |
| 652 | 2024-12-07T00:07:13.179Z | Downloaded smallvec v0.6.14 |
| 653 | 2024-12-07T00:07:13.179Z | Downloaded slog-stdlog v4.1.1 |
| 654 | 2024-12-07T00:07:13.179Z | Downloaded r2d2 v0.8.10 |
| 655 | 2024-12-07T00:07:13.205Z | Downloaded try-lock v0.2.5 |
| 656 | 2024-12-07T00:07:13.205Z | Downloaded num-rational v0.4.2 |
| 657 | 2024-12-07T00:07:13.205Z | Downloaded fxhash v0.2.1 |
| 658 | 2024-12-07T00:07:13.205Z | Downloaded zip v2.1.3 |
| 659 | 2024-12-07T00:07:13.205Z | Downloaded zip v0.6.6 |
| 660 | 2024-12-07T00:07:13.205Z | Downloaded expectorate v1.1.0 |
| 661 | 2024-12-07T00:07:13.205Z | Downloaded x509-cert v0.2.5 |
| 662 | 2024-12-07T00:07:13.230Z | Downloaded typed-path v0.9.3 |
| 663 | 2024-12-07T00:07:13.230Z | Downloaded nom v7.1.3 |
| 664 | 2024-12-07T00:07:13.230Z | Downloaded gimli v0.31.1 |
| 665 | 2024-12-07T00:07:13.255Z | Downloaded ssh-encoding v0.2.0 |
| 666 | 2024-12-07T00:07:13.255Z | Downloaded regex-syntax v0.6.29 |
| 667 | 2024-12-07T00:07:13.255Z | Downloaded number_prefix v0.4.0 |
| 668 | 2024-12-07T00:07:13.255Z | Downloaded slog-scope v4.4.0 |
| 669 | 2024-12-07T00:07:13.255Z | Downloaded shell-words v1.1.0 |
| 670 | 2024-12-07T00:07:13.255Z | Downloaded rustfmt-wrapper v0.2.1 |
| 671 | 2024-12-07T00:07:13.255Z | Downloaded radium v0.7.0 |
| 672 | 2024-12-07T00:07:13.255Z | Downloaded untrusted v0.9.0 |
| 673 | 2024-12-07T00:07:13.255Z | Downloaded untrusted v0.7.1 |
| 674 | 2024-12-07T00:07:13.304Z | Downloaded twox-hash v1.6.3 |
| 675 | 2024-12-07T00:07:13.304Z | Downloaded vsss-rs v3.3.4 |
| 676 | 2024-12-07T00:07:13.304Z | Downloaded omicron-zone-package v0.11.1 |
| 677 | 2024-12-07T00:07:13.304Z | Downloaded postgres-types v0.2.8 |
| 678 | 2024-12-07T00:07:13.329Z | Downloaded samael v0.0.17 |
| 679 | 2024-12-07T00:07:13.329Z | Downloaded heapless v0.8.0 |
| 680 | 2024-12-07T00:07:13.329Z | Downloaded regex v1.11.1 |
| 681 | 2024-12-07T00:07:13.329Z | Downloaded vte v0.11.1 |
| 682 | 2024-12-07T00:07:13.329Z | Downloaded tokio-postgres v0.7.12 |
| 683 | 2024-12-07T00:07:13.329Z | Downloaded regress v0.9.1 |
| 684 | 2024-12-07T00:07:13.330Z | Downloaded smoltcp v0.11.0 |
| 685 | 2024-12-07T00:07:13.355Z | Downloaded bstr v1.10.0 |
| 686 | 2024-12-07T00:07:13.355Z | Downloaded tungstenite v0.24.0 |
| 687 | 2024-12-07T00:07:13.379Z | Downloaded packed_struct v0.10.1 |
| 688 | 2024-12-07T00:07:13.379Z | Downloaded writeable v0.5.5 |
| 689 | 2024-12-07T00:07:13.379Z | Downloaded tls_codec_derive v0.4.1 |
| 690 | 2024-12-07T00:07:13.380Z | Downloaded quinn v0.11.5 |
| 691 | 2024-12-07T00:07:13.380Z | Downloaded postgres-protocol v0.6.7 |
| 692 | 2024-12-07T00:07:13.380Z | Downloaded git2 v0.19.0 |
| 693 | 2024-12-07T00:07:13.404Z | Downloaded vcpkg v0.2.15 |
| 694 | 2024-12-07T00:07:13.431Z | Downloaded derive-where v1.2.7 |
| 695 | 2024-12-07T00:07:13.431Z | Downloaded write16 v1.0.0 |
| 696 | 2024-12-07T00:07:13.457Z | Downloaded enum-as-inner v0.5.1 |
| 697 | 2024-12-07T00:07:13.457Z | Downloaded salsa20 v0.10.2 |
| 698 | 2024-12-07T00:07:13.457Z | Downloaded ed25519-dalek v2.1.1 |
| 699 | 2024-12-07T00:07:13.457Z | Downloaded chrono-tz v0.10.0 |
| 700 | 2024-12-07T00:07:13.481Z | Downloaded percent-encoding v2.3.1 |
| 701 | 2024-12-07T00:07:13.481Z | Downloaded pem v3.0.4 |
| 702 | 2024-12-07T00:07:13.481Z | Downloaded password-hash v0.4.2 |
| 703 | 2024-12-07T00:07:13.481Z | Downloaded packed_struct_codegen v0.10.1 |
| 704 | 2024-12-07T00:07:13.481Z | Downloaded tokio-rustls v0.25.0 |
| 705 | 2024-12-07T00:07:13.481Z | Downloaded xz2 v0.1.7 |
| 706 | 2024-12-07T00:07:13.481Z | Downloaded wyz v0.5.1 |
| 707 | 2024-12-07T00:07:13.481Z | Downloaded schemars v0.8.21 |
| 708 | 2024-12-07T00:07:13.505Z | Downloaded multer v3.1.0 |
| 709 | 2024-12-07T00:07:13.505Z | Downloaded quick-xml v0.33.0 |
| 710 | 2024-12-07T00:07:13.505Z | Downloaded regress v0.10.1 |
| 711 | 2024-12-07T00:07:13.529Z | Downloaded polar-core v0.27.3 |
| 712 | 2024-12-07T00:07:13.529Z | Downloaded derive_builder v0.20.2 |
| 713 | 2024-12-07T00:07:13.529Z | Downloaded yoke-derive v0.7.4 |
| 714 | 2024-12-07T00:07:13.529Z | Downloaded fs_extra v1.3.0 |
| 715 | 2024-12-07T00:07:13.529Z | Downloaded serde_yaml v0.9.34+deprecated |
| 716 | 2024-12-07T00:07:13.554Z | Downloaded rusty-fork v0.3.0 |
| 717 | 2024-12-07T00:07:13.554Z | Downloaded powerfmt v0.2.0 |
| 718 | 2024-12-07T00:07:13.554Z | Downloaded unicode-segmentation v1.12.0 |
| 719 | 2024-12-07T00:07:13.554Z | Downloaded typify v0.2.0 |
| 720 | 2024-12-07T00:07:13.554Z | Downloaded signal-hook v0.3.17 |
| 721 | 2024-12-07T00:07:13.554Z | Downloaded rustversion v1.0.17 |
| 722 | 2024-12-07T00:07:13.554Z | Downloaded heck v0.3.3 |
| 723 | 2024-12-07T00:07:13.554Z | Downloaded glob v0.3.1 |
| 724 | 2024-12-07T00:07:13.578Z | Downloaded peg-runtime v0.8.3 |
| 725 | 2024-12-07T00:07:13.578Z | Downloaded parse-size v1.1.0 |
| 726 | 2024-12-07T00:07:13.578Z | Downloaded tokio-native-tls v0.3.1 |
| 727 | 2024-12-07T00:07:13.578Z | Downloaded endian-type v0.1.2 |
| 728 | 2024-12-07T00:07:13.578Z | Downloaded hex v0.4.3 |
| 729 | 2024-12-07T00:07:13.578Z | Downloaded der v0.7.9 |
| 730 | 2024-12-07T00:07:13.578Z | Downloaded dropshot v0.12.0 |
| 731 | 2024-12-07T00:07:13.603Z | Downloaded quinn-udp v0.5.5 |
| 732 | 2024-12-07T00:07:13.603Z | Downloaded predicates-core v1.0.8 |
| 733 | 2024-12-07T00:07:13.603Z | Downloaded env_logger v0.10.2 |
| 734 | 2024-12-07T00:07:13.603Z | Downloaded elliptic-curve v0.13.8 |
| 735 | 2024-12-07T00:07:13.629Z | Downloaded funty v2.0.0 |
| 736 | 2024-12-07T00:07:13.629Z | Downloaded foreign-types-macros v0.2.3 |
| 737 | 2024-12-07T00:07:13.629Z | Downloaded foreign-types v0.5.0 |
| 738 | 2024-12-07T00:07:13.629Z | Downloaded env_filter v0.1.2 |
| 739 | 2024-12-07T00:07:13.629Z | Downloaded yoke v0.7.4 |
| 740 | 2024-12-07T00:07:13.629Z | Downloaded yasna v0.5.2 |
| 741 | 2024-12-07T00:07:13.629Z | Downloaded serde_with_macros v3.11.0 |
| 742 | 2024-12-07T00:07:13.629Z | Downloaded schemars_derive v0.8.21 |
| 743 | 2024-12-07T00:07:13.629Z | Downloaded scheduled-thread-pool v0.2.7 |
| 744 | 2024-12-07T00:07:13.629Z | Downloaded unsafe-libyaml v0.2.11 |
| 745 | 2024-12-07T00:07:13.653Z | Downloaded unicode_categories v0.1.1 |
| 746 | 2024-12-07T00:07:13.653Z | Downloaded unicode-normalization v0.1.24 |
| 747 | 2024-12-07T00:07:13.653Z | Downloaded signal-hook-mio v0.2.4 |
| 748 | 2024-12-07T00:07:13.653Z | Downloaded rayon v1.10.0 |
| 749 | 2024-12-07T00:07:13.653Z | Downloaded password-hash v0.5.0 |
| 750 | 2024-12-07T00:07:13.653Z | Downloaded foreign-types-shared v0.1.1 |
| 751 | 2024-12-07T00:07:13.653Z | Downloaded scopeguard v1.2.0 |
| 752 | 2024-12-07T00:07:13.678Z | Downloaded foreign-types-shared v0.3.1 |
| 753 | 2024-12-07T00:07:13.678Z | Downloaded unicode-bidi v0.3.17 |
| 754 | 2024-12-07T00:07:13.678Z | Downloaded pbkdf2 v0.11.0 |
| 755 | 2024-12-07T00:07:13.678Z | Downloaded nodrop v0.1.14 |
| 756 | 2024-12-07T00:07:13.678Z | Downloaded diff v0.1.13 |
| 757 | 2024-12-07T00:07:13.678Z | Downloaded serde-hex v0.1.0 |
| 758 | 2024-12-07T00:07:13.678Z | Downloaded num-bigint-dig v0.8.4 |
| 759 | 2024-12-07T00:07:13.678Z | Downloaded openssl v0.10.66 |
| 760 | 2024-12-07T00:07:13.702Z | Downloaded smoltcp v0.9.1 |
| 761 | 2024-12-07T00:07:13.702Z | Downloaded foreign-types v0.3.2 |
| 762 | 2024-12-07T00:07:13.702Z | Downloaded sha1 v0.10.6 |
| 763 | 2024-12-07T00:07:13.702Z | Downloaded same-file v1.0.6 |
| 764 | 2024-12-07T00:07:13.728Z | Downloaded ppv-lite86 v0.2.20 |
| 765 | 2024-12-07T00:07:13.728Z | Downloaded native-tls v0.2.12 |
| 766 | 2024-12-07T00:07:13.728Z | Downloaded unicode-properties v0.1.3 |
| 767 | 2024-12-07T00:07:13.728Z | Downloaded russh-cryptovec v0.7.3 |
| 768 | 2024-12-07T00:07:13.728Z | Downloaded paste v1.0.15 |
| 769 | 2024-12-07T00:07:13.728Z | Downloaded uuid v1.11.0 |
| 770 | 2024-12-07T00:07:13.728Z | Downloaded rustls v0.22.4 |
| 771 | 2024-12-07T00:07:13.753Z | Downloaded path-slash v0.1.5 |
| 772 | 2024-12-07T00:07:13.753Z | Downloaded either v1.13.0 |
| 773 | 2024-12-07T00:07:13.753Z | Downloaded env_logger v0.11.5 |
| 774 | 2024-12-07T00:07:13.753Z | Downloaded newtype-uuid v1.1.3 |
| 775 | 2024-12-07T00:07:13.753Z | Downloaded nanorand v0.7.0 |
| 776 | 2024-12-07T00:07:13.753Z | Downloaded multimap v0.10.0 |
| 777 | 2024-12-07T00:07:13.753Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2024-12-07T00:07:13.753Z | Downloaded difflib v0.4.0 |
| 779 | 2024-12-07T00:07:13.753Z | Downloaded zone v0.1.8 |
| 780 | 2024-12-07T00:07:13.753Z | Downloaded prettyplease v0.2.25 |
| 781 | 2024-12-07T00:07:13.778Z | Downloaded num-bigint v0.4.6 |
| 782 | 2024-12-07T00:07:13.778Z | Downloaded fragile v2.0.0 |
| 783 | 2024-12-07T00:07:13.778Z | Downloaded form_urlencoded v1.2.1 |
| 784 | 2024-12-07T00:07:13.778Z | Downloaded unicode-xid v0.2.6 |
| 785 | 2024-12-07T00:07:13.778Z | Downloaded unicode-truncate v1.1.0 |
| 786 | 2024-12-07T00:07:13.778Z | Downloaded unarray v0.1.4 |
| 787 | 2024-12-07T00:07:13.778Z | Downloaded utf8_iter v1.0.4 |
| 788 | 2024-12-07T00:07:13.778Z | Downloaded stable_deref_trait v1.2.0 |
| 789 | 2024-12-07T00:07:13.778Z | Downloaded ssh-cipher v0.2.0 |
| 790 | 2024-12-07T00:07:13.778Z | Downloaded reedline v0.35.0 |
| 791 | 2024-12-07T00:07:13.803Z | Downloaded similar v2.6.0 |
| 792 | 2024-12-07T00:07:13.803Z | Downloaded thiserror-no-std v2.0.2 |
| 793 | 2024-12-07T00:07:13.803Z | Downloaded ring v0.17.8 |
| 794 | 2024-12-07T00:07:13.879Z | Downloaded static_assertions v1.1.0 |
| 795 | 2024-12-07T00:07:13.903Z | Downloaded reqwest v0.12.9 |
| 796 | 2024-12-07T00:07:13.903Z | Downloaded h2 v0.4.6 |
| 797 | 2024-12-07T00:07:13.903Z | Downloaded curve25519-dalek v4.1.3 |
| 798 | 2024-12-07T00:07:13.927Z | Downloaded typify-macro v0.2.0 |
| 799 | 2024-12-07T00:07:13.927Z | Downloaded siphasher v0.3.11 |
| 800 | 2024-12-07T00:07:13.927Z | Downloaded sqlparser_derive v0.2.2 |
| 801 | 2024-12-07T00:07:13.927Z | Downloaded sec1 v0.7.3 |
| 802 | 2024-12-07T00:07:13.927Z | Downloaded sct v0.7.1 |
| 803 | 2024-12-07T00:07:13.927Z | Downloaded scrypt v0.11.0 |
| 804 | 2024-12-07T00:07:13.927Z | Downloaded primeorder v0.13.6 |
| 805 | 2024-12-07T00:07:13.927Z | Downloaded pretty-hex v0.2.1 |
| 806 | 2024-12-07T00:07:13.927Z | Downloaded predicates-tree v1.0.11 |
| 807 | 2024-12-07T00:07:13.927Z | Downloaded poly1305 v0.8.0 |
| 808 | 2024-12-07T00:07:13.952Z | Downloaded parking_lot v0.12.3 |
| 809 | 2024-12-07T00:07:13.952Z | Downloaded fatfs v0.3.6 |
| 810 | 2024-12-07T00:07:13.952Z | Downloaded zopfli v0.8.1 |
| 811 | 2024-12-07T00:07:13.952Z | Downloaded dropshot v0.13.0 |
| 812 | 2024-12-07T00:07:13.976Z | Downloaded zerocopy v0.8.10 |
| 813 | 2024-12-07T00:07:14.008Z | Downloaded webpki-roots v0.26.6 |
| 814 | 2024-12-07T00:07:14.008Z | Downloaded rustls v0.21.12 |
| 815 | 2024-12-07T00:07:14.042Z | Downloaded simd-adler32 v0.3.7 |
| 816 | 2024-12-07T00:07:14.042Z | Downloaded russh-keys v0.45.0 |
| 817 | 2024-12-07T00:07:14.043Z | Downloaded value-bag v1.9.0 |
| 818 | 2024-12-07T00:07:14.043Z | Downloaded phf_shared v0.11.2 |
| 819 | 2024-12-07T00:07:14.043Z | Downloaded phf_shared v0.10.0 |
| 820 | 2024-12-07T00:07:14.043Z | Downloaded parking_lot_core v0.8.6 |
| 821 | 2024-12-07T00:07:14.043Z | Downloaded parking_lot v0.11.2 |
| 822 | 2024-12-07T00:07:14.043Z | Downloaded darling_core v0.20.10 |
| 823 | 2024-12-07T00:07:14.043Z | Downloaded subprocess v0.2.9 |
| 824 | 2024-12-07T00:07:14.043Z | Downloaded rustc-demangle v0.1.24 |
| 825 | 2024-12-07T00:07:14.043Z | Downloaded nu-ansi-term v0.50.1 |
| 826 | 2024-12-07T00:07:14.073Z | Downloaded publicsuffix v2.2.3 |
| 827 | 2024-12-07T00:07:14.073Z | Downloaded fallible-iterator v0.3.0 |
| 828 | 2024-12-07T00:07:14.073Z | Downloaded universal-hash v0.5.1 |
| 829 | 2024-12-07T00:07:14.073Z | Downloaded signal-hook-tokio v0.3.1 |
| 830 | 2024-12-07T00:07:14.073Z | Downloaded rustc_version v0.1.7 |
| 831 | 2024-12-07T00:07:14.073Z | Downloaded rustc-hash v2.0.0 |
| 832 | 2024-12-07T00:07:14.073Z | Downloaded peg-macros v0.8.4 |
| 833 | 2024-12-07T00:07:14.073Z | Downloaded libsqlite3-sys v0.30.1 |
| 834 | 2024-12-07T00:07:14.197Z | Downloaded ena v0.14.3 |
| 835 | 2024-12-07T00:07:14.223Z | Downloaded vergen v8.3.2 |
| 836 | 2024-12-07T00:07:14.223Z | Downloaded tinyvec v1.8.0 |
| 837 | 2024-12-07T00:07:14.223Z | Downloaded flate2 v1.0.34 |
| 838 | 2024-12-07T00:07:14.248Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 839 | 2024-12-07T00:07:14.248Z | Downloaded rand v0.8.5 |
| 840 | 2024-12-07T00:07:14.248Z | Downloaded hashbrown v0.13.2 |
| 841 | 2024-12-07T00:07:14.248Z | Downloaded chrono v0.4.38 |
| 842 | 2024-12-07T00:07:14.273Z | Downloaded ring v0.16.20 |
| 843 | 2024-12-07T00:07:14.385Z | Downloaded rustc_version v0.4.1 |
| 844 | 2024-12-07T00:07:14.410Z | Downloaded quick-error v1.2.3 |
| 845 | 2024-12-07T00:07:14.410Z | Downloaded getrandom v0.2.15 |
| 846 | 2024-12-07T00:07:14.410Z | Downloaded der_derive v0.7.3 |
| 847 | 2024-12-07T00:07:14.410Z | Downloaded fd-lock v4.0.2 |
| 848 | 2024-12-07T00:07:14.410Z | Downloaded fallible-iterator v0.2.0 |
| 849 | 2024-12-07T00:07:14.410Z | Downloaded rayon-core v1.12.1 |
| 850 | 2024-12-07T00:07:14.410Z | Downloaded tough v0.19.0 |
| 851 | 2024-12-07T00:07:14.434Z | Downloaded tokio-util v0.7.12 |
| 852 | 2024-12-07T00:07:14.434Z | Downloaded pbkdf2 v0.12.2 |
| 853 | 2024-12-07T00:07:14.434Z | Downloaded num-integer v0.1.46 |
| 854 | 2024-12-07T00:07:14.435Z | Downloaded embedded-io v0.6.1 |
| 855 | 2024-12-07T00:07:14.435Z | Downloaded tinystr v0.7.6 |
| 856 | 2024-12-07T00:07:14.435Z | Downloaded strum_macros v0.26.4 |
| 857 | 2024-12-07T00:07:14.435Z | Downloaded rcgen v0.12.1 |
| 858 | 2024-12-07T00:07:14.459Z | Downloaded thread_local v1.1.8 |
| 859 | 2024-12-07T00:07:14.459Z | Downloaded semver v0.1.20 |
| 860 | 2024-12-07T00:07:14.459Z | Downloaded flume v0.11.1 |
| 861 | 2024-12-07T00:07:14.459Z | Downloaded hashbrown v0.12.3 |
| 862 | 2024-12-07T00:07:14.459Z | Downloaded proptest v1.5.0 |
| 863 | 2024-12-07T00:07:14.459Z | Downloaded idna v0.2.3 |
| 864 | 2024-12-07T00:07:14.484Z | Downloaded peg v0.8.4 |
| 865 | 2024-12-07T00:07:14.484Z | Downloaded num v0.4.3 |
| 866 | 2024-12-07T00:07:14.484Z | Downloaded ghash v0.5.1 |
| 867 | 2024-12-07T00:07:14.484Z | Downloaded gethostname v0.5.0 |
| 868 | 2024-12-07T00:07:14.484Z | Downloaded tls_codec v0.4.1 |
| 869 | 2024-12-07T00:07:14.484Z | Downloaded serde_plain v1.0.2 |
| 870 | 2024-12-07T00:07:14.484Z | Downloaded serde_derive_internals v0.29.1 |
| 871 | 2024-12-07T00:07:14.484Z | Downloaded parking_lot_core v0.9.10 |
| 872 | 2024-12-07T00:07:14.484Z | Downloaded num-complex v0.4.6 |
| 873 | 2024-12-07T00:07:14.509Z | Downloaded zone_cfg_derive v0.1.2 |
| 874 | 2024-12-07T00:07:14.509Z | Downloaded subtle v2.6.1 |
| 875 | 2024-12-07T00:07:14.509Z | Downloaded toml_edit v0.19.15 |
| 876 | 2024-12-07T00:07:14.533Z | Downloaded time v0.3.36 |
| 877 | 2024-12-07T00:07:14.533Z | Downloaded darling_macro v0.20.10 |
| 878 | 2024-12-07T00:07:14.533Z | Downloaded zone_cfg_derive v0.3.0 |
| 879 | 2024-12-07T00:07:14.533Z | Downloaded hashbrown v0.14.5 |
| 880 | 2024-12-07T00:07:14.533Z | Downloaded serde_with v3.11.0 |
| 881 | 2024-12-07T00:07:14.558Z | Downloaded serde-big-array v0.5.1 |
| 882 | 2024-12-07T00:07:14.558Z | Downloaded secrecy v0.8.0 |
| 883 | 2024-12-07T00:07:14.558Z | Downloaded qorb v0.2.1 |
| 884 | 2024-12-07T00:07:14.558Z | Downloaded progenitor v0.8.0 |
| 885 | 2024-12-07T00:07:14.558Z | Downloaded proc-macro-crate v1.3.1 |
| 886 | 2024-12-07T00:07:14.558Z | Downloaded test-strategy v0.3.1 |
| 887 | 2024-12-07T00:07:14.558Z | Downloaded supports-color v3.0.1 |
| 888 | 2024-12-07T00:07:14.558Z | Downloaded strum_macros v0.25.3 |
| 889 | 2024-12-07T00:07:14.558Z | Downloaded strum_macros v0.24.3 |
| 890 | 2024-12-07T00:07:14.558Z | Downloaded rsa v0.9.6 |
| 891 | 2024-12-07T00:07:14.584Z | Downloaded pin-project-lite v0.2.14 |
| 892 | 2024-12-07T00:07:14.584Z | Downloaded pin-project-internal v1.1.6 |
| 893 | 2024-12-07T00:07:14.584Z | Downloaded pin-project v1.1.6 |
| 894 | 2024-12-07T00:07:14.584Z | Downloaded zerovec v0.10.4 |
| 895 | 2024-12-07T00:07:14.611Z | Downloaded rusqlite v0.32.1 |
| 896 | 2024-12-07T00:07:14.611Z | Downloaded parse-display-derive v0.10.0 |
| 897 | 2024-12-07T00:07:14.611Z | Downloaded ref-cast v1.0.23 |
| 898 | 2024-12-07T00:07:14.611Z | Downloaded progenitor-client v0.8.0 |
| 899 | 2024-12-07T00:07:14.611Z | Downloaded num-derive v0.4.2 |
| 900 | 2024-12-07T00:07:14.611Z | Downloaded float-cmp v0.9.0 |
| 901 | 2024-12-07T00:07:14.611Z | Downloaded fixedbitset v0.4.2 |
| 902 | 2024-12-07T00:07:14.611Z | Downloaded ff v0.13.0 |
| 903 | 2024-12-07T00:07:14.611Z | Downloaded sync-ptr v0.1.1 |
| 904 | 2024-12-07T00:07:14.611Z | Downloaded ron v0.8.1 |
| 905 | 2024-12-07T00:07:14.638Z | Downloaded ron v0.7.1 |
| 906 | 2024-12-07T00:07:14.638Z | Downloaded ref-cast-impl v1.0.23 |
| 907 | 2024-12-07T00:07:14.638Z | Downloaded rand_chacha v0.3.1 |
| 908 | 2024-12-07T00:07:14.638Z | Downloaded blake3 v1.5.4 |
| 909 | 2024-12-07T00:07:14.638Z | Downloaded idna v0.4.0 |
| 910 | 2024-12-07T00:07:14.638Z | Downloaded idna v0.3.0 |
| 911 | 2024-12-07T00:07:14.664Z | Downloaded foldhash v0.1.3 |
| 912 | 2024-12-07T00:07:14.664Z | Downloaded float-ord v0.3.2 |
| 913 | 2024-12-07T00:07:14.664Z | Downloaded flagset v0.4.6 |
| 914 | 2024-12-07T00:07:14.664Z | Downloaded filetime v0.2.25 |
| 915 | 2024-12-07T00:07:14.664Z | Downloaded defmt-parser v0.3.4 |
| 916 | 2024-12-07T00:07:14.664Z | Downloaded defmt v0.3.8 |
| 917 | 2024-12-07T00:07:14.665Z | Downloaded debug-ignore v1.0.5 |
| 918 | 2024-12-07T00:07:14.665Z | Downloaded data-encoding v2.6.0 |
| 919 | 2024-12-07T00:07:14.665Z | Downloaded thiserror v2.0.3 |
| 920 | 2024-12-07T00:07:14.665Z | Downloaded term v0.7.0 |
| 921 | 2024-12-07T00:07:14.690Z | Downloaded strum v0.26.3 |
| 922 | 2024-12-07T00:07:14.690Z | Downloaded pkcs5 v0.7.1 |
| 923 | 2024-12-07T00:07:14.690Z | Downloaded pin-utils v0.1.0 |
| 924 | 2024-12-07T00:07:14.690Z | Downloaded openssl-sys v0.9.103 |
| 925 | 2024-12-07T00:07:14.690Z | Downloaded half v2.4.1 |
| 926 | 2024-12-07T00:07:14.690Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 927 | 2024-12-07T00:07:14.690Z | Downloaded thiserror-impl v2.0.3 |
| 928 | 2024-12-07T00:07:14.690Z | Downloaded termios v0.3.3 |
| 929 | 2024-12-07T00:07:14.690Z | Downloaded rpassword v7.3.1 |
| 930 | 2024-12-07T00:07:14.690Z | Downloaded p256 v0.13.2 |
| 931 | 2024-12-07T00:07:14.716Z | Downloaded globset v0.4.15 |
| 932 | 2024-12-07T00:07:14.716Z | Downloaded steno v0.4.1 |
| 933 | 2024-12-07T00:07:14.716Z | Downloaded rustls-webpki v0.101.7 |
| 934 | 2024-12-07T00:07:14.716Z | Downloaded idna v0.5.0 |
| 935 | 2024-12-07T00:07:14.740Z | Downloaded termcolor v1.4.1 |
| 936 | 2024-12-07T00:07:14.740Z | Downloaded tabwriter v1.4.0 |
| 937 | 2024-12-07T00:07:14.740Z | Downloaded synstructure v0.13.1 |
| 938 | 2024-12-07T00:07:14.740Z | Downloaded heapless v0.7.17 |
| 939 | 2024-12-07T00:07:14.740Z | Downloaded group v0.13.0 |
| 940 | 2024-12-07T00:07:14.740Z | Downloaded rtoolbox v0.0.2 |
| 941 | 2024-12-07T00:07:14.740Z | Downloaded tar v0.4.42 |
| 942 | 2024-12-07T00:07:14.740Z | Downloaded oso v0.27.3 |
| 943 | 2024-12-07T00:07:14.766Z | Downloaded opaque-debug v0.3.1 |
| 944 | 2024-12-07T00:07:14.766Z | Downloaded toml v0.7.8 |
| 945 | 2024-12-07T00:07:14.766Z | Downloaded snafu v0.8.5 |
| 946 | 2024-12-07T00:07:14.766Z | Downloaded sync_wrapper v1.0.1 |
| 947 | 2024-12-07T00:07:14.766Z | Downloaded pkg-config v0.3.31 |
| 948 | 2024-12-07T00:07:14.766Z | Downloaded hash32 v0.2.1 |
| 949 | 2024-12-07T00:07:14.766Z | Downloaded zerocopy v0.6.6 |
| 950 | 2024-12-07T00:07:14.766Z | Downloaded crossterm v0.28.1 |
| 951 | 2024-12-07T00:07:14.790Z | Downloaded hashlink v0.9.1 |
| 952 | 2024-12-07T00:07:14.790Z | Downloaded zerocopy-derive v0.8.10 |
| 953 | 2024-12-07T00:07:14.790Z | Downloaded aws-lc-sys v0.22.0 |
| 954 | 2024-12-07T00:07:15.081Z | Downloaded tracing v0.1.40 |
| 955 | 2024-12-07T00:07:15.106Z | Downloaded lalrpop v0.19.12 |
| 956 | 2024-12-07T00:07:15.106Z | Downloaded dropshot_endpoint v0.13.0 |
| 957 | 2024-12-07T00:07:15.106Z | Downloaded dropshot_endpoint v0.12.0 |
| 958 | 2024-12-07T00:07:15.130Z | Downloaded display-error-chain v0.2.2 |
| 959 | 2024-12-07T00:07:15.130Z | Downloaded dirs-sys-next v0.1.2 |
| 960 | 2024-12-07T00:07:15.130Z | Downloaded dirs-next v2.0.0 |
| 961 | 2024-12-07T00:07:15.130Z | Downloaded topological-sort v0.2.2 |
| 962 | 2024-12-07T00:07:15.130Z | Downloaded tokio-tungstenite v0.23.1 |
| 963 | 2024-12-07T00:07:15.130Z | Downloaded tokio-tungstenite v0.24.0 |
| 964 | 2024-12-07T00:07:15.130Z | Downloaded time-macros v0.2.18 |
| 965 | 2024-12-07T00:07:15.130Z | Downloaded slog v2.7.0 |
| 966 | 2024-12-07T00:07:15.130Z | Downloaded futures-task v0.3.31 |
| 967 | 2024-12-07T00:07:15.130Z | Downloaded tokio-tungstenite v0.21.0 |
| 968 | 2024-12-07T00:07:15.130Z | Downloaded tiny-keccak v2.0.2 |
| 969 | 2024-12-07T00:07:15.130Z | Downloaded libm v0.2.8 |
| 970 | 2024-12-07T00:07:15.154Z | Downloaded icu_properties_data v1.5.0 |
| 971 | 2024-12-07T00:07:15.154Z | Downloaded headers v0.4.0 |
| 972 | 2024-12-07T00:07:15.178Z | Downloaded hash32 v0.3.1 |
| 973 | 2024-12-07T00:07:15.178Z | Downloaded ecdsa v0.16.9 |
| 974 | 2024-12-07T00:07:15.179Z | Downloaded tracing-core v0.1.32 |
| 975 | 2024-12-07T00:07:15.179Z | Downloaded toolchain_find v0.4.0 |
| 976 | 2024-12-07T00:07:15.179Z | Downloaded structmeta v0.3.0 |
| 977 | 2024-12-07T00:07:15.179Z | Downloaded stringprep v0.1.5 |
| 978 | 2024-12-07T00:07:15.179Z | Downloaded slab v0.4.9 |
| 979 | 2024-12-07T00:07:15.179Z | Downloaded libxml v0.3.3 |
| 980 | 2024-12-07T00:07:15.179Z | Downloaded crossbeam-channel v0.5.13 |
| 981 | 2024-12-07T00:07:15.204Z | Downloaded cc v1.1.30 |
| 982 | 2024-12-07T00:07:15.204Z | Downloaded dyn-clone v1.0.17 |
| 983 | 2024-12-07T00:07:15.204Z | Downloaded dunce v1.0.5 |
| 984 | 2024-12-07T00:07:15.204Z | Downloaded dsl_auto_type v0.1.2 |
| 985 | 2024-12-07T00:07:15.204Z | Downloaded zeroize_derive v1.4.2 |
| 986 | 2024-12-07T00:07:15.204Z | Downloaded zeroize v1.8.1 |
| 987 | 2024-12-07T00:07:15.204Z | Downloaded zerofrom-derive v0.1.4 |
| 988 | 2024-12-07T00:07:15.204Z | Downloaded time-core v0.1.2 |
| 989 | 2024-12-07T00:07:15.204Z | Downloaded structmeta-derive v0.2.0 |
| 990 | 2024-12-07T00:07:15.204Z | Downloaded structmeta v0.2.0 |
| 991 | 2024-12-07T00:07:15.204Z | Downloaded downcast v0.11.0 |
| 992 | 2024-12-07T00:07:15.205Z | Downloaded zerovec-derive v0.10.3 |
| 993 | 2024-12-07T00:07:15.205Z | Downloaded tracing-attributes v0.1.27 |
| 994 | 2024-12-07T00:07:15.205Z | Downloaded strip-ansi-escapes v0.2.0 |
| 995 | 2024-12-07T00:07:15.205Z | Downloaded string_cache v0.8.7 |
| 996 | 2024-12-07T00:07:15.232Z | Downloaded serde_urlencoded v0.7.1 |
| 997 | 2024-12-07T00:07:15.233Z | Downloaded serde_repr v0.1.19 |
| 998 | 2024-12-07T00:07:15.233Z | Downloaded mio v1.0.2 |
| 999 | 2024-12-07T00:07:15.233Z | Downloaded compact_str v0.8.0 |
| 1000 | 2024-12-07T00:07:15.233Z | Downloaded bytes v1.8.0 |
| 1001 | 2024-12-07T00:07:15.233Z | Downloaded rustls-pki-types v1.9.0 |
| 1002 | 2024-12-07T00:07:15.233Z | Downloaded rustc-hash v1.1.0 |
| 1003 | 2024-12-07T00:07:15.233Z | Downloaded progenitor-impl v0.8.0 |
| 1004 | 2024-12-07T00:07:15.233Z | Downloaded itertools v0.12.1 |
| 1005 | 2024-12-07T00:07:15.257Z | Downloaded cookie v0.18.1 |
| 1006 | 2024-12-07T00:07:15.257Z | Downloaded tower-service v0.3.3 |
| 1007 | 2024-12-07T00:07:15.257Z | Downloaded itertools v0.13.0 |
| 1008 | 2024-12-07T00:07:15.282Z | Downloaded crypto-bigint v0.5.5 |
| 1009 | 2024-12-07T00:07:15.282Z | Downloaded crossbeam-epoch v0.9.18 |
| 1010 | 2024-12-07T00:07:15.282Z | Downloaded want v0.3.1 |
| 1011 | 2024-12-07T00:07:15.282Z | Downloaded structmeta-derive v0.3.0 |
| 1012 | 2024-12-07T00:07:15.306Z | Downloaded signature v2.2.0 |
| 1013 | 2024-12-07T00:07:15.306Z | Downloaded rustls-pemfile v2.2.0 |
| 1014 | 2024-12-07T00:07:15.307Z | Downloaded rfc6979 v0.4.0 |
| 1015 | 2024-12-07T00:07:15.307Z | Downloaded resolv-conf v0.7.0 |
| 1016 | 2024-12-07T00:07:15.307Z | Downloaded rand_xorshift v0.3.0 |
| 1017 | 2024-12-07T00:07:15.307Z | Downloaded mockall_derive v0.13.0 |
| 1018 | 2024-12-07T00:07:15.307Z | Downloaded minimal-lexical v0.2.1 |
| 1019 | 2024-12-07T00:07:15.307Z | Downloaded maybe-uninit v2.0.0 |
| 1020 | 2024-12-07T00:07:15.307Z | Downloaded indicatif v0.17.9 |
| 1021 | 2024-12-07T00:07:15.307Z | Downloaded const-oid v0.9.6 |
| 1022 | 2024-12-07T00:07:15.331Z | Downloaded console v0.15.8 |
| 1023 | 2024-12-07T00:07:15.331Z | Downloaded rand_seeder v0.3.0 |
| 1024 | 2024-12-07T00:07:15.331Z | Downloaded rand_core v0.6.4 |
| 1025 | 2024-12-07T00:07:15.331Z | Downloaded progenitor-macro v0.8.0 |
| 1026 | 2024-12-07T00:07:15.331Z | Downloaded memmap2 v0.9.5 |
| 1027 | 2024-12-07T00:07:15.331Z | Downloaded md-5 v0.10.6 |
| 1028 | 2024-12-07T00:07:15.331Z | Downloaded lru v0.12.5 |
| 1029 | 2024-12-07T00:07:15.331Z | Downloaded litemap v0.7.3 |
| 1030 | 2024-12-07T00:07:15.331Z | Downloaded cancel-safe-futures v0.1.5 |
| 1031 | 2024-12-07T00:07:15.331Z | Downloaded buf-list v1.0.3 |
| 1032 | 2024-12-07T00:07:15.331Z | Downloaded memoffset v0.9.1 |
| 1033 | 2024-12-07T00:07:15.331Z | Downloaded match_cfg v0.1.0 |
| 1034 | 2024-12-07T00:07:15.331Z | Downloaded maplit v1.0.2 |
| 1035 | 2024-12-07T00:07:15.356Z | Downloaded lru-cache v0.1.2 |
| 1036 | 2024-12-07T00:07:15.356Z | Downloaded lock_api v0.4.12 |
| 1037 | 2024-12-07T00:07:15.356Z | Downloaded linked-hash-map v0.5.6 |
| 1038 | 2024-12-07T00:07:15.356Z | Downloaded libsw v3.3.1 |
| 1039 | 2024-12-07T00:07:15.356Z | Downloaded libefi-sys v0.1.0 |
| 1040 | 2024-12-07T00:07:15.356Z | Downloaded lazycell v1.3.0 |
| 1041 | 2024-12-07T00:07:15.356Z | Downloaded lalrpop-util v0.19.12 |
| 1042 | 2024-12-07T00:07:15.356Z | Downloaded keccak v0.1.5 |
| 1043 | 2024-12-07T00:07:15.356Z | Downloaded is-terminal v0.4.13 |
| 1044 | 2024-12-07T00:07:15.356Z | Downloaded ipnetwork v0.20.0 |
| 1045 | 2024-12-07T00:07:15.356Z | Downloaded indoc v1.0.9 |
| 1046 | 2024-12-07T00:07:15.356Z | Downloaded crossbeam-deque v0.8.5 |
| 1047 | 2024-12-07T00:07:15.356Z | Downloaded cookie_store v0.21.0 |
| 1048 | 2024-12-07T00:07:15.356Z | Downloaded colored v2.1.0 |
| 1049 | 2024-12-07T00:07:15.356Z | Downloaded ciborium v0.2.2 |
| 1050 | 2024-12-07T00:07:15.381Z | Downloaded chrono-tz-build v0.4.0 |
| 1051 | 2024-12-07T00:07:15.381Z | Downloaded cbc v0.1.2 |
| 1052 | 2024-12-07T00:07:15.381Z | Downloaded cassowary v0.3.0 |
| 1053 | 2024-12-07T00:07:15.381Z | Downloaded block-padding v0.3.3 |
| 1054 | 2024-12-07T00:07:15.381Z | Downloaded mockall v0.13.0 |
| 1055 | 2024-12-07T00:07:15.381Z | Downloaded mime_guess v2.0.5 |
| 1056 | 2024-12-07T00:07:15.381Z | Downloaded mime v0.3.17 |
| 1057 | 2024-12-07T00:07:15.382Z | Downloaded md5 v0.7.0 |
| 1058 | 2024-12-07T00:07:15.382Z | Downloaded matches v0.1.10 |
| 1059 | 2024-12-07T00:07:15.382Z | Downloaded lockfree-object-pool v0.1.6 |
| 1060 | 2024-12-07T00:07:15.382Z | Downloaded linear-map v1.2.0 |
| 1061 | 2024-12-07T00:07:15.382Z | Downloaded ipnet v2.10.1 |
| 1062 | 2024-12-07T00:07:15.382Z | Downloaded internet-checksum v0.2.1 |
| 1063 | 2024-12-07T00:07:15.382Z | Downloaded http v1.1.0 |
| 1064 | 2024-12-07T00:07:15.382Z | Downloaded ctr v0.9.2 |
| 1065 | 2024-12-07T00:07:15.406Z | Downloaded crc-catalog v2.4.0 |
| 1066 | 2024-12-07T00:07:15.406Z | Downloaded crc v3.2.1 |
| 1067 | 2024-12-07T00:07:15.407Z | Downloaded constant_time_eq v0.3.1 |
| 1068 | 2024-12-07T00:07:15.407Z | Downloaded const_format_proc_macros v0.2.33 |
| 1069 | 2024-12-07T00:07:15.407Z | Downloaded ciborium-ll v0.2.2 |
| 1070 | 2024-12-07T00:07:15.407Z | Downloaded chacha20 v0.9.1 |
| 1071 | 2024-12-07T00:07:15.407Z | Downloaded cexpr v0.6.0 |
| 1072 | 2024-12-07T00:07:15.407Z | Downloaded castaway v0.2.3 |
| 1073 | 2024-12-07T00:07:15.407Z | Downloaded bumpalo v3.16.0 |
| 1074 | 2024-12-07T00:07:15.407Z | Downloaded blowfish v0.9.1 |
| 1075 | 2024-12-07T00:07:15.407Z | Downloaded instant v0.1.13 |
| 1076 | 2024-12-07T00:07:15.407Z | Downloaded instability v0.3.2 |
| 1077 | 2024-12-07T00:07:15.407Z | Downloaded icu_normalizer v1.5.0 |
| 1078 | 2024-12-07T00:07:15.432Z | Downloaded headers-core v0.3.0 |
| 1079 | 2024-12-07T00:07:15.432Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1080 | 2024-12-07T00:07:15.432Z | Downloaded cstr-argument v0.1.2 |
| 1081 | 2024-12-07T00:07:15.432Z | Downloaded cobs v0.2.3 |
| 1082 | 2024-12-07T00:07:15.432Z | Downloaded cfg_aliases v0.2.1 |
| 1083 | 2024-12-07T00:07:15.432Z | Downloaded idna_adapter v1.2.0 |
| 1084 | 2024-12-07T00:07:15.432Z | Downloaded icu_normalizer_data v1.5.0 |
| 1085 | 2024-12-07T00:07:15.432Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1086 | 2024-12-07T00:07:15.432Z | Downloaded icu_locid v1.5.0 |
| 1087 | 2024-12-07T00:07:15.432Z | Downloaded icu_collections v1.5.0 |
| 1088 | 2024-12-07T00:07:15.456Z | Downloaded hyper-util v0.1.10 |
| 1089 | 2024-12-07T00:07:15.456Z | Downloaded hyper v1.5.0 |
| 1090 | 2024-12-07T00:07:15.456Z | Downloaded chacha20poly1305 v0.10.1 |
| 1091 | 2024-12-07T00:07:15.456Z | Downloaded cfg_aliases v0.1.1 |
| 1092 | 2024-12-07T00:07:15.457Z | Downloaded jobserver v0.1.32 |
| 1093 | 2024-12-07T00:07:15.457Z | Downloaded is_ci v1.2.0 |
| 1094 | 2024-12-07T00:07:15.457Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1095 | 2024-12-07T00:07:15.457Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1096 | 2024-12-07T00:07:15.457Z | Downloaded crossbeam-utils v0.8.20 |
| 1097 | 2024-12-07T00:07:15.483Z | Downloaded crc32fast v1.4.2 |
| 1098 | 2024-12-07T00:07:15.483Z | Downloaded const_format v0.2.33 |
| 1099 | 2024-12-07T00:07:15.483Z | Downloaded cmake v0.1.51 |
| 1100 | 2024-12-07T00:07:15.483Z | Downloaded clang-sys v1.8.1 |
| 1101 | 2024-12-07T00:07:15.483Z | Downloaded cipher v0.4.4 |
| 1102 | 2024-12-07T00:07:15.483Z | Downloaded ciborium-io v0.2.2 |
| 1103 | 2024-12-07T00:07:15.483Z | Downloaded ident_case v1.0.1 |
| 1104 | 2024-12-07T00:07:15.483Z | Downloaded icu_locid_transform v1.5.0 |
| 1105 | 2024-12-07T00:07:15.483Z | Downloaded iana-time-zone v0.1.61 |
| 1106 | 2024-12-07T00:07:15.483Z | Downloaded hyper-tls v0.6.0 |
| 1107 | 2024-12-07T00:07:15.483Z | Downloaded hyper-staticfile v0.10.1 |
| 1108 | 2024-12-07T00:07:15.483Z | Downloaded humantime v2.1.0 |
| 1109 | 2024-12-07T00:07:15.507Z | Downloaded hubpack v0.1.2 |
| 1110 | 2024-12-07T00:07:15.507Z | Downloaded httparse v1.9.5 |
| 1111 | 2024-12-07T00:07:15.507Z | Downloaded hostname v0.4.0 |
| 1112 | 2024-12-07T00:07:15.507Z | Downloaded hostname v0.3.1 |
| 1113 | 2024-12-07T00:07:15.507Z | Downloaded crunchy v0.2.2 |
| 1114 | 2024-12-07T00:07:15.507Z | Downloaded convert_case v0.4.0 |
| 1115 | 2024-12-07T00:07:15.507Z | Downloaded bzip2 v0.4.4 |
| 1116 | 2024-12-07T00:07:15.507Z | Downloaded httpdate v1.0.3 |
| 1117 | 2024-12-07T00:07:15.508Z | Downloaded http-range v0.1.5 |
| 1118 | 2024-12-07T00:07:15.508Z | Downloaded http-body-util v0.1.2 |
| 1119 | 2024-12-07T00:07:15.508Z | Downloaded http-body v1.0.1 |
| 1120 | 2024-12-07T00:07:15.508Z | Downloaded home v0.5.9 |
| 1121 | 2024-12-07T00:07:15.508Z | Downloaded hickory-server v0.24.1 |
| 1122 | 2024-12-07T00:07:15.532Z | Downloaded hickory-proto v0.24.1 |
| 1123 | 2024-12-07T00:07:15.532Z | Downloaded hickory-client v0.24.1 |
| 1124 | 2024-12-07T00:07:15.532Z | Downloaded csv-core v0.1.11 |
| 1125 | 2024-12-07T00:07:15.532Z | Downloaded hkdf v0.12.4 |
| 1126 | 2024-12-07T00:07:15.557Z | Downloaded hickory-resolver v0.24.1 |
| 1127 | 2024-12-07T00:07:15.557Z | Downloaded hex-literal v0.4.1 |
| 1128 | 2024-12-07T00:07:15.557Z | Downloaded darling v0.20.10 |
| 1129 | 2024-12-07T00:07:15.557Z | Downloaded blake2 v0.10.6 |
| 1130 | 2024-12-07T00:07:15.557Z | Downloaded bitflags v1.3.2 |
| 1131 | 2024-12-07T00:07:15.557Z | Downloaded bit-vec v0.6.3 |
| 1132 | 2024-12-07T00:07:15.557Z | Downloaded bit-set v0.5.3 |
| 1133 | 2024-12-07T00:07:15.582Z | Downloaded bcs v0.1.6 |
| 1134 | 2024-12-07T00:07:15.582Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1135 | 2024-12-07T00:07:15.582Z | Downloaded base64ct v1.6.0 |
| 1136 | 2024-12-07T00:07:15.582Z | Downloaded base64 v0.13.1 |
| 1137 | 2024-12-07T00:07:15.582Z | Downloaded atomic-waker v1.1.2 |
| 1138 | 2024-12-07T00:07:15.582Z | Downloaded bitfield v0.14.0 |
| 1139 | 2024-12-07T00:07:15.582Z | Downloaded atty v0.2.14 |
| 1140 | 2024-12-07T00:07:15.582Z | Downloaded async-recursion v1.1.1 |
| 1141 | 2024-12-07T00:07:15.582Z | Downloaded bindgen v0.69.5 |
| 1142 | 2024-12-07T00:07:15.607Z | Downloaded bb8 v0.8.5 |
| 1143 | 2024-12-07T00:07:15.607Z | Downloaded aws-lc-rs v1.10.0 |
| 1144 | 2024-12-07T00:07:15.607Z | Downloaded async-bb8-diesel v0.2.1 |
| 1145 | 2024-12-07T00:07:15.607Z | Downloaded assert_matches v1.5.0 |
| 1146 | 2024-12-07T00:07:15.607Z | Downloaded ascii-canvas v3.0.0 |
| 1147 | 2024-12-07T00:07:15.607Z | Downloaded array-init v0.0.4 |
| 1148 | 2024-12-07T00:07:15.607Z | Downloaded base64 v0.21.7 |
| 1149 | 2024-12-07T00:07:15.632Z | Downloaded backtrace v0.3.74 |
| 1150 | 2024-12-07T00:07:15.632Z | Downloaded arrayvec v0.7.6 |
| 1151 | 2024-12-07T00:07:15.632Z | Downloaded backoff v0.4.0 |
| 1152 | 2024-12-07T00:07:15.632Z | Downloaded async-trait v0.1.83 |
| 1153 | 2024-12-07T00:07:15.632Z | Downloaded async-stream v0.3.6 |
| 1154 | 2024-12-07T00:07:15.632Z | Downloaded arrayref v0.3.9 |
| 1155 | 2024-12-07T00:07:15.657Z | Downloaded libloading v0.8.5 |
| 1156 | 2024-12-07T00:07:15.657Z | Downloaded kstat-rs v0.2.4 |
| 1157 | 2024-12-07T00:07:15.657Z | Downloaded itertools v0.10.5 |
| 1158 | 2024-12-07T00:07:15.657Z | Downloaded idna v1.0.3 |
| 1159 | 2024-12-07T00:07:15.657Z | Downloaded icu_provider v1.5.0 |
| 1160 | 2024-12-07T00:07:15.657Z | Downloaded hubpack_derive v0.1.1 |
| 1161 | 2024-12-07T00:07:15.657Z | Downloaded aes v0.8.4 |
| 1162 | 2024-12-07T00:07:15.682Z | Downloaded bitvec v1.0.1 |
| 1163 | 2024-12-07T00:07:15.682Z | Downloaded allocator-api2 v0.2.18 |
| 1164 | 2024-12-07T00:07:15.707Z | Downloaded aes-gcm v0.10.3 |
| 1165 | 2024-12-07T00:07:15.707Z | Downloaded ahash v0.8.11 |
| 1166 | 2024-12-07T00:07:15.707Z | Downloaded aead v0.5.2 |
| 1167 | 2024-12-07T00:07:15.707Z | Downloaded adler2 v2.0.0 |
| 1168 | 2024-12-07T00:07:15.837Z | Compiling serde v1.0.215 |
| 1169 | 2024-12-07T00:07:15.863Z | Compiling lock_api v0.4.12 |
| 1170 | 2024-12-07T00:07:15.863Z | Compiling scopeguard v1.2.0 |
| 1171 | 2024-12-07T00:07:15.863Z | Compiling value-bag v1.9.0 |
| 1172 | 2024-12-07T00:07:15.863Z | Compiling typenum v1.17.0 |
| 1173 | 2024-12-07T00:07:15.863Z | Compiling generic-array v0.14.7 |
| 1174 | 2024-12-07T00:07:15.863Z | Compiling syn v2.0.87 |
| 1175 | 2024-12-07T00:07:15.863Z | Compiling getrandom v0.2.15 |
| 1176 | 2024-12-07T00:07:16.076Z | Compiling shlex v1.3.0 |
| 1177 | 2024-12-07T00:07:16.281Z | Compiling rand_core v0.6.4 |
| 1178 | 2024-12-07T00:07:16.396Z | Compiling log v0.4.22 |
| 1179 | 2024-12-07T00:07:16.470Z | Compiling subtle v2.6.1 |
| 1180 | 2024-12-07T00:07:16.514Z | Compiling jobserver v0.1.32 |
| 1181 | 2024-12-07T00:07:16.563Z | Compiling smallvec v1.13.2 |
| 1182 | 2024-12-07T00:07:16.796Z | Compiling const-oid v0.9.6 |
| 1183 | 2024-12-07T00:07:16.821Z | Compiling pin-project-lite v0.2.14 |
| 1184 | 2024-12-07T00:07:16.929Z | Compiling cc v1.1.30 |
| 1185 | 2024-12-07T00:07:16.970Z | Compiling spin v0.9.8 |
| 1186 | 2024-12-07T00:07:16.994Z | Compiling rustix v0.38.37 |
| 1187 | 2024-12-07T00:07:17.197Z | Compiling parking_lot_core v0.9.10 |
| 1188 | 2024-12-07T00:07:17.331Z | Compiling futures-core v0.3.31 |
| 1189 | 2024-12-07T00:07:17.361Z | Compiling signal-hook-registry v1.4.2 |
| 1190 | 2024-12-07T00:07:17.580Z | Compiling mio v1.0.2 |
| 1191 | 2024-12-07T00:07:17.848Z | Compiling aho-corasick v1.1.3 |
| 1192 | 2024-12-07T00:07:18.171Z | Compiling parking_lot v0.12.3 |
| 1193 | 2024-12-07T00:07:18.339Z | Compiling regex-syntax v0.8.5 |
| 1194 | 2024-12-07T00:07:18.377Z | Compiling cpufeatures v0.2.14 |
| 1195 | 2024-12-07T00:07:18.490Z | Compiling either v1.13.0 |
| 1196 | 2024-12-07T00:07:18.514Z | Compiling lazy_static v1.5.0 |
| 1197 | 2024-12-07T00:07:18.633Z | Compiling stable_deref_trait v1.2.0 |
| 1198 | 2024-12-07T00:07:18.745Z | Compiling glob v0.3.1 |
| 1199 | 2024-12-07T00:07:18.795Z | Compiling futures-sink v0.3.31 |
| 1200 | 2024-12-07T00:07:18.928Z | Compiling socket2 v0.5.7 |
| 1201 | 2024-12-07T00:07:18.960Z | Compiling slab v0.4.9 |
| 1202 | 2024-12-07T00:07:19.043Z | Compiling prettyplease v0.2.25 |
| 1203 | 2024-12-07T00:07:19.626Z | Compiling minimal-lexical v0.2.1 |
| 1204 | 2024-12-07T00:07:20.003Z | Compiling clang-sys v1.8.1 |
| 1205 | 2024-12-07T00:07:20.090Z | Compiling libloading v0.8.5 |
| 1206 | 2024-12-07T00:07:20.275Z | Compiling nom v7.1.3 |
| 1207 | 2024-12-07T00:07:20.305Z | Compiling bindgen v0.69.5 |
| 1208 | 2024-12-07T00:07:20.512Z | Compiling serde_json v1.0.132 |
| 1209 | 2024-12-07T00:07:20.710Z | Compiling home v0.5.9 |
| 1210 | 2024-12-07T00:07:20.963Z | Compiling futures-channel v0.3.31 |
| 1211 | 2024-12-07T00:07:21.034Z | Compiling itertools v0.12.1 |
| 1212 | 2024-12-07T00:07:21.211Z | Compiling allocator-api2 v0.2.18 |
| 1213 | 2024-12-07T00:07:21.341Z | Compiling futures-io v0.3.31 |
| 1214 | 2024-12-07T00:07:21.626Z | Compiling lazycell v1.3.0 |
| 1215 | 2024-12-07T00:07:21.774Z | Compiling rustc-hash v1.1.0 |
| 1216 | 2024-12-07T00:07:21.910Z | Compiling foldhash v0.1.3 |
| 1217 | 2024-12-07T00:07:21.936Z | Compiling futures-task v0.3.31 |
| 1218 | 2024-12-07T00:07:22.169Z | Compiling regex-automata v0.4.8 |
| 1219 | 2024-12-07T00:07:22.207Z | Compiling pin-utils v0.1.0 |
| 1220 | 2024-12-07T00:07:22.295Z | Compiling hashbrown v0.15.0 |
| 1221 | 2024-12-07T00:07:23.001Z | Compiling synstructure v0.13.1 |
| 1222 | 2024-12-07T00:07:23.298Z | Compiling cexpr v0.6.0 |
| 1223 | 2024-12-07T00:07:23.692Z | Compiling cmake v0.1.51 |
| 1224 | 2024-12-07T00:07:24.423Z | Compiling dunce v1.0.5 |
| 1225 | 2024-12-07T00:07:24.537Z | Compiling pkg-config v0.3.31 |
| 1226 | 2024-12-07T00:07:24.589Z | Compiling tinyvec_macros v0.1.1 |
| 1227 | 2024-12-07T00:07:24.677Z | Compiling libm v0.2.8 |
| 1228 | 2024-12-07T00:07:24.702Z | Compiling fs_extra v1.3.0 |
| 1229 | 2024-12-07T00:07:24.789Z | Compiling tinyvec v1.8.0 |
| 1230 | 2024-12-07T00:07:24.981Z | Compiling num-traits v0.2.19 |
| 1231 | 2024-12-07T00:07:25.414Z | Compiling ring v0.17.8 |
| 1232 | 2024-12-07T00:07:25.856Z | Compiling unicode-bidi v0.3.17 |
| 1233 | 2024-12-07T00:07:25.951Z | Compiling unicode-normalization v0.1.24 |
| 1234 | 2024-12-07T00:07:26.006Z | Compiling base64ct v1.6.0 |
| 1235 | 2024-12-07T00:07:26.291Z | Compiling litemap v0.7.3 |
| 1236 | 2024-12-07T00:07:26.342Z | Compiling paste v1.0.15 |
| 1237 | 2024-12-07T00:07:26.514Z | Compiling writeable v0.5.5 |
| 1238 | 2024-12-07T00:07:26.641Z | Compiling regex v1.11.1 |
| 1239 | 2024-12-07T00:07:26.829Z | Compiling pem-rfc7468 v0.7.0 |
| 1240 | 2024-12-07T00:07:27.036Z | Compiling flagset v0.4.6 |
| 1241 | 2024-12-07T00:07:27.220Z | Compiling aws-lc-rs v1.10.0 |
| 1242 | 2024-12-07T00:07:27.450Z | Compiling httparse v1.9.5 |
| 1243 | 2024-12-07T00:07:27.605Z | Compiling tracing-core v0.1.32 |
| 1244 | 2024-12-07T00:07:28.157Z | Compiling crossbeam-utils v0.8.20 |
| 1245 | 2024-12-07T00:07:28.625Z | Compiling icu_locid_transform_data v1.5.0 |
| 1246 | 2024-12-07T00:07:28.651Z | Compiling rustls-pki-types v1.9.0 |
| 1247 | 2024-12-07T00:07:28.675Z | Compiling percent-encoding v2.3.1 |
| 1248 | 2024-12-07T00:07:28.752Z | Compiling serde_derive v1.0.215 |
| 1249 | 2024-12-07T00:07:28.782Z | Compiling zeroize_derive v1.4.2 |
| 1250 | 2024-12-07T00:07:28.806Z | Compiling zerocopy-derive v0.7.35 |
| 1251 | 2024-12-07T00:07:28.998Z | Compiling tokio-macros v2.4.0 |
| 1252 | 2024-12-07T00:07:29.629Z | Compiling zerofrom-derive v0.1.4 |
| 1253 | 2024-12-07T00:07:30.112Z | Compiling zeroize v1.8.1 |
| 1254 | 2024-12-07T00:07:30.461Z | Compiling yoke-derive v0.7.4 |
| 1255 | 2024-12-07T00:07:30.676Z | Compiling zerocopy v0.7.35 |
| 1256 | 2024-12-07T00:07:30.935Z | Compiling thiserror-impl v1.0.69 |
| 1257 | 2024-12-07T00:07:31.512Z | Compiling crypto-common v0.1.6 |
| 1258 | 2024-12-07T00:07:31.708Z | Compiling block-buffer v0.10.4 |
| 1259 | 2024-12-07T00:07:31.732Z | Compiling futures-macro v0.3.31 |
| 1260 | 2024-12-07T00:07:31.933Z | Compiling digest v0.10.7 |
| 1261 | 2024-12-07T00:07:32.029Z | Compiling zerovec-derive v0.10.3 |
| 1262 | 2024-12-07T00:07:32.358Z | Compiling hmac v0.12.1 |
| 1263 | 2024-12-07T00:07:32.577Z | Compiling block-padding v0.3.3 |
| 1264 | 2024-12-07T00:07:32.732Z | Compiling displaydoc v0.2.5 |
| 1265 | 2024-12-07T00:07:32.804Z | Compiling inout v0.1.3 |
| 1266 | 2024-12-07T00:07:33.050Z | Compiling cipher v0.4.4 |
| 1267 | 2024-12-07T00:07:33.087Z | Compiling sha2 v0.10.8 |
| 1268 | 2024-12-07T00:07:33.118Z | Compiling zerofrom v0.1.4 |
| 1269 | 2024-12-07T00:07:33.294Z | Compiling yoke v0.7.4 |
| 1270 | 2024-12-07T00:07:33.319Z | Compiling futures-util v0.3.31 |
| 1271 | 2024-12-07T00:07:33.500Z | Compiling ppv-lite86 v0.2.20 |
| 1272 | 2024-12-07T00:07:33.617Z | Compiling icu_provider_macros v1.5.0 |
| 1273 | 2024-12-07T00:07:33.760Z | Compiling thiserror v1.0.69 |
| 1274 | 2024-12-07T00:07:33.886Z | Compiling der_derive v0.7.3 |
| 1275 | 2024-12-07T00:07:34.253Z | Compiling rand_chacha v0.3.1 |
| 1276 | 2024-12-07T00:07:34.253Z | Compiling zerovec v0.10.4 |
| 1277 | 2024-12-07T00:07:34.317Z | Compiling tracing-attributes v0.1.27 |
| 1278 | 2024-12-07T00:07:34.629Z | Compiling rand v0.8.5 |
| 1279 | 2024-12-07T00:07:35.777Z | Compiling pest v2.7.14 |
| 1280 | 2024-12-07T00:07:35.958Z | Compiling tinystr v0.7.6 |
| 1281 | 2024-12-07T00:07:36.088Z | Compiling der v0.7.9 |
| 1282 | 2024-12-07T00:07:36.309Z | Compiling icu_locid v1.5.0 |
| 1283 | 2024-12-07T00:07:36.346Z | Compiling icu_collections v1.5.0 |
| 1284 | 2024-12-07T00:07:36.408Z | Compiling salsa20 v0.10.2 |
| 1285 | 2024-12-07T00:07:36.602Z | Compiling pbkdf2 v0.12.2 |
| 1286 | 2024-12-07T00:07:37.342Z | Compiling icu_provider v1.5.0 |
| 1287 | 2024-12-07T00:07:37.562Z | Compiling tracing v0.1.40 |
| 1288 | 2024-12-07T00:07:37.586Z | Compiling vcpkg v0.2.15 |
| 1289 | 2024-12-07T00:07:38.077Z | Compiling icu_locid_transform v1.5.0 |
| 1290 | 2024-12-07T00:07:38.348Z | Compiling spki v0.7.3 |
| 1291 | 2024-12-07T00:07:38.378Z | Compiling time-core v0.1.2 |
| 1292 | 2024-12-07T00:07:38.460Z | Compiling icu_properties_data v1.5.0 |
| 1293 | 2024-12-07T00:07:38.557Z | Compiling mirai-annotations v1.12.0 |
| 1294 | 2024-12-07T00:07:38.723Z | Compiling untrusted v0.9.0 |
| 1295 | 2024-12-07T00:07:38.747Z | Compiling untrusted v0.7.1 |
| 1296 | 2024-12-07T00:07:38.747Z | Compiling powerfmt v0.2.0 |
| 1297 | 2024-12-07T00:07:38.802Z | Compiling num-conv v0.1.0 |
| 1298 | 2024-12-07T00:07:38.942Z | Compiling pest_meta v2.7.14 |
| 1299 | 2024-12-07T00:07:39.007Z | Compiling scrypt v0.11.0 |
| 1300 | 2024-12-07T00:07:39.081Z | Compiling time-macros v0.2.18 |
| 1301 | 2024-12-07T00:07:39.204Z | Compiling icu_properties v1.5.1 |
| 1302 | 2024-12-07T00:07:39.581Z | Compiling deranged v0.3.11 |
| 1303 | 2024-12-07T00:07:39.605Z | Compiling openssl-sys v0.9.103 |
| 1304 | 2024-12-07T00:07:40.446Z | Compiling bitflags v2.6.0 |
| 1305 | 2024-12-07T00:07:40.484Z | Compiling bytes v1.8.0 |
| 1306 | 2024-12-07T00:07:41.157Z | Compiling indexmap v2.6.0 |
| 1307 | 2024-12-07T00:07:41.631Z | Compiling tokio v1.40.0 |
| 1308 | 2024-12-07T00:07:41.728Z | Compiling http v1.1.0 |
| 1309 | 2024-12-07T00:07:42.222Z | Compiling semver v1.0.23 |
| 1310 | 2024-12-07T00:07:42.376Z | Compiling cbc v0.1.2 |
| 1311 | 2024-12-07T00:07:42.577Z | Compiling aes v0.8.4 |
| 1312 | 2024-12-07T00:07:42.880Z | Compiling rustc_version v0.4.1 |
| 1313 | 2024-12-07T00:07:43.292Z | Compiling scroll_derive v0.12.0 |
| 1314 | 2024-12-07T00:07:43.316Z | Compiling utf16_iter v1.0.5 |
| 1315 | 2024-12-07T00:07:43.475Z | Compiling num_threads v0.1.7 |
| 1316 | 2024-12-07T00:07:43.574Z | Compiling utf8_iter v1.0.4 |
| 1317 | 2024-12-07T00:07:43.601Z | Compiling atomic-waker v1.1.2 |
| 1318 | 2024-12-07T00:07:43.764Z | Compiling write16 v1.0.0 |
| 1319 | 2024-12-07T00:07:43.789Z | Compiling icu_normalizer_data v1.5.0 |
| 1320 | 2024-12-07T00:07:43.843Z | Compiling time v0.3.36 |
| 1321 | 2024-12-07T00:07:43.885Z | Compiling pkcs5 v0.7.1 |
| 1322 | 2024-12-07T00:07:43.909Z | Compiling icu_normalizer v1.5.0 |
| 1323 | 2024-12-07T00:07:44.365Z | Compiling which v4.4.2 |
| 1324 | 2024-12-07T00:07:44.436Z | Compiling scroll v0.12.0 |
| 1325 | 2024-12-07T00:07:44.900Z | Compiling http-body v1.0.1 |
| 1326 | 2024-12-07T00:07:44.948Z | Compiling pest_generator v2.7.14 |
| 1327 | 2024-12-07T00:07:45.020Z | Compiling form_urlencoded v1.2.1 |
| 1328 | 2024-12-07T00:07:45.127Z | Compiling try-lock v0.2.5 |
| 1329 | 2024-12-07T00:07:45.262Z | Compiling slog v2.7.0 |
| 1330 | 2024-12-07T00:07:45.334Z | Compiling goblin v0.8.2 |
| 1331 | 2024-12-07T00:07:45.358Z | Compiling want v0.3.1 |
| 1332 | 2024-12-07T00:07:45.605Z | Compiling idna_adapter v1.2.0 |
| 1333 | 2024-12-07T00:07:45.703Z | Compiling pkcs8 v0.10.2 |
| 1334 | 2024-12-07T00:07:45.810Z | Compiling httpdate v1.0.3 |
| 1335 | 2024-12-07T00:07:46.246Z | Compiling idna v1.0.3 |
| 1336 | 2024-12-07T00:07:46.392Z | Compiling serde_spanned v0.6.8 |
| 1337 | 2024-12-07T00:07:46.552Z | Compiling toml_datetime v0.6.8 |
| 1338 | 2024-12-07T00:07:46.592Z | Compiling serde_tokenstream v0.2.2 |
| 1339 | 2024-12-07T00:07:46.684Z | Compiling pest_derive v2.7.14 |
| 1340 | 2024-12-07T00:07:46.999Z | Compiling uuid v1.11.0 |
| 1341 | 2024-12-07T00:07:47.110Z | Compiling match_cfg v0.1.0 |
| 1342 | 2024-12-07T00:07:47.207Z | Compiling foreign-types-shared v0.1.1 |
| 1343 | 2024-12-07T00:07:47.311Z | Compiling rustversion v1.0.17 |
| 1344 | 2024-12-07T00:07:47.342Z | Compiling dtrace-parser v0.2.0 |
| 1345 | 2024-12-07T00:07:47.819Z | Compiling tower-service v0.3.3 |
| 1346 | 2024-12-07T00:07:47.918Z | Compiling base64 v0.22.1 |
| 1347 | 2024-12-07T00:07:47.942Z | Compiling openssl v0.10.66 |
| 1348 | 2024-12-07T00:07:48.154Z | Compiling iana-time-zone v0.1.61 |
| 1349 | 2024-12-07T00:07:48.294Z | Compiling adler2 v2.0.0 |
| 1350 | 2024-12-07T00:07:48.365Z | Compiling chrono v0.4.38 |
| 1351 | 2024-12-07T00:07:48.492Z | Compiling miniz_oxide v0.8.0 |
| 1352 | 2024-12-07T00:07:48.616Z | Compiling foreign-types v0.3.2 |
| 1353 | 2024-12-07T00:07:48.659Z | Compiling hostname v0.3.1 |
| 1354 | 2024-12-07T00:07:48.713Z | Compiling url v2.5.3 |
| 1355 | 2024-12-07T00:07:48.887Z | Compiling tokio-util v0.7.12 |
| 1356 | 2024-12-07T00:07:49.829Z | Compiling h2 v0.4.6 |
| 1357 | 2024-12-07T00:07:50.114Z | Compiling async-trait v0.1.83 |
| 1358 | 2024-12-07T00:07:50.387Z | Compiling dof v0.3.0 |
| 1359 | 2024-12-07T00:07:50.492Z | Compiling openssl-macros v0.1.1 |
| 1360 | 2024-12-07T00:07:51.131Z | Compiling usdt-impl v0.5.0 |
| 1361 | 2024-12-07T00:07:51.591Z | Compiling dirs-sys-next v0.1.2 |
| 1362 | 2024-12-07T00:07:52.178Z | Compiling rustls v0.23.14 |
| 1363 | 2024-12-07T00:07:52.270Z | Compiling syn v1.0.109 |
| 1364 | 2024-12-07T00:07:52.409Z | Compiling data-encoding v2.6.0 |
| 1365 | 2024-12-07T00:07:52.433Z | Compiling rustls v0.22.4 |
| 1366 | 2024-12-07T00:07:52.464Z | Compiling native-tls v0.2.12 |
| 1367 | 2024-12-07T00:07:52.653Z | Compiling siphasher v0.3.11 |
| 1368 | 2024-12-07T00:07:52.784Z | Compiling dirs-next v2.0.0 |
| 1369 | 2024-12-07T00:07:52.996Z | Compiling http-body-util v0.1.2 |
| 1370 | 2024-12-07T00:07:53.445Z | Compiling crossbeam-epoch v0.9.18 |
| 1371 | 2024-12-07T00:07:54.092Z | Compiling heapless v0.7.17 |
| 1372 | 2024-12-07T00:07:54.141Z | Compiling sha1 v0.10.6 |
| 1373 | 2024-12-07T00:07:54.177Z | Compiling signature v2.2.0 |
| 1374 | 2024-12-07T00:07:54.422Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1375 | 2024-12-07T00:07:54.447Z | Compiling serde_derive_internals v0.29.1 |
| 1376 | 2024-12-07T00:07:54.485Z | Compiling thread_local v1.1.8 |
| 1377 | 2024-12-07T00:07:54.522Z | Compiling multer v3.1.0 |
| 1378 | 2024-12-07T00:07:54.780Z | Compiling cookie v0.18.1 |
| 1379 | 2024-12-07T00:07:54.827Z | Compiling encoding_rs v0.8.34 |
| 1380 | 2024-12-07T00:07:54.946Z | Compiling ipnet v2.10.1 |
| 1381 | 2024-12-07T00:07:54.987Z | Compiling openssl-probe v0.1.5 |
| 1382 | 2024-12-07T00:07:55.033Z | Compiling slog-async v2.8.0 |
| 1383 | 2024-12-07T00:07:55.332Z | Compiling gimli v0.31.1 |
| 1384 | 2024-12-07T00:07:55.487Z | Compiling rayon-core v1.12.1 |
| 1385 | 2024-12-07T00:07:55.718Z | Compiling hyper v1.5.0 |
| 1386 | 2024-12-07T00:07:56.041Z | Compiling schemars v0.8.21 |
| 1387 | 2024-12-07T00:07:56.337Z | Compiling signal-hook v0.3.17 |
| 1388 | 2024-12-07T00:07:56.568Z | Compiling mime v0.3.17 |
| 1389 | 2024-12-07T00:07:56.841Z | Compiling unicode-properties v0.1.3 |
| 1390 | 2024-12-07T00:07:57.101Z | Compiling schemars_derive v0.8.21 |
| 1391 | 2024-12-07T00:07:57.182Z | Compiling stringprep v0.1.5 |
| 1392 | 2024-12-07T00:07:58.291Z | Compiling hyper-util v0.1.10 |
| 1393 | 2024-12-07T00:07:58.659Z | Compiling toml_edit v0.22.22 |
| 1394 | 2024-12-07T00:07:59.039Z | Compiling addr2line v0.24.2 |
| 1395 | 2024-12-07T00:07:59.774Z | Compiling usdt-macro v0.5.0 |
| 1396 | 2024-12-07T00:07:59.812Z | Compiling usdt-attr-macro v0.5.0 |
| 1397 | 2024-12-07T00:07:59.925Z | Compiling crossbeam-deque v0.8.5 |
| 1398 | 2024-12-07T00:08:00.240Z | Compiling term v0.7.0 |
| 1399 | 2024-12-07T00:08:00.959Z | Compiling slog-json v2.6.1 |
| 1400 | 2024-12-07T00:08:01.060Z | Compiling serde_urlencoded v0.7.1 |
| 1401 | 2024-12-07T00:08:01.084Z | Compiling crossbeam-channel v0.5.13 |
| 1402 | 2024-12-07T00:08:01.284Z | Compiling curve25519-dalek v4.1.3 |
| 1403 | 2024-12-07T00:08:01.321Z | Compiling enum-as-inner v0.6.1 |
| 1404 | 2024-12-07T00:08:01.527Z | Compiling futures-executor v0.3.31 |
| 1405 | 2024-12-07T00:08:01.621Z | Compiling md-5 v0.10.6 |
| 1406 | 2024-12-07T00:08:01.805Z | Compiling rustls-pemfile v2.2.0 |
| 1407 | 2024-12-07T00:08:01.864Z | Compiling async-stream-impl v0.3.6 |
| 1408 | 2024-12-07T00:08:02.018Z | Compiling num-integer v0.1.46 |
| 1409 | 2024-12-07T00:08:02.042Z | Compiling idna v0.3.0 |
| 1410 | 2024-12-07T00:08:02.121Z | Compiling idna v0.4.0 |
| 1411 | 2024-12-07T00:08:02.233Z | Compiling hash32 v0.2.1 |
| 1412 | 2024-12-07T00:08:02.567Z | Compiling ff v0.13.0 |
| 1413 | 2024-12-07T00:08:02.674Z | Compiling is-terminal v0.4.13 |
| 1414 | 2024-12-07T00:08:02.770Z | Compiling object v0.36.5 |
| 1415 | 2024-12-07T00:08:02.799Z | Compiling dropshot v0.12.0 |
| 1416 | 2024-12-07T00:08:03.029Z | Compiling portable-atomic v1.9.0 |
| 1417 | 2024-12-07T00:08:03.057Z | Compiling num-bigint-dig v0.8.4 |
| 1418 | 2024-12-07T00:08:03.308Z | Compiling rustc-demangle v0.1.24 |
| 1419 | 2024-12-07T00:08:03.478Z | Compiling smoltcp v0.9.1 |
| 1420 | 2024-12-07T00:08:03.504Z | Compiling quick-error v1.2.3 |
| 1421 | 2024-12-07T00:08:03.643Z | Compiling psl-types v2.0.11 |
| 1422 | 2024-12-07T00:08:03.832Z | Compiling linked-hash-map v0.5.6 |
| 1423 | 2024-12-07T00:08:03.951Z | Compiling anyhow v1.0.93 |
| 1424 | 2024-12-07T00:08:04.113Z | Compiling base16ct v0.2.0 |
| 1425 | 2024-12-07T00:08:04.216Z | Compiling fallible-iterator v0.2.0 |
| 1426 | 2024-12-07T00:08:04.240Z | Compiling dyn-clone v1.0.17 |
| 1427 | 2024-12-07T00:08:04.419Z | Compiling utf-8 v0.7.6 |
| 1428 | 2024-12-07T00:08:04.443Z | Compiling take_mut v0.2.2 |
| 1429 | 2024-12-07T00:08:04.603Z | Compiling tungstenite v0.24.0 |
| 1430 | 2024-12-07T00:08:04.832Z | Compiling postgres-protocol v0.6.7 |
| 1431 | 2024-12-07T00:08:05.936Z | Compiling sec1 v0.7.3 |
| 1432 | 2024-12-07T00:08:05.960Z | Compiling lru-cache v0.1.2 |
| 1433 | 2024-12-07T00:08:06.199Z | Compiling publicsuffix v2.2.3 |
| 1434 | 2024-12-07T00:08:06.245Z | Compiling resolv-conf v0.7.0 |
| 1435 | 2024-12-07T00:08:06.541Z | Compiling async-stream v0.3.6 |
| 1436 | 2024-12-07T00:08:06.571Z | Compiling hickory-proto v0.24.1 |
| 1437 | 2024-12-07T00:08:06.848Z | Compiling usdt v0.5.0 |
| 1438 | 2024-12-07T00:08:06.904Z | Compiling slog-term v2.9.1 |
| 1439 | 2024-12-07T00:08:07.015Z | Compiling group v0.13.0 |
| 1440 | 2024-12-07T00:08:07.511Z | Compiling num-iter v0.1.45 |
| 1441 | 2024-12-07T00:08:07.807Z | Compiling futures v0.3.31 |
| 1442 | 2024-12-07T00:08:07.948Z | Compiling toml v0.8.19 |
| 1443 | 2024-12-07T00:08:08.155Z | Compiling slog-bunyan v2.5.0 |
| 1444 | 2024-12-07T00:08:09.652Z | Compiling backtrace v0.3.74 |
| 1445 | 2024-12-07T00:08:09.779Z | Compiling tokio-native-tls v0.3.1 |
| 1446 | 2024-12-07T00:08:10.086Z | Compiling camino v1.1.9 |
| 1447 | 2024-12-07T00:08:10.183Z | Compiling phf_shared v0.11.2 |
| 1448 | 2024-12-07T00:08:10.385Z | Compiling dropshot_endpoint v0.12.0 |
| 1449 | 2024-12-07T00:08:10.648Z | Compiling terminal_size v0.4.0 |
| 1450 | 2024-12-07T00:08:10.764Z | Compiling waitgroup v0.1.2 |
| 1451 | 2024-12-07T00:08:10.870Z | Compiling openapiv3 v2.0.0 |
| 1452 | 2024-12-07T00:08:10.991Z | Compiling serde_path_to_error v0.1.16 |
| 1453 | 2024-12-07T00:08:11.056Z | Compiling hkdf v0.12.4 |
| 1454 | 2024-12-07T00:08:11.308Z | Compiling crypto-bigint v0.5.5 |
| 1455 | 2024-12-07T00:08:11.801Z | Compiling webpki-roots v0.26.6 |
| 1456 | 2024-12-07T00:08:12.001Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1457 | 2024-12-07T00:08:12.955Z | Compiling zerocopy-derive v0.6.6 |
| 1458 | 2024-12-07T00:08:13.058Z | Compiling hubpack_derive v0.1.1 |
| 1459 | 2024-12-07T00:08:13.311Z | Compiling idna v0.5.0 |
| 1460 | 2024-12-07T00:08:13.805Z | Compiling hostname v0.4.0 |
| 1461 | 2024-12-07T00:08:14.037Z | Compiling fs-err v2.11.0 |
| 1462 | 2024-12-07T00:08:14.329Z | Compiling crc32fast v1.4.2 |
| 1463 | 2024-12-07T00:08:14.420Z | Compiling ahash v0.8.11 |
| 1464 | 2024-12-07T00:08:14.546Z | Compiling debug-ignore v1.0.5 |
| 1465 | 2024-12-07T00:08:14.647Z | Compiling bitflags v1.3.2 |
| 1466 | 2024-12-07T00:08:14.682Z | Compiling winnow v0.5.40 |
| 1467 | 2024-12-07T00:08:14.715Z | Compiling managed v0.8.0 |
| 1468 | 2024-12-07T00:08:14.747Z | Compiling clap_builder v4.5.21 |
| 1469 | 2024-12-07T00:08:14.771Z | Compiling console v0.15.8 |
| 1470 | 2024-12-07T00:08:14.855Z | Compiling zerocopy v0.6.6 |
| 1471 | 2024-12-07T00:08:15.672Z | Compiling strum_macros v0.25.3 |
| 1472 | 2024-12-07T00:08:16.075Z | Compiling flate2 v1.0.34 |
| 1473 | 2024-12-07T00:08:16.287Z | Compiling cookie_store v0.21.0 |
| 1474 | 2024-12-07T00:08:16.447Z | Compiling elliptic-curve v0.13.8 |
| 1475 | 2024-12-07T00:08:16.939Z | Compiling hubpack v0.1.2 |
| 1476 | 2024-12-07T00:08:17.172Z | Compiling hickory-resolver v0.24.1 |
| 1477 | 2024-12-07T00:08:17.334Z | Compiling phf v0.11.2 |
| 1478 | 2024-12-07T00:08:17.658Z | Compiling signal-hook-mio v0.2.4 |
| 1479 | 2024-12-07T00:08:17.806Z | Compiling toml_edit v0.19.15 |
| 1480 | 2024-12-07T00:08:18.021Z | Compiling hyper-tls v0.6.0 |
| 1481 | 2024-12-07T00:08:18.375Z | Compiling rayon v1.10.0 |
| 1482 | 2024-12-07T00:08:18.399Z | Compiling bzip2 v0.4.4 |
| 1483 | 2024-12-07T00:08:20.086Z | Compiling tokio-tungstenite v0.24.0 |
| 1484 | 2024-12-07T00:08:20.600Z | Compiling postgres-types v0.2.8 |
| 1485 | 2024-12-07T00:08:21.823Z | Compiling ed25519 v2.2.3 |
| 1486 | 2024-12-07T00:08:22.428Z | Compiling phf_shared v0.10.0 |
| 1487 | 2024-12-07T00:08:22.684Z | Compiling tokio-stream v0.1.16 |
| 1488 | 2024-12-07T00:08:22.779Z | Compiling pkcs1 v0.7.5 |
| 1489 | 2024-12-07T00:08:22.803Z | Compiling serde-big-array v0.5.1 |
| 1490 | 2024-12-07T00:08:23.010Z | Compiling clap_derive v4.5.18 |
| 1491 | 2024-12-07T00:08:23.173Z | Compiling rfc6979 v0.4.0 |
| 1492 | 2024-12-07T00:08:23.337Z | Compiling serde_repr v0.1.19 |
| 1493 | 2024-12-07T00:08:23.361Z | Compiling derive-where v1.2.7 |
| 1494 | 2024-12-07T00:08:23.563Z | Compiling float-cmp v0.9.0 |
| 1495 | 2024-12-07T00:08:23.634Z | Compiling bstr v1.10.0 |
| 1496 | 2024-12-07T00:08:23.757Z | Compiling sync_wrapper v1.0.1 |
| 1497 | 2024-12-07T00:08:23.894Z | Compiling bit-vec v0.6.3 |
| 1498 | 2024-12-07T00:08:24.280Z | Compiling normalize-line-endings v0.3.0 |
| 1499 | 2024-12-07T00:08:24.325Z | Compiling precomputed-hash v0.1.1 |
| 1500 | 2024-12-07T00:08:24.404Z | Compiling number_prefix v0.4.0 |
| 1501 | 2024-12-07T00:08:24.441Z | Compiling fixedbitset v0.4.2 |
| 1502 | 2024-12-07T00:08:24.533Z | Compiling unicode-width v0.2.0 |
| 1503 | 2024-12-07T00:08:24.606Z | Compiling whoami v1.5.2 |
| 1504 | 2024-12-07T00:08:24.857Z | Compiling unicode-segmentation v1.12.0 |
| 1505 | 2024-12-07T00:08:24.968Z | Compiling new_debug_unreachable v1.0.6 |
| 1506 | 2024-12-07T00:08:25.065Z | Compiling predicates-core v1.0.8 |
| 1507 | 2024-12-07T00:08:25.105Z | Compiling static_assertions v1.1.0 |
| 1508 | 2024-12-07T00:08:25.186Z | Compiling difflib v0.4.0 |
| 1509 | 2024-12-07T00:08:25.210Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1510 | 2024-12-07T00:08:25.394Z | Compiling string_cache v0.8.7 |
| 1511 | 2024-12-07T00:08:25.590Z | Compiling predicates v3.1.2 |
| 1512 | 2024-12-07T00:08:25.796Z | Compiling similar v2.6.0 |
| 1513 | 2024-12-07T00:08:26.241Z | Compiling indicatif v0.17.9 |
| 1514 | 2024-12-07T00:08:26.563Z | Compiling tokio-postgres v0.7.12 |
| 1515 | 2024-12-07T00:08:26.919Z | Compiling clap v4.5.21 |
| 1516 | 2024-12-07T00:08:27.033Z | Compiling petgraph v0.6.5 |
| 1517 | 2024-12-07T00:08:27.057Z | Compiling bit-set v0.5.3 |
| 1518 | 2024-12-07T00:08:27.301Z | Compiling ecdsa v0.16.9 |
| 1519 | 2024-12-07T00:08:27.793Z | Compiling rsa v0.9.6 |
| 1520 | 2024-12-07T00:08:28.001Z | Compiling ed25519-dalek v2.1.1 |
| 1521 | 2024-12-07T00:08:28.150Z | Compiling toml v0.7.8 |
| 1522 | 2024-12-07T00:08:29.084Z | Compiling zip v0.6.6 |
| 1523 | 2024-12-07T00:08:29.556Z | Compiling crossterm v0.28.1 |
| 1524 | 2024-12-07T00:08:30.350Z | Compiling hex v0.4.3 |
| 1525 | 2024-12-07T00:08:30.650Z | Compiling x509-cert v0.2.5 |
| 1526 | 2024-12-07T00:08:30.827Z | Compiling itertools v0.10.5 |
| 1527 | 2024-12-07T00:08:30.863Z | Compiling unicode-xid v0.2.6 |
| 1528 | 2024-12-07T00:08:31.024Z | Compiling peg-runtime v0.8.3 |
| 1529 | 2024-12-07T00:08:31.053Z | Compiling lalrpop-util v0.19.12 |
| 1530 | 2024-12-07T00:08:31.192Z | Compiling strum_macros v0.26.4 |
| 1531 | 2024-12-07T00:08:31.386Z | Compiling xattr v1.3.1 |
| 1532 | 2024-12-07T00:08:31.621Z | Compiling filetime v0.2.25 |
| 1533 | 2024-12-07T00:08:31.922Z | Compiling tar v0.4.42 |
| 1534 | 2024-12-07T00:08:35.270Z | Compiling strum v0.26.3 |
| 1535 | 2024-12-07T00:08:38.467Z | Compiling aws-lc-sys v0.22.0 |
| 1536 | 2024-12-07T00:09:10.216Z | Compiling rustls-webpki v0.102.8 |
| 1537 | 2024-12-07T00:09:14.542Z | Compiling tokio-rustls v0.25.0 |
| 1538 | 2024-12-07T00:09:16.512Z | Compiling tokio-rustls v0.26.0 |
| 1539 | 2024-12-07T00:09:16.885Z | Compiling hyper-rustls v0.27.3 |
| 1540 | 2024-12-07T00:09:17.279Z | Compiling reqwest v0.12.9 |
| 1541 | 2024-12-07T00:09:18.425Z | Compiling qorb v0.2.1 |
| 1542 | 2024-12-07T00:09:23.838Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1543 | 2024-12-07T00:09:24.160Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1544 | 2024-12-07T00:09:31.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1545 | 2024-12-07T00:09:31.730Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1546 | 2024-12-07T00:09:31.796Z | Dec 07 00:09:30.991 INFO Starting download, target: Clickhouse |
| 1547 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.992 INFO Starting download, target: Console |
| 1548 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.993 INFO Starting download, target: Cockroach |
| 1549 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.993 INFO Starting download, target: DendriteOpenapi |
| 1550 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.993 INFO Starting download, target: DendriteStub |
| 1551 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.993 INFO Starting download, target: MaghemiteMgd |
| 1552 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.993 INFO Starting download, target: TransceiverControl |
| 1553 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.994 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1554 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.994 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1555 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.995 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1556 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.995 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1557 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.995 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1558 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.996 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1559 | 2024-12-07T00:09:31.822Z | Dec 07 00:09:30.996 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1560 | 2024-12-07T00:09:32.261Z | Dec 07 00:09:31.449 INFO Download complete, target: DendriteOpenapi |
| 1561 | 2024-12-07T00:09:32.420Z | Dec 07 00:09:31.608 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1562 | 2024-12-07T00:09:32.705Z | Dec 07 00:09:31.900 INFO Download complete, target: Console |
| 1563 | 2024-12-07T00:09:34.033Z | Dec 07 00:09:33.229 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1564 | 2024-12-07T00:09:34.062Z | Dec 07 00:09:33.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1565 | 2024-12-07T00:09:34.727Z | Dec 07 00:09:33.923 INFO Download complete, target: TransceiverControl |
| 1566 | 2024-12-07T00:09:35.393Z | Dec 07 00:09:34.589 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1567 | 2024-12-07T00:09:36.932Z | Dec 07 00:09:36.128 INFO Download complete, target: DendriteStub |
| 1568 | 2024-12-07T00:09:37.519Z | Dec 07 00:09:36.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1569 | 2024-12-07T00:09:37.519Z | Dec 07 00:09:36.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1570 | 2024-12-07T00:09:38.467Z | Dec 07 00:09:37.664 INFO Download complete, target: MaghemiteMgd |
| 1571 | 2024-12-07T00:09:45.754Z | Dec 07 00:09:44.951 INFO Checking that binary works, target: Cockroach |
| 1572 | 2024-12-07T00:09:45.997Z | Dec 07 00:09:45.194 INFO Download complete, target: Cockroach |
| 1573 | 2024-12-07T00:09:48.434Z | Dec 07 00:09:47.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1574 | 2024-12-07T00:10:01.938Z | Dec 07 00:10:01.137 INFO Checking that binary works, target: Clickhouse |
| 1575 | 2024-12-07T00:10:02.156Z | Dec 07 00:10:01.355 INFO Download complete, target: Clickhouse |
| 1576 | 2024-12-07T00:10:02.184Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1577 | 2024-12-07T00:10:02.208Z | |
| 1578 | 2024-12-07T00:10:02.208Z | real 5:16.281629232 |
| 1579 | 2024-12-07T00:10:02.208Z | user 14:49.531761631 |
| 1580 | 2024-12-07T00:10:02.208Z | sys 3:14.071309643 |
| 1581 | 2024-12-07T00:10:02.208Z | trap 0.486122140 |
| 1582 | 2024-12-07T00:10:02.208Z | tflt 0.742861795 |
| 1583 | 2024-12-07T00:10:02.208Z | dflt 2.599234265 |
| 1584 | 2024-12-07T00:10:02.208Z | kflt 0.009051250 |
| 1585 | 2024-12-07T00:10:02.208Z | lock 30:27.859575520 |
| 1586 | 2024-12-07T00:10:02.208Z | slp 55:04.618012400 |
| 1587 | 2024-12-07T00:10:02.208Z | lat 1:01.177965292 |
| 1588 | 2024-12-07T00:10:02.209Z | stop 2:21.764739213 |
| 1589 | 2024-12-07T00:10:02.209Z | + banner hack-check |
| 1590 | 2024-12-07T00:10:02.209Z | |
| 1591 | 2024-12-07T00:10:02.209Z | # # ## #### # # #### # # ###### #### # # |
| 1592 | 2024-12-07T00:10:02.209Z | # # # # # # # # # # # # # # # # # |
| 1593 | 2024-12-07T00:10:02.209Z | ###### # # # #### ##### # ###### ##### # #### |
| 1594 | 2024-12-07T00:10:02.209Z | # # ###### # # # # # # # # # # |
| 1595 | 2024-12-07T00:10:02.209Z | # # # # # # # # # # # # # # # # # |
| 1596 | 2024-12-07T00:10:02.209Z | # # # # #### # # #### # # ###### #### # # |
| 1597 | 2024-12-07T00:10:02.209Z | |
| 1598 | 2024-12-07T00:10:02.209Z | + export CARGO_INCREMENTAL=0 |
| 1599 | 2024-12-07T00:10:02.209Z | + CARGO_INCREMENTAL=0 |
| 1600 | 2024-12-07T00:10:02.209Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1601 | 2024-12-07T00:10:03.021Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1602 | 2024-12-07T00:10:08.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
| 1603 | 2024-12-07T00:10:08.329Z | Running `target/debug/xtask check-features --ci` |
| 1604 | 2024-12-07T00:10:08.358Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1605 | 2024-12-07T00:10:08.358Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1606 | 2024-12-07T00:10:09.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1607 | 2024-12-07T00:10:09.085Z | Running `target/debug/xtask download cargo-hack` |
| 1608 | 2024-12-07T00:10:10.341Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1609 | 2024-12-07T00:10:10.657Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1610 | 2024-12-07T00:10:16.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s |
| 1611 | 2024-12-07T00:10:17.042Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1612 | 2024-12-07T00:10:17.091Z | Dec 07 00:10:16.292 INFO Starting download, target: CargoHack |
| 1613 | 2024-12-07T00:10:17.116Z | Dec 07 00:10:16.293 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1614 | 2024-12-07T00:10:17.794Z | Dec 07 00:10:16.995 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1615 | 2024-12-07T00:10:17.897Z | Dec 07 00:10:17.098 INFO Download complete, target: CargoHack |
| 1616 | 2024-12-07T00:10:17.921Z | 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" |
| 1617 | 2024-12-07T00:10:17.945Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1618 | 2024-12-07T00:10:18.144Z | info: running `cargo check --bins` on api_identity (1/173) |
| 1619 | 2024-12-07T00:10:18.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1620 | 2024-12-07T00:10:18.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1621 | 2024-12-07T00:10:18.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1622 | 2024-12-07T00:10:18.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1623 | 2024-12-07T00:10:18.923Z | |
| 1624 | 2024-12-07T00:10:18.923Z | info: running `cargo check --bins` on bootstore (2/173) |
| 1625 | 2024-12-07T00:10:19.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1626 | 2024-12-07T00:10:19.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1627 | 2024-12-07T00:10:19.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1628 | 2024-12-07T00:10:19.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1629 | 2024-12-07T00:10:19.739Z | |
| 1630 | 2024-12-07T00:10:19.739Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
| 1631 | 2024-12-07T00:10:20.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1632 | 2024-12-07T00:10:20.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1633 | 2024-12-07T00:10:20.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1634 | 2024-12-07T00:10:20.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1635 | 2024-12-07T00:10:20.530Z | |
| 1636 | 2024-12-07T00:10:20.530Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
| 1637 | 2024-12-07T00:10:21.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1638 | 2024-12-07T00:10:21.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1639 | 2024-12-07T00:10:21.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1640 | 2024-12-07T00:10:21.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1641 | 2024-12-07T00:10:21.322Z | |
| 1642 | 2024-12-07T00:10:21.322Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
| 1643 | 2024-12-07T00:10:21.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1644 | 2024-12-07T00:10:21.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1645 | 2024-12-07T00:10:21.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1646 | 2024-12-07T00:10:21.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1647 | 2024-12-07T00:10:21.866Z | |
| 1648 | 2024-12-07T00:10:21.866Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
| 1649 | 2024-12-07T00:10:22.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1650 | 2024-12-07T00:10:22.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1651 | 2024-12-07T00:10:22.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1652 | 2024-12-07T00:10:22.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1653 | 2024-12-07T00:10:22.412Z | |
| 1654 | 2024-12-07T00:10:22.412Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
| 1655 | 2024-12-07T00:10:22.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1656 | 2024-12-07T00:10:22.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1657 | 2024-12-07T00:10:22.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1658 | 2024-12-07T00:10:22.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1659 | 2024-12-07T00:10:22.963Z | |
| 1660 | 2024-12-07T00:10:22.963Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
| 1661 | 2024-12-07T00:10:23.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1662 | 2024-12-07T00:10:23.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1663 | 2024-12-07T00:10:23.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1664 | 2024-12-07T00:10:23.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1665 | 2024-12-07T00:10:23.517Z | |
| 1666 | 2024-12-07T00:10:23.517Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
| 1667 | 2024-12-07T00:10:24.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1668 | 2024-12-07T00:10:24.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1669 | 2024-12-07T00:10:24.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1670 | 2024-12-07T00:10:24.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1671 | 2024-12-07T00:10:24.076Z | |
| 1672 | 2024-12-07T00:10:24.076Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
| 1673 | 2024-12-07T00:10:24.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1674 | 2024-12-07T00:10:24.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1675 | 2024-12-07T00:10:24.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1676 | 2024-12-07T00:10:24.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1677 | 2024-12-07T00:10:24.605Z | |
| 1678 | 2024-12-07T00:10:24.605Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
| 1679 | 2024-12-07T00:10:25.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1680 | 2024-12-07T00:10:25.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1681 | 2024-12-07T00:10:25.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1682 | 2024-12-07T00:10:25.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1683 | 2024-12-07T00:10:25.153Z | |
| 1684 | 2024-12-07T00:10:25.153Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
| 1685 | 2024-12-07T00:10:25.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1686 | 2024-12-07T00:10:25.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1687 | 2024-12-07T00:10:25.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1688 | 2024-12-07T00:10:25.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1689 | 2024-12-07T00:10:25.699Z | |
| 1690 | 2024-12-07T00:10:25.699Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
| 1691 | 2024-12-07T00:10:26.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1692 | 2024-12-07T00:10:26.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1693 | 2024-12-07T00:10:26.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1694 | 2024-12-07T00:10:26.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1695 | 2024-12-07T00:10:26.253Z | |
| 1696 | 2024-12-07T00:10:26.253Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
| 1697 | 2024-12-07T00:10:26.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1698 | 2024-12-07T00:10:26.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1699 | 2024-12-07T00:10:26.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1700 | 2024-12-07T00:10:26.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1701 | 2024-12-07T00:10:26.816Z | |
| 1702 | 2024-12-07T00:10:26.816Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
| 1703 | 2024-12-07T00:10:27.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1704 | 2024-12-07T00:10:27.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1705 | 2024-12-07T00:10:27.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1706 | 2024-12-07T00:10:27.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1707 | 2024-12-07T00:10:27.399Z | |
| 1708 | 2024-12-07T00:10:27.399Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
| 1709 | 2024-12-07T00:10:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1710 | 2024-12-07T00:10:27.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1711 | 2024-12-07T00:10:27.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1712 | 2024-12-07T00:10:27.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1713 | 2024-12-07T00:10:27.938Z | |
| 1714 | 2024-12-07T00:10:27.938Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
| 1715 | 2024-12-07T00:10:28.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1716 | 2024-12-07T00:10:28.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1717 | 2024-12-07T00:10:28.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1718 | 2024-12-07T00:10:28.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1719 | 2024-12-07T00:10:28.488Z | |
| 1720 | 2024-12-07T00:10:28.488Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
| 1721 | 2024-12-07T00:10:28.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1722 | 2024-12-07T00:10:28.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1723 | 2024-12-07T00:10:28.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1724 | 2024-12-07T00:10:28.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1725 | 2024-12-07T00:10:29.032Z | |
| 1726 | 2024-12-07T00:10:29.032Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
| 1727 | 2024-12-07T00:10:29.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1728 | 2024-12-07T00:10:29.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1729 | 2024-12-07T00:10:29.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1730 | 2024-12-07T00:10:29.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1731 | 2024-12-07T00:10:29.562Z | |
| 1732 | 2024-12-07T00:10:29.562Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
| 1733 | 2024-12-07T00:10:30.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1734 | 2024-12-07T00:10:30.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1735 | 2024-12-07T00:10:30.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1736 | 2024-12-07T00:10:30.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1737 | 2024-12-07T00:10:30.109Z | |
| 1738 | 2024-12-07T00:10:30.109Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
| 1739 | 2024-12-07T00:10:30.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1740 | 2024-12-07T00:10:30.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1741 | 2024-12-07T00:10:30.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1742 | 2024-12-07T00:10:30.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1743 | 2024-12-07T00:10:30.657Z | |
| 1744 | 2024-12-07T00:10:30.657Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
| 1745 | 2024-12-07T00:10:31.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1746 | 2024-12-07T00:10:31.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1747 | 2024-12-07T00:10:31.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1748 | 2024-12-07T00:10:31.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1749 | 2024-12-07T00:10:31.214Z | |
| 1750 | 2024-12-07T00:10:31.214Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
| 1751 | 2024-12-07T00:10:31.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1752 | 2024-12-07T00:10:31.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1753 | 2024-12-07T00:10:31.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1754 | 2024-12-07T00:10:31.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1755 | 2024-12-07T00:10:31.768Z | |
| 1756 | 2024-12-07T00:10:31.768Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
| 1757 | 2024-12-07T00:10:32.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1758 | 2024-12-07T00:10:32.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1759 | 2024-12-07T00:10:32.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1760 | 2024-12-07T00:10:32.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1761 | 2024-12-07T00:10:32.313Z | |
| 1762 | 2024-12-07T00:10:32.313Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
| 1763 | 2024-12-07T00:10:33.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1764 | 2024-12-07T00:10:33.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1765 | 2024-12-07T00:10:33.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1766 | 2024-12-07T00:10:33.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1767 | 2024-12-07T00:10:33.138Z | |
| 1768 | 2024-12-07T00:10:33.138Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
| 1769 | 2024-12-07T00:10:33.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1770 | 2024-12-07T00:10:33.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1771 | 2024-12-07T00:10:33.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1772 | 2024-12-07T00:10:33.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1773 | 2024-12-07T00:10:34.022Z | |
| 1774 | 2024-12-07T00:10:34.022Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
| 1775 | 2024-12-07T00:10:34.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2024-12-07T00:10:34.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2024-12-07T00:10:34.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2024-12-07T00:10:34.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1779 | 2024-12-07T00:10:34.907Z | |
| 1780 | 2024-12-07T00:10:34.907Z | info: running `cargo check --bins` on oxlog (28/173) |
| 1781 | 2024-12-07T00:10:35.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2024-12-07T00:10:35.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2024-12-07T00:10:35.763Z | Checking cfg-if v1.0.0 |
| 1784 | 2024-12-07T00:10:35.788Z | Checking libc v0.2.162 |
| 1785 | 2024-12-07T00:10:35.813Z | Checking serde v1.0.215 |
| 1786 | 2024-12-07T00:10:35.813Z | Checking zeroize v1.8.1 |
| 1787 | 2024-12-07T00:10:35.838Z | Checking memchr v2.7.4 |
| 1788 | 2024-12-07T00:10:35.838Z | Checking typenum v1.17.0 |
| 1789 | 2024-12-07T00:10:35.863Z | Checking scopeguard v1.2.0 |
| 1790 | 2024-12-07T00:10:35.886Z | Checking subtle v2.6.1 |
| 1791 | 2024-12-07T00:10:35.910Z | Checking value-bag v1.9.0 |
| 1792 | 2024-12-07T00:10:36.007Z | Checking lock_api v0.4.12 |
| 1793 | 2024-12-07T00:10:36.052Z | Checking itoa v1.0.11 |
| 1794 | 2024-12-07T00:10:36.116Z | Checking smallvec v1.13.2 |
| 1795 | 2024-12-07T00:10:36.237Z | Checking log v0.4.22 |
| 1796 | 2024-12-07T00:10:36.261Z | Checking const-oid v0.9.6 |
| 1797 | 2024-12-07T00:10:36.400Z | Checking pin-project-lite v0.2.14 |
| 1798 | 2024-12-07T00:10:36.428Z | Checking byteorder v1.5.0 |
| 1799 | 2024-12-07T00:10:36.516Z | Checking futures-core v0.3.31 |
| 1800 | 2024-12-07T00:10:36.604Z | Checking once_cell v1.20.2 |
| 1801 | 2024-12-07T00:10:36.677Z | Checking cpufeatures v0.2.14 |
| 1802 | 2024-12-07T00:10:36.701Z | Checking stable_deref_trait v1.2.0 |
| 1803 | 2024-12-07T00:10:36.748Z | Checking getrandom v0.2.15 |
| 1804 | 2024-12-07T00:10:36.774Z | Checking parking_lot_core v0.9.10 |
| 1805 | 2024-12-07T00:10:36.798Z | Checking signal-hook-registry v1.4.2 |
| 1806 | 2024-12-07T00:10:36.822Z | Checking mio v1.0.2 |
| 1807 | 2024-12-07T00:10:36.888Z | Checking futures-sink v0.3.31 |
| 1808 | 2024-12-07T00:10:36.913Z | Checking generic-array v0.14.7 |
| 1809 | 2024-12-07T00:10:36.977Z | Checking rand_core v0.6.4 |
| 1810 | 2024-12-07T00:10:37.030Z | Checking socket2 v0.5.7 |
| 1811 | 2024-12-07T00:10:37.055Z | Checking spin v0.9.8 |
| 1812 | 2024-12-07T00:10:37.086Z | Checking parking_lot v0.12.3 |
| 1813 | 2024-12-07T00:10:37.234Z | Checking zerocopy v0.7.35 |
| 1814 | 2024-12-07T00:10:37.357Z | Checking zerofrom v0.1.4 |
| 1815 | 2024-12-07T00:10:37.382Z | Checking slab v0.4.9 |
| 1816 | 2024-12-07T00:10:37.406Z | Checking futures-channel v0.3.31 |
| 1817 | 2024-12-07T00:10:37.449Z | Checking futures-io v0.3.31 |
| 1818 | 2024-12-07T00:10:37.545Z | Checking yoke v0.7.4 |
| 1819 | 2024-12-07T00:10:37.613Z | Checking futures-task v0.3.31 |
| 1820 | 2024-12-07T00:10:37.637Z | Checking foldhash v0.1.3 |
| 1821 | 2024-12-07T00:10:37.687Z | Checking allocator-api2 v0.2.18 |
| 1822 | 2024-12-07T00:10:37.711Z | Checking pin-utils v0.1.0 |
| 1823 | 2024-12-07T00:10:37.802Z | Checking equivalent v1.0.1 |
| 1824 | 2024-12-07T00:10:37.826Z | Checking ryu v1.0.18 |
| 1825 | 2024-12-07T00:10:37.854Z | Checking futures-util v0.3.31 |
| 1826 | 2024-12-07T00:10:37.879Z | Checking zerovec v0.10.4 |
| 1827 | 2024-12-07T00:10:37.879Z | Checking crypto-common v0.1.6 |
| 1828 | 2024-12-07T00:10:37.907Z | Checking block-buffer v0.10.4 |
| 1829 | 2024-12-07T00:10:38.019Z | Checking block-padding v0.3.3 |
| 1830 | 2024-12-07T00:10:38.044Z | Checking tinyvec_macros v0.1.1 |
| 1831 | 2024-12-07T00:10:38.101Z | Checking digest v0.10.7 |
| 1832 | 2024-12-07T00:10:38.127Z | Checking tinyvec v1.8.0 |
| 1833 | 2024-12-07T00:10:38.210Z | Checking inout v0.1.3 |
| 1834 | 2024-12-07T00:10:38.271Z | Checking hashbrown v0.15.0 |
| 1835 | 2024-12-07T00:10:38.439Z | Checking hmac v0.12.1 |
| 1836 | 2024-12-07T00:10:38.463Z | Checking fnv v1.0.7 |
| 1837 | 2024-12-07T00:10:38.487Z | Checking cipher v0.4.4 |
| 1838 | 2024-12-07T00:10:38.566Z | Checking sha2 v0.10.8 |
| 1839 | 2024-12-07T00:10:38.626Z | Checking libm v0.2.8 |
| 1840 | 2024-12-07T00:10:38.833Z | Checking base64ct v1.6.0 |
| 1841 | 2024-12-07T00:10:39.027Z | Checking writeable v0.5.5 |
| 1842 | 2024-12-07T00:10:39.214Z | Checking litemap v0.7.3 |
| 1843 | 2024-12-07T00:10:39.240Z | Checking unicode-normalization v0.1.24 |
| 1844 | 2024-12-07T00:10:39.264Z | Checking unicode-bidi v0.3.17 |
| 1845 | 2024-12-07T00:10:39.302Z | Checking pem-rfc7468 v0.7.0 |
| 1846 | 2024-12-07T00:10:39.339Z | Checking tinystr v0.7.6 |
| 1847 | 2024-12-07T00:10:39.364Z | Checking num-traits v0.2.19 |
| 1848 | 2024-12-07T00:10:39.524Z | Checking ppv-lite86 v0.2.20 |
| 1849 | 2024-12-07T00:10:39.549Z | Checking flagset v0.4.6 |
| 1850 | 2024-12-07T00:10:39.660Z | Checking icu_locid v1.5.0 |
| 1851 | 2024-12-07T00:10:39.717Z | Checking der v0.7.9 |
| 1852 | 2024-12-07T00:10:39.784Z | Checking tracing-core v0.1.32 |
| 1853 | 2024-12-07T00:10:39.970Z | Checking thiserror v1.0.69 |
| 1854 | 2024-12-07T00:10:39.994Z | Checking bytes v1.8.0 |
| 1855 | 2024-12-07T00:10:40.109Z | Checking indexmap v2.6.0 |
| 1856 | 2024-12-07T00:10:40.166Z | Checking serde_json v1.0.132 |
| 1857 | 2024-12-07T00:10:40.331Z | Checking rand_chacha v0.3.1 |
| 1858 | 2024-12-07T00:10:40.545Z | Checking icu_provider v1.5.0 |
| 1859 | 2024-12-07T00:10:40.672Z | Checking bitflags v2.6.0 |
| 1860 | 2024-12-07T00:10:40.712Z | Checking tokio v1.40.0 |
| 1861 | 2024-12-07T00:10:40.736Z | Checking http v1.1.0 |
| 1862 | 2024-12-07T00:10:40.986Z | Checking icu_locid_transform_data v1.5.0 |
| 1863 | 2024-12-07T00:10:41.031Z | Checking rustls-pki-types v1.9.0 |
| 1864 | 2024-12-07T00:10:41.117Z | Checking percent-encoding v2.3.1 |
| 1865 | 2024-12-07T00:10:41.222Z | Checking icu_locid_transform v1.5.0 |
| 1866 | 2024-12-07T00:10:41.307Z | Checking rand v0.8.5 |
| 1867 | 2024-12-07T00:10:41.362Z | Checking spki v0.7.3 |
| 1868 | 2024-12-07T00:10:41.525Z | Checking tracing v0.1.40 |
| 1869 | 2024-12-07T00:10:41.613Z | Checking icu_collections v1.5.0 |
| 1870 | 2024-12-07T00:10:41.673Z | Checking salsa20 v0.10.2 |
| 1871 | 2024-12-07T00:10:41.844Z | Checking pbkdf2 v0.12.2 |
| 1872 | 2024-12-07T00:10:41.873Z | Checking aws-lc-sys v0.22.0 |
| 1873 | 2024-12-07T00:10:41.928Z | Checking httparse v1.9.5 |
| 1874 | 2024-12-07T00:10:41.998Z | Checking powerfmt v0.2.0 |
| 1875 | 2024-12-07T00:10:42.046Z | Checking untrusted v0.7.1 |
| 1876 | 2024-12-07T00:10:42.200Z | Checking icu_properties_data v1.5.0 |
| 1877 | 2024-12-07T00:10:42.224Z | Checking untrusted v0.9.0 |
| 1878 | 2024-12-07T00:10:42.247Z | Checking mirai-annotations v1.12.0 |
| 1879 | 2024-12-07T00:10:42.271Z | Checking deranged v0.3.11 |
| 1880 | 2024-12-07T00:10:42.315Z | Checking scrypt v0.11.0 |
| 1881 | 2024-12-07T00:10:42.373Z | Checking ring v0.17.8 |
| 1882 | 2024-12-07T00:10:42.411Z | Checking cbc v0.1.2 |
| 1883 | 2024-12-07T00:10:42.439Z | Checking icu_properties v1.5.1 |
| 1884 | 2024-12-07T00:10:42.463Z | Checking aes v0.8.4 |
| 1885 | 2024-12-07T00:10:42.525Z | Checking crossbeam-utils v0.8.20 |
| 1886 | 2024-12-07T00:10:42.621Z | Checking atomic-waker v1.1.2 |
| 1887 | 2024-12-07T00:10:42.739Z | Checking utf8_iter v1.0.4 |
| 1888 | 2024-12-07T00:10:42.913Z | Checking utf16_iter v1.0.5 |
| 1889 | 2024-12-07T00:10:43.054Z | Checking time-core v0.1.2 |
| 1890 | 2024-12-07T00:10:43.130Z | Checking icu_normalizer_data v1.5.0 |
| 1891 | 2024-12-07T00:10:43.186Z | Checking num_threads v0.1.7 |
| 1892 | 2024-12-07T00:10:43.225Z | Checking write16 v1.0.0 |
| 1893 | 2024-12-07T00:10:43.274Z | Checking num-conv v0.1.0 |
| 1894 | 2024-12-07T00:10:43.298Z | Checking pkcs5 v0.7.1 |
| 1895 | 2024-12-07T00:10:43.340Z | Checking http-body v1.0.1 |
| 1896 | 2024-12-07T00:10:43.479Z | Checking form_urlencoded v1.2.1 |
| 1897 | 2024-12-07T00:10:43.525Z | Checking try-lock v0.2.5 |
| 1898 | 2024-12-07T00:10:43.698Z | Checking want v0.3.1 |
| 1899 | 2024-12-07T00:10:43.721Z | Checking httpdate v1.0.3 |
| 1900 | 2024-12-07T00:10:43.824Z | Checking pkcs8 v0.10.2 |
| 1901 | 2024-12-07T00:10:43.886Z | Checking time v0.3.36 |
| 1902 | 2024-12-07T00:10:43.911Z | Checking unicode-ident v1.0.13 |
| 1903 | 2024-12-07T00:10:43.962Z | Checking toml_datetime v0.6.8 |
| 1904 | 2024-12-07T00:10:44.081Z | Checking proc-macro2 v1.0.89 |
| 1905 | 2024-12-07T00:10:44.125Z | Checking serde_spanned v0.6.8 |
| 1906 | 2024-12-07T00:10:44.148Z | Checking uuid v1.11.0 |
| 1907 | 2024-12-07T00:10:44.210Z | Checking aws-lc-rs v1.10.0 |
| 1908 | 2024-12-07T00:10:44.263Z | Checking slog v2.7.0 |
| 1909 | 2024-12-07T00:10:44.321Z | Checking scroll v0.12.0 |
| 1910 | 2024-12-07T00:10:44.713Z | Checking base64 v0.22.1 |
| 1911 | 2024-12-07T00:10:44.759Z | Checking match_cfg v0.1.0 |
| 1912 | 2024-12-07T00:10:44.785Z | Checking plain v0.2.3 |
| 1913 | 2024-12-07T00:10:44.809Z | Checking adler2 v2.0.0 |
| 1914 | 2024-12-07T00:10:44.863Z | Checking ucd-trie v0.1.7 |
| 1915 | 2024-12-07T00:10:44.945Z | Checking iana-time-zone v0.1.61 |
| 1916 | 2024-12-07T00:10:44.968Z | Checking tower-service v0.3.3 |
| 1917 | 2024-12-07T00:10:45.075Z | Checking foreign-types-shared v0.1.1 |
| 1918 | 2024-12-07T00:10:45.103Z | Checking chrono v0.4.38 |
| 1919 | 2024-12-07T00:10:45.126Z | Checking pest v2.7.14 |
| 1920 | 2024-12-07T00:10:45.191Z | Checking foreign-types v0.3.2 |
| 1921 | 2024-12-07T00:10:45.215Z | Checking miniz_oxide v0.8.0 |
| 1922 | 2024-12-07T00:10:45.293Z | Checking goblin v0.8.2 |
| 1923 | 2024-12-07T00:10:45.445Z | Checking icu_normalizer v1.5.0 |
| 1924 | 2024-12-07T00:10:45.887Z | Checking hostname v0.3.1 |
| 1925 | 2024-12-07T00:10:45.988Z | Checking rustls-webpki v0.102.8 |
| 1926 | 2024-12-07T00:10:46.012Z | Checking quote v1.0.37 |
| 1927 | 2024-12-07T00:10:46.143Z | Checking idna_adapter v1.2.0 |
| 1928 | 2024-12-07T00:10:46.167Z | Checking openssl-sys v0.9.103 |
| 1929 | 2024-12-07T00:10:46.330Z | Checking idna v1.0.3 |
| 1930 | 2024-12-07T00:10:46.354Z | Checking errno v0.3.9 |
| 1931 | 2024-12-07T00:10:46.524Z | Checking dirs-sys-next v0.1.2 |
| 1932 | 2024-12-07T00:10:46.682Z | Checking aho-corasick v1.1.3 |
| 1933 | 2024-12-07T00:10:46.735Z | Checking regex-syntax v0.8.5 |
| 1934 | 2024-12-07T00:10:46.790Z | Checking url v2.5.3 |
| 1935 | 2024-12-07T00:10:46.997Z | Checking data-encoding v2.6.0 |
| 1936 | 2024-12-07T00:10:47.198Z | Checking tokio-util v0.7.12 |
| 1937 | 2024-12-07T00:10:47.354Z | Checking pretty-hex v0.4.1 |
| 1938 | 2024-12-07T00:10:47.440Z | Checking siphasher v0.3.11 |
| 1939 | 2024-12-07T00:10:47.518Z | Checking dtrace-parser v0.2.0 |
| 1940 | 2024-12-07T00:10:47.544Z | Checking openssl v0.10.66 |
| 1941 | 2024-12-07T00:10:47.575Z | Checking dirs-next v2.0.0 |
| 1942 | 2024-12-07T00:10:47.693Z | Checking rustix v0.38.37 |
| 1943 | 2024-12-07T00:10:47.718Z | Checking syn v2.0.87 |
| 1944 | 2024-12-07T00:10:47.947Z | Checking http-body-util v0.1.2 |
| 1945 | 2024-12-07T00:10:47.997Z | Checking h2 v0.4.6 |
| 1946 | 2024-12-07T00:10:48.106Z | Checking crossbeam-epoch v0.9.18 |
| 1947 | 2024-12-07T00:10:48.319Z | Checking signature v2.2.0 |
| 1948 | 2024-12-07T00:10:48.814Z | Checking sha1 v0.10.6 |
| 1949 | 2024-12-07T00:10:48.814Z | Checking lazy_static v1.5.0 |
| 1950 | 2024-12-07T00:10:48.814Z | Checking thread_local v1.1.8 |
| 1951 | 2024-12-07T00:10:48.814Z | Checking thread-id v4.2.2 |
| 1952 | 2024-12-07T00:10:48.837Z | Checking encoding_rs v0.8.34 |
| 1953 | 2024-12-07T00:10:48.862Z | Checking anstyle v1.0.10 |
| 1954 | 2024-12-07T00:10:49.161Z | Checking gimli v0.31.1 |
| 1955 | 2024-12-07T00:10:49.464Z | Checking regex-automata v0.4.8 |
| 1956 | 2024-12-07T00:10:49.545Z | Checking dof v0.3.0 |
| 1957 | 2024-12-07T00:10:50.047Z | Checking openssl-probe v0.1.5 |
| 1958 | 2024-12-07T00:10:50.185Z | Checking mime v0.3.17 |
| 1959 | 2024-12-07T00:10:50.443Z | Checking ipnet v2.10.1 |
| 1960 | 2024-12-07T00:10:50.628Z | Checking utf8parse v0.2.2 |
| 1961 | 2024-12-07T00:10:50.651Z | Checking unicode-properties v0.1.3 |
| 1962 | 2024-12-07T00:10:50.766Z | Checking either v1.13.0 |
| 1963 | 2024-12-07T00:10:50.825Z | Checking winnow v0.6.20 |
| 1964 | 2024-12-07T00:10:50.926Z | Checking stringprep v0.1.5 |
| 1965 | 2024-12-07T00:10:51.091Z | Checking anstyle-parse v0.2.5 |
| 1966 | 2024-12-07T00:10:51.198Z | Checking crossbeam-deque v0.8.5 |
| 1967 | 2024-12-07T00:10:51.338Z | Checking term v0.7.0 |
| 1968 | 2024-12-07T00:10:51.460Z | Checking rustls v0.22.4 |
| 1969 | 2024-12-07T00:10:51.718Z | Checking rustls v0.23.14 |
| 1970 | 2024-12-07T00:10:52.133Z | Checking native-tls v0.2.12 |
| 1971 | 2024-12-07T00:10:52.402Z | Checking slog-json v2.6.1 |
| 1972 | 2024-12-07T00:10:52.460Z | Checking addr2line v0.24.2 |
| 1973 | 2024-12-07T00:10:52.640Z | Checking serde_urlencoded v0.7.1 |
| 1974 | 2024-12-07T00:10:52.922Z | Checking crossbeam-channel v0.5.13 |
| 1975 | 2024-12-07T00:10:53.024Z | Checking futures-executor v0.3.31 |
| 1976 | 2024-12-07T00:10:53.225Z | Checking hyper v1.5.0 |
| 1977 | 2024-12-07T00:10:53.249Z | Checking rustls-pemfile v2.2.0 |
| 1978 | 2024-12-07T00:10:53.272Z | Checking usdt-impl v0.5.0 |
| 1979 | 2024-12-07T00:10:53.405Z | Checking toml_edit v0.22.22 |
| 1980 | 2024-12-07T00:10:53.472Z | Checking num-integer v0.1.46 |
| 1981 | 2024-12-07T00:10:53.498Z | Checking idna v0.3.0 |
| 1982 | 2024-12-07T00:10:53.612Z | Checking idna v0.4.0 |
| 1983 | 2024-12-07T00:10:53.753Z | Checking md-5 v0.10.6 |
| 1984 | 2024-12-07T00:10:53.922Z | Checking ff v0.13.0 |
| 1985 | 2024-12-07T00:10:53.946Z | Checking hash32 v0.2.1 |
| 1986 | 2024-12-07T00:10:54.098Z | Checking memmap v0.7.0 |
| 1987 | 2024-12-07T00:10:54.175Z | Checking is-terminal v0.4.13 |
| 1988 | 2024-12-07T00:10:54.198Z | Checking object v0.36.5 |
| 1989 | 2024-12-07T00:10:54.281Z | Checking utf-8 v0.7.6 |
| 1990 | 2024-12-07T00:10:54.305Z | Checking colorchoice v1.0.2 |
| 1991 | 2024-12-07T00:10:54.305Z | Checking linked-hash-map v0.5.6 |
| 1992 | 2024-12-07T00:10:54.430Z | Checking dyn-clone v1.0.17 |
| 1993 | 2024-12-07T00:10:54.461Z | Checking fallible-iterator v0.2.0 |
| 1994 | 2024-12-07T00:10:54.560Z | Checking base16ct v0.2.0 |
| 1995 | 2024-12-07T00:10:54.599Z | Checking anstyle-query v1.1.1 |
| 1996 | 2024-12-07T00:10:54.687Z | Checking quick-error v1.2.3 |
| 1997 | 2024-12-07T00:10:54.725Z | Checking rustc-demangle v0.1.24 |
| 1998 | 2024-12-07T00:10:54.748Z | Checking psl-types v2.0.11 |
| 1999 | 2024-12-07T00:10:54.815Z | Checking take_mut v0.2.2 |
| 2000 | 2024-12-07T00:10:54.901Z | Checking is_terminal_polyfill v1.70.1 |
| 2001 | 2024-12-07T00:10:54.953Z | Checking slog-async v2.8.0 |
| 2002 | 2024-12-07T00:10:55.002Z | Checking postgres-protocol v0.6.7 |
| 2003 | 2024-12-07T00:10:55.026Z | Checking anstream v0.6.15 |
| 2004 | 2024-12-07T00:10:55.068Z | Checking hyper-util v0.1.10 |
| 2005 | 2024-12-07T00:10:55.099Z | Checking publicsuffix v2.2.3 |
| 2006 | 2024-12-07T00:10:55.220Z | Checking resolv-conf v0.7.0 |
| 2007 | 2024-12-07T00:10:55.299Z | Checking sec1 v0.7.3 |
| 2008 | 2024-12-07T00:10:55.351Z | Checking tokio-rustls v0.25.0 |
| 2009 | 2024-12-07T00:10:55.537Z | Checking lru-cache v0.1.2 |
| 2010 | 2024-12-07T00:10:55.585Z | Checking schemars v0.8.21 |
| 2011 | 2024-12-07T00:10:55.649Z | Checking toml v0.8.19 |
| 2012 | 2024-12-07T00:10:55.673Z | Checking tungstenite v0.24.0 |
| 2013 | 2024-12-07T00:10:55.697Z | Checking usdt v0.5.0 |
| 2014 | 2024-12-07T00:10:55.720Z | Checking hickory-proto v0.24.1 |
| 2015 | 2024-12-07T00:10:55.915Z | Checking slog-term v2.9.1 |
| 2016 | 2024-12-07T00:10:56.263Z | Checking heapless v0.7.17 |
| 2017 | 2024-12-07T00:10:56.353Z | Checking group v0.13.0 |
| 2018 | 2024-12-07T00:10:56.468Z | Checking num-iter v0.1.45 |
| 2019 | 2024-12-07T00:10:56.529Z | Checking tokio-rustls v0.26.0 |
| 2020 | 2024-12-07T00:10:56.566Z | Checking futures v0.3.31 |
| 2021 | 2024-12-07T00:10:56.621Z | Checking slog-bunyan v2.5.0 |
| 2022 | 2024-12-07T00:10:56.669Z | Checking tokio-native-tls v0.3.1 |
| 2023 | 2024-12-07T00:10:56.775Z | Checking rayon-core v1.12.1 |
| 2024 | 2024-12-07T00:10:56.799Z | Checking terminal_size v0.4.0 |
| 2025 | 2024-12-07T00:10:56.907Z | Checking multer v3.1.0 |
| 2026 | 2024-12-07T00:10:56.931Z | Checking phf_shared v0.11.2 |
| 2027 | 2024-12-07T00:10:56.955Z | Checking cookie v0.18.1 |
| 2028 | 2024-12-07T00:10:56.979Z | Checking async-stream v0.3.6 |
| 2029 | 2024-12-07T00:10:57.176Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2030 | 2024-12-07T00:10:57.200Z | Checking camino v1.1.9 |
| 2031 | 2024-12-07T00:10:57.200Z | Checking signal-hook v0.3.17 |
| 2032 | 2024-12-07T00:10:57.287Z | Checking waitgroup v0.1.2 |
| 2033 | 2024-12-07T00:10:57.311Z | Checking openapiv3 v2.0.0 |
| 2034 | 2024-12-07T00:10:57.368Z | Checking webpki-roots v0.26.6 |
| 2035 | 2024-12-07T00:10:57.410Z | Checking serde_path_to_error v0.1.16 |
| 2036 | 2024-12-07T00:10:57.434Z | Checking idna v0.5.0 |
| 2037 | 2024-12-07T00:10:57.521Z | Checking hkdf v0.12.4 |
| 2038 | 2024-12-07T00:10:57.553Z | Checking crypto-bigint v0.5.5 |
| 2039 | 2024-12-07T00:10:57.703Z | Checking hostname v0.4.0 |
| 2040 | 2024-12-07T00:10:57.727Z | Checking crc32fast v1.4.2 |
| 2041 | 2024-12-07T00:10:57.830Z | Checking strsim v0.11.1 |
| 2042 | 2024-12-07T00:10:57.939Z | Checking clap_lex v0.7.2 |
| 2043 | 2024-12-07T00:10:57.963Z | Checking debug-ignore v1.0.5 |
| 2044 | 2024-12-07T00:10:58.077Z | Checking winnow v0.5.40 |
| 2045 | 2024-12-07T00:10:58.100Z | Checking bitflags v1.3.2 |
| 2046 | 2024-12-07T00:10:58.137Z | Checking managed v0.8.0 |
| 2047 | 2024-12-07T00:10:58.169Z | Checking unicode-width v0.1.14 |
| 2048 | 2024-12-07T00:10:58.200Z | Checking clap_builder v4.5.21 |
| 2049 | 2024-12-07T00:10:58.499Z | Checking smoltcp v0.9.1 |
| 2050 | 2024-12-07T00:10:58.644Z | Checking console v0.15.8 |
| 2051 | 2024-12-07T00:10:59.128Z | Checking cookie_store v0.21.0 |
| 2052 | 2024-12-07T00:10:59.633Z | Checking backtrace v0.3.74 |
| 2053 | 2024-12-07T00:10:59.702Z | Checking flate2 v1.0.34 |
| 2054 | 2024-12-07T00:10:59.781Z | Checking hyper-rustls v0.27.3 |
| 2055 | 2024-12-07T00:10:59.943Z | Checking hickory-resolver v0.24.1 |
| 2056 | 2024-12-07T00:11:00.080Z | Checking elliptic-curve v0.13.8 |
| 2057 | 2024-12-07T00:11:00.104Z | Checking signal-hook-mio v0.2.4 |
| 2058 | 2024-12-07T00:11:00.151Z | Checking anyhow v1.0.93 |
| 2059 | 2024-12-07T00:11:00.230Z | Checking rayon v1.10.0 |
| 2060 | 2024-12-07T00:11:00.259Z | Checking dropshot v0.12.0 |
| 2061 | 2024-12-07T00:11:00.286Z | Checking bzip2 v0.4.4 |
| 2062 | 2024-12-07T00:11:00.526Z | Checking phf v0.11.2 |
| 2063 | 2024-12-07T00:11:00.555Z | Checking hyper-tls v0.6.0 |
| 2064 | 2024-12-07T00:11:00.661Z | Checking num-bigint-dig v0.8.4 |
| 2065 | 2024-12-07T00:11:00.772Z | Checking tokio-tungstenite v0.24.0 |
| 2066 | 2024-12-07T00:11:00.795Z | Checking toml_edit v0.19.15 |
| 2067 | 2024-12-07T00:11:00.818Z | Checking postgres-types v0.2.8 |
| 2068 | 2024-12-07T00:11:00.876Z | Checking bstr v1.10.0 |
| 2069 | 2024-12-07T00:11:01.192Z | Checking regex v1.11.1 |
| 2070 | 2024-12-07T00:11:01.349Z | Checking ed25519 v2.2.3 |
| 2071 | 2024-12-07T00:11:01.424Z | Checking tokio-stream v0.1.16 |
| 2072 | 2024-12-07T00:11:01.611Z | Checking phf_shared v0.10.0 |
| 2073 | 2024-12-07T00:11:01.660Z | Checking curve25519-dalek v4.1.3 |
| 2074 | 2024-12-07T00:11:01.747Z | Checking zerocopy v0.6.6 |
| 2075 | 2024-12-07T00:11:01.871Z | Checking pkcs1 v0.7.5 |
| 2076 | 2024-12-07T00:11:02.176Z | Checking hubpack v0.1.2 |
| 2077 | 2024-12-07T00:11:02.221Z | Checking portable-atomic v1.9.0 |
| 2078 | 2024-12-07T00:11:02.414Z | Checking float-cmp v0.9.0 |
| 2079 | 2024-12-07T00:11:02.455Z | Checking serde-big-array v0.5.1 |
| 2080 | 2024-12-07T00:11:02.500Z | Checking rfc6979 v0.4.0 |
| 2081 | 2024-12-07T00:11:02.596Z | Checking sync_wrapper v1.0.1 |
| 2082 | 2024-12-07T00:11:02.659Z | Checking whoami v1.5.2 |
| 2083 | 2024-12-07T00:11:02.684Z | Checking fixedbitset v0.4.2 |
| 2084 | 2024-12-07T00:11:02.725Z | Checking difflib v0.4.0 |
| 2085 | 2024-12-07T00:11:02.933Z | Checking bit-vec v0.6.3 |
| 2086 | 2024-12-07T00:11:02.958Z | Checking predicates-core v1.0.8 |
| 2087 | 2024-12-07T00:11:02.995Z | Checking minimal-lexical v0.2.1 |
| 2088 | 2024-12-07T00:11:03.021Z | Checking number_prefix v0.4.0 |
| 2089 | 2024-12-07T00:11:03.130Z | Checking unicode-width v0.2.0 |
| 2090 | 2024-12-07T00:11:03.157Z | Checking normalize-line-endings v0.3.0 |
| 2091 | 2024-12-07T00:11:03.187Z | Checking static_assertions v1.1.0 |
| 2092 | 2024-12-07T00:11:03.267Z | Checking precomputed-hash v0.1.1 |
| 2093 | 2024-12-07T00:11:03.267Z | Checking unicode-segmentation v1.12.0 |
| 2094 | 2024-12-07T00:11:03.291Z | Checking new_debug_unreachable v1.0.6 |
| 2095 | 2024-12-07T00:11:03.315Z | Checking ed25519-dalek v2.1.1 |
| 2096 | 2024-12-07T00:11:03.369Z | Checking nom v7.1.3 |
| 2097 | 2024-12-07T00:11:03.393Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2098 | 2024-12-07T00:11:03.393Z | Checking string_cache v0.8.7 |
| 2099 | 2024-12-07T00:11:03.523Z | Checking qorb v0.2.1 |
| 2100 | 2024-12-07T00:11:03.587Z | Checking predicates v3.1.2 |
| 2101 | 2024-12-07T00:11:03.671Z | Checking bit-set v0.5.3 |
| 2102 | 2024-12-07T00:11:03.694Z | Checking toml v0.7.8 |
| 2103 | 2024-12-07T00:11:03.718Z | Checking indicatif v0.17.9 |
| 2104 | 2024-12-07T00:11:03.856Z | Checking similar v2.6.0 |
| 2105 | 2024-12-07T00:11:03.904Z | Checking tokio-postgres v0.7.12 |
| 2106 | 2024-12-07T00:11:04.152Z | Checking petgraph v0.6.5 |
| 2107 | 2024-12-07T00:11:04.317Z | Checking reqwest v0.12.9 |
| 2108 | 2024-12-07T00:11:04.355Z | Checking ecdsa v0.16.9 |
| 2109 | 2024-12-07T00:11:04.581Z | Checking rsa v0.9.6 |
| 2110 | 2024-12-07T00:11:04.959Z | Checking clap v4.5.21 |
| 2111 | 2024-12-07T00:11:05.061Z | Checking zip v0.6.6 |
| 2112 | 2024-12-07T00:11:05.451Z | Checking crossterm v0.28.1 |
| 2113 | 2024-12-07T00:11:05.678Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2114 | 2024-12-07T00:11:05.704Z | Checking itertools v0.12.1 |
| 2115 | 2024-12-07T00:11:05.728Z | Checking itertools v0.10.5 |
| 2116 | 2024-12-07T00:11:05.754Z | Checking fs-err v2.11.0 |
| 2117 | 2024-12-07T00:11:05.921Z | Checking ahash v0.8.11 |
| 2118 | 2024-12-07T00:11:06.241Z | Checking x509-cert v0.2.5 |
| 2119 | 2024-12-07T00:11:06.377Z | Checking semver v1.0.23 |
| 2120 | 2024-12-07T00:11:06.432Z | Checking hex v0.4.3 |
| 2121 | 2024-12-07T00:11:06.722Z | Checking lalrpop-util v0.19.12 |
| 2122 | 2024-12-07T00:11:06.886Z | Checking peg-runtime v0.8.3 |
| 2123 | 2024-12-07T00:11:06.945Z | Checking sigpipe v0.1.3 |
| 2124 | 2024-12-07T00:11:07.974Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2125 | 2024-12-07T00:11:08.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s |
| 2126 | 2024-12-07T00:11:08.570Z | |
| 2127 | 2024-12-07T00:11:08.570Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
| 2128 | 2024-12-07T00:11:09.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2024-12-07T00:11:09.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2024-12-07T00:11:09.489Z | Compiling hashbrown v0.14.5 |
| 2131 | 2024-12-07T00:11:09.541Z | Checking heck v0.5.0 |
| 2132 | 2024-12-07T00:11:09.565Z | Compiling unsafe-libyaml v0.2.11 |
| 2133 | 2024-12-07T00:11:09.588Z | Compiling ident_case v1.0.1 |
| 2134 | 2024-12-07T00:11:09.612Z | Checking progenitor-client v0.8.0 |
| 2135 | 2024-12-07T00:11:09.612Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2136 | 2024-12-07T00:11:09.635Z | Compiling proc-macro-crate v1.3.1 |
| 2137 | 2024-12-07T00:11:09.717Z | Compiling darling_core v0.20.10 |
| 2138 | 2024-12-07T00:11:09.747Z | Checking ipnetwork v0.20.0 |
| 2139 | 2024-12-07T00:11:09.915Z | Compiling structmeta-derive v0.3.0 |
| 2140 | 2024-12-07T00:11:09.959Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2141 | 2024-12-07T00:11:10.069Z | Compiling newtype-uuid v1.1.3 |
| 2142 | 2024-12-07T00:11:10.207Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2143 | 2024-12-07T00:11:10.333Z | Compiling lzma-sys v0.1.20 |
| 2144 | 2024-12-07T00:11:10.519Z | Compiling foreign-types-macros v0.2.3 |
| 2145 | 2024-12-07T00:11:10.543Z | Checking regress v0.10.1 |
| 2146 | 2024-12-07T00:11:10.674Z | Compiling serde_yaml v0.9.34+deprecated |
| 2147 | 2024-12-07T00:11:10.972Z | Compiling num_enum_derive v0.5.11 |
| 2148 | 2024-12-07T00:11:11.077Z | Compiling dropshot v0.13.0 |
| 2149 | 2024-12-07T00:11:11.303Z | Checking foreign-types-shared v0.3.1 |
| 2150 | 2024-12-07T00:11:11.408Z | Checking arc-swap v1.7.1 |
| 2151 | 2024-12-07T00:11:11.571Z | Checking foreign-types v0.5.0 |
| 2152 | 2024-12-07T00:11:11.760Z | Compiling proc-macro-error v1.0.4 |
| 2153 | 2024-12-07T00:11:11.784Z | Checking slog-scope v4.4.0 |
| 2154 | 2024-12-07T00:11:12.348Z | Compiling structmeta v0.3.0 |
| 2155 | 2024-12-07T00:11:12.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2156 | 2024-12-07T00:11:12.440Z | Checking tungstenite v0.21.0 |
| 2157 | 2024-12-07T00:11:12.477Z | Compiling heck v0.3.3 |
| 2158 | 2024-12-07T00:11:12.722Z | Compiling parse-display-derive v0.10.0 |
| 2159 | 2024-12-07T00:11:12.832Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2160 | 2024-12-07T00:11:13.060Z | Checking num_enum v0.5.11 |
| 2161 | 2024-12-07T00:11:13.187Z | Compiling dropshot_endpoint v0.13.0 |
| 2162 | 2024-12-07T00:11:13.211Z | Checking cstr-argument v0.1.2 |
| 2163 | 2024-12-07T00:11:13.279Z | Checking typify-impl v0.2.0 |
| 2164 | 2024-12-07T00:11:13.429Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2165 | 2024-12-07T00:11:14.023Z | Checking instant v0.1.13 |
| 2166 | 2024-12-07T00:11:14.127Z | Checking fastrand v2.1.1 |
| 2167 | 2024-12-07T00:11:14.151Z | Checking pretty-hex v0.2.1 |
| 2168 | 2024-12-07T00:11:14.270Z | Checking base64 v0.21.7 |
| 2169 | 2024-12-07T00:11:14.400Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2170 | 2024-12-07T00:11:14.580Z | Checking tempfile v3.13.0 |
| 2171 | 2024-12-07T00:11:14.650Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2172 | 2024-12-07T00:11:14.674Z | Checking backoff v0.4.0 |
| 2173 | 2024-12-07T00:11:14.879Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2174 | 2024-12-07T00:11:14.903Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2175 | 2024-12-07T00:11:14.930Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2176 | 2024-12-07T00:11:15.013Z | Checking tokio-tungstenite v0.21.0 |
| 2177 | 2024-12-07T00:11:15.037Z | Checking strum v0.26.3 |
| 2178 | 2024-12-07T00:11:15.173Z | Compiling zone_cfg_derive v0.1.2 |
| 2179 | 2024-12-07T00:11:15.200Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2180 | 2024-12-07T00:11:15.281Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2181 | 2024-12-07T00:11:15.443Z | Checking slog-stdlog v4.1.1 |
| 2182 | 2024-12-07T00:11:15.504Z | Compiling darling_macro v0.20.10 |
| 2183 | 2024-12-07T00:11:15.594Z | Checking regress v0.9.1 |
| 2184 | 2024-12-07T00:11:15.631Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2185 | 2024-12-07T00:11:15.766Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2186 | 2024-12-07T00:11:15.809Z | Checking colored v2.1.0 |
| 2187 | 2024-12-07T00:11:16.004Z | Checking macaddr v1.0.1 |
| 2188 | 2024-12-07T00:11:16.057Z | Checking base64 v0.13.1 |
| 2189 | 2024-12-07T00:11:16.304Z | Compiling darling v0.20.10 |
| 2190 | 2024-12-07T00:11:16.404Z | Checking ron v0.7.1 |
| 2191 | 2024-12-07T00:11:16.431Z | Checking zone v0.1.8 |
| 2192 | 2024-12-07T00:11:16.456Z | Compiling serde_with_macros v3.11.0 |
| 2193 | 2024-12-07T00:11:16.523Z | Checking parse-display v0.10.0 |
| 2194 | 2024-12-07T00:11:16.727Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2195 | 2024-12-07T00:11:17.010Z | Checking xz2 v0.1.7 |
| 2196 | 2024-12-07T00:11:17.126Z | Checking slog-envlogger v2.2.0 |
| 2197 | 2024-12-07T00:11:17.258Z | Checking tabwriter v1.4.0 |
| 2198 | 2024-12-07T00:11:17.313Z | Checking xattr v1.3.1 |
| 2199 | 2024-12-07T00:11:17.375Z | Checking pem v3.0.4 |
| 2200 | 2024-12-07T00:11:17.469Z | Checking yasna v0.5.2 |
| 2201 | 2024-12-07T00:11:17.493Z | Checking headers-core v0.3.0 |
| 2202 | 2024-12-07T00:11:17.618Z | Checking smf v0.2.3 |
| 2203 | 2024-12-07T00:11:17.641Z | Checking filetime v0.2.25 |
| 2204 | 2024-12-07T00:11:17.822Z | Checking same-file v1.0.6 |
| 2205 | 2024-12-07T00:11:17.908Z | Checking tar v0.4.42 |
| 2206 | 2024-12-07T00:11:17.972Z | Checking walkdir v2.5.0 |
| 2207 | 2024-12-07T00:11:18.042Z | Checking headers v0.4.0 |
| 2208 | 2024-12-07T00:11:18.209Z | Checking rcgen v0.12.1 |
| 2209 | 2024-12-07T00:11:18.234Z | Checking camino-tempfile v1.1.1 |
| 2210 | 2024-12-07T00:11:18.270Z | Checking atomicwrites v0.4.4 |
| 2211 | 2024-12-07T00:11:18.514Z | Checking subprocess v0.2.9 |
| 2212 | 2024-12-07T00:11:18.813Z | Checking serde_with v3.11.0 |
| 2213 | 2024-12-07T00:11:23.265Z | Compiling typify-macro v0.2.0 |
| 2214 | 2024-12-07T00:11:25.629Z | Compiling typify v0.2.0 |
| 2215 | 2024-12-07T00:11:25.745Z | Compiling progenitor-impl v0.8.0 |
| 2216 | 2024-12-07T00:11:30.148Z | Compiling progenitor-macro v0.8.0 |
| 2217 | 2024-12-07T00:11:36.379Z | Checking progenitor v0.8.0 |
| 2218 | 2024-12-07T00:11:36.575Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2219 | 2024-12-07T00:11:36.575Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2220 | 2024-12-07T00:11:40.207Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2221 | 2024-12-07T00:11:40.573Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2222 | 2024-12-07T00:11:48.937Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2223 | 2024-12-07T00:11:50.971Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2224 | 2024-12-07T00:11:52.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.08s |
| 2225 | 2024-12-07T00:11:52.807Z | |
| 2226 | 2024-12-07T00:11:52.807Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
| 2227 | 2024-12-07T00:11:53.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2024-12-07T00:11:53.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2024-12-07T00:11:53.717Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2230 | 2024-12-07T00:11:55.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
| 2231 | 2024-12-07T00:11:55.625Z | |
| 2232 | 2024-12-07T00:11:55.625Z | info: running `cargo check --bins` on nexus-config (31/173) |
| 2233 | 2024-12-07T00:11:56.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2024-12-07T00:11:56.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2024-12-07T00:11:56.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2024-12-07T00:11:56.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2237 | 2024-12-07T00:11:56.493Z | |
| 2238 | 2024-12-07T00:11:56.493Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
| 2239 | 2024-12-07T00:11:57.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2024-12-07T00:11:57.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2024-12-07T00:11:57.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2024-12-07T00:11:57.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2243 | 2024-12-07T00:11:57.314Z | |
| 2244 | 2024-12-07T00:11:57.314Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
| 2245 | 2024-12-07T00:11:58.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2024-12-07T00:11:58.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2024-12-07T00:11:58.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2024-12-07T00:11:58.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2249 | 2024-12-07T00:11:58.147Z | |
| 2250 | 2024-12-07T00:11:58.147Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
| 2251 | 2024-12-07T00:11:58.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2024-12-07T00:11:58.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2024-12-07T00:11:59.109Z | Compiling zerocopy v0.8.10 |
| 2254 | 2024-12-07T00:11:59.109Z | Compiling progenitor-client v0.8.0 |
| 2255 | 2024-12-07T00:11:59.109Z | Compiling itertools v0.13.0 |
| 2256 | 2024-12-07T00:11:59.109Z | Compiling zerocopy-derive v0.8.10 |
| 2257 | 2024-12-07T00:11:59.109Z | Compiling heapless v0.8.0 |
| 2258 | 2024-12-07T00:11:59.133Z | Compiling newtype-uuid v1.1.3 |
| 2259 | 2024-12-07T00:11:59.133Z | Compiling ipnetwork v0.20.0 |
| 2260 | 2024-12-07T00:11:59.133Z | Checking hash32 v0.3.1 |
| 2261 | 2024-12-07T00:11:59.412Z | Compiling instant v0.1.13 |
| 2262 | 2024-12-07T00:11:59.541Z | Compiling progenitor v0.8.0 |
| 2263 | 2024-12-07T00:11:59.579Z | Compiling smoltcp v0.11.0 |
| 2264 | 2024-12-07T00:11:59.603Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2265 | 2024-12-07T00:11:59.790Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2266 | 2024-12-07T00:12:00.066Z | Compiling backoff v0.4.0 |
| 2267 | 2024-12-07T00:12:00.099Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2268 | 2024-12-07T00:12:00.259Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2024-12-07T00:12:00.297Z | Compiling dropshot v0.13.0 |
| 2270 | 2024-12-07T00:12:00.404Z | Compiling serde_with v3.11.0 |
| 2271 | 2024-12-07T00:12:00.429Z | Compiling parse-display v0.10.0 |
| 2272 | 2024-12-07T00:12:00.452Z | Checking num-rational v0.4.2 |
| 2273 | 2024-12-07T00:12:00.814Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2274 | 2024-12-07T00:12:01.023Z | Compiling regress v0.9.1 |
| 2275 | 2024-12-07T00:12:01.072Z | Compiling phf_generator v0.11.2 |
| 2276 | 2024-12-07T00:12:01.243Z | Checking num-complex v0.4.6 |
| 2277 | 2024-12-07T00:12:01.981Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2278 | 2024-12-07T00:12:02.585Z | Compiling macaddr v1.0.1 |
| 2279 | 2024-12-07T00:12:02.951Z | Checking cobs v0.2.3 |
| 2280 | 2024-12-07T00:12:03.020Z | Compiling num v0.4.3 |
| 2281 | 2024-12-07T00:12:03.134Z | Checking postcard v1.0.10 |
| 2282 | 2024-12-07T00:12:03.175Z | Compiling phf_codegen v0.11.2 |
| 2283 | 2024-12-07T00:12:03.664Z | Compiling parse-zoneinfo v0.3.1 |
| 2284 | 2024-12-07T00:12:03.774Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2285 | 2024-12-07T00:12:04.022Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2286 | 2024-12-07T00:12:04.164Z | Checking float-ord v0.3.2 |
| 2287 | 2024-12-07T00:12:04.293Z | Compiling convert_case v0.4.0 |
| 2288 | 2024-12-07T00:12:04.577Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2289 | 2024-12-07T00:12:05.195Z | Compiling derive_more v0.99.18 |
| 2290 | 2024-12-07T00:12:05.356Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2291 | 2024-12-07T00:12:05.470Z | Compiling chrono-tz-build v0.4.0 |
| 2292 | 2024-12-07T00:12:06.076Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2293 | 2024-12-07T00:12:06.787Z | Compiling crucible-workspace-hack v0.1.0 |
| 2294 | 2024-12-07T00:12:06.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2295 | 2024-12-07T00:12:06.873Z | Compiling thiserror v2.0.3 |
| 2296 | 2024-12-07T00:12:07.060Z | Compiling chrono-tz v0.10.0 |
| 2297 | 2024-12-07T00:12:07.137Z | Checking newline-converter v0.3.0 |
| 2298 | 2024-12-07T00:12:07.287Z | Checking prettyplease v0.2.25 |
| 2299 | 2024-12-07T00:12:07.640Z | Compiling thiserror-impl v2.0.3 |
| 2300 | 2024-12-07T00:12:07.753Z | Compiling slog-dtrace v0.3.0 |
| 2301 | 2024-12-07T00:12:07.982Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2302 | 2024-12-07T00:12:08.017Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2303 | 2024-12-07T00:12:08.557Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2304 | 2024-12-07T00:12:08.677Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2305 | 2024-12-07T00:12:09.044Z | Checking expectorate v1.1.0 |
| 2306 | 2024-12-07T00:12:09.148Z | Compiling zone_cfg_derive v0.3.0 |
| 2307 | 2024-12-07T00:12:09.292Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2308 | 2024-12-07T00:12:09.463Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2309 | 2024-12-07T00:12:10.055Z | Compiling const_format_proc_macros v0.2.33 |
| 2310 | 2024-12-07T00:12:10.428Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2311 | 2024-12-07T00:12:10.466Z | Compiling num-derive v0.4.2 |
| 2312 | 2024-12-07T00:12:10.608Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2313 | 2024-12-07T00:12:10.897Z | Checking highway v1.2.0 |
| 2314 | 2024-12-07T00:12:11.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2315 | 2024-12-07T00:12:11.433Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2316 | 2024-12-07T00:12:11.547Z | Checking zone v0.3.0 |
| 2317 | 2024-12-07T00:12:11.875Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2318 | 2024-12-07T00:12:11.907Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2319 | 2024-12-07T00:12:11.931Z | Checking const_format v0.2.33 |
| 2320 | 2024-12-07T00:12:11.966Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2321 | 2024-12-07T00:12:12.222Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2322 | 2024-12-07T00:12:12.364Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2323 | 2024-12-07T00:12:12.736Z | Checking gethostname v0.5.0 |
| 2324 | 2024-12-07T00:12:12.788Z | Checking bcs v0.1.6 |
| 2325 | 2024-12-07T00:12:12.812Z | Compiling async-recursion v1.1.1 |
| 2326 | 2024-12-07T00:12:12.836Z | Checking termtree v0.5.1 |
| 2327 | 2024-12-07T00:12:13.460Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2328 | 2024-12-07T00:12:14.200Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2329 | 2024-12-07T00:12:21.377Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2330 | 2024-12-07T00:12:25.520Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2331 | 2024-12-07T00:12:29.180Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2332 | 2024-12-07T00:12:30.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.68s |
| 2333 | 2024-12-07T00:12:30.999Z | |
| 2334 | 2024-12-07T00:12:30.999Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
| 2335 | 2024-12-07T00:12:31.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2336 | 2024-12-07T00:12:31.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2337 | 2024-12-07T00:12:31.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2338 | 2024-12-07T00:12:31.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2339 | 2024-12-07T00:12:31.912Z | |
| 2340 | 2024-12-07T00:12:31.912Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
| 2341 | 2024-12-07T00:12:32.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2342 | 2024-12-07T00:12:32.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2343 | 2024-12-07T00:12:32.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2344 | 2024-12-07T00:12:32.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2345 | 2024-12-07T00:12:32.812Z | |
| 2346 | 2024-12-07T00:12:32.812Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
| 2347 | 2024-12-07T00:12:33.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2348 | 2024-12-07T00:12:33.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2349 | 2024-12-07T00:12:33.727Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2350 | 2024-12-07T00:12:34.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 2351 | 2024-12-07T00:12:34.620Z | |
| 2352 | 2024-12-07T00:12:34.620Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
| 2353 | 2024-12-07T00:12:35.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2354 | 2024-12-07T00:12:35.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2355 | 2024-12-07T00:12:35.523Z | Compiling cfg_aliases v0.1.1 |
| 2356 | 2024-12-07T00:12:35.523Z | Compiling vte_generate_state_changes v0.1.2 |
| 2357 | 2024-12-07T00:12:35.523Z | Checking fd-lock v4.0.2 |
| 2358 | 2024-12-07T00:12:35.547Z | Checking nibble_vec v0.1.0 |
| 2359 | 2024-12-07T00:12:35.547Z | Checking endian-type v0.1.2 |
| 2360 | 2024-12-07T00:12:35.547Z | Checking bytecount v0.6.8 |
| 2361 | 2024-12-07T00:12:35.547Z | Compiling tabled_derive v0.7.0 |
| 2362 | 2024-12-07T00:12:35.571Z | Compiling peg-macros v0.8.4 |
| 2363 | 2024-12-07T00:12:35.665Z | Compiling nix v0.28.0 |
| 2364 | 2024-12-07T00:12:35.740Z | Checking papergrid v0.11.0 |
| 2365 | 2024-12-07T00:12:35.765Z | Checking radix_trie v0.2.1 |
| 2366 | 2024-12-07T00:12:35.765Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2367 | 2024-12-07T00:12:35.823Z | Compiling sqlparser_derive v0.2.2 |
| 2368 | 2024-12-07T00:12:36.108Z | Checking vte v0.11.1 |
| 2369 | 2024-12-07T00:12:36.142Z | Checking home v0.5.9 |
| 2370 | 2024-12-07T00:12:36.274Z | Checking nu-ansi-term v0.50.1 |
| 2371 | 2024-12-07T00:12:36.648Z | Checking unicode_categories v0.1.1 |
| 2372 | 2024-12-07T00:12:36.735Z | Checking sqlparser v0.45.0 |
| 2373 | 2024-12-07T00:12:36.781Z | Checking display-error-chain v0.2.2 |
| 2374 | 2024-12-07T00:12:36.939Z | Checking sqlformat v0.2.6 |
| 2375 | 2024-12-07T00:12:37.223Z | Checking strip-ansi-escapes v0.2.0 |
| 2376 | 2024-12-07T00:12:37.378Z | Checking reedline v0.35.0 |
| 2377 | 2024-12-07T00:12:37.612Z | Checking tabled v0.15.0 |
| 2378 | 2024-12-07T00:12:38.010Z | Checking peg v0.8.4 |
| 2379 | 2024-12-07T00:12:38.512Z | Checking rustyline v14.0.0 |
| 2380 | 2024-12-07T00:12:50.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s |
| 2381 | 2024-12-07T00:12:50.437Z | |
| 2382 | 2024-12-07T00:12:50.437Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
| 2383 | 2024-12-07T00:12:51.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2384 | 2024-12-07T00:12:51.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2385 | 2024-12-07T00:12:51.351Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2386 | 2024-12-07T00:12:58.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s |
| 2387 | 2024-12-07T00:12:58.465Z | |
| 2388 | 2024-12-07T00:12:58.465Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
| 2389 | 2024-12-07T00:12:59.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2390 | 2024-12-07T00:12:59.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2391 | 2024-12-07T00:12:59.371Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2392 | 2024-12-07T00:13:04.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 2393 | 2024-12-07T00:13:04.333Z | |
| 2394 | 2024-12-07T00:13:04.334Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
| 2395 | 2024-12-07T00:13:05.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2396 | 2024-12-07T00:13:05.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2397 | 2024-12-07T00:13:05.231Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2398 | 2024-12-07T00:13:11.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s |
| 2399 | 2024-12-07T00:13:12.006Z | |
| 2400 | 2024-12-07T00:13:12.006Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
| 2401 | 2024-12-07T00:13:12.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2402 | 2024-12-07T00:13:12.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2403 | 2024-12-07T00:13:12.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2404 | 2024-12-07T00:13:19.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s |
| 2405 | 2024-12-07T00:13:19.836Z | |
| 2406 | 2024-12-07T00:13:19.836Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
| 2407 | 2024-12-07T00:13:20.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2408 | 2024-12-07T00:13:20.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2409 | 2024-12-07T00:13:20.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2410 | 2024-12-07T00:13:25.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s |
| 2411 | 2024-12-07T00:13:26.066Z | |
| 2412 | 2024-12-07T00:13:26.066Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
| 2413 | 2024-12-07T00:13:26.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2414 | 2024-12-07T00:13:26.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2415 | 2024-12-07T00:13:26.994Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2416 | 2024-12-07T00:13:32.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2417 | 2024-12-07T00:13:32.349Z | |
| 2418 | 2024-12-07T00:13:32.349Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
| 2419 | 2024-12-07T00:13:33.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2420 | 2024-12-07T00:13:33.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2421 | 2024-12-07T00:13:33.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2422 | 2024-12-07T00:13:40.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s |
| 2423 | 2024-12-07T00:13:40.492Z | |
| 2424 | 2024-12-07T00:13:40.493Z | info: running `cargo check --bins` on oximeter (46/173) |
| 2425 | 2024-12-07T00:13:41.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2426 | 2024-12-07T00:13:41.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2427 | 2024-12-07T00:13:41.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2428 | 2024-12-07T00:13:41.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2429 | 2024-12-07T00:13:41.341Z | |
| 2430 | 2024-12-07T00:13:41.342Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
| 2431 | 2024-12-07T00:13:42.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2432 | 2024-12-07T00:13:42.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2433 | 2024-12-07T00:13:42.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2434 | 2024-12-07T00:13:42.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2435 | 2024-12-07T00:13:42.161Z | |
| 2436 | 2024-12-07T00:13:42.161Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
| 2437 | 2024-12-07T00:13:42.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2438 | 2024-12-07T00:13:42.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2439 | 2024-12-07T00:13:42.994Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2024-12-07T00:13:43.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2441 | 2024-12-07T00:13:43.625Z | |
| 2442 | 2024-12-07T00:13:43.625Z | info: running `cargo check --bins` on oximeter-types (49/173) |
| 2443 | 2024-12-07T00:13:44.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2024-12-07T00:13:44.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2024-12-07T00:13:44.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2446 | 2024-12-07T00:13:44.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2447 | 2024-12-07T00:13:44.440Z | |
| 2448 | 2024-12-07T00:13:44.441Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
| 2449 | 2024-12-07T00:13:45.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2024-12-07T00:13:45.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2024-12-07T00:13:45.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2452 | 2024-12-07T00:13:45.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2453 | 2024-12-07T00:13:45.270Z | |
| 2454 | 2024-12-07T00:13:45.270Z | info: running `cargo check --bins` on oxql-types (51/173) |
| 2455 | 2024-12-07T00:13:45.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2456 | 2024-12-07T00:13:46.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2457 | 2024-12-07T00:13:46.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2458 | 2024-12-07T00:13:46.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2459 | 2024-12-07T00:13:46.099Z | |
| 2460 | 2024-12-07T00:13:46.099Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
| 2461 | 2024-12-07T00:13:46.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2462 | 2024-12-07T00:13:46.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2463 | 2024-12-07T00:13:46.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2464 | 2024-12-07T00:13:46.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2465 | 2024-12-07T00:13:46.991Z | |
| 2466 | 2024-12-07T00:13:46.991Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
| 2467 | 2024-12-07T00:13:47.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2468 | 2024-12-07T00:13:47.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2469 | 2024-12-07T00:13:47.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2470 | 2024-12-07T00:13:47.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2471 | 2024-12-07T00:13:47.842Z | |
| 2472 | 2024-12-07T00:13:47.842Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
| 2473 | 2024-12-07T00:13:48.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2474 | 2024-12-07T00:13:48.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2475 | 2024-12-07T00:13:48.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2476 | 2024-12-07T00:13:48.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2477 | 2024-12-07T00:13:48.690Z | |
| 2478 | 2024-12-07T00:13:48.690Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
| 2479 | 2024-12-07T00:13:49.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2480 | 2024-12-07T00:13:49.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2481 | 2024-12-07T00:13:49.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2482 | 2024-12-07T00:13:49.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2483 | 2024-12-07T00:13:49.519Z | |
| 2484 | 2024-12-07T00:13:49.519Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
| 2485 | 2024-12-07T00:13:50.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2486 | 2024-12-07T00:13:50.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2487 | 2024-12-07T00:13:50.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2488 | 2024-12-07T00:13:50.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2489 | 2024-12-07T00:13:50.348Z | |
| 2490 | 2024-12-07T00:13:50.348Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
| 2491 | 2024-12-07T00:13:51.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2492 | 2024-12-07T00:13:51.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2493 | 2024-12-07T00:13:51.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2494 | 2024-12-07T00:13:51.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2495 | 2024-12-07T00:13:51.207Z | |
| 2496 | 2024-12-07T00:13:51.207Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
| 2497 | 2024-12-07T00:13:51.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2024-12-07T00:13:51.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2024-12-07T00:13:51.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2500 | 2024-12-07T00:13:51.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2501 | 2024-12-07T00:13:52.033Z | |
| 2502 | 2024-12-07T00:13:52.033Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
| 2503 | 2024-12-07T00:13:52.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2504 | 2024-12-07T00:13:52.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2505 | 2024-12-07T00:13:52.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2506 | 2024-12-07T00:13:52.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2507 | 2024-12-07T00:13:52.879Z | |
| 2508 | 2024-12-07T00:13:52.879Z | info: running `cargo check --bins` on dns-service-client (60/173) |
| 2509 | 2024-12-07T00:13:53.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2510 | 2024-12-07T00:13:53.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2511 | 2024-12-07T00:13:53.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2512 | 2024-12-07T00:13:53.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2513 | 2024-12-07T00:13:53.714Z | |
| 2514 | 2024-12-07T00:13:53.714Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
| 2515 | 2024-12-07T00:13:54.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2516 | 2024-12-07T00:13:54.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2517 | 2024-12-07T00:13:54.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2518 | 2024-12-07T00:13:54.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2519 | 2024-12-07T00:13:54.536Z | |
| 2520 | 2024-12-07T00:13:54.536Z | info: running `cargo check --bins` on dpd-client (62/173) |
| 2521 | 2024-12-07T00:13:55.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2522 | 2024-12-07T00:13:55.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2523 | 2024-12-07T00:13:55.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2524 | 2024-12-07T00:13:55.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2525 | 2024-12-07T00:13:55.366Z | |
| 2526 | 2024-12-07T00:13:55.366Z | info: running `cargo check --bins` on gateway-client (63/173) |
| 2527 | 2024-12-07T00:13:56.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2528 | 2024-12-07T00:13:56.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2529 | 2024-12-07T00:13:56.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2530 | 2024-12-07T00:13:56.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2531 | 2024-12-07T00:13:56.180Z | |
| 2532 | 2024-12-07T00:13:56.180Z | info: running `cargo check --bins` on installinator-client (64/173) |
| 2533 | 2024-12-07T00:13:56.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2534 | 2024-12-07T00:13:56.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2535 | 2024-12-07T00:13:56.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2536 | 2024-12-07T00:13:56.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2537 | 2024-12-07T00:13:57.059Z | |
| 2538 | 2024-12-07T00:13:57.059Z | info: running `cargo check --bins` on installinator-common (65/173) |
| 2539 | 2024-12-07T00:13:57.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2024-12-07T00:13:57.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2024-12-07T00:13:57.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2542 | 2024-12-07T00:13:57.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2543 | 2024-12-07T00:13:57.915Z | |
| 2544 | 2024-12-07T00:13:57.915Z | info: running `cargo check --bins` on update-engine (66/173) |
| 2545 | 2024-12-07T00:13:58.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2024-12-07T00:13:58.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2024-12-07T00:13:58.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2548 | 2024-12-07T00:13:58.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2549 | 2024-12-07T00:13:58.718Z | |
| 2550 | 2024-12-07T00:13:58.718Z | info: running `cargo check --bins` on nexus-client (67/173) |
| 2551 | 2024-12-07T00:13:59.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2552 | 2024-12-07T00:13:59.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2553 | 2024-12-07T00:13:59.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2554 | 2024-12-07T00:13:59.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2555 | 2024-12-07T00:13:59.559Z | |
| 2556 | 2024-12-07T00:13:59.559Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
| 2557 | 2024-12-07T00:14:00.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2558 | 2024-12-07T00:14:00.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2559 | 2024-12-07T00:14:00.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2560 | 2024-12-07T00:14:00.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2561 | 2024-12-07T00:14:00.411Z | |
| 2562 | 2024-12-07T00:14:00.411Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
| 2563 | 2024-12-07T00:14:01.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2564 | 2024-12-07T00:14:01.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2565 | 2024-12-07T00:14:01.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2566 | 2024-12-07T00:14:01.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2567 | 2024-12-07T00:14:01.205Z | |
| 2568 | 2024-12-07T00:14:01.205Z | info: running `cargo check --bins` on nexus-types (70/173) |
| 2569 | 2024-12-07T00:14:01.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2570 | 2024-12-07T00:14:01.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2571 | 2024-12-07T00:14:01.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2572 | 2024-12-07T00:14:01.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2573 | 2024-12-07T00:14:02.084Z | |
| 2574 | 2024-12-07T00:14:02.084Z | info: running `cargo check --bins` on oxide-client (71/173) |
| 2575 | 2024-12-07T00:14:02.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2576 | 2024-12-07T00:14:02.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2577 | 2024-12-07T00:14:02.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2578 | 2024-12-07T00:14:02.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2579 | 2024-12-07T00:14:02.885Z | |
| 2580 | 2024-12-07T00:14:02.885Z | info: running `cargo check --bins` on oximeter-client (72/173) |
| 2581 | 2024-12-07T00:14:03.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2024-12-07T00:14:03.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2024-12-07T00:14:03.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2584 | 2024-12-07T00:14:03.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2585 | 2024-12-07T00:14:03.698Z | |
| 2586 | 2024-12-07T00:14:03.698Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
| 2587 | 2024-12-07T00:14:04.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2024-12-07T00:14:04.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2024-12-07T00:14:04.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2590 | 2024-12-07T00:14:04.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2591 | 2024-12-07T00:14:04.502Z | |
| 2592 | 2024-12-07T00:14:04.502Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
| 2593 | 2024-12-07T00:14:05.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2024-12-07T00:14:05.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2024-12-07T00:14:05.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2596 | 2024-12-07T00:14:05.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2597 | 2024-12-07T00:14:05.352Z | |
| 2598 | 2024-12-07T00:14:05.352Z | info: running `cargo check --bins` on wicketd-client (75/173) |
| 2599 | 2024-12-07T00:14:06.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2024-12-07T00:14:06.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2024-12-07T00:14:06.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2602 | 2024-12-07T00:14:06.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2603 | 2024-12-07T00:14:06.225Z | |
| 2604 | 2024-12-07T00:14:06.225Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
| 2605 | 2024-12-07T00:14:06.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2606 | 2024-12-07T00:14:07.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2607 | 2024-12-07T00:14:07.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2608 | 2024-12-07T00:14:07.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2609 | 2024-12-07T00:14:07.106Z | |
| 2610 | 2024-12-07T00:14:07.106Z | info: running `cargo check --bins` on wicket-common (77/173) |
| 2611 | 2024-12-07T00:14:07.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2024-12-07T00:14:07.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2024-12-07T00:14:07.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2614 | 2024-12-07T00:14:07.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2615 | 2024-12-07T00:14:07.975Z | |
| 2616 | 2024-12-07T00:14:07.975Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
| 2617 | 2024-12-07T00:14:08.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2024-12-07T00:14:08.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2024-12-07T00:14:08.864Z | Checking csv-core v0.1.11 |
| 2620 | 2024-12-07T00:14:08.864Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2621 | 2024-12-07T00:14:08.864Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2622 | 2024-12-07T00:14:09.167Z | Checking csv v1.3.0 |
| 2623 | 2024-12-07T00:14:09.190Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2624 | 2024-12-07T00:14:09.881Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2625 | 2024-12-07T00:14:10.320Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2626 | 2024-12-07T00:14:11.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2627 | 2024-12-07T00:14:12.070Z | |
| 2628 | 2024-12-07T00:14:12.070Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
| 2629 | 2024-12-07T00:14:12.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2024-12-07T00:14:12.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2024-12-07T00:14:12.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2024-12-07T00:14:12.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2633 | 2024-12-07T00:14:12.894Z | |
| 2634 | 2024-12-07T00:14:12.894Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
| 2635 | 2024-12-07T00:14:13.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2024-12-07T00:14:13.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2024-12-07T00:14:13.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2024-12-07T00:14:13.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2639 | 2024-12-07T00:14:13.718Z | |
| 2640 | 2024-12-07T00:14:13.718Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
| 2641 | 2024-12-07T00:14:14.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2024-12-07T00:14:14.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2024-12-07T00:14:14.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2024-12-07T00:14:14.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2645 | 2024-12-07T00:14:14.719Z | |
| 2646 | 2024-12-07T00:14:14.719Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
| 2647 | 2024-12-07T00:14:15.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2024-12-07T00:14:15.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2024-12-07T00:14:15.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2024-12-07T00:14:15.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2651 | 2024-12-07T00:14:15.725Z | |
| 2652 | 2024-12-07T00:14:15.725Z | info: running `cargo check --bins` on dns-server (83/173) |
| 2653 | 2024-12-07T00:14:16.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2024-12-07T00:14:16.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2024-12-07T00:14:16.620Z | Compiling parking_lot_core v0.8.6 |
| 2656 | 2024-12-07T00:14:16.620Z | Checking fxhash v0.2.1 |
| 2657 | 2024-12-07T00:14:16.644Z | Checking hickory-server v0.24.1 |
| 2658 | 2024-12-07T00:14:16.644Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2659 | 2024-12-07T00:14:16.645Z | Checking hickory-client v0.24.1 |
| 2660 | 2024-12-07T00:14:17.339Z | Checking parking_lot v0.11.2 |
| 2661 | 2024-12-07T00:14:17.530Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2662 | 2024-12-07T00:14:17.530Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2663 | 2024-12-07T00:14:17.630Z | Checking sled v0.34.7 |
| 2664 | 2024-12-07T00:14:19.869Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2665 | 2024-12-07T00:14:21.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
| 2666 | 2024-12-07T00:14:21.696Z | |
| 2667 | 2024-12-07T00:14:21.696Z | info: running `cargo check --bins` on dns-server-api (84/173) |
| 2668 | 2024-12-07T00:14:22.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2024-12-07T00:14:22.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2024-12-07T00:14:22.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2024-12-07T00:14:22.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2672 | 2024-12-07T00:14:22.540Z | |
| 2673 | 2024-12-07T00:14:22.540Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
| 2674 | 2024-12-07T00:14:23.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2024-12-07T00:14:23.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2024-12-07T00:14:23.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2024-12-07T00:14:23.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2678 | 2024-12-07T00:14:23.441Z | |
| 2679 | 2024-12-07T00:14:23.441Z | info: running `cargo check --bins` on gateway-types (86/173) |
| 2680 | 2024-12-07T00:14:24.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2024-12-07T00:14:24.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2024-12-07T00:14:24.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2024-12-07T00:14:24.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2684 | 2024-12-07T00:14:24.272Z | |
| 2685 | 2024-12-07T00:14:24.272Z | info: running `cargo check --bins` on ipcc (87/173) |
| 2686 | 2024-12-07T00:14:25.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2024-12-07T00:14:25.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2024-12-07T00:14:25.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2689 | 2024-12-07T00:14:25.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2690 | 2024-12-07T00:14:25.132Z | |
| 2691 | 2024-12-07T00:14:25.133Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
| 2692 | 2024-12-07T00:14:25.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2693 | 2024-12-07T00:14:25.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2694 | 2024-12-07T00:14:26.062Z | Compiling radium v0.7.0 |
| 2695 | 2024-12-07T00:14:26.062Z | Compiling semver v0.1.20 |
| 2696 | 2024-12-07T00:14:26.086Z | Checking tap v1.0.1 |
| 2697 | 2024-12-07T00:14:26.110Z | Compiling maybe-uninit v2.0.0 |
| 2698 | 2024-12-07T00:14:26.143Z | Checking password-hash v0.5.0 |
| 2699 | 2024-12-07T00:14:26.166Z | Checking blake2 v0.10.6 |
| 2700 | 2024-12-07T00:14:26.166Z | Compiling owo-colors v4.1.0 |
| 2701 | 2024-12-07T00:14:26.166Z | Checking funty v2.0.0 |
| 2702 | 2024-12-07T00:14:26.251Z | Checking wyz v0.5.1 |
| 2703 | 2024-12-07T00:14:26.406Z | Compiling packed_struct v0.10.1 |
| 2704 | 2024-12-07T00:14:26.505Z | Compiling rustc_version v0.1.7 |
| 2705 | 2024-12-07T00:14:26.557Z | Compiling cancel-safe-futures v0.1.5 |
| 2706 | 2024-12-07T00:14:26.597Z | Checking crc-catalog v2.4.0 |
| 2707 | 2024-12-07T00:14:26.718Z | Checking argon2 v0.5.3 |
| 2708 | 2024-12-07T00:14:26.741Z | Checking crc v3.2.1 |
| 2709 | 2024-12-07T00:14:26.785Z | Compiling packed_struct_codegen v0.10.1 |
| 2710 | 2024-12-07T00:14:26.838Z | Compiling indexmap v1.9.3 |
| 2711 | 2024-12-07T00:14:26.884Z | Checking half v2.4.1 |
| 2712 | 2024-12-07T00:14:26.909Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2713 | 2024-12-07T00:14:26.963Z | Checking bitvec v1.0.1 |
| 2714 | 2024-12-07T00:14:26.990Z | Compiling newtype_derive v0.1.6 |
| 2715 | 2024-12-07T00:14:27.115Z | Checking ciborium-io v0.2.2 |
| 2716 | 2024-12-07T00:14:27.139Z | Checking nodrop v0.1.14 |
| 2717 | 2024-12-07T00:14:27.244Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2718 | 2024-12-07T00:14:27.281Z | Checking array-init v0.0.4 |
| 2719 | 2024-12-07T00:14:27.305Z | Checking ciborium-ll v0.2.2 |
| 2720 | 2024-12-07T00:14:27.354Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2721 | 2024-12-07T00:14:27.574Z | Checking smallvec v0.6.14 |
| 2722 | 2024-12-07T00:14:27.622Z | Checking libsw v3.3.1 |
| 2723 | 2024-12-07T00:14:27.645Z | Compiling memoffset v0.9.1 |
| 2724 | 2024-12-07T00:14:27.869Z | Checking hashbrown v0.12.3 |
| 2725 | 2024-12-07T00:14:27.895Z | Checking swrite v0.1.0 |
| 2726 | 2024-12-07T00:14:27.919Z | Checking bitfield v0.14.0 |
| 2727 | 2024-12-07T00:14:27.943Z | Checking linear-map v1.2.0 |
| 2728 | 2024-12-07T00:14:28.017Z | Checking indent_write v2.2.0 |
| 2729 | 2024-12-07T00:14:28.123Z | Checking termcolor v1.4.1 |
| 2730 | 2024-12-07T00:14:28.149Z | Checking serde-hex v0.1.0 |
| 2731 | 2024-12-07T00:14:28.194Z | Checking ron v0.8.1 |
| 2732 | 2024-12-07T00:14:28.243Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2733 | 2024-12-07T00:14:28.521Z | Checking env_logger v0.10.2 |
| 2734 | 2024-12-07T00:14:28.967Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2735 | 2024-12-07T00:14:29.028Z | Checking ciborium v0.2.2 |
| 2736 | 2024-12-07T00:14:29.144Z | Checking steno v0.4.1 |
| 2737 | 2024-12-07T00:14:29.427Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2738 | 2024-12-07T00:14:29.463Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2739 | 2024-12-07T00:14:29.622Z | Checking hashbrown v0.13.2 |
| 2740 | 2024-12-07T00:14:29.663Z | Checking humantime v2.1.0 |
| 2741 | 2024-12-07T00:14:29.884Z | Checking crc-any v2.5.0 |
| 2742 | 2024-12-07T00:14:29.926Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2024-12-07T00:14:30.203Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2744 | 2024-12-07T00:14:30.476Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2745 | 2024-12-07T00:14:30.500Z | Checking object v0.30.4 |
| 2746 | 2024-12-07T00:14:30.548Z | Checking path-slash v0.1.5 |
| 2747 | 2024-12-07T00:14:30.676Z | Checking nix v0.27.1 |
| 2748 | 2024-12-07T00:14:30.794Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2749 | 2024-12-07T00:14:31.007Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2750 | 2024-12-07T00:14:31.469Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2751 | 2024-12-07T00:14:31.493Z | Checking tungstenite v0.23.0 |
| 2752 | 2024-12-07T00:14:31.653Z | Checking kstat-rs v0.2.4 |
| 2753 | 2024-12-07T00:14:31.699Z | Checking signal-hook-tokio v0.3.1 |
| 2754 | 2024-12-07T00:14:31.945Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2755 | 2024-12-07T00:14:32.300Z | Checking tokio-tungstenite v0.23.1 |
| 2756 | 2024-12-07T00:14:32.454Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2757 | 2024-12-07T00:14:33.178Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2758 | 2024-12-07T00:14:33.281Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2759 | 2024-12-07T00:14:41.320Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2760 | 2024-12-07T00:14:42.898Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2761 | 2024-12-07T00:14:47.286Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2762 | 2024-12-07T00:14:54.393Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2763 | 2024-12-07T00:14:55.252Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2764 | 2024-12-07T00:14:58.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s |
| 2765 | 2024-12-07T00:14:59.088Z | |
| 2766 | 2024-12-07T00:14:59.089Z | info: running `cargo check --bins` on gateway-api (89/173) |
| 2767 | 2024-12-07T00:14:59.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2024-12-07T00:14:59.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2024-12-07T00:14:59.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2024-12-07T00:14:59.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2771 | 2024-12-07T00:14:59.917Z | |
| 2772 | 2024-12-07T00:14:59.917Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
| 2773 | 2024-12-07T00:15:00.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2024-12-07T00:15:00.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2024-12-07T00:15:00.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2024-12-07T00:15:00.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2777 | 2024-12-07T00:15:00.719Z | |
| 2778 | 2024-12-07T00:15:00.719Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
| 2779 | 2024-12-07T00:15:01.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2024-12-07T00:15:01.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2024-12-07T00:15:01.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2024-12-07T00:15:01.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2783 | 2024-12-07T00:15:01.530Z | |
| 2784 | 2024-12-07T00:15:01.530Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
| 2785 | 2024-12-07T00:15:02.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2024-12-07T00:15:02.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2024-12-07T00:15:02.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2024-12-07T00:15:02.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2789 | 2024-12-07T00:15:02.369Z | |
| 2790 | 2024-12-07T00:15:02.369Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
| 2791 | 2024-12-07T00:15:03.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2024-12-07T00:15:03.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2024-12-07T00:15:03.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2024-12-07T00:15:03.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2795 | 2024-12-07T00:15:03.200Z | |
| 2796 | 2024-12-07T00:15:03.200Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
| 2797 | 2024-12-07T00:15:03.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2024-12-07T00:15:03.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2024-12-07T00:15:03.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2024-12-07T00:15:03.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2801 | 2024-12-07T00:15:04.028Z | |
| 2802 | 2024-12-07T00:15:04.028Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
| 2803 | 2024-12-07T00:15:04.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2024-12-07T00:15:04.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2024-12-07T00:15:04.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2024-12-07T00:15:04.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2807 | 2024-12-07T00:15:04.835Z | |
| 2808 | 2024-12-07T00:15:04.835Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
| 2809 | 2024-12-07T00:15:05.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2024-12-07T00:15:05.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2024-12-07T00:15:05.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2024-12-07T00:15:05.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2813 | 2024-12-07T00:15:05.645Z | |
| 2814 | 2024-12-07T00:15:05.645Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
| 2815 | 2024-12-07T00:15:06.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2024-12-07T00:15:06.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2024-12-07T00:15:06.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2024-12-07T00:15:06.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2819 | 2024-12-07T00:15:06.482Z | |
| 2820 | 2024-12-07T00:15:06.482Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
| 2821 | 2024-12-07T00:15:07.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2024-12-07T00:15:07.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2024-12-07T00:15:07.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2024-12-07T00:15:07.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2825 | 2024-12-07T00:15:07.310Z | |
| 2826 | 2024-12-07T00:15:07.310Z | info: running `cargo check --bins` on sp-sim (99/173) |
| 2827 | 2024-12-07T00:15:08.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2024-12-07T00:15:08.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2024-12-07T00:15:08.160Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2830 | 2024-12-07T00:15:10.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2831 | 2024-12-07T00:15:10.568Z | |
| 2832 | 2024-12-07T00:15:10.568Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
| 2833 | 2024-12-07T00:15:11.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2024-12-07T00:15:11.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2024-12-07T00:15:11.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2024-12-07T00:15:11.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2837 | 2024-12-07T00:15:11.449Z | |
| 2838 | 2024-12-07T00:15:11.449Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
| 2839 | 2024-12-07T00:15:12.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2024-12-07T00:15:12.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2024-12-07T00:15:12.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2024-12-07T00:15:12.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2843 | 2024-12-07T00:15:12.333Z | |
| 2844 | 2024-12-07T00:15:12.333Z | info: running `cargo check --bins` on db-macros (102/173) |
| 2845 | 2024-12-07T00:15:13.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2024-12-07T00:15:13.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2024-12-07T00:15:13.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2024-12-07T00:15:13.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2849 | 2024-12-07T00:15:13.110Z | |
| 2850 | 2024-12-07T00:15:13.110Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
| 2851 | 2024-12-07T00:15:13.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2024-12-07T00:15:13.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2024-12-07T00:15:13.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2024-12-07T00:15:13.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2855 | 2024-12-07T00:15:13.906Z | |
| 2856 | 2024-12-07T00:15:13.906Z | info: running `cargo check --bins` on nexus-auth (104/173) |
| 2857 | 2024-12-07T00:15:14.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2024-12-07T00:15:14.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2024-12-07T00:15:14.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2024-12-07T00:15:14.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2861 | 2024-12-07T00:15:14.762Z | |
| 2862 | 2024-12-07T00:15:14.762Z | info: running `cargo check --bins` on authz-macros (105/173) |
| 2863 | 2024-12-07T00:15:15.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2024-12-07T00:15:15.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2024-12-07T00:15:15.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2024-12-07T00:15:15.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2867 | 2024-12-07T00:15:15.562Z | |
| 2868 | 2024-12-07T00:15:15.562Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
| 2869 | 2024-12-07T00:15:16.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2024-12-07T00:15:16.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2024-12-07T00:15:16.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2024-12-07T00:15:16.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2873 | 2024-12-07T00:15:16.427Z | |
| 2874 | 2024-12-07T00:15:16.427Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
| 2875 | 2024-12-07T00:15:17.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2024-12-07T00:15:17.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2024-12-07T00:15:17.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2024-12-07T00:15:17.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2879 | 2024-12-07T00:15:17.287Z | |
| 2880 | 2024-12-07T00:15:17.287Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
| 2881 | 2024-12-07T00:15:17.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2024-12-07T00:15:18.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2024-12-07T00:15:18.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2024-12-07T00:15:18.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2885 | 2024-12-07T00:15:18.098Z | |
| 2886 | 2024-12-07T00:15:18.098Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
| 2887 | 2024-12-07T00:15:18.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2024-12-07T00:15:18.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2024-12-07T00:15:18.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2024-12-07T00:15:18.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2891 | 2024-12-07T00:15:18.937Z | |
| 2892 | 2024-12-07T00:15:18.937Z | info: running `cargo check --bins` on typed-rng (110/173) |
| 2893 | 2024-12-07T00:15:19.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2024-12-07T00:15:19.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2024-12-07T00:15:19.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2024-12-07T00:15:19.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2897 | 2024-12-07T00:15:19.709Z | |
| 2898 | 2024-12-07T00:15:19.709Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
| 2899 | 2024-12-07T00:15:20.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2024-12-07T00:15:20.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2024-12-07T00:15:20.669Z | Checking keccak v0.1.5 |
| 2902 | 2024-12-07T00:15:20.692Z | Checking secrecy v0.8.0 |
| 2903 | 2024-12-07T00:15:20.716Z | Compiling unicase v2.7.0 |
| 2904 | 2024-12-07T00:15:20.716Z | Compiling same-file v1.0.6 |
| 2905 | 2024-12-07T00:15:20.740Z | Compiling tempfile v3.13.0 |
| 2906 | 2024-12-07T00:15:20.770Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2907 | 2024-12-07T00:15:20.794Z | Checking universal-hash v0.5.1 |
| 2908 | 2024-12-07T00:15:20.794Z | Compiling blake3 v1.5.4 |
| 2909 | 2024-12-07T00:15:20.894Z | Compiling walkdir v2.5.0 |
| 2910 | 2024-12-07T00:15:20.954Z | Checking sha3 v0.10.8 |
| 2911 | 2024-12-07T00:15:20.978Z | Compiling ring v0.16.20 |
| 2912 | 2024-12-07T00:15:21.010Z | Checking opaque-debug v0.3.1 |
| 2913 | 2024-12-07T00:15:21.104Z | Checking poly1305 v0.8.0 |
| 2914 | 2024-12-07T00:15:21.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2915 | 2024-12-07T00:15:21.306Z | Checking chacha20 v0.9.1 |
| 2916 | 2024-12-07T00:15:21.449Z | Checking aead v0.5.2 |
| 2917 | 2024-12-07T00:15:21.534Z | Compiling memmap2 v0.9.5 |
| 2918 | 2024-12-07T00:15:21.558Z | Compiling arrayvec v0.7.6 |
| 2919 | 2024-12-07T00:15:21.582Z | Compiling spin v0.5.2 |
| 2920 | 2024-12-07T00:15:21.614Z | Compiling constant_time_eq v0.3.1 |
| 2921 | 2024-12-07T00:15:21.652Z | Compiling arrayref v0.3.9 |
| 2922 | 2024-12-07T00:15:21.755Z | Compiling salty v0.3.0 |
| 2923 | 2024-12-07T00:15:21.785Z | Compiling libefi-sys v0.1.0 |
| 2924 | 2024-12-07T00:15:21.809Z | Checking chacha20poly1305 v0.10.1 |
| 2925 | 2024-12-07T00:15:21.987Z | Compiling toolchain_find v0.4.0 |
| 2926 | 2024-12-07T00:15:22.011Z | Compiling camino-tempfile v1.1.1 |
| 2927 | 2024-12-07T00:15:22.081Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2928 | 2024-12-07T00:15:22.142Z | Compiling bitfield-struct v0.6.2 |
| 2929 | 2024-12-07T00:15:22.311Z | Compiling topological-sort v0.2.2 |
| 2930 | 2024-12-07T00:15:22.444Z | Compiling mime_guess v2.0.5 |
| 2931 | 2024-12-07T00:15:22.529Z | Compiling rustfmt-wrapper v0.2.1 |
| 2932 | 2024-12-07T00:15:22.957Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2933 | 2024-12-07T00:15:23.032Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2934 | 2024-12-07T00:15:23.056Z | Checking primeorder v0.13.6 |
| 2935 | 2024-12-07T00:15:23.094Z | Checking env_filter v0.1.2 |
| 2936 | 2024-12-07T00:15:23.333Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2937 | 2024-12-07T00:15:23.362Z | Checking env_logger v0.11.5 |
| 2938 | 2024-12-07T00:15:23.397Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2939 | 2024-12-07T00:15:23.517Z | Checking p384 v0.13.0 |
| 2940 | 2024-12-07T00:15:23.541Z | Checking thiserror-no-std v2.0.2 |
| 2941 | 2024-12-07T00:15:23.596Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2942 | 2024-12-07T00:15:23.645Z | Checking vsss-rs v3.3.4 |
| 2943 | 2024-12-07T00:15:23.669Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2944 | 2024-12-07T00:15:23.887Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2945 | 2024-12-07T00:15:23.911Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2946 | 2024-12-07T00:15:23.934Z | Compiling zip v2.1.3 |
| 2947 | 2024-12-07T00:15:24.125Z | Checking bumpalo v3.16.0 |
| 2948 | 2024-12-07T00:15:24.201Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2949 | 2024-12-07T00:15:24.252Z | Checking lockfree-object-pool v0.1.6 |
| 2950 | 2024-12-07T00:15:24.331Z | Checking simd-adler32 v0.3.7 |
| 2951 | 2024-12-07T00:15:24.435Z | Checking http-range v0.1.5 |
| 2952 | 2024-12-07T00:15:24.460Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2953 | 2024-12-07T00:15:24.495Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2954 | 2024-12-07T00:15:24.614Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2955 | 2024-12-07T00:15:24.650Z | Checking zopfli v0.8.1 |
| 2956 | 2024-12-07T00:15:24.735Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2957 | 2024-12-07T00:15:25.087Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2958 | 2024-12-07T00:15:25.180Z | Checking nanorand v0.7.0 |
| 2959 | 2024-12-07T00:15:25.211Z | Checking atty v0.2.14 |
| 2960 | 2024-12-07T00:15:25.269Z | Checking glob v0.3.1 |
| 2961 | 2024-12-07T00:15:25.335Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2962 | 2024-12-07T00:15:25.508Z | Checking flume v0.11.1 |
| 2963 | 2024-12-07T00:15:25.736Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2964 | 2024-12-07T00:15:25.958Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2965 | 2024-12-07T00:15:26.062Z | Compiling omicron-zone-package v0.11.1 |
| 2966 | 2024-12-07T00:15:26.520Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2967 | 2024-12-07T00:15:26.654Z | Checking hyper-staticfile v0.10.1 |
| 2968 | 2024-12-07T00:15:27.185Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2969 | 2024-12-07T00:15:27.427Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2970 | 2024-12-07T00:15:27.462Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2971 | 2024-12-07T00:15:27.541Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2972 | 2024-12-07T00:15:27.747Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2973 | 2024-12-07T00:15:28.167Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2974 | 2024-12-07T00:15:28.637Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2975 | 2024-12-07T00:15:28.799Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2976 | 2024-12-07T00:15:30.239Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2977 | 2024-12-07T00:15:31.966Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2978 | 2024-12-07T00:15:31.966Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2979 | 2024-12-07T00:15:45.096Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2980 | 2024-12-07T00:16:02.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.11s |
| 2981 | 2024-12-07T00:16:02.997Z | |
| 2982 | 2024-12-07T00:16:02.997Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
| 2983 | 2024-12-07T00:16:03.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2024-12-07T00:16:03.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2024-12-07T00:16:03.971Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2986 | 2024-12-07T00:16:22.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2987 | 2024-12-07T00:16:22.516Z | |
| 2988 | 2024-12-07T00:16:22.516Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
| 2989 | 2024-12-07T00:16:23.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2024-12-07T00:16:23.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2024-12-07T00:16:23.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2992 | 2024-12-07T00:16:41.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
| 2993 | 2024-12-07T00:16:41.437Z | |
| 2994 | 2024-12-07T00:16:41.437Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
| 2995 | 2024-12-07T00:16:42.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2024-12-07T00:16:42.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2024-12-07T00:16:42.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2998 | 2024-12-07T00:17:00.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s |
| 2999 | 2024-12-07T00:17:00.495Z | |
| 3000 | 2024-12-07T00:17:00.495Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
| 3001 | 2024-12-07T00:17:01.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2024-12-07T00:17:01.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2024-12-07T00:17:01.475Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3004 | 2024-12-07T00:17:20.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s |
| 3005 | 2024-12-07T00:17:20.203Z | |
| 3006 | 2024-12-07T00:17:20.203Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
| 3007 | 2024-12-07T00:17:21.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2024-12-07T00:17:21.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2024-12-07T00:17:21.217Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3010 | 2024-12-07T00:17:40.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s |
| 3011 | 2024-12-07T00:17:40.385Z | |
| 3012 | 2024-12-07T00:17:40.385Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
| 3013 | 2024-12-07T00:17:41.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2024-12-07T00:17:41.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2024-12-07T00:17:41.434Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3016 | 2024-12-07T00:17:59.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s |
| 3017 | 2024-12-07T00:17:59.776Z | |
| 3018 | 2024-12-07T00:17:59.776Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
| 3019 | 2024-12-07T00:18:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2024-12-07T00:18:00.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2024-12-07T00:18:00.832Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3022 | 2024-12-07T00:18:19.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s |
| 3023 | 2024-12-07T00:18:19.242Z | |
| 3024 | 2024-12-07T00:18:19.242Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
| 3025 | 2024-12-07T00:18:19.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2024-12-07T00:18:20.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2024-12-07T00:18:20.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2024-12-07T00:18:20.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3029 | 2024-12-07T00:18:20.108Z | |
| 3030 | 2024-12-07T00:18:20.108Z | info: running `cargo check --bins` on key-manager (120/173) |
| 3031 | 2024-12-07T00:18:20.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2024-12-07T00:18:20.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2024-12-07T00:18:20.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2024-12-07T00:18:20.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3035 | 2024-12-07T00:18:20.964Z | |
| 3036 | 2024-12-07T00:18:20.964Z | info: running `cargo check --bins` on range-requests (121/173) |
| 3037 | 2024-12-07T00:18:21.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2024-12-07T00:18:21.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2024-12-07T00:18:21.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2024-12-07T00:18:21.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3041 | 2024-12-07T00:18:21.804Z | |
| 3042 | 2024-12-07T00:18:21.804Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
| 3043 | 2024-12-07T00:18:22.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2024-12-07T00:18:22.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2024-12-07T00:18:22.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2024-12-07T00:18:22.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3047 | 2024-12-07T00:18:22.653Z | |
| 3048 | 2024-12-07T00:18:22.653Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
| 3049 | 2024-12-07T00:18:23.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2024-12-07T00:18:23.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2024-12-07T00:18:23.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2024-12-07T00:18:23.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3053 | 2024-12-07T00:18:23.542Z | |
| 3054 | 2024-12-07T00:18:23.542Z | info: running `cargo check --bins` on sled-hardware (124/173) |
| 3055 | 2024-12-07T00:18:24.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2024-12-07T00:18:24.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2024-12-07T00:18:24.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2024-12-07T00:18:24.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3059 | 2024-12-07T00:18:24.373Z | |
| 3060 | 2024-12-07T00:18:24.373Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
| 3061 | 2024-12-07T00:18:25.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2024-12-07T00:18:25.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2024-12-07T00:18:25.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2024-12-07T00:18:25.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3065 | 2024-12-07T00:18:25.202Z | |
| 3066 | 2024-12-07T00:18:25.202Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
| 3067 | 2024-12-07T00:18:26.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2024-12-07T00:18:26.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2024-12-07T00:18:26.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2024-12-07T00:18:26.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3071 | 2024-12-07T00:18:26.121Z | |
| 3072 | 2024-12-07T00:18:26.121Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
| 3073 | 2024-12-07T00:18:26.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2024-12-07T00:18:26.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2024-12-07T00:18:26.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2024-12-07T00:18:26.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3077 | 2024-12-07T00:18:26.977Z | |
| 3078 | 2024-12-07T00:18:26.977Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
| 3079 | 2024-12-07T00:18:27.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2024-12-07T00:18:27.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2024-12-07T00:18:27.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2024-12-07T00:18:27.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3083 | 2024-12-07T00:18:27.876Z | |
| 3084 | 2024-12-07T00:18:27.876Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
| 3085 | 2024-12-07T00:18:28.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2024-12-07T00:18:28.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2024-12-07T00:18:28.796Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3088 | 2024-12-07T00:18:28.796Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3089 | 2024-12-07T00:18:29.803Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3090 | 2024-12-07T00:18:32.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
| 3091 | 2024-12-07T00:18:32.610Z | |
| 3092 | 2024-12-07T00:18:32.610Z | info: running `cargo check --bins` on oximeter-api (130/173) |
| 3093 | 2024-12-07T00:18:33.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2024-12-07T00:18:33.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2024-12-07T00:18:33.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2024-12-07T00:18:33.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3097 | 2024-12-07T00:18:33.440Z | |
| 3098 | 2024-12-07T00:18:33.440Z | info: running `cargo check --bins` on cert-dev (131/173) |
| 3099 | 2024-12-07T00:18:34.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2024-12-07T00:18:34.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2024-12-07T00:18:34.264Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3102 | 2024-12-07T00:18:34.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3103 | 2024-12-07T00:18:34.677Z | |
| 3104 | 2024-12-07T00:18:34.677Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
| 3105 | 2024-12-07T00:18:35.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2024-12-07T00:18:35.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2024-12-07T00:18:35.614Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3108 | 2024-12-07T00:18:35.614Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3109 | 2024-12-07T00:18:36.271Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3110 | 2024-12-07T00:18:36.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 3111 | 2024-12-07T00:18:36.934Z | |
| 3112 | 2024-12-07T00:18:36.934Z | info: running `cargo check --bins` on ch-dev (133/173) |
| 3113 | 2024-12-07T00:18:37.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2024-12-07T00:18:37.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2024-12-07T00:18:37.836Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3116 | 2024-12-07T00:18:38.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 3117 | 2024-12-07T00:18:38.828Z | |
| 3118 | 2024-12-07T00:18:38.828Z | info: running `cargo check --bins` on crdb-seed (134/173) |
| 3119 | 2024-12-07T00:18:39.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2024-12-07T00:18:39.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2024-12-07T00:18:39.698Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3122 | 2024-12-07T00:18:40.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3123 | 2024-12-07T00:18:40.225Z | |
| 3124 | 2024-12-07T00:18:40.225Z | info: running `cargo check --bins` on db-dev (135/173) |
| 3125 | 2024-12-07T00:18:40.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2024-12-07T00:18:41.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2024-12-07T00:18:41.152Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3128 | 2024-12-07T00:18:42.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 3129 | 2024-12-07T00:18:42.188Z | |
| 3130 | 2024-12-07T00:18:42.188Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
| 3131 | 2024-12-07T00:18:42.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2024-12-07T00:18:42.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2024-12-07T00:18:42.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2024-12-07T00:18:42.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3135 | 2024-12-07T00:18:43.037Z | |
| 3136 | 2024-12-07T00:18:43.037Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
| 3137 | 2024-12-07T00:18:43.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2024-12-07T00:18:43.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2024-12-07T00:18:43.859Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3140 | 2024-12-07T00:18:44.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3141 | 2024-12-07T00:18:45.101Z | |
| 3142 | 2024-12-07T00:18:45.101Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
| 3143 | 2024-12-07T00:18:45.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2024-12-07T00:18:45.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2024-12-07T00:18:45.969Z | Checking cargo-platform v0.1.8 |
| 3146 | 2024-12-07T00:18:46.240Z | Checking cargo_metadata v0.18.1 |
| 3147 | 2024-12-07T00:18:47.522Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3148 | 2024-12-07T00:18:48.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3149 | 2024-12-07T00:18:48.666Z | |
| 3150 | 2024-12-07T00:18:48.666Z | info: running `cargo check --bins` on mgs-dev (139/173) |
| 3151 | 2024-12-07T00:18:49.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2024-12-07T00:18:49.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2024-12-07T00:18:49.638Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3154 | 2024-12-07T00:18:50.432Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3155 | 2024-12-07T00:18:51.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 3156 | 2024-12-07T00:18:51.369Z | |
| 3157 | 2024-12-07T00:18:51.369Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
| 3158 | 2024-12-07T00:18:52.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2024-12-07T00:18:52.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2024-12-07T00:18:52.460Z | Compiling crunchy v0.2.2 |
| 3161 | 2024-12-07T00:18:52.460Z | Compiling tiny-keccak v2.0.2 |
| 3162 | 2024-12-07T00:18:52.484Z | Compiling dsl_auto_type v0.1.2 |
| 3163 | 2024-12-07T00:18:52.484Z | Checking scheduled-thread-pool v0.2.7 |
| 3164 | 2024-12-07T00:18:52.484Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3165 | 2024-12-07T00:18:52.484Z | Compiling ascii-canvas v3.0.0 |
| 3166 | 2024-12-07T00:18:52.484Z | Compiling ena v0.14.3 |
| 3167 | 2024-12-07T00:18:52.484Z | Compiling diff v0.1.13 |
| 3168 | 2024-12-07T00:18:52.759Z | Checking r2d2 v0.8.10 |
| 3169 | 2024-12-07T00:18:52.870Z | Compiling regex-syntax v0.6.29 |
| 3170 | 2024-12-07T00:18:52.913Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3171 | 2024-12-07T00:18:52.976Z | Compiling ref-cast v1.0.23 |
| 3172 | 2024-12-07T00:18:53.070Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3173 | 2024-12-07T00:18:53.094Z | Compiling derive_builder_core v0.20.2 |
| 3174 | 2024-12-07T00:18:53.134Z | Compiling libxml v0.3.3 |
| 3175 | 2024-12-07T00:18:53.211Z | Compiling ref-cast-impl v1.0.23 |
| 3176 | 2024-12-07T00:18:53.352Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3177 | 2024-12-07T00:18:53.525Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3178 | 2024-12-07T00:18:53.549Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3179 | 2024-12-07T00:18:53.600Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3180 | 2024-12-07T00:18:53.788Z | Compiling strum_macros v0.24.3 |
| 3181 | 2024-12-07T00:18:53.837Z | Compiling samael v0.0.17 |
| 3182 | 2024-12-07T00:18:53.943Z | Compiling diesel_derives v2.2.3 |
| 3183 | 2024-12-07T00:18:53.966Z | Compiling indoc v1.0.9 |
| 3184 | 2024-12-07T00:18:54.781Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3185 | 2024-12-07T00:18:54.997Z | Compiling oso-derive v0.27.3 |
| 3186 | 2024-12-07T00:18:55.179Z | Compiling derive_builder_macro v0.20.2 |
| 3187 | 2024-12-07T00:18:55.783Z | Compiling lalrpop v0.19.12 |
| 3188 | 2024-12-07T00:18:55.901Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3189 | 2024-12-07T00:18:55.976Z | Checking derive_builder v0.20.2 |
| 3190 | 2024-12-07T00:18:56.114Z | Checking quick-xml v0.33.0 |
| 3191 | 2024-12-07T00:18:56.371Z | Compiling diesel-dtrace v0.3.0 |
| 3192 | 2024-12-07T00:18:56.628Z | Checking maplit v1.0.2 |
| 3193 | 2024-12-07T00:18:56.780Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3194 | 2024-12-07T00:18:56.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3195 | 2024-12-07T00:18:57.039Z | Checking bb8 v0.8.5 |
| 3196 | 2024-12-07T00:18:57.307Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3197 | 2024-12-07T00:18:57.480Z | Checking castaway v0.2.3 |
| 3198 | 2024-12-07T00:18:57.550Z | Checking rand_seeder v0.3.0 |
| 3199 | 2024-12-07T00:18:57.639Z | Checking compact_str v0.8.0 |
| 3200 | 2024-12-07T00:18:57.765Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3201 | 2024-12-07T00:18:57.971Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3202 | 2024-12-07T00:18:58.011Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3203 | 2024-12-07T00:18:58.207Z | Checking unicode-truncate v1.1.0 |
| 3204 | 2024-12-07T00:18:58.469Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3205 | 2024-12-07T00:18:58.493Z | Checking lru v0.12.5 |
| 3206 | 2024-12-07T00:18:58.713Z | Compiling instability v0.3.2 |
| 3207 | 2024-12-07T00:18:58.747Z | Checking cassowary v0.3.0 |
| 3208 | 2024-12-07T00:18:59.109Z | Checking smawk v0.3.2 |
| 3209 | 2024-12-07T00:18:59.310Z | Checking is_ci v1.2.0 |
| 3210 | 2024-12-07T00:18:59.449Z | Checking unicode-linebreak v0.1.5 |
| 3211 | 2024-12-07T00:18:59.537Z | Checking supports-color v3.0.1 |
| 3212 | 2024-12-07T00:18:59.655Z | Checking ratatui v0.28.1 |
| 3213 | 2024-12-07T00:18:59.708Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3214 | 2024-12-07T00:18:59.760Z | Checking multimap v0.10.0 |
| 3215 | 2024-12-07T00:18:59.848Z | Checking textwrap v0.16.1 |
| 3216 | 2024-12-07T00:19:02.830Z | Checking diesel v2.2.4 |
| 3217 | 2024-12-07T00:19:29.260Z | Compiling polar-core v0.27.3 |
| 3218 | 2024-12-07T00:19:31.485Z | Checking async-bb8-diesel v0.2.1 |
| 3219 | 2024-12-07T00:19:38.804Z | Checking oso v0.27.3 |
| 3220 | 2024-12-07T00:21:12.849Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3221 | 2024-12-07T00:21:21.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 3222 | 2024-12-07T00:21:21.453Z | |
| 3223 | 2024-12-07T00:21:21.453Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
| 3224 | 2024-12-07T00:21:22.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2024-12-07T00:21:22.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2024-12-07T00:21:22.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2024-12-07T00:21:22.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3228 | 2024-12-07T00:21:22.359Z | |
| 3229 | 2024-12-07T00:21:22.359Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
| 3230 | 2024-12-07T00:21:23.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2024-12-07T00:21:23.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2024-12-07T00:21:23.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3233 | 2024-12-07T00:21:23.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3234 | 2024-12-07T00:21:23.267Z | |
| 3235 | 2024-12-07T00:21:23.268Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
| 3236 | 2024-12-07T00:21:23.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2024-12-07T00:21:24.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2024-12-07T00:21:24.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2024-12-07T00:21:24.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3240 | 2024-12-07T00:21:24.088Z | |
| 3241 | 2024-12-07T00:21:24.088Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
| 3242 | 2024-12-07T00:21:24.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2024-12-07T00:21:24.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2024-12-07T00:21:25.191Z | Compiling libz-sys v1.1.20 |
| 3245 | 2024-12-07T00:21:25.215Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3246 | 2024-12-07T00:21:25.244Z | Compiling vergen v8.3.2 |
| 3247 | 2024-12-07T00:21:25.267Z | Compiling cargo-platform v0.1.8 |
| 3248 | 2024-12-07T00:21:25.267Z | Compiling pin-project-internal v1.1.6 |
| 3249 | 2024-12-07T00:21:25.297Z | Compiling libsqlite3-sys v0.30.1 |
| 3250 | 2024-12-07T00:21:25.321Z | Compiling snafu-derive v0.8.5 |
| 3251 | 2024-12-07T00:21:25.321Z | Compiling rustls v0.21.12 |
| 3252 | 2024-12-07T00:21:25.530Z | Compiling cfg_aliases v0.2.1 |
| 3253 | 2024-12-07T00:21:25.602Z | Compiling cargo_metadata v0.18.1 |
| 3254 | 2024-12-07T00:21:25.647Z | Compiling buf-list v1.0.3 |
| 3255 | 2024-12-07T00:21:25.813Z | Compiling nix v0.29.0 |
| 3256 | 2024-12-07T00:21:25.887Z | Checking globset v0.4.15 |
| 3257 | 2024-12-07T00:21:26.115Z | Checking olpc-cjson v0.1.4 |
| 3258 | 2024-12-07T00:21:26.298Z | Checking rustls-webpki v0.101.7 |
| 3259 | 2024-12-07T00:21:26.322Z | Checking sct v0.7.1 |
| 3260 | 2024-12-07T00:21:26.353Z | Checking serde_plain v1.0.2 |
| 3261 | 2024-12-07T00:21:26.516Z | Checking typed-path v0.9.3 |
| 3262 | 2024-12-07T00:21:26.879Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3263 | 2024-12-07T00:21:26.999Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3264 | 2024-12-07T00:21:27.140Z | Checking hashlink v0.9.1 |
| 3265 | 2024-12-07T00:21:27.235Z | Checking fallible-streaming-iterator v0.1.9 |
| 3266 | 2024-12-07T00:21:27.436Z | Checking parse-size v1.1.0 |
| 3267 | 2024-12-07T00:21:27.663Z | Checking fallible-iterator v0.3.0 |
| 3268 | 2024-12-07T00:21:27.827Z | Checking pin-project v1.1.6 |
| 3269 | 2024-12-07T00:21:27.956Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3270 | 2024-12-07T00:21:28.162Z | Checking rusqlite v0.32.1 |
| 3271 | 2024-12-07T00:21:28.194Z | Checking rustls-pemfile v1.0.4 |
| 3272 | 2024-12-07T00:21:28.335Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3273 | 2024-12-07T00:21:28.425Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3274 | 2024-12-07T00:21:28.662Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3275 | 2024-12-07T00:21:28.737Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3276 | 2024-12-07T00:21:28.870Z | Checking twox-hash v1.6.3 |
| 3277 | 2024-12-07T00:21:28.946Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3278 | 2024-12-07T00:21:29.341Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3279 | 2024-12-07T00:21:29.622Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3280 | 2024-12-07T00:21:29.783Z | Checking tokio-rustls v0.24.1 |
| 3281 | 2024-12-07T00:21:29.898Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3282 | 2024-12-07T00:21:30.085Z | Checking snafu v0.8.5 |
| 3283 | 2024-12-07T00:21:30.120Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3284 | 2024-12-07T00:21:30.143Z | Checking fatfs v0.3.6 |
| 3285 | 2024-12-07T00:21:30.513Z | Checking tough v0.19.0 |
| 3286 | 2024-12-07T00:21:30.604Z | Checking assert_matches v1.5.0 |
| 3287 | 2024-12-07T00:21:34.577Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3288 | 2024-12-07T00:21:36.140Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3289 | 2024-12-07T00:21:37.800Z | Compiling git2 v0.19.0 |
| 3290 | 2024-12-07T00:21:43.903Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3291 | 2024-12-07T00:22:53.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3292 | 2024-12-07T00:22:53.618Z | |
| 3293 | 2024-12-07T00:22:53.618Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
| 3294 | 2024-12-07T00:22:54.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2024-12-07T00:22:54.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2024-12-07T00:22:54.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3297 | 2024-12-07T00:22:54.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3298 | 2024-12-07T00:22:54.562Z | |
| 3299 | 2024-12-07T00:22:54.562Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
| 3300 | 2024-12-07T00:22:55.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3301 | 2024-12-07T00:22:55.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3302 | 2024-12-07T00:22:55.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3303 | 2024-12-07T00:22:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3304 | 2024-12-07T00:22:55.386Z | |
| 3305 | 2024-12-07T00:22:55.386Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
| 3306 | 2024-12-07T00:22:56.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2024-12-07T00:22:56.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2024-12-07T00:22:56.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3309 | 2024-12-07T00:22:56.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3310 | 2024-12-07T00:22:56.270Z | |
| 3311 | 2024-12-07T00:22:56.270Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
| 3312 | 2024-12-07T00:22:57.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2024-12-07T00:22:57.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2024-12-07T00:22:57.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3315 | 2024-12-07T00:22:57.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3316 | 2024-12-07T00:22:57.192Z | |
| 3317 | 2024-12-07T00:22:57.192Z | info: running `cargo check --bins` on nexus-networking (149/173) |
| 3318 | 2024-12-07T00:22:57.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2024-12-07T00:22:58.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2024-12-07T00:22:58.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3321 | 2024-12-07T00:22:58.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3322 | 2024-12-07T00:22:58.103Z | |
| 3323 | 2024-12-07T00:22:58.103Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
| 3324 | 2024-12-07T00:22:58.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2024-12-07T00:22:58.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2024-12-07T00:22:58.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2024-12-07T00:22:58.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3328 | 2024-12-07T00:22:59.024Z | |
| 3329 | 2024-12-07T00:22:59.024Z | info: running `cargo check --bins` on update-common (151/173) |
| 3330 | 2024-12-07T00:22:59.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2024-12-07T00:22:59.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2024-12-07T00:22:59.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2024-12-07T00:22:59.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3334 | 2024-12-07T00:22:59.887Z | |
| 3335 | 2024-12-07T00:22:59.887Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
| 3336 | 2024-12-07T00:23:00.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2024-12-07T00:23:00.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2024-12-07T00:23:00.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2024-12-07T00:23:00.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3340 | 2024-12-07T00:23:00.767Z | |
| 3341 | 2024-12-07T00:23:00.767Z | info: running `cargo check --bins` on tufaceous (153/173) |
| 3342 | 2024-12-07T00:23:01.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2024-12-07T00:23:01.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2024-12-07T00:23:01.669Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3345 | 2024-12-07T00:23:02.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 3346 | 2024-12-07T00:23:02.983Z | |
| 3347 | 2024-12-07T00:23:02.983Z | info: running `cargo check --bins` on omicron-dev (154/173) |
| 3348 | 2024-12-07T00:23:03.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2024-12-07T00:23:03.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2024-12-07T00:23:04.176Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3351 | 2024-12-07T00:23:04.217Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3352 | 2024-12-07T00:23:04.217Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3353 | 2024-12-07T00:23:04.241Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3354 | 2024-12-07T00:23:41.964Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3355 | 2024-12-07T00:23:41.964Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3356 | 2024-12-07T00:23:41.964Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3357 | 2024-12-07T00:23:41.987Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3358 | 2024-12-07T00:23:41.988Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3359 | 2024-12-07T00:23:42.968Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3360 | 2024-12-07T00:23:44.578Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3361 | 2024-12-07T00:24:39.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s |
| 3362 | 2024-12-07T00:24:39.260Z | |
| 3363 | 2024-12-07T00:24:39.260Z | info: running `cargo check --bins` on openapi-manager (155/173) |
| 3364 | 2024-12-07T00:24:40.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2024-12-07T00:24:40.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2024-12-07T00:24:40.186Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3367 | 2024-12-07T00:24:40.186Z | Checking heck v0.4.1 |
| 3368 | 2024-12-07T00:24:40.186Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3369 | 2024-12-07T00:24:40.411Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3370 | 2024-12-07T00:24:42.205Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3371 | 2024-12-07T00:24:43.301Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3372 | 2024-12-07T00:24:44.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 3373 | 2024-12-07T00:24:44.857Z | |
| 3374 | 2024-12-07T00:24:44.857Z | info: running `cargo check --bins` on installinator-api (156/173) |
| 3375 | 2024-12-07T00:24:45.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2024-12-07T00:24:45.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2024-12-07T00:24:45.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2024-12-07T00:24:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3379 | 2024-12-07T00:24:45.720Z | |
| 3380 | 2024-12-07T00:24:45.720Z | info: running `cargo check --bins` on wicketd-api (157/173) |
| 3381 | 2024-12-07T00:24:46.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2024-12-07T00:24:46.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2024-12-07T00:24:46.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2024-12-07T00:24:46.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3385 | 2024-12-07T00:24:46.628Z | |
| 3386 | 2024-12-07T00:24:46.628Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
| 3387 | 2024-12-07T00:24:47.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2024-12-07T00:24:47.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2024-12-07T00:24:47.533Z | Compiling petname v2.0.2 |
| 3390 | 2024-12-07T00:24:47.533Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3391 | 2024-12-07T00:24:47.556Z | Checking sync-ptr v0.1.1 |
| 3392 | 2024-12-07T00:24:49.291Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3393 | 2024-12-07T00:24:51.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 3394 | 2024-12-07T00:24:51.474Z | |
| 3395 | 2024-12-07T00:24:51.474Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
| 3396 | 2024-12-07T00:24:52.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2024-12-07T00:24:52.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2024-12-07T00:24:52.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2024-12-07T00:24:52.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3400 | 2024-12-07T00:24:52.374Z | |
| 3401 | 2024-12-07T00:24:52.374Z | info: running `cargo check --bins` on omicron-releng (160/173) |
| 3402 | 2024-12-07T00:24:53.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2024-12-07T00:24:53.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2024-12-07T00:24:53.250Z | Checking memmap2 v0.9.5 |
| 3405 | 2024-12-07T00:24:53.250Z | Checking spin v0.5.2 |
| 3406 | 2024-12-07T00:24:53.250Z | Checking arrayref v0.3.9 |
| 3407 | 2024-12-07T00:24:53.250Z | Checking arrayvec v0.7.6 |
| 3408 | 2024-12-07T00:24:53.250Z | Checking constant_time_eq v0.3.1 |
| 3409 | 2024-12-07T00:24:53.274Z | Checking topological-sort v0.2.2 |
| 3410 | 2024-12-07T00:24:53.274Z | Checking shell-words v1.1.0 |
| 3411 | 2024-12-07T00:24:53.488Z | Checking ring v0.16.20 |
| 3412 | 2024-12-07T00:24:53.684Z | Checking blake3 v1.5.4 |
| 3413 | 2024-12-07T00:24:54.948Z | Checking omicron-zone-package v0.11.1 |
| 3414 | 2024-12-07T00:24:56.400Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3415 | 2024-12-07T00:24:57.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 3416 | 2024-12-07T00:24:57.742Z | |
| 3417 | 2024-12-07T00:24:57.742Z | info: running `cargo check --bins` on xtask (161/173) |
| 3418 | 2024-12-07T00:24:58.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2024-12-07T00:24:58.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2024-12-07T00:24:58.309Z | Checking bitflags v2.6.0 |
| 3421 | 2024-12-07T00:24:58.309Z | Checking serde v1.0.215 |
| 3422 | 2024-12-07T00:24:58.309Z | Checking thiserror v1.0.69 |
| 3423 | 2024-12-07T00:24:58.309Z | Checking scroll v0.12.0 |
| 3424 | 2024-12-07T00:24:58.372Z | Checking hashbrown v0.15.0 |
| 3425 | 2024-12-07T00:24:58.395Z | Checking log v0.4.22 |
| 3426 | 2024-12-07T00:24:58.395Z | Checking zerocopy v0.7.35 |
| 3427 | 2024-12-07T00:24:58.420Z | Checking syn v2.0.87 |
| 3428 | 2024-12-07T00:24:58.467Z | Checking pest v2.7.14 |
| 3429 | 2024-12-07T00:24:58.586Z | Checking rustix v0.38.37 |
| 3430 | 2024-12-07T00:24:58.656Z | Checking once_cell v1.20.2 |
| 3431 | 2024-12-07T00:24:58.799Z | Checking goblin v0.8.2 |
| 3432 | 2024-12-07T00:24:58.936Z | Checking fs-err v2.11.0 |
| 3433 | 2024-12-07T00:24:59.221Z | Checking anyhow v1.0.93 |
| 3434 | 2024-12-07T00:24:59.308Z | Checking indexmap v2.6.0 |
| 3435 | 2024-12-07T00:24:59.572Z | Checking tabled v0.15.0 |
| 3436 | 2024-12-07T00:25:00.280Z | Checking terminal_size v0.4.0 |
| 3437 | 2024-12-07T00:25:00.280Z | Checking tempfile v3.13.0 |
| 3438 | 2024-12-07T00:25:00.445Z | Checking clap_builder v4.5.21 |
| 3439 | 2024-12-07T00:25:00.569Z | Checking dtrace-parser v0.2.0 |
| 3440 | 2024-12-07T00:25:02.586Z | Checking serde_json v1.0.132 |
| 3441 | 2024-12-07T00:25:02.586Z | Checking serde_spanned v0.6.8 |
| 3442 | 2024-12-07T00:25:02.586Z | Checking toml_datetime v0.6.8 |
| 3443 | 2024-12-07T00:25:02.609Z | Checking camino v1.1.9 |
| 3444 | 2024-12-07T00:25:02.609Z | Checking cargo-platform v0.1.8 |
| 3445 | 2024-12-07T00:25:02.675Z | Checking semver v1.0.23 |
| 3446 | 2024-12-07T00:25:02.818Z | Checking macaddr v1.0.1 |
| 3447 | 2024-12-07T00:25:02.883Z | Checking toml_edit v0.22.22 |
| 3448 | 2024-12-07T00:25:03.161Z | Checking camino-tempfile v1.1.1 |
| 3449 | 2024-12-07T00:25:03.184Z | Checking clap v4.5.21 |
| 3450 | 2024-12-07T00:25:03.923Z | Checking dof v0.3.0 |
| 3451 | 2024-12-07T00:25:03.923Z | Checking cargo_metadata v0.18.1 |
| 3452 | 2024-12-07T00:25:04.447Z | Checking usdt-impl v0.5.0 |
| 3453 | 2024-12-07T00:25:04.893Z | Checking usdt v0.5.0 |
| 3454 | 2024-12-07T00:25:05.057Z | Checking toml v0.8.19 |
| 3455 | 2024-12-07T00:25:05.662Z | Checking cargo_toml v0.20.5 |
| 3456 | 2024-12-07T00:25:07.262Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3457 | 2024-12-07T00:25:08.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s |
| 3458 | 2024-12-07T00:25:08.198Z | |
| 3459 | 2024-12-07T00:25:08.198Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
| 3460 | 2024-12-07T00:25:09.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2024-12-07T00:25:09.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2024-12-07T00:25:09.262Z | Checking polyval v0.6.2 |
| 3463 | 2024-12-07T00:25:09.285Z | Checking ctr v0.9.2 |
| 3464 | 2024-12-07T00:25:09.312Z | Checking ssh-encoding v0.2.0 |
| 3465 | 2024-12-07T00:25:09.312Z | Checking blowfish v0.9.1 |
| 3466 | 2024-12-07T00:25:09.350Z | Checking password-hash v0.4.2 |
| 3467 | 2024-12-07T00:25:09.375Z | Checking matches v0.1.10 |
| 3468 | 2024-12-07T00:25:09.398Z | Checking p256 v0.13.2 |
| 3469 | 2024-12-07T00:25:09.398Z | Checking p521 v0.13.3 |
| 3470 | 2024-12-07T00:25:09.478Z | Checking idna v0.2.3 |
| 3471 | 2024-12-07T00:25:09.521Z | Checking ghash v0.5.1 |
| 3472 | 2024-12-07T00:25:09.545Z | Checking bcrypt-pbkdf v0.10.0 |
| 3473 | 2024-12-07T00:25:09.571Z | Compiling enum-as-inner v0.5.1 |
| 3474 | 2024-12-07T00:25:09.643Z | Checking russh-cryptovec v0.7.3 |
| 3475 | 2024-12-07T00:25:09.675Z | Checking aes-gcm v0.10.3 |
| 3476 | 2024-12-07T00:25:09.757Z | Checking pbkdf2 v0.11.0 |
| 3477 | 2024-12-07T00:25:09.784Z | Checking md5 v0.7.0 |
| 3478 | 2024-12-07T00:25:09.838Z | Checking num-bigint v0.4.6 |
| 3479 | 2024-12-07T00:25:09.862Z | Checking des v0.8.1 |
| 3480 | 2024-12-07T00:25:09.888Z | Checking ssh-cipher v0.2.0 |
| 3481 | 2024-12-07T00:25:10.009Z | Compiling dhcproto-macros v0.1.0 |
| 3482 | 2024-12-07T00:25:10.039Z | Checking hex-literal v0.4.1 |
| 3483 | 2024-12-07T00:25:10.110Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3484 | 2024-12-07T00:25:10.149Z | Checking ssh-key v0.6.6 |
| 3485 | 2024-12-07T00:25:10.173Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3486 | 2024-12-07T00:25:10.196Z | Checking internet-checksum v0.2.1 |
| 3487 | 2024-12-07T00:25:10.406Z | Checking trust-dns-proto v0.22.0 |
| 3488 | 2024-12-07T00:25:11.589Z | Checking russh-keys v0.45.0 |
| 3489 | 2024-12-07T00:25:12.716Z | Checking russh v0.45.0 |
| 3490 | 2024-12-07T00:25:13.539Z | Checking dhcproto v0.12.0 |
| 3491 | 2024-12-07T00:25:35.982Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3492 | 2024-12-07T00:25:37.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.57s |
| 3493 | 2024-12-07T00:25:37.973Z | |
| 3494 | 2024-12-07T00:25:37.973Z | info: running `cargo check --bins` on gateway-cli (163/173) |
| 3495 | 2024-12-07T00:25:38.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2024-12-07T00:25:38.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2024-12-07T00:25:38.883Z | Checking termios v0.3.3 |
| 3498 | 2024-12-07T00:25:39.066Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3499 | 2024-12-07T00:25:40.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 3500 | 2024-12-07T00:25:40.261Z | |
| 3501 | 2024-12-07T00:25:40.261Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
| 3502 | 2024-12-07T00:25:41.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2024-12-07T00:25:41.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2024-12-07T00:25:41.168Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3505 | 2024-12-07T00:25:43.644Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3506 | 2024-12-07T00:25:46.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
| 3507 | 2024-12-07T00:25:46.192Z | |
| 3508 | 2024-12-07T00:25:46.192Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
| 3509 | 2024-12-07T00:25:46.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2024-12-07T00:25:46.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2024-12-07T00:25:47.020Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3512 | 2024-12-07T00:25:47.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3513 | 2024-12-07T00:25:47.698Z | |
| 3514 | 2024-12-07T00:25:47.698Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
| 3515 | 2024-12-07T00:25:48.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2024-12-07T00:25:48.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2024-12-07T00:25:48.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2024-12-07T00:25:48.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3519 | 2024-12-07T00:25:48.493Z | |
| 3520 | 2024-12-07T00:25:48.493Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
| 3521 | 2024-12-07T00:25:49.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2024-12-07T00:25:49.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2024-12-07T00:25:49.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2024-12-07T00:25:49.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3525 | 2024-12-07T00:25:49.290Z | |
| 3526 | 2024-12-07T00:25:49.290Z | info: running `cargo check --bins` on omicron-package (168/173) |
| 3527 | 2024-12-07T00:25:50.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2024-12-07T00:25:50.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2024-12-07T00:25:50.174Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3530 | 2024-12-07T00:25:51.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 3531 | 2024-12-07T00:25:51.906Z | |
| 3532 | 2024-12-07T00:25:51.906Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
| 3533 | 2024-12-07T00:25:52.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2024-12-07T00:25:52.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2024-12-07T00:25:52.854Z | Checking rtoolbox v0.0.2 |
| 3536 | 2024-12-07T00:25:52.854Z | Checking tui-tree-widget v0.22.0 |
| 3537 | 2024-12-07T00:25:52.854Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3538 | 2024-12-07T00:25:53.047Z | Checking rpassword v7.3.1 |
| 3539 | 2024-12-07T00:25:58.246Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3540 | 2024-12-07T00:26:02.188Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3541 | 2024-12-07T00:26:03.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s |
| 3542 | 2024-12-07T00:26:03.976Z | |
| 3543 | 2024-12-07T00:26:03.976Z | info: running `cargo check --bins` on wicket (170/173) |
| 3544 | 2024-12-07T00:26:04.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2024-12-07T00:26:04.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2024-12-07T00:26:04.901Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3547 | 2024-12-07T00:26:05.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3548 | 2024-12-07T00:26:05.511Z | |
| 3549 | 2024-12-07T00:26:05.511Z | info: running `cargo check --bins` on wicketd (171/173) |
| 3550 | 2024-12-07T00:26:06.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2024-12-07T00:26:06.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2024-12-07T00:26:06.495Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3553 | 2024-12-07T00:26:11.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 3554 | 2024-12-07T00:26:11.536Z | |
| 3555 | 2024-12-07T00:26:11.536Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
| 3556 | 2024-12-07T00:26:12.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2024-12-07T00:26:12.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2024-12-07T00:26:12.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2024-12-07T00:26:12.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3560 | 2024-12-07T00:26:12.329Z | |
| 3561 | 2024-12-07T00:26:12.329Z | info: running `cargo check --bins` on zone-setup (173/173) |
| 3562 | 2024-12-07T00:26:13.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2024-12-07T00:26:13.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2024-12-07T00:26:13.324Z | Checking uzers v0.12.1 |
| 3565 | 2024-12-07T00:26:13.660Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3566 | 2024-12-07T00:26:15.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 3567 | 2024-12-07T00:26:15.343Z | |
| 3568 | 2024-12-07T00:26:15.343Z | real 16:13.271497686 |
| 3569 | 2024-12-07T00:26:15.343Z | user 25:41.004752021 |
| 3570 | 2024-12-07T00:26:15.343Z | sys 5:57.649139815 |
| 3571 | 2024-12-07T00:26:15.343Z | trap 0.594854054 |
| 3572 | 2024-12-07T00:26:15.343Z | tflt 1.354948046 |
| 3573 | 2024-12-07T00:26:15.343Z | dflt 3.792283536 |
| 3574 | 2024-12-07T00:26:15.343Z | kflt 0.000824720 |
| 3575 | 2024-12-07T00:26:15.343Z | lock 51:50.686282107 |
| 3576 | 2024-12-07T00:26:15.343Z | slp 2:23:07.384690557 |
| 3577 | 2024-12-07T00:26:15.344Z | lat 1:03.100724886 |
| 3578 | 2024-12-07T00:26:15.344Z | stop 3:05.661114784 |
| 3579 | 2024-12-07T00:26:15.375Z | process exited: duration 1289793 ms, exit code 0 |
| |
| 3580 | 2024-12-07T00:26:15.426Z | found 0 output files |