|
|
|
| 1 | 2024-08-07T07:30:51.272Z | job assigned to worker 01J4NVX608E0N6YXJK0MVFS5C7 (queued for 1 m 0 s) |
| |
| 2 | 2024-08-07T07:30:59.220Z | starting task 0: "setup" |
| 3 | 2024-08-07T07:30:59.282Z | ++ uname -s |
| 4 | 2024-08-07T07:30:59.285Z | + kern=SunOS |
| 5 | 2024-08-07T07:30:59.285Z | + case "$kern" in |
| 6 | 2024-08-07T07:30:59.285Z | + groupadd -g 12345 build |
| 7 | 2024-08-07T07:30:59.288Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-07T07:31:01.298Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-07T07:31:01.429Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-07T07:31:01.432Z | + home_fs=zfs |
| 11 | 2024-08-07T07:31:01.432Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-07T07:31:01.432Z | + mkdir -p /home/build |
| 13 | 2024-08-07T07:31:01.435Z | + chown build:build /home/build /work |
| 14 | 2024-08-07T07:31:03.436Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-07T07:31:03.439Z | process exited: duration 4217 ms, exit code 0 |
| |
| 16 | 2024-08-07T07:31:03.445Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-07T07:31:03.450Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-07T07:31:03.450Z | * toolchain channel = "1.80.0" |
| 19 | 2024-08-07T07:31:03.450Z | * toolchain profile = "default" |
| 20 | 2024-08-07T07:31:03.451Z | ' 1.80.0 |
| 21 | 2024-08-07T07:31:03.451Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-07T07:31:03.451Z | ' default |
| 23 | 2024-08-07T07:31:03.453Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-07T07:31:03.453Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
| 25 | 2024-08-07T07:31:03.570Z | info: downloading installer |
| 26 | 2024-08-07T07:31:05.278Z | info: profile set to 'default' |
| 27 | 2024-08-07T07:31:05.278Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-07T07:31:05.282Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
| 29 | 2024-08-07T07:31:05.431Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
| 30 | 2024-08-07T07:31:05.431Z | info: downloading component 'cargo' |
| 31 | 2024-08-07T07:31:06.325Z | info: downloading component 'clippy' |
| 32 | 2024-08-07T07:31:06.629Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-07T07:31:07.811Z | info: downloading component 'rust-std' |
| 34 | 2024-08-07T07:31:09.482Z | info: downloading component 'rustc' |
| 35 | 2024-08-07T07:31:14.350Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-07T07:31:14.598Z | info: installing component 'cargo' |
| 37 | 2024-08-07T07:31:15.479Z | info: installing component 'clippy' |
| 38 | 2024-08-07T07:31:15.872Z | info: installing component 'rust-docs' |
| 39 | 2024-08-07T07:31:17.485Z | info: installing component 'rust-std' |
| 40 | 2024-08-07T07:31:19.194Z | info: installing component 'rustc' |
| 41 | 2024-08-07T07:31:23.808Z | info: installing component 'rustfmt' |
| 42 | 2024-08-07T07:31:24.161Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
| 43 | 2024-08-07T07:31:24.161Z | |
| 44 | 2024-08-07T07:31:24.422Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
| 45 | 2024-08-07T07:31:24.422Z | |
| 46 | 2024-08-07T07:31:24.425Z | |
| 47 | 2024-08-07T07:31:24.425Z | Rust is installed now. Great! |
| 48 | 2024-08-07T07:31:24.425Z | |
| 49 | 2024-08-07T07:31:24.425Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-07T07:31:24.425Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-07T07:31:24.425Z | |
| 52 | 2024-08-07T07:31:24.425Z | To configure your current shell, you need to source |
| 53 | 2024-08-07T07:31:24.425Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-07T07:31:24.425Z | |
| 55 | 2024-08-07T07:31:24.425Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-07T07:31:24.425Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-07T07:31:24.426Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-07T07:31:24.495Z | + rustc --version |
| 59 | 2024-08-07T07:31:24.561Z | rustc 1.80.0 (051478957 2024-07-21) |
| 60 | 2024-08-07T07:31:24.564Z | process exited: duration 21114 ms, exit code 0 |
| |
| 61 | 2024-08-07T07:31:24.572Z | starting task 2: "authentication" |
| 62 | 2024-08-07T07:31:24.594Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-08-07T07:31:24.603Z | starting task 3: "clone repository" |
| 64 | 2024-08-07T07:31:24.606Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-07T07:31:24.610Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-07T07:31:24.786Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-07T07:31:31.364Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-07T07:31:31.364Z | + git fetch origin 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
| 69 | 2024-08-07T07:31:31.662Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-07T07:31:31.662Z | * branch 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 -> FETCH_HEAD |
| 71 | 2024-08-07T07:31:31.672Z | + [[ -n renovate/itertools-0.x ]] |
| 72 | 2024-08-07T07:31:31.675Z | ++ git branch --show-current |
| 73 | 2024-08-07T07:31:31.678Z | + current=main |
| 74 | 2024-08-07T07:31:31.678Z | + [[ main != renovate/itertools-0.x ]] |
| 75 | 2024-08-07T07:31:31.678Z | + git branch -f renovate/itertools-0.x 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
| 76 | 2024-08-07T07:31:31.681Z | + git checkout -f renovate/itertools-0.x |
| 77 | 2024-08-07T07:31:31.819Z | Switched to branch 'renovate/itertools-0.x' |
| 78 | 2024-08-07T07:31:31.822Z | + git reset --hard 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
| 79 | 2024-08-07T07:31:31.833Z | HEAD is now at 567bd95af Update Rust crate itertools to 0.13.0 |
| 80 | 2024-08-07T07:31:31.835Z | process exited: duration 7232 ms, exit code 0 |
| |
| 81 | 2024-08-07T07:31:31.841Z | starting task 4: "build" |
| 82 | 2024-08-07T07:31:31.846Z | + cargo --version |
| 83 | 2024-08-07T07:31:31.902Z | cargo 1.80.0 (376290515 2024-07-16) |
| 84 | 2024-08-07T07:31:31.905Z | + rustc --version |
| 85 | 2024-08-07T07:31:31.960Z | rustc 1.80.0 (051478957 2024-07-21) |
| 86 | 2024-08-07T07:31:31.963Z | + source ./env.sh |
| 87 | 2024-08-07T07:31:31.963Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-08-07T07:31:31.963Z | ++ set -o xtrace |
| 89 | 2024-08-07T07:31:31.966Z | ++++ dirname ./env.sh |
| 90 | 2024-08-07T07:31:31.969Z | +++ readlink -f . |
| 91 | 2024-08-07T07:31:32.121Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-08-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ 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-07T07:31:32.124Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-08-07T07:31:32.124Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-08-07T07:31:32.124Z | + 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-07T07:31:32.124Z | + 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-07T07:31:32.124Z | + banner prerequisites |
| 105 | 2024-08-07T07:31:32.302Z | |
| 106 | 2024-08-07T07:31:32.302Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 107 | 2024-08-07T07:31:32.302Z | # # # # # # # # # # # # # # # |
| 108 | 2024-08-07T07:31:32.302Z | # # # # ##### # # ##### # # # # # #### # |
| 109 | 2024-08-07T07:31:32.302Z | ##### ##### # ##### # # # # # # # # # |
| 110 | 2024-08-07T07:31:32.302Z | # # # # # # # # # # # # # # # |
| 111 | 2024-08-07T07:31:32.302Z | # # # ###### # # ###### ### # #### # #### # |
| 112 | 2024-08-07T07:31:32.302Z | |
| 113 | 2024-08-07T07:31:32.305Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 114 | 2024-08-07T07:31:51.098Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2024-08-07T07:31:53.550Z | Startup: Caching catalogs ... Done |
| 116 | 2024-08-07T07:31:57.316Z | Planning: Solver setup ... Done (3.188s) |
| 117 | 2024-08-07T07:31:57.376Z | Planning: Running solver ... Done (0.061s) |
| 118 | 2024-08-07T07:31:57.430Z | Planning: Finding local manifests ... Done (0.005s) |
| 119 | 2024-08-07T07:31:57.900Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2024-08-07T07:31:58.261Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2024-08-07T07:31:58.312Z | Planning: Package planning ... Done (0.051s) |
| 122 | 2024-08-07T07:31:58.363Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2024-08-07T07:31:59.666Z | Planning: Checking for conflicting actions ... Done (1.302s) |
| 124 | 2024-08-07T07:31:59.677Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2024-08-07T07:32:06.245Z | Planning: Evaluating mediators ... Done (6.567s) |
| 126 | 2024-08-07T07:32:06.254Z | Planning: Planning completed in 12.63 seconds |
| 127 | 2024-08-07T07:32:07.199Z | Packages to install: 4 |
| 128 | 2024-08-07T07:32:07.199Z | Mediators to change: 2 |
| 129 | 2024-08-07T07:32:07.199Z | Services to change: 1 |
| 130 | 2024-08-07T07:32:07.216Z | Estimated space available: 155.76 GB |
| 131 | 2024-08-07T07:32:07.216Z | Estimated space to be consumed: 1.47 GB |
| 132 | 2024-08-07T07:32:07.217Z | Create boot environment: No |
| 133 | 2024-08-07T07:32:07.217Z | Create backup boot environment: No |
| 134 | 2024-08-07T07:32:07.217Z | Rebuild boot archive: No |
| 135 | 2024-08-07T07:32:07.217Z | |
| 136 | 2024-08-07T07:32:07.217Z | Changed mediators: |
| 137 | 2024-08-07T07:32:07.217Z | mediator clang: |
| 138 | 2024-08-07T07:32:07.217Z | version: None -> 15 (system default) |
| 139 | 2024-08-07T07:32:07.218Z | |
| 140 | 2024-08-07T07:32:07.218Z | mediator llvm: |
| 141 | 2024-08-07T07:32:07.218Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2024-08-07T07:32:07.218Z | |
| 143 | 2024-08-07T07:32:07.218Z | Changed packages: |
| 144 | 2024-08-07T07:32:07.218Z | helios-dev |
| 145 | 2024-08-07T07:32:07.218Z | developer/build-essential |
| 146 | 2024-08-07T07:32:07.220Z | None -> 11-2.0 |
| 147 | 2024-08-07T07:32:07.220Z | library/libxmlsec1 |
| 148 | 2024-08-07T07:32:07.220Z | None -> 1.2.35-2.0 |
| 149 | 2024-08-07T07:32:07.221Z | ooce/developer/clang-15 |
| 150 | 2024-08-07T07:32:07.221Z | None -> 15.0.7-2.0 |
| 151 | 2024-08-07T07:32:07.221Z | ooce/developer/llvm-15 |
| 152 | 2024-08-07T07:32:07.221Z | None -> 15.0.7-2.0 |
| 153 | 2024-08-07T07:32:07.221Z | |
| 154 | 2024-08-07T07:32:07.221Z | Services: |
| 155 | 2024-08-07T07:32:07.221Z | restart_fmri: |
| 156 | 2024-08-07T07:32:07.221Z | svc:/system/update-man-index:default |
| 157 | 2024-08-07T07:32:07.430Z | |
| 158 | 2024-08-07T07:32:07.431Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2024-08-07T07:32:13.175Z | Download: 204/3290 items 1.3/212.6MB 0% complete (270k/s) |
| 160 | 2024-08-07T07:32:19.952Z | Download: 212/3290 items 1.3/212.6MB 0% complete (250k/s) |
| 161 | 2024-08-07T07:32:24.956Z | Download: 721/3290 items 18.2/212.6MB 8% complete (2.0M/s) |
| 162 | 2024-08-07T07:32:29.956Z | Download: 1136/3290 items 59.5/212.6MB 28% complete (5.8M/s) |
| 163 | 2024-08-07T07:32:38.449Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (7.0M/s) |
| 164 | 2024-08-07T07:32:43.516Z | Download: 1417/3290 items 113.8/212.6MB 53% complete (3.2M/s) |
| 165 | 2024-08-07T07:32:48.528Z | Download: 1679/3290 items 117.2/212.6MB 55% complete (3.5M/s) |
| 166 | 2024-08-07T07:32:53.529Z | Download: 2190/3290 items 119.1/212.6MB 56% complete (543k/s) |
| 167 | 2024-08-07T07:33:11.409Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
| 168 | 2024-08-07T07:33:16.411Z | Download: 3116/3290 items 135.3/212.6MB 63% complete (3.1M/s) |
| 169 | 2024-08-07T07:33:20.589Z | Download: Completed 212.60 MB in 73.16 seconds (2.9M/s) |
| 170 | 2024-08-07T07:33:21.166Z | Actions: 1/3689 actions (Installing new actions) |
| 171 | 2024-08-07T07:33:26.219Z | Actions: 3647/3689 actions (Installing new actions) |
| 172 | 2024-08-07T07:33:26.272Z | Actions: Completed 3689 actions in 5.10 seconds. |
| 173 | 2024-08-07T07:33:26.534Z | Done (0.257s) |
| 174 | 2024-08-07T07:33:26.534Z | Done (0.000s) |
| 175 | 2024-08-07T07:33:26.888Z | Done (0.354s) |
| 176 | 2024-08-07T07:33:32.172Z | Done (5.120s) |
| 177 | 2024-08-07T07:33:32.380Z | Done (0.142s) |
| 178 | 2024-08-07T07:33:32.383Z | Done (0.000s) |
| 179 | 2024-08-07T07:33:32.578Z | Done (0.000s) |
| 180 | 2024-08-07T07:33:33.155Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2024-08-07T07:33:33.317Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2024-08-07T07:33:33.319Z | Planning: Consolidating action changes ... Done |
| 183 | 2024-08-07T07:33:33.581Z | Planning: Evaluating mediators ... Done |
| 184 | 2024-08-07T07:33:33.584Z | Planning: Planning completed in 0.43 seconds |
| 185 | 2024-08-07T07:33:33.615Z | Mediators to change: 2 |
| 186 | 2024-08-07T07:33:33.615Z | Create boot environment: No |
| 187 | 2024-08-07T07:33:33.618Z | Create backup boot environment: No |
| 188 | 2024-08-07T07:33:33.753Z | Done |
| 189 | 2024-08-07T07:33:33.753Z | Done |
| 190 | 2024-08-07T07:33:33.998Z | Done |
| 191 | 2024-08-07T07:33:37.422Z | Done |
| 192 | 2024-08-07T07:33:37.504Z | Done |
| 193 | 2024-08-07T07:33:37.507Z | Done |
| 194 | 2024-08-07T07:33:37.646Z | Done |
| 195 | 2024-08-07T07:33:38.245Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2024-08-07T07:33:38.248Z | Planning: Merging actions ... Done |
| 197 | 2024-08-07T07:33:38.433Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2024-08-07T07:33:38.435Z | Planning: Consolidating action changes ... Done |
| 199 | 2024-08-07T07:33:38.691Z | Planning: Evaluating mediators ... Done |
| 200 | 2024-08-07T07:33:38.744Z | Planning: Planning completed in 0.73 seconds |
| 201 | 2024-08-07T07:33:38.777Z | Packages to change: 1 |
| 202 | 2024-08-07T07:33:38.781Z | Mediators to change: 1 |
| 203 | 2024-08-07T07:33:38.781Z | Services to change: 1 |
| 204 | 2024-08-07T07:33:38.781Z | Create boot environment: No |
| 205 | 2024-08-07T07:33:38.781Z | Create backup boot environment: Yes |
| 206 | 2024-08-07T07:33:40.799Z | Actions: 1/6 actions (Updating modified actions) |
| 207 | 2024-08-07T07:33:40.877Z | Actions: Completed 6 actions in 0.08 seconds. |
| 208 | 2024-08-07T07:33:40.880Z | Done |
| 209 | 2024-08-07T07:33:40.880Z | Done |
| 210 | 2024-08-07T07:33:40.951Z | Done |
| 211 | 2024-08-07T07:33:44.554Z | Done |
| 212 | 2024-08-07T07:33:44.639Z | Done |
| 213 | 2024-08-07T07:33:44.642Z | Done |
| 214 | 2024-08-07T07:33:44.800Z | Done |
| 215 | 2024-08-07T07:33:45.231Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 216 | 2024-08-07T07:33:45.231Z | clang system 15 system |
| 217 | 2024-08-07T07:33:45.231Z | csh system system illumos |
| 218 | 2024-08-07T07:33:45.231Z | ctags system system illumos |
| 219 | 2024-08-07T07:33:45.231Z | gcc vendor 12 vendor |
| 220 | 2024-08-07T07:33:45.231Z | gcc system 10 system |
| 221 | 2024-08-07T07:33:45.231Z | gcc system 7 system |
| 222 | 2024-08-07T07:33:45.231Z | go system 1.20 system |
| 223 | 2024-08-07T07:33:45.231Z | go system 1.19 system |
| 224 | 2024-08-07T07:33:45.231Z | llvm system 15 system |
| 225 | 2024-08-07T07:33:45.231Z | llvm system 14 system |
| 226 | 2024-08-07T07:33:45.231Z | mariadb system 10.6 system |
| 227 | 2024-08-07T07:33:45.231Z | mta vendor vendor dma |
| 228 | 2024-08-07T07:33:45.231Z | openjdk system 17 system |
| 229 | 2024-08-07T07:33:45.231Z | openjdk system 11 system |
| 230 | 2024-08-07T07:33:45.231Z | openjdk system 1.8 system |
| 231 | 2024-08-07T07:33:45.231Z | openssl vendor 3 vendor |
| 232 | 2024-08-07T07:33:45.231Z | perl system 5.36 system |
| 233 | 2024-08-07T07:33:45.231Z | postgresql system 15 system |
| 234 | 2024-08-07T07:33:45.231Z | postgresql system 13 system |
| 235 | 2024-08-07T07:33:45.231Z | python vendor 3 vendor |
| 236 | 2024-08-07T07:33:45.232Z | python system 2 system |
| 237 | 2024-08-07T07:33:45.232Z | python3 system 3.11 system |
| 238 | 2024-08-07T07:33:45.232Z | ruby system 3.0 system |
| 239 | 2024-08-07T07:33:45.232Z | words vendor vendor american-english |
| 240 | 2024-08-07T07:33:45.232Z | words system system australian-english |
| 241 | 2024-08-07T07:33:45.232Z | words system system british-english |
| 242 | 2024-08-07T07:33:45.232Z | words system system canadian-english |
| 243 | 2024-08-07T07:33:45.232Z | words system system french |
| 244 | 2024-08-07T07:33:45.232Z | words system system italian |
| 245 | 2024-08-07T07:33:45.232Z | words system system ngerman |
| 246 | 2024-08-07T07:33:45.232Z | words system system ogerman |
| 247 | 2024-08-07T07:33:45.232Z | words system system spanish |
| 248 | 2024-08-07T07:33:45.557Z | PUBLISHER TYPE STATUS P LOCATION |
| 249 | 2024-08-07T07:33:45.557Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 250 | 2024-08-07T07:33:47.215Z | FMRI IFO |
| 251 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 252 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 253 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 254 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 255 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 256 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 257 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 258 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 259 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 260 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 261 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 262 | 2024-08-07T07:33:47.215Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 263 | 2024-08-07T07:33:47.784Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 264 | 2024-08-07T07:33:48.045Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 265 | 2024-08-07T07:33:48.278Z | Updating crates.io index |
| 266 | 2024-08-07T07:33:48.360Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 267 | 2024-08-07T07:33:49.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2024-08-07T07:33:49.746Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 269 | 2024-08-07T07:33:49.985Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 270 | 2024-08-07T07:33:51.432Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2024-08-07T07:33:51.697Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 272 | 2024-08-07T07:33:51.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 273 | 2024-08-07T07:33:53.126Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 274 | 2024-08-07T07:33:54.915Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 275 | 2024-08-07T07:33:55.862Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 276 | 2024-08-07T07:33:56.604Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 277 | 2024-08-07T07:33:57.190Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 278 | 2024-08-07T07:33:57.467Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 279 | 2024-08-07T07:33:57.751Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 280 | 2024-08-07T07:33:58.007Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 281 | 2024-08-07T07:33:58.251Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2024-08-07T07:33:58.449Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2024-08-07T07:33:58.640Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2024-08-07T07:33:58.885Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 285 | 2024-08-07T07:33:59.150Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 286 | 2024-08-07T07:33:59.422Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2024-08-07T07:33:59.663Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 288 | 2024-08-07T07:34:00.014Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2024-08-07T07:34:00.386Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2024-08-07T07:34:00.875Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2024-08-07T07:34:01.215Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 292 | 2024-08-07T07:34:03.241Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2024-08-07T07:34:03.459Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2024-08-07T07:34:04.303Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2024-08-07T07:34:04.660Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 296 | 2024-08-07T07:34:05.678Z | Downloading crates ... |
| 297 | 2024-08-07T07:34:05.761Z | Downloaded block-buffer v0.10.4 |
| 298 | 2024-08-07T07:34:05.763Z | Downloaded autocfg v1.3.0 |
| 299 | 2024-08-07T07:34:05.766Z | Downloaded byteorder v1.5.0 |
| 300 | 2024-08-07T07:34:05.766Z | Downloaded anstyle-query v1.0.3 |
| 301 | 2024-08-07T07:34:05.769Z | Downloaded camino v1.1.7 |
| 302 | 2024-08-07T07:34:05.769Z | Downloaded anstyle-parse v0.2.4 |
| 303 | 2024-08-07T07:34:05.772Z | Downloaded anstyle v1.0.8 |
| 304 | 2024-08-07T07:34:05.774Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2024-08-07T07:34:05.777Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2024-08-07T07:34:05.789Z | Downloaded cargo-platform v0.1.8 |
| 307 | 2024-08-07T07:34:05.791Z | Downloaded bytecount v0.6.8 |
| 308 | 2024-08-07T07:34:05.792Z | Downloaded anyhow v1.0.86 |
| 309 | 2024-08-07T07:34:05.794Z | Downloaded itoa v1.0.11 |
| 310 | 2024-08-07T07:34:05.797Z | Downloaded heck v0.4.1 |
| 311 | 2024-08-07T07:34:05.797Z | Downloaded serde_tokenstream v0.2.1 |
| 312 | 2024-08-07T07:34:05.801Z | Downloaded plain v0.2.3 |
| 313 | 2024-08-07T07:34:05.804Z | Downloaded errno v0.3.9 |
| 314 | 2024-08-07T07:34:05.804Z | Downloaded digest v0.10.7 |
| 315 | 2024-08-07T07:34:05.804Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2024-08-07T07:34:05.807Z | Downloaded colorchoice v1.0.1 |
| 317 | 2024-08-07T07:34:05.807Z | Downloaded cpufeatures v0.2.12 |
| 318 | 2024-08-07T07:34:05.812Z | Downloaded strsim v0.11.1 |
| 319 | 2024-08-07T07:34:05.814Z | Downloaded thiserror-impl v1.0.63 |
| 320 | 2024-08-07T07:34:05.814Z | Downloaded memmap v0.7.0 |
| 321 | 2024-08-07T07:34:05.817Z | Downloaded bitflags v2.6.0 |
| 322 | 2024-08-07T07:34:05.820Z | Downloaded anstream v0.6.14 |
| 323 | 2024-08-07T07:34:05.823Z | Downloaded is_terminal_polyfill v1.70.0 |
| 324 | 2024-08-07T07:34:05.827Z | Downloaded terminal_size v0.3.0 |
| 325 | 2024-08-07T07:34:05.832Z | Downloaded pretty-hex v0.4.1 |
| 326 | 2024-08-07T07:34:05.840Z | Downloaded swrite v0.1.0 |
| 327 | 2024-08-07T07:34:05.842Z | Downloaded equivalent v1.0.1 |
| 328 | 2024-08-07T07:34:05.843Z | Downloaded scroll_derive v0.12.0 |
| 329 | 2024-08-07T07:34:05.843Z | Downloaded clap_derive v4.5.13 |
| 330 | 2024-08-07T07:34:05.846Z | Downloaded crypto-common v0.1.6 |
| 331 | 2024-08-07T07:34:05.849Z | Downloaded version_check v0.9.5 |
| 332 | 2024-08-07T07:34:05.852Z | Downloaded semver v1.0.23 |
| 333 | 2024-08-07T07:34:05.852Z | Downloaded cargo_toml v0.20.4 |
| 334 | 2024-08-07T07:34:05.856Z | Downloaded scroll v0.12.0 |
| 335 | 2024-08-07T07:34:05.859Z | Downloaded proc-macro-error v1.0.4 |
| 336 | 2024-08-07T07:34:05.862Z | Downloaded zerocopy-derive v0.7.34 |
| 337 | 2024-08-07T07:34:05.864Z | Downloaded proc-macro-error-attr v1.0.4 |
| 338 | 2024-08-07T07:34:05.867Z | Downloaded pest_generator v2.7.10 |
| 339 | 2024-08-07T07:34:05.867Z | Downloaded fs-err v2.11.0 |
| 340 | 2024-08-07T07:34:05.868Z | Downloaded usdt-impl v0.5.0 |
| 341 | 2024-08-07T07:34:05.870Z | Downloaded cfg-if v1.0.0 |
| 342 | 2024-08-07T07:34:05.873Z | Downloaded thread-id v4.2.1 |
| 343 | 2024-08-07T07:34:05.876Z | Downloaded generic-array v0.14.7 |
| 344 | 2024-08-07T07:34:05.881Z | Downloaded usdt v0.5.0 |
| 345 | 2024-08-07T07:34:05.884Z | Downloaded clap_lex v0.7.0 |
| 346 | 2024-08-07T07:34:05.884Z | Downloaded serde_spanned v0.6.7 |
| 347 | 2024-08-07T07:34:05.887Z | Downloaded utf8parse v0.2.1 |
| 348 | 2024-08-07T07:34:05.887Z | Downloaded toml_datetime v0.6.8 |
| 349 | 2024-08-07T07:34:05.887Z | Downloaded thiserror v1.0.63 |
| 350 | 2024-08-07T07:34:05.891Z | Downloaded tabled_derive v0.7.0 |
| 351 | 2024-08-07T07:34:05.894Z | Downloaded ucd-trie v0.1.6 |
| 352 | 2024-08-07T07:34:05.894Z | Downloaded toml v0.8.19 |
| 353 | 2024-08-07T07:34:05.897Z | Downloaded clap v4.5.13 |
| 354 | 2024-08-07T07:34:05.904Z | Downloaded dof v0.3.0 |
| 355 | 2024-08-07T07:34:05.907Z | Downloaded sha2 v0.10.8 |
| 356 | 2024-08-07T07:34:05.910Z | Downloaded serde_derive v1.0.204 |
| 357 | 2024-08-07T07:34:05.910Z | Downloaded quote v1.0.36 |
| 358 | 2024-08-07T07:34:05.913Z | Downloaded proc-macro2 v1.0.86 |
| 359 | 2024-08-07T07:34:05.916Z | Downloaded macaddr v1.0.1 |
| 360 | 2024-08-07T07:34:05.916Z | Downloaded pest_derive v2.7.10 |
| 361 | 2024-08-07T07:34:05.918Z | Downloaded cargo_metadata v0.18.1 |
| 362 | 2024-08-07T07:34:05.918Z | Downloaded pest_meta v2.7.10 |
| 363 | 2024-08-07T07:34:05.921Z | Downloaded once_cell v1.19.0 |
| 364 | 2024-08-07T07:34:05.924Z | Downloaded log v0.4.21 |
| 365 | 2024-08-07T07:34:05.926Z | Downloaded heck v0.5.0 |
| 366 | 2024-08-07T07:34:05.926Z | Downloaded papergrid v0.11.0 |
| 367 | 2024-08-07T07:34:05.929Z | Downloaded fnv v1.0.7 |
| 368 | 2024-08-07T07:34:05.932Z | Downloaded ryu v1.0.18 |
| 369 | 2024-08-07T07:34:05.935Z | Downloaded typenum v1.17.0 |
| 370 | 2024-08-07T07:34:05.935Z | Downloaded unicode-ident v1.0.12 |
| 371 | 2024-08-07T07:34:05.940Z | Downloaded indexmap v2.3.0 |
| 372 | 2024-08-07T07:34:05.970Z | Downloaded serde v1.0.204 |
| 373 | 2024-08-07T07:34:05.980Z | Downloaded toml_edit v0.22.20 |
| 374 | 2024-08-07T07:34:06.000Z | Downloaded memchr v2.7.2 |
| 375 | 2024-08-07T07:34:06.009Z | Downloaded pest v2.7.10 |
| 376 | 2024-08-07T07:34:06.013Z | Downloaded serde_json v1.0.122 |
| 377 | 2024-08-07T07:34:06.020Z | Downloaded zerocopy v0.7.34 |
| 378 | 2024-08-07T07:34:06.035Z | Downloaded hashbrown v0.14.5 |
| 379 | 2024-08-07T07:34:06.038Z | Downloaded winnow v0.6.18 |
| 380 | 2024-08-07T07:34:06.047Z | Downloaded tabled v0.15.0 |
| 381 | 2024-08-07T07:34:06.061Z | Downloaded goblin v0.8.2 |
| 382 | 2024-08-07T07:34:06.067Z | Downloaded clap_builder v4.5.13 |
| 383 | 2024-08-07T07:34:06.072Z | Downloaded syn v1.0.109 |
| 384 | 2024-08-07T07:34:06.082Z | Downloaded syn v2.0.72 |
| 385 | 2024-08-07T07:34:06.095Z | Downloaded rustix v0.38.34 |
| 386 | 2024-08-07T07:34:06.116Z | Downloaded unicode-width v0.1.13 |
| 387 | 2024-08-07T07:34:06.134Z | Downloaded libc v0.2.155 |
| 388 | 2024-08-07T07:34:06.426Z | Compiling proc-macro2 v1.0.86 |
| 389 | 2024-08-07T07:34:06.426Z | Compiling unicode-ident v1.0.12 |
| 390 | 2024-08-07T07:34:06.429Z | Compiling version_check v0.9.5 |
| 391 | 2024-08-07T07:34:06.429Z | Compiling serde v1.0.204 |
| 392 | 2024-08-07T07:34:06.429Z | Compiling thiserror v1.0.63 |
| 393 | 2024-08-07T07:34:06.429Z | Compiling memchr v2.7.2 |
| 394 | 2024-08-07T07:34:06.429Z | Compiling libc v0.2.155 |
| 395 | 2024-08-07T07:34:06.458Z | Compiling itoa v1.0.11 |
| 396 | 2024-08-07T07:34:06.674Z | Compiling ryu v1.0.18 |
| 397 | 2024-08-07T07:34:06.745Z | Compiling ucd-trie v0.1.6 |
| 398 | 2024-08-07T07:34:07.231Z | Compiling once_cell v1.19.0 |
| 399 | 2024-08-07T07:34:07.261Z | Compiling byteorder v1.5.0 |
| 400 | 2024-08-07T07:34:07.533Z | Compiling serde_json v1.0.122 |
| 401 | 2024-08-07T07:34:08.382Z | Compiling proc-macro-error-attr v1.0.4 |
| 402 | 2024-08-07T07:34:08.454Z | Compiling usdt-impl v0.5.0 |
| 403 | 2024-08-07T07:34:08.459Z | Compiling syn v1.0.109 |
| 404 | 2024-08-07T07:34:08.459Z | Compiling rustix v0.38.34 |
| 405 | 2024-08-07T07:34:08.459Z | Compiling proc-macro-error v1.0.4 |
| 406 | 2024-08-07T07:34:08.732Z | Compiling utf8parse v0.2.1 |
| 407 | 2024-08-07T07:34:08.756Z | Compiling plain v0.2.3 |
| 408 | 2024-08-07T07:34:08.889Z | Compiling hashbrown v0.14.5 |
| 409 | 2024-08-07T07:34:08.915Z | Compiling equivalent v1.0.1 |
| 410 | 2024-08-07T07:34:08.939Z | Compiling bitflags v2.6.0 |
| 411 | 2024-08-07T07:34:09.020Z | Compiling log v0.4.21 |
| 412 | 2024-08-07T07:34:09.184Z | Compiling thread-id v4.2.1 |
| 413 | 2024-08-07T07:34:09.268Z | Compiling anstyle-parse v0.2.4 |
| 414 | 2024-08-07T07:34:09.350Z | Compiling quote v1.0.36 |
| 415 | 2024-08-07T07:34:09.404Z | Compiling camino v1.1.7 |
| 416 | 2024-08-07T07:34:09.436Z | Compiling winnow v0.6.18 |
| 417 | 2024-08-07T07:34:09.588Z | Compiling pretty-hex v0.4.1 |
| 418 | 2024-08-07T07:34:09.758Z | Compiling syn v2.0.72 |
| 419 | 2024-08-07T07:34:09.842Z | Compiling errno v0.3.9 |
| 420 | 2024-08-07T07:34:10.100Z | Compiling anstyle-query v1.0.3 |
| 421 | 2024-08-07T07:34:10.103Z | Compiling colorchoice v1.0.1 |
| 422 | 2024-08-07T07:34:10.274Z | Compiling indexmap v2.3.0 |
| 423 | 2024-08-07T07:34:10.277Z | Compiling is_terminal_polyfill v1.70.0 |
| 424 | 2024-08-07T07:34:10.301Z | Compiling anstyle v1.0.8 |
| 425 | 2024-08-07T07:34:10.419Z | Compiling semver v1.0.23 |
| 426 | 2024-08-07T07:34:10.803Z | Compiling autocfg v1.3.0 |
| 427 | 2024-08-07T07:34:11.050Z | Compiling anstream v0.6.14 |
| 428 | 2024-08-07T07:34:11.297Z | Compiling terminal_size v0.3.0 |
| 429 | 2024-08-07T07:34:11.662Z | Compiling heck v0.4.1 |
| 430 | 2024-08-07T07:34:11.689Z | Compiling fnv v1.0.7 |
| 431 | 2024-08-07T07:34:11.751Z | Compiling anyhow v1.0.86 |
| 432 | 2024-08-07T07:34:11.775Z | Compiling fs-err v2.11.0 |
| 433 | 2024-08-07T07:34:11.814Z | Compiling bytecount v0.6.8 |
| 434 | 2024-08-07T07:34:11.840Z | Compiling strsim v0.11.1 |
| 435 | 2024-08-07T07:34:12.034Z | Compiling clap_lex v0.7.0 |
| 436 | 2024-08-07T07:34:12.060Z | Compiling heck v0.5.0 |
| 437 | 2024-08-07T07:34:12.129Z | Compiling unicode-width v0.1.13 |
| 438 | 2024-08-07T07:34:12.363Z | Compiling papergrid v0.11.0 |
| 439 | 2024-08-07T07:34:12.535Z | Compiling clap_builder v4.5.13 |
| 440 | 2024-08-07T07:34:12.561Z | Compiling memmap v0.7.0 |
| 441 | 2024-08-07T07:34:13.334Z | Compiling swrite v0.1.0 |
| 442 | 2024-08-07T07:34:14.926Z | Compiling tabled_derive v0.7.0 |
| 443 | 2024-08-07T07:34:16.372Z | Compiling tabled v0.15.0 |
| 444 | 2024-08-07T07:34:18.252Z | Compiling serde_derive v1.0.204 |
| 445 | 2024-08-07T07:34:18.255Z | Compiling thiserror-impl v1.0.63 |
| 446 | 2024-08-07T07:34:18.255Z | Compiling zerocopy-derive v0.7.34 |
| 447 | 2024-08-07T07:34:18.255Z | Compiling scroll_derive v0.12.0 |
| 448 | 2024-08-07T07:34:18.255Z | Compiling clap_derive v4.5.13 |
| 449 | 2024-08-07T07:34:19.351Z | Compiling scroll v0.12.0 |
| 450 | 2024-08-07T07:34:19.839Z | Compiling goblin v0.8.2 |
| 451 | 2024-08-07T07:34:20.090Z | Compiling zerocopy v0.7.34 |
| 452 | 2024-08-07T07:34:20.722Z | Compiling pest v2.7.10 |
| 453 | 2024-08-07T07:34:22.109Z | Compiling clap v4.5.13 |
| 454 | 2024-08-07T07:34:23.017Z | Compiling pest_meta v2.7.10 |
| 455 | 2024-08-07T07:34:23.860Z | Compiling pest_generator v2.7.10 |
| 456 | 2024-08-07T07:34:25.762Z | Compiling pest_derive v2.7.10 |
| 457 | 2024-08-07T07:34:26.419Z | Compiling dtrace-parser v0.2.0 |
| 458 | 2024-08-07T07:34:28.283Z | Compiling serde_tokenstream v0.2.1 |
| 459 | 2024-08-07T07:34:28.322Z | Compiling toml_datetime v0.6.8 |
| 460 | 2024-08-07T07:34:28.322Z | Compiling serde_spanned v0.6.7 |
| 461 | 2024-08-07T07:34:28.587Z | Compiling cargo-platform v0.1.8 |
| 462 | 2024-08-07T07:34:28.672Z | Compiling macaddr v1.0.1 |
| 463 | 2024-08-07T07:34:29.576Z | Compiling dof v0.3.0 |
| 464 | 2024-08-07T07:34:29.665Z | Compiling cargo_metadata v0.18.1 |
| 465 | 2024-08-07T07:34:30.344Z | Compiling toml_edit v0.22.20 |
| 466 | 2024-08-07T07:34:31.209Z | Compiling usdt-attr-macro v0.5.0 |
| 467 | 2024-08-07T07:34:31.211Z | Compiling usdt-macro v0.5.0 |
| 468 | 2024-08-07T07:34:32.369Z | Compiling usdt v0.5.0 |
| 469 | 2024-08-07T07:34:32.901Z | Compiling toml v0.8.19 |
| 470 | 2024-08-07T07:34:33.438Z | Compiling cargo_toml v0.20.4 |
| 471 | 2024-08-07T07:34:36.974Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 472 | 2024-08-07T07:34:40.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.16s |
| 473 | 2024-08-07T07:34:40.975Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 474 | 2024-08-07T07:34:41.506Z | Downloading crates ... |
| 475 | 2024-08-07T07:34:41.637Z | Downloaded adler v1.0.2 |
| 476 | 2024-08-07T07:34:41.641Z | Downloaded assert_matches v1.5.0 |
| 477 | 2024-08-07T07:34:41.644Z | Downloaded async-stream-impl v0.3.5 |
| 478 | 2024-08-07T07:34:41.644Z | Downloaded atomicwrites v0.4.3 |
| 479 | 2024-08-07T07:34:41.648Z | Downloaded atty v0.2.14 |
| 480 | 2024-08-07T07:34:41.648Z | Downloaded is_ci v1.2.0 |
| 481 | 2024-08-07T07:34:41.651Z | Downloaded instant v0.1.12 |
| 482 | 2024-08-07T07:34:41.655Z | Downloaded bitstruct_derive v0.1.0 |
| 483 | 2024-08-07T07:34:41.655Z | Downloaded indoc v1.0.9 |
| 484 | 2024-08-07T07:34:41.659Z | Downloaded opaque-debug v0.3.1 |
| 485 | 2024-08-07T07:34:41.663Z | Downloaded openssl-probe v0.1.5 |
| 486 | 2024-08-07T07:34:41.663Z | Downloaded crucible-workspace-hack v0.1.0 |
| 487 | 2024-08-07T07:34:41.667Z | Downloaded ciborium-io v0.2.2 |
| 488 | 2024-08-07T07:34:41.667Z | Downloaded matches v0.1.10 |
| 489 | 2024-08-07T07:34:41.671Z | Downloaded cfg_aliases v0.1.1 |
| 490 | 2024-08-07T07:34:41.671Z | Downloaded new_debug_unreachable v1.0.6 |
| 491 | 2024-08-07T07:34:41.675Z | Downloaded async-stream v0.3.5 |
| 492 | 2024-08-07T07:34:41.675Z | Downloaded argon2 v0.5.3 |
| 493 | 2024-08-07T07:34:41.679Z | Downloaded linear-map v1.2.0 |
| 494 | 2024-08-07T07:34:41.682Z | Downloaded lalrpop-util v0.19.12 |
| 495 | 2024-08-07T07:34:41.683Z | Downloaded lazycell v1.3.0 |
| 496 | 2024-08-07T07:34:41.683Z | Downloaded is-terminal v0.4.12 |
| 497 | 2024-08-07T07:34:42.688Z | Downloaded crunchy v0.2.2 |
| 498 | 2024-08-07T07:34:42.688Z | Downloaded keccak v0.1.5 |
| 499 | 2024-08-07T07:34:42.688Z | Downloaded num_threads v0.1.7 |
| 500 | 2024-08-07T07:34:42.692Z | Downloaded nanorand v0.7.0 |
| 501 | 2024-08-07T07:34:42.692Z | Downloaded maplit v1.0.2 |
| 502 | 2024-08-07T07:34:42.692Z | Downloaded libsw v3.3.1 |
| 503 | 2024-08-07T07:34:42.692Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 504 | 2024-08-07T07:34:42.692Z | Downloaded num-iter v0.1.45 |
| 505 | 2024-08-07T07:34:42.692Z | Downloaded num-derive v0.4.2 |
| 506 | 2024-08-07T07:34:42.692Z | Downloaded olpc-cjson v0.1.3 |
| 507 | 2024-08-07T07:34:42.692Z | Downloaded lru-cache v0.1.2 |
| 508 | 2024-08-07T07:34:42.692Z | Downloaded num_enum v0.5.11 |
| 509 | 2024-08-07T07:34:42.692Z | Downloaded newtype-uuid v1.1.0 |
| 510 | 2024-08-07T07:34:42.692Z | Downloaded parse-display-derive v0.9.1 |
| 511 | 2024-08-07T07:34:42.692Z | Downloaded num-conv v0.1.0 |
| 512 | 2024-08-07T07:34:42.692Z | Downloaded constant_time_eq v0.3.0 |
| 513 | 2024-08-07T07:34:42.692Z | Downloaded cexpr v0.6.0 |
| 514 | 2024-08-07T07:34:42.692Z | Downloaded number_prefix v0.4.0 |
| 515 | 2024-08-07T07:34:42.692Z | Downloaded normalize-line-endings v0.3.0 |
| 516 | 2024-08-07T07:34:42.692Z | Downloaded md-5 v0.10.6 |
| 517 | 2024-08-07T07:34:42.692Z | Downloaded crc-catalog v2.4.0 |
| 518 | 2024-08-07T07:34:42.692Z | Downloaded linked-hash-map v0.5.6 |
| 519 | 2024-08-07T07:34:42.692Z | Downloaded num-complex v0.4.6 |
| 520 | 2024-08-07T07:34:42.692Z | Downloaded multer v3.1.0 |
| 521 | 2024-08-07T07:34:42.692Z | Downloaded mime_guess v2.0.4 |
| 522 | 2024-08-07T07:34:42.692Z | Downloaded owo-colors v4.0.0 |
| 523 | 2024-08-07T07:34:42.692Z | Downloaded openssl-macros v0.1.1 |
| 524 | 2024-08-07T07:34:42.692Z | Downloaded newtype_derive v0.1.6 |
| 525 | 2024-08-07T07:34:42.693Z | Downloaded oso-derive v0.27.3 |
| 526 | 2024-08-07T07:34:42.693Z | Downloaded parse-size v1.0.0 |
| 527 | 2024-08-07T07:34:42.693Z | Downloaded match_cfg v0.1.0 |
| 528 | 2024-08-07T07:34:42.693Z | Downloaded chacha20 v0.9.1 |
| 529 | 2024-08-07T07:34:42.693Z | Downloaded data-encoding v2.6.0 |
| 530 | 2024-08-07T07:34:42.693Z | Downloaded lazy_static v1.5.0 |
| 531 | 2024-08-07T07:34:42.693Z | Downloaded der v0.7.9 |
| 532 | 2024-08-07T07:34:42.693Z | Downloaded password-hash v0.5.0 |
| 533 | 2024-08-07T07:34:42.693Z | Downloaded zone_cfg_derive v0.1.2 |
| 534 | 2024-08-07T07:34:42.693Z | Downloaded bitstruct v0.1.1 |
| 535 | 2024-08-07T07:34:42.693Z | Downloaded zone v0.1.8 |
| 536 | 2024-08-07T07:34:42.693Z | Downloaded packed_struct_codegen v0.10.1 |
| 537 | 2024-08-07T07:34:42.693Z | Downloaded bit-vec v0.6.3 |
| 538 | 2024-08-07T07:34:42.693Z | Downloaded num-integer v0.1.46 |
| 539 | 2024-08-07T07:34:42.693Z | Downloaded cobs v0.2.3 |
| 540 | 2024-08-07T07:34:42.693Z | Downloaded multimap v0.10.0 |
| 541 | 2024-08-07T07:34:42.693Z | Downloaded cipher v0.4.4 |
| 542 | 2024-08-07T07:34:42.693Z | Downloaded cassowary v0.3.0 |
| 543 | 2024-08-07T07:34:42.693Z | Downloaded libloading v0.8.3 |
| 544 | 2024-08-07T07:34:42.693Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 545 | 2024-08-07T07:34:42.693Z | Downloaded oso v0.27.3 |
| 546 | 2024-08-07T07:34:42.693Z | Downloaded num v0.4.3 |
| 547 | 2024-08-07T07:34:42.693Z | Downloaded nodrop v0.1.14 |
| 548 | 2024-08-07T07:34:42.693Z | Downloaded num_enum_derive v0.5.11 |
| 549 | 2024-08-07T07:34:42.693Z | Downloaded convert_case v0.4.0 |
| 550 | 2024-08-07T07:34:42.693Z | Downloaded parse-display v0.9.1 |
| 551 | 2024-08-07T07:34:42.693Z | Downloaded defmt-parser v0.3.4 |
| 552 | 2024-08-07T07:34:42.693Z | Downloaded bb8 v0.8.5 |
| 553 | 2024-08-07T07:34:42.693Z | Downloaded foreign-types-shared v0.1.1 |
| 554 | 2024-08-07T07:34:42.693Z | Downloaded foreign-types-macros v0.2.3 |
| 555 | 2024-08-07T07:34:42.693Z | Downloaded paste v1.0.15 |
| 556 | 2024-08-07T07:34:42.693Z | Downloaded maybe-uninit v2.0.0 |
| 557 | 2024-08-07T07:34:42.693Z | Downloaded foreign-types-shared v0.3.1 |
| 558 | 2024-08-07T07:34:42.693Z | Downloaded debug-ignore v1.0.5 |
| 559 | 2024-08-07T07:34:42.693Z | Downloaded tokio-tungstenite v0.21.0 |
| 560 | 2024-08-07T07:34:42.693Z | Downloaded bit-set v0.5.3 |
| 561 | 2024-08-07T07:34:42.693Z | Downloaded structmeta v0.2.0 |
| 562 | 2024-08-07T07:34:42.693Z | Downloaded unarray v0.1.4 |
| 563 | 2024-08-07T07:34:42.693Z | Downloaded zeroize_derive v1.4.2 |
| 564 | 2024-08-07T07:34:42.694Z | Downloaded cookie v0.17.0 |
| 565 | 2024-08-07T07:34:42.694Z | Downloaded console v0.15.8 |
| 566 | 2024-08-07T07:34:42.694Z | Downloaded bcs v0.1.6 |
| 567 | 2024-08-07T07:34:42.694Z | Downloaded try-lock v0.2.5 |
| 568 | 2024-08-07T07:34:42.694Z | Downloaded num-rational v0.4.2 |
| 569 | 2024-08-07T07:34:42.694Z | Downloaded ena v0.14.3 |
| 570 | 2024-08-07T07:34:42.694Z | Downloaded embedded-io v0.4.0 |
| 571 | 2024-08-07T07:34:42.694Z | Downloaded parking_lot v0.12.2 |
| 572 | 2024-08-07T07:34:42.694Z | Downloaded ahash v0.8.11 |
| 573 | 2024-08-07T07:34:42.694Z | Downloaded foreign-types v0.5.0 |
| 574 | 2024-08-07T07:34:42.694Z | Downloaded peg-runtime v0.8.3 |
| 575 | 2024-08-07T07:34:42.694Z | Downloaded lru v0.12.3 |
| 576 | 2024-08-07T07:34:42.694Z | Downloaded ciborium v0.2.2 |
| 577 | 2024-08-07T07:34:42.694Z | Downloaded slog-bunyan v2.5.0 |
| 578 | 2024-08-07T07:34:42.694Z | Downloaded parking_lot_core v0.8.6 |
| 579 | 2024-08-07T07:34:42.694Z | Downloaded crossbeam-deque v0.8.5 |
| 580 | 2024-08-07T07:34:42.694Z | Downloaded crc32fast v1.4.0 |
| 581 | 2024-08-07T07:34:42.694Z | Downloaded glob v0.3.1 |
| 582 | 2024-08-07T07:34:42.694Z | Downloaded form_urlencoded v1.2.1 |
| 583 | 2024-08-07T07:34:42.694Z | Downloaded tempfile v3.10.1 |
| 584 | 2024-08-07T07:34:42.694Z | Downloaded termtree v0.4.1 |
| 585 | 2024-08-07T07:34:42.694Z | Downloaded parking_lot v0.11.2 |
| 586 | 2024-08-07T07:34:42.694Z | Downloaded csv-core v0.1.11 |
| 587 | 2024-08-07T07:34:42.694Z | Downloaded heck v0.3.3 |
| 588 | 2024-08-07T07:34:42.694Z | Downloaded tokio-tungstenite v0.20.1 |
| 589 | 2024-08-07T07:34:42.694Z | Downloaded darling v0.20.9 |
| 590 | 2024-08-07T07:34:42.694Z | Downloaded camino-tempfile v1.1.1 |
| 591 | 2024-08-07T07:34:42.694Z | Downloaded float-ord v0.3.2 |
| 592 | 2024-08-07T07:34:42.694Z | Downloaded radium v0.7.0 |
| 593 | 2024-08-07T07:34:42.694Z | Downloaded predicates-core v1.0.6 |
| 594 | 2024-08-07T07:34:42.694Z | Downloaded predicates v3.1.2 |
| 595 | 2024-08-07T07:34:42.694Z | Downloaded signal-hook-mio v0.2.3 |
| 596 | 2024-08-07T07:34:42.694Z | Downloaded blake2 v0.10.6 |
| 597 | 2024-08-07T07:34:42.694Z | Downloaded smallvec v0.6.14 |
| 598 | 2024-08-07T07:34:42.694Z | Downloaded toolchain_find v0.4.0 |
| 599 | 2024-08-07T07:34:42.694Z | Downloaded tls_codec v0.4.1 |
| 600 | 2024-08-07T07:34:42.698Z | Downloaded mockall_derive v0.12.1 |
| 601 | 2024-08-07T07:34:42.698Z | Downloaded path-slash v0.1.5 |
| 602 | 2024-08-07T07:34:42.698Z | Downloaded omicron-zone-package v0.11.0 |
| 603 | 2024-08-07T07:34:42.698Z | Downloaded arc-swap v1.7.1 |
| 604 | 2024-08-07T07:34:42.698Z | Downloaded sqlformat v0.2.4 |
| 605 | 2024-08-07T07:34:42.698Z | Downloaded difflib v0.4.0 |
| 606 | 2024-08-07T07:34:42.698Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 607 | 2024-08-07T07:34:42.698Z | Downloaded termios v0.3.3 |
| 608 | 2024-08-07T07:34:42.698Z | Downloaded quick-error v1.2.3 |
| 609 | 2024-08-07T07:34:42.698Z | Downloaded structmeta v0.3.0 |
| 610 | 2024-08-07T07:34:42.698Z | Downloaded universal-hash v0.5.1 |
| 611 | 2024-08-07T07:34:42.698Z | Downloaded r2d2 v0.8.10 |
| 612 | 2024-08-07T07:34:42.698Z | Downloaded rand_chacha v0.3.1 |
| 613 | 2024-08-07T07:34:42.698Z | Downloaded pin-project-lite v0.2.14 |
| 614 | 2024-08-07T07:34:42.698Z | Downloaded pin-project-internal v1.1.5 |
| 615 | 2024-08-07T07:34:42.698Z | Downloaded sync_wrapper v0.1.2 |
| 616 | 2024-08-07T07:34:42.698Z | Downloaded crc-any v2.5.0 |
| 617 | 2024-08-07T07:34:42.698Z | Downloaded float-cmp v0.9.0 |
| 618 | 2024-08-07T07:34:42.698Z | Downloaded flagset v0.4.5 |
| 619 | 2024-08-07T07:34:42.698Z | Downloaded cookie_store v0.20.0 |
| 620 | 2024-08-07T07:34:42.698Z | Downloaded slog-stdlog v4.1.1 |
| 621 | 2024-08-07T07:34:42.698Z | Downloaded rustc-demangle v0.1.24 |
| 622 | 2024-08-07T07:34:42.698Z | Downloaded termcolor v1.4.1 |
| 623 | 2024-08-07T07:34:42.698Z | Downloaded slog-scope v4.4.0 |
| 624 | 2024-08-07T07:34:42.698Z | Downloaded openssl-sys v0.9.103 |
| 625 | 2024-08-07T07:34:42.698Z | Downloaded rtoolbox v0.0.2 |
| 626 | 2024-08-07T07:34:42.698Z | Downloaded test-strategy v0.3.1 |
| 627 | 2024-08-07T07:34:42.698Z | Downloaded strum_macros v0.25.3 |
| 628 | 2024-08-07T07:34:42.699Z | Downloaded unicode-xid v0.2.4 |
| 629 | 2024-08-07T07:34:42.699Z | Downloaded http-range v0.1.5 |
| 630 | 2024-08-07T07:34:42.699Z | Downloaded unicode-truncate v1.0.0 |
| 631 | 2024-08-07T07:34:42.699Z | Downloaded toml v0.5.11 |
| 632 | 2024-08-07T07:34:42.699Z | Downloaded unicase v2.7.0 |
| 633 | 2024-08-07T07:34:42.699Z | Downloaded tui-tree-widget v0.21.0 |
| 634 | 2024-08-07T07:34:42.699Z | Downloaded darling_core v0.20.9 |
| 635 | 2024-08-07T07:34:42.699Z | Downloaded zip v0.6.6 |
| 636 | 2024-08-07T07:34:42.699Z | Downloaded psl-types v2.0.11 |
| 637 | 2024-08-07T07:34:42.699Z | Downloaded tungstenite v0.21.0 |
| 638 | 2024-08-07T07:34:42.699Z | Downloaded cookie v0.18.1 |
| 639 | 2024-08-07T07:34:42.699Z | Downloaded tabwriter v1.4.0 |
| 640 | 2024-08-07T07:34:42.699Z | Downloaded postgres-protocol v0.6.7 |
| 641 | 2024-08-07T07:34:42.699Z | Downloaded httparse v1.8.0 |
| 642 | 2024-08-07T07:34:42.699Z | Downloaded globset v0.4.14 |
| 643 | 2024-08-07T07:34:42.699Z | Downloaded compact_str v0.7.1 |
| 644 | 2024-08-07T07:34:42.699Z | Downloaded peg-macros v0.8.4 |
| 645 | 2024-08-07T07:34:42.699Z | Downloaded fixedbitset v0.4.2 |
| 646 | 2024-08-07T07:34:42.699Z | Downloaded slog-json v2.6.1 |
| 647 | 2024-08-07T07:34:42.699Z | Downloaded slog-envlogger v2.2.0 |
| 648 | 2024-08-07T07:34:42.699Z | Downloaded poly1305 v0.8.0 |
| 649 | 2024-08-07T07:34:42.699Z | Downloaded rand_xorshift v0.3.0 |
| 650 | 2024-08-07T07:34:42.699Z | Downloaded fallible-iterator v0.2.0 |
| 651 | 2024-08-07T07:34:42.699Z | Downloaded fastrand v2.1.0 |
| 652 | 2024-08-07T07:34:42.699Z | Downloaded zeroize v1.7.0 |
| 653 | 2024-08-07T07:34:42.699Z | Downloaded string_cache v0.8.7 |
| 654 | 2024-08-07T07:34:42.699Z | Downloaded num-bigint v0.4.5 |
| 655 | 2024-08-07T07:34:42.699Z | Downloaded foreign-types v0.3.2 |
| 656 | 2024-08-07T07:34:42.699Z | Downloaded getopts v0.2.21 |
| 657 | 2024-08-07T07:34:42.699Z | Downloaded group v0.13.0 |
| 658 | 2024-08-07T07:34:42.699Z | Downloaded which v4.4.2 |
| 659 | 2024-08-07T07:34:42.699Z | Downloaded whoami v1.5.1 |
| 660 | 2024-08-07T07:34:42.699Z | Downloaded elliptic-curve v0.13.8 |
| 661 | 2024-08-07T07:34:42.699Z | Downloaded strum v0.26.3 |
| 662 | 2024-08-07T07:34:42.699Z | Downloaded rustversion v1.0.17 |
| 663 | 2024-08-07T07:34:42.699Z | Downloaded tower-service v0.3.2 |
| 664 | 2024-08-07T07:34:42.699Z | Downloaded rpassword v7.3.1 |
| 665 | 2024-08-07T07:34:42.699Z | Downloaded serde-big-array v0.5.1 |
| 666 | 2024-08-07T07:34:42.699Z | Downloaded derive_builder_macro v0.20.0 |
| 667 | 2024-08-07T07:34:42.699Z | Downloaded subtle v2.5.0 |
| 668 | 2024-08-07T07:34:42.700Z | Downloaded derive_more v0.99.18 |
| 669 | 2024-08-07T07:34:42.700Z | Downloaded untrusted v0.9.0 |
| 670 | 2024-08-07T07:34:42.700Z | Downloaded futures-core v0.3.30 |
| 671 | 2024-08-07T07:34:42.700Z | Downloaded chacha20poly1305 v0.10.1 |
| 672 | 2024-08-07T07:34:42.700Z | Downloaded cc v1.0.97 |
| 673 | 2024-08-07T07:34:42.700Z | Downloaded base64 v0.22.1 |
| 674 | 2024-08-07T07:34:42.700Z | Downloaded env_logger v0.10.2 |
| 675 | 2024-08-07T07:34:42.700Z | Downloaded portpicker v0.1.1 |
| 676 | 2024-08-07T07:34:42.700Z | Downloaded fxhash v0.2.1 |
| 677 | 2024-08-07T07:34:42.700Z | Downloaded steno v0.4.1 |
| 678 | 2024-08-07T07:34:42.700Z | Downloaded tokio-native-tls v0.3.1 |
| 679 | 2024-08-07T07:34:42.700Z | Downloaded powerfmt v0.2.0 |
| 680 | 2024-08-07T07:34:42.700Z | Downloaded hubpack v0.1.2 |
| 681 | 2024-08-07T07:34:42.700Z | Downloaded fragile v2.0.0 |
| 682 | 2024-08-07T07:34:42.700Z | Downloaded hyper-staticfile v0.9.5 |
| 683 | 2024-08-07T07:34:42.700Z | Downloaded sigpipe v0.1.3 |
| 684 | 2024-08-07T07:34:42.700Z | Downloaded proc-macro-crate v1.3.1 |
| 685 | 2024-08-07T07:34:42.700Z | Downloaded backtrace v0.3.71 |
| 686 | 2024-08-07T07:34:42.700Z | Downloaded phf_shared v0.10.0 |
| 687 | 2024-08-07T07:34:42.700Z | Downloaded supports-color v3.0.0 |
| 688 | 2024-08-07T07:34:42.700Z | Downloaded smf v0.2.3 |
| 689 | 2024-08-07T07:34:42.700Z | Downloaded smallvec v1.13.2 |
| 690 | 2024-08-07T07:34:42.700Z | Downloaded tungstenite v0.20.1 |
| 691 | 2024-08-07T07:34:42.700Z | Downloaded mio v0.8.11 |
| 692 | 2024-08-07T07:34:42.700Z | Downloaded waitgroup v0.1.2 |
| 693 | 2024-08-07T07:34:42.700Z | Downloaded hex v0.4.3 |
| 694 | 2024-08-07T07:34:42.700Z | Downloaded itertools v0.12.1 |
| 695 | 2024-08-07T07:34:42.700Z | Downloaded tracing-attributes v0.1.27 |
| 696 | 2024-08-07T07:34:42.700Z | Downloaded hostname v0.4.0 |
| 697 | 2024-08-07T07:34:42.700Z | Downloaded futures-channel v0.3.30 |
| 698 | 2024-08-07T07:34:42.700Z | Downloaded postgres-types v0.2.7 |
| 699 | 2024-08-07T07:34:42.700Z | Downloaded rand v0.8.5 |
| 700 | 2024-08-07T07:34:42.704Z | Downloaded hmac v0.12.1 |
| 701 | 2024-08-07T07:34:42.704Z | Downloaded signature v2.2.0 |
| 702 | 2024-08-07T07:34:42.704Z | Downloaded pem-rfc7468 v0.7.0 |
| 703 | 2024-08-07T07:34:42.704Z | Downloaded signal-hook-tokio v0.3.1 |
| 704 | 2024-08-07T07:34:42.704Z | Downloaded phf v0.11.2 |
| 705 | 2024-08-07T07:34:42.704Z | Downloaded peg v0.8.4 |
| 706 | 2024-08-07T07:34:42.704Z | Downloaded serde-hex v0.1.0 |
| 707 | 2024-08-07T07:34:42.704Z | Downloaded pkg-config v0.3.30 |
| 708 | 2024-08-07T07:34:42.704Z | Downloaded thiserror-no-std v2.0.2 |
| 709 | 2024-08-07T07:34:42.704Z | Downloaded headers v0.3.9 |
| 710 | 2024-08-07T07:34:42.704Z | Downloaded time-core v0.1.2 |
| 711 | 2024-08-07T07:34:42.704Z | Downloaded thread_local v1.1.8 |
| 712 | 2024-08-07T07:34:42.704Z | Downloaded typed-path v0.7.1 |
| 713 | 2024-08-07T07:34:42.704Z | Downloaded uzers v0.11.3 |
| 714 | 2024-08-07T07:34:42.704Z | Downloaded sqlparser_derive v0.2.2 |
| 715 | 2024-08-07T07:34:42.704Z | Downloaded slog v2.7.0 |
| 716 | 2024-08-07T07:34:42.704Z | Downloaded futures-sink v0.3.30 |
| 717 | 2024-08-07T07:34:42.704Z | Downloaded rustc_version v0.4.0 |
| 718 | 2024-08-07T07:34:42.704Z | Downloaded postcard v1.0.8 |
| 719 | 2024-08-07T07:34:42.704Z | Downloaded tracing-core v0.1.32 |
| 720 | 2024-08-07T07:34:42.704Z | Downloaded futures-task v0.3.30 |
| 721 | 2024-08-07T07:34:42.704Z | Downloaded shlex v1.3.0 |
| 722 | 2024-08-07T07:34:42.704Z | Downloaded ref-cast-impl v1.0.23 |
| 723 | 2024-08-07T07:34:42.704Z | Downloaded hubpack_derive v0.1.1 |
| 724 | 2024-08-07T07:34:42.704Z | Downloaded ref-cast v1.0.23 |
| 725 | 2024-08-07T07:34:42.704Z | Downloaded httpdate v1.0.3 |
| 726 | 2024-08-07T07:34:42.704Z | Downloaded zerocopy v0.6.6 |
| 727 | 2024-08-07T07:34:42.704Z | Downloaded tiny-keccak v2.0.2 |
| 728 | 2024-08-07T07:34:42.704Z | Downloaded predicates-tree v1.0.9 |
| 729 | 2024-08-07T07:34:42.705Z | Downloaded serde_urlencoded v0.7.1 |
| 730 | 2024-08-07T07:34:42.705Z | Downloaded serde_repr v0.1.19 |
| 731 | 2024-08-07T07:34:42.705Z | Downloaded samael v0.0.15 |
| 732 | 2024-08-07T07:34:42.705Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 733 | 2024-08-07T07:34:42.705Z | Downloaded slab v0.4.9 |
| 734 | 2024-08-07T07:34:42.705Z | Downloaded topological-sort v0.2.2 |
| 735 | 2024-08-07T07:34:42.705Z | Downloaded spin v0.5.2 |
| 736 | 2024-08-07T07:34:42.705Z | Downloaded num-bigint-dig v0.8.4 |
| 737 | 2024-08-07T07:34:42.705Z | Downloaded tokio-postgres v0.7.11 |
| 738 | 2024-08-07T07:34:42.705Z | Downloaded pin-utils v0.1.0 |
| 739 | 2024-08-07T07:34:42.705Z | Downloaded take_mut v0.2.2 |
| 740 | 2024-08-07T07:34:42.705Z | Downloaded spki v0.7.3 |
| 741 | 2024-08-07T07:34:42.705Z | Downloaded smawk v0.3.2 |
| 742 | 2024-08-07T07:34:42.705Z | Downloaded ppv-lite86 v0.2.17 |
| 743 | 2024-08-07T07:34:42.705Z | Downloaded rustls-pemfile v1.0.4 |
| 744 | 2024-08-07T07:34:42.705Z | Downloaded futures-executor v0.3.30 |
| 745 | 2024-08-07T07:34:42.705Z | Downloaded serde_plain v1.0.2 |
| 746 | 2024-08-07T07:34:42.705Z | Downloaded filetime v0.2.23 |
| 747 | 2024-08-07T07:34:42.705Z | Downloaded flume v0.11.0 |
| 748 | 2024-08-07T07:34:42.705Z | Downloaded term v0.7.0 |
| 749 | 2024-08-07T07:34:42.705Z | Downloaded derive_builder_core v0.20.0 |
| 750 | 2024-08-07T07:34:42.705Z | Downloaded structmeta-derive v0.2.0 |
| 751 | 2024-08-07T07:34:42.705Z | Downloaded fd-lock v4.0.2 |
| 752 | 2024-08-07T07:34:42.705Z | Downloaded unicode-linebreak v0.1.5 |
| 753 | 2024-08-07T07:34:42.705Z | Downloaded scheduled-thread-pool v0.2.7 |
| 754 | 2024-08-07T07:34:42.705Z | Downloaded wait-timeout v0.2.0 |
| 755 | 2024-08-07T07:34:42.705Z | Downloaded semver v0.1.20 |
| 756 | 2024-08-07T07:34:42.705Z | Downloaded hashbrown v0.13.2 |
| 757 | 2024-08-07T07:34:42.705Z | Downloaded serde_derive_internals v0.29.1 |
| 758 | 2024-08-07T07:34:42.705Z | Downloaded pretty-hex v0.2.1 |
| 759 | 2024-08-07T07:34:42.705Z | Downloaded precomputed-hash v0.1.1 |
| 760 | 2024-08-07T07:34:42.705Z | Downloaded spin v0.9.8 |
| 761 | 2024-08-07T07:34:42.705Z | Downloaded tracing v0.1.40 |
| 762 | 2024-08-07T07:34:42.705Z | Downloaded wyz v0.5.1 |
| 763 | 2024-08-07T07:34:42.705Z | Downloaded phf_shared v0.11.2 |
| 764 | 2024-08-07T07:34:42.705Z | Downloaded stable_deref_trait v1.2.0 |
| 765 | 2024-08-07T07:34:42.705Z | Downloaded resolv-conf v0.7.0 |
| 766 | 2024-08-07T07:34:42.705Z | Downloaded hyper-tls v0.5.0 |
| 767 | 2024-08-07T07:34:42.705Z | Downloaded snafu-derive v0.8.2 |
| 768 | 2024-08-07T07:34:42.705Z | Downloaded deranged v0.3.11 |
| 769 | 2024-08-07T07:34:42.706Z | Downloaded derive-where v1.2.7 |
| 770 | 2024-08-07T07:34:42.706Z | Downloaded downcast v0.11.0 |
| 771 | 2024-08-07T07:34:42.706Z | Downloaded endian-type v0.1.2 |
| 772 | 2024-08-07T07:34:42.706Z | Downloaded display-error-chain v0.2.0 |
| 773 | 2024-08-07T07:34:42.706Z | Downloaded tls_codec_derive v0.4.1 |
| 774 | 2024-08-07T07:34:42.706Z | Downloaded ff v0.13.0 |
| 775 | 2024-08-07T07:34:42.706Z | Downloaded humantime v2.1.0 |
| 776 | 2024-08-07T07:34:42.706Z | Downloaded serde_arrays v0.1.0 |
| 777 | 2024-08-07T07:34:42.706Z | Downloaded url v2.5.2 |
| 778 | 2024-08-07T07:34:42.706Z | Downloaded home v0.5.9 |
| 779 | 2024-08-07T07:34:42.706Z | Downloaded rustfmt-wrapper v0.2.1 |
| 780 | 2024-08-07T07:34:42.706Z | Downloaded ron v0.7.1 |
| 781 | 2024-08-07T07:34:42.706Z | Downloaded flate2 v1.0.31 |
| 782 | 2024-08-07T07:34:42.706Z | Downloaded structmeta-derive v0.3.0 |
| 783 | 2024-08-07T07:34:42.706Z | Downloaded hyper-rustls v0.24.2 |
| 784 | 2024-08-07T07:34:42.706Z | Downloaded uuid v1.10.0 |
| 785 | 2024-08-07T07:34:42.706Z | Downloaded trust-dns-client v0.22.0 |
| 786 | 2024-08-07T07:34:42.706Z | Downloaded tar v0.4.41 |
| 787 | 2024-08-07T07:34:42.706Z | Downloaded tokio-rustls v0.25.0 |
| 788 | 2024-08-07T07:34:42.706Z | Downloaded tokio-rustls v0.24.1 |
| 789 | 2024-08-07T07:34:42.706Z | Downloaded fatfs v0.3.6 |
| 790 | 2024-08-07T07:34:42.706Z | Downloaded unicode-bidi v0.3.15 |
| 791 | 2024-08-07T07:34:42.706Z | Downloaded ron v0.8.1 |
| 792 | 2024-08-07T07:34:42.706Z | Downloaded dirs-sys-next v0.1.2 |
| 793 | 2024-08-07T07:34:42.706Z | Downloaded socket2 v0.4.10 |
| 794 | 2024-08-07T07:34:42.706Z | Downloaded similar v2.5.0 |
| 795 | 2024-08-07T07:34:42.706Z | Downloaded tap v1.0.1 |
| 796 | 2024-08-07T07:34:42.706Z | Downloaded snafu v0.8.2 |
| 797 | 2024-08-07T07:34:42.706Z | Downloaded pin-project v1.1.5 |
| 798 | 2024-08-07T07:34:42.706Z | Downloaded hash32 v0.2.1 |
| 799 | 2024-08-07T07:34:42.706Z | Downloaded static_assertions v1.1.0 |
| 800 | 2024-08-07T07:34:42.710Z | Downloaded highway v1.2.0 |
| 801 | 2024-08-07T07:34:42.710Z | Downloaded vte v0.11.1 |
| 802 | 2024-08-07T07:34:42.710Z | Downloaded serde_with v3.8.3 |
| 803 | 2024-08-07T07:34:42.710Z | Downloaded x509-cert v0.2.5 |
| 804 | 2024-08-07T07:34:42.710Z | Downloaded unsafe-libyaml v0.2.11 |
| 805 | 2024-08-07T07:34:42.710Z | Downloaded rustls-pemfile v2.1.3 |
| 806 | 2024-08-07T07:34:42.710Z | Downloaded rustyline v14.0.0 |
| 807 | 2024-08-07T07:34:42.710Z | Downloaded portable-atomic v1.6.0 |
| 808 | 2024-08-07T07:34:42.710Z | Downloaded winnow v0.5.40 |
| 809 | 2024-08-07T07:34:42.710Z | Downloaded http v0.2.12 |
| 810 | 2024-08-07T07:34:42.710Z | Downloaded env_logger v0.9.3 |
| 811 | 2024-08-07T07:34:42.710Z | Downloaded aho-corasick v1.1.3 |
| 812 | 2024-08-07T07:34:42.710Z | Downloaded diff v0.1.13 |
| 813 | 2024-08-07T07:34:42.710Z | Downloaded trust-dns-server v0.22.1 |
| 814 | 2024-08-07T07:34:42.710Z | Downloaded toml v0.7.8 |
| 815 | 2024-08-07T07:34:42.710Z | Downloaded trust-dns-resolver v0.22.0 |
| 816 | 2024-08-07T07:34:42.710Z | Downloaded blake3 v1.5.1 |
| 817 | 2024-08-07T07:34:42.710Z | Downloaded futures v0.3.30 |
| 818 | 2024-08-07T07:34:42.710Z | Downloaded toml_edit v0.19.15 |
| 819 | 2024-08-07T07:34:42.710Z | Downloaded tinyvec v1.6.0 |
| 820 | 2024-08-07T07:34:42.710Z | Downloaded half v2.4.1 |
| 821 | 2024-08-07T07:34:42.710Z | Downloaded rayon-core v1.12.1 |
| 822 | 2024-08-07T07:34:42.710Z | Downloaded rcgen v0.12.1 |
| 823 | 2024-08-07T07:34:42.710Z | Downloaded object v0.30.4 |
| 824 | 2024-08-07T07:34:42.710Z | Downloaded prettyplease v0.2.20 |
| 825 | 2024-08-07T07:34:42.710Z | Downloaded unicode-segmentation v1.11.0 |
| 826 | 2024-08-07T07:34:42.710Z | Downloaded nix v0.28.0 |
| 827 | 2024-08-07T07:34:42.710Z | Downloaded http v1.1.0 |
| 828 | 2024-08-07T07:34:42.710Z | Downloaded unicode-normalization v0.1.23 |
| 829 | 2024-08-07T07:34:42.710Z | Downloaded futures-util v0.3.30 |
| 830 | 2024-08-07T07:34:42.710Z | Downloaded object v0.32.2 |
| 831 | 2024-08-07T07:34:42.710Z | Downloaded tough v0.17.1 |
| 832 | 2024-08-07T07:34:42.710Z | Downloaded regex-automata v0.1.10 |
| 833 | 2024-08-07T07:34:42.710Z | Downloaded h2 v0.3.26 |
| 834 | 2024-08-07T07:34:42.710Z | Downloaded reqwest v0.11.27 |
| 835 | 2024-08-07T07:34:42.710Z | Downloaded quick-xml v0.31.0 |
| 836 | 2024-08-07T07:34:42.710Z | Downloaded idna v0.3.0 |
| 837 | 2024-08-07T07:34:42.711Z | Downloaded reedline v0.31.0 |
| 838 | 2024-08-07T07:34:42.711Z | Downloaded rustls v0.21.12 |
| 839 | 2024-08-07T07:34:42.711Z | Downloaded regex v1.10.6 |
| 840 | 2024-08-07T07:34:42.711Z | Downloaded openapiv3 v2.0.0 |
| 841 | 2024-08-07T07:34:42.711Z | Downloaded rustls-webpki v0.102.4 |
| 842 | 2024-08-07T07:34:42.711Z | Downloaded regress v0.9.1 |
| 843 | 2024-08-07T07:34:42.711Z | Downloaded diesel v2.1.6 |
| 844 | 2024-08-07T07:34:42.711Z | Downloaded hyper v0.14.30 |
| 845 | 2024-08-07T07:34:42.711Z | Downloaded webpki-roots v0.25.4 |
| 846 | 2024-08-07T07:34:42.711Z | Downloaded proptest v1.4.0 |
| 847 | 2024-08-07T07:34:42.711Z | Downloaded hkdf v0.12.4 |
| 848 | 2024-08-07T07:34:42.711Z | Downloaded idna v0.5.0 |
| 849 | 2024-08-07T07:34:42.711Z | Downloaded bitvec v1.0.1 |
| 850 | 2024-08-07T07:34:42.720Z | Downloaded bindgen v0.69.4 |
| 851 | 2024-08-07T07:34:42.727Z | Downloaded rayon v1.10.0 |
| 852 | 2024-08-07T07:34:42.736Z | Downloaded ratatui v0.27.0 |
| 853 | 2024-08-07T07:34:42.757Z | Downloaded bstr v0.2.17 |
| 854 | 2024-08-07T07:34:42.767Z | Downloaded vcpkg v0.2.15 |
| 855 | 2024-08-07T07:34:42.807Z | Downloaded trust-dns-proto v0.22.0 |
| 856 | 2024-08-07T07:34:42.818Z | Downloaded regex-automata v0.4.6 |
| 857 | 2024-08-07T07:34:42.838Z | Downloaded finl_unicode v1.2.0 |
| 858 | 2024-08-07T07:34:42.853Z | Downloaded rustls v0.22.4 |
| 859 | 2024-08-07T07:34:42.869Z | Downloaded tokio v1.38.1 |
| 860 | 2024-08-07T07:34:42.904Z | Downloaded sha3 v0.10.8 |
| 861 | 2024-08-07T07:34:42.909Z | Downloaded sled v0.34.7 |
| 862 | 2024-08-07T07:34:42.919Z | Downloaded petgraph v0.6.5 |
| 863 | 2024-08-07T07:34:42.938Z | Downloaded zerocopy-derive v0.6.6 |
| 864 | 2024-08-07T07:34:42.948Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 865 | 2024-08-07T07:34:42.960Z | Downloaded smoltcp v0.11.0 |
| 866 | 2024-08-07T07:34:42.975Z | Downloaded encoding_rs v0.8.34 |
| 867 | 2024-08-07T07:34:42.996Z | Downloaded csv v1.3.0 |
| 868 | 2024-08-07T07:34:43.017Z | Downloaded regex-syntax v0.8.3 |
| 869 | 2024-08-07T07:34:43.027Z | Downloaded bstr v1.9.1 |
| 870 | 2024-08-07T07:34:43.036Z | Downloaded regex-syntax v0.6.29 |
| 871 | 2024-08-07T07:34:43.045Z | Downloaded polar-core v0.27.3 |
| 872 | 2024-08-07T07:34:43.053Z | Downloaded curve25519-dalek v4.1.3 |
| 873 | 2024-08-07T07:34:43.063Z | Downloaded chrono v0.4.38 |
| 874 | 2024-08-07T07:34:43.071Z | Downloaded gimli v0.28.1 |
| 875 | 2024-08-07T07:34:43.080Z | Downloaded radix_trie v0.2.1 |
| 876 | 2024-08-07T07:34:43.084Z | Downloaded idna v0.2.3 |
| 877 | 2024-08-07T07:34:43.092Z | Downloaded nix v0.27.1 |
| 878 | 2024-08-07T07:34:43.105Z | Downloaded rustls-webpki v0.101.7 |
| 879 | 2024-08-07T07:34:43.120Z | Downloaded smoltcp v0.9.1 |
| 880 | 2024-08-07T07:34:43.133Z | Downloaded openssl v0.10.66 |
| 881 | 2024-08-07T07:34:43.143Z | Downloaded unicode_categories v0.1.1 |
| 882 | 2024-08-07T07:34:43.145Z | Downloaded sqlparser v0.45.0 |
| 883 | 2024-08-07T07:34:43.149Z | Downloaded lalrpop v0.19.12 |
| 884 | 2024-08-07T07:34:43.162Z | Downloaded der_derive v0.7.2 |
| 885 | 2024-08-07T07:34:43.164Z | Downloaded serde_path_to_error v0.1.16 |
| 886 | 2024-08-07T07:34:43.167Z | Downloaded iana-time-zone v0.1.60 |
| 887 | 2024-08-07T07:34:43.167Z | Downloaded rsa v0.9.6 |
| 888 | 2024-08-07T07:34:43.172Z | Downloaded diesel_derives v2.1.4 |
| 889 | 2024-08-07T07:34:43.176Z | Downloaded hashbrown v0.12.3 |
| 890 | 2024-08-07T07:34:43.180Z | Downloaded pkcs1 v0.7.5 |
| 891 | 2024-08-07T07:34:43.183Z | Downloaded walkdir v2.5.0 |
| 892 | 2024-08-07T07:34:43.186Z | Downloaded hostname v0.3.1 |
| 893 | 2024-08-07T07:34:43.188Z | Downloaded signal-hook v0.3.17 |
| 894 | 2024-08-07T07:34:43.191Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2024-08-07T07:34:43.194Z | Downloaded expectorate v1.1.0 |
| 896 | 2024-08-07T07:34:43.194Z | Downloaded time-macros v0.2.18 |
| 897 | 2024-08-07T07:34:43.198Z | Downloaded schemars v0.8.21 |
| 898 | 2024-08-07T07:34:43.208Z | Downloaded serde_with_macros v3.8.3 |
| 899 | 2024-08-07T07:34:43.210Z | Downloaded publicsuffix v2.2.3 |
| 900 | 2024-08-07T07:34:43.214Z | Downloaded tokio-util v0.7.11 |
| 901 | 2024-08-07T07:34:43.218Z | Downloaded hash32 v0.3.1 |
| 902 | 2024-08-07T07:34:43.221Z | Downloaded ring v0.16.20 |
| 903 | 2024-08-07T07:34:43.302Z | Downloaded crossterm v0.27.0 |
| 904 | 2024-08-07T07:34:43.308Z | Downloaded itertools v0.13.0 |
| 905 | 2024-08-07T07:34:43.315Z | Downloaded time v0.3.36 |
| 906 | 2024-08-07T07:34:43.321Z | Downloaded futures-macro v0.3.30 |
| 907 | 2024-08-07T07:34:43.324Z | Downloaded http-body v0.4.6 |
| 908 | 2024-08-07T07:34:43.324Z | Downloaded ring v0.17.8 |
| 909 | 2024-08-07T07:34:43.393Z | Downloaded derive_builder v0.20.0 |
| 910 | 2024-08-07T07:34:43.397Z | Downloaded vsss-rs v3.3.4 |
| 911 | 2024-08-07T07:34:43.400Z | Downloaded futures-io v0.3.30 |
| 912 | 2024-08-07T07:34:43.403Z | Downloaded strum_macros v0.26.4 |
| 913 | 2024-08-07T07:34:43.403Z | Downloaded libm v0.2.8 |
| 914 | 2024-08-07T07:34:43.410Z | Downloaded utf-8 v0.7.6 |
| 915 | 2024-08-07T07:34:43.412Z | Downloaded yasna v0.5.2 |
| 916 | 2024-08-07T07:34:43.415Z | Downloaded gethostname v0.5.0 |
| 917 | 2024-08-07T07:34:43.415Z | Downloaded funty v2.0.0 |
| 918 | 2024-08-07T07:34:43.415Z | Downloaded enum-as-inner v0.5.1 |
| 919 | 2024-08-07T07:34:43.418Z | Downloaded tokio-stream v0.1.15 |
| 920 | 2024-08-07T07:34:43.421Z | Downloaded subprocess v0.2.9 |
| 921 | 2024-08-07T07:34:43.425Z | Downloaded nom v7.1.3 |
| 922 | 2024-08-07T07:34:43.428Z | Downloaded libxml v0.3.3 |
| 923 | 2024-08-07T07:34:43.434Z | Downloaded itertools v0.10.5 |
| 924 | 2024-08-07T07:34:43.443Z | Downloaded ident_case v1.0.1 |
| 925 | 2024-08-07T07:34:43.445Z | Downloaded rustls-pki-types v1.7.0 |
| 926 | 2024-08-07T07:34:43.445Z | Downloaded crypto-bigint v0.5.5 |
| 927 | 2024-08-07T07:34:43.448Z | Downloaded crossbeam-channel v0.5.12 |
| 928 | 2024-08-07T07:34:43.451Z | Downloaded base64 v0.21.7 |
| 929 | 2024-08-07T07:34:43.455Z | Downloaded getrandom v0.2.14 |
| 930 | 2024-08-07T07:34:43.458Z | Downloaded heapless v0.8.0 |
| 931 | 2024-08-07T07:34:43.461Z | Downloaded heapless v0.7.17 |
| 932 | 2024-08-07T07:34:43.465Z | Downloaded bytes v1.7.1 |
| 933 | 2024-08-07T07:34:43.469Z | Downloaded tokio-macros v2.3.0 |
| 934 | 2024-08-07T07:34:43.471Z | Downloaded erased-serde v0.3.31 |
| 935 | 2024-08-07T07:34:43.471Z | Downloaded dirs-next v2.0.0 |
| 936 | 2024-08-07T07:34:43.474Z | Downloaded serde_yaml v0.9.34+deprecated |
| 937 | 2024-08-07T07:34:43.477Z | Downloaded minimal-lexical v0.2.1 |
| 938 | 2024-08-07T07:34:43.480Z | Downloaded untrusted v0.7.1 |
| 939 | 2024-08-07T07:34:43.482Z | Downloaded sha1 v0.10.6 |
| 940 | 2024-08-07T07:34:43.482Z | Downloaded scopeguard v1.2.0 |
| 941 | 2024-08-07T07:34:43.485Z | Downloaded schemars_derive v0.8.21 |
| 942 | 2024-08-07T07:34:43.485Z | Downloaded rand_seeder v0.3.0 |
| 943 | 2024-08-07T07:34:43.488Z | Downloaded rand_core v0.6.4 |
| 944 | 2024-08-07T07:34:43.488Z | Downloaded stability v0.2.0 |
| 945 | 2024-08-07T07:34:43.488Z | Downloaded rusty-fork v0.3.0 |
| 946 | 2024-08-07T07:34:43.490Z | Downloaded percent-encoding v2.3.1 |
| 947 | 2024-08-07T07:34:43.491Z | Downloaded want v0.3.1 |
| 948 | 2024-08-07T07:34:43.491Z | Downloaded pem v3.0.4 |
| 949 | 2024-08-07T07:34:43.493Z | Downloaded textwrap v0.16.1 |
| 950 | 2024-08-07T07:34:43.496Z | Downloaded const_format v0.2.32 |
| 951 | 2024-08-07T07:34:43.499Z | Downloaded base64 v0.13.1 |
| 952 | 2024-08-07T07:34:43.502Z | Downloaded sct v0.7.1 |
| 953 | 2024-08-07T07:34:43.505Z | Downloaded socket2 v0.5.7 |
| 954 | 2024-08-07T07:34:43.507Z | Downloaded slog-dtrace v0.3.0 |
| 955 | 2024-08-07T07:34:43.510Z | Downloaded slog-async v2.8.0 |
| 956 | 2024-08-07T07:34:43.510Z | Downloaded crossbeam-utils v0.8.19 |
| 957 | 2024-08-07T07:34:43.513Z | Downloaded const-oid v0.9.6 |
| 958 | 2024-08-07T07:34:43.513Z | Downloaded stringprep v0.1.4 |
| 959 | 2024-08-07T07:34:43.516Z | Downloaded strip-ansi-escapes v0.2.0 |
| 960 | 2024-08-07T07:34:43.516Z | Downloaded dyn-clone v1.0.17 |
| 961 | 2024-08-07T07:34:43.519Z | Downloaded bzip2 v0.4.4 |
| 962 | 2024-08-07T07:34:43.519Z | Downloaded clang-sys v1.7.0 |
| 963 | 2024-08-07T07:34:43.523Z | Downloaded miniz_oxide v0.7.2 |
| 964 | 2024-08-07T07:34:43.526Z | Downloaded indicatif v0.17.8 |
| 965 | 2024-08-07T07:34:43.529Z | Downloaded base64ct v1.6.0 |
| 966 | 2024-08-07T07:34:43.529Z | Downloaded secrecy v0.8.0 |
| 967 | 2024-08-07T07:34:43.531Z | Downloaded sec1 v0.7.3 |
| 968 | 2024-08-07T07:34:43.531Z | Downloaded same-file v1.0.6 |
| 969 | 2024-08-07T07:34:43.534Z | Downloaded rustc_version v0.1.7 |
| 970 | 2024-08-07T07:34:43.534Z | Downloaded rustc-hash v1.1.0 |
| 971 | 2024-08-07T07:34:43.534Z | Downloaded strum_macros v0.24.3 |
| 972 | 2024-08-07T07:34:43.537Z | Downloaded crossbeam-epoch v0.9.18 |
| 973 | 2024-08-07T07:34:43.540Z | Downloaded packed_struct v0.10.1 |
| 974 | 2024-08-07T07:34:43.540Z | Downloaded siphasher v0.3.11 |
| 975 | 2024-08-07T07:34:43.542Z | Downloaded signal-hook-registry v1.4.2 |
| 976 | 2024-08-07T07:34:43.542Z | Downloaded shell-words v1.1.0 |
| 977 | 2024-08-07T07:34:43.542Z | Downloaded memmap2 v0.9.4 |
| 978 | 2024-08-07T07:34:43.545Z | Downloaded backoff v0.4.0 |
| 979 | 2024-08-07T07:34:43.545Z | Downloaded headers-core v0.2.0 |
| 980 | 2024-08-07T07:34:43.548Z | Downloaded num-traits v0.2.19 |
| 981 | 2024-08-07T07:34:43.551Z | Downloaded ascii v1.1.0 |
| 982 | 2024-08-07T07:34:43.551Z | Downloaded native-tls v0.2.11 |
| 983 | 2024-08-07T07:34:43.554Z | Downloaded either v1.13.0 |
| 984 | 2024-08-07T07:34:43.554Z | Downloaded slog-term v2.9.1 |
| 985 | 2024-08-07T07:34:43.557Z | Downloaded num_cpus v1.16.0 |
| 986 | 2024-08-07T07:34:43.559Z | Downloaded defmt v0.3.8 |
| 987 | 2024-08-07T07:34:43.562Z | Downloaded cancel-safe-futures v0.1.5 |
| 988 | 2024-08-07T07:34:43.566Z | Downloaded tinyvec_macros v0.1.1 |
| 989 | 2024-08-07T07:34:43.566Z | Downloaded allocator-api2 v0.2.18 |
| 990 | 2024-08-07T07:34:43.568Z | Downloaded defmt-macros v0.3.9 |
| 991 | 2024-08-07T07:34:43.571Z | Downloaded mime v0.3.17 |
| 992 | 2024-08-07T07:34:43.571Z | Downloaded managed v0.8.0 |
| 993 | 2024-08-07T07:34:43.571Z | Downloaded const_format_proc_macros v0.2.32 |
| 994 | 2024-08-07T07:34:43.574Z | Downloaded buf-list v1.0.3 |
| 995 | 2024-08-07T07:34:43.577Z | Downloaded bitfield-struct v0.6.1 |
| 996 | 2024-08-07T07:34:43.577Z | Downloaded ciborium-ll v0.2.2 |
| 997 | 2024-08-07T07:34:43.579Z | Downloaded base16ct v0.2.0 |
| 998 | 2024-08-07T07:34:43.579Z | Downloaded xattr v1.3.1 |
| 999 | 2024-08-07T07:34:43.582Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1000 | 2024-08-07T07:34:43.582Z | Downloaded arrayvec v0.7.4 |
| 1001 | 2024-08-07T07:34:43.582Z | Downloaded parking_lot_core v0.9.10 |
| 1002 | 2024-08-07T07:34:43.585Z | Downloaded ipnet v2.9.0 |
| 1003 | 2024-08-07T07:34:43.587Z | Downloaded async-trait v0.1.81 |
| 1004 | 2024-08-07T07:34:43.590Z | Downloaded castaway v0.2.2 |
| 1005 | 2024-08-07T07:34:43.590Z | Downloaded addr2line v0.21.0 |
| 1006 | 2024-08-07T07:34:43.593Z | Downloaded nu-ansi-term v0.50.0 |
| 1007 | 2024-08-07T07:34:43.596Z | Downloaded newline-converter v0.3.0 |
| 1008 | 2024-08-07T07:34:43.596Z | Downloaded bitflags v1.3.2 |
| 1009 | 2024-08-07T07:34:43.599Z | Downloaded lock_api v0.4.12 |
| 1010 | 2024-08-07T07:34:43.599Z | Downloaded colored v2.1.0 |
| 1011 | 2024-08-07T07:34:43.601Z | Downloaded block-padding v0.3.3 |
| 1012 | 2024-08-07T07:34:43.601Z | Downloaded bitfield v0.14.0 |
| 1013 | 2024-08-07T07:34:43.604Z | Downloaded inout v0.1.3 |
| 1014 | 2024-08-07T07:34:43.604Z | Downloaded kstat-rs v0.2.4 |
| 1015 | 2024-08-07T07:34:43.604Z | Downloaded crc v3.2.1 |
| 1016 | 2024-08-07T07:34:43.607Z | Downloaded async-recursion v1.1.1 |
| 1017 | 2024-08-07T07:34:43.610Z | Downloaded ascii-canvas v3.0.0 |
| 1018 | 2024-08-07T07:34:43.610Z | Downloaded array-init v0.0.4 |
| 1019 | 2024-08-07T07:34:43.612Z | Downloaded mockall v0.12.1 |
| 1020 | 2024-08-07T07:34:43.612Z | Downloaded darling_macro v0.20.9 |
| 1021 | 2024-08-07T07:34:43.612Z | Downloaded nibble_vec v0.1.0 |
| 1022 | 2024-08-07T07:34:43.616Z | Downloaded memoffset v0.9.1 |
| 1023 | 2024-08-07T07:34:43.616Z | Downloaded libefi-sys v0.1.0 |
| 1024 | 2024-08-07T07:34:43.616Z | Downloaded cstr-argument v0.1.2 |
| 1025 | 2024-08-07T07:34:43.619Z | Downloaded ipnetwork v0.20.0 |
| 1026 | 2024-08-07T07:34:43.619Z | Downloaded atomic-waker v1.1.2 |
| 1027 | 2024-08-07T07:34:43.619Z | Downloaded arrayref v0.3.7 |
| 1028 | 2024-08-07T07:34:43.621Z | Downloaded aead v0.5.2 |
| 1029 | 2024-08-07T07:34:43.621Z | Downloaded indexmap v1.9.3 |
| 1030 | 2024-08-07T07:34:43.624Z | Downloaded indent_write v2.2.0 |
| 1031 | 2024-08-07T07:34:43.708Z | Compiling cfg-if v1.0.0 |
| 1032 | 2024-08-07T07:34:43.708Z | Compiling serde v1.0.204 |
| 1033 | 2024-08-07T07:34:43.711Z | Compiling lock_api v0.4.12 |
| 1034 | 2024-08-07T07:34:43.711Z | Compiling scopeguard v1.2.0 |
| 1035 | 2024-08-07T07:34:43.711Z | Compiling log v0.4.21 |
| 1036 | 2024-08-07T07:34:43.840Z | Compiling syn v2.0.72 |
| 1037 | 2024-08-07T07:34:43.843Z | Compiling cc v1.0.97 |
| 1038 | 2024-08-07T07:34:43.861Z | Compiling parking_lot_core v0.9.10 |
| 1039 | 2024-08-07T07:34:43.918Z | Compiling getrandom v0.2.14 |
| 1040 | 2024-08-07T07:34:44.076Z | Compiling smallvec v1.13.2 |
| 1041 | 2024-08-07T07:34:44.323Z | Compiling rand_core v0.6.4 |
| 1042 | 2024-08-07T07:34:44.377Z | Compiling typenum v1.17.0 |
| 1043 | 2024-08-07T07:34:44.391Z | Compiling generic-array v0.14.7 |
| 1044 | 2024-08-07T07:34:44.472Z | Compiling pin-project-lite v0.2.14 |
| 1045 | 2024-08-07T07:34:44.593Z | Compiling signal-hook-registry v1.4.2 |
| 1046 | 2024-08-07T07:34:44.659Z | Compiling spin v0.9.8 |
| 1047 | 2024-08-07T07:34:44.880Z | Compiling parking_lot v0.12.2 |
| 1048 | 2024-08-07T07:34:44.896Z | Compiling mio v0.8.11 |
| 1049 | 2024-08-07T07:34:45.138Z | Compiling libm v0.2.8 |
| 1050 | 2024-08-07T07:34:45.164Z | Compiling serde_json v1.0.122 |
| 1051 | 2024-08-07T07:34:45.553Z | Compiling num-traits v0.2.19 |
| 1052 | 2024-08-07T07:34:45.553Z | Compiling ahash v0.8.11 |
| 1053 | 2024-08-07T07:34:45.582Z | Compiling tinyvec_macros v0.1.1 |
| 1054 | 2024-08-07T07:34:45.667Z | Compiling futures-core v0.3.30 |
| 1055 | 2024-08-07T07:34:45.860Z | Compiling tinyvec v1.6.0 |
| 1056 | 2024-08-07T07:34:46.024Z | Compiling num_cpus v1.16.0 |
| 1057 | 2024-08-07T07:34:46.096Z | Compiling socket2 v0.5.7 |
| 1058 | 2024-08-07T07:34:46.151Z | Compiling const-oid v0.9.6 |
| 1059 | 2024-08-07T07:34:46.242Z | Compiling subtle v2.5.0 |
| 1060 | 2024-08-07T07:34:46.613Z | Compiling slab v0.4.9 |
| 1061 | 2024-08-07T07:34:46.931Z | Compiling futures-sink v0.3.30 |
| 1062 | 2024-08-07T07:34:47.122Z | Compiling allocator-api2 v0.2.18 |
| 1063 | 2024-08-07T07:34:47.247Z | Compiling unicode-bidi v0.3.15 |
| 1064 | 2024-08-07T07:34:47.398Z | Compiling unicode-normalization v0.1.23 |
| 1065 | 2024-08-07T07:34:47.526Z | Compiling futures-channel v0.3.30 |
| 1066 | 2024-08-07T07:34:47.900Z | Compiling vcpkg v0.2.15 |
| 1067 | 2024-08-07T07:34:47.917Z | Compiling futures-task v0.3.30 |
| 1068 | 2024-08-07T07:34:47.920Z | Compiling futures-io v0.3.30 |
| 1069 | 2024-08-07T07:34:48.173Z | Compiling pkg-config v0.3.30 |
| 1070 | 2024-08-07T07:34:48.204Z | Compiling pin-utils v0.1.0 |
| 1071 | 2024-08-07T07:34:48.251Z | Compiling ring v0.17.8 |
| 1072 | 2024-08-07T07:34:48.302Z | Compiling percent-encoding v2.3.1 |
| 1073 | 2024-08-07T07:34:48.469Z | Compiling ppv-lite86 v0.2.17 |
| 1074 | 2024-08-07T07:34:48.665Z | Compiling tracing-core v0.1.32 |
| 1075 | 2024-08-07T07:34:48.706Z | Compiling num-conv v0.1.0 |
| 1076 | 2024-08-07T07:34:48.992Z | Compiling powerfmt v0.2.0 |
| 1077 | 2024-08-07T07:34:49.186Z | Compiling syn v1.0.109 |
| 1078 | 2024-08-07T07:34:49.254Z | Compiling rand_chacha v0.3.1 |
| 1079 | 2024-08-07T07:34:49.389Z | Compiling untrusted v0.9.0 |
| 1080 | 2024-08-07T07:34:49.557Z | Compiling rustix v0.38.34 |
| 1081 | 2024-08-07T07:34:49.668Z | Compiling time-core v0.1.2 |
| 1082 | 2024-08-07T07:34:49.828Z | Compiling time-macros v0.2.18 |
| 1083 | 2024-08-07T07:34:49.888Z | Compiling rand v0.8.5 |
| 1084 | 2024-08-07T07:34:50.012Z | Compiling openssl-sys v0.9.103 |
| 1085 | 2024-08-07T07:34:50.028Z | Compiling deranged v0.3.11 |
| 1086 | 2024-08-07T07:34:50.415Z | Compiling httparse v1.8.0 |
| 1087 | 2024-08-07T07:34:50.905Z | Compiling foreign-types-shared v0.1.1 |
| 1088 | 2024-08-07T07:34:50.954Z | Compiling num_threads v0.1.7 |
| 1089 | 2024-08-07T07:34:51.075Z | Compiling rustversion v1.0.17 |
| 1090 | 2024-08-07T07:34:51.241Z | Compiling iana-time-zone v0.1.60 |
| 1091 | 2024-08-07T07:34:51.616Z | Compiling base64ct v1.6.0 |
| 1092 | 2024-08-07T07:34:51.638Z | Compiling openssl v0.10.66 |
| 1093 | 2024-08-07T07:34:51.670Z | Compiling foreign-types v0.3.2 |
| 1094 | 2024-08-07T07:34:51.805Z | Compiling form_urlencoded v1.2.1 |
| 1095 | 2024-08-07T07:34:52.003Z | Compiling try-lock v0.2.5 |
| 1096 | 2024-08-07T07:34:52.065Z | Compiling pem-rfc7468 v0.7.0 |
| 1097 | 2024-08-07T07:34:52.131Z | Compiling flagset v0.4.5 |
| 1098 | 2024-08-07T07:34:52.156Z | Compiling native-tls v0.2.11 |
| 1099 | 2024-08-07T07:34:52.318Z | Compiling rustls v0.21.12 |
| 1100 | 2024-08-07T07:34:52.469Z | Compiling siphasher v0.3.11 |
| 1101 | 2024-08-07T07:34:52.565Z | Compiling crossbeam-utils v0.8.19 |
| 1102 | 2024-08-07T07:34:52.726Z | Compiling want v0.3.1 |
| 1103 | 2024-08-07T07:34:52.851Z | Compiling time v0.3.36 |
| 1104 | 2024-08-07T07:34:53.193Z | Compiling serde_derive_internals v0.29.1 |
| 1105 | 2024-08-07T07:34:53.648Z | Compiling idna v0.5.0 |
| 1106 | 2024-08-07T07:34:53.666Z | Compiling lazy_static v1.5.0 |
| 1107 | 2024-08-07T07:34:53.784Z | Compiling cookie v0.17.0 |
| 1108 | 2024-08-07T07:34:54.048Z | Compiling aho-corasick v1.1.3 |
| 1109 | 2024-08-07T07:34:54.077Z | Compiling signal-hook v0.3.17 |
| 1110 | 2024-08-07T07:34:54.348Z | Compiling tower-service v0.3.2 |
| 1111 | 2024-08-07T07:34:54.473Z | Compiling finl_unicode v1.2.0 |
| 1112 | 2024-08-07T07:34:55.101Z | Compiling adler v1.0.2 |
| 1113 | 2024-08-07T07:34:55.147Z | Compiling slog v2.7.0 |
| 1114 | 2024-08-07T07:34:55.296Z | Compiling cpufeatures v0.2.12 |
| 1115 | 2024-08-07T07:34:55.395Z | Compiling httpdate v1.0.3 |
| 1116 | 2024-08-07T07:34:55.670Z | Compiling openssl-probe v0.1.5 |
| 1117 | 2024-08-07T07:34:55.857Z | Compiling schemars v0.8.21 |
| 1118 | 2024-08-07T07:34:55.918Z | Compiling regex-syntax v0.8.3 |
| 1119 | 2024-08-07T07:34:56.077Z | Compiling miniz_oxide v0.7.2 |
| 1120 | 2024-08-07T07:34:56.218Z | Compiling stringprep v0.1.4 |
| 1121 | 2024-08-07T07:34:57.418Z | Compiling url v2.5.2 |
| 1122 | 2024-08-07T07:34:57.793Z | Compiling serde_derive v1.0.204 |
| 1123 | 2024-08-07T07:34:57.997Z | Compiling zeroize_derive v1.4.2 |
| 1124 | 2024-08-07T07:34:58.953Z | Compiling zerocopy-derive v0.7.34 |
| 1125 | 2024-08-07T07:34:59.229Z | Compiling tokio-macros v2.3.0 |
| 1126 | 2024-08-07T07:34:59.436Z | Compiling thiserror-impl v1.0.63 |
| 1127 | 2024-08-07T07:34:59.612Z | Compiling zeroize v1.7.0 |
| 1128 | 2024-08-07T07:35:00.893Z | Compiling futures-macro v0.3.30 |
| 1129 | 2024-08-07T07:35:00.978Z | Compiling scroll_derive v0.12.0 |
| 1130 | 2024-08-07T07:35:01.247Z | Compiling zerocopy v0.7.34 |
| 1131 | 2024-08-07T07:35:01.476Z | Compiling crypto-common v0.1.6 |
| 1132 | 2024-08-07T07:35:01.712Z | Compiling block-buffer v0.10.4 |
| 1133 | 2024-08-07T07:35:01.974Z | Compiling digest v0.10.7 |
| 1134 | 2024-08-07T07:35:02.351Z | Compiling tracing-attributes v0.1.27 |
| 1135 | 2024-08-07T07:35:02.434Z | Compiling hmac v0.12.1 |
| 1136 | 2024-08-07T07:35:02.453Z | Compiling scroll v0.12.0 |
| 1137 | 2024-08-07T07:35:02.677Z | Compiling openssl-macros v0.1.1 |
| 1138 | 2024-08-07T07:35:02.743Z | Compiling thiserror v1.0.63 |
| 1139 | 2024-08-07T07:35:02.897Z | Compiling futures-util v0.3.30 |
| 1140 | 2024-08-07T07:35:02.900Z | Compiling pest v2.7.10 |
| 1141 | 2024-08-07T07:35:02.978Z | Compiling goblin v0.8.2 |
| 1142 | 2024-08-07T07:35:03.420Z | Compiling hashbrown v0.14.5 |
| 1143 | 2024-08-07T07:35:03.502Z | Compiling der_derive v0.7.2 |
| 1144 | 2024-08-07T07:35:04.847Z | Compiling rustls-webpki v0.101.7 |
| 1145 | 2024-08-07T07:35:05.672Z | Compiling pest_meta v2.7.10 |
| 1146 | 2024-08-07T07:35:05.992Z | Compiling sct v0.7.1 |
| 1147 | 2024-08-07T07:35:06.096Z | Compiling der v0.7.9 |
| 1148 | 2024-08-07T07:35:06.213Z | Compiling tracing v0.1.40 |
| 1149 | 2024-08-07T07:35:06.713Z | Compiling sha2 v0.10.8 |
| 1150 | 2024-08-07T07:35:06.808Z | Compiling md-5 v0.10.6 |
| 1151 | 2024-08-07T07:35:07.068Z | Compiling pest_generator v2.7.10 |
| 1152 | 2024-08-07T07:35:09.047Z | Compiling spki v0.7.3 |
| 1153 | 2024-08-07T07:35:09.083Z | Compiling regex-automata v0.4.6 |
| 1154 | 2024-08-07T07:35:09.370Z | Compiling schemars_derive v0.8.21 |
| 1155 | 2024-08-07T07:35:09.419Z | Compiling num-integer v0.1.46 |
| 1156 | 2024-08-07T07:35:10.229Z | Compiling idna v0.3.0 |
| 1157 | 2024-08-07T07:35:10.324Z | Compiling backtrace v0.3.71 |
| 1158 | 2024-08-07T07:35:10.786Z | Compiling hash32 v0.2.1 |
| 1159 | 2024-08-07T07:35:10.803Z | Compiling pest_derive v2.7.10 |
| 1160 | 2024-08-07T07:35:11.167Z | Compiling stable_deref_trait v1.2.0 |
| 1161 | 2024-08-07T07:35:11.269Z | Compiling smoltcp v0.9.1 |
| 1162 | 2024-08-07T07:35:11.601Z | Compiling dtrace-parser v0.2.0 |
| 1163 | 2024-08-07T07:35:11.819Z | Compiling crc32fast v1.4.0 |
| 1164 | 2024-08-07T07:35:12.018Z | Compiling bytes v1.7.1 |
| 1165 | 2024-08-07T07:35:12.342Z | Compiling bitflags v2.6.0 |
| 1166 | 2024-08-07T07:35:12.629Z | Compiling indexmap v2.3.0 |
| 1167 | 2024-08-07T07:35:12.781Z | Compiling semver v1.0.23 |
| 1168 | 2024-08-07T07:35:13.265Z | Compiling tokio v1.38.1 |
| 1169 | 2024-08-07T07:35:13.355Z | Compiling http v0.2.12 |
| 1170 | 2024-08-07T07:35:13.526Z | Compiling uuid v1.10.0 |
| 1171 | 2024-08-07T07:35:13.701Z | Compiling rustc_version v0.4.0 |
| 1172 | 2024-08-07T07:35:14.464Z | Compiling chrono v0.4.38 |
| 1173 | 2024-08-07T07:35:14.940Z | Compiling http-body v0.4.6 |
| 1174 | 2024-08-07T07:35:15.270Z | Compiling heapless v0.7.17 |
| 1175 | 2024-08-07T07:35:15.400Z | Compiling dof v0.3.0 |
| 1176 | 2024-08-07T07:35:15.775Z | Compiling toml_datetime v0.6.8 |
| 1177 | 2024-08-07T07:35:15.798Z | Compiling serde_tokenstream v0.2.1 |
| 1178 | 2024-08-07T07:35:16.300Z | Compiling usdt-impl v0.5.0 |
| 1179 | 2024-08-07T07:35:16.344Z | Compiling serde_spanned v0.6.7 |
| 1180 | 2024-08-07T07:35:16.576Z | Compiling base64 v0.22.1 |
| 1181 | 2024-08-07T07:35:17.107Z | Compiling dyn-clone v1.0.17 |
| 1182 | 2024-08-07T07:35:17.325Z | Compiling psl-types v2.0.11 |
| 1183 | 2024-08-07T07:35:17.328Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1184 | 2024-08-07T07:35:17.510Z | Compiling gimli v0.28.1 |
| 1185 | 2024-08-07T07:35:17.591Z | Compiling fallible-iterator v0.2.0 |
| 1186 | 2024-08-07T07:35:17.876Z | Compiling publicsuffix v2.2.3 |
| 1187 | 2024-08-07T07:35:18.291Z | Compiling postgres-protocol v0.6.7 |
| 1188 | 2024-08-07T07:35:18.324Z | Compiling terminal_size v0.3.0 |
| 1189 | 2024-08-07T07:35:18.683Z | Compiling pkcs8 v0.10.2 |
| 1190 | 2024-08-07T07:35:19.235Z | Compiling hubpack_derive v0.1.1 |
| 1191 | 2024-08-07T07:35:19.606Z | Compiling block-padding v0.3.3 |
| 1192 | 2024-08-07T07:35:19.696Z | Compiling zerocopy-derive v0.6.6 |
| 1193 | 2024-08-07T07:35:19.877Z | Compiling async-trait v0.1.81 |
| 1194 | 2024-08-07T07:35:21.295Z | Compiling tokio-util v0.7.11 |
| 1195 | 2024-08-07T07:35:21.880Z | Compiling addr2line v0.21.0 |
| 1196 | 2024-08-07T07:35:22.142Z | Compiling tokio-rustls v0.24.1 |
| 1197 | 2024-08-07T07:35:22.433Z | Compiling h2 v0.3.26 |
| 1198 | 2024-08-07T07:35:22.475Z | Compiling tokio-native-tls v0.3.1 |
| 1199 | 2024-08-07T07:35:22.657Z | Compiling phf_shared v0.11.2 |
| 1200 | 2024-08-07T07:35:22.660Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1201 | 2024-08-07T07:35:22.733Z | Compiling ff v0.13.0 |
| 1202 | 2024-08-07T07:35:22.968Z | Compiling scheduled-thread-pool v0.2.7 |
| 1203 | 2024-08-07T07:35:23.038Z | Compiling fs-err v2.11.0 |
| 1204 | 2024-08-07T07:35:23.073Z | Compiling object v0.32.2 |
| 1205 | 2024-08-07T07:35:23.337Z | Compiling bitflags v1.3.2 |
| 1206 | 2024-08-07T07:35:23.354Z | Compiling anyhow v1.0.86 |
| 1207 | 2024-08-07T07:35:23.436Z | Compiling bit-vec v0.6.3 |
| 1208 | 2024-08-07T07:35:23.454Z | Compiling base64 v0.21.7 |
| 1209 | 2024-08-07T07:35:23.566Z | Compiling regex-automata v0.1.10 |
| 1210 | 2024-08-07T07:35:23.883Z | Compiling winnow v0.5.40 |
| 1211 | 2024-08-07T07:35:23.973Z | Compiling managed v0.8.0 |
| 1212 | 2024-08-07T07:35:24.052Z | Compiling ipnet v2.9.0 |
| 1213 | 2024-08-07T07:35:24.123Z | Compiling rustc-demangle v0.1.24 |
| 1214 | 2024-08-07T07:35:24.164Z | Compiling either v1.13.0 |
| 1215 | 2024-08-07T07:35:24.401Z | Compiling matches v0.1.10 |
| 1216 | 2024-08-07T07:35:24.494Z | Compiling base16ct v0.2.0 |
| 1217 | 2024-08-07T07:35:24.568Z | Compiling idna v0.2.3 |
| 1218 | 2024-08-07T07:35:24.854Z | Compiling sec1 v0.7.3 |
| 1219 | 2024-08-07T07:35:25.303Z | Compiling bstr v0.2.17 |
| 1220 | 2024-08-07T07:35:25.624Z | Compiling rustls-pemfile v1.0.4 |
| 1221 | 2024-08-07T07:35:26.054Z | Compiling clap_builder v4.5.13 |
| 1222 | 2024-08-07T07:35:26.368Z | Compiling r2d2 v0.8.10 |
| 1223 | 2024-08-07T07:35:26.735Z | Compiling diesel_derives v2.1.4 |
| 1224 | 2024-08-07T07:35:26.786Z | Compiling phf v0.11.2 |
| 1225 | 2024-08-07T07:35:27.082Z | Compiling group v0.13.0 |
| 1226 | 2024-08-07T07:35:27.239Z | Compiling signal-hook-mio v0.2.3 |
| 1227 | 2024-08-07T07:35:27.392Z | Compiling zerocopy v0.6.6 |
| 1228 | 2024-08-07T07:35:27.394Z | Compiling cookie_store v0.20.0 |
| 1229 | 2024-08-07T07:35:27.866Z | Compiling toml_edit v0.19.15 |
| 1230 | 2024-08-07T07:35:28.235Z | Compiling hubpack v0.1.2 |
| 1231 | 2024-08-07T07:35:28.443Z | Compiling ipnetwork v0.20.0 |
| 1232 | 2024-08-07T07:35:28.652Z | Compiling inout v0.1.3 |
| 1233 | 2024-08-07T07:35:28.917Z | Compiling postgres-types v0.2.7 |
| 1234 | 2024-08-07T07:35:29.264Z | Compiling hyper v0.14.30 |
| 1235 | 2024-08-07T07:35:30.300Z | Compiling usdt-attr-macro v0.5.0 |
| 1236 | 2024-08-07T07:35:30.409Z | Compiling usdt-macro v0.5.0 |
| 1237 | 2024-08-07T07:35:31.947Z | Compiling regex v1.10.6 |
| 1238 | 2024-08-07T07:35:31.950Z | Compiling serde_urlencoded v0.7.1 |
| 1239 | 2024-08-07T07:35:32.492Z | Compiling num-bigint v0.4.5 |
| 1240 | 2024-08-07T07:35:32.886Z | Compiling futures-executor v0.3.30 |
| 1241 | 2024-08-07T07:35:33.054Z | Compiling enum-as-inner v0.5.1 |
| 1242 | 2024-08-07T07:35:33.128Z | Compiling hkdf v0.12.4 |
| 1243 | 2024-08-07T07:35:33.389Z | Compiling crypto-bigint v0.5.5 |
| 1244 | 2024-08-07T07:35:33.443Z | Compiling clap_derive v4.5.13 |
| 1245 | 2024-08-07T07:35:34.093Z | Compiling serde_repr v0.1.19 |
| 1246 | 2024-08-07T07:35:35.276Z | Compiling strum_macros v0.25.3 |
| 1247 | 2024-08-07T07:35:35.309Z | Compiling phf_shared v0.10.0 |
| 1248 | 2024-08-07T07:35:35.650Z | Compiling float-cmp v0.9.0 |
| 1249 | 2024-08-07T07:35:35.678Z | Compiling encoding_rs v0.8.34 |
| 1250 | 2024-08-07T07:35:35.859Z | Compiling new_debug_unreachable v1.0.6 |
| 1251 | 2024-08-07T07:35:35.949Z | Compiling data-encoding v2.6.0 |
| 1252 | 2024-08-07T07:35:38.367Z | Compiling hyper-rustls v0.24.2 |
| 1253 | 2024-08-07T07:35:38.582Z | Compiling hyper-tls v0.5.0 |
| 1254 | 2024-08-07T07:35:38.712Z | Compiling static_assertions v1.1.0 |
| 1255 | 2024-08-07T07:35:38.811Z | Compiling unicode-segmentation v1.11.0 |
| 1256 | 2024-08-07T07:35:38.915Z | Compiling normalize-line-endings v0.3.0 |
| 1257 | 2024-08-07T07:35:38.970Z | Compiling sync_wrapper v0.1.2 |
| 1258 | 2024-08-07T07:35:39.027Z | Compiling fixedbitset v0.4.2 |
| 1259 | 2024-08-07T07:35:39.030Z | Compiling precomputed-hash v0.1.1 |
| 1260 | 2024-08-07T07:35:39.097Z | Compiling webpki-roots v0.25.4 |
| 1261 | 2024-08-07T07:35:39.154Z | Compiling mime v0.3.17 |
| 1262 | 2024-08-07T07:35:39.247Z | Compiling predicates-core v1.0.6 |
| 1263 | 2024-08-07T07:35:39.329Z | Compiling minimal-lexical v0.2.1 |
| 1264 | 2024-08-07T07:35:39.484Z | Compiling whoami v1.5.1 |
| 1265 | 2024-08-07T07:35:39.487Z | Compiling difflib v0.4.0 |
| 1266 | 2024-08-07T07:35:39.611Z | Compiling console v0.15.8 |
| 1267 | 2024-08-07T07:35:39.629Z | Compiling reqwest v0.11.27 |
| 1268 | 2024-08-07T07:35:39.760Z | Compiling nom v7.1.3 |
| 1269 | 2024-08-07T07:35:39.848Z | Compiling tokio-postgres v0.7.11 |
| 1270 | 2024-08-07T07:35:40.081Z | Compiling predicates v3.1.2 |
| 1271 | 2024-08-07T07:35:40.115Z | Compiling similar v2.5.0 |
| 1272 | 2024-08-07T07:35:41.133Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1273 | 2024-08-07T07:35:41.188Z | Compiling petgraph v0.6.5 |
| 1274 | 2024-08-07T07:35:41.806Z | Compiling string_cache v0.8.7 |
| 1275 | 2024-08-07T07:35:42.289Z | Compiling toml_edit v0.22.20 |
| 1276 | 2024-08-07T07:35:42.736Z | Compiling diesel v2.1.6 |
| 1277 | 2024-08-07T07:35:43.392Z | Compiling clap v4.5.13 |
| 1278 | 2024-08-07T07:35:43.440Z | Compiling trust-dns-proto v0.22.0 |
| 1279 | 2024-08-07T07:35:43.511Z | Compiling elliptic-curve v0.13.8 |
| 1280 | 2024-08-07T07:35:44.334Z | Compiling usdt v0.5.0 |
| 1281 | 2024-08-07T07:35:44.831Z | Compiling yasna v0.5.2 |
| 1282 | 2024-08-07T07:35:45.235Z | Compiling futures v0.3.30 |
| 1283 | 2024-08-07T07:35:45.343Z | Compiling toml v0.7.8 |
| 1284 | 2024-08-07T07:35:46.489Z | Compiling flate2 v1.0.31 |
| 1285 | 2024-08-07T07:35:46.707Z | Compiling cipher v0.4.4 |
| 1286 | 2024-08-07T07:35:47.007Z | Compiling crossterm v0.27.0 |
| 1287 | 2024-08-07T07:35:47.473Z | Compiling itertools v0.10.5 |
| 1288 | 2024-08-07T07:35:47.491Z | Compiling itertools v0.12.1 |
| 1289 | 2024-08-07T07:35:48.068Z | Compiling bit-set v0.5.3 |
| 1290 | 2024-08-07T07:35:48.362Z | Compiling tokio-stream v0.1.15 |
| 1291 | 2024-08-07T07:35:49.334Z | Compiling bstr v1.9.1 |
| 1292 | 2024-08-07T07:35:50.315Z | Compiling openapiv3 v2.0.0 |
| 1293 | 2024-08-07T07:35:50.533Z | Compiling hex v0.4.3 |
| 1294 | 2024-08-07T07:35:50.669Z | Compiling num-iter v0.1.45 |
| 1295 | 2024-08-07T07:35:50.701Z | Compiling crossbeam-epoch v0.9.18 |
| 1296 | 2024-08-07T07:35:50.849Z | Compiling dirs-sys-next v0.1.2 |
| 1297 | 2024-08-07T07:35:51.113Z | Compiling lalrpop-util v0.19.12 |
| 1298 | 2024-08-07T07:35:51.132Z | Compiling peg-runtime v0.8.3 |
| 1299 | 2024-08-07T07:35:51.457Z | Compiling unicode-xid v0.2.4 |
| 1300 | 2024-08-07T07:35:51.457Z | Compiling dirs-next v2.0.0 |
| 1301 | 2024-08-07T07:35:51.511Z | Compiling thread_local v1.1.8 |
| 1302 | 2024-08-07T07:35:51.645Z | Compiling slog-async v2.8.0 |
| 1303 | 2024-08-07T07:35:51.661Z | Compiling term v0.7.0 |
| 1304 | 2024-08-07T07:35:51.755Z | Compiling xattr v1.3.1 |
| 1305 | 2024-08-07T07:35:51.803Z | Compiling crossbeam-channel v0.5.12 |
| 1306 | 2024-08-07T07:35:52.024Z | Compiling strum_macros v0.26.4 |
| 1307 | 2024-08-07T07:35:52.043Z | Compiling filetime v0.2.23 |
| 1308 | 2024-08-07T07:35:52.233Z | Compiling is-terminal v0.4.12 |
| 1309 | 2024-08-07T07:35:52.344Z | Compiling take_mut v0.2.2 |
| 1310 | 2024-08-07T07:35:52.362Z | Compiling slog-term v2.9.1 |
| 1311 | 2024-08-07T07:35:52.500Z | Compiling tar v0.4.41 |
| 1312 | 2024-08-07T07:35:53.215Z | Compiling camino v1.1.7 |
| 1313 | 2024-08-07T07:35:55.333Z | Compiling strum v0.26.3 |
| 1314 | 2024-08-07T07:36:07.594Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1315 | 2024-08-07T07:36:07.835Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1316 | 2024-08-07T07:36:12.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 1317 | 2024-08-07T07:36:12.905Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1318 | 2024-08-07T07:36:12.952Z | Aug 07 07:36:11.405 INFO Starting download, target: Clickhouse |
| 1319 | 2024-08-07T07:36:12.952Z | Aug 07 07:36:11.406 INFO Starting download, target: DendriteOpenapi |
| 1320 | 2024-08-07T07:36:12.966Z | Aug 07 07:36:11.406 INFO Starting download, target: Console |
| 1321 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Starting download, target: Cockroach |
| 1322 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Starting download, target: DendriteStub |
| 1323 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Starting download, target: MaghemiteMgd |
| 1324 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Starting download, target: TransceiverControl |
| 1325 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1326 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1327 | 2024-08-07T07:36:12.967Z | Aug 07 07:36:11.406 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
| 1328 | 2024-08-07T07:36:12.968Z | Aug 07 07:36:11.406 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1329 | 2024-08-07T07:36:12.968Z | Aug 07 07:36:11.407 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1330 | 2024-08-07T07:36:12.968Z | Aug 07 07:36:11.407 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1331 | 2024-08-07T07:36:12.968Z | Aug 07 07:36:11.407 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1332 | 2024-08-07T07:36:13.271Z | Aug 07 07:36:11.723 INFO Download complete, target: DendriteOpenapi |
| 1333 | 2024-08-07T07:36:13.424Z | Aug 07 07:36:11.881 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1334 | 2024-08-07T07:36:13.687Z | Aug 07 07:36:12.144 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1335 | 2024-08-07T07:36:13.895Z | Aug 07 07:36:12.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1336 | 2024-08-07T07:36:13.974Z | Aug 07 07:36:12.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1337 | 2024-08-07T07:36:14.106Z | Aug 07 07:36:12.566 INFO Download complete, target: Console |
| 1338 | 2024-08-07T07:36:14.199Z | Aug 07 07:36:12.658 INFO Download complete, target: TransceiverControl |
| 1339 | 2024-08-07T07:36:15.088Z | Aug 07 07:36:13.547 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1340 | 2024-08-07T07:36:16.182Z | Aug 07 07:36:14.640 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1341 | 2024-08-07T07:36:16.182Z | Aug 07 07:36:14.640 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1342 | 2024-08-07T07:36:17.127Z | Aug 07 07:36:15.584 INFO Download complete, target: DendriteStub |
| 1343 | 2024-08-07T07:36:17.368Z | Aug 07 07:36:15.827 INFO Download complete, target: MaghemiteMgd |
| 1344 | 2024-08-07T07:36:24.523Z | Aug 07 07:36:22.981 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1345 | 2024-08-07T07:36:24.878Z | Aug 07 07:36:23.336 INFO Checking that binary works, target: Cockroach |
| 1346 | 2024-08-07T07:36:25.035Z | Aug 07 07:36:23.493 INFO Download complete, target: Cockroach |
| 1347 | 2024-08-07T07:36:29.681Z | Aug 07 07:36:28.139 INFO Checking that binary works, target: Clickhouse |
| 1348 | 2024-08-07T07:36:29.991Z | Aug 07 07:36:28.448 INFO Download complete, target: Clickhouse |
| 1349 | 2024-08-07T07:36:30.010Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1350 | 2024-08-07T07:36:30.013Z | |
| 1351 | 2024-08-07T07:36:30.013Z | real 4:57.541752435 |
| 1352 | 2024-08-07T07:36:30.013Z | user 11:29.924197492 |
| 1353 | 2024-08-07T07:36:30.013Z | sys 2:25.598843457 |
| 1354 | 2024-08-07T07:36:30.013Z | trap 0.424351495 |
| 1355 | 2024-08-07T07:36:30.013Z | tflt 5.681075637 |
| 1356 | 2024-08-07T07:36:30.013Z | dflt 5.872309580 |
| 1357 | 2024-08-07T07:36:30.014Z | kflt 0.291958358 |
| 1358 | 2024-08-07T07:36:30.014Z | lock 22:17.088098157 |
| 1359 | 2024-08-07T07:36:30.014Z | slp 46:58.570171902 |
| 1360 | 2024-08-07T07:36:30.014Z | lat 38.368730264 |
| 1361 | 2024-08-07T07:36:30.014Z | stop 1:36.700694762 |
| 1362 | 2024-08-07T07:36:30.014Z | + banner hack-check |
| 1363 | 2024-08-07T07:36:30.016Z | |
| 1364 | 2024-08-07T07:36:30.017Z | # # ## #### # # #### # # ###### #### # # |
| 1365 | 2024-08-07T07:36:30.017Z | # # # # # # # # # # # # # # # # # |
| 1366 | 2024-08-07T07:36:30.017Z | ###### # # # #### ##### # ###### ##### # #### |
| 1367 | 2024-08-07T07:36:30.017Z | # # ###### # # # # # # # # # # |
| 1368 | 2024-08-07T07:36:30.017Z | # # # # # # # # # # # # # # # # # |
| 1369 | 2024-08-07T07:36:30.017Z | # # # # #### # # #### # # ###### #### # # |
| 1370 | 2024-08-07T07:36:30.017Z | |
| 1371 | 2024-08-07T07:36:30.017Z | + export CARGO_INCREMENTAL=0 |
| 1372 | 2024-08-07T07:36:30.017Z | + CARGO_INCREMENTAL=0 |
| 1373 | 2024-08-07T07:36:30.017Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1374 | 2024-08-07T07:36:30.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1375 | 2024-08-07T07:36:33.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 1376 | 2024-08-07T07:36:33.990Z | Running `target/debug/xtask check-features --ci` |
| 1377 | 2024-08-07T07:36:34.008Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1378 | 2024-08-07T07:36:34.012Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1379 | 2024-08-07T07:36:34.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1380 | 2024-08-07T07:36:34.496Z | Running `target/debug/xtask download cargo-hack` |
| 1381 | 2024-08-07T07:36:35.290Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1382 | 2024-08-07T07:36:35.642Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1383 | 2024-08-07T07:36:39.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
| 1384 | 2024-08-07T07:36:40.032Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1385 | 2024-08-07T07:36:40.063Z | Aug 07 07:36:38.519 INFO Starting download, target: CargoHack |
| 1386 | 2024-08-07T07:36:40.066Z | Aug 07 07:36:38.520 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1387 | 2024-08-07T07:36:40.520Z | Aug 07 07:36:38.976 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1388 | 2024-08-07T07:36:40.626Z | Aug 07 07:36:39.082 INFO Download complete, target: CargoHack |
| 1389 | 2024-08-07T07:36:40.629Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1390 | 2024-08-07T07:36:40.645Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1391 | 2024-08-07T07:36:40.790Z | info: running `cargo check --bins` on api_identity (1/147) |
| 1392 | 2024-08-07T07:36:41.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1393 | 2024-08-07T07:36:41.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1394 | 2024-08-07T07:36:41.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1395 | 2024-08-07T07:36:41.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1396 | 2024-08-07T07:36:41.366Z | |
| 1397 | 2024-08-07T07:36:41.366Z | info: running `cargo check --bins` on bootstore (2/147) |
| 1398 | 2024-08-07T07:36:41.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1399 | 2024-08-07T07:36:41.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1400 | 2024-08-07T07:36:41.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1401 | 2024-08-07T07:36:41.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1402 | 2024-08-07T07:36:41.981Z | |
| 1403 | 2024-08-07T07:36:41.981Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
| 1404 | 2024-08-07T07:36:42.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1405 | 2024-08-07T07:36:42.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1406 | 2024-08-07T07:36:42.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1407 | 2024-08-07T07:36:42.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1408 | 2024-08-07T07:36:42.585Z | |
| 1409 | 2024-08-07T07:36:42.585Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
| 1410 | 2024-08-07T07:36:43.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1411 | 2024-08-07T07:36:43.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1412 | 2024-08-07T07:36:43.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1413 | 2024-08-07T07:36:43.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1414 | 2024-08-07T07:36:43.205Z | |
| 1415 | 2024-08-07T07:36:43.205Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
| 1416 | 2024-08-07T07:36:43.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1417 | 2024-08-07T07:36:43.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1418 | 2024-08-07T07:36:43.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1419 | 2024-08-07T07:36:43.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1420 | 2024-08-07T07:36:43.658Z | |
| 1421 | 2024-08-07T07:36:43.658Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
| 1422 | 2024-08-07T07:36:44.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1423 | 2024-08-07T07:36:44.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1424 | 2024-08-07T07:36:44.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1425 | 2024-08-07T07:36:44.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1426 | 2024-08-07T07:36:44.106Z | |
| 1427 | 2024-08-07T07:36:44.106Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
| 1428 | 2024-08-07T07:36:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1429 | 2024-08-07T07:36:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1430 | 2024-08-07T07:36:44.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1431 | 2024-08-07T07:36:44.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1432 | 2024-08-07T07:36:44.547Z | |
| 1433 | 2024-08-07T07:36:44.547Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
| 1434 | 2024-08-07T07:36:44.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1435 | 2024-08-07T07:36:44.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1436 | 2024-08-07T07:36:44.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1437 | 2024-08-07T07:36:44.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1438 | 2024-08-07T07:36:45.006Z | |
| 1439 | 2024-08-07T07:36:45.006Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
| 1440 | 2024-08-07T07:36:45.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1441 | 2024-08-07T07:36:45.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1442 | 2024-08-07T07:36:45.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1443 | 2024-08-07T07:36:45.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1444 | 2024-08-07T07:36:45.469Z | |
| 1445 | 2024-08-07T07:36:45.469Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
| 1446 | 2024-08-07T07:36:45.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1447 | 2024-08-07T07:36:45.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1448 | 2024-08-07T07:36:45.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1449 | 2024-08-07T07:36:45.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1450 | 2024-08-07T07:36:45.921Z | |
| 1451 | 2024-08-07T07:36:45.921Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
| 1452 | 2024-08-07T07:36:46.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1453 | 2024-08-07T07:36:46.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1454 | 2024-08-07T07:36:46.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1455 | 2024-08-07T07:36:46.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1456 | 2024-08-07T07:36:46.374Z | |
| 1457 | 2024-08-07T07:36:46.374Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
| 1458 | 2024-08-07T07:36:46.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1459 | 2024-08-07T07:36:46.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1460 | 2024-08-07T07:36:46.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1461 | 2024-08-07T07:36:46.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1462 | 2024-08-07T07:36:46.838Z | |
| 1463 | 2024-08-07T07:36:46.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
| 1464 | 2024-08-07T07:36:47.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1465 | 2024-08-07T07:36:47.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1466 | 2024-08-07T07:36:47.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1467 | 2024-08-07T07:36:47.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1468 | 2024-08-07T07:36:47.290Z | |
| 1469 | 2024-08-07T07:36:47.290Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
| 1470 | 2024-08-07T07:36:47.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1471 | 2024-08-07T07:36:47.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1472 | 2024-08-07T07:36:47.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1473 | 2024-08-07T07:36:47.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1474 | 2024-08-07T07:36:47.736Z | |
| 1475 | 2024-08-07T07:36:47.736Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
| 1476 | 2024-08-07T07:36:48.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1477 | 2024-08-07T07:36:48.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1478 | 2024-08-07T07:36:48.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1479 | 2024-08-07T07:36:48.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1480 | 2024-08-07T07:36:48.187Z | |
| 1481 | 2024-08-07T07:36:48.187Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
| 1482 | 2024-08-07T07:36:48.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1483 | 2024-08-07T07:36:48.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1484 | 2024-08-07T07:36:48.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1485 | 2024-08-07T07:36:48.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1486 | 2024-08-07T07:36:48.634Z | |
| 1487 | 2024-08-07T07:36:48.634Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
| 1488 | 2024-08-07T07:36:49.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1489 | 2024-08-07T07:36:49.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1490 | 2024-08-07T07:36:49.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1491 | 2024-08-07T07:36:49.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1492 | 2024-08-07T07:36:49.093Z | |
| 1493 | 2024-08-07T07:36:49.093Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
| 1494 | 2024-08-07T07:36:49.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1495 | 2024-08-07T07:36:49.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1496 | 2024-08-07T07:36:49.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1497 | 2024-08-07T07:36:49.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1498 | 2024-08-07T07:36:49.556Z | |
| 1499 | 2024-08-07T07:36:49.556Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
| 1500 | 2024-08-07T07:36:49.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1501 | 2024-08-07T07:36:49.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1502 | 2024-08-07T07:36:49.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1503 | 2024-08-07T07:36:49.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1504 | 2024-08-07T07:36:50.013Z | |
| 1505 | 2024-08-07T07:36:50.013Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
| 1506 | 2024-08-07T07:36:50.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1507 | 2024-08-07T07:36:50.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1508 | 2024-08-07T07:36:50.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1509 | 2024-08-07T07:36:50.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1510 | 2024-08-07T07:36:50.461Z | |
| 1511 | 2024-08-07T07:36:50.461Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
| 1512 | 2024-08-07T07:36:50.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1513 | 2024-08-07T07:36:50.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1514 | 2024-08-07T07:36:50.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1515 | 2024-08-07T07:36:50.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1516 | 2024-08-07T07:36:50.909Z | |
| 1517 | 2024-08-07T07:36:50.909Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
| 1518 | 2024-08-07T07:36:51.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1519 | 2024-08-07T07:36:51.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1520 | 2024-08-07T07:36:51.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1521 | 2024-08-07T07:36:51.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1522 | 2024-08-07T07:36:51.371Z | |
| 1523 | 2024-08-07T07:36:51.371Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
| 1524 | 2024-08-07T07:36:51.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1525 | 2024-08-07T07:36:51.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1526 | 2024-08-07T07:36:51.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1527 | 2024-08-07T07:36:51.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1528 | 2024-08-07T07:36:51.830Z | |
| 1529 | 2024-08-07T07:36:51.830Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
| 1530 | 2024-08-07T07:36:52.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1531 | 2024-08-07T07:36:52.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1532 | 2024-08-07T07:36:52.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1533 | 2024-08-07T07:36:52.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1534 | 2024-08-07T07:36:52.277Z | |
| 1535 | 2024-08-07T07:36:52.277Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
| 1536 | 2024-08-07T07:36:52.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1537 | 2024-08-07T07:36:52.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1538 | 2024-08-07T07:36:52.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1539 | 2024-08-07T07:36:52.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1540 | 2024-08-07T07:36:52.911Z | |
| 1541 | 2024-08-07T07:36:52.911Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
| 1542 | 2024-08-07T07:36:53.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1543 | 2024-08-07T07:36:53.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1544 | 2024-08-07T07:36:53.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1545 | 2024-08-07T07:36:53.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1546 | 2024-08-07T07:36:53.531Z | |
| 1547 | 2024-08-07T07:36:53.531Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
| 1548 | 2024-08-07T07:36:54.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1549 | 2024-08-07T07:36:54.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1550 | 2024-08-07T07:36:54.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1551 | 2024-08-07T07:36:54.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1552 | 2024-08-07T07:36:54.153Z | |
| 1553 | 2024-08-07T07:36:54.153Z | info: running `cargo check --bins` on oxlog (28/147) |
| 1554 | 2024-08-07T07:36:54.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1555 | 2024-08-07T07:36:54.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1556 | 2024-08-07T07:36:54.750Z | Checking cfg-if v1.0.0 |
| 1557 | 2024-08-07T07:36:54.752Z | Checking libc v0.2.155 |
| 1558 | 2024-08-07T07:36:54.832Z | Checking memchr v2.7.2 |
| 1559 | 2024-08-07T07:36:54.847Z | Checking serde v1.0.204 |
| 1560 | 2024-08-07T07:36:54.851Z | Checking scopeguard v1.2.0 |
| 1561 | 2024-08-07T07:36:54.865Z | Checking log v0.4.21 |
| 1562 | 2024-08-07T07:36:54.865Z | Checking byteorder v1.5.0 |
| 1563 | 2024-08-07T07:36:54.885Z | Checking itoa v1.0.11 |
| 1564 | 2024-08-07T07:36:54.897Z | Checking zeroize v1.7.0 |
| 1565 | 2024-08-07T07:36:54.964Z | Checking lock_api v0.4.12 |
| 1566 | 2024-08-07T07:36:55.071Z | Checking smallvec v1.13.2 |
| 1567 | 2024-08-07T07:36:55.148Z | Checking once_cell v1.19.0 |
| 1568 | 2024-08-07T07:36:55.161Z | Checking pin-project-lite v0.2.14 |
| 1569 | 2024-08-07T07:36:55.254Z | Checking typenum v1.17.0 |
| 1570 | 2024-08-07T07:36:55.292Z | Checking zerocopy v0.7.34 |
| 1571 | 2024-08-07T07:36:55.367Z | Checking spin v0.9.8 |
| 1572 | 2024-08-07T07:36:55.417Z | Checking futures-core v0.3.30 |
| 1573 | 2024-08-07T07:36:55.438Z | Checking tinyvec_macros v0.1.1 |
| 1574 | 2024-08-07T07:36:55.516Z | Checking tinyvec v1.6.0 |
| 1575 | 2024-08-07T07:36:55.603Z | Checking libm v0.2.8 |
| 1576 | 2024-08-07T07:36:55.671Z | Checking subtle v2.5.0 |
| 1577 | 2024-08-07T07:36:55.688Z | Checking ryu v1.0.18 |
| 1578 | 2024-08-07T07:36:55.919Z | Checking const-oid v0.9.6 |
| 1579 | 2024-08-07T07:36:55.932Z | Checking unicode-bidi v0.3.15 |
| 1580 | 2024-08-07T07:36:55.960Z | Checking getrandom v0.2.14 |
| 1581 | 2024-08-07T07:36:56.208Z | Checking rand_core v0.6.4 |
| 1582 | 2024-08-07T07:36:56.500Z | Checking parking_lot_core v0.9.10 |
| 1583 | 2024-08-07T07:36:56.520Z | Checking signal-hook-registry v1.4.2 |
| 1584 | 2024-08-07T07:36:56.562Z | Checking mio v0.8.11 |
| 1585 | 2024-08-07T07:36:56.564Z | Checking generic-array v0.14.7 |
| 1586 | 2024-08-07T07:36:56.681Z | Checking num_cpus v1.16.0 |
| 1587 | 2024-08-07T07:36:56.746Z | Checking socket2 v0.5.7 |
| 1588 | 2024-08-07T07:36:56.789Z | Checking ahash v0.8.11 |
| 1589 | 2024-08-07T07:36:56.815Z | Checking parking_lot v0.12.2 |
| 1590 | 2024-08-07T07:36:56.836Z | Checking unicode-normalization v0.1.23 |
| 1591 | 2024-08-07T07:36:57.151Z | Checking num-traits v0.2.19 |
| 1592 | 2024-08-07T07:36:57.196Z | Checking allocator-api2 v0.2.18 |
| 1593 | 2024-08-07T07:36:57.225Z | Checking futures-sink v0.3.30 |
| 1594 | 2024-08-07T07:36:57.292Z | Checking equivalent v1.0.1 |
| 1595 | 2024-08-07T07:36:57.364Z | Checking futures-channel v0.3.30 |
| 1596 | 2024-08-07T07:36:57.390Z | Checking slab v0.4.9 |
| 1597 | 2024-08-07T07:36:57.636Z | Checking futures-io v0.3.30 |
| 1598 | 2024-08-07T07:36:57.660Z | Checking crypto-common v0.1.6 |
| 1599 | 2024-08-07T07:36:57.723Z | Checking futures-task v0.3.30 |
| 1600 | 2024-08-07T07:36:57.737Z | Checking pin-utils v0.1.0 |
| 1601 | 2024-08-07T07:36:57.742Z | Checking block-buffer v0.10.4 |
| 1602 | 2024-08-07T07:36:57.803Z | Checking percent-encoding v2.3.1 |
| 1603 | 2024-08-07T07:36:57.818Z | Checking hashbrown v0.14.5 |
| 1604 | 2024-08-07T07:36:57.818Z | Checking ppv-lite86 v0.2.17 |
| 1605 | 2024-08-07T07:36:57.841Z | Checking tracing-core v0.1.32 |
| 1606 | 2024-08-07T07:36:57.935Z | Checking futures-util v0.3.30 |
| 1607 | 2024-08-07T07:36:57.956Z | Checking digest v0.10.7 |
| 1608 | 2024-08-07T07:36:58.000Z | Checking fnv v1.0.7 |
| 1609 | 2024-08-07T07:36:58.120Z | Checking untrusted v0.9.0 |
| 1610 | 2024-08-07T07:36:58.278Z | Checking ring v0.17.8 |
| 1611 | 2024-08-07T07:36:58.340Z | Checking thiserror v1.0.63 |
| 1612 | 2024-08-07T07:36:58.461Z | Checking foreign-types-shared v0.1.1 |
| 1613 | 2024-08-07T07:36:58.489Z | Checking tracing v0.1.40 |
| 1614 | 2024-08-07T07:36:58.565Z | Checking powerfmt v0.2.0 |
| 1615 | 2024-08-07T07:36:58.794Z | Checking iana-time-zone v0.1.60 |
| 1616 | 2024-08-07T07:36:58.806Z | Checking base64ct v1.6.0 |
| 1617 | 2024-08-07T07:36:58.825Z | Checking deranged v0.3.11 |
| 1618 | 2024-08-07T07:36:58.920Z | Checking foreign-types v0.3.2 |
| 1619 | 2024-08-07T07:36:58.975Z | Checking rand_chacha v0.3.1 |
| 1620 | 2024-08-07T07:36:58.989Z | Checking hmac v0.12.1 |
| 1621 | 2024-08-07T07:36:59.002Z | Checking form_urlencoded v1.2.1 |
| 1622 | 2024-08-07T07:36:59.182Z | Checking openssl-sys v0.9.103 |
| 1623 | 2024-08-07T07:36:59.196Z | Checking time-core v0.1.2 |
| 1624 | 2024-08-07T07:36:59.215Z | Checking pem-rfc7468 v0.7.0 |
| 1625 | 2024-08-07T07:36:59.334Z | Checking flagset v0.4.5 |
| 1626 | 2024-08-07T07:36:59.350Z | Checking rand v0.8.5 |
| 1627 | 2024-08-07T07:36:59.467Z | Checking try-lock v0.2.5 |
| 1628 | 2024-08-07T07:36:59.532Z | Checking num-conv v0.1.0 |
| 1629 | 2024-08-07T07:36:59.588Z | Checking siphasher v0.3.11 |
| 1630 | 2024-08-07T07:36:59.773Z | Checking num_threads v0.1.7 |
| 1631 | 2024-08-07T07:36:59.836Z | Checking bytes v1.7.1 |
| 1632 | 2024-08-07T07:36:59.876Z | Checking bitflags v2.6.0 |
| 1633 | 2024-08-07T07:36:59.879Z | Checking serde_json v1.0.122 |
| 1634 | 2024-08-07T07:37:00.061Z | Checking indexmap v2.3.0 |
| 1635 | 2024-08-07T07:37:00.187Z | Checking uuid v1.10.0 |
| 1636 | 2024-08-07T07:37:00.414Z | Checking chrono v0.4.38 |
| 1637 | 2024-08-07T07:37:00.576Z | Checking unicode-ident v1.0.12 |
| 1638 | 2024-08-07T07:37:00.590Z | Checking time v0.3.36 |
| 1639 | 2024-08-07T07:37:00.646Z | Checking tokio v1.38.1 |
| 1640 | 2024-08-07T07:37:00.734Z | Checking http v0.2.12 |
| 1641 | 2024-08-07T07:37:00.808Z | Checking proc-macro2 v1.0.86 |
| 1642 | 2024-08-07T07:37:01.326Z | Checking openssl v0.10.66 |
| 1643 | 2024-08-07T07:37:01.460Z | Checking sct v0.7.1 |
| 1644 | 2024-08-07T07:37:01.524Z | Checking rustls-webpki v0.101.7 |
| 1645 | 2024-08-07T07:37:01.652Z | Checking want v0.3.1 |
| 1646 | 2024-08-07T07:37:01.818Z | Checking der v0.7.9 |
| 1647 | 2024-08-07T07:37:02.049Z | Checking http-body v0.4.6 |
| 1648 | 2024-08-07T07:37:02.252Z | Checking idna v0.5.0 |
| 1649 | 2024-08-07T07:37:02.428Z | Checking errno v0.3.9 |
| 1650 | 2024-08-07T07:37:02.473Z | Checking httparse v1.8.0 |
| 1651 | 2024-08-07T07:37:02.589Z | Checking lazy_static v1.5.0 |
| 1652 | 2024-08-07T07:37:02.707Z | Checking aho-corasick v1.1.3 |
| 1653 | 2024-08-07T07:37:02.886Z | Checking scroll v0.12.0 |
| 1654 | 2024-08-07T07:37:03.022Z | Checking plain v0.2.3 |
| 1655 | 2024-08-07T07:37:03.055Z | Checking httpdate v1.0.3 |
| 1656 | 2024-08-07T07:37:03.091Z | Checking regex-syntax v0.8.3 |
| 1657 | 2024-08-07T07:37:03.164Z | Checking cpufeatures v0.2.12 |
| 1658 | 2024-08-07T07:37:03.255Z | Checking utf8parse v0.2.1 |
| 1659 | 2024-08-07T07:37:03.279Z | Checking finl_unicode v1.2.0 |
| 1660 | 2024-08-07T07:37:03.344Z | Checking openssl-probe v0.1.5 |
| 1661 | 2024-08-07T07:37:03.386Z | Checking anstyle v1.0.8 |
| 1662 | 2024-08-07T07:37:03.496Z | Checking ucd-trie v0.1.6 |
| 1663 | 2024-08-07T07:37:03.613Z | Checking tower-service v0.3.2 |
| 1664 | 2024-08-07T07:37:03.696Z | Checking adler v1.0.2 |
| 1665 | 2024-08-07T07:37:03.720Z | Checking pest v2.7.10 |
| 1666 | 2024-08-07T07:37:03.745Z | Checking spki v0.7.3 |
| 1667 | 2024-08-07T07:37:03.846Z | Checking stringprep v0.1.4 |
| 1668 | 2024-08-07T07:37:03.850Z | Checking miniz_oxide v0.7.2 |
| 1669 | 2024-08-07T07:37:04.013Z | Checking anstyle-parse v0.2.4 |
| 1670 | 2024-08-07T07:37:04.114Z | Checking goblin v0.8.2 |
| 1671 | 2024-08-07T07:37:04.286Z | Checking sha2 v0.10.8 |
| 1672 | 2024-08-07T07:37:04.375Z | Checking url v2.5.2 |
| 1673 | 2024-08-07T07:37:04.597Z | Checking rustix v0.38.34 |
| 1674 | 2024-08-07T07:37:04.821Z | Checking rustls v0.21.12 |
| 1675 | 2024-08-07T07:37:05.218Z | Checking quote v1.0.36 |
| 1676 | 2024-08-07T07:37:05.552Z | Checking toml_datetime v0.6.8 |
| 1677 | 2024-08-07T07:37:05.844Z | Checking serde_spanned v0.6.7 |
| 1678 | 2024-08-07T07:37:06.021Z | Checking num-integer v0.1.46 |
| 1679 | 2024-08-07T07:37:06.184Z | Checking md-5 v0.10.6 |
| 1680 | 2024-08-07T07:37:06.289Z | Checking regex-automata v0.4.6 |
| 1681 | 2024-08-07T07:37:06.402Z | Checking idna v0.3.0 |
| 1682 | 2024-08-07T07:37:06.500Z | Checking hash32 v0.2.1 |
| 1683 | 2024-08-07T07:37:06.598Z | Checking fallible-iterator v0.2.0 |
| 1684 | 2024-08-07T07:37:06.797Z | Checking native-tls v0.2.11 |
| 1685 | 2024-08-07T07:37:06.812Z | Checking anstyle-query v1.0.3 |
| 1686 | 2024-08-07T07:37:06.931Z | Checking dyn-clone v1.0.17 |
| 1687 | 2024-08-07T07:37:07.061Z | Checking pretty-hex v0.4.1 |
| 1688 | 2024-08-07T07:37:07.106Z | Checking base64 v0.22.1 |
| 1689 | 2024-08-07T07:37:07.211Z | Checking stable_deref_trait v1.2.0 |
| 1690 | 2024-08-07T07:37:07.229Z | Checking psl-types v2.0.11 |
| 1691 | 2024-08-07T07:37:07.232Z | Checking gimli v0.28.1 |
| 1692 | 2024-08-07T07:37:07.314Z | Checking is_terminal_polyfill v1.70.0 |
| 1693 | 2024-08-07T07:37:07.403Z | Checking colorchoice v1.0.1 |
| 1694 | 2024-08-07T07:37:07.429Z | Checking publicsuffix v2.2.3 |
| 1695 | 2024-08-07T07:37:07.522Z | Checking anstream v0.6.14 |
| 1696 | 2024-08-07T07:37:07.558Z | Checking tokio-util v0.7.11 |
| 1697 | 2024-08-07T07:37:07.572Z | Checking postgres-protocol v0.6.7 |
| 1698 | 2024-08-07T07:37:07.654Z | Checking tokio-native-tls v0.3.1 |
| 1699 | 2024-08-07T07:37:07.873Z | Checking heapless v0.7.17 |
| 1700 | 2024-08-07T07:37:07.900Z | Checking schemars v0.8.21 |
| 1701 | 2024-08-07T07:37:07.987Z | Checking tokio-rustls v0.24.1 |
| 1702 | 2024-08-07T07:37:08.246Z | Checking terminal_size v0.3.0 |
| 1703 | 2024-08-07T07:37:08.365Z | Checking dtrace-parser v0.2.0 |
| 1704 | 2024-08-07T07:37:08.421Z | Checking syn v2.0.72 |
| 1705 | 2024-08-07T07:37:08.425Z | Checking h2 v0.3.26 |
| 1706 | 2024-08-07T07:37:08.872Z | Checking pkcs8 v0.10.2 |
| 1707 | 2024-08-07T07:37:08.900Z | Checking cookie v0.17.0 |
| 1708 | 2024-08-07T07:37:09.020Z | Checking dof v0.3.0 |
| 1709 | 2024-08-07T07:37:09.114Z | Checking phf_shared v0.11.2 |
| 1710 | 2024-08-07T07:37:09.301Z | Checking signal-hook v0.3.17 |
| 1711 | 2024-08-07T07:37:09.393Z | Checking block-padding v0.3.3 |
| 1712 | 2024-08-07T07:37:09.570Z | Checking scheduled-thread-pool v0.2.7 |
| 1713 | 2024-08-07T07:37:09.584Z | Checking ff v0.13.0 |
| 1714 | 2024-08-07T07:37:09.614Z | Checking thread-id v4.2.1 |
| 1715 | 2024-08-07T07:37:09.640Z | Checking object v0.32.2 |
| 1716 | 2024-08-07T07:37:09.717Z | Checking strsim v0.11.1 |
| 1717 | 2024-08-07T07:37:09.773Z | Checking bitflags v1.3.2 |
| 1718 | 2024-08-07T07:37:09.792Z | Checking ipnet v2.9.0 |
| 1719 | 2024-08-07T07:37:09.863Z | Checking base64 v0.21.7 |
| 1720 | 2024-08-07T07:37:09.992Z | Checking clap_lex v0.7.0 |
| 1721 | 2024-08-07T07:37:10.238Z | Checking either v1.13.0 |
| 1722 | 2024-08-07T07:37:10.254Z | Checking regex-automata v0.1.10 |
| 1723 | 2024-08-07T07:37:10.306Z | Checking base16ct v0.2.0 |
| 1724 | 2024-08-07T07:37:10.493Z | Checking managed v0.8.0 |
| 1725 | 2024-08-07T07:37:10.592Z | Checking bit-vec v0.6.3 |
| 1726 | 2024-08-07T07:37:10.634Z | Checking rustc-demangle v0.1.24 |
| 1727 | 2024-08-07T07:37:10.856Z | Checking matches v0.1.10 |
| 1728 | 2024-08-07T07:37:10.876Z | Checking winnow v0.5.40 |
| 1729 | 2024-08-07T07:37:10.920Z | Checking smoltcp v0.9.1 |
| 1730 | 2024-08-07T07:37:10.935Z | Checking idna v0.2.3 |
| 1731 | 2024-08-07T07:37:11.062Z | Checking regex v1.10.6 |
| 1732 | 2024-08-07T07:37:11.117Z | Checking addr2line v0.21.0 |
| 1733 | 2024-08-07T07:37:11.624Z | Checking bstr v0.2.17 |
| 1734 | 2024-08-07T07:37:11.642Z | Checking sec1 v0.7.3 |
| 1735 | 2024-08-07T07:37:11.800Z | Checking rustls-pemfile v1.0.4 |
| 1736 | 2024-08-07T07:37:11.989Z | Checking clap_builder v4.5.13 |
| 1737 | 2024-08-07T07:37:12.003Z | Checking group v0.13.0 |
| 1738 | 2024-08-07T07:37:12.344Z | Checking r2d2 v0.8.10 |
| 1739 | 2024-08-07T07:37:12.391Z | Checking signal-hook-mio v0.2.3 |
| 1740 | 2024-08-07T07:37:12.454Z | Checking inout v0.1.3 |
| 1741 | 2024-08-07T07:37:12.527Z | Checking ipnetwork v0.20.0 |
| 1742 | 2024-08-07T07:37:12.552Z | Checking phf v0.11.2 |
| 1743 | 2024-08-07T07:37:12.682Z | Checking cookie_store v0.20.0 |
| 1744 | 2024-08-07T07:37:12.816Z | Checking postgres-types v0.2.7 |
| 1745 | 2024-08-07T07:37:12.886Z | Checking num-bigint v0.4.5 |
| 1746 | 2024-08-07T07:37:13.343Z | Checking futures-executor v0.3.30 |
| 1747 | 2024-08-07T07:37:13.558Z | Checking phf_shared v0.10.0 |
| 1748 | 2024-08-07T07:37:13.561Z | Checking hubpack v0.1.2 |
| 1749 | 2024-08-07T07:37:13.829Z | Checking serde_urlencoded v0.7.1 |
| 1750 | 2024-08-07T07:37:13.888Z | Checking hkdf v0.12.4 |
| 1751 | 2024-08-07T07:37:13.904Z | Checking toml_edit v0.19.15 |
| 1752 | 2024-08-07T07:37:14.090Z | Checking float-cmp v0.9.0 |
| 1753 | 2024-08-07T07:37:14.250Z | Checking zerocopy v0.6.6 |
| 1754 | 2024-08-07T07:37:14.264Z | Checking crc32fast v1.4.0 |
| 1755 | 2024-08-07T07:37:14.465Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1756 | 2024-08-07T07:37:14.563Z | Checking hyper v0.14.30 |
| 1757 | 2024-08-07T07:37:14.704Z | Checking crossbeam-utils v0.8.19 |
| 1758 | 2024-08-07T07:37:14.772Z | Checking usdt-impl v0.5.0 |
| 1759 | 2024-08-07T07:37:14.979Z | Checking crypto-bigint v0.5.5 |
| 1760 | 2024-08-07T07:37:14.982Z | Checking memmap v0.7.0 |
| 1761 | 2024-08-07T07:37:15.195Z | Checking encoding_rs v0.8.34 |
| 1762 | 2024-08-07T07:37:15.304Z | Checking sync_wrapper v0.1.2 |
| 1763 | 2024-08-07T07:37:15.380Z | Checking normalize-line-endings v0.3.0 |
| 1764 | 2024-08-07T07:37:15.412Z | Checking static_assertions v1.1.0 |
| 1765 | 2024-08-07T07:37:15.434Z | Checking fixedbitset v0.4.2 |
| 1766 | 2024-08-07T07:37:15.489Z | Checking unicode-width v0.1.13 |
| 1767 | 2024-08-07T07:37:15.502Z | Checking difflib v0.4.0 |
| 1768 | 2024-08-07T07:37:15.666Z | Checking data-encoding v2.6.0 |
| 1769 | 2024-08-07T07:37:15.682Z | Checking unicode-segmentation v1.11.0 |
| 1770 | 2024-08-07T07:37:15.697Z | Checking backtrace v0.3.71 |
| 1771 | 2024-08-07T07:37:15.805Z | Checking webpki-roots v0.25.4 |
| 1772 | 2024-08-07T07:37:15.965Z | Checking new_debug_unreachable v1.0.6 |
| 1773 | 2024-08-07T07:37:16.055Z | Checking predicates-core v1.0.6 |
| 1774 | 2024-08-07T07:37:16.228Z | Checking whoami v1.5.1 |
| 1775 | 2024-08-07T07:37:16.243Z | Checking precomputed-hash v0.1.1 |
| 1776 | 2024-08-07T07:37:16.285Z | Checking winnow v0.6.18 |
| 1777 | 2024-08-07T07:37:16.288Z | Checking minimal-lexical v0.2.1 |
| 1778 | 2024-08-07T07:37:16.321Z | Checking mime v0.3.17 |
| 1779 | 2024-08-07T07:37:16.345Z | Checking string_cache v0.8.7 |
| 1780 | 2024-08-07T07:37:16.498Z | Checking tokio-postgres v0.7.11 |
| 1781 | 2024-08-07T07:37:16.610Z | Checking similar v2.5.0 |
| 1782 | 2024-08-07T07:37:16.644Z | Checking toml v0.7.8 |
| 1783 | 2024-08-07T07:37:16.695Z | Checking nom v7.1.3 |
| 1784 | 2024-08-07T07:37:17.420Z | Checking trust-dns-proto v0.22.0 |
| 1785 | 2024-08-07T07:37:17.454Z | Checking anyhow v1.0.86 |
| 1786 | 2024-08-07T07:37:17.520Z | Checking predicates v3.1.2 |
| 1787 | 2024-08-07T07:37:17.715Z | Checking elliptic-curve v0.13.8 |
| 1788 | 2024-08-07T07:37:17.831Z | Checking petgraph v0.6.5 |
| 1789 | 2024-08-07T07:37:18.206Z | Checking console v0.15.8 |
| 1790 | 2024-08-07T07:37:18.402Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1791 | 2024-08-07T07:37:18.782Z | Checking yasna v0.5.2 |
| 1792 | 2024-08-07T07:37:19.226Z | Checking toml_edit v0.22.20 |
| 1793 | 2024-08-07T07:37:19.482Z | Checking crossbeam-epoch v0.9.18 |
| 1794 | 2024-08-07T07:37:19.535Z | Checking usdt v0.5.0 |
| 1795 | 2024-08-07T07:37:19.648Z | Checking clap v4.5.13 |
| 1796 | 2024-08-07T07:37:19.763Z | Checking diesel v2.1.6 |
| 1797 | 2024-08-07T07:37:19.790Z | Checking flate2 v1.0.31 |
| 1798 | 2024-08-07T07:37:19.909Z | Checking futures v0.3.30 |
| 1799 | 2024-08-07T07:37:20.020Z | Checking cipher v0.4.4 |
| 1800 | 2024-08-07T07:37:20.415Z | Checking crossterm v0.27.0 |
| 1801 | 2024-08-07T07:37:20.444Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1802 | 2024-08-07T07:37:20.469Z | Checking bit-set v0.5.3 |
| 1803 | 2024-08-07T07:37:20.716Z | Checking bstr v1.9.1 |
| 1804 | 2024-08-07T07:37:20.746Z | Checking hyper-rustls v0.24.2 |
| 1805 | 2024-08-07T07:37:21.045Z | Checking hyper-tls v0.5.0 |
| 1806 | 2024-08-07T07:37:21.183Z | Checking itertools v0.12.1 |
| 1807 | 2024-08-07T07:37:21.326Z | Checking reqwest v0.11.27 |
| 1808 | 2024-08-07T07:37:21.329Z | Checking itertools v0.10.5 |
| 1809 | 2024-08-07T07:37:21.626Z | Checking tokio-stream v0.1.15 |
| 1810 | 2024-08-07T07:37:21.815Z | Checking fs-err v2.11.0 |
| 1811 | 2024-08-07T07:37:22.154Z | Checking num-iter v0.1.45 |
| 1812 | 2024-08-07T07:37:22.329Z | Checking openapiv3 v2.0.0 |
| 1813 | 2024-08-07T07:37:22.387Z | Checking slog v2.7.0 |
| 1814 | 2024-08-07T07:37:22.431Z | Checking semver v1.0.23 |
| 1815 | 2024-08-07T07:37:22.853Z | Checking hex v0.4.3 |
| 1816 | 2024-08-07T07:37:22.878Z | Checking peg-runtime v0.8.3 |
| 1817 | 2024-08-07T07:37:22.907Z | Checking lalrpop-util v0.19.12 |
| 1818 | 2024-08-07T07:37:23.101Z | Checking camino v1.1.7 |
| 1819 | 2024-08-07T07:37:23.187Z | Checking sigpipe v0.1.3 |
| 1820 | 2024-08-07T07:37:39.838Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1821 | 2024-08-07T07:37:40.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.97s |
| 1822 | 2024-08-07T07:37:40.266Z | |
| 1823 | 2024-08-07T07:37:40.266Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
| 1824 | 2024-08-07T07:37:40.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2024-08-07T07:37:40.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2024-08-07T07:37:40.925Z | Compiling regress v0.9.1 |
| 1827 | 2024-08-07T07:37:41.015Z | Checking sha1 v0.10.6 |
| 1828 | 2024-08-07T07:37:41.026Z | Checking strum v0.26.3 |
| 1829 | 2024-08-07T07:37:41.035Z | Checking heck v0.5.0 |
| 1830 | 2024-08-07T07:37:41.056Z | Compiling getopts v0.2.21 |
| 1831 | 2024-08-07T07:37:41.059Z | Checking dirs-sys-next v0.1.2 |
| 1832 | 2024-08-07T07:37:41.082Z | Compiling unsafe-libyaml v0.2.11 |
| 1833 | 2024-08-07T07:37:41.206Z | Checking http v1.1.0 |
| 1834 | 2024-08-07T07:37:41.223Z | Checking dirs-next v2.0.0 |
| 1835 | 2024-08-07T07:37:41.252Z | Checking thread_local v1.1.8 |
| 1836 | 2024-08-07T07:37:41.344Z | Compiling ident_case v1.0.1 |
| 1837 | 2024-08-07T07:37:41.449Z | Checking rustls-pki-types v1.7.0 |
| 1838 | 2024-08-07T07:37:41.501Z | Compiling darling_core v0.20.9 |
| 1839 | 2024-08-07T07:37:41.507Z | Checking term v0.7.0 |
| 1840 | 2024-08-07T07:37:41.896Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1841 | 2024-08-07T07:37:41.962Z | Checking crossbeam-channel v0.5.12 |
| 1842 | 2024-08-07T07:37:41.965Z | Checking atty v0.2.14 |
| 1843 | 2024-08-07T07:37:42.084Z | Checking is-terminal v0.4.12 |
| 1844 | 2024-08-07T07:37:42.200Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1845 | 2024-08-07T07:37:42.215Z | Checking termcolor v1.4.1 |
| 1846 | 2024-08-07T07:37:42.544Z | Compiling serde_yaml v0.9.34+deprecated |
| 1847 | 2024-08-07T07:37:42.547Z | Checking take_mut v0.2.2 |
| 1848 | 2024-08-07T07:37:42.608Z | Compiling paste v1.0.15 |
| 1849 | 2024-08-07T07:37:42.683Z | Checking humantime v2.1.0 |
| 1850 | 2024-08-07T07:37:42.697Z | Checking utf-8 v0.7.6 |
| 1851 | 2024-08-07T07:37:42.895Z | Compiling rustls v0.22.4 |
| 1852 | 2024-08-07T07:37:42.961Z | Checking env_logger v0.9.3 |
| 1853 | 2024-08-07T07:37:42.994Z | Checking slog-async v2.8.0 |
| 1854 | 2024-08-07T07:37:43.219Z | Checking slog-term v2.9.1 |
| 1855 | 2024-08-07T07:37:43.238Z | Checking rustls-webpki v0.102.4 |
| 1856 | 2024-08-07T07:37:43.272Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1857 | 2024-08-07T07:37:43.416Z | Compiling proc-macro-crate v1.3.1 |
| 1858 | 2024-08-07T07:37:43.617Z | Compiling bitstruct_derive v0.1.0 |
| 1859 | 2024-08-07T07:37:43.702Z | Compiling structmeta-derive v0.3.0 |
| 1860 | 2024-08-07T07:37:44.027Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1861 | 2024-08-07T07:37:44.153Z | Compiling multer v3.1.0 |
| 1862 | 2024-08-07T07:37:44.447Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1863 | 2024-08-07T07:37:44.463Z | Checking ascii v1.1.0 |
| 1864 | 2024-08-07T07:37:44.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1865 | 2024-08-07T07:37:44.856Z | Checking match_cfg v0.1.0 |
| 1866 | 2024-08-07T07:37:44.944Z | Checking hostname v0.3.1 |
| 1867 | 2024-08-07T07:37:44.986Z | Checking bitstruct v0.1.1 |
| 1868 | 2024-08-07T07:37:45.076Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1869 | 2024-08-07T07:37:45.118Z | Compiling num_enum_derive v0.5.11 |
| 1870 | 2024-08-07T07:37:46.068Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1871 | 2024-08-07T07:37:46.225Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1872 | 2024-08-07T07:37:46.634Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1873 | 2024-08-07T07:37:46.657Z | Compiling structmeta v0.3.0 |
| 1874 | 2024-08-07T07:37:46.864Z | Checking slog-json v2.6.1 |
| 1875 | 2024-08-07T07:37:46.920Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1876 | 2024-08-07T07:37:47.094Z | Checking erased-serde v0.3.31 |
| 1877 | 2024-08-07T07:37:47.114Z | Checking serde_arrays v0.1.0 |
| 1878 | 2024-08-07T07:37:47.177Z | Compiling async-stream-impl v0.3.5 |
| 1879 | 2024-08-07T07:37:47.260Z | Compiling foreign-types-macros v0.2.3 |
| 1880 | 2024-08-07T07:37:47.665Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1881 | 2024-08-07T07:37:47.735Z | Checking foreign-types-shared v0.3.1 |
| 1882 | 2024-08-07T07:37:47.843Z | Checking arc-swap v1.7.1 |
| 1883 | 2024-08-07T07:37:47.985Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1884 | 2024-08-07T07:37:48.196Z | Checking atomic-waker v1.1.2 |
| 1885 | 2024-08-07T07:37:48.329Z | Checking slog-scope v4.4.0 |
| 1886 | 2024-08-07T07:37:48.344Z | Checking waitgroup v0.1.2 |
| 1887 | 2024-08-07T07:37:48.355Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1888 | 2024-08-07T07:37:48.494Z | Compiling darling_macro v0.20.9 |
| 1889 | 2024-08-07T07:37:48.528Z | Checking num_enum v0.5.11 |
| 1890 | 2024-08-07T07:37:48.543Z | Checking slog-bunyan v2.5.0 |
| 1891 | 2024-08-07T07:37:48.596Z | Checking foreign-types v0.5.0 |
| 1892 | 2024-08-07T07:37:48.635Z | Checking async-stream v0.3.5 |
| 1893 | 2024-08-07T07:37:48.669Z | Compiling parse-display-derive v0.9.1 |
| 1894 | 2024-08-07T07:37:48.685Z | Compiling proc-macro-error v1.0.4 |
| 1895 | 2024-08-07T07:37:48.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1896 | 2024-08-07T07:37:49.090Z | Checking toml v0.8.19 |
| 1897 | 2024-08-07T07:37:49.230Z | Checking tungstenite v0.20.1 |
| 1898 | 2024-08-07T07:37:49.345Z | Checking rustls-pemfile v2.1.3 |
| 1899 | 2024-08-07T07:37:49.441Z | Compiling darling v0.20.9 |
| 1900 | 2024-08-07T07:37:49.560Z | Compiling serde_with_macros v3.8.3 |
| 1901 | 2024-08-07T07:37:49.576Z | Compiling heck v0.3.3 |
| 1902 | 2024-08-07T07:37:49.732Z | Checking tokio-rustls v0.25.0 |
| 1903 | 2024-08-07T07:37:49.799Z | Checking newtype-uuid v1.1.0 |
| 1904 | 2024-08-07T07:37:49.997Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 1905 | 2024-08-07T07:37:50.044Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1906 | 2024-08-07T07:37:50.103Z | Checking serde_path_to_error v0.1.16 |
| 1907 | 2024-08-07T07:37:50.145Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1908 | 2024-08-07T07:37:50.744Z | Checking hostname v0.4.0 |
| 1909 | 2024-08-07T07:37:50.854Z | Checking cstr-argument v0.1.2 |
| 1910 | 2024-08-07T07:37:50.887Z | Checking instant v0.1.12 |
| 1911 | 2024-08-07T07:37:50.890Z | Checking debug-ignore v1.0.5 |
| 1912 | 2024-08-07T07:37:51.010Z | Checking fastrand v2.1.0 |
| 1913 | 2024-08-07T07:37:51.026Z | Checking pretty-hex v0.2.1 |
| 1914 | 2024-08-07T07:37:51.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1915 | 2024-08-07T07:37:51.185Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1916 | 2024-08-07T07:37:51.321Z | Checking tempfile v3.10.1 |
| 1917 | 2024-08-07T07:37:51.359Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1918 | 2024-08-07T07:37:51.452Z | Checking backoff v0.4.0 |
| 1919 | 2024-08-07T07:37:51.661Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1920 | 2024-08-07T07:37:51.738Z | Checking tokio-tungstenite v0.20.1 |
| 1921 | 2024-08-07T07:37:51.806Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1922 | 2024-08-07T07:37:51.823Z | Compiling zone_cfg_derive v0.1.2 |
| 1923 | 2024-08-07T07:37:52.031Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1924 | 2024-08-07T07:37:52.217Z | Checking slog-stdlog v4.1.1 |
| 1925 | 2024-08-07T07:37:52.387Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1926 | 2024-08-07T07:37:52.452Z | Checking serde_with v3.8.3 |
| 1927 | 2024-08-07T07:37:52.530Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1928 | 2024-08-07T07:37:52.788Z | Checking tungstenite v0.21.0 |
| 1929 | 2024-08-07T07:37:52.849Z | Checking colored v2.1.0 |
| 1930 | 2024-08-07T07:37:53.164Z | Checking macaddr v1.0.1 |
| 1931 | 2024-08-07T07:37:53.363Z | Checking socket2 v0.4.10 |
| 1932 | 2024-08-07T07:37:53.407Z | Checking parse-display v0.9.1 |
| 1933 | 2024-08-07T07:37:53.489Z | Checking base64 v0.13.1 |
| 1934 | 2024-08-07T07:37:53.646Z | Checking zone v0.1.8 |
| 1935 | 2024-08-07T07:37:53.754Z | Checking tokio-tungstenite v0.21.0 |
| 1936 | 2024-08-07T07:37:53.907Z | Checking ron v0.7.1 |
| 1937 | 2024-08-07T07:37:54.228Z | Checking slog-envlogger v2.2.0 |
| 1938 | 2024-08-07T07:37:54.298Z | Checking pem v3.0.4 |
| 1939 | 2024-08-07T07:37:54.437Z | Checking tabwriter v1.4.0 |
| 1940 | 2024-08-07T07:37:54.554Z | Checking xattr v1.3.1 |
| 1941 | 2024-08-07T07:37:54.659Z | Checking portpicker v0.1.1 |
| 1942 | 2024-08-07T07:37:54.745Z | Checking headers-core v0.2.0 |
| 1943 | 2024-08-07T07:37:54.800Z | Checking smf v0.2.3 |
| 1944 | 2024-08-07T07:37:54.884Z | Checking filetime v0.2.23 |
| 1945 | 2024-08-07T07:37:55.060Z | Checking same-file v1.0.6 |
| 1946 | 2024-08-07T07:37:55.087Z | Checking tar v0.4.41 |
| 1947 | 2024-08-07T07:37:55.231Z | Checking walkdir v2.5.0 |
| 1948 | 2024-08-07T07:37:55.251Z | Checking headers v0.3.9 |
| 1949 | 2024-08-07T07:37:55.486Z | Checking rcgen v0.12.1 |
| 1950 | 2024-08-07T07:37:55.500Z | Checking camino-tempfile v1.1.1 |
| 1951 | 2024-08-07T07:37:55.766Z | Checking atomicwrites v0.4.3 |
| 1952 | 2024-08-07T07:37:55.779Z | Checking subprocess v0.2.9 |
| 1953 | 2024-08-07T07:37:57.163Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1954 | 2024-08-07T07:37:57.357Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1955 | 2024-08-07T07:37:59.100Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1956 | 2024-08-07T07:38:00.974Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1957 | 2024-08-07T07:38:01.042Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1958 | 2024-08-07T07:38:04.161Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1959 | 2024-08-07T07:38:09.925Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1960 | 2024-08-07T07:38:10.052Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 1961 | 2024-08-07T07:38:10.052Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1962 | 2024-08-07T07:38:12.509Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1963 | 2024-08-07T07:38:12.909Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1964 | 2024-08-07T07:38:18.467Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1965 | 2024-08-07T07:38:19.832Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1966 | 2024-08-07T07:38:20.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s |
| 1967 | 2024-08-07T07:38:21.067Z | |
| 1968 | 2024-08-07T07:38:21.067Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
| 1969 | 2024-08-07T07:38:21.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2024-08-07T07:38:21.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2024-08-07T07:38:21.727Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1972 | 2024-08-07T07:38:22.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 1973 | 2024-08-07T07:38:23.118Z | |
| 1974 | 2024-08-07T07:38:23.118Z | info: running `cargo check --bins` on nexus-config (31/147) |
| 1975 | 2024-08-07T07:38:23.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2024-08-07T07:38:23.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2024-08-07T07:38:23.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2024-08-07T07:38:23.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1979 | 2024-08-07T07:38:23.731Z | |
| 1980 | 2024-08-07T07:38:23.731Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
| 1981 | 2024-08-07T07:38:24.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2024-08-07T07:38:24.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2024-08-07T07:38:24.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2024-08-07T07:38:24.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1985 | 2024-08-07T07:38:24.322Z | |
| 1986 | 2024-08-07T07:38:24.322Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
| 1987 | 2024-08-07T07:38:24.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2024-08-07T07:38:24.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2024-08-07T07:38:24.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2024-08-07T07:38:24.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1991 | 2024-08-07T07:38:24.941Z | |
| 1992 | 2024-08-07T07:38:24.941Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
| 1993 | 2024-08-07T07:38:25.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2024-08-07T07:38:25.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2024-08-07T07:38:25.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2024-08-07T07:38:25.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1997 | 2024-08-07T07:38:25.562Z | |
| 1998 | 2024-08-07T07:38:25.562Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
| 1999 | 2024-08-07T07:38:26.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2024-08-07T07:38:26.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2024-08-07T07:38:26.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2024-08-07T07:38:26.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2003 | 2024-08-07T07:38:26.157Z | |
| 2004 | 2024-08-07T07:38:26.157Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
| 2005 | 2024-08-07T07:38:26.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2024-08-07T07:38:26.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2024-08-07T07:38:26.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2024-08-07T07:38:26.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2009 | 2024-08-07T07:38:26.797Z | |
| 2010 | 2024-08-07T07:38:26.797Z | info: running `cargo check --bins` on dns-service-client (37/147) |
| 2011 | 2024-08-07T07:38:27.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2024-08-07T07:38:27.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2024-08-07T07:38:27.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2024-08-07T07:38:27.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2015 | 2024-08-07T07:38:27.392Z | |
| 2016 | 2024-08-07T07:38:27.392Z | info: running `cargo check --bins` on dpd-client (38/147) |
| 2017 | 2024-08-07T07:38:27.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2024-08-07T07:38:27.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2024-08-07T07:38:27.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2024-08-07T07:38:27.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2021 | 2024-08-07T07:38:27.996Z | |
| 2022 | 2024-08-07T07:38:27.996Z | info: running `cargo check --bins` on gateway-client (39/147) |
| 2023 | 2024-08-07T07:38:28.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2024-08-07T07:38:28.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2024-08-07T07:38:28.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2024-08-07T07:38:28.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2027 | 2024-08-07T07:38:28.583Z | |
| 2028 | 2024-08-07T07:38:28.583Z | info: running `cargo check --bins` on installinator-client (40/147) |
| 2029 | 2024-08-07T07:38:29.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2024-08-07T07:38:29.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2024-08-07T07:38:29.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2024-08-07T07:38:29.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2033 | 2024-08-07T07:38:29.227Z | |
| 2034 | 2024-08-07T07:38:29.227Z | info: running `cargo check --bins` on installinator-common (41/147) |
| 2035 | 2024-08-07T07:38:29.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2024-08-07T07:38:29.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2024-08-07T07:38:29.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2024-08-07T07:38:29.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2039 | 2024-08-07T07:38:29.864Z | |
| 2040 | 2024-08-07T07:38:29.864Z | info: running `cargo check --bins` on update-engine (42/147) |
| 2041 | 2024-08-07T07:38:30.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2024-08-07T07:38:30.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2024-08-07T07:38:30.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2024-08-07T07:38:30.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2045 | 2024-08-07T07:38:30.473Z | |
| 2046 | 2024-08-07T07:38:30.473Z | info: running `cargo check --bins` on nexus-client (43/147) |
| 2047 | 2024-08-07T07:38:31.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2024-08-07T07:38:31.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2024-08-07T07:38:31.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2024-08-07T07:38:31.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2051 | 2024-08-07T07:38:31.109Z | |
| 2052 | 2024-08-07T07:38:31.109Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
| 2053 | 2024-08-07T07:38:31.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2024-08-07T07:38:31.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2024-08-07T07:38:31.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2024-08-07T07:38:31.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2057 | 2024-08-07T07:38:31.740Z | |
| 2058 | 2024-08-07T07:38:31.740Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
| 2059 | 2024-08-07T07:38:32.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2024-08-07T07:38:32.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2024-08-07T07:38:32.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2024-08-07T07:38:32.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2063 | 2024-08-07T07:38:32.342Z | |
| 2064 | 2024-08-07T07:38:32.342Z | info: running `cargo check --bins` on nexus-types (46/147) |
| 2065 | 2024-08-07T07:38:32.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2024-08-07T07:38:32.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2024-08-07T07:38:32.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2024-08-07T07:38:32.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2069 | 2024-08-07T07:38:32.977Z | |
| 2070 | 2024-08-07T07:38:32.977Z | info: running `cargo check --bins` on oxide-client (47/147) |
| 2071 | 2024-08-07T07:38:33.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2024-08-07T07:38:33.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2024-08-07T07:38:33.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2024-08-07T07:38:33.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2075 | 2024-08-07T07:38:33.572Z | |
| 2076 | 2024-08-07T07:38:33.572Z | info: running `cargo check --bins` on oximeter-client (48/147) |
| 2077 | 2024-08-07T07:38:34.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2024-08-07T07:38:34.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2024-08-07T07:38:34.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2024-08-07T07:38:34.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2081 | 2024-08-07T07:38:34.189Z | |
| 2082 | 2024-08-07T07:38:34.189Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
| 2083 | 2024-08-07T07:38:34.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2024-08-07T07:38:34.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2024-08-07T07:38:34.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2024-08-07T07:38:34.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2087 | 2024-08-07T07:38:34.815Z | |
| 2088 | 2024-08-07T07:38:34.815Z | info: running `cargo check --bins` on wicketd-client (50/147) |
| 2089 | 2024-08-07T07:38:35.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2024-08-07T07:38:35.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2024-08-07T07:38:35.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2024-08-07T07:38:35.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2093 | 2024-08-07T07:38:35.450Z | |
| 2094 | 2024-08-07T07:38:35.450Z | info: running `cargo check --bins` on wicket-common (51/147) |
| 2095 | 2024-08-07T07:38:36.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2024-08-07T07:38:36.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2024-08-07T07:38:36.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2024-08-07T07:38:36.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2099 | 2024-08-07T07:38:36.083Z | |
| 2100 | 2024-08-07T07:38:36.083Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
| 2101 | 2024-08-07T07:38:36.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2024-08-07T07:38:36.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2024-08-07T07:38:36.719Z | Compiling heapless v0.8.0 |
| 2104 | 2024-08-07T07:38:36.806Z | Checking hash32 v0.3.1 |
| 2105 | 2024-08-07T07:38:36.808Z | Compiling smoltcp v0.11.0 |
| 2106 | 2024-08-07T07:38:36.826Z | Checking cobs v0.2.3 |
| 2107 | 2024-08-07T07:38:36.829Z | Checking embedded-io v0.4.0 |
| 2108 | 2024-08-07T07:38:36.847Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2109 | 2024-08-07T07:38:36.850Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2110 | 2024-08-07T07:38:36.871Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2111 | 2024-08-07T07:38:36.954Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2112 | 2024-08-07T07:38:36.985Z | Compiling crucible-workspace-hack v0.1.0 |
| 2113 | 2024-08-07T07:38:36.989Z | Checking csv-core v0.1.11 |
| 2114 | 2024-08-07T07:38:37.012Z | Checking postcard v1.0.8 |
| 2115 | 2024-08-07T07:38:37.195Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2116 | 2024-08-07T07:38:37.314Z | Checking csv v1.3.0 |
| 2117 | 2024-08-07T07:38:37.393Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2118 | 2024-08-07T07:38:37.407Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2119 | 2024-08-07T07:38:37.539Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2120 | 2024-08-07T07:38:37.678Z | Compiling num-derive v0.4.2 |
| 2121 | 2024-08-07T07:38:37.752Z | Compiling slog-dtrace v0.3.0 |
| 2122 | 2024-08-07T07:38:37.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2123 | 2024-08-07T07:38:37.828Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2124 | 2024-08-07T07:38:38.102Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2125 | 2024-08-07T07:38:38.140Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2126 | 2024-08-07T07:38:38.627Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2127 | 2024-08-07T07:38:38.757Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2128 | 2024-08-07T07:38:39.344Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2129 | 2024-08-07T07:38:40.424Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2130 | 2024-08-07T07:38:41.271Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2131 | 2024-08-07T07:38:42.328Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2132 | 2024-08-07T07:38:45.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
| 2133 | 2024-08-07T07:38:45.157Z | |
| 2134 | 2024-08-07T07:38:45.157Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
| 2135 | 2024-08-07T07:38:45.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2024-08-07T07:38:45.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2024-08-07T07:38:45.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2024-08-07T07:38:45.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2139 | 2024-08-07T07:38:45.772Z | |
| 2140 | 2024-08-07T07:38:45.772Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
| 2141 | 2024-08-07T07:38:46.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2024-08-07T07:38:46.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2024-08-07T07:38:46.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2024-08-07T07:38:46.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2145 | 2024-08-07T07:38:46.387Z | |
| 2146 | 2024-08-07T07:38:46.387Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
| 2147 | 2024-08-07T07:38:47.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2024-08-07T07:38:47.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2024-08-07T07:38:47.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2024-08-07T07:38:47.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2151 | 2024-08-07T07:38:47.112Z | |
| 2152 | 2024-08-07T07:38:47.112Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
| 2153 | 2024-08-07T07:38:47.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2024-08-07T07:38:47.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2024-08-07T07:38:47.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2024-08-07T07:38:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2157 | 2024-08-07T07:38:47.835Z | |
| 2158 | 2024-08-07T07:38:47.835Z | info: running `cargo check --bins` on dns-server (57/147) |
| 2159 | 2024-08-07T07:38:48.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2024-08-07T07:38:48.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2024-08-07T07:38:48.454Z | Compiling parking_lot_core v0.8.6 |
| 2162 | 2024-08-07T07:38:48.456Z | Checking nibble_vec v0.1.0 |
| 2163 | 2024-08-07T07:38:48.544Z | Checking endian-type v0.1.2 |
| 2164 | 2024-08-07T07:38:48.550Z | Checking newline-converter v0.3.0 |
| 2165 | 2024-08-07T07:38:48.553Z | Checking linked-hash-map v0.5.6 |
| 2166 | 2024-08-07T07:38:48.553Z | Checking quick-error v1.2.3 |
| 2167 | 2024-08-07T07:38:48.553Z | Checking fxhash v0.2.1 |
| 2168 | 2024-08-07T07:38:48.553Z | Checking toml v0.5.11 |
| 2169 | 2024-08-07T07:38:48.668Z | Checking resolv-conf v0.7.0 |
| 2170 | 2024-08-07T07:38:48.682Z | Checking expectorate v1.1.0 |
| 2171 | 2024-08-07T07:38:48.697Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2172 | 2024-08-07T07:38:48.715Z | Checking radix_trie v0.2.1 |
| 2173 | 2024-08-07T07:38:48.826Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2174 | 2024-08-07T07:38:48.850Z | Checking lru-cache v0.1.2 |
| 2175 | 2024-08-07T07:38:49.000Z | Checking trust-dns-resolver v0.22.0 |
| 2176 | 2024-08-07T07:38:49.097Z | Checking trust-dns-client v0.22.0 |
| 2177 | 2024-08-07T07:38:49.247Z | Checking parking_lot v0.11.2 |
| 2178 | 2024-08-07T07:38:49.577Z | Checking sled v0.34.7 |
| 2179 | 2024-08-07T07:38:49.928Z | Checking trust-dns-server v0.22.1 |
| 2180 | 2024-08-07T07:38:51.466Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2181 | 2024-08-07T07:38:52.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
| 2182 | 2024-08-07T07:38:52.663Z | |
| 2183 | 2024-08-07T07:38:52.663Z | info: running `cargo check --bins` on dns-server-api (58/147) |
| 2184 | 2024-08-07T07:38:53.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2024-08-07T07:38:53.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2024-08-07T07:38:53.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2024-08-07T07:38:53.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2188 | 2024-08-07T07:38:53.287Z | |
| 2189 | 2024-08-07T07:38:53.287Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
| 2190 | 2024-08-07T07:38:53.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2024-08-07T07:38:53.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2024-08-07T07:38:53.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2024-08-07T07:38:53.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2194 | 2024-08-07T07:38:53.951Z | |
| 2195 | 2024-08-07T07:38:53.951Z | info: running `cargo check --bins` on gateway-types (60/147) |
| 2196 | 2024-08-07T07:38:54.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2024-08-07T07:38:54.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2024-08-07T07:38:54.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2024-08-07T07:38:54.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2200 | 2024-08-07T07:38:54.584Z | |
| 2201 | 2024-08-07T07:38:54.584Z | info: running `cargo check --bins` on ipcc (61/147) |
| 2202 | 2024-08-07T07:38:55.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2024-08-07T07:38:55.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2024-08-07T07:38:55.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2024-08-07T07:38:55.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2206 | 2024-08-07T07:38:55.200Z | |
| 2207 | 2024-08-07T07:38:55.200Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
| 2208 | 2024-08-07T07:38:55.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2024-08-07T07:38:55.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2024-08-07T07:38:55.871Z | Compiling radium v0.7.0 |
| 2211 | 2024-08-07T07:38:55.960Z | Compiling maybe-uninit v2.0.0 |
| 2212 | 2024-08-07T07:38:55.960Z | Checking tap v1.0.1 |
| 2213 | 2024-08-07T07:38:55.975Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2214 | 2024-08-07T07:38:55.978Z | Checking crc-catalog v2.4.0 |
| 2215 | 2024-08-07T07:38:55.978Z | Checking funty v2.0.0 |
| 2216 | 2024-08-07T07:38:55.985Z | Compiling num-bigint-dig v0.8.4 |
| 2217 | 2024-08-07T07:38:55.988Z | Compiling packed_struct v0.10.1 |
| 2218 | 2024-08-07T07:38:56.120Z | Checking crc v3.2.1 |
| 2219 | 2024-08-07T07:38:56.328Z | Compiling packed_struct_codegen v0.10.1 |
| 2220 | 2024-08-07T07:38:56.417Z | Checking wyz v0.5.1 |
| 2221 | 2024-08-07T07:38:56.485Z | Checking half v2.4.1 |
| 2222 | 2024-08-07T07:38:56.538Z | Compiling indexmap v1.9.3 |
| 2223 | 2024-08-07T07:38:56.583Z | Checking ciborium-io v0.2.2 |
| 2224 | 2024-08-07T07:38:56.699Z | Checking nodrop v0.1.14 |
| 2225 | 2024-08-07T07:38:56.735Z | Checking smallvec v0.6.14 |
| 2226 | 2024-08-07T07:38:56.811Z | Checking array-init v0.0.4 |
| 2227 | 2024-08-07T07:38:56.871Z | Checking pkcs1 v0.7.5 |
| 2228 | 2024-08-07T07:38:56.903Z | Checking bitvec v1.0.1 |
| 2229 | 2024-08-07T07:38:56.927Z | Checking ciborium-ll v0.2.2 |
| 2230 | 2024-08-07T07:38:57.144Z | Checking signature v2.2.0 |
| 2231 | 2024-08-07T07:38:57.213Z | Compiling memoffset v0.9.1 |
| 2232 | 2024-08-07T07:38:57.240Z | Checking bitfield v0.14.0 |
| 2233 | 2024-08-07T07:38:57.254Z | Checking hashbrown v0.12.3 |
| 2234 | 2024-08-07T07:38:57.326Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2235 | 2024-08-07T07:38:57.510Z | Checking env_logger v0.10.2 |
| 2236 | 2024-08-07T07:38:57.649Z | Checking bzip2 v0.4.4 |
| 2237 | 2024-08-07T07:38:57.662Z | Checking ciborium v0.2.2 |
| 2238 | 2024-08-07T07:38:57.809Z | Checking serde-hex v0.1.0 |
| 2239 | 2024-08-07T07:38:57.916Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2240 | 2024-08-07T07:38:57.945Z | Checking ron v0.8.1 |
| 2241 | 2024-08-07T07:38:58.178Z | Checking x509-cert v0.2.5 |
| 2242 | 2024-08-07T07:38:58.627Z | Checking hashbrown v0.13.2 |
| 2243 | 2024-08-07T07:38:58.881Z | Checking rsa v0.9.6 |
| 2244 | 2024-08-07T07:38:58.950Z | Checking crc-any v2.5.0 |
| 2245 | 2024-08-07T07:38:59.278Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2246 | 2024-08-07T07:38:59.324Z | Checking zip v0.6.6 |
| 2247 | 2024-08-07T07:38:59.633Z | Checking object v0.30.4 |
| 2248 | 2024-08-07T07:38:59.646Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2249 | 2024-08-07T07:38:59.687Z | Checking path-slash v0.1.5 |
| 2250 | 2024-08-07T07:38:59.722Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2251 | 2024-08-07T07:38:59.818Z | Checking nix v0.27.1 |
| 2252 | 2024-08-07T07:38:59.896Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2253 | 2024-08-07T07:38:59.958Z | Checking serde-big-array v0.5.1 |
| 2254 | 2024-08-07T07:39:00.008Z | Checking signal-hook-tokio v0.3.1 |
| 2255 | 2024-08-07T07:39:01.790Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2256 | 2024-08-07T07:39:02.476Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2257 | 2024-08-07T07:39:09.075Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2258 | 2024-08-07T07:39:10.300Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2259 | 2024-08-07T07:39:11.998Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2260 | 2024-08-07T07:39:13.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s |
| 2261 | 2024-08-07T07:39:13.920Z | |
| 2262 | 2024-08-07T07:39:13.920Z | info: running `cargo check --bins` on gateway-api (63/147) |
| 2263 | 2024-08-07T07:39:14.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2264 | 2024-08-07T07:39:14.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2265 | 2024-08-07T07:39:14.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2266 | 2024-08-07T07:39:14.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2267 | 2024-08-07T07:39:14.535Z | |
| 2268 | 2024-08-07T07:39:14.536Z | info: running `cargo check --bins` on sp-sim (64/147) |
| 2269 | 2024-08-07T07:39:15.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2270 | 2024-08-07T07:39:15.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2271 | 2024-08-07T07:39:15.155Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2272 | 2024-08-07T07:39:16.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 2273 | 2024-08-07T07:39:16.915Z | |
| 2274 | 2024-08-07T07:39:16.915Z | info: running `cargo check --bins` on internal-dns (65/147) |
| 2275 | 2024-08-07T07:39:17.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2276 | 2024-08-07T07:39:17.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2277 | 2024-08-07T07:39:17.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2278 | 2024-08-07T07:39:17.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2279 | 2024-08-07T07:39:17.537Z | |
| 2280 | 2024-08-07T07:39:17.537Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
| 2281 | 2024-08-07T07:39:18.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2282 | 2024-08-07T07:39:18.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2283 | 2024-08-07T07:39:18.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2284 | 2024-08-07T07:39:18.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2285 | 2024-08-07T07:39:18.203Z | |
| 2286 | 2024-08-07T07:39:18.203Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
| 2287 | 2024-08-07T07:39:18.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2288 | 2024-08-07T07:39:18.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2289 | 2024-08-07T07:39:18.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2290 | 2024-08-07T07:39:18.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2291 | 2024-08-07T07:39:18.867Z | |
| 2292 | 2024-08-07T07:39:18.867Z | info: running `cargo check --bins` on db-macros (68/147) |
| 2293 | 2024-08-07T07:39:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2294 | 2024-08-07T07:39:19.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2295 | 2024-08-07T07:39:19.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2296 | 2024-08-07T07:39:19.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2297 | 2024-08-07T07:39:19.463Z | |
| 2298 | 2024-08-07T07:39:19.463Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
| 2299 | 2024-08-07T07:39:19.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2300 | 2024-08-07T07:39:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2301 | 2024-08-07T07:39:19.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2302 | 2024-08-07T07:39:19.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2303 | 2024-08-07T07:39:20.047Z | |
| 2304 | 2024-08-07T07:39:20.047Z | info: running `cargo check --bins` on nexus-auth (70/147) |
| 2305 | 2024-08-07T07:39:20.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2306 | 2024-08-07T07:39:20.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2307 | 2024-08-07T07:39:20.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2308 | 2024-08-07T07:39:20.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2309 | 2024-08-07T07:39:20.695Z | |
| 2310 | 2024-08-07T07:39:20.696Z | info: running `cargo check --bins` on authz-macros (71/147) |
| 2311 | 2024-08-07T07:39:21.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2312 | 2024-08-07T07:39:21.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2313 | 2024-08-07T07:39:21.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2314 | 2024-08-07T07:39:21.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2315 | 2024-08-07T07:39:21.287Z | |
| 2316 | 2024-08-07T07:39:21.287Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
| 2317 | 2024-08-07T07:39:21.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2318 | 2024-08-07T07:39:21.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2319 | 2024-08-07T07:39:21.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2320 | 2024-08-07T07:39:21.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2321 | 2024-08-07T07:39:21.921Z | |
| 2322 | 2024-08-07T07:39:21.921Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
| 2323 | 2024-08-07T07:39:22.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2324 | 2024-08-07T07:39:22.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2325 | 2024-08-07T07:39:22.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2326 | 2024-08-07T07:39:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2327 | 2024-08-07T07:39:22.552Z | |
| 2328 | 2024-08-07T07:39:22.552Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
| 2329 | 2024-08-07T07:39:23.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2330 | 2024-08-07T07:39:23.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2331 | 2024-08-07T07:39:23.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2332 | 2024-08-07T07:39:23.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2333 | 2024-08-07T07:39:23.170Z | |
| 2334 | 2024-08-07T07:39:23.170Z | info: running `cargo check --bins` on oximeter (75/147) |
| 2335 | 2024-08-07T07:39:23.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2336 | 2024-08-07T07:39:23.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2337 | 2024-08-07T07:39:23.793Z | Compiling rustls-pki-types v1.7.0 |
| 2338 | 2024-08-07T07:39:23.880Z | Compiling prettyplease v0.2.20 |
| 2339 | 2024-08-07T07:39:23.880Z | Compiling match_cfg v0.1.0 |
| 2340 | 2024-08-07T07:39:23.896Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2341 | 2024-08-07T07:39:23.899Z | Compiling slog-json v2.6.1 |
| 2342 | 2024-08-07T07:39:23.899Z | Compiling http v1.1.0 |
| 2343 | 2024-08-07T07:39:23.930Z | Compiling atomic-waker v1.1.2 |
| 2344 | 2024-08-07T07:39:23.944Z | Compiling hostname v0.3.1 |
| 2345 | 2024-08-07T07:39:23.959Z | Compiling async-stream v0.3.5 |
| 2346 | 2024-08-07T07:39:24.109Z | Compiling waitgroup v0.1.2 |
| 2347 | 2024-08-07T07:39:24.157Z | Compiling slog-bunyan v2.5.0 |
| 2348 | 2024-08-07T07:39:25.183Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2349 | 2024-08-07T07:39:25.185Z | Compiling toml v0.8.19 |
| 2350 | 2024-08-07T07:39:25.185Z | Compiling rustls-webpki v0.102.4 |
| 2351 | 2024-08-07T07:39:25.185Z | Compiling rustls-pemfile v2.1.3 |
| 2352 | 2024-08-07T07:39:25.185Z | Compiling sha1 v0.10.6 |
| 2353 | 2024-08-07T07:39:25.185Z | Compiling newtype-uuid v1.1.0 |
| 2354 | 2024-08-07T07:39:25.186Z | Compiling serde_path_to_error v0.1.16 |
| 2355 | 2024-08-07T07:39:25.186Z | Compiling hostname v0.4.0 |
| 2356 | 2024-08-07T07:39:25.186Z | Compiling instant v0.1.12 |
| 2357 | 2024-08-07T07:39:25.186Z | Compiling debug-ignore v1.0.5 |
| 2358 | 2024-08-07T07:39:25.186Z | Compiling backoff v0.4.0 |
| 2359 | 2024-08-07T07:39:25.186Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2360 | 2024-08-07T07:39:25.186Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2361 | 2024-08-07T07:39:25.186Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2362 | 2024-08-07T07:39:25.186Z | Compiling parse-display v0.9.1 |
| 2363 | 2024-08-07T07:39:25.186Z | Compiling rustls v0.22.4 |
| 2364 | 2024-08-07T07:39:25.186Z | Compiling serde_with v3.8.3 |
| 2365 | 2024-08-07T07:39:25.202Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2366 | 2024-08-07T07:39:25.736Z | Compiling multer v3.1.0 |
| 2367 | 2024-08-07T07:39:25.994Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2368 | 2024-08-07T07:39:26.166Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2369 | 2024-08-07T07:39:26.364Z | Compiling num-rational v0.4.2 |
| 2370 | 2024-08-07T07:39:26.381Z | Compiling num-complex v0.4.6 |
| 2371 | 2024-08-07T07:39:26.384Z | Compiling macaddr v1.0.1 |
| 2372 | 2024-08-07T07:39:27.441Z | Compiling num v0.4.3 |
| 2373 | 2024-08-07T07:39:27.516Z | Compiling float-ord v0.3.2 |
| 2374 | 2024-08-07T07:39:28.601Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2375 | 2024-08-07T07:39:29.040Z | Compiling tokio-rustls v0.25.0 |
| 2376 | 2024-08-07T07:39:29.284Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
| 2377 | 2024-08-07T07:39:32.614Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2378 | 2024-08-07T07:39:43.798Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2379 | 2024-08-07T07:39:46.860Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2380 | 2024-08-07T07:39:47.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.28s |
| 2381 | 2024-08-07T07:39:47.606Z | |
| 2382 | 2024-08-07T07:39:47.606Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
| 2383 | 2024-08-07T07:39:48.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2384 | 2024-08-07T07:39:48.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2385 | 2024-08-07T07:39:48.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2386 | 2024-08-07T07:39:48.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2387 | 2024-08-07T07:39:48.252Z | |
| 2388 | 2024-08-07T07:39:48.252Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
| 2389 | 2024-08-07T07:39:48.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2390 | 2024-08-07T07:39:48.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2391 | 2024-08-07T07:39:48.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2392 | 2024-08-07T07:39:48.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2393 | 2024-08-07T07:39:48.851Z | |
| 2394 | 2024-08-07T07:39:48.851Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
| 2395 | 2024-08-07T07:39:49.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2396 | 2024-08-07T07:39:49.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2397 | 2024-08-07T07:39:49.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2398 | 2024-08-07T07:39:49.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2399 | 2024-08-07T07:39:49.463Z | |
| 2400 | 2024-08-07T07:39:49.463Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
| 2401 | 2024-08-07T07:39:50.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2402 | 2024-08-07T07:39:50.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2403 | 2024-08-07T07:39:50.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2404 | 2024-08-07T07:39:50.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2405 | 2024-08-07T07:39:50.102Z | |
| 2406 | 2024-08-07T07:39:50.102Z | info: running `cargo check --bins` on typed-rng (80/147) |
| 2407 | 2024-08-07T07:39:50.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2408 | 2024-08-07T07:39:50.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2409 | 2024-08-07T07:39:50.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2410 | 2024-08-07T07:39:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2411 | 2024-08-07T07:39:50.689Z | |
| 2412 | 2024-08-07T07:39:50.689Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
| 2413 | 2024-08-07T07:39:51.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2414 | 2024-08-07T07:39:51.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2415 | 2024-08-07T07:39:51.410Z | Checking password-hash v0.5.0 |
| 2416 | 2024-08-07T07:39:51.410Z | Checking blake2 v0.10.6 |
| 2417 | 2024-08-07T07:39:51.413Z | Compiling semver v0.1.20 |
| 2418 | 2024-08-07T07:39:51.413Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2419 | 2024-08-07T07:39:51.519Z | Compiling convert_case v0.4.0 |
| 2420 | 2024-08-07T07:39:51.522Z | Compiling rayon-core v1.12.1 |
| 2421 | 2024-08-07T07:39:51.551Z | Compiling crossbeam-deque v0.8.5 |
| 2422 | 2024-08-07T07:39:51.555Z | Compiling unicase v2.7.0 |
| 2423 | 2024-08-07T07:39:51.808Z | Compiling rustc_version v0.1.7 |
| 2424 | 2024-08-07T07:39:51.879Z | Compiling libefi-sys v0.1.0 |
| 2425 | 2024-08-07T07:39:51.892Z | Compiling fastrand v2.1.0 |
| 2426 | 2024-08-07T07:39:51.911Z | Compiling same-file v1.0.6 |
| 2427 | 2024-08-07T07:39:51.951Z | Checking argon2 v0.5.3 |
| 2428 | 2024-08-07T07:39:52.122Z | Compiling walkdir v2.5.0 |
| 2429 | 2024-08-07T07:39:52.214Z | Compiling tempfile v3.10.1 |
| 2430 | 2024-08-07T07:39:52.290Z | Compiling newtype_derive v0.1.6 |
| 2431 | 2024-08-07T07:39:52.385Z | Compiling curve25519-dalek v4.1.3 |
| 2432 | 2024-08-07T07:39:52.420Z | Compiling derive-where v1.2.7 |
| 2433 | 2024-08-07T07:39:52.459Z | Compiling derive_more v0.99.18 |
| 2434 | 2024-08-07T07:39:52.635Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2435 | 2024-08-07T07:39:52.668Z | Compiling bitfield-struct v0.6.1 |
| 2436 | 2024-08-07T07:39:52.887Z | Compiling blake3 v1.5.1 |
| 2437 | 2024-08-07T07:39:52.905Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2438 | 2024-08-07T07:39:53.034Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2439 | 2024-08-07T07:39:53.071Z | Compiling ring v0.16.20 |
| 2440 | 2024-08-07T07:39:53.411Z | Checking keccak v0.1.5 |
| 2441 | 2024-08-07T07:39:53.749Z | Checking sha3 v0.10.8 |
| 2442 | 2024-08-07T07:39:54.022Z | Compiling rayon v1.10.0 |
| 2443 | 2024-08-07T07:39:54.155Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2444 | 2024-08-07T07:39:54.171Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2445 | 2024-08-07T07:39:54.258Z | Checking universal-hash v0.5.1 |
| 2446 | 2024-08-07T07:39:54.445Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2447 | 2024-08-07T07:39:54.461Z | Checking secrecy v0.8.0 |
| 2448 | 2024-08-07T07:39:54.531Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2449 | 2024-08-07T07:39:54.675Z | Compiling memmap2 v0.9.4 |
| 2450 | 2024-08-07T07:39:54.752Z | Compiling arrayvec v0.7.4 |
| 2451 | 2024-08-07T07:39:55.146Z | Compiling arrayref v0.3.7 |
| 2452 | 2024-08-07T07:39:55.170Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2453 | 2024-08-07T07:39:55.247Z | Compiling untrusted v0.7.1 |
| 2454 | 2024-08-07T07:39:55.278Z | Checking opaque-debug v0.3.1 |
| 2455 | 2024-08-07T07:39:55.376Z | Compiling spin v0.5.2 |
| 2456 | 2024-08-07T07:39:55.438Z | Compiling home v0.5.9 |
| 2457 | 2024-08-07T07:39:55.617Z | Compiling constant_time_eq v0.3.0 |
| 2458 | 2024-08-07T07:39:55.692Z | Compiling toolchain_find v0.4.0 |
| 2459 | 2024-08-07T07:39:55.793Z | Checking poly1305 v0.8.0 |
| 2460 | 2024-08-07T07:39:56.010Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2461 | 2024-08-07T07:39:56.292Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2462 | 2024-08-07T07:39:56.485Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2463 | 2024-08-07T07:39:56.530Z | Checking steno v0.4.1 |
| 2464 | 2024-08-07T07:39:56.575Z | Compiling camino-tempfile v1.1.1 |
| 2465 | 2024-08-07T07:39:57.028Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2466 | 2024-08-07T07:39:57.191Z | Checking chacha20 v0.9.1 |
| 2467 | 2024-08-07T07:39:57.538Z | Checking gethostname v0.5.0 |
| 2468 | 2024-08-07T07:39:57.664Z | Checking aead v0.5.2 |
| 2469 | 2024-08-07T07:39:57.737Z | Checking thiserror-no-std v2.0.2 |
| 2470 | 2024-08-07T07:39:57.856Z | Compiling cancel-safe-futures v0.1.5 |
| 2471 | 2024-08-07T07:39:57.890Z | Compiling topological-sort v0.2.2 |
| 2472 | 2024-08-07T07:39:57.935Z | Checking vsss-rs v3.3.4 |
| 2473 | 2024-08-07T07:39:58.138Z | Checking chacha20poly1305 v0.10.1 |
| 2474 | 2024-08-07T07:39:58.278Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2475 | 2024-08-07T07:39:58.320Z | Compiling mime_guess v2.0.4 |
| 2476 | 2024-08-07T07:39:58.926Z | Compiling rustfmt-wrapper v0.2.1 |
| 2477 | 2024-08-07T07:39:59.521Z | Compiling omicron-zone-package v0.11.0 |
| 2478 | 2024-08-07T07:39:59.647Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2479 | 2024-08-07T07:39:59.675Z | Checking glob v0.3.1 |
| 2480 | 2024-08-07T07:40:00.257Z | Checking libsw v3.3.1 |
| 2481 | 2024-08-07T07:40:00.317Z | Checking linear-map v1.2.0 |
| 2482 | 2024-08-07T07:40:00.373Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2483 | 2024-08-07T07:40:00.468Z | Checking owo-colors v4.0.0 |
| 2484 | 2024-08-07T07:40:00.502Z | Checking swrite v0.1.0 |
| 2485 | 2024-08-07T07:40:00.627Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2486 | 2024-08-07T07:40:00.645Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2487 | 2024-08-07T07:40:01.202Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2488 | 2024-08-07T07:40:01.444Z | Checking kstat-rs v0.2.4 |
| 2489 | 2024-08-07T07:40:01.471Z | Checking nanorand v0.7.0 |
| 2490 | 2024-08-07T07:40:01.658Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2491 | 2024-08-07T07:40:01.756Z | Checking http-range v0.1.5 |
| 2492 | 2024-08-07T07:40:01.759Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2493 | 2024-08-07T07:40:01.860Z | Checking flume v0.11.0 |
| 2494 | 2024-08-07T07:40:01.933Z | Checking hyper-staticfile v0.9.5 |
| 2495 | 2024-08-07T07:40:02.262Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2496 | 2024-08-07T07:40:02.304Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2497 | 2024-08-07T07:40:02.336Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2498 | 2024-08-07T07:40:02.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2499 | 2024-08-07T07:40:03.009Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2500 | 2024-08-07T07:40:03.671Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2501 | 2024-08-07T07:40:04.083Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2502 | 2024-08-07T07:40:05.269Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2503 | 2024-08-07T07:40:05.781Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2504 | 2024-08-07T07:40:05.784Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2505 | 2024-08-07T07:40:05.816Z | Checking itertools v0.13.0 |
| 2506 | 2024-08-07T07:40:06.227Z | Checking display-error-chain v0.2.0 |
| 2507 | 2024-08-07T07:40:13.033Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2508 | 2024-08-07T07:40:18.287Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2509 | 2024-08-07T07:40:18.290Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2510 | 2024-08-07T07:40:18.936Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2511 | 2024-08-07T07:40:32.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.20s |
| 2512 | 2024-08-07T07:40:33.066Z | |
| 2513 | 2024-08-07T07:40:33.066Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
| 2514 | 2024-08-07T07:40:33.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2515 | 2024-08-07T07:40:33.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2516 | 2024-08-07T07:40:33.778Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2517 | 2024-08-07T07:40:47.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s |
| 2518 | 2024-08-07T07:40:47.919Z | |
| 2519 | 2024-08-07T07:40:47.919Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
| 2520 | 2024-08-07T07:40:48.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2521 | 2024-08-07T07:40:48.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2522 | 2024-08-07T07:40:48.640Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2523 | 2024-08-07T07:41:02.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s |
| 2524 | 2024-08-07T07:41:02.911Z | |
| 2525 | 2024-08-07T07:41:02.911Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
| 2526 | 2024-08-07T07:41:03.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2527 | 2024-08-07T07:41:03.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2528 | 2024-08-07T07:41:03.629Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2529 | 2024-08-07T07:41:17.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
| 2530 | 2024-08-07T07:41:17.916Z | |
| 2531 | 2024-08-07T07:41:17.917Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
| 2532 | 2024-08-07T07:41:18.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2533 | 2024-08-07T07:41:18.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2534 | 2024-08-07T07:41:18.631Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2535 | 2024-08-07T07:41:32.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s |
| 2536 | 2024-08-07T07:41:33.066Z | |
| 2537 | 2024-08-07T07:41:33.066Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
| 2538 | 2024-08-07T07:41:33.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2539 | 2024-08-07T07:41:33.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2540 | 2024-08-07T07:41:33.784Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2541 | 2024-08-07T07:41:48.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s |
| 2542 | 2024-08-07T07:41:48.248Z | |
| 2543 | 2024-08-07T07:41:48.248Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
| 2544 | 2024-08-07T07:41:48.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2545 | 2024-08-07T07:41:48.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2546 | 2024-08-07T07:41:48.968Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2547 | 2024-08-07T07:42:03.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s |
| 2548 | 2024-08-07T07:42:03.198Z | |
| 2549 | 2024-08-07T07:42:03.198Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
| 2550 | 2024-08-07T07:42:03.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2551 | 2024-08-07T07:42:03.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2552 | 2024-08-07T07:42:03.914Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2553 | 2024-08-07T07:42:17.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
| 2554 | 2024-08-07T07:42:18.158Z | |
| 2555 | 2024-08-07T07:42:18.158Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
| 2556 | 2024-08-07T07:42:18.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2557 | 2024-08-07T07:42:18.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2558 | 2024-08-07T07:42:18.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2559 | 2024-08-07T07:42:18.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2560 | 2024-08-07T07:42:18.810Z | |
| 2561 | 2024-08-07T07:42:18.810Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
| 2562 | 2024-08-07T07:42:19.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2563 | 2024-08-07T07:42:19.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2564 | 2024-08-07T07:42:19.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2565 | 2024-08-07T07:42:19.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2566 | 2024-08-07T07:42:19.449Z | |
| 2567 | 2024-08-07T07:42:19.449Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
| 2568 | 2024-08-07T07:42:20.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2569 | 2024-08-07T07:42:20.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2570 | 2024-08-07T07:42:20.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2571 | 2024-08-07T07:42:20.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2572 | 2024-08-07T07:42:20.082Z | |
| 2573 | 2024-08-07T07:42:20.082Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
| 2574 | 2024-08-07T07:42:20.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2024-08-07T07:42:20.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2024-08-07T07:42:20.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2577 | 2024-08-07T07:42:20.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2578 | 2024-08-07T07:42:20.721Z | |
| 2579 | 2024-08-07T07:42:20.721Z | info: running `cargo check --bins` on key-manager (93/147) |
| 2580 | 2024-08-07T07:42:21.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2024-08-07T07:42:21.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2024-08-07T07:42:21.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2583 | 2024-08-07T07:42:21.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2584 | 2024-08-07T07:42:21.335Z | |
| 2585 | 2024-08-07T07:42:21.335Z | info: running `cargo check --bins` on sled-hardware (94/147) |
| 2586 | 2024-08-07T07:42:21.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2587 | 2024-08-07T07:42:21.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2588 | 2024-08-07T07:42:21.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2589 | 2024-08-07T07:42:21.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2590 | 2024-08-07T07:42:21.949Z | |
| 2591 | 2024-08-07T07:42:21.949Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
| 2592 | 2024-08-07T07:42:22.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2593 | 2024-08-07T07:42:22.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2594 | 2024-08-07T07:42:22.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2595 | 2024-08-07T07:42:22.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2596 | 2024-08-07T07:42:22.531Z | |
| 2597 | 2024-08-07T07:42:22.531Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
| 2598 | 2024-08-07T07:42:23.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2599 | 2024-08-07T07:42:23.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2600 | 2024-08-07T07:42:23.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2601 | 2024-08-07T07:42:23.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2602 | 2024-08-07T07:42:23.153Z | |
| 2603 | 2024-08-07T07:42:23.153Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
| 2604 | 2024-08-07T07:42:23.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2605 | 2024-08-07T07:42:23.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2606 | 2024-08-07T07:42:23.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2607 | 2024-08-07T07:42:23.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2608 | 2024-08-07T07:42:23.772Z | |
| 2609 | 2024-08-07T07:42:23.772Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
| 2610 | 2024-08-07T07:42:24.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2024-08-07T07:42:24.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2024-08-07T07:42:24.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2613 | 2024-08-07T07:42:24.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2614 | 2024-08-07T07:42:24.391Z | |
| 2615 | 2024-08-07T07:42:24.391Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
| 2616 | 2024-08-07T07:42:24.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2617 | 2024-08-07T07:42:24.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2618 | 2024-08-07T07:42:24.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2619 | 2024-08-07T07:42:24.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2620 | 2024-08-07T07:42:25.010Z | |
| 2621 | 2024-08-07T07:42:25.010Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
| 2622 | 2024-08-07T07:42:25.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2024-08-07T07:42:25.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2024-08-07T07:42:25.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2625 | 2024-08-07T07:42:25.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2626 | 2024-08-07T07:42:25.628Z | |
| 2627 | 2024-08-07T07:42:25.628Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
| 2628 | 2024-08-07T07:42:26.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2024-08-07T07:42:26.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2024-08-07T07:42:26.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2024-08-07T07:42:26.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2632 | 2024-08-07T07:42:26.250Z | |
| 2633 | 2024-08-07T07:42:26.250Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
| 2634 | 2024-08-07T07:42:26.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2024-08-07T07:42:26.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2024-08-07T07:42:26.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2024-08-07T07:42:26.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2638 | 2024-08-07T07:42:26.890Z | |
| 2639 | 2024-08-07T07:42:26.890Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
| 2640 | 2024-08-07T07:42:27.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2024-08-07T07:42:27.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2024-08-07T07:42:27.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2024-08-07T07:42:27.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2644 | 2024-08-07T07:42:27.520Z | |
| 2645 | 2024-08-07T07:42:27.520Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
| 2646 | 2024-08-07T07:42:28.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2024-08-07T07:42:28.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2024-08-07T07:42:28.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2024-08-07T07:42:28.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2650 | 2024-08-07T07:42:28.156Z | |
| 2651 | 2024-08-07T07:42:28.156Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
| 2652 | 2024-08-07T07:42:28.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2024-08-07T07:42:28.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2024-08-07T07:42:28.821Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2655 | 2024-08-07T07:42:28.824Z | Checking bcs v0.1.6 |
| 2656 | 2024-08-07T07:42:28.824Z | Compiling async-recursion v1.1.1 |
| 2657 | 2024-08-07T07:42:28.824Z | Checking highway v1.2.0 |
| 2658 | 2024-08-07T07:42:28.824Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2659 | 2024-08-07T07:42:28.910Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2660 | 2024-08-07T07:42:29.888Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2661 | 2024-08-07T07:42:33.075Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2662 | 2024-08-07T07:42:34.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
| 2663 | 2024-08-07T07:42:34.868Z | |
| 2664 | 2024-08-07T07:42:34.868Z | info: running `cargo check --bins` on oximeter-api (106/147) |
| 2665 | 2024-08-07T07:42:35.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2024-08-07T07:42:35.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2024-08-07T07:42:35.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2668 | 2024-08-07T07:42:35.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2669 | 2024-08-07T07:42:35.482Z | |
| 2670 | 2024-08-07T07:42:35.482Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
| 2671 | 2024-08-07T07:42:36.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2024-08-07T07:42:36.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2024-08-07T07:42:36.109Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2674 | 2024-08-07T07:42:36.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2675 | 2024-08-07T07:42:36.834Z | |
| 2676 | 2024-08-07T07:42:36.834Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
| 2677 | 2024-08-07T07:42:37.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2024-08-07T07:42:37.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2024-08-07T07:42:37.491Z | Compiling cfg_aliases v0.1.1 |
| 2680 | 2024-08-07T07:42:37.494Z | Compiling vte_generate_state_changes v0.1.1 |
| 2681 | 2024-08-07T07:42:37.494Z | Checking fd-lock v4.0.2 |
| 2682 | 2024-08-07T07:42:37.591Z | Checking bytecount v0.6.8 |
| 2683 | 2024-08-07T07:42:37.594Z | Compiling tabled_derive v0.7.0 |
| 2684 | 2024-08-07T07:42:37.594Z | Compiling peg-macros v0.8.4 |
| 2685 | 2024-08-07T07:42:37.601Z | Compiling sqlparser_derive v0.2.2 |
| 2686 | 2024-08-07T07:42:37.604Z | Checking nu-ansi-term v0.50.0 |
| 2687 | 2024-08-07T07:42:37.651Z | Compiling nix v0.28.0 |
| 2688 | 2024-08-07T07:42:37.707Z | Checking papergrid v0.11.0 |
| 2689 | 2024-08-07T07:42:37.746Z | Checking unicode_categories v0.1.1 |
| 2690 | 2024-08-07T07:42:37.987Z | Checking home v0.5.9 |
| 2691 | 2024-08-07T07:42:38.044Z | Checking sqlformat v0.2.4 |
| 2692 | 2024-08-07T07:42:38.214Z | Checking vte v0.11.1 |
| 2693 | 2024-08-07T07:42:38.722Z | Checking sqlparser v0.45.0 |
| 2694 | 2024-08-07T07:42:39.600Z | Checking strip-ansi-escapes v0.2.0 |
| 2695 | 2024-08-07T07:42:39.616Z | Checking tabled v0.15.0 |
| 2696 | 2024-08-07T07:42:39.744Z | Checking reedline v0.31.0 |
| 2697 | 2024-08-07T07:42:40.287Z | Checking peg v0.8.4 |
| 2698 | 2024-08-07T07:42:40.621Z | Checking rustyline v14.0.0 |
| 2699 | 2024-08-07T07:42:45.053Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2700 | 2024-08-07T07:42:50.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
| 2701 | 2024-08-07T07:42:50.799Z | |
| 2702 | 2024-08-07T07:42:50.799Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
| 2703 | 2024-08-07T07:42:51.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-08-07T07:42:51.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-08-07T07:42:51.443Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2706 | 2024-08-07T07:42:57.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 2707 | 2024-08-07T07:42:57.305Z | |
| 2708 | 2024-08-07T07:42:57.305Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
| 2709 | 2024-08-07T07:42:57.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2024-08-07T07:42:57.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2024-08-07T07:42:57.938Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2712 | 2024-08-07T07:43:03.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2713 | 2024-08-07T07:43:03.517Z | |
| 2714 | 2024-08-07T07:43:03.517Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
| 2715 | 2024-08-07T07:43:04.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-08-07T07:43:04.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-08-07T07:43:04.156Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2718 | 2024-08-07T07:43:08.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
| 2719 | 2024-08-07T07:43:08.344Z | |
| 2720 | 2024-08-07T07:43:08.344Z | info: running `cargo check --bins` on cert-dev (112/147) |
| 2721 | 2024-08-07T07:43:08.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-08-07T07:43:08.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-08-07T07:43:08.937Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2724 | 2024-08-07T07:43:09.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2725 | 2024-08-07T07:43:09.318Z | |
| 2726 | 2024-08-07T07:43:09.318Z | info: running `cargo check --bins` on ch-dev (113/147) |
| 2727 | 2024-08-07T07:43:09.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2024-08-07T07:43:09.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2024-08-07T07:43:09.966Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2730 | 2024-08-07T07:43:10.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 2731 | 2024-08-07T07:43:10.789Z | |
| 2732 | 2024-08-07T07:43:10.789Z | info: running `cargo check --bins` on crdb-seed (114/147) |
| 2733 | 2024-08-07T07:43:11.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2024-08-07T07:43:11.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2024-08-07T07:43:11.442Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2736 | 2024-08-07T07:43:11.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2737 | 2024-08-07T07:43:11.911Z | |
| 2738 | 2024-08-07T07:43:11.911Z | info: running `cargo check --bins` on db-dev (115/147) |
| 2739 | 2024-08-07T07:43:12.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2024-08-07T07:43:12.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2024-08-07T07:43:12.555Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2742 | 2024-08-07T07:43:13.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2743 | 2024-08-07T07:43:13.384Z | |
| 2744 | 2024-08-07T07:43:13.384Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
| 2745 | 2024-08-07T07:43:13.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2024-08-07T07:43:13.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2024-08-07T07:43:13.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2024-08-07T07:43:13.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2749 | 2024-08-07T07:43:14.030Z | |
| 2750 | 2024-08-07T07:43:14.030Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
| 2751 | 2024-08-07T07:43:14.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2024-08-07T07:43:14.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2024-08-07T07:43:14.638Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2754 | 2024-08-07T07:43:15.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 2755 | 2024-08-07T07:43:15.597Z | |
| 2756 | 2024-08-07T07:43:15.597Z | info: running `cargo check --bins` on mgs-dev (118/147) |
| 2757 | 2024-08-07T07:43:16.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-08-07T07:43:16.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-08-07T07:43:16.274Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2024-08-07T07:43:16.798Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2761 | 2024-08-07T07:43:17.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 2762 | 2024-08-07T07:43:17.320Z | |
| 2763 | 2024-08-07T07:43:17.320Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
| 2764 | 2024-08-07T07:43:17.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2024-08-07T07:43:17.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2024-08-07T07:43:18.081Z | Compiling crunchy v0.2.2 |
| 2767 | 2024-08-07T07:43:18.081Z | Compiling glob v0.3.1 |
| 2768 | 2024-08-07T07:43:18.084Z | Compiling tiny-keccak v2.0.2 |
| 2769 | 2024-08-07T07:43:18.196Z | Compiling ascii-canvas v3.0.0 |
| 2770 | 2024-08-07T07:43:18.199Z | Compiling ena v0.14.3 |
| 2771 | 2024-08-07T07:43:18.199Z | Compiling libloading v0.8.3 |
| 2772 | 2024-08-07T07:43:18.199Z | Compiling diff v0.1.13 |
| 2773 | 2024-08-07T07:43:18.208Z | Compiling bindgen v0.69.4 |
| 2774 | 2024-08-07T07:43:18.495Z | Compiling regex-syntax v0.6.29 |
| 2775 | 2024-08-07T07:43:18.611Z | Compiling which v4.4.2 |
| 2776 | 2024-08-07T07:43:18.659Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2777 | 2024-08-07T07:43:18.739Z | Compiling cexpr v0.6.0 |
| 2778 | 2024-08-07T07:43:18.860Z | Compiling shlex v1.3.0 |
| 2779 | 2024-08-07T07:43:18.878Z | Compiling ref-cast v1.0.23 |
| 2780 | 2024-08-07T07:43:19.044Z | Compiling rustc-hash v1.1.0 |
| 2781 | 2024-08-07T07:43:19.117Z | Compiling clang-sys v1.7.0 |
| 2782 | 2024-08-07T07:43:19.205Z | Compiling lazycell v1.3.0 |
| 2783 | 2024-08-07T07:43:19.223Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2784 | 2024-08-07T07:43:19.284Z | Compiling derive_builder_core v0.20.0 |
| 2785 | 2024-08-07T07:43:19.385Z | Compiling libxml v0.3.3 |
| 2786 | 2024-08-07T07:43:19.447Z | Compiling ref-cast-impl v1.0.23 |
| 2787 | 2024-08-07T07:43:19.465Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2788 | 2024-08-07T07:43:19.545Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2789 | 2024-08-07T07:43:19.817Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2790 | 2024-08-07T07:43:19.919Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2791 | 2024-08-07T07:43:20.108Z | Compiling strum_macros v0.24.3 |
| 2792 | 2024-08-07T07:43:20.308Z | Compiling cookie v0.18.1 |
| 2793 | 2024-08-07T07:43:20.430Z | Compiling indoc v1.0.9 |
| 2794 | 2024-08-07T07:43:20.758Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2795 | 2024-08-07T07:43:21.078Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2796 | 2024-08-07T07:43:21.491Z | Compiling oso-derive v0.27.3 |
| 2797 | 2024-08-07T07:43:21.648Z | Compiling lalrpop v0.19.12 |
| 2798 | 2024-08-07T07:43:22.532Z | Compiling derive_builder_macro v0.20.0 |
| 2799 | 2024-08-07T07:43:22.562Z | Checking quick-xml v0.31.0 |
| 2800 | 2024-08-07T07:43:23.807Z | Checking derive_builder v0.20.0 |
| 2801 | 2024-08-07T07:43:23.956Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2802 | 2024-08-07T07:43:24.261Z | Checking maplit v1.0.2 |
| 2803 | 2024-08-07T07:43:24.427Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2804 | 2024-08-07T07:43:24.687Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2805 | 2024-08-07T07:43:24.833Z | Checking bb8 v0.8.5 |
| 2806 | 2024-08-07T07:43:24.979Z | Compiling const_format_proc_macros v0.2.32 |
| 2807 | 2024-08-07T07:43:25.301Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2808 | 2024-08-07T07:43:26.170Z | Checking crossbeam-deque v0.8.5 |
| 2809 | 2024-08-07T07:43:26.298Z | Compiling portable-atomic v1.6.0 |
| 2810 | 2024-08-07T07:43:26.497Z | Checking rayon-core v1.12.1 |
| 2811 | 2024-08-07T07:43:27.126Z | Checking const_format v0.2.32 |
| 2812 | 2024-08-07T07:43:27.189Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2813 | 2024-08-07T07:43:27.421Z | Checking castaway v0.2.2 |
| 2814 | 2024-08-07T07:43:27.590Z | Checking compact_str v0.7.1 |
| 2815 | 2024-08-07T07:43:27.606Z | Checking rayon v1.10.0 |
| 2816 | 2024-08-07T07:43:28.384Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2817 | 2024-08-07T07:43:28.577Z | Checking unicode-truncate v1.0.0 |
| 2818 | 2024-08-07T07:43:28.686Z | Checking lru v0.12.3 |
| 2819 | 2024-08-07T07:43:28.804Z | Compiling stability v0.2.0 |
| 2820 | 2024-08-07T07:43:28.965Z | Checking cassowary v0.3.0 |
| 2821 | 2024-08-07T07:43:29.375Z | Checking smawk v0.3.2 |
| 2822 | 2024-08-07T07:43:29.439Z | Checking number_prefix v0.4.0 |
| 2823 | 2024-08-07T07:43:29.699Z | Checking unicode-linebreak v0.1.5 |
| 2824 | 2024-08-07T07:43:29.702Z | Checking multimap v0.10.0 |
| 2825 | 2024-08-07T07:43:29.784Z | Checking ratatui v0.27.0 |
| 2826 | 2024-08-07T07:43:29.993Z | Checking textwrap v0.16.1 |
| 2827 | 2024-08-07T07:43:31.342Z | Checking indicatif v0.17.8 |
| 2828 | 2024-08-07T07:43:55.291Z | Compiling samael v0.0.15 |
| 2829 | 2024-08-07T07:44:06.330Z | Compiling polar-core v0.27.3 |
| 2830 | 2024-08-07T07:44:13.106Z | Checking oso v0.27.3 |
| 2831 | 2024-08-07T07:44:41.837Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2832 | 2024-08-07T07:44:46.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 2833 | 2024-08-07T07:44:46.679Z | |
| 2834 | 2024-08-07T07:44:46.679Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
| 2835 | 2024-08-07T07:44:47.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2024-08-07T07:44:47.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2024-08-07T07:44:47.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2024-08-07T07:44:47.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2839 | 2024-08-07T07:44:47.352Z | |
| 2840 | 2024-08-07T07:44:47.352Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
| 2841 | 2024-08-07T07:44:47.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2024-08-07T07:44:47.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2024-08-07T07:44:47.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2024-08-07T07:44:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2845 | 2024-08-07T07:44:48.008Z | |
| 2846 | 2024-08-07T07:44:48.008Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
| 2847 | 2024-08-07T07:44:48.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2024-08-07T07:44:48.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2024-08-07T07:44:48.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2024-08-07T07:44:48.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2851 | 2024-08-07T07:44:48.599Z | |
| 2852 | 2024-08-07T07:44:48.599Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
| 2853 | 2024-08-07T07:44:49.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2024-08-07T07:44:49.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2024-08-07T07:44:49.358Z | Compiling pin-project-internal v1.1.5 |
| 2856 | 2024-08-07T07:44:49.360Z | Compiling snafu-derive v0.8.2 |
| 2857 | 2024-08-07T07:44:49.455Z | Compiling buf-list v1.0.3 |
| 2858 | 2024-08-07T07:44:49.475Z | Checking globset v0.4.14 |
| 2859 | 2024-08-07T07:44:49.478Z | Checking olpc-cjson v0.1.3 |
| 2860 | 2024-08-07T07:44:49.478Z | Checking rand_seeder v0.3.0 |
| 2861 | 2024-08-07T07:44:49.478Z | Checking serde_plain v1.0.2 |
| 2862 | 2024-08-07T07:44:49.485Z | Checking typed-path v0.7.1 |
| 2863 | 2024-08-07T07:44:49.701Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2864 | 2024-08-07T07:44:49.741Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2865 | 2024-08-07T07:44:49.764Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2866 | 2024-08-07T07:44:49.904Z | Checking parse-size v1.0.0 |
| 2867 | 2024-08-07T07:44:49.924Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2868 | 2024-08-07T07:44:50.071Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2869 | 2024-08-07T07:44:50.086Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2870 | 2024-08-07T07:44:50.103Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2871 | 2024-08-07T07:44:50.471Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2872 | 2024-08-07T07:44:50.783Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2024-08-07T07:44:50.937Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2024-08-07T07:44:51.045Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2875 | 2024-08-07T07:44:51.256Z | Checking fatfs v0.3.6 |
| 2876 | 2024-08-07T07:44:51.317Z | Checking assert_matches v1.5.0 |
| 2877 | 2024-08-07T07:44:52.223Z | Checking pin-project v1.1.5 |
| 2878 | 2024-08-07T07:44:53.196Z | Checking snafu v0.8.2 |
| 2879 | 2024-08-07T07:44:53.489Z | Checking tough v0.17.1 |
| 2880 | 2024-08-07T07:44:56.302Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2881 | 2024-08-07T07:44:57.380Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2882 | 2024-08-07T07:45:39.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.50s |
| 2883 | 2024-08-07T07:45:39.274Z | |
| 2884 | 2024-08-07T07:45:39.274Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
| 2885 | 2024-08-07T07:45:39.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2024-08-07T07:45:39.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2024-08-07T07:45:39.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2024-08-07T07:45:39.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2889 | 2024-08-07T07:45:39.921Z | |
| 2890 | 2024-08-07T07:45:39.921Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
| 2891 | 2024-08-07T07:45:40.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2024-08-07T07:45:40.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2024-08-07T07:45:40.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2024-08-07T07:45:40.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2895 | 2024-08-07T07:45:40.577Z | |
| 2896 | 2024-08-07T07:45:40.577Z | info: running `cargo check --bins` on nexus-networking (126/147) |
| 2897 | 2024-08-07T07:45:41.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2024-08-07T07:45:41.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2024-08-07T07:45:41.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2024-08-07T07:45:41.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2901 | 2024-08-07T07:45:41.231Z | |
| 2902 | 2024-08-07T07:45:41.231Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
| 2903 | 2024-08-07T07:45:41.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2024-08-07T07:45:41.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2024-08-07T07:45:41.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2024-08-07T07:45:41.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2907 | 2024-08-07T07:45:41.897Z | |
| 2908 | 2024-08-07T07:45:41.897Z | info: running `cargo check --bins` on update-common (128/147) |
| 2909 | 2024-08-07T07:45:42.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2024-08-07T07:45:42.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2024-08-07T07:45:42.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2024-08-07T07:45:42.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2913 | 2024-08-07T07:45:42.538Z | |
| 2914 | 2024-08-07T07:45:42.538Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
| 2915 | 2024-08-07T07:45:43.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2024-08-07T07:45:43.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2024-08-07T07:45:43.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2024-08-07T07:45:43.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2919 | 2024-08-07T07:45:43.181Z | |
| 2920 | 2024-08-07T07:45:43.181Z | info: running `cargo check --bins` on tufaceous (130/147) |
| 2921 | 2024-08-07T07:45:43.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2024-08-07T07:45:43.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2024-08-07T07:45:43.825Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2924 | 2024-08-07T07:45:44.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 2925 | 2024-08-07T07:45:44.866Z | |
| 2926 | 2024-08-07T07:45:44.866Z | info: running `cargo check --bins` on omicron-dev (131/147) |
| 2927 | 2024-08-07T07:45:45.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2024-08-07T07:45:45.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2024-08-07T07:45:45.673Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2930 | 2024-08-07T07:45:45.673Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2931 | 2024-08-07T07:45:45.676Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2932 | 2024-08-07T07:45:46.999Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2933 | 2024-08-07T07:45:49.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 2934 | 2024-08-07T07:45:49.496Z | |
| 2935 | 2024-08-07T07:45:49.496Z | info: running `cargo check --bins` on openapi-manager (132/147) |
| 2936 | 2024-08-07T07:45:50.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2024-08-07T07:45:50.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2024-08-07T07:45:50.186Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2939 | 2024-08-07T07:45:50.186Z | Checking is_ci v1.2.0 |
| 2940 | 2024-08-07T07:45:50.190Z | Checking heck v0.4.1 |
| 2941 | 2024-08-07T07:45:50.190Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2942 | 2024-08-07T07:45:50.190Z | Checking indent_write v2.2.0 |
| 2943 | 2024-08-07T07:45:50.389Z | Checking supports-color v3.0.0 |
| 2944 | 2024-08-07T07:45:50.441Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2945 | 2024-08-07T07:45:51.755Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2946 | 2024-08-07T07:45:52.568Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2947 | 2024-08-07T07:45:53.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2948 | 2024-08-07T07:45:53.631Z | |
| 2949 | 2024-08-07T07:45:53.631Z | info: running `cargo check --bins` on installinator-api (133/147) |
| 2950 | 2024-08-07T07:45:54.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2024-08-07T07:45:54.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2024-08-07T07:45:54.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2024-08-07T07:45:54.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2954 | 2024-08-07T07:45:54.265Z | |
| 2955 | 2024-08-07T07:45:54.265Z | info: running `cargo check --bins` on wicketd-api (134/147) |
| 2956 | 2024-08-07T07:45:54.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2024-08-07T07:45:54.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2024-08-07T07:45:54.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2959 | 2024-08-07T07:45:54.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2960 | 2024-08-07T07:45:54.924Z | |
| 2961 | 2024-08-07T07:45:54.924Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
| 2962 | 2024-08-07T07:45:55.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2024-08-07T07:45:55.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2024-08-07T07:45:55.615Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2965 | 2024-08-07T07:45:56.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 2966 | 2024-08-07T07:45:56.945Z | |
| 2967 | 2024-08-07T07:45:56.945Z | info: running `cargo check --bins` on omicron-releng (136/147) |
| 2968 | 2024-08-07T07:45:57.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2024-08-07T07:45:57.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2024-08-07T07:45:57.598Z | Checking memmap2 v0.9.4 |
| 2971 | 2024-08-07T07:45:57.598Z | Checking spin v0.5.2 |
| 2972 | 2024-08-07T07:45:57.601Z | Checking untrusted v0.7.1 |
| 2973 | 2024-08-07T07:45:57.601Z | Checking constant_time_eq v0.3.0 |
| 2974 | 2024-08-07T07:45:57.601Z | Checking arrayvec v0.7.4 |
| 2975 | 2024-08-07T07:45:57.601Z | Checking arrayref v0.3.7 |
| 2976 | 2024-08-07T07:45:57.601Z | Checking cargo-platform v0.1.8 |
| 2977 | 2024-08-07T07:45:57.601Z | Checking topological-sort v0.2.2 |
| 2978 | 2024-08-07T07:45:57.780Z | Checking shell-words v1.1.0 |
| 2979 | 2024-08-07T07:45:57.919Z | Checking ring v0.16.20 |
| 2980 | 2024-08-07T07:45:57.955Z | Checking cargo_metadata v0.18.1 |
| 2981 | 2024-08-07T07:45:57.978Z | Checking blake3 v1.5.1 |
| 2982 | 2024-08-07T07:45:59.066Z | Checking omicron-zone-package v0.11.0 |
| 2983 | 2024-08-07T07:46:00.099Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2984 | 2024-08-07T07:46:00.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 2985 | 2024-08-07T07:46:01.096Z | |
| 2986 | 2024-08-07T07:46:01.096Z | info: running `cargo check --bins` on xtask (137/147) |
| 2987 | 2024-08-07T07:46:01.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2024-08-07T07:46:01.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2024-08-07T07:46:01.554Z | Checking serde v1.0.204 |
| 2990 | 2024-08-07T07:46:01.554Z | Checking thiserror v1.0.63 |
| 2991 | 2024-08-07T07:46:01.557Z | Checking scroll v0.12.0 |
| 2992 | 2024-08-07T07:46:01.632Z | Checking bitflags v2.6.0 |
| 2993 | 2024-08-07T07:46:01.636Z | Checking log v0.4.21 |
| 2994 | 2024-08-07T07:46:01.643Z | Checking hashbrown v0.14.5 |
| 2995 | 2024-08-07T07:46:01.646Z | Checking zerocopy v0.7.34 |
| 2996 | 2024-08-07T07:46:01.670Z | Checking syn v2.0.72 |
| 2997 | 2024-08-07T07:46:01.728Z | Checking pest v2.7.10 |
| 2998 | 2024-08-07T07:46:01.878Z | Checking fs-err v2.11.0 |
| 2999 | 2024-08-07T07:46:01.895Z | Checking rustix v0.38.34 |
| 3000 | 2024-08-07T07:46:02.091Z | Checking goblin v0.8.2 |
| 3001 | 2024-08-07T07:46:02.174Z | Checking tabled v0.15.0 |
| 3002 | 2024-08-07T07:46:02.831Z | Checking indexmap v2.3.0 |
| 3003 | 2024-08-07T07:46:02.918Z | Checking terminal_size v0.3.0 |
| 3004 | 2024-08-07T07:46:03.030Z | Checking anyhow v1.0.86 |
| 3005 | 2024-08-07T07:46:03.072Z | Checking clap_builder v4.5.13 |
| 3006 | 2024-08-07T07:46:04.194Z | Checking dtrace-parser v0.2.0 |
| 3007 | 2024-08-07T07:46:05.671Z | Checking clap v4.5.13 |
| 3008 | 2024-08-07T07:46:05.959Z | Checking serde_json v1.0.122 |
| 3009 | 2024-08-07T07:46:05.960Z | Checking serde_spanned v0.6.7 |
| 3010 | 2024-08-07T07:46:05.962Z | Checking toml_datetime v0.6.8 |
| 3011 | 2024-08-07T07:46:05.962Z | Checking camino v1.1.7 |
| 3012 | 2024-08-07T07:46:05.962Z | Checking cargo-platform v0.1.8 |
| 3013 | 2024-08-07T07:46:05.962Z | Checking semver v1.0.23 |
| 3014 | 2024-08-07T07:46:05.962Z | Checking macaddr v1.0.1 |
| 3015 | 2024-08-07T07:46:06.221Z | Checking toml_edit v0.22.20 |
| 3016 | 2024-08-07T07:46:07.007Z | Checking dof v0.3.0 |
| 3017 | 2024-08-07T07:46:07.008Z | Checking cargo_metadata v0.18.1 |
| 3018 | 2024-08-07T07:46:07.396Z | Checking usdt-impl v0.5.0 |
| 3019 | 2024-08-07T07:46:07.751Z | Checking usdt v0.5.0 |
| 3020 | 2024-08-07T07:46:07.895Z | Checking toml v0.8.19 |
| 3021 | 2024-08-07T07:46:08.354Z | Checking cargo_toml v0.20.4 |
| 3022 | 2024-08-07T07:46:09.523Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3023 | 2024-08-07T07:46:10.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
| 3024 | 2024-08-07T07:46:10.171Z | |
| 3025 | 2024-08-07T07:46:10.171Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
| 3026 | 2024-08-07T07:46:10.613Z | Downloading crates ... |
| 3027 | 2024-08-07T07:46:10.845Z | Downloaded ed25519 v2.2.3 |
| 3028 | 2024-08-07T07:46:10.850Z | Downloaded ctr v0.9.2 |
| 3029 | 2024-08-07T07:46:10.853Z | Downloaded getrandom v0.1.16 |
| 3030 | 2024-08-07T07:46:10.856Z | Downloaded dhcproto-macros v0.1.0 |
| 3031 | 2024-08-07T07:46:10.856Z | Downloaded internet-checksum v0.2.1 |
| 3032 | 2024-08-07T07:46:10.858Z | Downloaded dirs-sys v0.4.1 |
| 3033 | 2024-08-07T07:46:10.859Z | Downloaded option-ext v0.2.0 |
| 3034 | 2024-08-07T07:46:10.861Z | Downloaded russh-cryptovec v0.7.2 |
| 3035 | 2024-08-07T07:46:10.864Z | Downloaded md5 v0.7.0 |
| 3036 | 2024-08-07T07:46:10.868Z | Downloaded blowfish v0.9.1 |
| 3037 | 2024-08-07T07:46:10.871Z | Downloaded dirs v5.0.1 |
| 3038 | 2024-08-07T07:46:10.871Z | Downloaded hex-literal v0.4.1 |
| 3039 | 2024-08-07T07:46:10.874Z | Downloaded pbkdf2 v0.11.0 |
| 3040 | 2024-08-07T07:46:10.877Z | Downloaded rand_core v0.5.1 |
| 3041 | 2024-08-07T07:46:10.880Z | Downloaded rand_chacha v0.2.2 |
| 3042 | 2024-08-07T07:46:10.880Z | Downloaded pbkdf2 v0.12.2 |
| 3043 | 2024-08-07T07:46:10.883Z | Downloaded ghash v0.5.1 |
| 3044 | 2024-08-07T07:46:10.883Z | Downloaded cbc v0.1.2 |
| 3045 | 2024-08-07T07:46:10.886Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 3046 | 2024-08-07T07:46:10.886Z | Downloaded polyval v0.6.2 |
| 3047 | 2024-08-07T07:46:10.888Z | Downloaded rfc6979 v0.4.0 |
| 3048 | 2024-08-07T07:46:10.889Z | Downloaded primeorder v0.13.6 |
| 3049 | 2024-08-07T07:46:10.895Z | Downloaded russh-keys v0.43.0 |
| 3050 | 2024-08-07T07:46:10.898Z | Downloaded password-hash v0.4.2 |
| 3051 | 2024-08-07T07:46:10.901Z | Downloaded ecdsa v0.16.9 |
| 3052 | 2024-08-07T07:46:10.904Z | Downloaded dhcproto v0.12.0 |
| 3053 | 2024-08-07T07:46:10.915Z | Downloaded p256 v0.13.2 |
| 3054 | 2024-08-07T07:46:10.918Z | Downloaded ed25519-dalek v2.1.1 |
| 3055 | 2024-08-07T07:46:10.923Z | Downloaded rand v0.7.3 |
| 3056 | 2024-08-07T07:46:10.929Z | Downloaded aes v0.8.4 |
| 3057 | 2024-08-07T07:46:10.932Z | Downloaded russh v0.43.0 |
| 3058 | 2024-08-07T07:46:10.936Z | Downloaded p521 v0.13.3 |
| 3059 | 2024-08-07T07:46:10.940Z | Downloaded aes-gcm v0.10.3 |
| 3060 | 2024-08-07T07:46:10.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2024-08-07T07:46:10.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2024-08-07T07:46:11.074Z | Compiling getrandom v0.1.16 |
| 3063 | 2024-08-07T07:46:11.174Z | Checking rfc6979 v0.4.0 |
| 3064 | 2024-08-07T07:46:11.184Z | Checking primeorder v0.13.6 |
| 3065 | 2024-08-07T07:46:11.187Z | Checking option-ext v0.2.0 |
| 3066 | 2024-08-07T07:46:11.204Z | Checking ed25519 v2.2.3 |
| 3067 | 2024-08-07T07:46:11.207Z | Checking polyval v0.6.2 |
| 3068 | 2024-08-07T07:46:11.207Z | Checking aes v0.8.4 |
| 3069 | 2024-08-07T07:46:11.207Z | Checking blowfish v0.9.1 |
| 3070 | 2024-08-07T07:46:11.321Z | Checking ecdsa v0.16.9 |
| 3071 | 2024-08-07T07:46:11.394Z | Checking ctr v0.9.2 |
| 3072 | 2024-08-07T07:46:11.476Z | Checking password-hash v0.4.2 |
| 3073 | 2024-08-07T07:46:11.505Z | Checking pbkdf2 v0.12.2 |
| 3074 | 2024-08-07T07:46:11.581Z | Checking dirs-sys v0.4.1 |
| 3075 | 2024-08-07T07:46:11.602Z | Checking ghash v0.5.1 |
| 3076 | 2024-08-07T07:46:11.668Z | Checking bcrypt-pbkdf v0.10.0 |
| 3077 | 2024-08-07T07:46:11.685Z | Checking ed25519-dalek v2.1.1 |
| 3078 | 2024-08-07T07:46:11.766Z | Checking dirs v5.0.1 |
| 3079 | 2024-08-07T07:46:11.785Z | Checking cbc v0.1.2 |
| 3080 | 2024-08-07T07:46:11.876Z | Checking pbkdf2 v0.11.0 |
| 3081 | 2024-08-07T07:46:11.907Z | Checking russh-cryptovec v0.7.2 |
| 3082 | 2024-08-07T07:46:11.922Z | Checking md5 v0.7.0 |
| 3083 | 2024-08-07T07:46:11.979Z | Checking hex-literal v0.4.1 |
| 3084 | 2024-08-07T07:46:11.999Z | Compiling dhcproto-macros v0.1.0 |
| 3085 | 2024-08-07T07:46:12.024Z | Checking p256 v0.13.2 |
| 3086 | 2024-08-07T07:46:12.079Z | Checking p521 v0.13.3 |
| 3087 | 2024-08-07T07:46:12.096Z | Checking aes-gcm v0.10.3 |
| 3088 | 2024-08-07T07:46:12.111Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3089 | 2024-08-07T07:46:12.133Z | Checking rand_core v0.5.1 |
| 3090 | 2024-08-07T07:46:12.137Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3091 | 2024-08-07T07:46:12.177Z | Checking internet-checksum v0.2.1 |
| 3092 | 2024-08-07T07:46:12.435Z | Checking rand_chacha v0.2.2 |
| 3093 | 2024-08-07T07:46:12.681Z | Checking rand v0.7.3 |
| 3094 | 2024-08-07T07:46:12.726Z | Checking dhcproto v0.12.0 |
| 3095 | 2024-08-07T07:46:13.635Z | Checking russh-keys v0.43.0 |
| 3096 | 2024-08-07T07:46:14.356Z | Checking russh v0.43.0 |
| 3097 | 2024-08-07T07:46:30.647Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3098 | 2024-08-07T07:46:31.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.73s |
| 3099 | 2024-08-07T07:46:32.085Z | |
| 3100 | 2024-08-07T07:46:32.085Z | info: running `cargo check --bins` on gateway-cli (139/147) |
| 3101 | 2024-08-07T07:46:32.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2024-08-07T07:46:32.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2024-08-07T07:46:32.712Z | Checking termios v0.3.3 |
| 3104 | 2024-08-07T07:46:32.910Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3105 | 2024-08-07T07:46:33.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 3106 | 2024-08-07T07:46:33.784Z | |
| 3107 | 2024-08-07T07:46:33.784Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
| 3108 | 2024-08-07T07:46:34.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2024-08-07T07:46:34.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2024-08-07T07:46:34.475Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3111 | 2024-08-07T07:46:36.420Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3112 | 2024-08-07T07:46:38.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 3113 | 2024-08-07T07:46:38.367Z | |
| 3114 | 2024-08-07T07:46:38.367Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
| 3115 | 2024-08-07T07:46:38.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2024-08-07T07:46:38.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2024-08-07T07:46:38.897Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3118 | 2024-08-07T07:46:39.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3119 | 2024-08-07T07:46:39.459Z | |
| 3120 | 2024-08-07T07:46:39.459Z | info: running `cargo check --bins` on omicron-package (142/147) |
| 3121 | 2024-08-07T07:46:40.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2024-08-07T07:46:40.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2024-08-07T07:46:40.112Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3124 | 2024-08-07T07:46:41.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 3125 | 2024-08-07T07:46:41.431Z | |
| 3126 | 2024-08-07T07:46:41.431Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
| 3127 | 2024-08-07T07:46:42.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2024-08-07T07:46:42.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2024-08-07T07:46:42.107Z | Checking rtoolbox v0.0.2 |
| 3130 | 2024-08-07T07:46:42.107Z | Checking tui-tree-widget v0.21.0 |
| 3131 | 2024-08-07T07:46:42.110Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3132 | 2024-08-07T07:46:42.312Z | Checking rpassword v7.3.1 |
| 3133 | 2024-08-07T07:46:46.060Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3134 | 2024-08-07T07:46:48.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3135 | 2024-08-07T07:46:49.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s |
| 3136 | 2024-08-07T07:46:49.997Z | |
| 3137 | 2024-08-07T07:46:49.997Z | info: running `cargo check --bins` on wicket (144/147) |
| 3138 | 2024-08-07T07:46:50.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2024-08-07T07:46:50.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2024-08-07T07:46:50.667Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3141 | 2024-08-07T07:46:51.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3142 | 2024-08-07T07:46:51.177Z | |
| 3143 | 2024-08-07T07:46:51.177Z | info: running `cargo check --bins` on wicketd (145/147) |
| 3144 | 2024-08-07T07:46:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2024-08-07T07:46:51.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2024-08-07T07:46:51.865Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3147 | 2024-08-07T07:46:55.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 3148 | 2024-08-07T07:46:55.543Z | |
| 3149 | 2024-08-07T07:46:55.543Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
| 3150 | 2024-08-07T07:46:56.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2024-08-07T07:46:56.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2024-08-07T07:46:56.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2024-08-07T07:46:56.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3154 | 2024-08-07T07:46:56.132Z | |
| 3155 | 2024-08-07T07:46:56.132Z | info: running `cargo check --bins` on zone-setup (147/147) |
| 3156 | 2024-08-07T07:46:56.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2024-08-07T07:46:56.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2024-08-07T07:46:56.849Z | Checking uzers v0.11.3 |
| 3159 | 2024-08-07T07:46:57.141Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3160 | 2024-08-07T07:46:58.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 3161 | 2024-08-07T07:46:58.319Z | |
| 3162 | 2024-08-07T07:46:58.319Z | real 10:28.221880487 |
| 3163 | 2024-08-07T07:46:58.319Z | user 22:10.517166310 |
| 3164 | 2024-08-07T07:46:58.319Z | sys 4:44.116245009 |
| 3165 | 2024-08-07T07:46:58.319Z | trap 0.473130424 |
| 3166 | 2024-08-07T07:46:58.319Z | tflt 2.715984127 |
| 3167 | 2024-08-07T07:46:58.319Z | dflt 2.231147084 |
| 3168 | 2024-08-07T07:46:58.319Z | kflt 0.000951314 |
| 3169 | 2024-08-07T07:46:58.319Z | lock 39:41.455644190 |
| 3170 | 2024-08-07T07:46:58.319Z | slp 1:48:34.080397893 |
| 3171 | 2024-08-07T07:46:58.319Z | lat 55.681590683 |
| 3172 | 2024-08-07T07:46:58.319Z | stop 2:35.602854873 |
| 3173 | 2024-08-07T07:46:58.323Z | process exited: duration 926360 ms, exit code 0 |
| |
| 3174 | 2024-08-07T07:46:58.331Z | found 0 output files |