|
|
|
| 1 | 2024-08-16T03:33:17.540Z | job assigned to worker 01J5CKWPY6DMABK80YF4EYXJP5 (queued for 11 m 51 s) |
| |
| 2 | 2024-08-16T03:33:25.148Z | starting task 0: "setup" |
| 3 | 2024-08-16T03:33:25.175Z | ++ uname -s |
| 4 | 2024-08-16T03:33:25.178Z | + kern=SunOS |
| 5 | 2024-08-16T03:33:25.178Z | + case "$kern" in |
| 6 | 2024-08-16T03:33:25.178Z | + groupadd -g 12345 build |
| 7 | 2024-08-16T03:33:25.180Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-16T03:33:27.190Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-16T03:33:27.320Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-16T03:33:27.322Z | + home_fs=zfs |
| 11 | 2024-08-16T03:33:27.322Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-16T03:33:27.322Z | + mkdir -p /home/build |
| 13 | 2024-08-16T03:33:27.325Z | + chown build:build /home/build /work |
| 14 | 2024-08-16T03:33:29.325Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-16T03:33:29.328Z | process exited: duration 4183 ms, exit code 0 |
| |
| 16 | 2024-08-16T03:33:29.334Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-16T03:33:29.340Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-16T03:33:29.340Z | ' 1.80.1 |
| 19 | 2024-08-16T03:33:29.340Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-08-16T03:33:29.340Z | ' default |
| 21 | 2024-08-16T03:33:29.340Z | * toolchain channel = "1.80.1" |
| 22 | 2024-08-16T03:33:29.340Z | * toolchain profile = "default" |
| 23 | 2024-08-16T03:33:29.343Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-16T03:33:29.343Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-16T03:33:29.441Z | info: downloading installer |
| 26 | 2024-08-16T03:33:30.964Z | info: profile set to 'default' |
| 27 | 2024-08-16T03:33:30.965Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-16T03:33:30.965Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-16T03:33:31.113Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-16T03:33:31.113Z | info: downloading component 'cargo' |
| 31 | 2024-08-16T03:33:31.915Z | info: downloading component 'clippy' |
| 32 | 2024-08-16T03:33:32.200Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-16T03:33:33.314Z | info: downloading component 'rust-std' |
| 34 | 2024-08-16T03:33:34.915Z | info: downloading component 'rustc' |
| 35 | 2024-08-16T03:33:39.295Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-16T03:33:39.527Z | info: installing component 'cargo' |
| 37 | 2024-08-16T03:33:40.340Z | info: installing component 'clippy' |
| 38 | 2024-08-16T03:33:40.730Z | info: installing component 'rust-docs' |
| 39 | 2024-08-16T03:33:42.241Z | info: installing component 'rust-std' |
| 40 | 2024-08-16T03:33:44.095Z | info: installing component 'rustc' |
| 41 | 2024-08-16T03:33:48.085Z | info: installing component 'rustfmt' |
| 42 | 2024-08-16T03:33:48.427Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-16T03:33:48.427Z | |
| 44 | 2024-08-16T03:33:48.726Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-16T03:33:48.726Z | |
| 46 | 2024-08-16T03:33:48.726Z | |
| 47 | 2024-08-16T03:33:48.726Z | Rust is installed now. Great! |
| 48 | 2024-08-16T03:33:48.726Z | |
| 49 | 2024-08-16T03:33:48.726Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-16T03:33:48.730Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-16T03:33:48.730Z | |
| 52 | 2024-08-16T03:33:48.730Z | To configure your current shell, you need to source |
| 53 | 2024-08-16T03:33:48.730Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-16T03:33:48.730Z | |
| 55 | 2024-08-16T03:33:48.731Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-16T03:33:48.731Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-16T03:33:48.731Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-16T03:33:48.792Z | + rustc --version |
| 59 | 2024-08-16T03:33:48.852Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-16T03:33:48.855Z | process exited: duration 19519 ms, exit code 0 |
| |
| 61 | 2024-08-16T03:33:48.864Z | starting task 2: "authentication" |
| 62 | 2024-08-16T03:33:48.880Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-08-16T03:33:48.886Z | starting task 3: "clone repository" |
| 64 | 2024-08-16T03:33:48.890Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-16T03:33:48.893Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-16T03:33:49.082Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-16T03:33:54.419Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-16T03:33:54.419Z | + git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 69 | 2024-08-16T03:33:54.714Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-16T03:33:54.714Z | * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD |
| 71 | 2024-08-16T03:33:54.723Z | + [[ -n renovate/tokio-1.x ]] |
| 72 | 2024-08-16T03:33:54.725Z | ++ git branch --show-current |
| 73 | 2024-08-16T03:33:54.727Z | + current=main |
| 74 | 2024-08-16T03:33:54.727Z | + [[ main != renovate/tokio-1.x ]] |
| 75 | 2024-08-16T03:33:54.728Z | + git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 76 | 2024-08-16T03:33:54.730Z | + git checkout -f renovate/tokio-1.x |
| 77 | 2024-08-16T03:33:54.872Z | Switched to branch 'renovate/tokio-1.x' |
| 78 | 2024-08-16T03:33:54.874Z | + git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
| 79 | 2024-08-16T03:33:55.011Z | HEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2 |
| 80 | 2024-08-16T03:33:55.014Z | process exited: duration 6126 ms, exit code 0 |
| |
| 81 | 2024-08-16T03:33:55.019Z | starting task 4: "build" |
| 82 | 2024-08-16T03:33:55.024Z | + cargo --version |
| 83 | 2024-08-16T03:33:55.077Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-16T03:33:55.079Z | + rustc --version |
| 85 | 2024-08-16T03:33:55.134Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-16T03:33:55.136Z | + source ./env.sh |
| 87 | 2024-08-16T03:33:55.136Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-08-16T03:33:55.136Z | ++ set -o xtrace |
| 89 | 2024-08-16T03:33:55.139Z | ++++ dirname ./env.sh |
| 90 | 2024-08-16T03:33:55.177Z | +++ readlink -f . |
| 91 | 2024-08-16T03:33:55.210Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-08-16T03:33:55.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-08-16T03:33:55.213Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-08-16T03:33:55.213Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-08-16T03:33:55.213Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-08-16T03:33:55.213Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-08-16T03:33:55.213Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-08-16T03:33:55.213Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-08-16T03:33:55.213Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-08-16T03:33:55.213Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-08-16T03:33:55.213Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-08-16T03:33:55.213Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 103 | 2024-08-16T03:33:55.213Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 104 | 2024-08-16T03:33:55.213Z | + banner prerequisites |
| 105 | 2024-08-16T03:33:55.213Z | |
| 106 | 2024-08-16T03:33:55.213Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 107 | 2024-08-16T03:33:55.214Z | # # # # # # # # # # # # # # # |
| 108 | 2024-08-16T03:33:55.214Z | # # # # ##### # # ##### # # # # # #### # |
| 109 | 2024-08-16T03:33:55.214Z | ##### ##### # ##### # # # # # # # # # |
| 110 | 2024-08-16T03:33:55.214Z | # # # # # # # # # # # # # # # |
| 111 | 2024-08-16T03:33:55.214Z | # # # ###### # # ###### ### # #### # #### # |
| 112 | 2024-08-16T03:33:55.214Z | |
| 113 | 2024-08-16T03:33:55.214Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 114 | 2024-08-16T03:34:04.126Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2024-08-16T03:34:06.333Z | Startup: Caching catalogs ... Done |
| 116 | 2024-08-16T03:34:08.168Z | Planning: Solver setup ... Done (1.208s) |
| 117 | 2024-08-16T03:34:08.189Z | Planning: Running solver ... Done (0.021s) |
| 118 | 2024-08-16T03:34:08.229Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2024-08-16T03:34:08.285Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2024-08-16T03:34:10.073Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2024-08-16T03:34:10.222Z | Planning: Package planning ... Done (0.149s) |
| 122 | 2024-08-16T03:34:10.274Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2024-08-16T03:34:11.378Z | Planning: Checking for conflicting actions ... Done (1.104s) |
| 124 | 2024-08-16T03:34:11.389Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2024-08-16T03:34:15.659Z | Planning: Evaluating mediators ... Done (4.270s) |
| 126 | 2024-08-16T03:34:15.671Z | Planning: Planning completed in 9.27 seconds |
| 127 | 2024-08-16T03:34:17.221Z | Packages to install: 4 |
| 128 | 2024-08-16T03:34:17.221Z | Mediators to change: 2 |
| 129 | 2024-08-16T03:34:17.221Z | Services to change: 1 |
| 130 | 2024-08-16T03:34:17.223Z | Estimated space available: 155.72 GB |
| 131 | 2024-08-16T03:34:17.223Z | Estimated space to be consumed: 1.48 GB |
| 132 | 2024-08-16T03:34:17.223Z | Create boot environment: No |
| 133 | 2024-08-16T03:34:17.223Z | Create backup boot environment: No |
| 134 | 2024-08-16T03:34:17.223Z | Rebuild boot archive: No |
| 135 | 2024-08-16T03:34:17.223Z | |
| 136 | 2024-08-16T03:34:17.223Z | Changed mediators: |
| 137 | 2024-08-16T03:34:17.223Z | mediator clang: |
| 138 | 2024-08-16T03:34:17.223Z | version: None -> 15 (system default) |
| 139 | 2024-08-16T03:34:17.224Z | |
| 140 | 2024-08-16T03:34:17.224Z | mediator llvm: |
| 141 | 2024-08-16T03:34:17.224Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2024-08-16T03:34:17.224Z | |
| 143 | 2024-08-16T03:34:17.224Z | Changed packages: |
| 144 | 2024-08-16T03:34:17.224Z | helios-dev |
| 145 | 2024-08-16T03:34:17.224Z | developer/build-essential |
| 146 | 2024-08-16T03:34:17.224Z | None -> 11-2.0 |
| 147 | 2024-08-16T03:34:17.224Z | library/libxmlsec1 |
| 148 | 2024-08-16T03:34:17.224Z | None -> 1.2.35-2.0 |
| 149 | 2024-08-16T03:34:17.224Z | ooce/developer/clang-15 |
| 150 | 2024-08-16T03:34:17.224Z | None -> 15.0.7-2.0 |
| 151 | 2024-08-16T03:34:17.224Z | ooce/developer/llvm-15 |
| 152 | 2024-08-16T03:34:17.224Z | None -> 15.0.7-2.0 |
| 153 | 2024-08-16T03:34:17.224Z | |
| 154 | 2024-08-16T03:34:17.224Z | Services: |
| 155 | 2024-08-16T03:34:17.224Z | restart_fmri: |
| 156 | 2024-08-16T03:34:17.224Z | svc:/system/update-man-index:default |
| 157 | 2024-08-16T03:34:17.412Z | |
| 158 | 2024-08-16T03:34:17.412Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2024-08-16T03:34:22.480Z | Download: 172/3290 items 0.5/212.6MB 0% complete (162k/s) |
| 160 | 2024-08-16T03:34:33.157Z | Download: 205/3290 items 1.3/212.6MB 0% complete (178k/s) |
| 161 | 2024-08-16T03:34:47.536Z | Download: 210/3290 items 1.3/212.6MB 0% complete |
| 162 | 2024-08-16T03:34:52.870Z | Download: 1193/3290 items 74.1/212.6MB 34% complete (14.7M/s) |
| 163 | 2024-08-16T03:34:57.888Z | Download: 1516/3290 items 117.5/212.6MB 55% complete (11.9M/s) |
| 164 | 2024-08-16T03:35:02.893Z | Download: 2958/3290 items 121.2/212.6MB 57% complete (4.8M/s) |
| 165 | 2024-08-16T03:35:09.636Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.9M/s) |
| 166 | 2024-08-16T03:35:11.620Z | Download: Completed 212.60 MB in 54.20 seconds (3.9M/s) |
| 167 | 2024-08-16T03:35:11.821Z | Actions: 1/3689 actions (Installing new actions) |
| 168 | 2024-08-16T03:35:16.895Z | Actions: 3565/3689 actions (Installing new actions) |
| 169 | 2024-08-16T03:35:17.039Z | Actions: Completed 3689 actions in 5.22 seconds. |
| 170 | 2024-08-16T03:35:17.302Z | Done (0.260s) |
| 171 | 2024-08-16T03:35:17.302Z | Done (0.000s) |
| 172 | 2024-08-16T03:35:17.663Z | Done (0.359s) |
| 173 | 2024-08-16T03:35:23.181Z | Done (5.344s) |
| 174 | 2024-08-16T03:35:23.312Z | Done (0.068s) |
| 175 | 2024-08-16T03:35:23.315Z | Done (0.000s) |
| 176 | 2024-08-16T03:35:23.467Z | Done (0.000s) |
| 177 | 2024-08-16T03:35:24.036Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2024-08-16T03:35:24.194Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2024-08-16T03:35:24.196Z | Planning: Consolidating action changes ... Done |
| 180 | 2024-08-16T03:35:24.454Z | Planning: Evaluating mediators ... Done |
| 181 | 2024-08-16T03:35:24.457Z | Planning: Planning completed in 0.42 seconds |
| 182 | 2024-08-16T03:35:24.487Z | Mediators to change: 2 |
| 183 | 2024-08-16T03:35:24.487Z | Create boot environment: No |
| 184 | 2024-08-16T03:35:24.489Z | Create backup boot environment: No |
| 185 | 2024-08-16T03:35:24.563Z | Done |
| 186 | 2024-08-16T03:35:24.563Z | Done |
| 187 | 2024-08-16T03:35:24.787Z | Done |
| 188 | 2024-08-16T03:35:28.173Z | Done |
| 189 | 2024-08-16T03:35:28.257Z | Done |
| 190 | 2024-08-16T03:35:28.257Z | Done |
| 191 | 2024-08-16T03:35:28.371Z | Done |
| 192 | 2024-08-16T03:35:28.959Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2024-08-16T03:35:28.961Z | Planning: Merging actions ... Done |
| 194 | 2024-08-16T03:35:29.145Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2024-08-16T03:35:29.149Z | Planning: Consolidating action changes ... Done |
| 196 | 2024-08-16T03:35:29.406Z | Planning: Evaluating mediators ... Done |
| 197 | 2024-08-16T03:35:29.461Z | Planning: Planning completed in 0.74 seconds |
| 198 | 2024-08-16T03:35:29.495Z | Packages to change: 1 |
| 199 | 2024-08-16T03:35:29.495Z | Mediators to change: 1 |
| 200 | 2024-08-16T03:35:29.497Z | Services to change: 1 |
| 201 | 2024-08-16T03:35:29.497Z | Create boot environment: No |
| 202 | 2024-08-16T03:35:29.497Z | Create backup boot environment: Yes |
| 203 | 2024-08-16T03:35:31.427Z | Actions: 1/6 actions (Updating modified actions) |
| 204 | 2024-08-16T03:35:31.431Z | Actions: Completed 6 actions in 0.00 seconds. |
| 205 | 2024-08-16T03:35:31.431Z | Done |
| 206 | 2024-08-16T03:35:31.431Z | Done |
| 207 | 2024-08-16T03:35:31.504Z | Done |
| 208 | 2024-08-16T03:35:35.010Z | Done |
| 209 | 2024-08-16T03:35:35.097Z | Done |
| 210 | 2024-08-16T03:35:35.103Z | Done |
| 211 | 2024-08-16T03:35:35.221Z | Done |
| 212 | 2024-08-16T03:35:35.649Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 213 | 2024-08-16T03:35:35.649Z | clang system 15 system |
| 214 | 2024-08-16T03:35:35.649Z | csh system system illumos |
| 215 | 2024-08-16T03:35:35.649Z | ctags system system illumos |
| 216 | 2024-08-16T03:35:35.649Z | gcc vendor 12 vendor |
| 217 | 2024-08-16T03:35:35.649Z | gcc system 10 system |
| 218 | 2024-08-16T03:35:35.649Z | gcc system 7 system |
| 219 | 2024-08-16T03:35:35.649Z | go system 1.20 system |
| 220 | 2024-08-16T03:35:35.649Z | go system 1.19 system |
| 221 | 2024-08-16T03:35:35.649Z | llvm system 15 system |
| 222 | 2024-08-16T03:35:35.649Z | llvm system 14 system |
| 223 | 2024-08-16T03:35:35.649Z | mariadb system 10.6 system |
| 224 | 2024-08-16T03:35:35.649Z | mta vendor vendor dma |
| 225 | 2024-08-16T03:35:35.649Z | openjdk system 17 system |
| 226 | 2024-08-16T03:35:35.649Z | openjdk system 11 system |
| 227 | 2024-08-16T03:35:35.650Z | openjdk system 1.8 system |
| 228 | 2024-08-16T03:35:35.650Z | openssl vendor 3 vendor |
| 229 | 2024-08-16T03:35:35.650Z | perl system 5.36 system |
| 230 | 2024-08-16T03:35:35.650Z | postgresql system 15 system |
| 231 | 2024-08-16T03:35:35.650Z | postgresql system 13 system |
| 232 | 2024-08-16T03:35:35.650Z | python vendor 3 vendor |
| 233 | 2024-08-16T03:35:35.650Z | python system 2 system |
| 234 | 2024-08-16T03:35:35.650Z | python3 system 3.11 system |
| 235 | 2024-08-16T03:35:35.650Z | ruby system 3.0 system |
| 236 | 2024-08-16T03:35:35.650Z | words vendor vendor american-english |
| 237 | 2024-08-16T03:35:35.650Z | words system system australian-english |
| 238 | 2024-08-16T03:35:35.650Z | words system system british-english |
| 239 | 2024-08-16T03:35:35.651Z | words system system canadian-english |
| 240 | 2024-08-16T03:35:35.651Z | words system system french |
| 241 | 2024-08-16T03:35:35.651Z | words system system italian |
| 242 | 2024-08-16T03:35:35.651Z | words system system ngerman |
| 243 | 2024-08-16T03:35:35.651Z | words system system ogerman |
| 244 | 2024-08-16T03:35:35.651Z | words system system spanish |
| 245 | 2024-08-16T03:35:35.966Z | PUBLISHER TYPE STATUS P LOCATION |
| 246 | 2024-08-16T03:35:35.966Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 247 | 2024-08-16T03:35:37.656Z | FMRI IFO |
| 248 | 2024-08-16T03:35:37.656Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 249 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 250 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 251 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 252 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 253 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 254 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 255 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 256 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 257 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 259 | 2024-08-16T03:35:37.657Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2024-08-16T03:35:38.225Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2024-08-16T03:35:38.480Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 262 | 2024-08-16T03:35:38.785Z | Updating crates.io index |
| 263 | 2024-08-16T03:35:38.820Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 264 | 2024-08-16T03:35:39.458Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2024-08-16T03:35:40.153Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 266 | 2024-08-16T03:35:40.425Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 267 | 2024-08-16T03:35:41.942Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2024-08-16T03:35:42.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 269 | 2024-08-16T03:35:42.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 270 | 2024-08-16T03:35:43.664Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2024-08-16T03:35:45.531Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 272 | 2024-08-16T03:35:46.462Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2024-08-16T03:35:47.102Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2024-08-16T03:35:47.377Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2024-08-16T03:35:47.875Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 276 | 2024-08-16T03:35:48.265Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 277 | 2024-08-16T03:35:48.710Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2024-08-16T03:35:48.998Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2024-08-16T03:35:49.220Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2024-08-16T03:35:49.451Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2024-08-16T03:35:49.694Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 282 | 2024-08-16T03:35:49.972Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 283 | 2024-08-16T03:35:50.360Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2024-08-16T03:35:50.744Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 285 | 2024-08-16T03:35:50.971Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2024-08-16T03:35:51.401Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2024-08-16T03:35:51.814Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2024-08-16T03:35:52.173Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 289 | 2024-08-16T03:35:54.342Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2024-08-16T03:35:54.598Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2024-08-16T03:35:54.819Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2024-08-16T03:35:55.163Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 293 | 2024-08-16T03:35:56.342Z | Downloading crates ... |
| 294 | 2024-08-16T03:35:56.425Z | Downloaded proc-macro-error-attr v1.0.4 |
| 295 | 2024-08-16T03:35:56.428Z | Downloaded pretty-hex v0.4.1 |
| 296 | 2024-08-16T03:35:56.428Z | Downloaded is_terminal_polyfill v1.70.0 |
| 297 | 2024-08-16T03:35:56.431Z | Downloaded dtrace-parser v0.2.0 |
| 298 | 2024-08-16T03:35:56.431Z | Downloaded scroll_derive v0.12.0 |
| 299 | 2024-08-16T03:35:56.444Z | Downloaded digest v0.10.7 |
| 300 | 2024-08-16T03:35:56.446Z | Downloaded anstyle-parse v0.2.4 |
| 301 | 2024-08-16T03:35:56.449Z | Downloaded clap_lex v0.7.0 |
| 302 | 2024-08-16T03:35:56.449Z | Downloaded cfg-if v1.0.0 |
| 303 | 2024-08-16T03:35:56.451Z | Downloaded fs-err v2.11.0 |
| 304 | 2024-08-16T03:35:56.453Z | Downloaded errno v0.3.9 |
| 305 | 2024-08-16T03:35:56.456Z | Downloaded thiserror-impl v1.0.63 |
| 306 | 2024-08-16T03:35:56.456Z | Downloaded heck v0.5.0 |
| 307 | 2024-08-16T03:35:56.458Z | Downloaded heck v0.4.1 |
| 308 | 2024-08-16T03:35:56.458Z | Downloaded memmap v0.7.0 |
| 309 | 2024-08-16T03:35:56.461Z | Downloaded cpufeatures v0.2.12 |
| 310 | 2024-08-16T03:35:56.461Z | Downloaded thiserror v1.0.63 |
| 311 | 2024-08-16T03:35:56.464Z | Downloaded cargo_metadata v0.18.1 |
| 312 | 2024-08-16T03:35:56.467Z | Downloaded tabled_derive v0.7.0 |
| 313 | 2024-08-16T03:35:56.467Z | Downloaded serde_tokenstream v0.2.2 |
| 314 | 2024-08-16T03:35:56.469Z | Downloaded utf8parse v0.2.1 |
| 315 | 2024-08-16T03:35:56.472Z | Downloaded macaddr v1.0.1 |
| 316 | 2024-08-16T03:35:56.472Z | Downloaded strsim v0.11.1 |
| 317 | 2024-08-16T03:35:56.475Z | Downloaded anstream v0.6.14 |
| 318 | 2024-08-16T03:35:56.478Z | Downloaded camino v1.1.7 |
| 319 | 2024-08-16T03:35:56.480Z | Downloaded bytecount v0.6.8 |
| 320 | 2024-08-16T03:35:56.483Z | Downloaded usdt v0.5.0 |
| 321 | 2024-08-16T03:35:56.486Z | Downloaded quote v1.0.36 |
| 322 | 2024-08-16T03:35:56.490Z | Downloaded pest_derive v2.7.10 |
| 323 | 2024-08-16T03:35:56.493Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2024-08-16T03:35:56.495Z | Downloaded anyhow v1.0.86 |
| 325 | 2024-08-16T03:35:56.499Z | Downloaded equivalent v1.0.1 |
| 326 | 2024-08-16T03:35:56.503Z | Downloaded ryu v1.0.18 |
| 327 | 2024-08-16T03:35:56.506Z | Downloaded typenum v1.17.0 |
| 328 | 2024-08-16T03:35:56.516Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2024-08-16T03:35:56.522Z | Downloaded anstyle v1.0.8 |
| 330 | 2024-08-16T03:35:56.524Z | Downloaded pest_meta v2.7.10 |
| 331 | 2024-08-16T03:35:56.527Z | Downloaded toml v0.8.19 |
| 332 | 2024-08-16T03:35:56.529Z | Downloaded bitflags v2.6.0 |
| 333 | 2024-08-16T03:35:56.532Z | Downloaded usdt-attr-macro v0.5.0 |
| 334 | 2024-08-16T03:35:56.535Z | Downloaded unicode-ident v1.0.12 |
| 335 | 2024-08-16T03:35:56.538Z | Downloaded cargo-platform v0.1.8 |
| 336 | 2024-08-16T03:35:56.541Z | Downloaded autocfg v1.3.0 |
| 337 | 2024-08-16T03:35:56.541Z | Downloaded colorchoice v1.0.1 |
| 338 | 2024-08-16T03:35:56.543Z | Downloaded cargo_toml v0.20.4 |
| 339 | 2024-08-16T03:35:56.543Z | Downloaded generic-array v0.14.7 |
| 340 | 2024-08-16T03:35:56.545Z | Downloaded fnv v1.0.7 |
| 341 | 2024-08-16T03:35:56.546Z | Downloaded dof v0.3.0 |
| 342 | 2024-08-16T03:35:56.548Z | Downloaded crypto-common v0.1.6 |
| 343 | 2024-08-16T03:35:56.548Z | Downloaded byteorder v1.5.0 |
| 344 | 2024-08-16T03:35:56.550Z | Downloaded block-buffer v0.10.4 |
| 345 | 2024-08-16T03:35:56.550Z | Downloaded pest_generator v2.7.10 |
| 346 | 2024-08-16T03:35:56.558Z | Downloaded plain v0.2.3 |
| 347 | 2024-08-16T03:35:56.573Z | Downloaded version_check v0.9.5 |
| 348 | 2024-08-16T03:35:56.575Z | Downloaded toml_datetime v0.6.8 |
| 349 | 2024-08-16T03:35:56.575Z | Downloaded serde_spanned v0.6.7 |
| 350 | 2024-08-16T03:35:56.578Z | Downloaded papergrid v0.11.0 |
| 351 | 2024-08-16T03:35:56.580Z | Downloaded swrite v0.1.0 |
| 352 | 2024-08-16T03:35:56.583Z | Downloaded semver v1.0.23 |
| 353 | 2024-08-16T03:35:56.583Z | Downloaded itoa v1.0.11 |
| 354 | 2024-08-16T03:35:56.586Z | Downloaded clap_derive v4.5.13 |
| 355 | 2024-08-16T03:35:56.589Z | Downloaded anstyle-query v1.0.3 |
| 356 | 2024-08-16T03:35:56.589Z | Downloaded thread-id v4.2.1 |
| 357 | 2024-08-16T03:35:56.589Z | Downloaded terminal_size v0.3.0 |
| 358 | 2024-08-16T03:35:56.592Z | Downloaded scroll v0.12.0 |
| 359 | 2024-08-16T03:35:56.592Z | Downloaded once_cell v1.19.0 |
| 360 | 2024-08-16T03:35:56.595Z | Downloaded sha2 v0.10.8 |
| 361 | 2024-08-16T03:35:56.597Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2024-08-16T03:35:56.603Z | Downloaded clap v4.5.15 |
| 363 | 2024-08-16T03:35:56.610Z | Downloaded zerocopy-derive v0.7.34 |
| 364 | 2024-08-16T03:35:56.614Z | Downloaded serde_derive v1.0.207 |
| 365 | 2024-08-16T03:35:56.617Z | Downloaded serde v1.0.207 |
| 366 | 2024-08-16T03:35:56.619Z | Downloaded memchr v2.7.2 |
| 367 | 2024-08-16T03:35:56.624Z | Downloaded ucd-trie v0.1.6 |
| 368 | 2024-08-16T03:35:56.629Z | Downloaded log v0.4.21 |
| 369 | 2024-08-16T03:35:56.633Z | Downloaded proc-macro2 v1.0.86 |
| 370 | 2024-08-16T03:35:56.654Z | Downloaded indexmap v2.4.0 |
| 371 | 2024-08-16T03:35:56.678Z | Downloaded zerocopy v0.7.34 |
| 372 | 2024-08-16T03:35:56.691Z | Downloaded serde_json v1.0.125 |
| 373 | 2024-08-16T03:35:56.697Z | Downloaded winnow v0.6.18 |
| 374 | 2024-08-16T03:35:56.705Z | Downloaded toml_edit v0.22.20 |
| 375 | 2024-08-16T03:35:56.724Z | Downloaded pest v2.7.10 |
| 376 | 2024-08-16T03:35:56.729Z | Downloaded hashbrown v0.14.5 |
| 377 | 2024-08-16T03:35:56.734Z | Downloaded goblin v0.8.2 |
| 378 | 2024-08-16T03:35:56.739Z | Downloaded tabled v0.15.0 |
| 379 | 2024-08-16T03:35:56.753Z | Downloaded clap_builder v4.5.15 |
| 380 | 2024-08-16T03:35:56.759Z | Downloaded syn v2.0.74 |
| 381 | 2024-08-16T03:35:56.769Z | Downloaded syn v1.0.109 |
| 382 | 2024-08-16T03:35:56.778Z | Downloaded rustix v0.38.34 |
| 383 | 2024-08-16T03:35:56.798Z | Downloaded unicode-width v0.1.13 |
| 384 | 2024-08-16T03:35:56.815Z | Downloaded libc v0.2.155 |
| 385 | 2024-08-16T03:35:57.107Z | Compiling proc-macro2 v1.0.86 |
| 386 | 2024-08-16T03:35:57.107Z | Compiling unicode-ident v1.0.12 |
| 387 | 2024-08-16T03:35:57.109Z | Compiling version_check v0.9.5 |
| 388 | 2024-08-16T03:35:57.109Z | Compiling serde v1.0.207 |
| 389 | 2024-08-16T03:35:57.109Z | Compiling memchr v2.7.2 |
| 390 | 2024-08-16T03:35:57.109Z | Compiling thiserror v1.0.63 |
| 391 | 2024-08-16T03:35:57.109Z | Compiling libc v0.2.155 |
| 392 | 2024-08-16T03:35:57.109Z | Compiling ryu v1.0.18 |
| 393 | 2024-08-16T03:35:57.347Z | Compiling itoa v1.0.11 |
| 394 | 2024-08-16T03:35:57.577Z | Compiling ucd-trie v0.1.6 |
| 395 | 2024-08-16T03:35:57.962Z | Compiling once_cell v1.19.0 |
| 396 | 2024-08-16T03:35:58.037Z | Compiling byteorder v1.5.0 |
| 397 | 2024-08-16T03:35:58.355Z | Compiling serde_json v1.0.125 |
| 398 | 2024-08-16T03:35:59.050Z | Compiling usdt-impl v0.5.0 |
| 399 | 2024-08-16T03:35:59.053Z | Compiling proc-macro-error-attr v1.0.4 |
| 400 | 2024-08-16T03:35:59.053Z | Compiling rustix v0.38.34 |
| 401 | 2024-08-16T03:35:59.107Z | Compiling syn v1.0.109 |
| 402 | 2024-08-16T03:35:59.111Z | Compiling proc-macro-error v1.0.4 |
| 403 | 2024-08-16T03:35:59.382Z | Compiling hashbrown v0.14.5 |
| 404 | 2024-08-16T03:35:59.406Z | Compiling equivalent v1.0.1 |
| 405 | 2024-08-16T03:35:59.481Z | Compiling bitflags v2.6.0 |
| 406 | 2024-08-16T03:35:59.518Z | Compiling utf8parse v0.2.1 |
| 407 | 2024-08-16T03:35:59.655Z | Compiling log v0.4.21 |
| 408 | 2024-08-16T03:35:59.772Z | Compiling plain v0.2.3 |
| 409 | 2024-08-16T03:35:59.876Z | Compiling thread-id v4.2.1 |
| 410 | 2024-08-16T03:35:59.903Z | Compiling anstyle-parse v0.2.4 |
| 411 | 2024-08-16T03:35:59.929Z | Compiling quote v1.0.36 |
| 412 | 2024-08-16T03:36:00.039Z | Compiling camino v1.1.7 |
| 413 | 2024-08-16T03:36:00.098Z | Compiling anstyle v1.0.8 |
| 414 | 2024-08-16T03:36:00.270Z | Compiling autocfg v1.3.0 |
| 415 | 2024-08-16T03:36:00.370Z | Compiling syn v2.0.74 |
| 416 | 2024-08-16T03:36:00.586Z | Compiling errno v0.3.9 |
| 417 | 2024-08-16T03:36:00.683Z | Compiling indexmap v2.4.0 |
| 418 | 2024-08-16T03:36:00.725Z | Compiling anstyle-query v1.0.3 |
| 419 | 2024-08-16T03:36:00.831Z | Compiling semver v1.0.23 |
| 420 | 2024-08-16T03:36:00.872Z | Compiling colorchoice v1.0.1 |
| 421 | 2024-08-16T03:36:01.024Z | Compiling is_terminal_polyfill v1.70.0 |
| 422 | 2024-08-16T03:36:01.149Z | Compiling winnow v0.6.18 |
| 423 | 2024-08-16T03:36:01.222Z | Compiling pretty-hex v0.4.1 |
| 424 | 2024-08-16T03:36:01.416Z | Compiling fs-err v2.11.0 |
| 425 | 2024-08-16T03:36:01.456Z | Compiling anstream v0.6.14 |
| 426 | 2024-08-16T03:36:01.833Z | Compiling terminal_size v0.3.0 |
| 427 | 2024-08-16T03:36:01.988Z | Compiling fnv v1.0.7 |
| 428 | 2024-08-16T03:36:02.019Z | Compiling heck v0.4.1 |
| 429 | 2024-08-16T03:36:02.043Z | Compiling bytecount v0.6.8 |
| 430 | 2024-08-16T03:36:02.121Z | Compiling clap_lex v0.7.0 |
| 431 | 2024-08-16T03:36:02.170Z | Compiling anyhow v1.0.86 |
| 432 | 2024-08-16T03:36:02.252Z | Compiling heck v0.5.0 |
| 433 | 2024-08-16T03:36:02.271Z | Compiling unicode-width v0.1.13 |
| 434 | 2024-08-16T03:36:02.501Z | Compiling strsim v0.11.1 |
| 435 | 2024-08-16T03:36:02.504Z | Compiling papergrid v0.11.0 |
| 436 | 2024-08-16T03:36:02.764Z | Compiling memmap v0.7.0 |
| 437 | 2024-08-16T03:36:02.978Z | Compiling clap_builder v4.5.15 |
| 438 | 2024-08-16T03:36:03.393Z | Compiling swrite v0.1.0 |
| 439 | 2024-08-16T03:36:05.536Z | Compiling tabled_derive v0.7.0 |
| 440 | 2024-08-16T03:36:06.840Z | Compiling tabled v0.15.0 |
| 441 | 2024-08-16T03:36:08.761Z | Compiling serde_derive v1.0.207 |
| 442 | 2024-08-16T03:36:08.761Z | Compiling thiserror-impl v1.0.63 |
| 443 | 2024-08-16T03:36:08.763Z | Compiling zerocopy-derive v0.7.34 |
| 444 | 2024-08-16T03:36:08.763Z | Compiling scroll_derive v0.12.0 |
| 445 | 2024-08-16T03:36:08.763Z | Compiling clap_derive v4.5.13 |
| 446 | 2024-08-16T03:36:09.907Z | Compiling scroll v0.12.0 |
| 447 | 2024-08-16T03:36:10.505Z | Compiling goblin v0.8.2 |
| 448 | 2024-08-16T03:36:10.572Z | Compiling zerocopy v0.7.34 |
| 449 | 2024-08-16T03:36:11.518Z | Compiling pest v2.7.10 |
| 450 | 2024-08-16T03:36:12.365Z | Compiling clap v4.5.15 |
| 451 | 2024-08-16T03:36:13.482Z | Compiling pest_meta v2.7.10 |
| 452 | 2024-08-16T03:36:14.308Z | Compiling pest_generator v2.7.10 |
| 453 | 2024-08-16T03:36:16.273Z | Compiling pest_derive v2.7.10 |
| 454 | 2024-08-16T03:36:17.040Z | Compiling dtrace-parser v0.2.0 |
| 455 | 2024-08-16T03:36:18.483Z | Compiling serde_tokenstream v0.2.2 |
| 456 | 2024-08-16T03:36:18.519Z | Compiling toml_datetime v0.6.8 |
| 457 | 2024-08-16T03:36:18.519Z | Compiling serde_spanned v0.6.7 |
| 458 | 2024-08-16T03:36:18.762Z | Compiling cargo-platform v0.1.8 |
| 459 | 2024-08-16T03:36:18.877Z | Compiling toml_edit v0.22.20 |
| 460 | 2024-08-16T03:36:19.033Z | Compiling macaddr v1.0.1 |
| 461 | 2024-08-16T03:36:19.834Z | Compiling dof v0.3.0 |
| 462 | 2024-08-16T03:36:19.834Z | Compiling cargo_metadata v0.18.1 |
| 463 | 2024-08-16T03:36:21.557Z | Compiling usdt-attr-macro v0.5.0 |
| 464 | 2024-08-16T03:36:21.557Z | Compiling usdt-macro v0.5.0 |
| 465 | 2024-08-16T03:36:21.756Z | Compiling toml v0.8.19 |
| 466 | 2024-08-16T03:36:22.577Z | Compiling cargo_toml v0.20.4 |
| 467 | 2024-08-16T03:36:22.828Z | Compiling usdt v0.5.0 |
| 468 | 2024-08-16T03:36:26.124Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 469 | 2024-08-16T03:36:29.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s |
| 470 | 2024-08-16T03:36:30.048Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 471 | 2024-08-16T03:36:30.592Z | Downloading crates ... |
| 472 | 2024-08-16T03:36:30.702Z | Downloaded adler v1.0.2 |
| 473 | 2024-08-16T03:36:30.723Z | Downloaded bitstruct v0.1.1 |
| 474 | 2024-08-16T03:36:30.738Z | Downloaded atty v0.2.14 |
| 475 | 2024-08-16T03:36:30.738Z | Downloaded async-stream-impl v0.3.5 |
| 476 | 2024-08-16T03:36:30.738Z | Downloaded crunchy v0.2.2 |
| 477 | 2024-08-16T03:36:30.739Z | Downloaded bit-vec v0.6.3 |
| 478 | 2024-08-16T03:36:30.739Z | Downloaded arrayref v0.3.7 |
| 479 | 2024-08-16T03:36:30.746Z | Downloaded cassowary v0.3.0 |
| 480 | 2024-08-16T03:36:30.746Z | Downloaded bb8 v0.8.5 |
| 481 | 2024-08-16T03:36:30.746Z | Downloaded is_ci v1.2.0 |
| 482 | 2024-08-16T03:36:30.746Z | Downloaded hyper-rustls v0.24.2 |
| 483 | 2024-08-16T03:36:30.746Z | Downloaded cbc v0.1.2 |
| 484 | 2024-08-16T03:36:30.746Z | Downloaded ciborium-ll v0.2.2 |
| 485 | 2024-08-16T03:36:30.747Z | Downloaded ipnetwork v0.20.0 |
| 486 | 2024-08-16T03:36:30.754Z | Downloaded indent_write v2.2.0 |
| 487 | 2024-08-16T03:36:30.754Z | Downloaded defmt v0.3.8 |
| 488 | 2024-08-16T03:36:30.754Z | Downloaded crc-catalog v2.4.0 |
| 489 | 2024-08-16T03:36:30.754Z | Downloaded cexpr v0.6.0 |
| 490 | 2024-08-16T03:36:30.761Z | Downloaded bitfield-struct v0.6.1 |
| 491 | 2024-08-16T03:36:30.762Z | Downloaded is-terminal v0.4.12 |
| 492 | 2024-08-16T03:36:30.762Z | Downloaded const_format_proc_macros v0.2.32 |
| 493 | 2024-08-16T03:36:30.762Z | Downloaded ciborium v0.2.2 |
| 494 | 2024-08-16T03:36:30.771Z | Downloaded opaque-debug v0.3.1 |
| 495 | 2024-08-16T03:36:30.772Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 496 | 2024-08-16T03:36:30.772Z | Downloaded csv-core v0.1.11 |
| 497 | 2024-08-16T03:36:30.773Z | Downloaded addr2line v0.21.0 |
| 498 | 2024-08-16T03:36:30.778Z | Downloaded crc v3.2.1 |
| 499 | 2024-08-16T03:36:30.778Z | Downloaded oso-derive v0.27.3 |
| 500 | 2024-08-16T03:36:30.784Z | Downloaded inout v0.1.3 |
| 501 | 2024-08-16T03:36:30.784Z | Downloaded ident_case v1.0.1 |
| 502 | 2024-08-16T03:36:30.784Z | Downloaded lru-cache v0.1.2 |
| 503 | 2024-08-16T03:36:30.784Z | Downloaded cstr-argument v0.1.2 |
| 504 | 2024-08-16T03:36:30.784Z | Downloaded convert_case v0.4.0 |
| 505 | 2024-08-16T03:36:30.785Z | Downloaded linear-map v1.2.0 |
| 506 | 2024-08-16T03:36:30.795Z | Downloaded const-oid v0.9.6 |
| 507 | 2024-08-16T03:36:30.795Z | Downloaded num-iter v0.1.45 |
| 508 | 2024-08-16T03:36:30.796Z | Downloaded num v0.4.3 |
| 509 | 2024-08-16T03:36:30.796Z | Downloaded newtype-uuid v1.1.0 |
| 510 | 2024-08-16T03:36:30.796Z | Downloaded maybe-uninit v2.0.0 |
| 511 | 2024-08-16T03:36:30.796Z | Downloaded lazy_static v1.5.0 |
| 512 | 2024-08-16T03:36:30.796Z | Downloaded hubpack v0.1.2 |
| 513 | 2024-08-16T03:36:30.796Z | Downloaded num_enum_derive v0.5.11 |
| 514 | 2024-08-16T03:36:30.808Z | Downloaded ciborium-io v0.2.2 |
| 515 | 2024-08-16T03:36:30.808Z | Downloaded cfg_aliases v0.1.1 |
| 516 | 2024-08-16T03:36:30.808Z | Downloaded mockall v0.13.0 |
| 517 | 2024-08-16T03:36:30.808Z | Downloaded instability v0.3.2 |
| 518 | 2024-08-16T03:36:30.808Z | Downloaded num-derive v0.4.2 |
| 519 | 2024-08-16T03:36:30.808Z | Downloaded atomicwrites v0.4.3 |
| 520 | 2024-08-16T03:36:30.808Z | Downloaded bitstruct_derive v0.1.0 |
| 521 | 2024-08-16T03:36:30.809Z | Downloaded maplit v1.0.2 |
| 522 | 2024-08-16T03:36:30.809Z | Downloaded libefi-sys v0.1.0 |
| 523 | 2024-08-16T03:36:30.816Z | Downloaded keccak v0.1.5 |
| 524 | 2024-08-16T03:36:30.816Z | Downloaded crucible-workspace-hack v0.1.0 |
| 525 | 2024-08-16T03:36:30.816Z | Downloaded indoc v1.0.9 |
| 526 | 2024-08-16T03:36:30.816Z | Downloaded darling_macro v0.20.9 |
| 527 | 2024-08-16T03:36:30.816Z | Downloaded hyper-staticfile v0.9.5 |
| 528 | 2024-08-16T03:36:30.816Z | Downloaded colored v2.1.0 |
| 529 | 2024-08-16T03:36:30.816Z | Downloaded number_prefix v0.4.0 |
| 530 | 2024-08-16T03:36:30.816Z | Downloaded num_threads v0.1.7 |
| 531 | 2024-08-16T03:36:30.822Z | Downloaded normalize-line-endings v0.3.0 |
| 532 | 2024-08-16T03:36:30.822Z | Downloaded argon2 v0.5.3 |
| 533 | 2024-08-16T03:36:30.822Z | Downloaded new_debug_unreachable v1.0.6 |
| 534 | 2024-08-16T03:36:30.822Z | Downloaded newtype_derive v0.1.6 |
| 535 | 2024-08-16T03:36:30.822Z | Downloaded aho-corasick v1.1.3 |
| 536 | 2024-08-16T03:36:30.829Z | Downloaded chacha20 v0.9.1 |
| 537 | 2024-08-16T03:36:30.829Z | Downloaded sqlparser_derive v0.2.2 |
| 538 | 2024-08-16T03:36:30.834Z | Downloaded tower-service v0.3.2 |
| 539 | 2024-08-16T03:36:30.834Z | Downloaded lock_api v0.4.12 |
| 540 | 2024-08-16T03:36:30.834Z | Downloaded olpc-cjson v0.1.3 |
| 541 | 2024-08-16T03:36:30.834Z | Downloaded hyper-tls v0.5.0 |
| 542 | 2024-08-16T03:36:30.834Z | Downloaded data-encoding v2.6.0 |
| 543 | 2024-08-16T03:36:30.838Z | Downloaded schemars_derive v0.8.21 |
| 544 | 2024-08-16T03:36:30.839Z | Downloaded cipher v0.4.4 |
| 545 | 2024-08-16T03:36:30.839Z | Downloaded buf-list v1.0.3 |
| 546 | 2024-08-16T03:36:30.842Z | Downloaded memmap2 v0.9.4 |
| 547 | 2024-08-16T03:36:30.847Z | Downloaded bitflags v1.3.2 |
| 548 | 2024-08-16T03:36:30.847Z | Downloaded openssl-probe v0.1.5 |
| 549 | 2024-08-16T03:36:30.851Z | Downloaded waitgroup v0.1.2 |
| 550 | 2024-08-16T03:36:30.851Z | Downloaded cobs v0.2.3 |
| 551 | 2024-08-16T03:36:30.851Z | Downloaded termtree v0.4.1 |
| 552 | 2024-08-16T03:36:30.851Z | Downloaded castaway v0.2.3 |
| 553 | 2024-08-16T03:36:30.858Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 554 | 2024-08-16T03:36:30.858Z | Downloaded bitfield v0.14.0 |
| 555 | 2024-08-16T03:36:30.858Z | Downloaded bit-set v0.5.3 |
| 556 | 2024-08-16T03:36:30.858Z | Downloaded num_enum v0.5.11 |
| 557 | 2024-08-16T03:36:30.865Z | Downloaded num-integer v0.1.46 |
| 558 | 2024-08-16T03:36:30.869Z | Downloaded mime v0.3.17 |
| 559 | 2024-08-16T03:36:30.869Z | Downloaded shell-words v1.1.0 |
| 560 | 2024-08-16T03:36:30.869Z | Downloaded memoffset v0.9.1 |
| 561 | 2024-08-16T03:36:30.869Z | Downloaded md-5 v0.10.6 |
| 562 | 2024-08-16T03:36:30.869Z | Downloaded match_cfg v0.1.0 |
| 563 | 2024-08-16T03:36:30.873Z | Downloaded darling_core v0.20.9 |
| 564 | 2024-08-16T03:36:30.878Z | Downloaded crossbeam-epoch v0.9.18 |
| 565 | 2024-08-16T03:36:30.878Z | Downloaded nodrop v0.1.14 |
| 566 | 2024-08-16T03:36:30.887Z | Downloaded fd-lock v4.0.2 |
| 567 | 2024-08-16T03:36:30.888Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 568 | 2024-08-16T03:36:30.888Z | Downloaded shlex v1.3.0 |
| 569 | 2024-08-16T03:36:30.888Z | Downloaded topological-sort v0.2.2 |
| 570 | 2024-08-16T03:36:30.892Z | Downloaded termios v0.3.3 |
| 571 | 2024-08-16T03:36:30.892Z | Downloaded num-traits v0.2.19 |
| 572 | 2024-08-16T03:36:30.892Z | Downloaded nibble_vec v0.1.0 |
| 573 | 2024-08-16T03:36:30.893Z | Downloaded nu-ansi-term v0.50.0 |
| 574 | 2024-08-16T03:36:30.926Z | Downloaded console v0.15.8 |
| 575 | 2024-08-16T03:36:30.926Z | Downloaded cancel-safe-futures v0.1.5 |
| 576 | 2024-08-16T03:36:30.931Z | Downloaded bcs v0.1.6 |
| 577 | 2024-08-16T03:36:30.931Z | Downloaded http-range v0.1.5 |
| 578 | 2024-08-16T03:36:30.931Z | Downloaded precomputed-hash v0.1.1 |
| 579 | 2024-08-16T03:36:30.931Z | Downloaded headers-core v0.2.0 |
| 580 | 2024-08-16T03:36:30.931Z | Downloaded num-complex v0.4.6 |
| 581 | 2024-08-16T03:36:30.931Z | Downloaded wait-timeout v0.2.0 |
| 582 | 2024-08-16T03:36:30.932Z | Downloaded tabwriter v1.4.0 |
| 583 | 2024-08-16T03:36:30.932Z | Downloaded static_assertions v1.1.0 |
| 584 | 2024-08-16T03:36:30.932Z | Downloaded oso v0.27.3 |
| 585 | 2024-08-16T03:36:30.932Z | Downloaded darling v0.20.9 |
| 586 | 2024-08-16T03:36:30.932Z | Downloaded native-tls v0.2.11 |
| 587 | 2024-08-16T03:36:30.932Z | Downloaded num-rational v0.4.2 |
| 588 | 2024-08-16T03:36:30.932Z | Downloaded cookie_store v0.20.0 |
| 589 | 2024-08-16T03:36:30.932Z | Downloaded mime_guess v2.0.4 |
| 590 | 2024-08-16T03:36:30.932Z | Downloaded untrusted v0.9.0 |
| 591 | 2024-08-16T03:36:30.932Z | Downloaded pin-utils v0.1.0 |
| 592 | 2024-08-16T03:36:30.932Z | Downloaded multimap v0.10.0 |
| 593 | 2024-08-16T03:36:30.932Z | Downloaded paste v1.0.15 |
| 594 | 2024-08-16T03:36:30.944Z | Downloaded term v0.7.0 |
| 595 | 2024-08-16T03:36:30.944Z | Downloaded crc32fast v1.4.0 |
| 596 | 2024-08-16T03:36:30.944Z | Downloaded indicatif v0.17.8 |
| 597 | 2024-08-16T03:36:30.951Z | Downloaded embedded-io v0.4.0 |
| 598 | 2024-08-16T03:36:30.951Z | Downloaded ppv-lite86 v0.2.17 |
| 599 | 2024-08-16T03:36:30.951Z | Downloaded backtrace v0.3.71 |
| 600 | 2024-08-16T03:36:30.958Z | Downloaded float-cmp v0.9.0 |
| 601 | 2024-08-16T03:36:30.958Z | Downloaded flagset v0.4.5 |
| 602 | 2024-08-16T03:36:30.958Z | Downloaded crossbeam-channel v0.5.12 |
| 603 | 2024-08-16T03:36:30.964Z | Downloaded pem v3.0.4 |
| 604 | 2024-08-16T03:36:30.964Z | Downloaded float-ord v0.3.2 |
| 605 | 2024-08-16T03:36:30.964Z | Downloaded zone v0.1.8 |
| 606 | 2024-08-16T03:36:30.964Z | Downloaded downcast v0.11.0 |
| 607 | 2024-08-16T03:36:30.970Z | Downloaded tap v1.0.1 |
| 608 | 2024-08-16T03:36:30.970Z | Downloaded same-file v1.0.6 |
| 609 | 2024-08-16T03:36:30.970Z | Downloaded scrypt v0.11.0 |
| 610 | 2024-08-16T03:36:30.970Z | Downloaded gethostname v0.5.0 |
| 611 | 2024-08-16T03:36:30.970Z | Downloaded tokio-native-tls v0.3.1 |
| 612 | 2024-08-16T03:36:30.976Z | Downloaded smf v0.2.3 |
| 613 | 2024-08-16T03:36:30.976Z | Downloaded der_derive v0.7.2 |
| 614 | 2024-08-16T03:36:30.976Z | Downloaded parking_lot_core v0.9.10 |
| 615 | 2024-08-16T03:36:30.983Z | Downloaded allocator-api2 v0.2.18 |
| 616 | 2024-08-16T03:36:30.983Z | Downloaded miniz_oxide v0.7.2 |
| 617 | 2024-08-16T03:36:30.987Z | Downloaded rpassword v7.3.1 |
| 618 | 2024-08-16T03:36:30.987Z | Downloaded phf_shared v0.10.0 |
| 619 | 2024-08-16T03:36:30.988Z | Downloaded zeroize_derive v1.4.2 |
| 620 | 2024-08-16T03:36:30.988Z | Downloaded omicron-zone-package v0.11.0 |
| 621 | 2024-08-16T03:36:30.991Z | Downloaded mockall_derive v0.13.0 |
| 622 | 2024-08-16T03:36:30.992Z | Downloaded path-slash v0.1.5 |
| 623 | 2024-08-16T03:36:30.997Z | Downloaded want v0.3.1 |
| 624 | 2024-08-16T03:36:30.997Z | Downloaded slog-json v2.6.1 |
| 625 | 2024-08-16T03:36:30.997Z | Downloaded time-core v0.1.2 |
| 626 | 2024-08-16T03:36:31.003Z | Downloaded home v0.5.9 |
| 627 | 2024-08-16T03:36:31.003Z | Downloaded spin v0.5.2 |
| 628 | 2024-08-16T03:36:31.003Z | Downloaded scheduled-thread-pool v0.2.7 |
| 629 | 2024-08-16T03:36:31.003Z | Downloaded poly1305 v0.8.0 |
| 630 | 2024-08-16T03:36:31.008Z | Downloaded env_logger v0.9.3 |
| 631 | 2024-08-16T03:36:31.008Z | Downloaded endian-type v0.1.2 |
| 632 | 2024-08-16T03:36:31.008Z | Downloaded env_logger v0.10.2 |
| 633 | 2024-08-16T03:36:31.014Z | Downloaded const_format v0.2.32 |
| 634 | 2024-08-16T03:36:31.019Z | Downloaded tokio-rustls v0.24.1 |
| 635 | 2024-08-16T03:36:31.019Z | Downloaded strum v0.26.3 |
| 636 | 2024-08-16T03:36:31.019Z | Downloaded serde_plain v1.0.2 |
| 637 | 2024-08-16T03:36:31.019Z | Downloaded unicase v2.7.0 |
| 638 | 2024-08-16T03:36:31.025Z | Downloaded predicates v3.1.2 |
| 639 | 2024-08-16T03:36:31.025Z | Downloaded test-strategy v0.3.1 |
| 640 | 2024-08-16T03:36:31.030Z | Downloaded tiny-keccak v2.0.2 |
| 641 | 2024-08-16T03:36:31.030Z | Downloaded crypto-bigint v0.5.5 |
| 642 | 2024-08-16T03:36:31.037Z | Downloaded parse-size v1.0.0 |
| 643 | 2024-08-16T03:36:31.041Z | Downloaded hash32 v0.2.1 |
| 644 | 2024-08-16T03:36:31.041Z | Downloaded serde_urlencoded v0.7.1 |
| 645 | 2024-08-16T03:36:31.041Z | Downloaded foreign-types v0.5.0 |
| 646 | 2024-08-16T03:36:31.045Z | Downloaded fixedbitset v0.4.2 |
| 647 | 2024-08-16T03:36:31.046Z | Downloaded ff v0.13.0 |
| 648 | 2024-08-16T03:36:31.046Z | Downloaded hostname v0.3.1 |
| 649 | 2024-08-16T03:36:31.049Z | Downloaded salsa20 v0.10.2 |
| 650 | 2024-08-16T03:36:31.049Z | Downloaded pretty-hex v0.2.1 |
| 651 | 2024-08-16T03:36:31.049Z | Downloaded peg-runtime v0.8.3 |
| 652 | 2024-08-16T03:36:31.056Z | Downloaded dsl_auto_type v0.1.2 |
| 653 | 2024-08-16T03:36:31.056Z | Downloaded display-error-chain v0.2.0 |
| 654 | 2024-08-16T03:36:31.056Z | Downloaded rand_chacha v0.3.1 |
| 655 | 2024-08-16T03:36:31.056Z | Downloaded phf_shared v0.11.2 |
| 656 | 2024-08-16T03:36:31.056Z | Downloaded phf v0.11.2 |
| 657 | 2024-08-16T03:36:31.056Z | Downloaded sec1 v0.7.3 |
| 658 | 2024-08-16T03:36:31.061Z | Downloaded rustc-demangle v0.1.24 |
| 659 | 2024-08-16T03:36:31.061Z | Downloaded structmeta-derive v0.2.0 |
| 660 | 2024-08-16T03:36:31.064Z | Downloaded rustc-hash v1.1.0 |
| 661 | 2024-08-16T03:36:31.064Z | Downloaded compact_str v0.8.0 |
| 662 | 2024-08-16T03:36:31.067Z | Downloaded percent-encoding v2.3.1 |
| 663 | 2024-08-16T03:36:31.067Z | Downloaded serde_repr v0.1.19 |
| 664 | 2024-08-16T03:36:31.069Z | Downloaded mio v0.8.11 |
| 665 | 2024-08-16T03:36:31.073Z | Downloaded ref-cast-impl v1.0.23 |
| 666 | 2024-08-16T03:36:31.075Z | Downloaded portpicker v0.1.1 |
| 667 | 2024-08-16T03:36:31.076Z | Downloaded rusty-fork v0.3.0 |
| 668 | 2024-08-16T03:36:31.078Z | Downloaded zone_cfg_derive v0.1.2 |
| 669 | 2024-08-16T03:36:31.078Z | Downloaded sync_wrapper v0.1.2 |
| 670 | 2024-08-16T03:36:31.079Z | Downloaded hex v0.4.3 |
| 671 | 2024-08-16T03:36:31.081Z | Downloaded enum-as-inner v0.6.0 |
| 672 | 2024-08-16T03:36:31.085Z | Downloaded slog-stdlog v4.1.1 |
| 673 | 2024-08-16T03:36:31.085Z | Downloaded radium v0.7.0 |
| 674 | 2024-08-16T03:36:31.088Z | Downloaded crossterm v0.27.0 |
| 675 | 2024-08-16T03:36:31.091Z | Downloaded crossterm v0.28.1 |
| 676 | 2024-08-16T03:36:31.097Z | Downloaded hubpack_derive v0.1.1 |
| 677 | 2024-08-16T03:36:31.101Z | Downloaded hash32 v0.3.1 |
| 678 | 2024-08-16T03:36:31.104Z | Downloaded erased-serde v0.3.31 |
| 679 | 2024-08-16T03:36:31.111Z | Downloaded uuid v1.10.0 |
| 680 | 2024-08-16T03:36:31.114Z | Downloaded hickory-client v0.24.1 |
| 681 | 2024-08-16T03:36:31.118Z | Downloaded fxhash v0.2.1 |
| 682 | 2024-08-16T03:36:31.120Z | Downloaded serde-big-array v0.5.1 |
| 683 | 2024-08-16T03:36:31.122Z | Downloaded futures-sink v0.3.30 |
| 684 | 2024-08-16T03:36:31.122Z | Downloaded proc-macro-crate v1.3.1 |
| 685 | 2024-08-16T03:36:31.125Z | Downloaded futures-macro v0.3.30 |
| 686 | 2024-08-16T03:36:31.125Z | Downloaded futures-io v0.3.30 |
| 687 | 2024-08-16T03:36:31.127Z | Downloaded socket2 v0.4.10 |
| 688 | 2024-08-16T03:36:31.128Z | Downloaded futures-executor v0.3.30 |
| 689 | 2024-08-16T03:36:31.130Z | Downloaded socket2 v0.5.7 |
| 690 | 2024-08-16T03:36:31.132Z | Downloaded dirs-sys-next v0.1.2 |
| 691 | 2024-08-16T03:36:31.132Z | Downloaded xattr v1.3.1 |
| 692 | 2024-08-16T03:36:31.135Z | Downloaded diesel_derives v2.2.2 |
| 693 | 2024-08-16T03:36:31.138Z | Downloaded vte v0.11.1 |
| 694 | 2024-08-16T03:36:31.140Z | Downloaded hmac v0.12.1 |
| 695 | 2024-08-16T03:36:31.142Z | Downloaded sqlformat v0.2.4 |
| 696 | 2024-08-16T03:36:31.145Z | Downloaded hickory-server v0.24.1 |
| 697 | 2024-08-16T03:36:31.149Z | Downloaded smallvec v1.13.2 |
| 698 | 2024-08-16T03:36:31.152Z | Downloaded strum_macros v0.24.3 |
| 699 | 2024-08-16T03:36:31.154Z | Downloaded slog-bunyan v2.5.0 |
| 700 | 2024-08-16T03:36:31.157Z | Downloaded tinyvec v1.6.0 |
| 701 | 2024-08-16T03:36:31.159Z | Downloaded strip-ansi-escapes v0.2.0 |
| 702 | 2024-08-16T03:36:31.161Z | Downloaded form_urlencoded v1.2.1 |
| 703 | 2024-08-16T03:36:31.161Z | Downloaded signal-hook-mio v0.2.4 |
| 704 | 2024-08-16T03:36:31.164Z | Downloaded stringprep v0.1.4 |
| 705 | 2024-08-16T03:36:31.164Z | Downloaded serde-hex v0.1.0 |
| 706 | 2024-08-16T03:36:31.166Z | Downloaded half v2.4.1 |
| 707 | 2024-08-16T03:36:31.168Z | Downloaded httpdate v1.0.3 |
| 708 | 2024-08-16T03:36:31.172Z | Downloaded postgres-protocol v0.6.7 |
| 709 | 2024-08-16T03:36:31.174Z | Downloaded packed_struct_codegen v0.10.1 |
| 710 | 2024-08-16T03:36:31.174Z | Downloaded funty v2.0.0 |
| 711 | 2024-08-16T03:36:31.177Z | Downloaded yasna v0.5.2 |
| 712 | 2024-08-16T03:36:31.177Z | Downloaded rustversion v1.0.17 |
| 713 | 2024-08-16T03:36:31.179Z | Downloaded x509-cert v0.2.5 |
| 714 | 2024-08-16T03:36:31.185Z | Downloaded flume v0.11.0 |
| 715 | 2024-08-16T03:36:31.189Z | Downloaded tokio-postgres v0.7.11 |
| 716 | 2024-08-16T03:36:31.194Z | Downloaded peg-macros v0.8.4 |
| 717 | 2024-08-16T03:36:31.196Z | Downloaded supports-color v3.0.0 |
| 718 | 2024-08-16T03:36:31.198Z | Downloaded spki v0.7.3 |
| 719 | 2024-08-16T03:36:31.201Z | Downloaded fastrand v2.1.0 |
| 720 | 2024-08-16T03:36:31.201Z | Downloaded subtle v2.5.0 |
| 721 | 2024-08-16T03:36:31.203Z | Downloaded futures-task v0.3.30 |
| 722 | 2024-08-16T03:36:31.205Z | Downloaded nom v7.1.3 |
| 723 | 2024-08-16T03:36:31.208Z | Downloaded foreign-types-shared v0.1.1 |
| 724 | 2024-08-16T03:36:31.211Z | Downloaded unicode-bidi v0.3.15 |
| 725 | 2024-08-16T03:36:31.214Z | Downloaded strum_macros v0.25.3 |
| 726 | 2024-08-16T03:36:31.218Z | Downloaded rustls-pki-types v1.7.0 |
| 727 | 2024-08-16T03:36:31.220Z | Downloaded http-body v0.4.6 |
| 728 | 2024-08-16T03:36:31.220Z | Downloaded predicates-core v1.0.6 |
| 729 | 2024-08-16T03:36:31.221Z | Downloaded postcard v1.0.8 |
| 730 | 2024-08-16T03:36:31.223Z | Downloaded zerocopy v0.6.6 |
| 731 | 2024-08-16T03:36:31.226Z | Downloaded either v1.13.0 |
| 732 | 2024-08-16T03:36:31.229Z | Downloaded sha1 v0.10.6 |
| 733 | 2024-08-16T03:36:31.229Z | Downloaded powerfmt v0.2.0 |
| 734 | 2024-08-16T03:36:31.229Z | Downloaded rayon-core v1.12.1 |
| 735 | 2024-08-16T03:36:31.233Z | Downloaded elliptic-curve v0.13.8 |
| 736 | 2024-08-16T03:36:31.237Z | Downloaded defmt-parser v0.3.4 |
| 737 | 2024-08-16T03:36:31.239Z | Downloaded der v0.7.9 |
| 738 | 2024-08-16T03:36:31.243Z | Downloaded foreign-types-shared v0.3.1 |
| 739 | 2024-08-16T03:36:31.246Z | Downloaded hostname v0.4.0 |
| 740 | 2024-08-16T03:36:31.246Z | Downloaded serde_with v3.8.3 |
| 741 | 2024-08-16T03:36:31.254Z | Downloaded difflib v0.4.0 |
| 742 | 2024-08-16T03:36:31.256Z | Downloaded resolv-conf v0.7.0 |
| 743 | 2024-08-16T03:36:31.257Z | Downloaded predicates-tree v1.0.9 |
| 744 | 2024-08-16T03:36:31.259Z | Downloaded pbkdf2 v0.12.2 |
| 745 | 2024-08-16T03:36:31.259Z | Downloaded ron v0.8.1 |
| 746 | 2024-08-16T03:36:31.264Z | Downloaded which v4.4.2 |
| 747 | 2024-08-16T03:36:31.266Z | Downloaded heck v0.3.3 |
| 748 | 2024-08-16T03:36:31.268Z | Downloaded signal-hook-tokio v0.3.1 |
| 749 | 2024-08-16T03:36:31.268Z | Downloaded peg v0.8.4 |
| 750 | 2024-08-16T03:36:31.271Z | Downloaded rand_core v0.6.4 |
| 751 | 2024-08-16T03:36:31.274Z | Downloaded sigpipe v0.1.3 |
| 752 | 2024-08-16T03:36:31.276Z | Downloaded serde_path_to_error v0.1.16 |
| 753 | 2024-08-16T03:36:31.276Z | Downloaded tls_codec v0.4.1 |
| 754 | 2024-08-16T03:36:31.278Z | Downloaded foreign-types-macros v0.2.3 |
| 755 | 2024-08-16T03:36:31.278Z | Downloaded fallible-iterator v0.3.0 |
| 756 | 2024-08-16T03:36:31.281Z | Downloaded vergen v8.3.2 |
| 757 | 2024-08-16T03:36:31.283Z | Downloaded tungstenite v0.21.0 |
| 758 | 2024-08-16T03:36:31.285Z | Downloaded hickory-resolver v0.24.1 |
| 759 | 2024-08-16T03:36:31.290Z | Downloaded unarray v0.1.4 |
| 760 | 2024-08-16T03:36:31.292Z | Downloaded toolchain_find v0.4.0 |
| 761 | 2024-08-16T03:36:31.292Z | Downloaded derive_builder_macro v0.20.0 |
| 762 | 2024-08-16T03:36:31.294Z | Downloaded postgres-types v0.2.7 |
| 763 | 2024-08-16T03:36:31.296Z | Downloaded whoami v1.5.1 |
| 764 | 2024-08-16T03:36:31.299Z | Downloaded subprocess v0.2.9 |
| 765 | 2024-08-16T03:36:31.301Z | Downloaded tough v0.17.1 |
| 766 | 2024-08-16T03:36:31.307Z | Downloaded num-bigint-dig v0.8.4 |
| 767 | 2024-08-16T03:36:31.312Z | Downloaded rustfmt-wrapper v0.2.1 |
| 768 | 2024-08-16T03:36:31.316Z | Downloaded rand_seeder v0.3.0 |
| 769 | 2024-08-16T03:36:31.316Z | Downloaded hashlink v0.9.1 |
| 770 | 2024-08-16T03:36:31.318Z | Downloaded futures-core v0.3.30 |
| 771 | 2024-08-16T03:36:31.318Z | Downloaded psl-types v2.0.11 |
| 772 | 2024-08-16T03:36:31.320Z | Downloaded parse-display-derive v0.10.0 |
| 773 | 2024-08-16T03:36:31.320Z | Downloaded flate2 v1.0.31 |
| 774 | 2024-08-16T03:36:31.325Z | Downloaded serde_arrays v0.1.0 |
| 775 | 2024-08-16T03:36:31.327Z | Downloaded siphasher v0.3.11 |
| 776 | 2024-08-16T03:36:31.327Z | Downloaded password-hash v0.5.0 |
| 777 | 2024-08-16T03:36:31.330Z | Downloaded tempfile v3.10.1 |
| 778 | 2024-08-16T03:36:31.333Z | Downloaded signal-hook-registry v1.4.2 |
| 779 | 2024-08-16T03:36:31.333Z | Downloaded samael v0.0.15 |
| 780 | 2024-08-16T03:36:31.338Z | Downloaded spin v0.9.8 |
| 781 | 2024-08-16T03:36:31.340Z | Downloaded group v0.13.0 |
| 782 | 2024-08-16T03:36:31.342Z | Downloaded thiserror-no-std v2.0.2 |
| 783 | 2024-08-16T03:36:31.345Z | Downloaded prettyplease v0.2.20 |
| 784 | 2024-08-16T03:36:31.348Z | Downloaded signature v2.2.0 |
| 785 | 2024-08-16T03:36:31.350Z | Downloaded wyz v0.5.1 |
| 786 | 2024-08-16T03:36:31.353Z | Downloaded universal-hash v0.5.1 |
| 787 | 2024-08-16T03:36:31.353Z | Downloaded parking_lot_core v0.8.6 |
| 788 | 2024-08-16T03:36:31.355Z | Downloaded smawk v0.3.2 |
| 789 | 2024-08-16T03:36:31.355Z | Downloaded itertools v0.13.0 |
| 790 | 2024-08-16T03:36:31.361Z | Downloaded derive-where v1.2.7 |
| 791 | 2024-08-16T03:36:31.365Z | Downloaded ref-cast v1.0.23 |
| 792 | 2024-08-16T03:36:31.367Z | Downloaded uzers v0.11.3 |
| 793 | 2024-08-16T03:36:31.369Z | Downloaded tar v0.4.41 |
| 794 | 2024-08-16T03:36:31.372Z | Downloaded glob v0.3.1 |
| 795 | 2024-08-16T03:36:31.375Z | Downloaded serde_yaml v0.9.34+deprecated |
| 796 | 2024-08-16T03:36:31.377Z | Downloaded rustls-pemfile v1.0.4 |
| 797 | 2024-08-16T03:36:31.380Z | Downloaded slog-scope v4.4.0 |
| 798 | 2024-08-16T03:36:31.380Z | Downloaded slog-dtrace v0.3.0 |
| 799 | 2024-08-16T03:36:31.383Z | Downloaded pkcs1 v0.7.5 |
| 800 | 2024-08-16T03:36:31.383Z | Downloaded rustc_version v0.4.0 |
| 801 | 2024-08-16T03:36:31.386Z | Downloaded tokio-tungstenite v0.21.0 |
| 802 | 2024-08-16T03:36:31.386Z | Downloaded pkcs8 v0.10.2 |
| 803 | 2024-08-16T03:36:31.390Z | Downloaded quick-error v1.2.3 |
| 804 | 2024-08-16T03:36:31.392Z | Downloaded bitvec v1.0.1 |
| 805 | 2024-08-16T03:36:31.404Z | Downloaded slog-envlogger v2.2.0 |
| 806 | 2024-08-16T03:36:31.407Z | Downloaded tracing-attributes v0.1.27 |
| 807 | 2024-08-16T03:36:31.409Z | Downloaded futures-channel v0.3.30 |
| 808 | 2024-08-16T03:36:31.409Z | Downloaded regex-automata v0.1.10 |
| 809 | 2024-08-16T03:36:31.415Z | Downloaded unicode-normalization v0.1.23 |
| 810 | 2024-08-16T03:36:31.417Z | Downloaded globset v0.4.14 |
| 811 | 2024-08-16T03:36:31.421Z | Downloaded pin-project-lite v0.2.14 |
| 812 | 2024-08-16T03:36:31.423Z | Downloaded bindgen v0.69.4 |
| 813 | 2024-08-16T03:36:31.430Z | Downloaded rustls-pemfile v2.1.3 |
| 814 | 2024-08-16T03:36:31.432Z | Downloaded derive_more v0.99.18 |
| 815 | 2024-08-16T03:36:31.437Z | Downloaded derive_builder_core v0.20.0 |
| 816 | 2024-08-16T03:36:31.439Z | Downloaded reqwest v0.11.27 |
| 817 | 2024-08-16T03:36:31.446Z | Downloaded heapless v0.8.0 |
| 818 | 2024-08-16T03:36:31.450Z | Downloaded hkdf v0.12.4 |
| 819 | 2024-08-16T03:36:31.452Z | Downloaded rcgen v0.12.1 |
| 820 | 2024-08-16T03:36:31.455Z | Downloaded unsafe-libyaml v0.2.11 |
| 821 | 2024-08-16T03:36:31.458Z | Downloaded chrono v0.4.38 |
| 822 | 2024-08-16T03:36:31.464Z | Downloaded rand v0.8.5 |
| 823 | 2024-08-16T03:36:31.468Z | Downloaded tracing v0.1.40 |
| 824 | 2024-08-16T03:36:31.472Z | Downloaded time v0.3.36 |
| 825 | 2024-08-16T03:36:31.479Z | Downloaded toml_edit v0.19.15 |
| 826 | 2024-08-16T03:36:31.495Z | Downloaded expectorate v1.1.0 |
| 827 | 2024-08-16T03:36:31.498Z | Downloaded hashbrown v0.13.2 |
| 828 | 2024-08-16T03:36:31.500Z | Downloaded rusqlite v0.31.0 |
| 829 | 2024-08-16T03:36:31.506Z | Downloaded http v1.1.0 |
| 830 | 2024-08-16T03:36:31.510Z | Downloaded unicode_categories v0.1.1 |
| 831 | 2024-08-16T03:36:31.512Z | Downloaded rayon v1.10.0 |
| 832 | 2024-08-16T03:36:31.522Z | Downloaded h2 v0.3.26 |
| 833 | 2024-08-16T03:36:31.528Z | Downloaded publicsuffix v2.2.3 |
| 834 | 2024-08-16T03:36:31.541Z | Downloaded unicode-segmentation v1.11.0 |
| 835 | 2024-08-16T03:36:31.543Z | Downloaded rustls-webpki v0.101.7 |
| 836 | 2024-08-16T03:36:31.546Z | Downloaded typed-path v0.7.1 |
| 837 | 2024-08-16T03:36:31.551Z | Downloaded hashbrown v0.12.3 |
| 838 | 2024-08-16T03:36:31.555Z | Downloaded tokio-util v0.7.11 |
| 839 | 2024-08-16T03:36:31.561Z | Downloaded lalrpop v0.19.12 |
| 840 | 2024-08-16T03:36:31.572Z | Downloaded portable-atomic v1.6.0 |
| 841 | 2024-08-16T03:36:31.578Z | Downloaded idna v0.3.0 |
| 842 | 2024-08-16T03:36:31.584Z | Downloaded object v0.30.4 |
| 843 | 2024-08-16T03:36:31.593Z | Downloaded http v0.2.12 |
| 844 | 2024-08-16T03:36:31.596Z | Downloaded reedline v0.33.0 |
| 845 | 2024-08-16T03:36:31.603Z | Downloaded rustls-webpki v0.102.4 |
| 846 | 2024-08-16T03:36:31.621Z | Downloaded sqlparser v0.45.0 |
| 847 | 2024-08-16T03:36:31.625Z | Downloaded quick-xml v0.31.0 |
| 848 | 2024-08-16T03:36:31.631Z | Downloaded vcpkg v0.2.15 |
| 849 | 2024-08-16T03:36:31.667Z | Downloaded smoltcp v0.9.1 |
| 850 | 2024-08-16T03:36:31.677Z | Downloaded futures-util v0.3.30 |
| 851 | 2024-08-16T03:36:31.687Z | Downloaded hyper v0.14.30 |
| 852 | 2024-08-16T03:36:31.695Z | Downloaded webpki-roots v0.25.4 |
| 853 | 2024-08-16T03:36:31.698Z | Downloaded smoltcp v0.11.0 |
| 854 | 2024-08-16T03:36:31.710Z | Downloaded radix_trie v0.2.1 |
| 855 | 2024-08-16T03:36:31.715Z | Downloaded proptest v1.5.0 |
| 856 | 2024-08-16T03:36:31.723Z | Downloaded gimli v0.28.1 |
| 857 | 2024-08-16T03:36:31.731Z | Downloaded object v0.32.2 |
| 858 | 2024-08-16T03:36:31.740Z | Downloaded bstr v1.9.1 |
| 859 | 2024-08-16T03:36:31.750Z | Downloaded regex-syntax v0.6.29 |
| 860 | 2024-08-16T03:36:31.756Z | Downloaded rustls v0.22.4 |
| 861 | 2024-08-16T03:36:31.769Z | Downloaded rustls v0.21.12 |
| 862 | 2024-08-16T03:36:31.780Z | Downloaded regress v0.9.1 |
| 863 | 2024-08-16T03:36:31.788Z | Downloaded hickory-proto v0.24.1 |
| 864 | 2024-08-16T03:36:31.802Z | Downloaded regex-syntax v0.8.4 |
| 865 | 2024-08-16T03:36:31.809Z | Downloaded openapiv3 v2.0.0 |
| 866 | 2024-08-16T03:36:31.820Z | Downloaded diesel v2.2.2 |
| 867 | 2024-08-16T03:36:31.838Z | Downloaded sled v0.34.7 |
| 868 | 2024-08-16T03:36:31.847Z | Downloaded zerocopy-derive v0.6.6 |
| 869 | 2024-08-16T03:36:31.856Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 870 | 2024-08-16T03:36:31.868Z | Downloaded bstr v0.2.17 |
| 871 | 2024-08-16T03:36:31.877Z | Downloaded ratatui v0.28.0 |
| 872 | 2024-08-16T03:36:31.896Z | Downloaded nix v0.27.1 |
| 873 | 2024-08-16T03:36:31.907Z | Downloaded finl_unicode v1.2.0 |
| 874 | 2024-08-16T03:36:31.919Z | Downloaded git2 v0.19.0 |
| 875 | 2024-08-16T03:36:31.927Z | Downloaded petgraph v0.6.5 |
| 876 | 2024-08-16T03:36:31.945Z | Downloaded regex-automata v0.4.6 |
| 877 | 2024-08-16T03:36:31.962Z | Downloaded polar-core v0.27.3 |
| 878 | 2024-08-16T03:36:31.971Z | Downloaded csv v1.3.0 |
| 879 | 2024-08-16T03:36:31.990Z | Downloaded sha3 v0.10.8 |
| 880 | 2024-08-16T03:36:31.995Z | Downloaded tokio v1.39.2 |
| 881 | 2024-08-16T03:36:32.031Z | Downloaded nix v0.28.0 |
| 882 | 2024-08-16T03:36:32.042Z | Downloaded idna v0.5.0 |
| 883 | 2024-08-16T03:36:32.048Z | Downloaded regex v1.10.6 |
| 884 | 2024-08-16T03:36:32.061Z | Downloaded openssl v0.10.66 |
| 885 | 2024-08-16T03:36:32.070Z | Downloaded encoding_rs v0.8.34 |
| 886 | 2024-08-16T03:36:32.092Z | Downloaded idna v0.4.0 |
| 887 | 2024-08-16T03:36:32.099Z | Downloaded curve25519-dalek v4.1.3 |
| 888 | 2024-08-16T03:36:32.107Z | Downloaded winnow v0.5.40 |
| 889 | 2024-08-16T03:36:32.116Z | Downloaded rustyline v14.0.0 |
| 890 | 2024-08-16T03:36:32.120Z | Downloaded defmt-macros v0.3.9 |
| 891 | 2024-08-16T03:36:32.123Z | Downloaded toml v0.7.8 |
| 892 | 2024-08-16T03:36:32.127Z | Downloaded similar v2.5.0 |
| 893 | 2024-08-16T03:36:32.130Z | Downloaded tracing-core v0.1.32 |
| 894 | 2024-08-16T03:36:32.133Z | Downloaded steno v0.4.1 |
| 895 | 2024-08-16T03:36:32.137Z | Downloaded pkcs5 v0.7.1 |
| 896 | 2024-08-16T03:36:32.140Z | Downloaded diff v0.1.13 |
| 897 | 2024-08-16T03:36:32.143Z | Downloaded futures v0.3.30 |
| 898 | 2024-08-16T03:36:32.148Z | Downloaded heapless v0.7.17 |
| 899 | 2024-08-16T03:36:32.151Z | Downloaded fatfs v0.3.6 |
| 900 | 2024-08-16T03:36:32.155Z | Downloaded derive_builder v0.20.0 |
| 901 | 2024-08-16T03:36:32.158Z | Downloaded tls_codec_derive v0.4.1 |
| 902 | 2024-08-16T03:36:32.161Z | Downloaded parking_lot v0.12.2 |
| 903 | 2024-08-16T03:36:32.164Z | Downloaded libm v0.2.8 |
| 904 | 2024-08-16T03:36:32.170Z | Downloaded itertools v0.10.5 |
| 905 | 2024-08-16T03:36:32.178Z | Downloaded mio v1.0.2 |
| 906 | 2024-08-16T03:36:32.183Z | Downloaded tokio-tungstenite v0.20.1 |
| 907 | 2024-08-16T03:36:32.186Z | Downloaded tokio-rustls v0.25.0 |
| 908 | 2024-08-16T03:36:32.189Z | Downloaded tokio-stream v0.1.15 |
| 909 | 2024-08-16T03:36:32.192Z | Downloaded fragile v2.0.0 |
| 910 | 2024-08-16T03:36:32.194Z | Downloaded thread_local v1.1.8 |
| 911 | 2024-08-16T03:36:32.194Z | Downloaded parse-display v0.10.0 |
| 912 | 2024-08-16T03:36:32.197Z | Downloaded signal-hook v0.3.17 |
| 913 | 2024-08-16T03:36:32.199Z | Downloaded humantime v2.1.0 |
| 914 | 2024-08-16T03:36:32.199Z | Downloaded parking_lot v0.11.2 |
| 915 | 2024-08-16T03:36:32.202Z | Downloaded rsa v0.9.6 |
| 916 | 2024-08-16T03:36:32.205Z | Downloaded packed_struct v0.10.1 |
| 917 | 2024-08-16T03:36:32.208Z | Downloaded unicode-xid v0.2.4 |
| 918 | 2024-08-16T03:36:32.212Z | Downloaded unicode-truncate v1.0.0 |
| 919 | 2024-08-16T03:36:32.212Z | Downloaded zip v0.6.6 |
| 920 | 2024-08-16T03:36:32.214Z | Downloaded walkdir v2.5.0 |
| 921 | 2024-08-16T03:36:32.217Z | Downloaded vsss-rs v3.3.4 |
| 922 | 2024-08-16T03:36:32.219Z | Downloaded tungstenite v0.20.1 |
| 923 | 2024-08-16T03:36:32.221Z | Downloaded headers v0.3.9 |
| 924 | 2024-08-16T03:36:32.225Z | Downloaded dirs-next v2.0.0 |
| 925 | 2024-08-16T03:36:32.228Z | Downloaded try-lock v0.2.5 |
| 926 | 2024-08-16T03:36:32.228Z | Downloaded libxml v0.3.3 |
| 927 | 2024-08-16T03:36:32.233Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 928 | 2024-08-16T03:36:32.236Z | Downloaded ring v0.17.8 |
| 929 | 2024-08-16T03:36:32.302Z | Downloaded string_cache v0.8.7 |
| 930 | 2024-08-16T03:36:32.305Z | Downloaded semver v0.1.20 |
| 931 | 2024-08-16T03:36:32.305Z | Downloaded rustc_version v0.1.7 |
| 932 | 2024-08-16T03:36:32.307Z | Downloaded rand_xorshift v0.3.0 |
| 933 | 2024-08-16T03:36:32.307Z | Downloaded pkg-config v0.3.30 |
| 934 | 2024-08-16T03:36:32.307Z | Downloaded ron v0.7.1 |
| 935 | 2024-08-16T03:36:32.311Z | Downloaded pin-project-internal v1.1.5 |
| 936 | 2024-08-16T03:36:32.314Z | Downloaded pin-project v1.1.5 |
| 937 | 2024-08-16T03:36:32.323Z | Downloaded blake3 v1.5.1 |
| 938 | 2024-08-16T03:36:32.330Z | Downloaded tui-tree-widget v0.22.0 |
| 939 | 2024-08-16T03:36:32.332Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 940 | 2024-08-16T03:36:32.387Z | Downloaded structmeta-derive v0.3.0 |
| 941 | 2024-08-16T03:36:32.390Z | Downloaded structmeta v0.3.0 |
| 942 | 2024-08-16T03:36:32.390Z | Downloaded structmeta v0.2.0 |
| 943 | 2024-08-16T03:36:32.390Z | Downloaded smallvec v0.6.14 |
| 944 | 2024-08-16T03:36:32.392Z | Downloaded snafu v0.8.2 |
| 945 | 2024-08-16T03:36:32.397Z | Downloaded time-macros v0.2.18 |
| 946 | 2024-08-16T03:36:32.402Z | Downloaded slog-term v2.9.1 |
| 947 | 2024-08-16T03:36:32.405Z | Downloaded serde_with_macros v3.8.3 |
| 948 | 2024-08-16T03:36:32.405Z | Downloaded openssl-sys v0.9.103 |
| 949 | 2024-08-16T03:36:32.407Z | Downloaded minimal-lexical v0.2.1 |
| 950 | 2024-08-16T03:36:32.410Z | Downloaded schemars v0.8.21 |
| 951 | 2024-08-16T03:36:32.421Z | Downloaded fallible-iterator v0.2.0 |
| 952 | 2024-08-16T03:36:32.424Z | Downloaded ena v0.14.3 |
| 953 | 2024-08-16T03:36:32.424Z | Downloaded deranged v0.3.11 |
| 954 | 2024-08-16T03:36:32.427Z | Downloaded untrusted v0.7.1 |
| 955 | 2024-08-16T03:36:32.427Z | Downloaded twox-hash v1.6.3 |
| 956 | 2024-08-16T03:36:32.429Z | Downloaded textwrap v0.16.1 |
| 957 | 2024-08-16T03:36:32.431Z | Downloaded filetime v0.2.24 |
| 958 | 2024-08-16T03:36:32.431Z | Downloaded url v2.5.2 |
| 959 | 2024-08-16T03:36:32.434Z | Downloaded arc-swap v1.7.1 |
| 960 | 2024-08-16T03:36:32.437Z | Downloaded httparse v1.8.0 |
| 961 | 2024-08-16T03:36:32.439Z | Downloaded vte_generate_state_changes v0.1.1 |
| 962 | 2024-08-16T03:36:32.439Z | Downloaded tinyvec_macros v0.1.1 |
| 963 | 2024-08-16T03:36:32.442Z | Downloaded foreign-types v0.3.2 |
| 964 | 2024-08-16T03:36:32.442Z | Downloaded dyn-clone v1.0.17 |
| 965 | 2024-08-16T03:36:32.442Z | Downloaded tokio-macros v2.4.0 |
| 966 | 2024-08-16T03:36:32.445Z | Downloaded getrandom v0.2.14 |
| 967 | 2024-08-16T03:36:32.448Z | Downloaded chacha20poly1305 v0.10.1 |
| 968 | 2024-08-16T03:36:32.448Z | Downloaded pem-rfc7468 v0.7.0 |
| 969 | 2024-08-16T03:36:32.451Z | Downloaded utf-8 v0.7.6 |
| 970 | 2024-08-16T03:36:32.451Z | Downloaded cc v1.0.97 |
| 971 | 2024-08-16T03:36:32.454Z | Downloaded sct v0.7.1 |
| 972 | 2024-08-16T03:36:32.456Z | Downloaded base64 v0.21.7 |
| 973 | 2024-08-16T03:36:32.459Z | Downloaded secrecy v0.8.0 |
| 974 | 2024-08-16T03:36:32.461Z | Downloaded rtoolbox v0.0.2 |
| 975 | 2024-08-16T03:36:32.461Z | Downloaded r2d2 v0.8.10 |
| 976 | 2024-08-16T03:36:32.464Z | Downloaded blake2 v0.10.6 |
| 977 | 2024-08-16T03:36:32.467Z | Downloaded aes v0.8.4 |
| 978 | 2024-08-16T03:36:32.469Z | Downloaded take_mut v0.2.2 |
| 979 | 2024-08-16T03:36:32.469Z | Downloaded highway v1.2.0 |
| 980 | 2024-08-16T03:36:32.472Z | Downloaded iana-time-zone v0.1.60 |
| 981 | 2024-08-16T03:36:32.472Z | Downloaded snafu-derive v0.8.2 |
| 982 | 2024-08-16T03:36:32.475Z | Downloaded slog v2.7.0 |
| 983 | 2024-08-16T03:36:32.478Z | Downloaded zeroize v1.7.0 |
| 984 | 2024-08-16T03:36:32.478Z | Downloaded getopts v0.2.21 |
| 985 | 2024-08-16T03:36:32.481Z | Downloaded itertools v0.12.1 |
| 986 | 2024-08-16T03:36:32.484Z | Downloaded crc-any v2.5.0 |
| 987 | 2024-08-16T03:36:32.487Z | Downloaded crossbeam-utils v0.8.19 |
| 988 | 2024-08-16T03:36:32.490Z | Downloaded ahash v0.8.11 |
| 989 | 2024-08-16T03:36:32.492Z | Downloaded strum_macros v0.26.4 |
| 990 | 2024-08-16T03:36:32.495Z | Downloaded slab v0.4.9 |
| 991 | 2024-08-16T03:36:32.495Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2024-08-16T03:36:32.495Z | Downloaded owo-colors v4.0.0 |
| 993 | 2024-08-16T03:36:32.498Z | Downloaded jobserver v0.1.32 |
| 994 | 2024-08-16T03:36:32.500Z | Downloaded unicode-linebreak v0.1.5 |
| 995 | 2024-08-16T03:36:32.500Z | Downloaded crossbeam-deque v0.8.5 |
| 996 | 2024-08-16T03:36:32.503Z | Downloaded cookie v0.17.0 |
| 997 | 2024-08-16T03:36:32.506Z | Downloaded termcolor v1.4.1 |
| 998 | 2024-08-16T03:36:32.506Z | Downloaded bzip2 v0.4.4 |
| 999 | 2024-08-16T03:36:32.508Z | Downloaded base64ct v1.6.0 |
| 1000 | 2024-08-16T03:36:32.508Z | Downloaded indexmap v1.9.3 |
| 1001 | 2024-08-16T03:36:32.511Z | Downloaded libsw v3.3.1 |
| 1002 | 2024-08-16T03:36:32.514Z | Downloaded arrayvec v0.7.4 |
| 1003 | 2024-08-16T03:36:32.517Z | Downloaded stable_deref_trait v1.2.0 |
| 1004 | 2024-08-16T03:36:32.517Z | Downloaded slog-async v2.8.0 |
| 1005 | 2024-08-16T03:36:32.517Z | Downloaded scopeguard v1.2.0 |
| 1006 | 2024-08-16T03:36:32.520Z | Downloaded nanorand v0.7.0 |
| 1007 | 2024-08-16T03:36:32.520Z | Downloaded base64 v0.22.1 |
| 1008 | 2024-08-16T03:36:32.523Z | Downloaded cookie v0.18.1 |
| 1009 | 2024-08-16T03:36:32.525Z | Downloaded bytes v1.7.1 |
| 1010 | 2024-08-16T03:36:32.528Z | Downloaded base64 v0.13.1 |
| 1011 | 2024-08-16T03:36:32.531Z | Downloaded lalrpop-util v0.19.12 |
| 1012 | 2024-08-16T03:36:32.534Z | Downloaded kstat-rs v0.2.4 |
| 1013 | 2024-08-16T03:36:32.534Z | Downloaded lru v0.12.3 |
| 1014 | 2024-08-16T03:36:32.534Z | Downloaded backoff v0.4.0 |
| 1015 | 2024-08-16T03:36:32.536Z | Downloaded async-trait v0.1.81 |
| 1016 | 2024-08-16T03:36:32.539Z | Downloaded managed v0.8.0 |
| 1017 | 2024-08-16T03:36:32.541Z | Downloaded linked-hash-map v0.5.6 |
| 1018 | 2024-08-16T03:36:32.541Z | Downloaded lazycell v1.3.0 |
| 1019 | 2024-08-16T03:36:32.541Z | Downloaded debug-ignore v1.0.5 |
| 1020 | 2024-08-16T03:36:32.544Z | Downloaded constant_time_eq v0.3.0 |
| 1021 | 2024-08-16T03:36:32.544Z | Downloaded assert_matches v1.5.0 |
| 1022 | 2024-08-16T03:36:32.546Z | Downloaded libloading v0.8.3 |
| 1023 | 2024-08-16T03:36:32.549Z | Downloaded ipnet v2.9.0 |
| 1024 | 2024-08-16T03:36:32.549Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1025 | 2024-08-16T03:36:32.551Z | Downloaded clang-sys v1.7.0 |
| 1026 | 2024-08-16T03:36:32.553Z | Downloaded ascii v1.1.0 |
| 1027 | 2024-08-16T03:36:32.556Z | Downloaded base16ct v0.2.0 |
| 1028 | 2024-08-16T03:36:32.556Z | Downloaded async-stream v0.3.5 |
| 1029 | 2024-08-16T03:36:32.558Z | Downloaded array-init v0.0.4 |
| 1030 | 2024-08-16T03:36:32.558Z | Downloaded openssl-macros v0.1.1 |
| 1031 | 2024-08-16T03:36:32.560Z | Downloaded num-conv v0.1.0 |
| 1032 | 2024-08-16T03:36:32.560Z | Downloaded newline-converter v0.3.0 |
| 1033 | 2024-08-16T03:36:32.560Z | Downloaded multer v3.1.0 |
| 1034 | 2024-08-16T03:36:32.563Z | Downloaded block-padding v0.3.3 |
| 1035 | 2024-08-16T03:36:32.563Z | Downloaded atomic-waker v1.1.2 |
| 1036 | 2024-08-16T03:36:32.565Z | Downloaded async-recursion v1.1.1 |
| 1037 | 2024-08-16T03:36:32.568Z | Downloaded camino-tempfile v1.1.1 |
| 1038 | 2024-08-16T03:36:32.568Z | Downloaded instant v0.1.12 |
| 1039 | 2024-08-16T03:36:32.576Z | Downloaded ascii-canvas v3.0.0 |
| 1040 | 2024-08-16T03:36:32.576Z | Downloaded aead v0.5.2 |
| 1041 | 2024-08-16T03:36:32.787Z | Downloaded libz-sys v1.1.16 |
| 1042 | 2024-08-16T03:36:32.969Z | Downloaded libsqlite3-sys v0.28.0 |
| 1043 | 2024-08-16T03:36:33.045Z | Downloaded ring v0.16.20 |
| 1044 | 2024-08-16T03:36:33.205Z | Compiling cfg-if v1.0.0 |
| 1045 | 2024-08-16T03:36:33.205Z | Compiling serde v1.0.207 |
| 1046 | 2024-08-16T03:36:33.207Z | Compiling lock_api v0.4.12 |
| 1047 | 2024-08-16T03:36:33.207Z | Compiling typenum v1.17.0 |
| 1048 | 2024-08-16T03:36:33.207Z | Compiling scopeguard v1.2.0 |
| 1049 | 2024-08-16T03:36:33.356Z | Compiling generic-array v0.14.7 |
| 1050 | 2024-08-16T03:36:33.376Z | Compiling syn v2.0.74 |
| 1051 | 2024-08-16T03:36:33.390Z | Compiling log v0.4.21 |
| 1052 | 2024-08-16T03:36:33.432Z | Compiling getrandom v0.2.14 |
| 1053 | 2024-08-16T03:36:33.500Z | Compiling jobserver v0.1.32 |
| 1054 | 2024-08-16T03:36:33.705Z | Compiling rand_core v0.6.4 |
| 1055 | 2024-08-16T03:36:33.873Z | Compiling cc v1.0.97 |
| 1056 | 2024-08-16T03:36:33.898Z | Compiling subtle v2.5.0 |
| 1057 | 2024-08-16T03:36:33.912Z | Compiling const-oid v0.9.6 |
| 1058 | 2024-08-16T03:36:34.208Z | Compiling smallvec v1.13.2 |
| 1059 | 2024-08-16T03:36:34.212Z | Compiling pin-project-lite v0.2.14 |
| 1060 | 2024-08-16T03:36:34.235Z | Compiling parking_lot_core v0.9.10 |
| 1061 | 2024-08-16T03:36:34.334Z | Compiling spin v0.9.8 |
| 1062 | 2024-08-16T03:36:34.412Z | Compiling signal-hook-registry v1.4.2 |
| 1063 | 2024-08-16T03:36:34.581Z | Compiling mio v1.0.2 |
| 1064 | 2024-08-16T03:36:34.741Z | Compiling ahash v0.8.11 |
| 1065 | 2024-08-16T03:36:35.077Z | Compiling tinyvec_macros v0.1.1 |
| 1066 | 2024-08-16T03:36:35.289Z | Compiling parking_lot v0.12.2 |
| 1067 | 2024-08-16T03:36:35.314Z | Compiling tinyvec v1.6.0 |
| 1068 | 2024-08-16T03:36:35.546Z | Compiling socket2 v0.5.7 |
| 1069 | 2024-08-16T03:36:35.899Z | Compiling futures-core v0.3.30 |
| 1070 | 2024-08-16T03:36:35.945Z | Compiling cpufeatures v0.2.12 |
| 1071 | 2024-08-16T03:36:36.043Z | Compiling libm v0.2.8 |
| 1072 | 2024-08-16T03:36:36.096Z | Compiling serde_json v1.0.125 |
| 1073 | 2024-08-16T03:36:36.135Z | Compiling slab v0.4.9 |
| 1074 | 2024-08-16T03:36:36.302Z | Compiling num-traits v0.2.19 |
| 1075 | 2024-08-16T03:36:36.443Z | Compiling unicode-bidi v0.3.15 |
| 1076 | 2024-08-16T03:36:36.527Z | Compiling allocator-api2 v0.2.18 |
| 1077 | 2024-08-16T03:36:36.583Z | Compiling futures-sink v0.3.30 |
| 1078 | 2024-08-16T03:36:36.793Z | Compiling unicode-normalization v0.1.23 |
| 1079 | 2024-08-16T03:36:36.841Z | Compiling futures-channel v0.3.30 |
| 1080 | 2024-08-16T03:36:37.051Z | Compiling vcpkg v0.2.15 |
| 1081 | 2024-08-16T03:36:37.259Z | Compiling pin-utils v0.1.0 |
| 1082 | 2024-08-16T03:36:37.275Z | Compiling futures-io v0.3.30 |
| 1083 | 2024-08-16T03:36:37.349Z | Compiling pkg-config v0.3.30 |
| 1084 | 2024-08-16T03:36:38.018Z | Compiling futures-task v0.3.30 |
| 1085 | 2024-08-16T03:36:38.092Z | Compiling base64ct v1.6.0 |
| 1086 | 2024-08-16T03:36:38.191Z | Compiling ppv-lite86 v0.2.17 |
| 1087 | 2024-08-16T03:36:38.292Z | Compiling percent-encoding v2.3.1 |
| 1088 | 2024-08-16T03:36:38.308Z | Compiling ring v0.17.8 |
| 1089 | 2024-08-16T03:36:38.645Z | Compiling pem-rfc7468 v0.7.0 |
| 1090 | 2024-08-16T03:36:38.662Z | Compiling flagset v0.4.5 |
| 1091 | 2024-08-16T03:36:38.854Z | Compiling tracing-core v0.1.32 |
| 1092 | 2024-08-16T03:36:38.960Z | Compiling rand_chacha v0.3.1 |
| 1093 | 2024-08-16T03:36:39.028Z | Compiling rustix v0.38.34 |
| 1094 | 2024-08-16T03:36:39.375Z | Compiling untrusted v0.9.0 |
| 1095 | 2024-08-16T03:36:39.428Z | Compiling openssl-sys v0.9.103 |
| 1096 | 2024-08-16T03:36:39.539Z | Compiling rand v0.8.5 |
| 1097 | 2024-08-16T03:36:39.745Z | Compiling httparse v1.8.0 |
| 1098 | 2024-08-16T03:36:39.902Z | Compiling time-core v0.1.2 |
| 1099 | 2024-08-16T03:36:40.057Z | Compiling openssl v0.10.66 |
| 1100 | 2024-08-16T03:36:40.209Z | Compiling foreign-types-shared v0.1.1 |
| 1101 | 2024-08-16T03:36:40.224Z | Compiling powerfmt v0.2.0 |
| 1102 | 2024-08-16T03:36:40.305Z | Compiling num-conv v0.1.0 |
| 1103 | 2024-08-16T03:36:40.476Z | Compiling rustversion v1.0.17 |
| 1104 | 2024-08-16T03:36:40.570Z | Compiling time-macros v0.2.18 |
| 1105 | 2024-08-16T03:36:40.590Z | Compiling deranged v0.3.11 |
| 1106 | 2024-08-16T03:36:41.109Z | Compiling foreign-types v0.3.2 |
| 1107 | 2024-08-16T03:36:41.158Z | Compiling form_urlencoded v1.2.1 |
| 1108 | 2024-08-16T03:36:41.181Z | Compiling lazy_static v1.5.0 |
| 1109 | 2024-08-16T03:36:41.288Z | Compiling try-lock v0.2.5 |
| 1110 | 2024-08-16T03:36:41.413Z | Compiling num_threads v0.1.7 |
| 1111 | 2024-08-16T03:36:41.446Z | Compiling crossbeam-utils v0.8.19 |
| 1112 | 2024-08-16T03:36:41.466Z | Compiling native-tls v0.2.11 |
| 1113 | 2024-08-16T03:36:41.571Z | Compiling siphasher v0.3.11 |
| 1114 | 2024-08-16T03:36:41.749Z | Compiling syn v1.0.109 |
| 1115 | 2024-08-16T03:36:41.905Z | Compiling rustls v0.21.12 |
| 1116 | 2024-08-16T03:36:42.042Z | Compiling want v0.3.1 |
| 1117 | 2024-08-16T03:36:42.289Z | Compiling idna v0.5.0 |
| 1118 | 2024-08-16T03:36:42.413Z | Compiling aho-corasick v1.1.3 |
| 1119 | 2024-08-16T03:36:42.705Z | Compiling cookie v0.17.0 |
| 1120 | 2024-08-16T03:36:42.942Z | Compiling iana-time-zone v0.1.60 |
| 1121 | 2024-08-16T03:36:42.962Z | Compiling regex-syntax v0.8.4 |
| 1122 | 2024-08-16T03:36:43.344Z | Compiling finl_unicode v1.2.0 |
| 1123 | 2024-08-16T03:36:43.429Z | Compiling openssl-probe v0.1.5 |
| 1124 | 2024-08-16T03:36:43.667Z | Compiling time v0.3.36 |
| 1125 | 2024-08-16T03:36:43.775Z | Compiling slog v2.7.0 |
| 1126 | 2024-08-16T03:36:43.792Z | Compiling adler v1.0.2 |
| 1127 | 2024-08-16T03:36:43.833Z | Compiling tower-service v0.3.2 |
| 1128 | 2024-08-16T03:36:43.951Z | Compiling httpdate v1.0.3 |
| 1129 | 2024-08-16T03:36:43.986Z | Compiling miniz_oxide v0.7.2 |
| 1130 | 2024-08-16T03:36:44.333Z | Compiling stringprep v0.1.4 |
| 1131 | 2024-08-16T03:36:44.351Z | Compiling url v2.5.2 |
| 1132 | 2024-08-16T03:36:46.187Z | Compiling regex-automata v0.4.6 |
| 1133 | 2024-08-16T03:36:46.795Z | Compiling num-integer v0.1.46 |
| 1134 | 2024-08-16T03:36:47.508Z | Compiling serde_derive v1.0.207 |
| 1135 | 2024-08-16T03:36:47.540Z | Compiling zeroize_derive v1.4.2 |
| 1136 | 2024-08-16T03:36:47.664Z | Compiling zerocopy-derive v0.7.34 |
| 1137 | 2024-08-16T03:36:48.665Z | Compiling tokio-macros v2.4.0 |
| 1138 | 2024-08-16T03:36:49.052Z | Compiling zeroize v1.7.0 |
| 1139 | 2024-08-16T03:36:49.198Z | Compiling thiserror-impl v1.0.63 |
| 1140 | 2024-08-16T03:36:49.433Z | Compiling futures-macro v0.3.30 |
| 1141 | 2024-08-16T03:36:49.892Z | Compiling zerocopy v0.7.34 |
| 1142 | 2024-08-16T03:36:50.259Z | Compiling der_derive v0.7.2 |
| 1143 | 2024-08-16T03:36:50.744Z | Compiling crypto-common v0.1.6 |
| 1144 | 2024-08-16T03:36:50.962Z | Compiling block-buffer v0.10.4 |
| 1145 | 2024-08-16T03:36:51.206Z | Compiling digest v0.10.7 |
| 1146 | 2024-08-16T03:36:51.524Z | Compiling block-padding v0.3.3 |
| 1147 | 2024-08-16T03:36:51.701Z | Compiling hmac v0.12.1 |
| 1148 | 2024-08-16T03:36:51.761Z | Compiling inout v0.1.3 |
| 1149 | 2024-08-16T03:36:51.941Z | Compiling sha2 v0.10.8 |
| 1150 | 2024-08-16T03:36:52.031Z | Compiling hashbrown v0.14.5 |
| 1151 | 2024-08-16T03:36:52.056Z | Compiling cipher v0.4.4 |
| 1152 | 2024-08-16T03:36:52.476Z | Compiling thiserror v1.0.63 |
| 1153 | 2024-08-16T03:36:52.555Z | Compiling futures-util v0.3.30 |
| 1154 | 2024-08-16T03:36:52.615Z | Compiling pest v2.7.10 |
| 1155 | 2024-08-16T03:36:52.815Z | Compiling der v0.7.9 |
| 1156 | 2024-08-16T03:36:53.465Z | Compiling salsa20 v0.10.2 |
| 1157 | 2024-08-16T03:36:53.677Z | Compiling pbkdf2 v0.12.2 |
| 1158 | 2024-08-16T03:36:53.846Z | Compiling scroll_derive v0.12.0 |
| 1159 | 2024-08-16T03:36:55.355Z | Compiling pest_meta v2.7.10 |
| 1160 | 2024-08-16T03:36:55.476Z | Compiling tracing-attributes v0.1.27 |
| 1161 | 2024-08-16T03:36:55.584Z | Compiling scroll v0.12.0 |
| 1162 | 2024-08-16T03:36:56.097Z | Compiling spki v0.7.3 |
| 1163 | 2024-08-16T03:36:56.149Z | Compiling scrypt v0.11.0 |
| 1164 | 2024-08-16T03:36:56.452Z | Compiling aes v0.8.4 |
| 1165 | 2024-08-16T03:36:56.721Z | Compiling pest_generator v2.7.10 |
| 1166 | 2024-08-16T03:36:58.645Z | Compiling cbc v0.1.2 |
| 1167 | 2024-08-16T03:36:58.775Z | Compiling goblin v0.8.2 |
| 1168 | 2024-08-16T03:36:58.847Z | Compiling pkcs5 v0.7.1 |
| 1169 | 2024-08-16T03:36:59.226Z | Compiling openssl-macros v0.1.1 |
| 1170 | 2024-08-16T03:36:59.316Z | Compiling tracing v0.1.40 |
| 1171 | 2024-08-16T03:36:59.492Z | Compiling pkcs8 v0.10.2 |
| 1172 | 2024-08-16T03:36:59.859Z | Compiling md-5 v0.10.6 |
| 1173 | 2024-08-16T03:36:59.968Z | Compiling backtrace v0.3.71 |
| 1174 | 2024-08-16T03:37:00.073Z | Compiling idna v0.3.0 |
| 1175 | 2024-08-16T03:37:00.125Z | Compiling hash32 v0.2.1 |
| 1176 | 2024-08-16T03:37:00.226Z | Compiling num-bigint-dig v0.8.4 |
| 1177 | 2024-08-16T03:37:00.322Z | Compiling pest_derive v2.7.10 |
| 1178 | 2024-08-16T03:37:00.461Z | Compiling crc32fast v1.4.0 |
| 1179 | 2024-08-16T03:37:00.516Z | Compiling gimli v0.28.1 |
| 1180 | 2024-08-16T03:37:00.533Z | Compiling psl-types v2.0.11 |
| 1181 | 2024-08-16T03:37:00.730Z | Compiling stable_deref_trait v1.2.0 |
| 1182 | 2024-08-16T03:37:00.831Z | Compiling rustls-webpki v0.101.7 |
| 1183 | 2024-08-16T03:37:00.977Z | Compiling sct v0.7.1 |
| 1184 | 2024-08-16T03:37:01.114Z | Compiling dtrace-parser v0.2.0 |
| 1185 | 2024-08-16T03:37:01.286Z | Compiling signal-hook v0.3.17 |
| 1186 | 2024-08-16T03:37:01.550Z | Compiling cfg_aliases v0.1.1 |
| 1187 | 2024-08-16T03:37:01.720Z | Compiling bytes v1.7.1 |
| 1188 | 2024-08-16T03:37:02.052Z | Compiling bitflags v2.6.0 |
| 1189 | 2024-08-16T03:37:02.507Z | Compiling indexmap v2.4.0 |
| 1190 | 2024-08-16T03:37:02.724Z | Compiling tokio v1.39.2 |
| 1191 | 2024-08-16T03:37:03.001Z | Compiling http v0.2.12 |
| 1192 | 2024-08-16T03:37:03.311Z | Compiling semver v1.0.23 |
| 1193 | 2024-08-16T03:37:03.935Z | Compiling rustc_version v0.4.0 |
| 1194 | 2024-08-16T03:37:04.673Z | Compiling heapless v0.7.17 |
| 1195 | 2024-08-16T03:37:05.133Z | Compiling http-body v0.4.6 |
| 1196 | 2024-08-16T03:37:05.423Z | Compiling dof v0.3.0 |
| 1197 | 2024-08-16T03:37:05.553Z | Compiling uuid v1.10.0 |
| 1198 | 2024-08-16T03:37:05.699Z | Compiling chrono v0.4.38 |
| 1199 | 2024-08-16T03:37:07.022Z | Compiling usdt-impl v0.5.0 |
| 1200 | 2024-08-16T03:37:07.141Z | Compiling toml_datetime v0.6.8 |
| 1201 | 2024-08-16T03:37:07.645Z | Compiling serde_tokenstream v0.2.2 |
| 1202 | 2024-08-16T03:37:07.683Z | Compiling serde_spanned v0.6.7 |
| 1203 | 2024-08-16T03:37:07.915Z | Compiling base64 v0.22.1 |
| 1204 | 2024-08-16T03:37:08.229Z | Compiling smoltcp v0.9.1 |
| 1205 | 2024-08-16T03:37:08.601Z | Compiling fallible-iterator v0.2.0 |
| 1206 | 2024-08-16T03:37:08.659Z | Compiling terminal_size v0.3.0 |
| 1207 | 2024-08-16T03:37:08.987Z | Compiling addr2line v0.21.0 |
| 1208 | 2024-08-16T03:37:09.138Z | Compiling nix v0.28.0 |
| 1209 | 2024-08-16T03:37:09.302Z | Compiling postgres-protocol v0.6.7 |
| 1210 | 2024-08-16T03:37:09.519Z | Compiling publicsuffix v2.2.3 |
| 1211 | 2024-08-16T03:37:09.686Z | Compiling hubpack_derive v0.1.1 |
| 1212 | 2024-08-16T03:37:09.769Z | Compiling async-trait v0.1.81 |
| 1213 | 2024-08-16T03:37:09.938Z | Compiling zerocopy-derive v0.6.6 |
| 1214 | 2024-08-16T03:37:10.035Z | Compiling num-iter v0.1.45 |
| 1215 | 2024-08-16T03:37:10.611Z | Compiling phf_shared v0.11.2 |
| 1216 | 2024-08-16T03:37:10.627Z | Compiling serde_derive_internals v0.29.1 |
| 1217 | 2024-08-16T03:37:10.970Z | Compiling tokio-util v0.7.11 |
| 1218 | 2024-08-16T03:37:11.356Z | Compiling tokio-rustls v0.24.1 |
| 1219 | 2024-08-16T03:37:11.400Z | Compiling ff v0.13.0 |
| 1220 | 2024-08-16T03:37:11.747Z | Compiling object v0.32.2 |
| 1221 | 2024-08-16T03:37:12.103Z | Compiling h2 v0.3.26 |
| 1222 | 2024-08-16T03:37:12.222Z | Compiling tokio-native-tls v0.3.1 |
| 1223 | 2024-08-16T03:37:12.336Z | Compiling fs-err v2.11.0 |
| 1224 | 2024-08-16T03:37:12.476Z | Compiling winnow v0.5.40 |
| 1225 | 2024-08-16T03:37:12.524Z | Compiling ipnet v2.9.0 |
| 1226 | 2024-08-16T03:37:12.640Z | Compiling regex-automata v0.1.10 |
| 1227 | 2024-08-16T03:37:13.156Z | Compiling base16ct v0.2.0 |
| 1228 | 2024-08-16T03:37:13.354Z | Compiling rustc-demangle v0.1.24 |
| 1229 | 2024-08-16T03:37:13.479Z | Compiling either v1.13.0 |
| 1230 | 2024-08-16T03:37:13.711Z | Compiling base64 v0.21.7 |
| 1231 | 2024-08-16T03:37:13.920Z | Compiling bitflags v1.3.2 |
| 1232 | 2024-08-16T03:37:14.021Z | Compiling schemars v0.8.21 |
| 1233 | 2024-08-16T03:37:14.173Z | Compiling anyhow v1.0.86 |
| 1234 | 2024-08-16T03:37:14.343Z | Compiling managed v0.8.0 |
| 1235 | 2024-08-16T03:37:14.418Z | Compiling clap_builder v4.5.15 |
| 1236 | 2024-08-16T03:37:14.434Z | Compiling rustls-pemfile v1.0.4 |
| 1237 | 2024-08-16T03:37:14.895Z | Compiling schemars_derive v0.8.21 |
| 1238 | 2024-08-16T03:37:14.957Z | Compiling sec1 v0.7.3 |
| 1239 | 2024-08-16T03:37:15.535Z | Compiling bstr v0.2.17 |
| 1240 | 2024-08-16T03:37:16.358Z | Compiling toml_edit v0.19.15 |
| 1241 | 2024-08-16T03:37:16.947Z | Compiling zerocopy v0.6.6 |
| 1242 | 2024-08-16T03:37:17.041Z | Compiling group v0.13.0 |
| 1243 | 2024-08-16T03:37:17.351Z | Compiling phf v0.11.2 |
| 1244 | 2024-08-16T03:37:17.636Z | Compiling cookie_store v0.20.0 |
| 1245 | 2024-08-16T03:37:17.786Z | Compiling hubpack v0.1.2 |
| 1246 | 2024-08-16T03:37:18.277Z | Compiling postgres-types v0.2.7 |
| 1247 | 2024-08-16T03:37:18.932Z | Compiling hyper v0.14.30 |
| 1248 | 2024-08-16T03:37:19.825Z | Compiling usdt-attr-macro v0.5.0 |
| 1249 | 2024-08-16T03:37:20.524Z | Compiling usdt-macro v0.5.0 |
| 1250 | 2024-08-16T03:37:21.519Z | Compiling serde_urlencoded v0.7.1 |
| 1251 | 2024-08-16T03:37:21.742Z | Compiling pkcs1 v0.7.5 |
| 1252 | 2024-08-16T03:37:22.016Z | Compiling futures-executor v0.3.30 |
| 1253 | 2024-08-16T03:37:22.047Z | Compiling hkdf v0.12.4 |
| 1254 | 2024-08-16T03:37:22.298Z | Compiling signature v2.2.0 |
| 1255 | 2024-08-16T03:37:22.548Z | Compiling regex v1.10.6 |
| 1256 | 2024-08-16T03:37:22.583Z | Compiling crypto-bigint v0.5.5 |
| 1257 | 2024-08-16T03:37:22.600Z | Compiling clap_derive v4.5.13 |
| 1258 | 2024-08-16T03:37:22.732Z | Compiling strum_macros v0.25.3 |
| 1259 | 2024-08-16T03:37:23.654Z | Compiling serde_repr v0.1.19 |
| 1260 | 2024-08-16T03:37:23.695Z | Compiling enum-as-inner v0.6.0 |
| 1261 | 2024-08-16T03:37:24.201Z | Compiling phf_shared v0.10.0 |
| 1262 | 2024-08-16T03:37:24.627Z | Compiling float-cmp v0.9.0 |
| 1263 | 2024-08-16T03:37:24.770Z | Compiling idna v0.4.0 |
| 1264 | 2024-08-16T03:37:24.839Z | Compiling mio v0.8.11 |
| 1265 | 2024-08-16T03:37:24.858Z | Compiling encoding_rs v0.8.34 |
| 1266 | 2024-08-16T03:37:26.183Z | Compiling hyper-rustls v0.24.2 |
| 1267 | 2024-08-16T03:37:26.393Z | Compiling hyper-tls v0.5.0 |
| 1268 | 2024-08-16T03:37:26.505Z | Compiling normalize-line-endings v0.3.0 |
| 1269 | 2024-08-16T03:37:26.630Z | Compiling static_assertions v1.1.0 |
| 1270 | 2024-08-16T03:37:26.723Z | Compiling difflib v0.4.0 |
| 1271 | 2024-08-16T03:37:26.739Z | Compiling webpki-roots v0.25.4 |
| 1272 | 2024-08-16T03:37:26.853Z | Compiling unicode-segmentation v1.11.0 |
| 1273 | 2024-08-16T03:37:26.902Z | Compiling bit-vec v0.6.3 |
| 1274 | 2024-08-16T03:37:27.356Z | Compiling data-encoding v2.6.0 |
| 1275 | 2024-08-16T03:37:27.531Z | Compiling minimal-lexical v0.2.1 |
| 1276 | 2024-08-16T03:37:27.666Z | Compiling predicates-core v1.0.6 |
| 1277 | 2024-08-16T03:37:28.021Z | Compiling sync_wrapper v0.1.2 |
| 1278 | 2024-08-16T03:37:28.039Z | Compiling whoami v1.5.1 |
| 1279 | 2024-08-16T03:37:28.152Z | Compiling dyn-clone v1.0.17 |
| 1280 | 2024-08-16T03:37:28.334Z | Compiling fixedbitset v0.4.2 |
| 1281 | 2024-08-16T03:37:28.363Z | Compiling mime v0.3.17 |
| 1282 | 2024-08-16T03:37:28.576Z | Compiling new_debug_unreachable v1.0.6 |
| 1283 | 2024-08-16T03:37:28.626Z | Compiling precomputed-hash v0.1.1 |
| 1284 | 2024-08-16T03:37:28.670Z | Compiling toml_edit v0.22.20 |
| 1285 | 2024-08-16T03:37:28.689Z | Compiling petgraph v0.6.5 |
| 1286 | 2024-08-16T03:37:28.740Z | Compiling string_cache v0.8.7 |
| 1287 | 2024-08-16T03:37:28.758Z | Compiling reqwest v0.11.27 |
| 1288 | 2024-08-16T03:37:28.964Z | Compiling tokio-postgres v0.7.11 |
| 1289 | 2024-08-16T03:37:29.228Z | Compiling hickory-proto v0.24.1 |
| 1290 | 2024-08-16T03:37:29.749Z | Compiling nom v7.1.3 |
| 1291 | 2024-08-16T03:37:32.550Z | Compiling predicates v3.1.2 |
| 1292 | 2024-08-16T03:37:32.653Z | Compiling clap v4.5.15 |
| 1293 | 2024-08-16T03:37:32.777Z | Compiling similar v2.5.0 |
| 1294 | 2024-08-16T03:37:33.039Z | Compiling bit-set v0.5.3 |
| 1295 | 2024-08-16T03:37:33.316Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1296 | 2024-08-16T03:37:33.458Z | Compiling console v0.15.8 |
| 1297 | 2024-08-16T03:37:34.221Z | Compiling usdt v0.5.0 |
| 1298 | 2024-08-16T03:37:34.655Z | Compiling elliptic-curve v0.13.8 |
| 1299 | 2024-08-16T03:37:34.711Z | Compiling signal-hook-mio v0.2.4 |
| 1300 | 2024-08-16T03:37:34.885Z | Compiling rsa v0.9.6 |
| 1301 | 2024-08-16T03:37:34.954Z | Compiling futures v0.3.30 |
| 1302 | 2024-08-16T03:37:35.070Z | Compiling flate2 v1.0.31 |
| 1303 | 2024-08-16T03:37:35.344Z | Compiling toml v0.7.8 |
| 1304 | 2024-08-16T03:37:36.946Z | Compiling itertools v0.10.5 |
| 1305 | 2024-08-16T03:37:37.025Z | Compiling itertools v0.12.1 |
| 1306 | 2024-08-16T03:37:37.747Z | Compiling tokio-stream v0.1.15 |
| 1307 | 2024-08-16T03:37:38.686Z | Compiling openapiv3 v2.0.0 |
| 1308 | 2024-08-16T03:37:39.606Z | Compiling hex v0.4.3 |
| 1309 | 2024-08-16T03:37:39.642Z | Compiling sha1 v0.10.6 |
| 1310 | 2024-08-16T03:37:39.731Z | Compiling bstr v1.9.1 |
| 1311 | 2024-08-16T03:37:39.748Z | Compiling crossbeam-epoch v0.9.18 |
| 1312 | 2024-08-16T03:37:40.077Z | Compiling dirs-sys-next v0.1.2 |
| 1313 | 2024-08-16T03:37:40.157Z | Compiling peg-runtime v0.8.3 |
| 1314 | 2024-08-16T03:37:40.458Z | Compiling unicode-xid v0.2.4 |
| 1315 | 2024-08-16T03:37:40.458Z | Compiling lalrpop-util v0.19.12 |
| 1316 | 2024-08-16T03:37:40.532Z | Compiling dirs-next v2.0.0 |
| 1317 | 2024-08-16T03:37:40.721Z | Compiling thread_local v1.1.8 |
| 1318 | 2024-08-16T03:37:40.739Z | Compiling slog-async v2.8.0 |
| 1319 | 2024-08-16T03:37:40.797Z | Compiling term v0.7.0 |
| 1320 | 2024-08-16T03:37:40.837Z | Compiling xattr v1.3.1 |
| 1321 | 2024-08-16T03:37:41.107Z | Compiling strum_macros v0.26.4 |
| 1322 | 2024-08-16T03:37:41.277Z | Compiling crossbeam-channel v0.5.12 |
| 1323 | 2024-08-16T03:37:41.324Z | Compiling filetime v0.2.24 |
| 1324 | 2024-08-16T03:37:41.537Z | Compiling is-terminal v0.4.12 |
| 1325 | 2024-08-16T03:37:41.616Z | Compiling take_mut v0.2.2 |
| 1326 | 2024-08-16T03:37:41.666Z | Compiling slog-term v2.9.1 |
| 1327 | 2024-08-16T03:37:41.772Z | Compiling tar v0.4.41 |
| 1328 | 2024-08-16T03:37:42.397Z | Compiling camino v1.1.7 |
| 1329 | 2024-08-16T03:37:43.522Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1330 | 2024-08-16T03:37:44.289Z | Compiling strum v0.26.3 |
| 1331 | 2024-08-16T03:37:44.362Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1332 | 2024-08-16T03:37:49.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 1333 | 2024-08-16T03:37:49.311Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1334 | 2024-08-16T03:37:49.315Z | Aug 16 03:37:48.153 INFO Starting download, target: Cockroach |
| 1335 | 2024-08-16T03:37:49.315Z | Aug 16 03:37:48.153 INFO Starting download, target: Clickhouse |
| 1336 | 2024-08-16T03:37:49.315Z | Aug 16 03:37:48.153 INFO Starting download, target: Console |
| 1337 | 2024-08-16T03:37:49.319Z | Aug 16 03:37:48.153 INFO Starting download, target: DendriteOpenapi |
| 1338 | 2024-08-16T03:37:49.319Z | Aug 16 03:37:48.153 INFO Starting download, target: DendriteStub |
| 1339 | 2024-08-16T03:37:49.319Z | Aug 16 03:37:48.153 INFO Starting download, target: MaghemiteMgd |
| 1340 | 2024-08-16T03:37:49.319Z | Aug 16 03:37:48.153 INFO Starting download, target: TransceiverControl |
| 1341 | 2024-08-16T03:37:49.319Z | Aug 16 03:37:48.153 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
| 1342 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1343 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1344 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1345 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1346 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1347 | 2024-08-16T03:37:49.320Z | Aug 16 03:37:48.154 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1348 | 2024-08-16T03:37:49.449Z | Aug 16 03:37:48.286 INFO Download complete, target: DendriteOpenapi |
| 1349 | 2024-08-16T03:37:49.612Z | Aug 16 03:37:48.448 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1350 | 2024-08-16T03:37:49.941Z | Aug 16 03:37:48.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1351 | 2024-08-16T03:37:50.009Z | Aug 16 03:37:48.847 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1352 | 2024-08-16T03:37:50.019Z | Aug 16 03:37:48.857 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1353 | 2024-08-16T03:37:50.307Z | Aug 16 03:37:49.145 INFO Download complete, target: Console |
| 1354 | 2024-08-16T03:37:50.409Z | Aug 16 03:37:49.246 INFO Download complete, target: TransceiverControl |
| 1355 | 2024-08-16T03:37:51.289Z | Aug 16 03:37:50.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1356 | 2024-08-16T03:37:52.087Z | Aug 16 03:37:50.924 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1357 | 2024-08-16T03:37:52.087Z | Aug 16 03:37:50.924 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1358 | 2024-08-16T03:37:53.324Z | Aug 16 03:37:52.160 INFO Download complete, target: MaghemiteMgd |
| 1359 | 2024-08-16T03:37:53.328Z | Aug 16 03:37:52.164 INFO Download complete, target: DendriteStub |
| 1360 | 2024-08-16T03:37:59.902Z | Aug 16 03:37:58.738 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1361 | 2024-08-16T03:38:00.219Z | Aug 16 03:37:59.051 INFO Checking that binary works, target: Cockroach |
| 1362 | 2024-08-16T03:38:00.361Z | Aug 16 03:37:59.198 INFO Download complete, target: Cockroach |
| 1363 | 2024-08-16T03:38:04.794Z | Aug 16 03:38:03.630 INFO Checking that binary works, target: Clickhouse |
| 1364 | 2024-08-16T03:38:05.022Z | Aug 16 03:38:03.858 INFO Download complete, target: Clickhouse |
| 1365 | 2024-08-16T03:38:05.321Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1366 | 2024-08-16T03:38:05.324Z | |
| 1367 | 2024-08-16T03:38:05.324Z | real 4:10.081656212 |
| 1368 | 2024-08-16T03:38:05.324Z | user 11:08.980069062 |
| 1369 | 2024-08-16T03:38:05.324Z | sys 2:21.794159217 |
| 1370 | 2024-08-16T03:38:05.324Z | trap 0.428591009 |
| 1371 | 2024-08-16T03:38:05.324Z | tflt 4.072139478 |
| 1372 | 2024-08-16T03:38:05.324Z | dflt 4.979980735 |
| 1373 | 2024-08-16T03:38:05.324Z | kflt 0.260337239 |
| 1374 | 2024-08-16T03:38:05.324Z | lock 22:20.778944405 |
| 1375 | 2024-08-16T03:38:05.324Z | slp 44:58.087944877 |
| 1376 | 2024-08-16T03:38:05.324Z | lat 40.970494829 |
| 1377 | 2024-08-16T03:38:05.324Z | stop 1:40.765680708 |
| 1378 | 2024-08-16T03:38:05.324Z | + banner hack-check |
| 1379 | 2024-08-16T03:38:05.327Z | |
| 1380 | 2024-08-16T03:38:05.327Z | # # ## #### # # #### # # ###### #### # # |
| 1381 | 2024-08-16T03:38:05.327Z | # # # # # # # # # # # # # # # # # |
| 1382 | 2024-08-16T03:38:05.327Z | ###### # # # #### ##### # ###### ##### # #### |
| 1383 | 2024-08-16T03:38:05.327Z | # # ###### # # # # # # # # # # |
| 1384 | 2024-08-16T03:38:05.327Z | # # # # # # # # # # # # # # # # # |
| 1385 | 2024-08-16T03:38:05.327Z | # # # # #### # # #### # # ###### #### # # |
| 1386 | 2024-08-16T03:38:05.327Z | |
| 1387 | 2024-08-16T03:38:05.327Z | + export CARGO_INCREMENTAL=0 |
| 1388 | 2024-08-16T03:38:05.327Z | + CARGO_INCREMENTAL=0 |
| 1389 | 2024-08-16T03:38:05.327Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1390 | 2024-08-16T03:38:05.855Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1391 | 2024-08-16T03:38:09.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 1392 | 2024-08-16T03:38:09.294Z | Running `target/debug/xtask check-features --ci` |
| 1393 | 2024-08-16T03:38:09.316Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1394 | 2024-08-16T03:38:09.320Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1395 | 2024-08-16T03:38:09.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1396 | 2024-08-16T03:38:09.782Z | Running `target/debug/xtask download cargo-hack` |
| 1397 | 2024-08-16T03:38:10.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1398 | 2024-08-16T03:38:10.842Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1399 | 2024-08-16T03:38:14.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
| 1400 | 2024-08-16T03:38:15.109Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1401 | 2024-08-16T03:38:15.138Z | Aug 16 03:38:13.973 INFO Starting download, target: CargoHack |
| 1402 | 2024-08-16T03:38:15.140Z | Aug 16 03:38:13.974 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1403 | 2024-08-16T03:38:15.547Z | Aug 16 03:38:14.382 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1404 | 2024-08-16T03:38:15.642Z | Aug 16 03:38:14.477 INFO Download complete, target: CargoHack |
| 1405 | 2024-08-16T03:38:15.645Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1406 | 2024-08-16T03:38:15.661Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1407 | 2024-08-16T03:38:15.804Z | info: running `cargo check --bins` on api_identity (1/150) |
| 1408 | 2024-08-16T03:38:16.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1409 | 2024-08-16T03:38:16.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1410 | 2024-08-16T03:38:16.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1411 | 2024-08-16T03:38:16.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1412 | 2024-08-16T03:38:16.372Z | |
| 1413 | 2024-08-16T03:38:16.372Z | info: running `cargo check --bins` on bootstore (2/150) |
| 1414 | 2024-08-16T03:38:16.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1415 | 2024-08-16T03:38:16.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1416 | 2024-08-16T03:38:16.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1417 | 2024-08-16T03:38:16.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1418 | 2024-08-16T03:38:16.978Z | |
| 1419 | 2024-08-16T03:38:16.978Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
| 1420 | 2024-08-16T03:38:17.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1421 | 2024-08-16T03:38:17.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1422 | 2024-08-16T03:38:17.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1423 | 2024-08-16T03:38:17.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1424 | 2024-08-16T03:38:17.588Z | |
| 1425 | 2024-08-16T03:38:17.588Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
| 1426 | 2024-08-16T03:38:18.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1427 | 2024-08-16T03:38:18.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1428 | 2024-08-16T03:38:18.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1429 | 2024-08-16T03:38:18.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1430 | 2024-08-16T03:38:18.186Z | |
| 1431 | 2024-08-16T03:38:18.186Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
| 1432 | 2024-08-16T03:38:18.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1433 | 2024-08-16T03:38:18.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1434 | 2024-08-16T03:38:18.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1435 | 2024-08-16T03:38:18.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1436 | 2024-08-16T03:38:18.625Z | |
| 1437 | 2024-08-16T03:38:18.625Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
| 1438 | 2024-08-16T03:38:19.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1439 | 2024-08-16T03:38:19.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1440 | 2024-08-16T03:38:19.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1441 | 2024-08-16T03:38:19.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1442 | 2024-08-16T03:38:19.070Z | |
| 1443 | 2024-08-16T03:38:19.070Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
| 1444 | 2024-08-16T03:38:19.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1445 | 2024-08-16T03:38:19.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1446 | 2024-08-16T03:38:19.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1447 | 2024-08-16T03:38:19.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1448 | 2024-08-16T03:38:19.512Z | |
| 1449 | 2024-08-16T03:38:19.512Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
| 1450 | 2024-08-16T03:38:19.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1451 | 2024-08-16T03:38:19.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1452 | 2024-08-16T03:38:19.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1453 | 2024-08-16T03:38:19.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1454 | 2024-08-16T03:38:19.961Z | |
| 1455 | 2024-08-16T03:38:19.961Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
| 1456 | 2024-08-16T03:38:20.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1457 | 2024-08-16T03:38:20.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1458 | 2024-08-16T03:38:20.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1459 | 2024-08-16T03:38:20.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1460 | 2024-08-16T03:38:20.401Z | |
| 1461 | 2024-08-16T03:38:20.401Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
| 1462 | 2024-08-16T03:38:20.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1463 | 2024-08-16T03:38:20.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1464 | 2024-08-16T03:38:20.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1465 | 2024-08-16T03:38:20.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1466 | 2024-08-16T03:38:20.849Z | |
| 1467 | 2024-08-16T03:38:20.849Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
| 1468 | 2024-08-16T03:38:21.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1469 | 2024-08-16T03:38:21.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1470 | 2024-08-16T03:38:21.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1471 | 2024-08-16T03:38:21.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1472 | 2024-08-16T03:38:21.297Z | |
| 1473 | 2024-08-16T03:38:21.298Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
| 1474 | 2024-08-16T03:38:21.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1475 | 2024-08-16T03:38:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1476 | 2024-08-16T03:38:21.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1477 | 2024-08-16T03:38:21.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1478 | 2024-08-16T03:38:21.749Z | |
| 1479 | 2024-08-16T03:38:21.749Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
| 1480 | 2024-08-16T03:38:22.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1481 | 2024-08-16T03:38:22.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1482 | 2024-08-16T03:38:22.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1483 | 2024-08-16T03:38:22.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1484 | 2024-08-16T03:38:22.192Z | |
| 1485 | 2024-08-16T03:38:22.192Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
| 1486 | 2024-08-16T03:38:22.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1487 | 2024-08-16T03:38:22.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1488 | 2024-08-16T03:38:22.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1489 | 2024-08-16T03:38:22.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1490 | 2024-08-16T03:38:22.630Z | |
| 1491 | 2024-08-16T03:38:22.630Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
| 1492 | 2024-08-16T03:38:23.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1493 | 2024-08-16T03:38:23.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1494 | 2024-08-16T03:38:23.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1495 | 2024-08-16T03:38:23.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1496 | 2024-08-16T03:38:23.067Z | |
| 1497 | 2024-08-16T03:38:23.067Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
| 1498 | 2024-08-16T03:38:23.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1499 | 2024-08-16T03:38:23.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1500 | 2024-08-16T03:38:23.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1501 | 2024-08-16T03:38:23.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1502 | 2024-08-16T03:38:23.508Z | |
| 1503 | 2024-08-16T03:38:23.508Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
| 1504 | 2024-08-16T03:38:23.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1505 | 2024-08-16T03:38:23.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1506 | 2024-08-16T03:38:23.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1507 | 2024-08-16T03:38:23.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1508 | 2024-08-16T03:38:23.943Z | |
| 1509 | 2024-08-16T03:38:23.943Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
| 1510 | 2024-08-16T03:38:24.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1511 | 2024-08-16T03:38:24.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1512 | 2024-08-16T03:38:24.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1513 | 2024-08-16T03:38:24.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1514 | 2024-08-16T03:38:24.391Z | |
| 1515 | 2024-08-16T03:38:24.391Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
| 1516 | 2024-08-16T03:38:24.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1517 | 2024-08-16T03:38:24.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1518 | 2024-08-16T03:38:24.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1519 | 2024-08-16T03:38:24.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1520 | 2024-08-16T03:38:24.833Z | |
| 1521 | 2024-08-16T03:38:24.833Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
| 1522 | 2024-08-16T03:38:25.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1523 | 2024-08-16T03:38:25.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1524 | 2024-08-16T03:38:25.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1525 | 2024-08-16T03:38:25.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1526 | 2024-08-16T03:38:25.280Z | |
| 1527 | 2024-08-16T03:38:25.281Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
| 1528 | 2024-08-16T03:38:25.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1529 | 2024-08-16T03:38:25.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1530 | 2024-08-16T03:38:25.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1531 | 2024-08-16T03:38:25.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1532 | 2024-08-16T03:38:25.714Z | |
| 1533 | 2024-08-16T03:38:25.714Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
| 1534 | 2024-08-16T03:38:26.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1535 | 2024-08-16T03:38:26.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1536 | 2024-08-16T03:38:26.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1537 | 2024-08-16T03:38:26.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1538 | 2024-08-16T03:38:26.161Z | |
| 1539 | 2024-08-16T03:38:26.161Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
| 1540 | 2024-08-16T03:38:26.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1541 | 2024-08-16T03:38:26.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1542 | 2024-08-16T03:38:26.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1543 | 2024-08-16T03:38:26.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1544 | 2024-08-16T03:38:26.617Z | |
| 1545 | 2024-08-16T03:38:26.617Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
| 1546 | 2024-08-16T03:38:27.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1547 | 2024-08-16T03:38:27.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1548 | 2024-08-16T03:38:27.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1549 | 2024-08-16T03:38:27.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1550 | 2024-08-16T03:38:27.053Z | |
| 1551 | 2024-08-16T03:38:27.053Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
| 1552 | 2024-08-16T03:38:27.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1553 | 2024-08-16T03:38:27.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1554 | 2024-08-16T03:38:27.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1555 | 2024-08-16T03:38:27.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1556 | 2024-08-16T03:38:27.759Z | |
| 1557 | 2024-08-16T03:38:27.759Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
| 1558 | 2024-08-16T03:38:28.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1559 | 2024-08-16T03:38:28.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1560 | 2024-08-16T03:38:28.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1561 | 2024-08-16T03:38:28.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1562 | 2024-08-16T03:38:28.283Z | |
| 1563 | 2024-08-16T03:38:28.283Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
| 1564 | 2024-08-16T03:38:28.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1565 | 2024-08-16T03:38:28.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1566 | 2024-08-16T03:38:28.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1567 | 2024-08-16T03:38:28.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1568 | 2024-08-16T03:38:28.900Z | |
| 1569 | 2024-08-16T03:38:28.900Z | info: running `cargo check --bins` on oxlog (28/150) |
| 1570 | 2024-08-16T03:38:29.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1571 | 2024-08-16T03:38:29.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1572 | 2024-08-16T03:38:29.487Z | Checking cfg-if v1.0.0 |
| 1573 | 2024-08-16T03:38:29.490Z | Checking libc v0.2.155 |
| 1574 | 2024-08-16T03:38:29.578Z | Checking serde v1.0.207 |
| 1575 | 2024-08-16T03:38:29.578Z | Checking memchr v2.7.2 |
| 1576 | 2024-08-16T03:38:29.580Z | Checking zeroize v1.7.0 |
| 1577 | 2024-08-16T03:38:29.581Z | Checking scopeguard v1.2.0 |
| 1578 | 2024-08-16T03:38:29.597Z | Checking typenum v1.17.0 |
| 1579 | 2024-08-16T03:38:29.606Z | Checking byteorder v1.5.0 |
| 1580 | 2024-08-16T03:38:29.628Z | Checking log v0.4.21 |
| 1581 | 2024-08-16T03:38:29.715Z | Checking lock_api v0.4.12 |
| 1582 | 2024-08-16T03:38:29.813Z | Checking subtle v2.5.0 |
| 1583 | 2024-08-16T03:38:29.900Z | Checking const-oid v0.9.6 |
| 1584 | 2024-08-16T03:38:29.986Z | Checking once_cell v1.19.0 |
| 1585 | 2024-08-16T03:38:30.070Z | Checking itoa v1.0.11 |
| 1586 | 2024-08-16T03:38:30.110Z | Checking smallvec v1.13.2 |
| 1587 | 2024-08-16T03:38:30.250Z | Checking pin-project-lite v0.2.14 |
| 1588 | 2024-08-16T03:38:30.276Z | Checking spin v0.9.8 |
| 1589 | 2024-08-16T03:38:30.362Z | Checking zerocopy v0.7.34 |
| 1590 | 2024-08-16T03:38:30.435Z | Checking tinyvec_macros v0.1.1 |
| 1591 | 2024-08-16T03:38:30.451Z | Checking futures-core v0.3.30 |
| 1592 | 2024-08-16T03:38:30.512Z | Checking tinyvec v1.6.0 |
| 1593 | 2024-08-16T03:38:30.593Z | Checking cpufeatures v0.2.12 |
| 1594 | 2024-08-16T03:38:30.621Z | Checking getrandom v0.2.14 |
| 1595 | 2024-08-16T03:38:30.640Z | Checking parking_lot_core v0.9.10 |
| 1596 | 2024-08-16T03:38:30.672Z | Checking signal-hook-registry v1.4.2 |
| 1597 | 2024-08-16T03:38:30.850Z | Checking rand_core v0.6.4 |
| 1598 | 2024-08-16T03:38:30.905Z | Checking mio v1.0.2 |
| 1599 | 2024-08-16T03:38:30.907Z | Checking generic-array v0.14.7 |
| 1600 | 2024-08-16T03:38:30.976Z | Checking parking_lot v0.12.2 |
| 1601 | 2024-08-16T03:38:31.159Z | Checking socket2 v0.5.7 |
| 1602 | 2024-08-16T03:38:31.310Z | Checking allocator-api2 v0.2.18 |
| 1603 | 2024-08-16T03:38:31.450Z | Checking futures-sink v0.3.30 |
| 1604 | 2024-08-16T03:38:31.576Z | Checking unicode-bidi v0.3.15 |
| 1605 | 2024-08-16T03:38:31.614Z | Checking libm v0.2.8 |
| 1606 | 2024-08-16T03:38:31.697Z | Checking ryu v1.0.18 |
| 1607 | 2024-08-16T03:38:31.788Z | Checking ahash v0.8.11 |
| 1608 | 2024-08-16T03:38:31.801Z | Checking unicode-normalization v0.1.23 |
| 1609 | 2024-08-16T03:38:31.923Z | Checking equivalent v1.0.1 |
| 1610 | 2024-08-16T03:38:31.933Z | Checking futures-channel v0.3.30 |
| 1611 | 2024-08-16T03:38:32.015Z | Checking slab v0.4.9 |
| 1612 | 2024-08-16T03:38:32.085Z | Checking crypto-common v0.1.6 |
| 1613 | 2024-08-16T03:38:32.163Z | Checking block-buffer v0.10.4 |
| 1614 | 2024-08-16T03:38:32.245Z | Checking block-padding v0.3.3 |
| 1615 | 2024-08-16T03:38:32.248Z | Checking pin-utils v0.1.0 |
| 1616 | 2024-08-16T03:38:32.271Z | Checking futures-task v0.3.30 |
| 1617 | 2024-08-16T03:38:32.331Z | Checking hashbrown v0.14.5 |
| 1618 | 2024-08-16T03:38:32.343Z | Checking futures-io v0.3.30 |
| 1619 | 2024-08-16T03:38:32.354Z | Checking digest v0.10.7 |
| 1620 | 2024-08-16T03:38:32.444Z | Checking inout v0.1.3 |
| 1621 | 2024-08-16T03:38:32.493Z | Checking base64ct v1.6.0 |
| 1622 | 2024-08-16T03:38:32.508Z | Checking num-traits v0.2.19 |
| 1623 | 2024-08-16T03:38:32.520Z | Checking futures-util v0.3.30 |
| 1624 | 2024-08-16T03:38:32.654Z | Checking cipher v0.4.4 |
| 1625 | 2024-08-16T03:38:32.669Z | Checking flagset v0.4.5 |
| 1626 | 2024-08-16T03:38:32.699Z | Checking hmac v0.12.1 |
| 1627 | 2024-08-16T03:38:32.837Z | Checking sha2 v0.10.8 |
| 1628 | 2024-08-16T03:38:32.895Z | Checking percent-encoding v2.3.1 |
| 1629 | 2024-08-16T03:38:32.909Z | Checking pem-rfc7468 v0.7.0 |
| 1630 | 2024-08-16T03:38:33.019Z | Checking ppv-lite86 v0.2.17 |
| 1631 | 2024-08-16T03:38:33.084Z | Checking salsa20 v0.10.2 |
| 1632 | 2024-08-16T03:38:33.149Z | Checking der v0.7.9 |
| 1633 | 2024-08-16T03:38:33.284Z | Checking pbkdf2 v0.12.2 |
| 1634 | 2024-08-16T03:38:33.373Z | Checking tracing-core v0.1.32 |
| 1635 | 2024-08-16T03:38:33.434Z | Checking fnv v1.0.7 |
| 1636 | 2024-08-16T03:38:33.518Z | Checking untrusted v0.9.0 |
| 1637 | 2024-08-16T03:38:33.552Z | Checking scrypt v0.11.0 |
| 1638 | 2024-08-16T03:38:33.667Z | Checking ring v0.17.8 |
| 1639 | 2024-08-16T03:38:33.681Z | Checking rand_chacha v0.3.1 |
| 1640 | 2024-08-16T03:38:33.770Z | Checking cbc v0.1.2 |
| 1641 | 2024-08-16T03:38:33.956Z | Checking aes v0.8.4 |
| 1642 | 2024-08-16T03:38:33.998Z | Checking tracing v0.1.40 |
| 1643 | 2024-08-16T03:38:34.034Z | Checking rand v0.8.5 |
| 1644 | 2024-08-16T03:38:34.203Z | Checking thiserror v1.0.63 |
| 1645 | 2024-08-16T03:38:34.320Z | Checking foreign-types-shared v0.1.1 |
| 1646 | 2024-08-16T03:38:34.338Z | Checking form_urlencoded v1.2.1 |
| 1647 | 2024-08-16T03:38:34.413Z | Checking foreign-types v0.3.2 |
| 1648 | 2024-08-16T03:38:34.499Z | Checking openssl-sys v0.9.103 |
| 1649 | 2024-08-16T03:38:34.515Z | Checking lazy_static v1.5.0 |
| 1650 | 2024-08-16T03:38:34.613Z | Checking try-lock v0.2.5 |
| 1651 | 2024-08-16T03:38:34.659Z | Checking bytes v1.7.1 |
| 1652 | 2024-08-16T03:38:34.740Z | Checking bitflags v2.6.0 |
| 1653 | 2024-08-16T03:38:34.796Z | Checking indexmap v2.4.0 |
| 1654 | 2024-08-16T03:38:34.922Z | Checking serde_json v1.0.125 |
| 1655 | 2024-08-16T03:38:35.030Z | Checking spki v0.7.3 |
| 1656 | 2024-08-16T03:38:35.267Z | Checking unicode-ident v1.0.12 |
| 1657 | 2024-08-16T03:38:35.283Z | Checking pkcs5 v0.7.1 |
| 1658 | 2024-08-16T03:38:35.412Z | Checking siphasher v0.3.11 |
| 1659 | 2024-08-16T03:38:35.427Z | Checking tokio v1.39.2 |
| 1660 | 2024-08-16T03:38:35.452Z | Checking http v0.2.12 |
| 1661 | 2024-08-16T03:38:35.693Z | Checking powerfmt v0.2.0 |
| 1662 | 2024-08-16T03:38:35.754Z | Checking openssl v0.10.66 |
| 1663 | 2024-08-16T03:38:35.770Z | Checking pkcs8 v0.10.2 |
| 1664 | 2024-08-16T03:38:35.941Z | Checking deranged v0.3.11 |
| 1665 | 2024-08-16T03:38:36.059Z | Checking sct v0.7.1 |
| 1666 | 2024-08-16T03:38:36.096Z | Checking rustls-webpki v0.101.7 |
| 1667 | 2024-08-16T03:38:36.245Z | Checking proc-macro2 v1.0.86 |
| 1668 | 2024-08-16T03:38:36.575Z | Checking want v0.3.1 |
| 1669 | 2024-08-16T03:38:36.738Z | Checking uuid v1.10.0 |
| 1670 | 2024-08-16T03:38:36.751Z | Checking http-body v0.4.6 |
| 1671 | 2024-08-16T03:38:36.821Z | Checking idna v0.5.0 |
| 1672 | 2024-08-16T03:38:36.865Z | Checking httparse v1.8.0 |
| 1673 | 2024-08-16T03:38:37.115Z | Checking errno v0.3.9 |
| 1674 | 2024-08-16T03:38:37.267Z | Checking aho-corasick v1.1.3 |
| 1675 | 2024-08-16T03:38:37.278Z | Checking scroll v0.12.0 |
| 1676 | 2024-08-16T03:38:37.306Z | Checking anstyle v1.0.8 |
| 1677 | 2024-08-16T03:38:37.492Z | Checking adler v1.0.2 |
| 1678 | 2024-08-16T03:38:37.626Z | Checking num-conv v0.1.0 |
| 1679 | 2024-08-16T03:38:37.626Z | Checking httpdate v1.0.3 |
| 1680 | 2024-08-16T03:38:37.662Z | Checking openssl-probe v0.1.5 |
| 1681 | 2024-08-16T03:38:37.676Z | Checking regex-syntax v0.8.4 |
| 1682 | 2024-08-16T03:38:37.720Z | Checking time-core v0.1.2 |
| 1683 | 2024-08-16T03:38:37.806Z | Checking utf8parse v0.2.1 |
| 1684 | 2024-08-16T03:38:37.844Z | Checking ucd-trie v0.1.6 |
| 1685 | 2024-08-16T03:38:37.859Z | Checking num_threads v0.1.7 |
| 1686 | 2024-08-16T03:38:37.871Z | Checking iana-time-zone v0.1.60 |
| 1687 | 2024-08-16T03:38:37.940Z | Checking finl_unicode v1.2.0 |
| 1688 | 2024-08-16T03:38:37.956Z | Checking plain v0.2.3 |
| 1689 | 2024-08-16T03:38:38.001Z | Checking tower-service v0.3.2 |
| 1690 | 2024-08-16T03:38:38.022Z | Checking pest v2.7.10 |
| 1691 | 2024-08-16T03:38:38.080Z | Checking goblin v0.8.2 |
| 1692 | 2024-08-16T03:38:38.118Z | Checking chrono v0.4.38 |
| 1693 | 2024-08-16T03:38:38.505Z | Checking stringprep v0.1.4 |
| 1694 | 2024-08-16T03:38:38.753Z | Checking time v0.3.36 |
| 1695 | 2024-08-16T03:38:38.825Z | Checking anstyle-parse v0.2.4 |
| 1696 | 2024-08-16T03:38:39.075Z | Checking miniz_oxide v0.7.2 |
| 1697 | 2024-08-16T03:38:39.805Z | Checking url v2.5.2 |
| 1698 | 2024-08-16T03:38:40.047Z | Checking rustix v0.38.34 |
| 1699 | 2024-08-16T03:38:40.478Z | Checking quote v1.0.36 |
| 1700 | 2024-08-16T03:38:40.591Z | Checking rustls v0.21.12 |
| 1701 | 2024-08-16T03:38:40.786Z | Checking toml_datetime v0.6.8 |
| 1702 | 2024-08-16T03:38:40.943Z | Checking regex-automata v0.4.6 |
| 1703 | 2024-08-16T03:38:41.065Z | Checking serde_spanned v0.6.7 |
| 1704 | 2024-08-16T03:38:41.133Z | Checking native-tls v0.2.11 |
| 1705 | 2024-08-16T03:38:41.227Z | Checking num-integer v0.1.46 |
| 1706 | 2024-08-16T03:38:41.259Z | Checking md-5 v0.10.6 |
| 1707 | 2024-08-16T03:38:41.426Z | Checking idna v0.3.0 |
| 1708 | 2024-08-16T03:38:41.462Z | Checking hash32 v0.2.1 |
| 1709 | 2024-08-16T03:38:41.694Z | Checking stable_deref_trait v1.2.0 |
| 1710 | 2024-08-16T03:38:41.765Z | Checking pretty-hex v0.4.1 |
| 1711 | 2024-08-16T03:38:41.786Z | Checking psl-types v2.0.11 |
| 1712 | 2024-08-16T03:38:41.919Z | Checking colorchoice v1.0.1 |
| 1713 | 2024-08-16T03:38:41.948Z | Checking is_terminal_polyfill v1.70.0 |
| 1714 | 2024-08-16T03:38:42.005Z | Checking fallible-iterator v0.2.0 |
| 1715 | 2024-08-16T03:38:42.038Z | Checking base64 v0.22.1 |
| 1716 | 2024-08-16T03:38:42.059Z | Checking gimli v0.28.1 |
| 1717 | 2024-08-16T03:38:42.223Z | Checking anstyle-query v1.0.3 |
| 1718 | 2024-08-16T03:38:42.269Z | Checking tokio-util v0.7.11 |
| 1719 | 2024-08-16T03:38:42.335Z | Checking anstream v0.6.14 |
| 1720 | 2024-08-16T03:38:42.509Z | Checking tokio-native-tls v0.3.1 |
| 1721 | 2024-08-16T03:38:42.596Z | Checking postgres-protocol v0.6.7 |
| 1722 | 2024-08-16T03:38:42.681Z | Checking publicsuffix v2.2.3 |
| 1723 | 2024-08-16T03:38:42.747Z | Checking terminal_size v0.3.0 |
| 1724 | 2024-08-16T03:38:42.893Z | Checking heapless v0.7.17 |
| 1725 | 2024-08-16T03:38:42.907Z | Checking num-iter v0.1.45 |
| 1726 | 2024-08-16T03:38:43.011Z | Checking dof v0.3.0 |
| 1727 | 2024-08-16T03:38:43.066Z | Checking cookie v0.17.0 |
| 1728 | 2024-08-16T03:38:43.148Z | Checking h2 v0.3.26 |
| 1729 | 2024-08-16T03:38:43.228Z | Checking syn v2.0.74 |
| 1730 | 2024-08-16T03:38:43.462Z | Checking dtrace-parser v0.2.0 |
| 1731 | 2024-08-16T03:38:43.609Z | Checking phf_shared v0.11.2 |
| 1732 | 2024-08-16T03:38:43.681Z | Checking tokio-rustls v0.24.1 |
| 1733 | 2024-08-16T03:38:43.880Z | Checking ff v0.13.0 |
| 1734 | 2024-08-16T03:38:43.894Z | Checking thread-id v4.2.1 |
| 1735 | 2024-08-16T03:38:43.928Z | Checking object v0.32.2 |
| 1736 | 2024-08-16T03:38:43.989Z | Checking regex-automata v0.1.10 |
| 1737 | 2024-08-16T03:38:44.029Z | Checking ipnet v2.9.0 |
| 1738 | 2024-08-16T03:38:44.068Z | Checking winnow v0.5.40 |
| 1739 | 2024-08-16T03:38:44.343Z | Checking clap_lex v0.7.0 |
| 1740 | 2024-08-16T03:38:44.458Z | Checking bitflags v1.3.2 |
| 1741 | 2024-08-16T03:38:44.551Z | Checking base16ct v0.2.0 |
| 1742 | 2024-08-16T03:38:44.584Z | Checking managed v0.8.0 |
| 1743 | 2024-08-16T03:38:44.720Z | Checking strsim v0.11.1 |
| 1744 | 2024-08-16T03:38:44.954Z | Checking rustc-demangle v0.1.24 |
| 1745 | 2024-08-16T03:38:44.982Z | Checking base64 v0.21.7 |
| 1746 | 2024-08-16T03:38:45.354Z | Checking either v1.13.0 |
| 1747 | 2024-08-16T03:38:45.418Z | Checking rustls-pemfile v1.0.4 |
| 1748 | 2024-08-16T03:38:45.432Z | Checking regex v1.10.6 |
| 1749 | 2024-08-16T03:38:45.599Z | Checking clap_builder v4.5.15 |
| 1750 | 2024-08-16T03:38:45.724Z | Checking smoltcp v0.9.1 |
| 1751 | 2024-08-16T03:38:45.970Z | Checking addr2line v0.21.0 |
| 1752 | 2024-08-16T03:38:45.999Z | Checking sec1 v0.7.3 |
| 1753 | 2024-08-16T03:38:46.395Z | Checking bstr v0.2.17 |
| 1754 | 2024-08-16T03:38:46.466Z | Checking group v0.13.0 |
| 1755 | 2024-08-16T03:38:46.693Z | Checking phf v0.11.2 |
| 1756 | 2024-08-16T03:38:46.955Z | Checking cookie_store v0.20.0 |
| 1757 | 2024-08-16T03:38:47.076Z | Checking toml_edit v0.19.15 |
| 1758 | 2024-08-16T03:38:47.188Z | Checking postgres-types v0.2.7 |
| 1759 | 2024-08-16T03:38:47.215Z | Checking num-bigint-dig v0.8.4 |
| 1760 | 2024-08-16T03:38:47.555Z | Checking futures-executor v0.3.30 |
| 1761 | 2024-08-16T03:38:47.771Z | Checking pkcs1 v0.7.5 |
| 1762 | 2024-08-16T03:38:47.892Z | Checking phf_shared v0.10.0 |
| 1763 | 2024-08-16T03:38:48.155Z | Checking serde_urlencoded v0.7.1 |
| 1764 | 2024-08-16T03:38:48.158Z | Checking hubpack v0.1.2 |
| 1765 | 2024-08-16T03:38:48.455Z | Checking zerocopy v0.6.6 |
| 1766 | 2024-08-16T03:38:48.547Z | Checking float-cmp v0.9.0 |
| 1767 | 2024-08-16T03:38:48.582Z | Checking signal-hook v0.3.17 |
| 1768 | 2024-08-16T03:38:48.726Z | Checking crossbeam-utils v0.8.19 |
| 1769 | 2024-08-16T03:38:48.887Z | Checking crc32fast v1.4.0 |
| 1770 | 2024-08-16T03:38:49.095Z | Checking hkdf v0.12.4 |
| 1771 | 2024-08-16T03:38:49.170Z | Checking signature v2.2.0 |
| 1772 | 2024-08-16T03:38:49.244Z | Checking hyper v0.14.30 |
| 1773 | 2024-08-16T03:38:49.287Z | Checking idna v0.4.0 |
| 1774 | 2024-08-16T03:38:49.328Z | Checking crypto-bigint v0.5.5 |
| 1775 | 2024-08-16T03:38:49.340Z | Checking memmap v0.7.0 |
| 1776 | 2024-08-16T03:38:49.354Z | Checking mio v0.8.11 |
| 1777 | 2024-08-16T03:38:49.427Z | Checking usdt-impl v0.5.0 |
| 1778 | 2024-08-16T03:38:49.494Z | Checking encoding_rs v0.8.34 |
| 1779 | 2024-08-16T03:38:49.520Z | Checking data-encoding v2.6.0 |
| 1780 | 2024-08-16T03:38:49.832Z | Checking backtrace v0.3.71 |
| 1781 | 2024-08-16T03:38:49.912Z | Checking webpki-roots v0.25.4 |
| 1782 | 2024-08-16T03:38:49.965Z | Checking difflib v0.4.0 |
| 1783 | 2024-08-16T03:38:50.061Z | Checking new_debug_unreachable v1.0.6 |
| 1784 | 2024-08-16T03:38:50.075Z | Checking mime v0.3.17 |
| 1785 | 2024-08-16T03:38:50.139Z | Checking sync_wrapper v0.1.2 |
| 1786 | 2024-08-16T03:38:50.154Z | Checking predicates-core v1.0.6 |
| 1787 | 2024-08-16T03:38:50.247Z | Checking whoami v1.5.1 |
| 1788 | 2024-08-16T03:38:50.270Z | Checking fixedbitset v0.4.2 |
| 1789 | 2024-08-16T03:38:50.314Z | Checking normalize-line-endings v0.3.0 |
| 1790 | 2024-08-16T03:38:50.358Z | Checking dyn-clone v1.0.17 |
| 1791 | 2024-08-16T03:38:50.375Z | Checking unicode-segmentation v1.11.0 |
| 1792 | 2024-08-16T03:38:50.412Z | Checking unicode-width v0.1.13 |
| 1793 | 2024-08-16T03:38:50.493Z | Checking static_assertions v1.1.0 |
| 1794 | 2024-08-16T03:38:50.504Z | Checking winnow v0.6.18 |
| 1795 | 2024-08-16T03:38:50.522Z | Checking precomputed-hash v0.1.1 |
| 1796 | 2024-08-16T03:38:50.576Z | Checking bit-vec v0.6.3 |
| 1797 | 2024-08-16T03:38:50.591Z | Checking minimal-lexical v0.2.1 |
| 1798 | 2024-08-16T03:38:50.616Z | Checking string_cache v0.8.7 |
| 1799 | 2024-08-16T03:38:50.895Z | Checking console v0.15.8 |
| 1800 | 2024-08-16T03:38:50.910Z | Checking bit-set v0.5.3 |
| 1801 | 2024-08-16T03:38:50.969Z | Checking nom v7.1.3 |
| 1802 | 2024-08-16T03:38:50.984Z | Checking similar v2.5.0 |
| 1803 | 2024-08-16T03:38:51.139Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1804 | 2024-08-16T03:38:51.447Z | Checking tokio-postgres v0.7.11 |
| 1805 | 2024-08-16T03:38:51.736Z | Checking petgraph v0.6.5 |
| 1806 | 2024-08-16T03:38:51.785Z | Checking schemars v0.8.21 |
| 1807 | 2024-08-16T03:38:52.057Z | Checking elliptic-curve v0.13.8 |
| 1808 | 2024-08-16T03:38:52.732Z | Checking predicates v3.1.2 |
| 1809 | 2024-08-16T03:38:53.348Z | Checking anyhow v1.0.86 |
| 1810 | 2024-08-16T03:38:53.400Z | Checking toml_edit v0.22.20 |
| 1811 | 2024-08-16T03:38:53.440Z | Checking hickory-proto v0.24.1 |
| 1812 | 2024-08-16T03:38:53.700Z | Checking signal-hook-mio v0.2.4 |
| 1813 | 2024-08-16T03:38:53.781Z | Checking usdt v0.5.0 |
| 1814 | 2024-08-16T03:38:53.827Z | Checking toml v0.7.8 |
| 1815 | 2024-08-16T03:38:54.018Z | Checking crossbeam-epoch v0.9.18 |
| 1816 | 2024-08-16T03:38:54.412Z | Checking rsa v0.9.6 |
| 1817 | 2024-08-16T03:38:54.432Z | Checking flate2 v1.0.31 |
| 1818 | 2024-08-16T03:38:54.568Z | Checking clap v4.5.15 |
| 1819 | 2024-08-16T03:38:54.680Z | Checking futures v0.3.30 |
| 1820 | 2024-08-16T03:38:54.779Z | Checking itertools v0.12.1 |
| 1821 | 2024-08-16T03:38:55.060Z | Checking itertools v0.10.5 |
| 1822 | 2024-08-16T03:38:55.083Z | Checking bstr v1.9.1 |
| 1823 | 2024-08-16T03:38:55.258Z | Checking hyper-tls v0.5.0 |
| 1824 | 2024-08-16T03:38:55.365Z | Checking hyper-rustls v0.24.2 |
| 1825 | 2024-08-16T03:38:55.516Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1826 | 2024-08-16T03:38:55.538Z | Checking tokio-stream v0.1.15 |
| 1827 | 2024-08-16T03:38:55.654Z | Checking reqwest v0.11.27 |
| 1828 | 2024-08-16T03:38:55.951Z | Checking fs-err v2.11.0 |
| 1829 | 2024-08-16T03:38:55.966Z | Checking nix v0.28.0 |
| 1830 | 2024-08-16T03:38:56.130Z | Checking slog v2.7.0 |
| 1831 | 2024-08-16T03:38:56.264Z | Checking openapiv3 v2.0.0 |
| 1832 | 2024-08-16T03:38:56.486Z | Checking hex v0.4.3 |
| 1833 | 2024-08-16T03:38:56.617Z | Checking semver v1.0.23 |
| 1834 | 2024-08-16T03:38:56.984Z | Checking sha1 v0.10.6 |
| 1835 | 2024-08-16T03:38:57.005Z | Checking peg-runtime v0.8.3 |
| 1836 | 2024-08-16T03:38:57.212Z | Checking lalrpop-util v0.19.12 |
| 1837 | 2024-08-16T03:38:57.249Z | Checking camino v1.1.7 |
| 1838 | 2024-08-16T03:38:57.263Z | Checking sigpipe v0.1.3 |
| 1839 | 2024-08-16T03:38:58.884Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1840 | 2024-08-16T03:38:59.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s |
| 1841 | 2024-08-16T03:38:59.296Z | |
| 1842 | 2024-08-16T03:38:59.296Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
| 1843 | 2024-08-16T03:38:59.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2024-08-16T03:38:59.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2024-08-16T03:38:59.939Z | Compiling regress v0.9.1 |
| 1846 | 2024-08-16T03:39:00.032Z | Checking strum v0.26.3 |
| 1847 | 2024-08-16T03:39:00.047Z | Checking heck v0.5.0 |
| 1848 | 2024-08-16T03:39:00.057Z | Compiling getopts v0.2.21 |
| 1849 | 2024-08-16T03:39:00.060Z | Checking dirs-sys-next v0.1.2 |
| 1850 | 2024-08-16T03:39:00.079Z | Compiling unsafe-libyaml v0.2.11 |
| 1851 | 2024-08-16T03:39:00.146Z | Checking http v1.1.0 |
| 1852 | 2024-08-16T03:39:00.197Z | Checking thread_local v1.1.8 |
| 1853 | 2024-08-16T03:39:00.214Z | Checking dirs-next v2.0.0 |
| 1854 | 2024-08-16T03:39:00.333Z | Checking rustls-pki-types v1.7.0 |
| 1855 | 2024-08-16T03:39:00.377Z | Compiling ident_case v1.0.1 |
| 1856 | 2024-08-16T03:39:00.465Z | Checking term v0.7.0 |
| 1857 | 2024-08-16T03:39:00.554Z | Compiling darling_core v0.20.9 |
| 1858 | 2024-08-16T03:39:00.743Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1859 | 2024-08-16T03:39:00.848Z | Checking crossbeam-channel v0.5.12 |
| 1860 | 2024-08-16T03:39:00.971Z | Checking is-terminal v0.4.12 |
| 1861 | 2024-08-16T03:39:01.067Z | Checking atty v0.2.14 |
| 1862 | 2024-08-16T03:39:01.083Z | Checking humantime v2.1.0 |
| 1863 | 2024-08-16T03:39:01.178Z | Checking take_mut v0.2.2 |
| 1864 | 2024-08-16T03:39:01.320Z | Compiling rustls v0.22.4 |
| 1865 | 2024-08-16T03:39:01.364Z | Compiling serde_yaml v0.9.34+deprecated |
| 1866 | 2024-08-16T03:39:01.435Z | Checking utf-8 v0.7.6 |
| 1867 | 2024-08-16T03:39:01.537Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1868 | 2024-08-16T03:39:01.590Z | Compiling paste v1.0.15 |
| 1869 | 2024-08-16T03:39:01.622Z | Checking termcolor v1.4.1 |
| 1870 | 2024-08-16T03:39:01.913Z | Checking slog-async v2.8.0 |
| 1871 | 2024-08-16T03:39:02.027Z | Checking env_logger v0.9.3 |
| 1872 | 2024-08-16T03:39:02.030Z | Checking slog-term v2.9.1 |
| 1873 | 2024-08-16T03:39:02.166Z | Checking rustls-webpki v0.102.4 |
| 1874 | 2024-08-16T03:39:02.176Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1875 | 2024-08-16T03:39:02.453Z | Compiling proc-macro-crate v1.3.1 |
| 1876 | 2024-08-16T03:39:02.514Z | Compiling bitstruct_derive v0.1.0 |
| 1877 | 2024-08-16T03:39:02.533Z | Compiling structmeta-derive v0.3.0 |
| 1878 | 2024-08-16T03:39:02.930Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1879 | 2024-08-16T03:39:03.051Z | Compiling multer v3.1.0 |
| 1880 | 2024-08-16T03:39:03.346Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1881 | 2024-08-16T03:39:03.441Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1882 | 2024-08-16T03:39:03.616Z | Checking ascii v1.1.0 |
| 1883 | 2024-08-16T03:39:03.842Z | Checking match_cfg v0.1.0 |
| 1884 | 2024-08-16T03:39:03.929Z | Checking hostname v0.3.1 |
| 1885 | 2024-08-16T03:39:03.995Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1886 | 2024-08-16T03:39:04.053Z | Checking bitstruct v0.1.1 |
| 1887 | 2024-08-16T03:39:04.179Z | Compiling num_enum_derive v0.5.11 |
| 1888 | 2024-08-16T03:39:04.951Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1889 | 2024-08-16T03:39:05.097Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1890 | 2024-08-16T03:39:05.492Z | Compiling structmeta v0.3.0 |
| 1891 | 2024-08-16T03:39:05.514Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1892 | 2024-08-16T03:39:05.766Z | Checking slog-json v2.6.1 |
| 1893 | 2024-08-16T03:39:05.787Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1894 | 2024-08-16T03:39:05.893Z | Checking erased-serde v0.3.31 |
| 1895 | 2024-08-16T03:39:06.009Z | Checking serde_arrays v0.1.0 |
| 1896 | 2024-08-16T03:39:06.034Z | Compiling foreign-types-macros v0.2.3 |
| 1897 | 2024-08-16T03:39:06.153Z | Compiling async-stream-impl v0.3.5 |
| 1898 | 2024-08-16T03:39:06.564Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1899 | 2024-08-16T03:39:06.820Z | Checking atomic-waker v1.1.2 |
| 1900 | 2024-08-16T03:39:06.861Z | Checking foreign-types-shared v0.3.1 |
| 1901 | 2024-08-16T03:39:06.947Z | Checking arc-swap v1.7.1 |
| 1902 | 2024-08-16T03:39:06.963Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1903 | 2024-08-16T03:39:06.985Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1904 | 2024-08-16T03:39:07.265Z | Checking waitgroup v0.1.2 |
| 1905 | 2024-08-16T03:39:07.318Z | Checking foreign-types v0.5.0 |
| 1906 | 2024-08-16T03:39:07.355Z | Checking slog-scope v4.4.0 |
| 1907 | 2024-08-16T03:39:07.451Z | Checking num_enum v0.5.11 |
| 1908 | 2024-08-16T03:39:07.490Z | Checking slog-bunyan v2.5.0 |
| 1909 | 2024-08-16T03:39:07.544Z | Compiling parse-display-derive v0.10.0 |
| 1910 | 2024-08-16T03:39:07.564Z | Checking async-stream v0.3.5 |
| 1911 | 2024-08-16T03:39:07.579Z | Compiling darling_macro v0.20.9 |
| 1912 | 2024-08-16T03:39:07.591Z | Compiling proc-macro-error v1.0.4 |
| 1913 | 2024-08-16T03:39:07.876Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1914 | 2024-08-16T03:39:07.978Z | Checking toml v0.8.19 |
| 1915 | 2024-08-16T03:39:08.202Z | Checking tungstenite v0.20.1 |
| 1916 | 2024-08-16T03:39:08.270Z | Checking rustls-pemfile v2.1.3 |
| 1917 | 2024-08-16T03:39:08.504Z | Compiling heck v0.3.3 |
| 1918 | 2024-08-16T03:39:08.540Z | Compiling darling v0.20.9 |
| 1919 | 2024-08-16T03:39:08.646Z | Compiling serde_with_macros v3.8.3 |
| 1920 | 2024-08-16T03:39:08.661Z | Checking tokio-rustls v0.25.0 |
| 1921 | 2024-08-16T03:39:08.693Z | Checking ipnetwork v0.20.0 |
| 1922 | 2024-08-16T03:39:08.917Z | Checking newtype-uuid v1.1.0 |
| 1923 | 2024-08-16T03:39:08.997Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1924 | 2024-08-16T03:39:09.053Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1925 | 2024-08-16T03:39:09.069Z | Checking serde_path_to_error v0.1.16 |
| 1926 | 2024-08-16T03:39:09.154Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1927 | 2024-08-16T03:39:09.657Z | Checking hostname v0.4.0 |
| 1928 | 2024-08-16T03:39:09.787Z | Checking cstr-argument v0.1.2 |
| 1929 | 2024-08-16T03:39:09.931Z | Checking instant v0.1.12 |
| 1930 | 2024-08-16T03:39:09.947Z | Checking pretty-hex v0.2.1 |
| 1931 | 2024-08-16T03:39:09.960Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1932 | 2024-08-16T03:39:10.033Z | Checking fastrand v2.1.0 |
| 1933 | 2024-08-16T03:39:10.087Z | Checking debug-ignore v1.0.5 |
| 1934 | 2024-08-16T03:39:10.218Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1935 | 2024-08-16T03:39:10.263Z | Checking backoff v0.4.0 |
| 1936 | 2024-08-16T03:39:10.331Z | Checking tempfile v3.10.1 |
| 1937 | 2024-08-16T03:39:10.472Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1938 | 2024-08-16T03:39:10.540Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1939 | 2024-08-16T03:39:10.676Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1940 | 2024-08-16T03:39:10.786Z | Checking tokio-tungstenite v0.20.1 |
| 1941 | 2024-08-16T03:39:10.817Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1942 | 2024-08-16T03:39:10.899Z | Compiling zone_cfg_derive v0.1.2 |
| 1943 | 2024-08-16T03:39:11.151Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1944 | 2024-08-16T03:39:11.244Z | Checking slog-stdlog v4.1.1 |
| 1945 | 2024-08-16T03:39:11.398Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1946 | 2024-08-16T03:39:11.537Z | Checking tungstenite v0.21.0 |
| 1947 | 2024-08-16T03:39:11.600Z | Checking serde_with v3.8.3 |
| 1948 | 2024-08-16T03:39:11.906Z | Checking colored v2.1.0 |
| 1949 | 2024-08-16T03:39:12.196Z | Checking macaddr v1.0.1 |
| 1950 | 2024-08-16T03:39:12.232Z | Checking parse-display v0.10.0 |
| 1951 | 2024-08-16T03:39:12.419Z | Checking socket2 v0.4.10 |
| 1952 | 2024-08-16T03:39:12.463Z | Checking base64 v0.13.1 |
| 1953 | 2024-08-16T03:39:12.486Z | Checking tokio-tungstenite v0.21.0 |
| 1954 | 2024-08-16T03:39:12.593Z | Checking zone v0.1.8 |
| 1955 | 2024-08-16T03:39:12.838Z | Checking ron v0.7.1 |
| 1956 | 2024-08-16T03:39:12.964Z | Checking slog-envlogger v2.2.0 |
| 1957 | 2024-08-16T03:39:13.176Z | Checking pem v3.0.4 |
| 1958 | 2024-08-16T03:39:13.252Z | Checking tabwriter v1.4.0 |
| 1959 | 2024-08-16T03:39:13.436Z | Checking xattr v1.3.1 |
| 1960 | 2024-08-16T03:39:13.485Z | Checking portpicker v0.1.1 |
| 1961 | 2024-08-16T03:39:13.619Z | Checking yasna v0.5.2 |
| 1962 | 2024-08-16T03:39:13.621Z | Checking headers-core v0.2.0 |
| 1963 | 2024-08-16T03:39:13.984Z | Checking smf v0.2.3 |
| 1964 | 2024-08-16T03:39:14.342Z | Checking filetime v0.2.24 |
| 1965 | 2024-08-16T03:39:14.397Z | Checking same-file v1.0.6 |
| 1966 | 2024-08-16T03:39:14.420Z | Checking rcgen v0.12.1 |
| 1967 | 2024-08-16T03:39:14.461Z | Checking headers v0.3.9 |
| 1968 | 2024-08-16T03:39:14.531Z | Checking tar v0.4.41 |
| 1969 | 2024-08-16T03:39:14.550Z | Checking walkdir v2.5.0 |
| 1970 | 2024-08-16T03:39:14.997Z | Checking camino-tempfile v1.1.1 |
| 1971 | 2024-08-16T03:39:15.019Z | Checking atomicwrites v0.4.3 |
| 1972 | 2024-08-16T03:39:15.046Z | Checking subprocess v0.2.9 |
| 1973 | 2024-08-16T03:39:15.639Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1974 | 2024-08-16T03:39:15.846Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1975 | 2024-08-16T03:39:17.726Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1976 | 2024-08-16T03:39:19.562Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1977 | 2024-08-16T03:39:19.624Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1978 | 2024-08-16T03:39:22.643Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1979 | 2024-08-16T03:39:28.782Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1980 | 2024-08-16T03:39:28.905Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 1981 | 2024-08-16T03:39:28.905Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1982 | 2024-08-16T03:39:31.260Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1983 | 2024-08-16T03:39:31.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1984 | 2024-08-16T03:39:37.336Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1985 | 2024-08-16T03:39:38.723Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1986 | 2024-08-16T03:39:39.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.45s |
| 1987 | 2024-08-16T03:39:39.907Z | |
| 1988 | 2024-08-16T03:39:39.907Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
| 1989 | 2024-08-16T03:39:40.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2024-08-16T03:39:40.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2024-08-16T03:39:40.533Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1992 | 2024-08-16T03:39:41.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 1993 | 2024-08-16T03:39:41.853Z | |
| 1994 | 2024-08-16T03:39:41.853Z | info: running `cargo check --bins` on nexus-config (31/150) |
| 1995 | 2024-08-16T03:39:42.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2024-08-16T03:39:42.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2024-08-16T03:39:42.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2024-08-16T03:39:42.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1999 | 2024-08-16T03:39:42.460Z | |
| 2000 | 2024-08-16T03:39:42.460Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
| 2001 | 2024-08-16T03:39:42.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2024-08-16T03:39:42.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2024-08-16T03:39:42.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2024-08-16T03:39:42.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2005 | 2024-08-16T03:39:43.040Z | |
| 2006 | 2024-08-16T03:39:43.041Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
| 2007 | 2024-08-16T03:39:43.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2024-08-16T03:39:43.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2024-08-16T03:39:43.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2024-08-16T03:39:43.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2011 | 2024-08-16T03:39:43.636Z | |
| 2012 | 2024-08-16T03:39:43.636Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
| 2013 | 2024-08-16T03:39:44.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2024-08-16T03:39:44.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2024-08-16T03:39:44.251Z | Compiling heapless v0.8.0 |
| 2016 | 2024-08-16T03:39:44.254Z | Checking hash32 v0.3.1 |
| 2017 | 2024-08-16T03:39:44.254Z | Compiling smoltcp v0.11.0 |
| 2018 | 2024-08-16T03:39:44.354Z | Checking cobs v0.2.3 |
| 2019 | 2024-08-16T03:39:44.357Z | Checking embedded-io v0.4.0 |
| 2020 | 2024-08-16T03:39:44.373Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2021 | 2024-08-16T03:39:44.373Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2022 | 2024-08-16T03:39:44.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2023 | 2024-08-16T03:39:44.480Z | Compiling crucible-workspace-hack v0.1.0 |
| 2024 | 2024-08-16T03:39:44.497Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2025 | 2024-08-16T03:39:44.515Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2026 | 2024-08-16T03:39:44.529Z | Checking postcard v1.0.8 |
| 2027 | 2024-08-16T03:39:44.714Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2028 | 2024-08-16T03:39:44.730Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2029 | 2024-08-16T03:39:44.863Z | Compiling num-derive v0.4.2 |
| 2030 | 2024-08-16T03:39:45.040Z | Compiling slog-dtrace v0.3.0 |
| 2031 | 2024-08-16T03:39:45.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2032 | 2024-08-16T03:39:45.156Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2033 | 2024-08-16T03:39:45.257Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2034 | 2024-08-16T03:39:46.001Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2035 | 2024-08-16T03:39:46.438Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2036 | 2024-08-16T03:39:47.752Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2037 | 2024-08-16T03:39:48.553Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2038 | 2024-08-16T03:39:49.553Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2039 | 2024-08-16T03:39:51.153Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2040 | 2024-08-16T03:39:51.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s |
| 2041 | 2024-08-16T03:39:51.930Z | |
| 2042 | 2024-08-16T03:39:51.930Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
| 2043 | 2024-08-16T03:39:52.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2024-08-16T03:39:52.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2024-08-16T03:39:52.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2024-08-16T03:39:52.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2047 | 2024-08-16T03:39:52.539Z | |
| 2048 | 2024-08-16T03:39:52.539Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
| 2049 | 2024-08-16T03:39:53.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2024-08-16T03:39:53.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2024-08-16T03:39:53.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2024-08-16T03:39:53.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2053 | 2024-08-16T03:39:53.241Z | |
| 2054 | 2024-08-16T03:39:53.241Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
| 2055 | 2024-08-16T03:39:53.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2024-08-16T03:39:53.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2024-08-16T03:39:53.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2024-08-16T03:39:53.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2059 | 2024-08-16T03:39:53.938Z | |
| 2060 | 2024-08-16T03:39:53.938Z | info: running `cargo check --bins` on dns-server (38/150) |
| 2061 | 2024-08-16T03:39:54.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2024-08-16T03:39:54.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2024-08-16T03:39:54.543Z | Compiling parking_lot_core v0.8.6 |
| 2064 | 2024-08-16T03:39:54.630Z | Checking newline-converter v0.3.0 |
| 2065 | 2024-08-16T03:39:54.633Z | Checking nibble_vec v0.1.0 |
| 2066 | 2024-08-16T03:39:54.633Z | Checking linked-hash-map v0.5.6 |
| 2067 | 2024-08-16T03:39:54.633Z | Checking quick-error v1.2.3 |
| 2068 | 2024-08-16T03:39:54.633Z | Checking endian-type v0.1.2 |
| 2069 | 2024-08-16T03:39:54.646Z | Checking fxhash v0.2.1 |
| 2070 | 2024-08-16T03:39:54.648Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2071 | 2024-08-16T03:39:54.739Z | Checking expectorate v1.1.0 |
| 2072 | 2024-08-16T03:39:54.754Z | Checking resolv-conf v0.7.0 |
| 2073 | 2024-08-16T03:39:54.782Z | Checking hickory-server v0.24.1 |
| 2074 | 2024-08-16T03:39:54.870Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2075 | 2024-08-16T03:39:54.934Z | Checking radix_trie v0.2.1 |
| 2076 | 2024-08-16T03:39:54.949Z | Checking lru-cache v0.1.2 |
| 2077 | 2024-08-16T03:39:55.138Z | Checking hickory-resolver v0.24.1 |
| 2078 | 2024-08-16T03:39:55.250Z | Checking hickory-client v0.24.1 |
| 2079 | 2024-08-16T03:39:55.327Z | Checking parking_lot v0.11.2 |
| 2080 | 2024-08-16T03:39:55.568Z | Checking sled v0.34.7 |
| 2081 | 2024-08-16T03:39:57.225Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2082 | 2024-08-16T03:39:58.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 2083 | 2024-08-16T03:39:58.394Z | |
| 2084 | 2024-08-16T03:39:58.394Z | info: running `cargo check --bins` on dns-server-api (39/150) |
| 2085 | 2024-08-16T03:39:58.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2024-08-16T03:39:58.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2024-08-16T03:39:58.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2024-08-16T03:39:58.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2089 | 2024-08-16T03:39:58.970Z | |
| 2090 | 2024-08-16T03:39:58.970Z | info: running `cargo check --bins` on dns-service-client (40/150) |
| 2091 | 2024-08-16T03:39:59.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2024-08-16T03:39:59.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2024-08-16T03:39:59.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2024-08-16T03:39:59.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2095 | 2024-08-16T03:39:59.539Z | |
| 2096 | 2024-08-16T03:39:59.539Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
| 2097 | 2024-08-16T03:40:00.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2024-08-16T03:40:00.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2024-08-16T03:40:00.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2024-08-16T03:40:00.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2101 | 2024-08-16T03:40:00.176Z | |
| 2102 | 2024-08-16T03:40:00.176Z | info: running `cargo check --bins` on gateway-types (42/150) |
| 2103 | 2024-08-16T03:40:00.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2024-08-16T03:40:00.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2024-08-16T03:40:00.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2024-08-16T03:40:00.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2107 | 2024-08-16T03:40:00.773Z | |
| 2108 | 2024-08-16T03:40:00.773Z | info: running `cargo check --bins` on ipcc (43/150) |
| 2109 | 2024-08-16T03:40:01.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2024-08-16T03:40:01.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2024-08-16T03:40:01.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2024-08-16T03:40:01.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2113 | 2024-08-16T03:40:01.370Z | |
| 2114 | 2024-08-16T03:40:01.370Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
| 2115 | 2024-08-16T03:40:01.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2024-08-16T03:40:01.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2024-08-16T03:40:02.282Z | Compiling radium v0.7.0 |
| 2118 | 2024-08-16T03:40:02.309Z | Checking tap v1.0.1 |
| 2119 | 2024-08-16T03:40:02.309Z | Compiling maybe-uninit v2.0.0 |
| 2120 | 2024-08-16T03:40:02.309Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2121 | 2024-08-16T03:40:02.309Z | Checking crc-catalog v2.4.0 |
| 2122 | 2024-08-16T03:40:02.309Z | Checking funty v2.0.0 |
| 2123 | 2024-08-16T03:40:02.309Z | Compiling packed_struct v0.10.1 |
| 2124 | 2024-08-16T03:40:02.309Z | Compiling packed_struct_codegen v0.10.1 |
| 2125 | 2024-08-16T03:40:02.309Z | Checking wyz v0.5.1 |
| 2126 | 2024-08-16T03:40:02.309Z | Checking crc v3.2.1 |
| 2127 | 2024-08-16T03:40:02.580Z | Compiling indexmap v1.9.3 |
| 2128 | 2024-08-16T03:40:02.632Z | Checking half v2.4.1 |
| 2129 | 2024-08-16T03:40:02.670Z | Checking ciborium-io v0.2.2 |
| 2130 | 2024-08-16T03:40:02.749Z | Checking nodrop v0.1.14 |
| 2131 | 2024-08-16T03:40:02.802Z | Checking smallvec v0.6.14 |
| 2132 | 2024-08-16T03:40:02.846Z | Checking array-init v0.0.4 |
| 2133 | 2024-08-16T03:40:02.862Z | Compiling memoffset v0.9.1 |
| 2134 | 2024-08-16T03:40:02.891Z | Checking bitfield v0.14.0 |
| 2135 | 2024-08-16T03:40:03.025Z | Checking bitvec v1.0.1 |
| 2136 | 2024-08-16T03:40:03.099Z | Checking ciborium-ll v0.2.2 |
| 2137 | 2024-08-16T03:40:03.121Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2138 | 2024-08-16T03:40:03.134Z | Checking hashbrown v0.12.3 |
| 2139 | 2024-08-16T03:40:03.157Z | Checking env_logger v0.10.2 |
| 2140 | 2024-08-16T03:40:03.364Z | Checking ciborium v0.2.2 |
| 2141 | 2024-08-16T03:40:03.535Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2142 | 2024-08-16T03:40:03.550Z | Checking ron v0.8.1 |
| 2143 | 2024-08-16T03:40:03.757Z | Checking x509-cert v0.2.5 |
| 2144 | 2024-08-16T03:40:03.787Z | Checking serde-hex v0.1.0 |
| 2145 | 2024-08-16T03:40:04.214Z | Checking hashbrown v0.13.2 |
| 2146 | 2024-08-16T03:40:04.365Z | Checking bzip2 v0.4.4 |
| 2147 | 2024-08-16T03:40:04.654Z | Checking crc-any v2.5.0 |
| 2148 | 2024-08-16T03:40:04.716Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2149 | 2024-08-16T03:40:04.809Z | Checking zip v0.6.6 |
| 2150 | 2024-08-16T03:40:05.006Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2151 | 2024-08-16T03:40:05.042Z | Checking path-slash v0.1.5 |
| 2152 | 2024-08-16T03:40:05.168Z | Checking nix v0.27.1 |
| 2153 | 2024-08-16T03:40:05.204Z | Checking object v0.30.4 |
| 2154 | 2024-08-16T03:40:05.240Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2155 | 2024-08-16T03:40:05.347Z | Checking serde-big-array v0.5.1 |
| 2156 | 2024-08-16T03:40:05.454Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2157 | 2024-08-16T03:40:05.473Z | Checking signal-hook-tokio v0.3.1 |
| 2158 | 2024-08-16T03:40:07.513Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2159 | 2024-08-16T03:40:07.950Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2160 | 2024-08-16T03:40:14.402Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2161 | 2024-08-16T03:40:15.611Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2162 | 2024-08-16T03:40:17.226Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2163 | 2024-08-16T03:40:18.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.54s |
| 2164 | 2024-08-16T03:40:19.060Z | |
| 2165 | 2024-08-16T03:40:19.060Z | info: running `cargo check --bins` on gateway-api (45/150) |
| 2166 | 2024-08-16T03:40:19.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2024-08-16T03:40:19.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2024-08-16T03:40:19.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2024-08-16T03:40:19.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2170 | 2024-08-16T03:40:19.659Z | |
| 2171 | 2024-08-16T03:40:19.659Z | info: running `cargo check --bins` on sp-sim (46/150) |
| 2172 | 2024-08-16T03:40:20.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2024-08-16T03:40:20.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2024-08-16T03:40:20.268Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2175 | 2024-08-16T03:40:21.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 2176 | 2024-08-16T03:40:21.929Z | |
| 2177 | 2024-08-16T03:40:21.930Z | info: running `cargo check --bins` on internal-dns (47/150) |
| 2178 | 2024-08-16T03:40:22.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2024-08-16T03:40:22.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2024-08-16T03:40:22.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2024-08-16T03:40:22.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2182 | 2024-08-16T03:40:22.545Z | |
| 2183 | 2024-08-16T03:40:22.545Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
| 2184 | 2024-08-16T03:40:23.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2024-08-16T03:40:23.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2024-08-16T03:40:23.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2024-08-16T03:40:23.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2188 | 2024-08-16T03:40:23.167Z | |
| 2189 | 2024-08-16T03:40:23.167Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
| 2190 | 2024-08-16T03:40:23.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2024-08-16T03:40:23.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2024-08-16T03:40:23.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2024-08-16T03:40:23.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2194 | 2024-08-16T03:40:23.815Z | |
| 2195 | 2024-08-16T03:40:23.815Z | info: running `cargo check --bins` on db-macros (50/150) |
| 2196 | 2024-08-16T03:40:24.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2024-08-16T03:40:24.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2024-08-16T03:40:24.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2024-08-16T03:40:24.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2200 | 2024-08-16T03:40:24.385Z | |
| 2201 | 2024-08-16T03:40:24.385Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
| 2202 | 2024-08-16T03:40:24.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2024-08-16T03:40:24.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2024-08-16T03:40:24.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2024-08-16T03:40:24.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2206 | 2024-08-16T03:40:24.956Z | |
| 2207 | 2024-08-16T03:40:24.956Z | info: running `cargo check --bins` on nexus-auth (52/150) |
| 2208 | 2024-08-16T03:40:25.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2024-08-16T03:40:25.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2024-08-16T03:40:25.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2024-08-16T03:40:25.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2212 | 2024-08-16T03:40:25.594Z | |
| 2213 | 2024-08-16T03:40:25.594Z | info: running `cargo check --bins` on authz-macros (53/150) |
| 2214 | 2024-08-16T03:40:26.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2024-08-16T03:40:26.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2024-08-16T03:40:26.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2024-08-16T03:40:26.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2218 | 2024-08-16T03:40:26.164Z | |
| 2219 | 2024-08-16T03:40:26.164Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
| 2220 | 2024-08-16T03:40:26.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2024-08-16T03:40:26.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2024-08-16T03:40:26.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2024-08-16T03:40:26.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2224 | 2024-08-16T03:40:26.782Z | |
| 2225 | 2024-08-16T03:40:26.782Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
| 2226 | 2024-08-16T03:40:27.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2024-08-16T03:40:27.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2024-08-16T03:40:27.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2024-08-16T03:40:27.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2230 | 2024-08-16T03:40:27.406Z | |
| 2231 | 2024-08-16T03:40:27.406Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
| 2232 | 2024-08-16T03:40:27.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2024-08-16T03:40:27.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2024-08-16T03:40:27.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2024-08-16T03:40:27.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2236 | 2024-08-16T03:40:28.009Z | |
| 2237 | 2024-08-16T03:40:28.010Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
| 2238 | 2024-08-16T03:40:28.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2024-08-16T03:40:28.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2024-08-16T03:40:28.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2024-08-16T03:40:28.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2242 | 2024-08-16T03:40:28.624Z | |
| 2243 | 2024-08-16T03:40:28.624Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
| 2244 | 2024-08-16T03:40:29.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2024-08-16T03:40:29.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2024-08-16T03:40:29.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2024-08-16T03:40:29.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2248 | 2024-08-16T03:40:29.206Z | |
| 2249 | 2024-08-16T03:40:29.206Z | info: running `cargo check --bins` on nexus-types (59/150) |
| 2250 | 2024-08-16T03:40:29.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2024-08-16T03:40:29.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2024-08-16T03:40:29.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2253 | 2024-08-16T03:40:29.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2254 | 2024-08-16T03:40:29.825Z | |
| 2255 | 2024-08-16T03:40:29.825Z | info: running `cargo check --bins` on gateway-client (60/150) |
| 2256 | 2024-08-16T03:40:30.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2257 | 2024-08-16T03:40:30.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2258 | 2024-08-16T03:40:30.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2259 | 2024-08-16T03:40:30.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2260 | 2024-08-16T03:40:30.405Z | |
| 2261 | 2024-08-16T03:40:30.405Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
| 2262 | 2024-08-16T03:40:30.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2263 | 2024-08-16T03:40:30.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2264 | 2024-08-16T03:40:30.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2265 | 2024-08-16T03:40:30.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2266 | 2024-08-16T03:40:31.020Z | |
| 2267 | 2024-08-16T03:40:31.020Z | info: running `cargo check --bins` on oximeter (62/150) |
| 2268 | 2024-08-16T03:40:31.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2269 | 2024-08-16T03:40:31.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2270 | 2024-08-16T03:40:31.624Z | Compiling rustls-pki-types v1.7.0 |
| 2271 | 2024-08-16T03:40:31.712Z | Compiling prettyplease v0.2.20 |
| 2272 | 2024-08-16T03:40:31.715Z | Compiling match_cfg v0.1.0 |
| 2273 | 2024-08-16T03:40:31.725Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2274 | 2024-08-16T03:40:31.727Z | Compiling slog-json v2.6.1 |
| 2275 | 2024-08-16T03:40:31.727Z | Compiling http v1.1.0 |
| 2276 | 2024-08-16T03:40:31.744Z | Compiling atomic-waker v1.1.2 |
| 2277 | 2024-08-16T03:40:31.769Z | Compiling hostname v0.3.1 |
| 2278 | 2024-08-16T03:40:31.786Z | Compiling async-stream v0.3.5 |
| 2279 | 2024-08-16T03:40:31.924Z | Compiling waitgroup v0.1.2 |
| 2280 | 2024-08-16T03:40:31.980Z | Compiling slog-bunyan v2.5.0 |
| 2281 | 2024-08-16T03:40:32.005Z | Compiling toml v0.8.19 |
| 2282 | 2024-08-16T03:40:32.056Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2283 | 2024-08-16T03:40:32.071Z | Compiling newtype-uuid v1.1.0 |
| 2284 | 2024-08-16T03:40:32.135Z | Compiling rustls-webpki v0.102.4 |
| 2285 | 2024-08-16T03:40:32.137Z | Compiling rustls-pemfile v2.1.3 |
| 2286 | 2024-08-16T03:40:32.189Z | Compiling ipnetwork v0.20.0 |
| 2287 | 2024-08-16T03:40:32.264Z | Compiling serde_path_to_error v0.1.16 |
| 2288 | 2024-08-16T03:40:32.340Z | Compiling hostname v0.4.0 |
| 2289 | 2024-08-16T03:40:32.497Z | Compiling instant v0.1.12 |
| 2290 | 2024-08-16T03:40:32.603Z | Compiling debug-ignore v1.0.5 |
| 2291 | 2024-08-16T03:40:32.640Z | Compiling backoff v0.4.0 |
| 2292 | 2024-08-16T03:40:32.654Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2293 | 2024-08-16T03:40:32.743Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2294 | 2024-08-16T03:40:32.973Z | Compiling rustls v0.22.4 |
| 2295 | 2024-08-16T03:40:33.063Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2296 | 2024-08-16T03:40:33.076Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2297 | 2024-08-16T03:40:33.090Z | Compiling parse-display v0.10.0 |
| 2298 | 2024-08-16T03:40:33.241Z | Compiling multer v3.1.0 |
| 2299 | 2024-08-16T03:40:33.394Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2300 | 2024-08-16T03:40:33.715Z | Compiling serde_with v3.8.3 |
| 2301 | 2024-08-16T03:40:33.771Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2302 | 2024-08-16T03:40:33.931Z | Compiling num-rational v0.4.2 |
| 2303 | 2024-08-16T03:40:34.183Z | Compiling num-complex v0.4.6 |
| 2304 | 2024-08-16T03:40:34.230Z | Compiling macaddr v1.0.1 |
| 2305 | 2024-08-16T03:40:35.151Z | Compiling num v0.4.3 |
| 2306 | 2024-08-16T03:40:35.247Z | Compiling float-ord v0.3.2 |
| 2307 | 2024-08-16T03:40:36.266Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2308 | 2024-08-16T03:40:36.800Z | Compiling tokio-rustls v0.25.0 |
| 2309 | 2024-08-16T03:40:37.083Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 2310 | 2024-08-16T03:40:40.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2024-08-16T03:40:51.426Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2312 | 2024-08-16T03:40:54.347Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2313 | 2024-08-16T03:40:54.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s |
| 2314 | 2024-08-16T03:40:55.058Z | |
| 2315 | 2024-08-16T03:40:55.058Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
| 2316 | 2024-08-16T03:40:55.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2317 | 2024-08-16T03:40:55.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2318 | 2024-08-16T03:40:55.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2319 | 2024-08-16T03:40:55.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2320 | 2024-08-16T03:40:55.678Z | |
| 2321 | 2024-08-16T03:40:55.678Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
| 2322 | 2024-08-16T03:40:56.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2323 | 2024-08-16T03:40:56.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2324 | 2024-08-16T03:40:56.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2325 | 2024-08-16T03:40:56.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2326 | 2024-08-16T03:40:56.262Z | |
| 2327 | 2024-08-16T03:40:56.262Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
| 2328 | 2024-08-16T03:40:56.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2329 | 2024-08-16T03:40:56.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2330 | 2024-08-16T03:40:56.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2331 | 2024-08-16T03:40:56.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2332 | 2024-08-16T03:40:56.863Z | |
| 2333 | 2024-08-16T03:40:56.863Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
| 2334 | 2024-08-16T03:40:57.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2335 | 2024-08-16T03:40:57.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2336 | 2024-08-16T03:40:57.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2337 | 2024-08-16T03:40:57.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2338 | 2024-08-16T03:40:57.502Z | |
| 2339 | 2024-08-16T03:40:57.502Z | info: running `cargo check --bins` on typed-rng (67/150) |
| 2340 | 2024-08-16T03:40:58.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2341 | 2024-08-16T03:40:58.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2342 | 2024-08-16T03:40:58.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2343 | 2024-08-16T03:40:58.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2344 | 2024-08-16T03:40:58.085Z | |
| 2345 | 2024-08-16T03:40:58.085Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
| 2346 | 2024-08-16T03:40:58.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2347 | 2024-08-16T03:40:58.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2348 | 2024-08-16T03:40:58.788Z | Checking password-hash v0.5.0 |
| 2349 | 2024-08-16T03:40:58.788Z | Checking blake2 v0.10.6 |
| 2350 | 2024-08-16T03:40:58.788Z | Compiling semver v0.1.20 |
| 2351 | 2024-08-16T03:40:58.790Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2352 | 2024-08-16T03:40:58.790Z | Compiling convert_case v0.4.0 |
| 2353 | 2024-08-16T03:40:58.790Z | Compiling rayon-core v1.12.1 |
| 2354 | 2024-08-16T03:40:58.934Z | Compiling crossbeam-deque v0.8.5 |
| 2355 | 2024-08-16T03:40:58.936Z | Compiling curve25519-dalek v4.1.3 |
| 2356 | 2024-08-16T03:40:59.200Z | Compiling rustc_version v0.1.7 |
| 2357 | 2024-08-16T03:40:59.288Z | Compiling unicase v2.7.0 |
| 2358 | 2024-08-16T03:40:59.300Z | Checking argon2 v0.5.3 |
| 2359 | 2024-08-16T03:40:59.302Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2360 | 2024-08-16T03:40:59.494Z | Compiling same-file v1.0.6 |
| 2361 | 2024-08-16T03:40:59.518Z | Compiling fastrand v2.1.0 |
| 2362 | 2024-08-16T03:40:59.564Z | Checking keccak v0.1.5 |
| 2363 | 2024-08-16T03:40:59.691Z | Compiling newtype_derive v0.1.6 |
| 2364 | 2024-08-16T03:40:59.761Z | Compiling walkdir v2.5.0 |
| 2365 | 2024-08-16T03:40:59.814Z | Compiling derive_more v0.99.18 |
| 2366 | 2024-08-16T03:40:59.838Z | Checking sha3 v0.10.8 |
| 2367 | 2024-08-16T03:40:59.877Z | Compiling tempfile v3.10.1 |
| 2368 | 2024-08-16T03:40:59.963Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2369 | 2024-08-16T03:41:00.074Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2370 | 2024-08-16T03:41:00.208Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2371 | 2024-08-16T03:41:00.229Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2372 | 2024-08-16T03:41:00.370Z | Checking universal-hash v0.5.1 |
| 2373 | 2024-08-16T03:41:00.430Z | Checking secrecy v0.8.0 |
| 2374 | 2024-08-16T03:41:00.446Z | Compiling ring v0.16.20 |
| 2375 | 2024-08-16T03:41:00.538Z | Compiling blake3 v1.5.1 |
| 2376 | 2024-08-16T03:41:00.624Z | Compiling derive-where v1.2.7 |
| 2377 | 2024-08-16T03:41:00.688Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2378 | 2024-08-16T03:41:01.174Z | Checking opaque-debug v0.3.1 |
| 2379 | 2024-08-16T03:41:01.262Z | Checking poly1305 v0.8.0 |
| 2380 | 2024-08-16T03:41:01.746Z | Compiling rayon v1.10.0 |
| 2381 | 2024-08-16T03:41:01.778Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2024-08-16T03:41:02.175Z | Checking chacha20 v0.9.1 |
| 2383 | 2024-08-16T03:41:02.190Z | Checking aead v0.5.2 |
| 2384 | 2024-08-16T03:41:02.427Z | Compiling memmap2 v0.9.4 |
| 2385 | 2024-08-16T03:41:02.542Z | Compiling spin v0.5.2 |
| 2386 | 2024-08-16T03:41:02.781Z | Compiling untrusted v0.7.1 |
| 2387 | 2024-08-16T03:41:02.892Z | Compiling constant_time_eq v0.3.0 |
| 2388 | 2024-08-16T03:41:02.964Z | Compiling libefi-sys v0.1.0 |
| 2389 | 2024-08-16T03:41:03.068Z | Compiling home v0.5.9 |
| 2390 | 2024-08-16T03:41:03.243Z | Compiling arrayref v0.3.7 |
| 2391 | 2024-08-16T03:41:03.329Z | Compiling arrayvec v0.7.4 |
| 2392 | 2024-08-16T03:41:03.365Z | Checking thiserror-no-std v2.0.2 |
| 2393 | 2024-08-16T03:41:03.381Z | Compiling toolchain_find v0.4.0 |
| 2394 | 2024-08-16T03:41:03.475Z | Checking chacha20poly1305 v0.10.1 |
| 2395 | 2024-08-16T03:41:03.643Z | Checking steno v0.4.1 |
| 2396 | 2024-08-16T03:41:04.009Z | Compiling camino-tempfile v1.1.1 |
| 2397 | 2024-08-16T03:41:04.069Z | Checking vsss-rs v3.3.4 |
| 2398 | 2024-08-16T03:41:04.177Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2399 | 2024-08-16T03:41:04.396Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2400 | 2024-08-16T03:41:04.430Z | Compiling bitfield-struct v0.6.1 |
| 2401 | 2024-08-16T03:41:04.794Z | Compiling topological-sort v0.2.2 |
| 2402 | 2024-08-16T03:41:05.009Z | Compiling cancel-safe-futures v0.1.5 |
| 2403 | 2024-08-16T03:41:05.638Z | Compiling mime_guess v2.0.4 |
| 2404 | 2024-08-16T03:41:05.847Z | Compiling rustfmt-wrapper v0.2.1 |
| 2405 | 2024-08-16T03:41:05.864Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2406 | 2024-08-16T03:41:06.434Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2407 | 2024-08-16T03:41:06.801Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2408 | 2024-08-16T03:41:06.934Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2409 | 2024-08-16T03:41:07.050Z | Compiling omicron-zone-package v0.11.0 |
| 2410 | 2024-08-16T03:41:07.300Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2411 | 2024-08-16T03:41:07.493Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2412 | 2024-08-16T03:41:07.725Z | Checking gethostname v0.5.0 |
| 2413 | 2024-08-16T03:41:07.767Z | Checking libsw v3.3.1 |
| 2414 | 2024-08-16T03:41:07.845Z | Checking linear-map v1.2.0 |
| 2415 | 2024-08-16T03:41:07.986Z | Checking swrite v0.1.0 |
| 2416 | 2024-08-16T03:41:08.023Z | Checking owo-colors v4.0.0 |
| 2417 | 2024-08-16T03:41:08.103Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2418 | 2024-08-16T03:41:08.165Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2419 | 2024-08-16T03:41:08.687Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2420 | 2024-08-16T03:41:08.732Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2421 | 2024-08-16T03:41:08.977Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2422 | 2024-08-16T03:41:09.302Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2423 | 2024-08-16T03:41:09.406Z | Checking kstat-rs v0.2.4 |
| 2424 | 2024-08-16T03:41:09.551Z | Checking nanorand v0.7.0 |
| 2425 | 2024-08-16T03:41:09.747Z | Checking glob v0.3.1 |
| 2426 | 2024-08-16T03:41:09.831Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2427 | 2024-08-16T03:41:09.883Z | Checking http-range v0.1.5 |
| 2428 | 2024-08-16T03:41:10.049Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2429 | 2024-08-16T03:41:10.052Z | Checking hyper-staticfile v0.9.5 |
| 2430 | 2024-08-16T03:41:10.084Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2431 | 2024-08-16T03:41:10.087Z | Checking flume v0.11.0 |
| 2432 | 2024-08-16T03:41:10.436Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2433 | 2024-08-16T03:41:10.569Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2434 | 2024-08-16T03:41:10.753Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2435 | 2024-08-16T03:41:10.769Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2436 | 2024-08-16T03:41:11.779Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2437 | 2024-08-16T03:41:11.945Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2438 | 2024-08-16T03:41:12.634Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2439 | 2024-08-16T03:41:12.991Z | Checking itertools v0.13.0 |
| 2440 | 2024-08-16T03:41:13.349Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2441 | 2024-08-16T03:41:13.872Z | Checking display-error-chain v0.2.0 |
| 2442 | 2024-08-16T03:41:14.240Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2443 | 2024-08-16T03:41:20.172Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2444 | 2024-08-16T03:41:25.283Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2445 | 2024-08-16T03:41:25.285Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2446 | 2024-08-16T03:41:25.911Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2447 | 2024-08-16T03:41:37.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s |
| 2448 | 2024-08-16T03:41:37.215Z | |
| 2449 | 2024-08-16T03:41:37.215Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
| 2450 | 2024-08-16T03:41:37.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2451 | 2024-08-16T03:41:37.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2452 | 2024-08-16T03:41:37.913Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2453 | 2024-08-16T03:41:49.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s |
| 2454 | 2024-08-16T03:41:49.159Z | |
| 2455 | 2024-08-16T03:41:49.159Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
| 2456 | 2024-08-16T03:41:49.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2457 | 2024-08-16T03:41:49.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2458 | 2024-08-16T03:41:49.858Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2459 | 2024-08-16T03:42:00.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s |
| 2460 | 2024-08-16T03:42:01.114Z | |
| 2461 | 2024-08-16T03:42:01.114Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
| 2462 | 2024-08-16T03:42:01.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2024-08-16T03:42:01.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2024-08-16T03:42:01.807Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2465 | 2024-08-16T03:42:12.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s |
| 2466 | 2024-08-16T03:42:13.054Z | |
| 2467 | 2024-08-16T03:42:13.054Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
| 2468 | 2024-08-16T03:42:13.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2469 | 2024-08-16T03:42:13.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2470 | 2024-08-16T03:42:13.751Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2471 | 2024-08-16T03:42:24.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s |
| 2472 | 2024-08-16T03:42:24.988Z | |
| 2473 | 2024-08-16T03:42:24.988Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
| 2474 | 2024-08-16T03:42:25.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2475 | 2024-08-16T03:42:25.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2476 | 2024-08-16T03:42:25.678Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2477 | 2024-08-16T03:42:36.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s |
| 2478 | 2024-08-16T03:42:36.908Z | |
| 2479 | 2024-08-16T03:42:36.908Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
| 2480 | 2024-08-16T03:42:37.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2024-08-16T03:42:37.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2024-08-16T03:42:37.609Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2483 | 2024-08-16T03:42:49.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 2484 | 2024-08-16T03:42:49.514Z | |
| 2485 | 2024-08-16T03:42:49.514Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
| 2486 | 2024-08-16T03:42:49.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2024-08-16T03:42:49.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2024-08-16T03:42:49.534Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2489 | 2024-08-16T03:43:00.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s |
| 2490 | 2024-08-16T03:43:00.941Z | |
| 2491 | 2024-08-16T03:43:00.941Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
| 2492 | 2024-08-16T03:43:01.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2024-08-16T03:43:01.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2024-08-16T03:43:01.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2495 | 2024-08-16T03:43:01.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2496 | 2024-08-16T03:43:01.564Z | |
| 2497 | 2024-08-16T03:43:01.564Z | info: running `cargo check --bins` on nexus-client (77/150) |
| 2498 | 2024-08-16T03:43:02.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2499 | 2024-08-16T03:43:02.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2500 | 2024-08-16T03:43:02.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2501 | 2024-08-16T03:43:02.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2502 | 2024-08-16T03:43:02.173Z | |
| 2503 | 2024-08-16T03:43:02.173Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
| 2504 | 2024-08-16T03:43:02.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2505 | 2024-08-16T03:43:02.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2506 | 2024-08-16T03:43:02.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2507 | 2024-08-16T03:43:02.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2508 | 2024-08-16T03:43:02.800Z | |
| 2509 | 2024-08-16T03:43:02.800Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
| 2510 | 2024-08-16T03:43:03.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2511 | 2024-08-16T03:43:03.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2512 | 2024-08-16T03:43:03.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2513 | 2024-08-16T03:43:03.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2514 | 2024-08-16T03:43:03.547Z | |
| 2515 | 2024-08-16T03:43:03.547Z | info: running `cargo check --bins` on dpd-client (80/150) |
| 2516 | 2024-08-16T03:43:03.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2517 | 2024-08-16T03:43:03.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2518 | 2024-08-16T03:43:03.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2519 | 2024-08-16T03:43:03.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2520 | 2024-08-16T03:43:03.996Z | |
| 2521 | 2024-08-16T03:43:03.996Z | info: running `cargo check --bins` on installinator-common (81/150) |
| 2522 | 2024-08-16T03:43:04.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2024-08-16T03:43:04.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2024-08-16T03:43:04.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2525 | 2024-08-16T03:43:04.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2526 | 2024-08-16T03:43:04.606Z | |
| 2527 | 2024-08-16T03:43:04.606Z | info: running `cargo check --bins` on update-engine (82/150) |
| 2528 | 2024-08-16T03:43:05.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2024-08-16T03:43:05.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2024-08-16T03:43:05.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2531 | 2024-08-16T03:43:05.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2532 | 2024-08-16T03:43:05.184Z | |
| 2533 | 2024-08-16T03:43:05.184Z | info: running `cargo check --bins` on key-manager (83/150) |
| 2534 | 2024-08-16T03:43:05.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2024-08-16T03:43:05.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2024-08-16T03:43:05.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2537 | 2024-08-16T03:43:05.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2538 | 2024-08-16T03:43:05.780Z | |
| 2539 | 2024-08-16T03:43:05.780Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
| 2540 | 2024-08-16T03:43:06.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2024-08-16T03:43:06.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2024-08-16T03:43:06.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2543 | 2024-08-16T03:43:06.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2544 | 2024-08-16T03:43:06.395Z | |
| 2545 | 2024-08-16T03:43:06.395Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
| 2546 | 2024-08-16T03:43:06.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2024-08-16T03:43:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2024-08-16T03:43:06.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2549 | 2024-08-16T03:43:06.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2550 | 2024-08-16T03:43:07.002Z | |
| 2551 | 2024-08-16T03:43:07.002Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
| 2552 | 2024-08-16T03:43:07.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2553 | 2024-08-16T03:43:07.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2554 | 2024-08-16T03:43:07.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2555 | 2024-08-16T03:43:07.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2556 | 2024-08-16T03:43:07.570Z | |
| 2557 | 2024-08-16T03:43:07.570Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
| 2558 | 2024-08-16T03:43:08.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2024-08-16T03:43:08.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2024-08-16T03:43:08.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2561 | 2024-08-16T03:43:08.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2562 | 2024-08-16T03:43:08.162Z | |
| 2563 | 2024-08-16T03:43:08.162Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
| 2564 | 2024-08-16T03:43:08.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2024-08-16T03:43:08.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2024-08-16T03:43:08.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2567 | 2024-08-16T03:43:08.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2568 | 2024-08-16T03:43:08.761Z | |
| 2569 | 2024-08-16T03:43:08.761Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
| 2570 | 2024-08-16T03:43:09.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2024-08-16T03:43:09.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2024-08-16T03:43:09.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2573 | 2024-08-16T03:43:09.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2574 | 2024-08-16T03:43:09.360Z | |
| 2575 | 2024-08-16T03:43:09.360Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
| 2576 | 2024-08-16T03:43:09.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2024-08-16T03:43:09.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2024-08-16T03:43:09.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2579 | 2024-08-16T03:43:09.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2580 | 2024-08-16T03:43:09.958Z | |
| 2581 | 2024-08-16T03:43:09.958Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
| 2582 | 2024-08-16T03:43:10.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2024-08-16T03:43:10.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2024-08-16T03:43:10.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2585 | 2024-08-16T03:43:10.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2586 | 2024-08-16T03:43:10.556Z | |
| 2587 | 2024-08-16T03:43:10.556Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
| 2588 | 2024-08-16T03:43:11.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2589 | 2024-08-16T03:43:11.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2590 | 2024-08-16T03:43:11.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2591 | 2024-08-16T03:43:11.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2592 | 2024-08-16T03:43:11.205Z | |
| 2593 | 2024-08-16T03:43:11.205Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
| 2594 | 2024-08-16T03:43:11.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2595 | 2024-08-16T03:43:11.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2596 | 2024-08-16T03:43:11.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2597 | 2024-08-16T03:43:11.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2598 | 2024-08-16T03:43:11.802Z | |
| 2599 | 2024-08-16T03:43:11.802Z | info: running `cargo check --bins` on sled-hardware (94/150) |
| 2600 | 2024-08-16T03:43:12.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2601 | 2024-08-16T03:43:12.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2602 | 2024-08-16T03:43:12.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2603 | 2024-08-16T03:43:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2604 | 2024-08-16T03:43:12.412Z | |
| 2605 | 2024-08-16T03:43:12.412Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
| 2606 | 2024-08-16T03:43:12.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2607 | 2024-08-16T03:43:12.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2608 | 2024-08-16T03:43:12.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2609 | 2024-08-16T03:43:12.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2610 | 2024-08-16T03:43:13.027Z | |
| 2611 | 2024-08-16T03:43:13.027Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
| 2612 | 2024-08-16T03:43:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2024-08-16T03:43:13.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2024-08-16T03:43:13.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2615 | 2024-08-16T03:43:13.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2616 | 2024-08-16T03:43:13.635Z | |
| 2617 | 2024-08-16T03:43:13.635Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
| 2618 | 2024-08-16T03:43:14.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2024-08-16T03:43:14.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2024-08-16T03:43:14.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2024-08-16T03:43:14.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2622 | 2024-08-16T03:43:14.278Z | |
| 2623 | 2024-08-16T03:43:14.278Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
| 2624 | 2024-08-16T03:43:14.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2024-08-16T03:43:14.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2024-08-16T03:43:14.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2024-08-16T03:43:14.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2628 | 2024-08-16T03:43:14.878Z | |
| 2629 | 2024-08-16T03:43:14.878Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
| 2630 | 2024-08-16T03:43:15.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2024-08-16T03:43:15.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2024-08-16T03:43:15.523Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2633 | 2024-08-16T03:43:15.523Z | Checking bcs v0.1.6 |
| 2634 | 2024-08-16T03:43:15.523Z | Compiling async-recursion v1.1.1 |
| 2635 | 2024-08-16T03:43:15.526Z | Checking highway v1.2.0 |
| 2636 | 2024-08-16T03:43:15.526Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2637 | 2024-08-16T03:43:15.526Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2638 | 2024-08-16T03:43:16.548Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2639 | 2024-08-16T03:43:19.586Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2640 | 2024-08-16T03:43:21.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
| 2641 | 2024-08-16T03:43:21.315Z | |
| 2642 | 2024-08-16T03:43:21.316Z | info: running `cargo check --bins` on oximeter-api (100/150) |
| 2643 | 2024-08-16T03:43:21.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2024-08-16T03:43:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2024-08-16T03:43:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2024-08-16T03:43:21.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2647 | 2024-08-16T03:43:21.911Z | |
| 2648 | 2024-08-16T03:43:21.912Z | info: running `cargo check --bins` on oximeter-client (101/150) |
| 2649 | 2024-08-16T03:43:22.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2024-08-16T03:43:22.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2024-08-16T03:43:22.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2024-08-16T03:43:22.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2653 | 2024-08-16T03:43:22.522Z | |
| 2654 | 2024-08-16T03:43:22.522Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
| 2655 | 2024-08-16T03:43:23.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2024-08-16T03:43:23.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2024-08-16T03:43:23.124Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2658 | 2024-08-16T03:43:23.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2659 | 2024-08-16T03:43:23.818Z | |
| 2660 | 2024-08-16T03:43:23.818Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
| 2661 | 2024-08-16T03:43:24.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2024-08-16T03:43:24.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2024-08-16T03:43:24.444Z | Compiling vte_generate_state_changes v0.1.1 |
| 2664 | 2024-08-16T03:43:24.444Z | Checking fd-lock v4.0.2 |
| 2665 | 2024-08-16T03:43:24.449Z | Checking bytecount v0.6.8 |
| 2666 | 2024-08-16T03:43:24.449Z | Compiling tabled_derive v0.7.0 |
| 2667 | 2024-08-16T03:43:24.533Z | Checking crossterm v0.27.0 |
| 2668 | 2024-08-16T03:43:24.537Z | Compiling peg-macros v0.8.4 |
| 2669 | 2024-08-16T03:43:24.537Z | Compiling sqlparser_derive v0.2.2 |
| 2670 | 2024-08-16T03:43:24.540Z | Checking nu-ansi-term v0.50.0 |
| 2671 | 2024-08-16T03:43:24.682Z | Checking home v0.5.9 |
| 2672 | 2024-08-16T03:43:24.695Z | Checking papergrid v0.11.0 |
| 2673 | 2024-08-16T03:43:24.815Z | Checking unicode_categories v0.1.1 |
| 2674 | 2024-08-16T03:43:24.962Z | Checking rustyline v14.0.0 |
| 2675 | 2024-08-16T03:43:25.110Z | Checking sqlformat v0.2.4 |
| 2676 | 2024-08-16T03:43:25.127Z | Checking vte v0.11.1 |
| 2677 | 2024-08-16T03:43:25.654Z | Checking sqlparser v0.45.0 |
| 2678 | 2024-08-16T03:43:26.098Z | Checking crossterm v0.28.1 |
| 2679 | 2024-08-16T03:43:26.422Z | Checking strip-ansi-escapes v0.2.0 |
| 2680 | 2024-08-16T03:43:26.560Z | Checking reedline v0.33.0 |
| 2681 | 2024-08-16T03:43:26.969Z | Checking tabled v0.15.0 |
| 2682 | 2024-08-16T03:43:27.441Z | Checking peg v0.8.4 |
| 2683 | 2024-08-16T03:43:31.760Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2684 | 2024-08-16T03:43:37.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s |
| 2685 | 2024-08-16T03:43:37.340Z | |
| 2686 | 2024-08-16T03:43:37.340Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
| 2687 | 2024-08-16T03:43:37.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2024-08-16T03:43:37.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2024-08-16T03:43:37.968Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2690 | 2024-08-16T03:43:43.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2691 | 2024-08-16T03:43:43.690Z | |
| 2692 | 2024-08-16T03:43:43.690Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
| 2693 | 2024-08-16T03:43:44.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2024-08-16T03:43:44.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2024-08-16T03:43:44.219Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2696 | 2024-08-16T03:43:49.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
| 2697 | 2024-08-16T03:43:49.634Z | |
| 2698 | 2024-08-16T03:43:49.634Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
| 2699 | 2024-08-16T03:43:50.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2024-08-16T03:43:50.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2024-08-16T03:43:50.258Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2702 | 2024-08-16T03:43:54.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 2703 | 2024-08-16T03:43:54.365Z | |
| 2704 | 2024-08-16T03:43:54.365Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
| 2705 | 2024-08-16T03:43:54.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2706 | 2024-08-16T03:43:54.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2707 | 2024-08-16T03:43:54.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2708 | 2024-08-16T03:43:54.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2709 | 2024-08-16T03:43:54.939Z | |
| 2710 | 2024-08-16T03:43:54.939Z | info: running `cargo check --bins` on installinator-client (108/150) |
| 2711 | 2024-08-16T03:43:55.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2712 | 2024-08-16T03:43:55.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2713 | 2024-08-16T03:43:55.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2714 | 2024-08-16T03:43:55.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2715 | 2024-08-16T03:43:55.553Z | |
| 2716 | 2024-08-16T03:43:55.553Z | info: running `cargo check --bins` on oxide-client (109/150) |
| 2717 | 2024-08-16T03:43:56.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2718 | 2024-08-16T03:43:56.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2719 | 2024-08-16T03:43:56.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2720 | 2024-08-16T03:43:56.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2721 | 2024-08-16T03:43:56.133Z | |
| 2722 | 2024-08-16T03:43:56.133Z | info: running `cargo check --bins` on wicketd-client (110/150) |
| 2723 | 2024-08-16T03:43:56.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2724 | 2024-08-16T03:43:56.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2725 | 2024-08-16T03:43:56.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2726 | 2024-08-16T03:43:56.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2727 | 2024-08-16T03:43:56.754Z | |
| 2728 | 2024-08-16T03:43:56.754Z | info: running `cargo check --bins` on wicket-common (111/150) |
| 2729 | 2024-08-16T03:43:57.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2730 | 2024-08-16T03:43:57.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2731 | 2024-08-16T03:43:57.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2732 | 2024-08-16T03:43:57.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2733 | 2024-08-16T03:43:57.371Z | |
| 2734 | 2024-08-16T03:43:57.371Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
| 2735 | 2024-08-16T03:43:57.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2736 | 2024-08-16T03:43:57.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2737 | 2024-08-16T03:43:58.000Z | Checking csv-core v0.1.11 |
| 2738 | 2024-08-16T03:43:58.003Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2739 | 2024-08-16T03:43:58.278Z | Checking csv v1.3.0 |
| 2740 | 2024-08-16T03:43:58.786Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2741 | 2024-08-16T03:43:59.106Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2742 | 2024-08-16T03:44:00.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 2743 | 2024-08-16T03:44:00.359Z | |
| 2744 | 2024-08-16T03:44:00.359Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
| 2745 | 2024-08-16T03:44:00.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2024-08-16T03:44:00.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2024-08-16T03:44:00.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2024-08-16T03:44:00.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2749 | 2024-08-16T03:44:00.958Z | |
| 2750 | 2024-08-16T03:44:00.959Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
| 2751 | 2024-08-16T03:44:01.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2024-08-16T03:44:01.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2024-08-16T03:44:01.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2024-08-16T03:44:01.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2755 | 2024-08-16T03:44:01.559Z | |
| 2756 | 2024-08-16T03:44:01.560Z | info: running `cargo check --bins` on cert-dev (115/150) |
| 2757 | 2024-08-16T03:44:02.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-08-16T03:44:02.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-08-16T03:44:02.128Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2760 | 2024-08-16T03:44:02.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2761 | 2024-08-16T03:44:02.501Z | |
| 2762 | 2024-08-16T03:44:02.501Z | info: running `cargo check --bins` on ch-dev (116/150) |
| 2763 | 2024-08-16T03:44:03.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2024-08-16T03:44:03.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2024-08-16T03:44:03.129Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2766 | 2024-08-16T03:44:03.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2767 | 2024-08-16T03:44:03.916Z | |
| 2768 | 2024-08-16T03:44:03.917Z | info: running `cargo check --bins` on crdb-seed (117/150) |
| 2769 | 2024-08-16T03:44:04.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2024-08-16T03:44:04.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2024-08-16T03:44:04.536Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2772 | 2024-08-16T03:44:04.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2773 | 2024-08-16T03:44:04.994Z | |
| 2774 | 2024-08-16T03:44:04.994Z | info: running `cargo check --bins` on db-dev (118/150) |
| 2775 | 2024-08-16T03:44:05.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2024-08-16T03:44:05.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2024-08-16T03:44:05.620Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2778 | 2024-08-16T03:44:06.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 2779 | 2024-08-16T03:44:06.413Z | |
| 2780 | 2024-08-16T03:44:06.413Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
| 2781 | 2024-08-16T03:44:06.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2024-08-16T03:44:06.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2024-08-16T03:44:06.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2024-08-16T03:44:06.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2785 | 2024-08-16T03:44:07.028Z | |
| 2786 | 2024-08-16T03:44:07.028Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
| 2787 | 2024-08-16T03:44:07.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2024-08-16T03:44:07.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2024-08-16T03:44:07.611Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2790 | 2024-08-16T03:44:08.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 2791 | 2024-08-16T03:44:08.522Z | |
| 2792 | 2024-08-16T03:44:08.523Z | info: running `cargo check --bins` on mgs-dev (121/150) |
| 2793 | 2024-08-16T03:44:09.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2024-08-16T03:44:09.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2024-08-16T03:44:09.180Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2796 | 2024-08-16T03:44:09.696Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2797 | 2024-08-16T03:44:10.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 2798 | 2024-08-16T03:44:10.207Z | |
| 2799 | 2024-08-16T03:44:10.207Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
| 2800 | 2024-08-16T03:44:10.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2024-08-16T03:44:10.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2024-08-16T03:44:10.957Z | Compiling glob v0.3.1 |
| 2803 | 2024-08-16T03:44:10.957Z | Compiling crunchy v0.2.2 |
| 2804 | 2024-08-16T03:44:10.962Z | Compiling tiny-keccak v2.0.2 |
| 2805 | 2024-08-16T03:44:11.060Z | Compiling dsl_auto_type v0.1.2 |
| 2806 | 2024-08-16T03:44:11.067Z | Checking scheduled-thread-pool v0.2.7 |
| 2807 | 2024-08-16T03:44:11.073Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2808 | 2024-08-16T03:44:11.100Z | Compiling ascii-canvas v3.0.0 |
| 2809 | 2024-08-16T03:44:11.102Z | Compiling ena v0.14.3 |
| 2810 | 2024-08-16T03:44:11.280Z | Checking r2d2 v0.8.10 |
| 2811 | 2024-08-16T03:44:11.353Z | Compiling libloading v0.8.3 |
| 2812 | 2024-08-16T03:44:11.485Z | Compiling regex-syntax v0.6.29 |
| 2813 | 2024-08-16T03:44:11.502Z | Compiling diff v0.1.13 |
| 2814 | 2024-08-16T03:44:11.575Z | Compiling bindgen v0.69.4 |
| 2815 | 2024-08-16T03:44:11.671Z | Compiling which v4.4.2 |
| 2816 | 2024-08-16T03:44:11.752Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2817 | 2024-08-16T03:44:11.955Z | Compiling clang-sys v1.7.0 |
| 2818 | 2024-08-16T03:44:11.974Z | Compiling cexpr v0.6.0 |
| 2819 | 2024-08-16T03:44:12.157Z | Compiling shlex v1.3.0 |
| 2820 | 2024-08-16T03:44:12.280Z | Compiling ref-cast v1.0.23 |
| 2821 | 2024-08-16T03:44:12.320Z | Compiling rustc-hash v1.1.0 |
| 2822 | 2024-08-16T03:44:12.369Z | Compiling lazycell v1.3.0 |
| 2823 | 2024-08-16T03:44:12.471Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2824 | 2024-08-16T03:44:12.547Z | Compiling derive_builder_core v0.20.0 |
| 2825 | 2024-08-16T03:44:12.582Z | Compiling libxml v0.3.3 |
| 2826 | 2024-08-16T03:44:12.675Z | Compiling diesel_derives v2.2.2 |
| 2827 | 2024-08-16T03:44:12.787Z | Compiling ref-cast-impl v1.0.23 |
| 2828 | 2024-08-16T03:44:12.889Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2829 | 2024-08-16T03:44:13.006Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2830 | 2024-08-16T03:44:13.384Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2831 | 2024-08-16T03:44:13.678Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2832 | 2024-08-16T03:44:13.722Z | Compiling strum_macros v0.24.3 |
| 2833 | 2024-08-16T03:44:14.027Z | Compiling cookie v0.18.1 |
| 2834 | 2024-08-16T03:44:14.136Z | Compiling indoc v1.0.9 |
| 2835 | 2024-08-16T03:44:14.917Z | Compiling lalrpop v0.19.12 |
| 2836 | 2024-08-16T03:44:15.172Z | Compiling derive_builder_macro v0.20.0 |
| 2837 | 2024-08-16T03:44:16.071Z | Checking derive_builder v0.20.0 |
| 2838 | 2024-08-16T03:44:16.214Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2839 | 2024-08-16T03:44:16.415Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2840 | 2024-08-16T03:44:16.505Z | Compiling oso-derive v0.27.3 |
| 2841 | 2024-08-16T03:44:17.272Z | Checking quick-xml v0.31.0 |
| 2842 | 2024-08-16T03:44:17.329Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2843 | 2024-08-16T03:44:17.648Z | Checking maplit v1.0.2 |
| 2844 | 2024-08-16T03:44:17.791Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2845 | 2024-08-16T03:44:18.194Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2846 | 2024-08-16T03:44:18.497Z | Checking bb8 v0.8.5 |
| 2847 | 2024-08-16T03:44:18.960Z | Compiling const_format_proc_macros v0.2.32 |
| 2848 | 2024-08-16T03:44:19.330Z | Checking crossbeam-deque v0.8.5 |
| 2849 | 2024-08-16T03:44:19.455Z | Compiling portable-atomic v1.6.0 |
| 2850 | 2024-08-16T03:44:19.650Z | Checking rayon-core v1.12.1 |
| 2851 | 2024-08-16T03:44:20.357Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2852 | 2024-08-16T03:44:20.573Z | Checking castaway v0.2.3 |
| 2853 | 2024-08-16T03:44:20.738Z | Checking compact_str v0.8.0 |
| 2854 | 2024-08-16T03:44:21.097Z | Checking const_format v0.2.32 |
| 2855 | 2024-08-16T03:44:21.597Z | Checking rayon v1.10.0 |
| 2856 | 2024-08-16T03:44:21.632Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2857 | 2024-08-16T03:44:21.674Z | Checking unicode-truncate v1.0.0 |
| 2858 | 2024-08-16T03:44:21.898Z | Checking lru v0.12.3 |
| 2859 | 2024-08-16T03:44:21.917Z | Compiling instability v0.3.2 |
| 2860 | 2024-08-16T03:44:22.205Z | Checking cassowary v0.3.0 |
| 2861 | 2024-08-16T03:44:22.632Z | Checking smawk v0.3.2 |
| 2862 | 2024-08-16T03:44:22.844Z | Checking number_prefix v0.4.0 |
| 2863 | 2024-08-16T03:44:22.995Z | Checking unicode-linebreak v0.1.5 |
| 2864 | 2024-08-16T03:44:23.031Z | Checking ratatui v0.28.0 |
| 2865 | 2024-08-16T03:44:23.416Z | Checking textwrap v0.16.1 |
| 2866 | 2024-08-16T03:44:23.838Z | Checking multimap v0.10.0 |
| 2867 | 2024-08-16T03:44:25.402Z | Checking diesel v2.2.2 |
| 2868 | 2024-08-16T03:44:25.481Z | Checking indicatif v0.17.8 |
| 2869 | 2024-08-16T03:44:44.577Z | Compiling samael v0.0.15 |
| 2870 | 2024-08-16T03:44:59.508Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2871 | 2024-08-16T03:44:59.613Z | Compiling polar-core v0.27.3 |
| 2872 | 2024-08-16T03:45:06.265Z | Checking oso v0.27.3 |
| 2873 | 2024-08-16T03:46:01.333Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2874 | 2024-08-16T03:46:06.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
| 2875 | 2024-08-16T03:46:06.390Z | |
| 2876 | 2024-08-16T03:46:06.390Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
| 2877 | 2024-08-16T03:46:06.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2024-08-16T03:46:06.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2024-08-16T03:46:06.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2024-08-16T03:46:06.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2881 | 2024-08-16T03:46:07.042Z | |
| 2882 | 2024-08-16T03:46:07.042Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
| 2883 | 2024-08-16T03:46:07.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2024-08-16T03:46:07.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2024-08-16T03:46:07.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2024-08-16T03:46:07.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2887 | 2024-08-16T03:46:07.685Z | |
| 2888 | 2024-08-16T03:46:07.685Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
| 2889 | 2024-08-16T03:46:08.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2024-08-16T03:46:08.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2024-08-16T03:46:08.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2024-08-16T03:46:08.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2893 | 2024-08-16T03:46:08.270Z | |
| 2894 | 2024-08-16T03:46:08.270Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
| 2895 | 2024-08-16T03:46:08.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2024-08-16T03:46:08.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2024-08-16T03:46:09.018Z | Compiling libz-sys v1.1.16 |
| 2898 | 2024-08-16T03:46:09.117Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2899 | 2024-08-16T03:46:09.127Z | Compiling vergen v8.3.2 |
| 2900 | 2024-08-16T03:46:09.127Z | Compiling cargo-platform v0.1.8 |
| 2901 | 2024-08-16T03:46:09.129Z | Compiling pin-project-internal v1.1.5 |
| 2902 | 2024-08-16T03:46:09.159Z | Compiling snafu-derive v0.8.2 |
| 2903 | 2024-08-16T03:46:09.161Z | Compiling libsqlite3-sys v0.28.0 |
| 2904 | 2024-08-16T03:46:09.161Z | Compiling buf-list v1.0.3 |
| 2905 | 2024-08-16T03:46:09.408Z | Checking globset v0.4.14 |
| 2906 | 2024-08-16T03:46:09.662Z | Compiling cargo_metadata v0.18.1 |
| 2907 | 2024-08-16T03:46:09.728Z | Checking olpc-cjson v0.1.3 |
| 2908 | 2024-08-16T03:46:09.870Z | Checking rand_seeder v0.3.0 |
| 2909 | 2024-08-16T03:46:09.896Z | Checking serde_plain v1.0.2 |
| 2910 | 2024-08-16T03:46:09.916Z | Checking typed-path v0.7.1 |
| 2911 | 2024-08-16T03:46:10.121Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2912 | 2024-08-16T03:46:10.231Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2913 | 2024-08-16T03:46:10.306Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2914 | 2024-08-16T03:46:10.486Z | Checking hashlink v0.9.1 |
| 2915 | 2024-08-16T03:46:10.585Z | Checking parse-size v1.0.0 |
| 2916 | 2024-08-16T03:46:10.653Z | Checking fallible-iterator v0.3.0 |
| 2917 | 2024-08-16T03:46:10.752Z | Checking fallible-streaming-iterator v0.1.9 |
| 2918 | 2024-08-16T03:46:11.015Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2919 | 2024-08-16T03:46:11.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2920 | 2024-08-16T03:46:11.227Z | Checking rusqlite v0.31.0 |
| 2921 | 2024-08-16T03:46:11.716Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2922 | 2024-08-16T03:46:11.856Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2923 | 2024-08-16T03:46:12.005Z | Checking twox-hash v1.6.3 |
| 2924 | 2024-08-16T03:46:12.117Z | Checking pin-project v1.1.5 |
| 2925 | 2024-08-16T03:46:12.229Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2926 | 2024-08-16T03:46:12.483Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2927 | 2024-08-16T03:46:12.820Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2928 | 2024-08-16T03:46:12.903Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2929 | 2024-08-16T03:46:12.959Z | Checking fatfs v0.3.6 |
| 2930 | 2024-08-16T03:46:13.177Z | Checking assert_matches v1.5.0 |
| 2931 | 2024-08-16T03:46:14.230Z | Checking snafu v0.8.2 |
| 2932 | 2024-08-16T03:46:14.656Z | Checking tough v0.17.1 |
| 2933 | 2024-08-16T03:46:18.376Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2934 | 2024-08-16T03:46:19.549Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2935 | 2024-08-16T03:46:19.601Z | Compiling git2 v0.19.0 |
| 2936 | 2024-08-16T03:46:24.160Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2937 | 2024-08-16T03:47:19.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 2938 | 2024-08-16T03:47:20.069Z | |
| 2939 | 2024-08-16T03:47:20.069Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
| 2940 | 2024-08-16T03:47:20.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2024-08-16T03:47:20.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2024-08-16T03:47:20.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2024-08-16T03:47:20.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2944 | 2024-08-16T03:47:20.725Z | |
| 2945 | 2024-08-16T03:47:20.725Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
| 2946 | 2024-08-16T03:47:21.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2024-08-16T03:47:21.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2024-08-16T03:47:21.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2024-08-16T03:47:21.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2950 | 2024-08-16T03:47:21.372Z | |
| 2951 | 2024-08-16T03:47:21.372Z | info: running `cargo check --bins` on nexus-networking (129/150) |
| 2952 | 2024-08-16T03:47:21.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2024-08-16T03:47:21.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2024-08-16T03:47:21.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2955 | 2024-08-16T03:47:21.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2956 | 2024-08-16T03:47:22.016Z | |
| 2957 | 2024-08-16T03:47:22.016Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
| 2958 | 2024-08-16T03:47:22.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2024-08-16T03:47:22.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2024-08-16T03:47:22.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2961 | 2024-08-16T03:47:22.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2962 | 2024-08-16T03:47:22.661Z | |
| 2963 | 2024-08-16T03:47:22.661Z | info: running `cargo check --bins` on update-common (131/150) |
| 2964 | 2024-08-16T03:47:23.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2024-08-16T03:47:23.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2024-08-16T03:47:23.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2967 | 2024-08-16T03:47:23.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2968 | 2024-08-16T03:47:23.295Z | |
| 2969 | 2024-08-16T03:47:23.295Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
| 2970 | 2024-08-16T03:47:23.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2971 | 2024-08-16T03:47:23.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2972 | 2024-08-16T03:47:23.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2973 | 2024-08-16T03:47:23.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2974 | 2024-08-16T03:47:23.916Z | |
| 2975 | 2024-08-16T03:47:23.916Z | info: running `cargo check --bins` on tufaceous (133/150) |
| 2976 | 2024-08-16T03:47:24.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2977 | 2024-08-16T03:47:24.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2978 | 2024-08-16T03:47:24.555Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2979 | 2024-08-16T03:47:25.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 2980 | 2024-08-16T03:47:25.554Z | |
| 2981 | 2024-08-16T03:47:25.555Z | info: running `cargo check --bins` on omicron-dev (134/150) |
| 2982 | 2024-08-16T03:47:26.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2024-08-16T03:47:26.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2024-08-16T03:47:26.351Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2985 | 2024-08-16T03:47:26.351Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2986 | 2024-08-16T03:47:26.353Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2987 | 2024-08-16T03:47:27.619Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2988 | 2024-08-16T03:47:29.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 2989 | 2024-08-16T03:47:30.060Z | |
| 2990 | 2024-08-16T03:47:30.060Z | info: running `cargo check --bins` on openapi-manager (135/150) |
| 2991 | 2024-08-16T03:47:30.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2024-08-16T03:47:30.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2024-08-16T03:47:30.730Z | Checking heck v0.4.1 |
| 2994 | 2024-08-16T03:47:30.730Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2995 | 2024-08-16T03:47:30.730Z | Checking is_ci v1.2.0 |
| 2996 | 2024-08-16T03:47:30.733Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2997 | 2024-08-16T03:47:30.823Z | Checking indent_write v2.2.0 |
| 2998 | 2024-08-16T03:47:30.917Z | Checking supports-color v3.0.0 |
| 2999 | 2024-08-16T03:47:30.961Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3000 | 2024-08-16T03:47:32.248Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3001 | 2024-08-16T03:47:33.029Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3002 | 2024-08-16T03:47:33.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 3003 | 2024-08-16T03:47:34.080Z | |
| 3004 | 2024-08-16T03:47:34.080Z | info: running `cargo check --bins` on installinator-api (136/150) |
| 3005 | 2024-08-16T03:47:34.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2024-08-16T03:47:34.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2024-08-16T03:47:34.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2024-08-16T03:47:34.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3009 | 2024-08-16T03:47:34.693Z | |
| 3010 | 2024-08-16T03:47:34.693Z | info: running `cargo check --bins` on wicketd-api (137/150) |
| 3011 | 2024-08-16T03:47:35.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2024-08-16T03:47:35.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2024-08-16T03:47:35.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2024-08-16T03:47:35.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3015 | 2024-08-16T03:47:35.320Z | |
| 3016 | 2024-08-16T03:47:35.320Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
| 3017 | 2024-08-16T03:47:35.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2024-08-16T03:47:35.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2024-08-16T03:47:35.997Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3020 | 2024-08-16T03:47:37.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 3021 | 2024-08-16T03:47:37.304Z | |
| 3022 | 2024-08-16T03:47:37.304Z | info: running `cargo check --bins` on omicron-releng (139/150) |
| 3023 | 2024-08-16T03:47:37.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2024-08-16T03:47:37.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2024-08-16T03:47:37.943Z | Checking memmap2 v0.9.4 |
| 3026 | 2024-08-16T03:47:37.943Z | Checking arrayvec v0.7.4 |
| 3027 | 2024-08-16T03:47:37.943Z | Checking untrusted v0.7.1 |
| 3028 | 2024-08-16T03:47:37.946Z | Checking constant_time_eq v0.3.0 |
| 3029 | 2024-08-16T03:47:37.946Z | Checking arrayref v0.3.7 |
| 3030 | 2024-08-16T03:47:37.946Z | Checking spin v0.5.2 |
| 3031 | 2024-08-16T03:47:37.946Z | Checking cargo-platform v0.1.8 |
| 3032 | 2024-08-16T03:47:38.035Z | Checking topological-sort v0.2.2 |
| 3033 | 2024-08-16T03:47:38.162Z | Checking shell-words v1.1.0 |
| 3034 | 2024-08-16T03:47:38.204Z | Checking ring v0.16.20 |
| 3035 | 2024-08-16T03:47:38.299Z | Checking cargo_metadata v0.18.1 |
| 3036 | 2024-08-16T03:47:38.351Z | Checking blake3 v1.5.1 |
| 3037 | 2024-08-16T03:47:39.315Z | Checking omicron-zone-package v0.11.0 |
| 3038 | 2024-08-16T03:47:40.326Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3039 | 2024-08-16T03:47:41.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 3040 | 2024-08-16T03:47:41.277Z | |
| 3041 | 2024-08-16T03:47:41.277Z | info: running `cargo check --bins` on xtask (140/150) |
| 3042 | 2024-08-16T03:47:41.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2024-08-16T03:47:41.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2024-08-16T03:47:41.737Z | Checking serde v1.0.207 |
| 3045 | 2024-08-16T03:47:41.737Z | Checking thiserror v1.0.63 |
| 3046 | 2024-08-16T03:47:41.740Z | Checking scroll v0.12.0 |
| 3047 | 2024-08-16T03:47:41.816Z | Checking log v0.4.21 |
| 3048 | 2024-08-16T03:47:41.819Z | Checking bitflags v2.6.0 |
| 3049 | 2024-08-16T03:47:41.819Z | Checking hashbrown v0.14.5 |
| 3050 | 2024-08-16T03:47:41.839Z | Checking zerocopy v0.7.34 |
| 3051 | 2024-08-16T03:47:41.860Z | Checking syn v2.0.74 |
| 3052 | 2024-08-16T03:47:41.912Z | Checking pest v2.7.10 |
| 3053 | 2024-08-16T03:47:42.063Z | Checking fs-err v2.11.0 |
| 3054 | 2024-08-16T03:47:42.077Z | Checking rustix v0.38.34 |
| 3055 | 2024-08-16T03:47:42.255Z | Checking goblin v0.8.2 |
| 3056 | 2024-08-16T03:47:42.364Z | Checking anyhow v1.0.86 |
| 3057 | 2024-08-16T03:47:42.710Z | Checking tabled v0.15.0 |
| 3058 | 2024-08-16T03:47:42.890Z | Checking indexmap v2.4.0 |
| 3059 | 2024-08-16T03:47:43.039Z | Checking terminal_size v0.3.0 |
| 3060 | 2024-08-16T03:47:43.184Z | Checking clap_builder v4.5.15 |
| 3061 | 2024-08-16T03:47:44.294Z | Checking dtrace-parser v0.2.0 |
| 3062 | 2024-08-16T03:47:45.465Z | Checking clap v4.5.15 |
| 3063 | 2024-08-16T03:47:45.940Z | Checking serde_json v1.0.125 |
| 3064 | 2024-08-16T03:47:45.940Z | Checking toml_datetime v0.6.8 |
| 3065 | 2024-08-16T03:47:45.940Z | Checking serde_spanned v0.6.7 |
| 3066 | 2024-08-16T03:47:45.942Z | Checking semver v1.0.23 |
| 3067 | 2024-08-16T03:47:45.943Z | Checking camino v1.1.7 |
| 3068 | 2024-08-16T03:47:45.943Z | Checking cargo-platform v0.1.8 |
| 3069 | 2024-08-16T03:47:45.943Z | Checking macaddr v1.0.1 |
| 3070 | 2024-08-16T03:47:46.236Z | Checking toml_edit v0.22.20 |
| 3071 | 2024-08-16T03:47:46.967Z | Checking dof v0.3.0 |
| 3072 | 2024-08-16T03:47:46.967Z | Checking cargo_metadata v0.18.1 |
| 3073 | 2024-08-16T03:47:47.354Z | Checking usdt-impl v0.5.0 |
| 3074 | 2024-08-16T03:47:47.687Z | Checking usdt v0.5.0 |
| 3075 | 2024-08-16T03:47:47.861Z | Checking toml v0.8.19 |
| 3076 | 2024-08-16T03:47:48.292Z | Checking cargo_toml v0.20.4 |
| 3077 | 2024-08-16T03:47:49.428Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3078 | 2024-08-16T03:47:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s |
| 3079 | 2024-08-16T03:47:50.056Z | |
| 3080 | 2024-08-16T03:47:50.056Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
| 3081 | 2024-08-16T03:47:50.501Z | Downloading crates ... |
| 3082 | 2024-08-16T03:47:50.747Z | Downloaded ed25519 v2.2.3 |
| 3083 | 2024-08-16T03:47:50.761Z | Downloaded dhcproto-macros v0.1.0 |
| 3084 | 2024-08-16T03:47:50.767Z | Downloaded primeorder v0.13.6 |
| 3085 | 2024-08-16T03:47:50.770Z | Downloaded md5 v0.7.0 |
| 3086 | 2024-08-16T03:47:50.774Z | Downloaded option-ext v0.2.0 |
| 3087 | 2024-08-16T03:47:50.777Z | Downloaded ssh-encoding v0.2.0 |
| 3088 | 2024-08-16T03:47:50.777Z | Downloaded pbkdf2 v0.11.0 |
| 3089 | 2024-08-16T03:47:50.780Z | Downloaded internet-checksum v0.2.1 |
| 3090 | 2024-08-16T03:47:50.780Z | Downloaded russh v0.44.1 |
| 3091 | 2024-08-16T03:47:50.785Z | Downloaded russh-cryptovec v0.7.2 |
| 3092 | 2024-08-16T03:47:50.787Z | Downloaded dirs-sys v0.4.1 |
| 3093 | 2024-08-16T03:47:50.787Z | Downloaded ssh-cipher v0.2.0 |
| 3094 | 2024-08-16T03:47:50.790Z | Downloaded rfc6979 v0.4.0 |
| 3095 | 2024-08-16T03:47:50.790Z | Downloaded polyval v0.6.2 |
| 3096 | 2024-08-16T03:47:50.792Z | Downloaded blowfish v0.9.1 |
| 3097 | 2024-08-16T03:47:50.792Z | Downloaded dirs v5.0.1 |
| 3098 | 2024-08-16T03:47:50.795Z | Downloaded dhcproto v0.12.0 |
| 3099 | 2024-08-16T03:47:50.798Z | Downloaded hex-literal v0.4.1 |
| 3100 | 2024-08-16T03:47:50.798Z | Downloaded ecdsa v0.16.9 |
| 3101 | 2024-08-16T03:47:50.800Z | Downloaded password-hash v0.4.2 |
| 3102 | 2024-08-16T03:47:50.800Z | Downloaded p256 v0.13.2 |
| 3103 | 2024-08-16T03:47:50.803Z | Downloaded russh-keys v0.44.0 |
| 3104 | 2024-08-16T03:47:50.806Z | Downloaded ghash v0.5.1 |
| 3105 | 2024-08-16T03:47:50.809Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 3106 | 2024-08-16T03:47:50.809Z | Downloaded ed25519-dalek v2.1.1 |
| 3107 | 2024-08-16T03:47:50.811Z | Downloaded num-bigint v0.4.5 |
| 3108 | 2024-08-16T03:47:50.821Z | Downloaded ssh-key v0.6.6 |
| 3109 | 2024-08-16T03:47:50.828Z | Downloaded p521 v0.13.3 |
| 3110 | 2024-08-16T03:47:50.832Z | Downloaded aes-gcm v0.10.3 |
| 3111 | 2024-08-16T03:47:50.835Z | Downloaded p384 v0.13.0 |
| 3112 | 2024-08-16T03:47:50.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2024-08-16T03:47:50.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2024-08-16T03:47:50.967Z | Checking polyval v0.6.2 |
| 3115 | 2024-08-16T03:47:50.967Z | Checking rfc6979 v0.4.0 |
| 3116 | 2024-08-16T03:47:51.075Z | Checking primeorder v0.13.6 |
| 3117 | 2024-08-16T03:47:51.078Z | Checking ctr v0.9.2 |
| 3118 | 2024-08-16T03:47:51.093Z | Checking ed25519 v2.2.3 |
| 3119 | 2024-08-16T03:47:51.096Z | Checking ssh-encoding v0.2.0 |
| 3120 | 2024-08-16T03:47:51.096Z | Checking blowfish v0.9.1 |
| 3121 | 2024-08-16T03:47:51.096Z | Checking option-ext v0.2.0 |
| 3122 | 2024-08-16T03:47:51.209Z | Checking ecdsa v0.16.9 |
| 3123 | 2024-08-16T03:47:51.263Z | Checking dirs-sys v0.4.1 |
| 3124 | 2024-08-16T03:47:51.296Z | Checking ghash v0.5.1 |
| 3125 | 2024-08-16T03:47:51.326Z | Checking password-hash v0.4.2 |
| 3126 | 2024-08-16T03:47:51.361Z | Checking bcrypt-pbkdf v0.10.0 |
| 3127 | 2024-08-16T03:47:51.389Z | Checking matches v0.1.10 |
| 3128 | 2024-08-16T03:47:51.409Z | Checking ed25519-dalek v2.1.1 |
| 3129 | 2024-08-16T03:47:51.434Z | Checking dirs v5.0.1 |
| 3130 | 2024-08-16T03:47:51.449Z | Checking aes-gcm v0.10.3 |
| 3131 | 2024-08-16T03:47:51.472Z | Checking idna v0.2.3 |
| 3132 | 2024-08-16T03:47:51.514Z | Compiling enum-as-inner v0.5.1 |
| 3133 | 2024-08-16T03:47:51.571Z | Checking russh-cryptovec v0.7.2 |
| 3134 | 2024-08-16T03:47:51.602Z | Checking md5 v0.7.0 |
| 3135 | 2024-08-16T03:47:51.676Z | Checking ssh-cipher v0.2.0 |
| 3136 | 2024-08-16T03:47:51.747Z | Checking pbkdf2 v0.11.0 |
| 3137 | 2024-08-16T03:47:51.774Z | Checking num-bigint v0.4.5 |
| 3138 | 2024-08-16T03:47:51.777Z | Checking hex-literal v0.4.1 |
| 3139 | 2024-08-16T03:47:51.871Z | Compiling dhcproto-macros v0.1.0 |
| 3140 | 2024-08-16T03:47:51.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3141 | 2024-08-16T03:47:51.930Z | Checking p521 v0.13.3 |
| 3142 | 2024-08-16T03:47:51.953Z | Checking ssh-key v0.6.6 |
| 3143 | 2024-08-16T03:47:52.010Z | Checking p384 v0.13.0 |
| 3144 | 2024-08-16T03:47:52.298Z | Checking p256 v0.13.2 |
| 3145 | 2024-08-16T03:47:52.552Z | Checking trust-dns-proto v0.22.0 |
| 3146 | 2024-08-16T03:47:52.767Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3147 | 2024-08-16T03:47:52.787Z | Checking internet-checksum v0.2.1 |
| 3148 | 2024-08-16T03:47:53.403Z | Checking russh-keys v0.44.0 |
| 3149 | 2024-08-16T03:47:54.279Z | Checking russh v0.44.1 |
| 3150 | 2024-08-16T03:47:55.153Z | Checking dhcproto v0.12.0 |
| 3151 | 2024-08-16T03:48:10.067Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3152 | 2024-08-16T03:48:11.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s |
| 3153 | 2024-08-16T03:48:11.460Z | |
| 3154 | 2024-08-16T03:48:11.460Z | info: running `cargo check --bins` on gateway-cli (142/150) |
| 3155 | 2024-08-16T03:48:12.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2024-08-16T03:48:12.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2024-08-16T03:48:12.070Z | Checking termios v0.3.3 |
| 3158 | 2024-08-16T03:48:12.267Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3159 | 2024-08-16T03:48:12.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 3160 | 2024-08-16T03:48:13.119Z | |
| 3161 | 2024-08-16T03:48:13.119Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
| 3162 | 2024-08-16T03:48:13.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2024-08-16T03:48:13.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2024-08-16T03:48:13.786Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3165 | 2024-08-16T03:48:15.671Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3166 | 2024-08-16T03:48:17.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3167 | 2024-08-16T03:48:17.478Z | |
| 3168 | 2024-08-16T03:48:17.478Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
| 3169 | 2024-08-16T03:48:18.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2024-08-16T03:48:18.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2024-08-16T03:48:18.096Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3172 | 2024-08-16T03:48:18.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3173 | 2024-08-16T03:48:18.666Z | |
| 3174 | 2024-08-16T03:48:18.666Z | info: running `cargo check --bins` on omicron-package (145/150) |
| 3175 | 2024-08-16T03:48:19.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2024-08-16T03:48:19.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2024-08-16T03:48:19.307Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3178 | 2024-08-16T03:48:20.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 3179 | 2024-08-16T03:48:20.590Z | |
| 3180 | 2024-08-16T03:48:20.591Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
| 3181 | 2024-08-16T03:48:21.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2024-08-16T03:48:21.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2024-08-16T03:48:21.262Z | Checking rtoolbox v0.0.2 |
| 3184 | 2024-08-16T03:48:21.262Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3185 | 2024-08-16T03:48:21.265Z | Checking tui-tree-widget v0.22.0 |
| 3186 | 2024-08-16T03:48:21.475Z | Checking rpassword v7.3.1 |
| 3187 | 2024-08-16T03:48:25.172Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2024-08-16T03:48:27.835Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3189 | 2024-08-16T03:48:28.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s |
| 3190 | 2024-08-16T03:48:28.994Z | |
| 3191 | 2024-08-16T03:48:28.994Z | info: running `cargo check --bins` on wicket (147/150) |
| 3192 | 2024-08-16T03:48:29.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2024-08-16T03:48:29.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2024-08-16T03:48:29.650Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3195 | 2024-08-16T03:48:29.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3196 | 2024-08-16T03:48:30.144Z | |
| 3197 | 2024-08-16T03:48:30.144Z | info: running `cargo check --bins` on wicketd (148/150) |
| 3198 | 2024-08-16T03:48:31.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2024-08-16T03:48:31.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2024-08-16T03:48:31.604Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3201 | 2024-08-16T03:48:34.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
| 3202 | 2024-08-16T03:48:34.413Z | |
| 3203 | 2024-08-16T03:48:34.413Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
| 3204 | 2024-08-16T03:48:34.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2024-08-16T03:48:34.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2024-08-16T03:48:34.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2024-08-16T03:48:34.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3208 | 2024-08-16T03:48:34.993Z | |
| 3209 | 2024-08-16T03:48:34.993Z | info: running `cargo check --bins` on zone-setup (150/150) |
| 3210 | 2024-08-16T03:48:35.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2024-08-16T03:48:35.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2024-08-16T03:48:35.686Z | Checking uzers v0.11.3 |
| 3213 | 2024-08-16T03:48:35.970Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3214 | 2024-08-16T03:48:36.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 3215 | 2024-08-16T03:48:37.134Z | |
| 3216 | 2024-08-16T03:48:37.134Z | real 10:31.744060279 |
| 3217 | 2024-08-16T03:48:37.134Z | user 22:26.482634101 |
| 3218 | 2024-08-16T03:48:37.134Z | sys 4:52.348669144 |
| 3219 | 2024-08-16T03:48:37.134Z | trap 0.484286057 |
| 3220 | 2024-08-16T03:48:37.134Z | tflt 2.706272411 |
| 3221 | 2024-08-16T03:48:37.134Z | dflt 2.712136551 |
| 3222 | 2024-08-16T03:48:37.137Z | kflt 0.002255974 |
| 3223 | 2024-08-16T03:48:37.137Z | lock 40:34.861077176 |
| 3224 | 2024-08-16T03:48:37.137Z | slp 1:50:31.180192037 |
| 3225 | 2024-08-16T03:48:37.137Z | lat 55.399865623 |
| 3226 | 2024-08-16T03:48:37.137Z | stop 2:37.735847927 |
| 3227 | 2024-08-16T03:48:37.137Z | process exited: duration 882028 ms, exit code 0 |
| |
| 3228 | 2024-08-16T03:48:37.142Z | found 0 output files |