|
|
|
| 1 | 2024-07-30T18:46:15.342Z | job assigned to worker 01J42FC8N1XQKCTM13DC3BKTHH (queued for 55 s) |
| |
| 2 | 2024-07-30T18:46:23.344Z | starting task 0: "setup" |
| 3 | 2024-07-30T18:46:23.402Z | ++ uname -s |
| 4 | 2024-07-30T18:46:23.405Z | + kern=SunOS |
| 5 | 2024-07-30T18:46:23.405Z | + case "$kern" in |
| 6 | 2024-07-30T18:46:23.405Z | + groupadd -g 12345 build |
| 7 | 2024-07-30T18:46:23.408Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-30T18:46:25.430Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-30T18:46:25.545Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-30T18:46:25.548Z | + home_fs=zfs |
| 11 | 2024-07-30T18:46:25.548Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-30T18:46:25.548Z | + mkdir -p /home/build |
| 13 | 2024-07-30T18:46:25.551Z | + chown build:build /home/build /work |
| 14 | 2024-07-30T18:46:27.558Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-30T18:46:27.579Z | process exited: duration 4209 ms, exit code 0 |
| |
| 16 | 2024-07-30T18:46:27.589Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-30T18:46:27.599Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-30T18:46:27.599Z | ' 1.78.0 |
| 19 | 2024-07-30T18:46:27.599Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-07-30T18:46:27.599Z | * toolchain channel = "1.78.0" |
| 21 | 2024-07-30T18:46:27.599Z | * toolchain profile = "default" |
| 22 | 2024-07-30T18:46:27.599Z | ' default |
| 23 | 2024-07-30T18:46:27.604Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-30T18:46:27.604Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-30T18:46:27.717Z | info: downloading installer |
| 26 | 2024-07-30T18:46:29.036Z | info: profile set to 'default' |
| 27 | 2024-07-30T18:46:29.036Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-30T18:46:29.036Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-30T18:46:29.204Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-30T18:46:29.204Z | info: downloading component 'cargo' |
| 31 | 2024-07-30T18:46:30.193Z | info: downloading component 'clippy' |
| 32 | 2024-07-30T18:46:30.522Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-30T18:46:31.842Z | info: downloading component 'rust-std' |
| 34 | 2024-07-30T18:46:33.931Z | info: downloading component 'rustc' |
| 35 | 2024-07-30T18:46:39.280Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-30T18:46:39.565Z | info: installing component 'cargo' |
| 37 | 2024-07-30T18:46:40.423Z | info: installing component 'clippy' |
| 38 | 2024-07-30T18:46:40.791Z | info: installing component 'rust-docs' |
| 39 | 2024-07-30T18:46:42.306Z | info: installing component 'rust-std' |
| 40 | 2024-07-30T18:46:44.124Z | info: installing component 'rustc' |
| 41 | 2024-07-30T18:46:48.355Z | info: installing component 'rustfmt' |
| 42 | 2024-07-30T18:46:48.729Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-07-30T18:46:48.729Z | |
| 44 | 2024-07-30T18:46:48.989Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-30T18:46:48.989Z | |
| 46 | 2024-07-30T18:46:48.992Z | |
| 47 | 2024-07-30T18:46:48.992Z | Rust is installed now. Great! |
| 48 | 2024-07-30T18:46:48.992Z | |
| 49 | 2024-07-30T18:46:48.992Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-30T18:46:48.992Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-30T18:46:48.992Z | |
| 52 | 2024-07-30T18:46:48.992Z | To configure your current shell, you need to source |
| 53 | 2024-07-30T18:46:48.992Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-30T18:46:48.992Z | |
| 55 | 2024-07-30T18:46:48.992Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-30T18:46:48.992Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-30T18:46:48.992Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-30T18:46:49.057Z | + rustc --version |
| 59 | 2024-07-30T18:46:49.117Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-30T18:46:49.120Z | process exited: duration 21529 ms, exit code 0 |
| |
| 61 | 2024-07-30T18:46:49.125Z | starting task 2: "authentication" |
| 62 | 2024-07-30T18:46:49.146Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-07-30T18:46:49.154Z | starting task 3: "clone repository" |
| 64 | 2024-07-30T18:46:49.157Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-07-30T18:46:49.160Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-07-30T18:46:49.306Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-07-30T18:46:56.314Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-07-30T18:46:56.314Z | + git fetch origin 6b299cbdb616e57a445b25cbd5809e63ea128664 |
| 69 | 2024-07-30T18:46:56.586Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-07-30T18:46:56.586Z | * branch 6b299cbdb616e57a445b25cbd5809e63ea128664 -> FETCH_HEAD |
| 71 | 2024-07-30T18:46:56.595Z | + [[ -n '' ]] |
| 72 | 2024-07-30T18:46:56.595Z | + git reset --hard 6b299cbdb616e57a445b25cbd5809e63ea128664 |
| 73 | 2024-07-30T18:46:56.733Z | HEAD is now at 6b299cbdb fix rand_seeder -> rand_core dependency |
| 74 | 2024-07-30T18:46:56.737Z | process exited: duration 7581 ms, exit code 0 |
| |
| 75 | 2024-07-30T18:46:56.745Z | starting task 4: "build" |
| 76 | 2024-07-30T18:46:56.750Z | + cargo --version |
| 77 | 2024-07-30T18:46:56.802Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 78 | 2024-07-30T18:46:56.805Z | + rustc --version |
| 79 | 2024-07-30T18:46:56.860Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 80 | 2024-07-30T18:46:56.863Z | + source ./env.sh |
| 81 | 2024-07-30T18:46:56.863Z | ++ OLD_SHELL_OPTS=ehxB |
| 82 | 2024-07-30T18:46:56.863Z | ++ set -o xtrace |
| 83 | 2024-07-30T18:46:56.866Z | ++++ dirname ./env.sh |
| 84 | 2024-07-30T18:46:56.869Z | +++ readlink -f . |
| 85 | 2024-07-30T18:46:56.895Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 86 | 2024-07-30T18:46:56.895Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 87 | 2024-07-30T18:46:56.895Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 88 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 89 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 90 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 91 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 92 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 93 | 2024-07-30T18:46:56.899Z | ++ 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 |
| 94 | 2024-07-30T18:46:56.899Z | ++ case $OLD_SHELL_OPTS in |
| 95 | 2024-07-30T18:46:56.899Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 96 | 2024-07-30T18:46:56.899Z | + 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 |
| 97 | 2024-07-30T18:46:56.899Z | + 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 |
| 98 | 2024-07-30T18:46:56.899Z | + banner prerequisites |
| 99 | 2024-07-30T18:46:56.913Z | |
| 100 | 2024-07-30T18:46:56.913Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 101 | 2024-07-30T18:46:56.913Z | # # # # # # # # # # # # # # # |
| 102 | 2024-07-30T18:46:56.913Z | # # # # ##### # # ##### # # # # # #### # |
| 103 | 2024-07-30T18:46:56.913Z | ##### ##### # ##### # # # # # # # # # |
| 104 | 2024-07-30T18:46:56.913Z | # # # # # # # # # # # # # # # |
| 105 | 2024-07-30T18:46:56.913Z | # # # ###### # # ###### ### # #### # #### # |
| 106 | 2024-07-30T18:46:56.913Z | |
| 107 | 2024-07-30T18:46:56.916Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 108 | 2024-07-30T18:47:13.855Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 109 | 2024-07-30T18:47:16.194Z | Startup: Caching catalogs ... Done |
| 110 | 2024-07-30T18:47:19.785Z | Planning: Solver setup ... Done (3.102s) |
| 111 | 2024-07-30T18:47:19.843Z | Planning: Running solver ... Done (0.058s) |
| 112 | 2024-07-30T18:47:19.892Z | Planning: Finding local manifests ... Done (0.004s) |
| 113 | 2024-07-30T18:47:19.904Z | Planning: Fetching manifests: 0/4 0% complete |
| 114 | 2024-07-30T18:47:20.253Z | Planning: Fetching manifests: 4/4 100% complete |
| 115 | 2024-07-30T18:47:20.302Z | Planning: Package planning ... Done (0.049s) |
| 116 | 2024-07-30T18:47:20.354Z | Planning: Merging actions ... Done (0.051s) |
| 117 | 2024-07-30T18:47:21.713Z | Planning: Checking for conflicting actions ... Done (1.359s) |
| 118 | 2024-07-30T18:47:21.724Z | Planning: Consolidating action changes ... Done (0.011s) |
| 119 | 2024-07-30T18:47:27.382Z | Planning: Evaluating mediators ... Done (5.657s) |
| 120 | 2024-07-30T18:47:27.392Z | Planning: Planning completed in 11.13 seconds |
| 121 | 2024-07-30T18:47:27.945Z | Packages to install: 4 |
| 122 | 2024-07-30T18:47:27.945Z | Mediators to change: 2 |
| 123 | 2024-07-30T18:47:27.945Z | Services to change: 1 |
| 124 | 2024-07-30T18:47:27.945Z | Estimated space available: 155.77 GB |
| 125 | 2024-07-30T18:47:27.945Z | Estimated space to be consumed: 1.47 GB |
| 126 | 2024-07-30T18:47:27.949Z | Create boot environment: No |
| 127 | 2024-07-30T18:47:27.949Z | Create backup boot environment: No |
| 128 | 2024-07-30T18:47:27.949Z | Rebuild boot archive: No |
| 129 | 2024-07-30T18:47:27.949Z | |
| 130 | 2024-07-30T18:47:27.949Z | Changed mediators: |
| 131 | 2024-07-30T18:47:27.949Z | mediator clang: |
| 132 | 2024-07-30T18:47:27.949Z | version: None -> 15 (system default) |
| 133 | 2024-07-30T18:47:27.949Z | |
| 134 | 2024-07-30T18:47:27.949Z | mediator llvm: |
| 135 | 2024-07-30T18:47:27.949Z | version: 14 (system default) -> 15 (system default) |
| 136 | 2024-07-30T18:47:27.949Z | |
| 137 | 2024-07-30T18:47:27.949Z | Changed packages: |
| 138 | 2024-07-30T18:47:27.949Z | helios-dev |
| 139 | 2024-07-30T18:47:27.949Z | developer/build-essential |
| 140 | 2024-07-30T18:47:27.949Z | None -> 11-2.0 |
| 141 | 2024-07-30T18:47:27.949Z | library/libxmlsec1 |
| 142 | 2024-07-30T18:47:27.949Z | None -> 1.2.35-2.0 |
| 143 | 2024-07-30T18:47:27.949Z | ooce/developer/clang-15 |
| 144 | 2024-07-30T18:47:27.949Z | None -> 15.0.7-2.0 |
| 145 | 2024-07-30T18:47:27.949Z | ooce/developer/llvm-15 |
| 146 | 2024-07-30T18:47:27.949Z | None -> 15.0.7-2.0 |
| 147 | 2024-07-30T18:47:27.949Z | |
| 148 | 2024-07-30T18:47:27.950Z | Services: |
| 149 | 2024-07-30T18:47:27.950Z | restart_fmri: |
| 150 | 2024-07-30T18:47:27.950Z | svc:/system/update-man-index:default |
| 151 | 2024-07-30T18:47:28.088Z | |
| 152 | 2024-07-30T18:47:28.088Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 153 | 2024-07-30T18:47:33.091Z | Download: 354/3290 items 2.1/212.6MB 0% complete (422k/s) |
| 154 | 2024-07-30T18:47:38.095Z | Download: 1009/3290 items 13.0/212.6MB 6% complete (1.3M/s) |
| 155 | 2024-07-30T18:47:56.370Z | Download: 1196/3290 items 83.4/212.6MB 39% complete |
| 156 | 2024-07-30T18:48:01.371Z | Download: 1937/3290 items 118.6/212.6MB 55% complete (7.2M/s) |
| 157 | 2024-07-30T18:48:07.522Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (5.4M/s) |
| 158 | 2024-07-30T18:48:12.524Z | Download: 2791/3290 items 121.0/212.6MB 56% complete (202k/s) |
| 159 | 2024-07-30T18:48:16.837Z | Download: Completed 212.60 MB in 48.74 seconds (4.4M/s) |
| 160 | 2024-07-30T18:48:18.207Z | Actions: 1/3689 actions (Installing new actions) |
| 161 | 2024-07-30T18:48:23.251Z | Actions: 3685/3689 actions (Installing new actions) |
| 162 | 2024-07-30T18:48:23.301Z | Actions: Completed 3689 actions in 5.09 seconds. |
| 163 | 2024-07-30T18:48:23.441Z | Done (0.135s) |
| 164 | 2024-07-30T18:48:23.441Z | Done (0.000s) |
| 165 | 2024-07-30T18:48:23.782Z | Done (0.340s) |
| 166 | 2024-07-30T18:48:28.873Z | Done (4.938s) |
| 167 | 2024-07-30T18:48:29.056Z | Done (0.121s) |
| 168 | 2024-07-30T18:48:29.059Z | Done (0.000s) |
| 169 | 2024-07-30T18:48:29.660Z | Done (0.000s) |
| 170 | 2024-07-30T18:48:30.225Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2024-07-30T18:48:30.390Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2024-07-30T18:48:30.393Z | Planning: Consolidating action changes ... Done |
| 173 | 2024-07-30T18:48:30.654Z | Planning: Evaluating mediators ... Done |
| 174 | 2024-07-30T18:48:30.657Z | Planning: Planning completed in 0.43 seconds |
| 175 | 2024-07-30T18:48:30.687Z | Mediators to change: 2 |
| 176 | 2024-07-30T18:48:30.687Z | Create boot environment: No |
| 177 | 2024-07-30T18:48:30.690Z | Create backup boot environment: No |
| 178 | 2024-07-30T18:48:30.795Z | Done |
| 179 | 2024-07-30T18:48:30.795Z | Done |
| 180 | 2024-07-30T18:48:31.010Z | Done |
| 181 | 2024-07-30T18:48:34.450Z | Done |
| 182 | 2024-07-30T18:48:34.534Z | Done |
| 183 | 2024-07-30T18:48:34.537Z | Done |
| 184 | 2024-07-30T18:48:34.677Z | Done |
| 185 | 2024-07-30T18:48:35.276Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-07-30T18:48:35.280Z | Planning: Merging actions ... Done |
| 187 | 2024-07-30T18:48:35.473Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2024-07-30T18:48:35.476Z | Planning: Consolidating action changes ... Done |
| 189 | 2024-07-30T18:48:35.741Z | Planning: Evaluating mediators ... Done |
| 190 | 2024-07-30T18:48:35.795Z | Planning: Planning completed in 0.76 seconds |
| 191 | 2024-07-30T18:48:35.830Z | Packages to change: 1 |
| 192 | 2024-07-30T18:48:35.830Z | Mediators to change: 1 |
| 193 | 2024-07-30T18:48:35.830Z | Services to change: 1 |
| 194 | 2024-07-30T18:48:35.830Z | Create boot environment: No |
| 195 | 2024-07-30T18:48:35.833Z | Create backup boot environment: Yes |
| 196 | 2024-07-30T18:48:37.747Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2024-07-30T18:48:37.789Z | Actions: Completed 6 actions in 0.04 seconds. |
| 198 | 2024-07-30T18:48:37.792Z | Done |
| 199 | 2024-07-30T18:48:37.792Z | Done |
| 200 | 2024-07-30T18:48:37.861Z | Done |
| 201 | 2024-07-30T18:48:41.453Z | Done |
| 202 | 2024-07-30T18:48:41.540Z | Done |
| 203 | 2024-07-30T18:48:41.543Z | Done |
| 204 | 2024-07-30T18:48:42.048Z | Done |
| 205 | 2024-07-30T18:48:42.575Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2024-07-30T18:48:42.575Z | clang system 15 system |
| 207 | 2024-07-30T18:48:42.575Z | csh system system illumos |
| 208 | 2024-07-30T18:48:42.575Z | ctags system system illumos |
| 209 | 2024-07-30T18:48:42.576Z | gcc vendor 12 vendor |
| 210 | 2024-07-30T18:48:42.576Z | gcc system 10 system |
| 211 | 2024-07-30T18:48:42.576Z | gcc system 7 system |
| 212 | 2024-07-30T18:48:42.576Z | go system 1.20 system |
| 213 | 2024-07-30T18:48:42.576Z | go system 1.19 system |
| 214 | 2024-07-30T18:48:42.576Z | llvm system 15 system |
| 215 | 2024-07-30T18:48:42.576Z | llvm system 14 system |
| 216 | 2024-07-30T18:48:42.576Z | mariadb system 10.6 system |
| 217 | 2024-07-30T18:48:42.576Z | mta vendor vendor dma |
| 218 | 2024-07-30T18:48:42.576Z | openjdk system 17 system |
| 219 | 2024-07-30T18:48:42.576Z | openjdk system 11 system |
| 220 | 2024-07-30T18:48:42.576Z | openjdk system 1.8 system |
| 221 | 2024-07-30T18:48:42.576Z | openssl vendor 3 vendor |
| 222 | 2024-07-30T18:48:42.576Z | perl system 5.36 system |
| 223 | 2024-07-30T18:48:42.576Z | postgresql system 15 system |
| 224 | 2024-07-30T18:48:42.576Z | postgresql system 13 system |
| 225 | 2024-07-30T18:48:42.576Z | python vendor 3 vendor |
| 226 | 2024-07-30T18:48:42.576Z | python system 2 system |
| 227 | 2024-07-30T18:48:42.576Z | python3 system 3.11 system |
| 228 | 2024-07-30T18:48:42.576Z | ruby system 3.0 system |
| 229 | 2024-07-30T18:48:42.576Z | words vendor vendor american-english |
| 230 | 2024-07-30T18:48:42.576Z | words system system australian-english |
| 231 | 2024-07-30T18:48:42.576Z | words system system british-english |
| 232 | 2024-07-30T18:48:42.576Z | words system system canadian-english |
| 233 | 2024-07-30T18:48:42.576Z | words system system french |
| 234 | 2024-07-30T18:48:42.576Z | words system system italian |
| 235 | 2024-07-30T18:48:42.576Z | words system system ngerman |
| 236 | 2024-07-30T18:48:42.576Z | words system system ogerman |
| 237 | 2024-07-30T18:48:42.576Z | words system system spanish |
| 238 | 2024-07-30T18:48:42.798Z | PUBLISHER TYPE STATUS P LOCATION |
| 239 | 2024-07-30T18:48:42.798Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 240 | 2024-07-30T18:48:44.418Z | FMRI IFO |
| 241 | 2024-07-30T18:48:44.418Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 242 | 2024-07-30T18:48:44.418Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 243 | 2024-07-30T18:48:44.418Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 244 | 2024-07-30T18:48:44.418Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 245 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 246 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 247 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 248 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 249 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 250 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 251 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 252 | 2024-07-30T18:48:44.419Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 253 | 2024-07-30T18:48:44.942Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 254 | 2024-07-30T18:48:45.212Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 255 | 2024-07-30T18:48:45.473Z | Updating crates.io index |
| 256 | 2024-07-30T18:48:45.554Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 257 | 2024-07-30T18:48:46.365Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2024-07-30T18:48:47.156Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 259 | 2024-07-30T18:48:47.458Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 260 | 2024-07-30T18:48:49.526Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2024-07-30T18:48:50.061Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2024-07-30T18:48:50.305Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 263 | 2024-07-30T18:48:51.314Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2024-07-30T18:48:53.368Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 265 | 2024-07-30T18:48:54.494Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 266 | 2024-07-30T18:48:55.150Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 267 | 2024-07-30T18:48:55.782Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2024-07-30T18:48:56.089Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 269 | 2024-07-30T18:48:56.365Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 270 | 2024-07-30T18:48:56.707Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 271 | 2024-07-30T18:48:56.986Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 272 | 2024-07-30T18:48:57.214Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 273 | 2024-07-30T18:48:57.419Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 274 | 2024-07-30T18:48:57.774Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 275 | 2024-07-30T18:48:58.081Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2024-07-30T18:48:58.449Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 277 | 2024-07-30T18:48:58.697Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2024-07-30T18:48:59.447Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2024-07-30T18:48:59.819Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2024-07-30T18:49:00.235Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 281 | 2024-07-30T18:49:02.263Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2024-07-30T18:49:02.578Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2024-07-30T18:49:02.849Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2024-07-30T18:49:03.380Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 285 | 2024-07-30T18:49:04.546Z | Downloading crates ... |
| 286 | 2024-07-30T18:49:04.628Z | Downloaded anstyle-query v1.0.3 |
| 287 | 2024-07-30T18:49:04.631Z | Downloaded cargo-platform v0.1.8 |
| 288 | 2024-07-30T18:49:04.631Z | Downloaded bytecount v0.6.8 |
| 289 | 2024-07-30T18:49:04.634Z | Downloaded autocfg v1.3.0 |
| 290 | 2024-07-30T18:49:04.637Z | Downloaded cargo_toml v0.20.4 |
| 291 | 2024-07-30T18:49:04.637Z | Downloaded block-buffer v0.10.4 |
| 292 | 2024-07-30T18:49:04.640Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2024-07-30T18:49:04.640Z | Downloaded swrite v0.1.0 |
| 294 | 2024-07-30T18:49:04.647Z | Downloaded scroll_derive v0.12.0 |
| 295 | 2024-07-30T18:49:04.651Z | Downloaded cfg-if v1.0.0 |
| 296 | 2024-07-30T18:49:04.655Z | Downloaded bitflags v2.6.0 |
| 297 | 2024-07-30T18:49:04.658Z | Downloaded anstyle-parse v0.2.4 |
| 298 | 2024-07-30T18:49:04.658Z | Downloaded anstyle v1.0.7 |
| 299 | 2024-07-30T18:49:04.662Z | Downloaded byteorder v1.5.0 |
| 300 | 2024-07-30T18:49:04.662Z | Downloaded thiserror v1.0.63 |
| 301 | 2024-07-30T18:49:04.665Z | Downloaded tabled_derive v0.7.0 |
| 302 | 2024-07-30T18:49:04.669Z | Downloaded pretty-hex v0.4.1 |
| 303 | 2024-07-30T18:49:04.669Z | Downloaded itoa v1.0.11 |
| 304 | 2024-07-30T18:49:04.672Z | Downloaded errno v0.3.9 |
| 305 | 2024-07-30T18:49:04.672Z | Downloaded serde_tokenstream v0.2.1 |
| 306 | 2024-07-30T18:49:04.675Z | Downloaded proc-macro-error-attr v1.0.4 |
| 307 | 2024-07-30T18:49:04.675Z | Downloaded fs-err v2.11.0 |
| 308 | 2024-07-30T18:49:04.678Z | Downloaded digest v0.10.7 |
| 309 | 2024-07-30T18:49:04.678Z | Downloaded utf8parse v0.2.1 |
| 310 | 2024-07-30T18:49:04.682Z | Downloaded usdt-impl v0.5.0 |
| 311 | 2024-07-30T18:49:04.682Z | Downloaded usdt v0.5.0 |
| 312 | 2024-07-30T18:49:04.682Z | Downloaded quote v1.0.36 |
| 313 | 2024-07-30T18:49:04.685Z | Downloaded toml_datetime v0.6.6 |
| 314 | 2024-07-30T18:49:04.685Z | Downloaded thread-id v4.2.1 |
| 315 | 2024-07-30T18:49:04.688Z | Downloaded cargo_metadata v0.18.1 |
| 316 | 2024-07-30T18:49:04.688Z | Downloaded camino v1.1.7 |
| 317 | 2024-07-30T18:49:04.691Z | Downloaded anyhow v1.0.86 |
| 318 | 2024-07-30T18:49:04.694Z | Downloaded anstream v0.6.14 |
| 319 | 2024-07-30T18:49:04.697Z | Downloaded sha2 v0.10.8 |
| 320 | 2024-07-30T18:49:04.697Z | Downloaded is_terminal_polyfill v1.70.0 |
| 321 | 2024-07-30T18:49:04.700Z | Downloaded equivalent v1.0.1 |
| 322 | 2024-07-30T18:49:04.700Z | Downloaded cpufeatures v0.2.12 |
| 323 | 2024-07-30T18:49:04.701Z | Downloaded clap_lex v0.7.0 |
| 324 | 2024-07-30T18:49:04.704Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2024-07-30T18:49:04.704Z | Downloaded usdt-attr-macro v0.5.0 |
| 326 | 2024-07-30T18:49:04.708Z | Downloaded plain v0.2.3 |
| 327 | 2024-07-30T18:49:04.711Z | Downloaded log v0.4.21 |
| 328 | 2024-07-30T18:49:04.715Z | Downloaded typenum v1.17.0 |
| 329 | 2024-07-30T18:49:04.722Z | Downloaded pest_derive v2.7.10 |
| 330 | 2024-07-30T18:49:04.722Z | Downloaded strsim v0.11.1 |
| 331 | 2024-07-30T18:49:04.723Z | Downloaded pest_meta v2.7.10 |
| 332 | 2024-07-30T18:49:04.727Z | Downloaded heck v0.4.1 |
| 333 | 2024-07-30T18:49:04.727Z | Downloaded colorchoice v1.0.1 |
| 334 | 2024-07-30T18:49:04.727Z | Downloaded version_check v0.9.4 |
| 335 | 2024-07-30T18:49:04.727Z | Downloaded serde_spanned v0.6.6 |
| 336 | 2024-07-30T18:49:04.731Z | Downloaded heck v0.5.0 |
| 337 | 2024-07-30T18:49:04.734Z | Downloaded ryu v1.0.18 |
| 338 | 2024-07-30T18:49:04.741Z | Downloaded terminal_size v0.3.0 |
| 339 | 2024-07-30T18:49:04.741Z | Downloaded thiserror-impl v1.0.63 |
| 340 | 2024-07-30T18:49:04.741Z | Downloaded generic-array v0.14.7 |
| 341 | 2024-07-30T18:49:04.745Z | Downloaded pest_generator v2.7.10 |
| 342 | 2024-07-30T18:49:04.745Z | Downloaded memmap v0.7.0 |
| 343 | 2024-07-30T18:49:04.745Z | Downloaded dof v0.3.0 |
| 344 | 2024-07-30T18:49:04.745Z | Downloaded crypto-common v0.1.6 |
| 345 | 2024-07-30T18:49:04.745Z | Downloaded unicode-ident v1.0.12 |
| 346 | 2024-07-30T18:49:04.748Z | Downloaded papergrid v0.11.0 |
| 347 | 2024-07-30T18:49:04.755Z | Downloaded macaddr v1.0.1 |
| 348 | 2024-07-30T18:49:04.755Z | Downloaded fnv v1.0.7 |
| 349 | 2024-07-30T18:49:04.755Z | Downloaded scroll v0.12.0 |
| 350 | 2024-07-30T18:49:04.758Z | Downloaded clap_derive v4.5.8 |
| 351 | 2024-07-30T18:49:04.758Z | Downloaded semver v1.0.23 |
| 352 | 2024-07-30T18:49:04.761Z | Downloaded proc-macro-error v1.0.4 |
| 353 | 2024-07-30T18:49:04.764Z | Downloaded zerocopy-derive v0.7.34 |
| 354 | 2024-07-30T18:49:04.767Z | Downloaded indexmap v2.2.6 |
| 355 | 2024-07-30T18:49:04.772Z | Downloaded ucd-trie v0.1.6 |
| 356 | 2024-07-30T18:49:04.775Z | Downloaded proc-macro2 v1.0.86 |
| 357 | 2024-07-30T18:49:04.778Z | Downloaded once_cell v1.19.0 |
| 358 | 2024-07-30T18:49:04.781Z | Downloaded toml v0.8.15 |
| 359 | 2024-07-30T18:49:04.784Z | Downloaded serde_derive v1.0.204 |
| 360 | 2024-07-30T18:49:04.787Z | Downloaded memchr v2.7.2 |
| 361 | 2024-07-30T18:49:04.789Z | Downloaded serde v1.0.204 |
| 362 | 2024-07-30T18:49:04.792Z | Downloaded clap v4.5.9 |
| 363 | 2024-07-30T18:49:04.815Z | Downloaded toml_edit v0.22.16 |
| 364 | 2024-07-30T18:49:04.837Z | Downloaded winnow v0.6.8 |
| 365 | 2024-07-30T18:49:04.847Z | Downloaded pest v2.7.10 |
| 366 | 2024-07-30T18:49:04.850Z | Downloaded clap_builder v4.5.9 |
| 367 | 2024-07-30T18:49:04.857Z | Downloaded serde_json v1.0.120 |
| 368 | 2024-07-30T18:49:04.863Z | Downloaded zerocopy v0.7.34 |
| 369 | 2024-07-30T18:49:04.879Z | Downloaded hashbrown v0.14.5 |
| 370 | 2024-07-30T18:49:04.883Z | Downloaded tabled v0.15.0 |
| 371 | 2024-07-30T18:49:04.898Z | Downloaded goblin v0.8.2 |
| 372 | 2024-07-30T18:49:04.903Z | Downloaded syn v2.0.72 |
| 373 | 2024-07-30T18:49:04.914Z | Downloaded syn v1.0.109 |
| 374 | 2024-07-30T18:49:04.929Z | Downloaded rustix v0.38.34 |
| 375 | 2024-07-30T18:49:04.949Z | Downloaded unicode-width v0.1.13 |
| 376 | 2024-07-30T18:49:04.956Z | Downloaded libc v0.2.155 |
| 377 | 2024-07-30T18:49:05.242Z | Compiling proc-macro2 v1.0.86 |
| 378 | 2024-07-30T18:49:05.242Z | Compiling unicode-ident v1.0.12 |
| 379 | 2024-07-30T18:49:05.242Z | Compiling version_check v0.9.4 |
| 380 | 2024-07-30T18:49:05.246Z | Compiling serde v1.0.204 |
| 381 | 2024-07-30T18:49:05.246Z | Compiling thiserror v1.0.63 |
| 382 | 2024-07-30T18:49:05.246Z | Compiling libc v0.2.155 |
| 383 | 2024-07-30T18:49:05.246Z | Compiling memchr v2.7.2 |
| 384 | 2024-07-30T18:49:05.273Z | Compiling ryu v1.0.18 |
| 385 | 2024-07-30T18:49:05.480Z | Compiling ucd-trie v0.1.6 |
| 386 | 2024-07-30T18:49:05.726Z | Compiling itoa v1.0.11 |
| 387 | 2024-07-30T18:49:05.922Z | Compiling once_cell v1.19.0 |
| 388 | 2024-07-30T18:49:06.062Z | Compiling byteorder v1.5.0 |
| 389 | 2024-07-30T18:49:06.385Z | Compiling serde_json v1.0.120 |
| 390 | 2024-07-30T18:49:07.190Z | Compiling usdt-impl v0.5.0 |
| 391 | 2024-07-30T18:49:07.193Z | Compiling proc-macro-error-attr v1.0.4 |
| 392 | 2024-07-30T18:49:07.236Z | Compiling syn v1.0.109 |
| 393 | 2024-07-30T18:49:07.240Z | Compiling rustix v0.38.34 |
| 394 | 2024-07-30T18:49:07.315Z | Compiling proc-macro-error v1.0.4 |
| 395 | 2024-07-30T18:49:07.531Z | Compiling utf8parse v0.2.1 |
| 396 | 2024-07-30T18:49:07.576Z | Compiling plain v0.2.3 |
| 397 | 2024-07-30T18:49:07.620Z | Compiling equivalent v1.0.1 |
| 398 | 2024-07-30T18:49:07.679Z | Compiling log v0.4.21 |
| 399 | 2024-07-30T18:49:07.735Z | Compiling hashbrown v0.14.5 |
| 400 | 2024-07-30T18:49:07.760Z | Compiling bitflags v2.6.0 |
| 401 | 2024-07-30T18:49:07.921Z | Compiling thread-id v4.2.1 |
| 402 | 2024-07-30T18:49:07.988Z | Compiling anstyle-parse v0.2.4 |
| 403 | 2024-07-30T18:49:08.176Z | Compiling quote v1.0.36 |
| 404 | 2024-07-30T18:49:08.200Z | Compiling winnow v0.6.8 |
| 405 | 2024-07-30T18:49:08.203Z | Compiling autocfg v1.3.0 |
| 406 | 2024-07-30T18:49:08.297Z | Compiling anstyle-query v1.0.3 |
| 407 | 2024-07-30T18:49:08.389Z | Compiling colorchoice v1.0.1 |
| 408 | 2024-07-30T18:49:08.445Z | Compiling errno v0.3.9 |
| 409 | 2024-07-30T18:49:08.540Z | Compiling syn v2.0.72 |
| 410 | 2024-07-30T18:49:08.875Z | Compiling pretty-hex v0.4.1 |
| 411 | 2024-07-30T18:49:09.005Z | Compiling indexmap v2.2.6 |
| 412 | 2024-07-30T18:49:09.088Z | Compiling semver v1.0.23 |
| 413 | 2024-07-30T18:49:09.173Z | Compiling anstyle v1.0.7 |
| 414 | 2024-07-30T18:49:09.562Z | Compiling is_terminal_polyfill v1.70.0 |
| 415 | 2024-07-30T18:49:09.627Z | Compiling camino v1.1.7 |
| 416 | 2024-07-30T18:49:09.692Z | Compiling anstream v0.6.14 |
| 417 | 2024-07-30T18:49:10.103Z | Compiling terminal_size v0.3.0 |
| 418 | 2024-07-30T18:49:10.287Z | Compiling fs-err v2.11.0 |
| 419 | 2024-07-30T18:49:10.338Z | Compiling fnv v1.0.7 |
| 420 | 2024-07-30T18:49:10.423Z | Compiling anyhow v1.0.86 |
| 421 | 2024-07-30T18:49:10.448Z | Compiling heck v0.5.0 |
| 422 | 2024-07-30T18:49:10.478Z | Compiling heck v0.4.1 |
| 423 | 2024-07-30T18:49:10.502Z | Compiling strsim v0.11.1 |
| 424 | 2024-07-30T18:49:10.545Z | Compiling bytecount v0.6.8 |
| 425 | 2024-07-30T18:49:10.760Z | Compiling clap_lex v0.7.0 |
| 426 | 2024-07-30T18:49:10.948Z | Compiling unicode-width v0.1.13 |
| 427 | 2024-07-30T18:49:11.109Z | Compiling papergrid v0.11.0 |
| 428 | 2024-07-30T18:49:11.166Z | Compiling clap_builder v4.5.9 |
| 429 | 2024-07-30T18:49:11.187Z | Compiling memmap v0.7.0 |
| 430 | 2024-07-30T18:49:12.007Z | Compiling swrite v0.1.0 |
| 431 | 2024-07-30T18:49:13.799Z | Compiling tabled_derive v0.7.0 |
| 432 | 2024-07-30T18:49:15.451Z | Compiling tabled v0.15.0 |
| 433 | 2024-07-30T18:49:17.454Z | Compiling serde_derive v1.0.204 |
| 434 | 2024-07-30T18:49:17.454Z | Compiling thiserror-impl v1.0.63 |
| 435 | 2024-07-30T18:49:17.458Z | Compiling zerocopy-derive v0.7.34 |
| 436 | 2024-07-30T18:49:17.458Z | Compiling scroll_derive v0.12.0 |
| 437 | 2024-07-30T18:49:17.458Z | Compiling clap_derive v4.5.8 |
| 438 | 2024-07-30T18:49:18.782Z | Compiling scroll v0.12.0 |
| 439 | 2024-07-30T18:49:19.208Z | Compiling goblin v0.8.2 |
| 440 | 2024-07-30T18:49:19.241Z | Compiling zerocopy v0.7.34 |
| 441 | 2024-07-30T18:49:20.216Z | Compiling pest v2.7.10 |
| 442 | 2024-07-30T18:49:21.356Z | Compiling clap v4.5.9 |
| 443 | 2024-07-30T18:49:22.155Z | Compiling pest_meta v2.7.10 |
| 444 | 2024-07-30T18:49:23.031Z | Compiling pest_generator v2.7.10 |
| 445 | 2024-07-30T18:49:24.884Z | Compiling pest_derive v2.7.10 |
| 446 | 2024-07-30T18:49:25.555Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2024-07-30T18:49:27.955Z | Compiling serde_spanned v0.6.6 |
| 448 | 2024-07-30T18:49:27.955Z | Compiling toml_datetime v0.6.6 |
| 449 | 2024-07-30T18:49:27.960Z | Compiling cargo-platform v0.1.8 |
| 450 | 2024-07-30T18:49:28.346Z | Compiling serde_tokenstream v0.2.1 |
| 451 | 2024-07-30T18:49:28.388Z | Compiling toml_edit v0.22.16 |
| 452 | 2024-07-30T18:49:28.488Z | Compiling macaddr v1.0.1 |
| 453 | 2024-07-30T18:49:29.329Z | Compiling dof v0.3.0 |
| 454 | 2024-07-30T18:49:29.329Z | Compiling cargo_metadata v0.18.1 |
| 455 | 2024-07-30T18:49:31.090Z | Compiling toml v0.8.15 |
| 456 | 2024-07-30T18:49:31.429Z | Compiling usdt-macro v0.5.0 |
| 457 | 2024-07-30T18:49:31.429Z | Compiling usdt-attr-macro v0.5.0 |
| 458 | 2024-07-30T18:49:32.036Z | Compiling cargo_toml v0.20.4 |
| 459 | 2024-07-30T18:49:32.761Z | Compiling usdt v0.5.0 |
| 460 | 2024-07-30T18:49:38.405Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 461 | 2024-07-30T18:49:40.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.48s |
| 462 | 2024-07-30T18:49:40.488Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 463 | 2024-07-30T18:49:40.997Z | Downloading crates ... |
| 464 | 2024-07-30T18:49:41.118Z | Downloaded atty v0.2.14 |
| 465 | 2024-07-30T18:49:41.127Z | Downloaded atomicwrites v0.4.3 |
| 466 | 2024-07-30T18:49:41.130Z | Downloaded async-stream-impl v0.3.5 |
| 467 | 2024-07-30T18:49:41.136Z | Downloaded atomic-waker v1.1.2 |
| 468 | 2024-07-30T18:49:41.139Z | Downloaded adler v1.0.2 |
| 469 | 2024-07-30T18:49:41.142Z | Downloaded ascii-canvas v3.0.0 |
| 470 | 2024-07-30T18:49:41.142Z | Downloaded array-init v0.0.4 |
| 471 | 2024-07-30T18:49:41.144Z | Downloaded aead v0.5.2 |
| 472 | 2024-07-30T18:49:41.147Z | Downloaded instant v0.1.12 |
| 473 | 2024-07-30T18:49:41.149Z | Downloaded ciborium-io v0.2.2 |
| 474 | 2024-07-30T18:49:41.149Z | Downloaded cstr-argument v0.1.2 |
| 475 | 2024-07-30T18:49:41.152Z | Downloaded bitstruct v0.1.1 |
| 476 | 2024-07-30T18:49:41.155Z | Downloaded matches v0.1.10 |
| 477 | 2024-07-30T18:49:41.155Z | Downloaded is_ci v1.2.0 |
| 478 | 2024-07-30T18:49:41.157Z | Downloaded inout v0.1.3 |
| 479 | 2024-07-30T18:49:41.157Z | Downloaded opaque-debug v0.3.1 |
| 480 | 2024-07-30T18:49:41.160Z | Downloaded new_debug_unreachable v1.0.6 |
| 481 | 2024-07-30T18:49:41.160Z | Downloaded cexpr v0.6.0 |
| 482 | 2024-07-30T18:49:41.163Z | Downloaded crunchy v0.2.2 |
| 483 | 2024-07-30T18:49:41.163Z | Downloaded is-terminal v0.4.12 |
| 484 | 2024-07-30T18:49:41.165Z | Downloaded bb8 v0.8.5 |
| 485 | 2024-07-30T18:49:41.165Z | Downloaded async-stream v0.3.5 |
| 486 | 2024-07-30T18:49:41.168Z | Downloaded assert_matches v1.5.0 |
| 487 | 2024-07-30T18:49:41.171Z | Downloaded newtype_derive v0.1.6 |
| 488 | 2024-07-30T18:49:41.171Z | Downloaded arrayvec v0.7.4 |
| 489 | 2024-07-30T18:49:41.174Z | Downloaded arrayref v0.3.7 |
| 490 | 2024-07-30T18:49:41.174Z | Downloaded openssl-macros v0.1.1 |
| 491 | 2024-07-30T18:49:41.176Z | Downloaded cipher v0.4.4 |
| 492 | 2024-07-30T18:49:41.176Z | Downloaded parse-size v1.0.0 |
| 493 | 2024-07-30T18:49:41.179Z | Downloaded async-recursion v1.1.1 |
| 494 | 2024-07-30T18:49:41.182Z | Downloaded bitstruct_derive v0.1.0 |
| 495 | 2024-07-30T18:49:41.185Z | Downloaded linear-map v1.2.0 |
| 496 | 2024-07-30T18:49:41.185Z | Downloaded md-5 v0.10.6 |
| 497 | 2024-07-30T18:49:41.187Z | Downloaded indent_write v2.2.0 |
| 498 | 2024-07-30T18:49:41.190Z | Downloaded maplit v1.0.2 |
| 499 | 2024-07-30T18:49:41.190Z | Downloaded crc-catalog v2.4.0 |
| 500 | 2024-07-30T18:49:41.192Z | Downloaded num_threads v0.1.7 |
| 501 | 2024-07-30T18:49:41.195Z | Downloaded bzip2 v0.4.4 |
| 502 | 2024-07-30T18:49:41.195Z | Downloaded nibble_vec v0.1.0 |
| 503 | 2024-07-30T18:49:41.197Z | Downloaded nanorand v0.7.0 |
| 504 | 2024-07-30T18:49:41.200Z | Downloaded lru v0.12.3 |
| 505 | 2024-07-30T18:49:41.203Z | Downloaded olpc-cjson v0.1.3 |
| 506 | 2024-07-30T18:49:41.203Z | Downloaded data-encoding v2.6.0 |
| 507 | 2024-07-30T18:49:41.205Z | Downloaded num_enum v0.5.11 |
| 508 | 2024-07-30T18:49:41.209Z | Downloaded mockall v0.12.1 |
| 509 | 2024-07-30T18:49:41.212Z | Downloaded libsw v3.3.1 |
| 510 | 2024-07-30T18:49:41.215Z | Downloaded libloading v0.8.3 |
| 511 | 2024-07-30T18:49:41.217Z | Downloaded mime v0.3.17 |
| 512 | 2024-07-30T18:49:41.220Z | Downloaded paste v1.0.15 |
| 513 | 2024-07-30T18:49:41.222Z | Downloaded parse-display v0.9.1 |
| 514 | 2024-07-30T18:49:41.225Z | Downloaded managed v0.8.0 |
| 515 | 2024-07-30T18:49:41.225Z | Downloaded signal-hook-tokio v0.3.1 |
| 516 | 2024-07-30T18:49:41.227Z | Downloaded darling_macro v0.20.9 |
| 517 | 2024-07-30T18:49:41.227Z | Downloaded stability v0.2.0 |
| 518 | 2024-07-30T18:49:41.230Z | Downloaded ciborium-ll v0.2.2 |
| 519 | 2024-07-30T18:49:41.230Z | Downloaded chacha20 v0.9.1 |
| 520 | 2024-07-30T18:49:41.233Z | Downloaded newline-converter v0.3.0 |
| 521 | 2024-07-30T18:49:41.233Z | Downloaded openssl-probe v0.1.5 |
| 522 | 2024-07-30T18:49:41.236Z | Downloaded normalize-line-endings v0.3.0 |
| 523 | 2024-07-30T18:49:41.236Z | Downloaded sync_wrapper v0.1.2 |
| 524 | 2024-07-30T18:49:41.236Z | Downloaded oso-derive v0.27.3 |
| 525 | 2024-07-30T18:49:41.239Z | Downloaded castaway v0.2.2 |
| 526 | 2024-07-30T18:49:41.239Z | Downloaded cassowary v0.3.0 |
| 527 | 2024-07-30T18:49:41.242Z | Downloaded const_format_proc_macros v0.2.32 |
| 528 | 2024-07-30T18:49:41.244Z | Downloaded num-conv v0.1.0 |
| 529 | 2024-07-30T18:49:41.245Z | Downloaded mime_guess v2.0.4 |
| 530 | 2024-07-30T18:49:41.247Z | Downloaded lazy_static v1.5.0 |
| 531 | 2024-07-30T18:49:41.250Z | Downloaded strum v0.26.3 |
| 532 | 2024-07-30T18:49:41.250Z | Downloaded nu-ansi-term v0.50.0 |
| 533 | 2024-07-30T18:49:41.253Z | Downloaded sqlparser_derive v0.2.2 |
| 534 | 2024-07-30T18:49:41.253Z | Downloaded owo-colors v4.0.0 |
| 535 | 2024-07-30T18:49:41.256Z | Downloaded camino-tempfile v1.1.1 |
| 536 | 2024-07-30T18:49:41.259Z | Downloaded csv-core v0.1.11 |
| 537 | 2024-07-30T18:49:41.262Z | Downloaded number_prefix v0.4.0 |
| 538 | 2024-07-30T18:49:41.262Z | Downloaded parking_lot_core v0.9.10 |
| 539 | 2024-07-30T18:49:41.273Z | Downloaded packed_struct_codegen v0.10.1 |
| 540 | 2024-07-30T18:49:41.273Z | Downloaded bitfield v0.14.0 |
| 541 | 2024-07-30T18:49:41.273Z | Downloaded crossbeam-deque v0.8.5 |
| 542 | 2024-07-30T18:49:41.298Z | Downloaded indicatif v0.17.8 |
| 543 | 2024-07-30T18:49:41.298Z | Downloaded block-padding v0.3.3 |
| 544 | 2024-07-30T18:49:41.298Z | Downloaded derive_builder_macro v0.20.0 |
| 545 | 2024-07-30T18:49:41.298Z | Downloaded shell-words v1.1.0 |
| 546 | 2024-07-30T18:49:41.298Z | Downloaded num v0.4.3 |
| 547 | 2024-07-30T18:49:41.298Z | Downloaded bit-set v0.5.3 |
| 548 | 2024-07-30T18:49:41.298Z | Downloaded multimap v0.10.0 |
| 549 | 2024-07-30T18:49:41.298Z | Downloaded memoffset v0.9.1 |
| 550 | 2024-07-30T18:49:41.307Z | Downloaded constant_time_eq v0.3.0 |
| 551 | 2024-07-30T18:49:41.307Z | Downloaded base64ct v1.6.0 |
| 552 | 2024-07-30T18:49:41.307Z | Downloaded foreign-types-macros v0.2.3 |
| 553 | 2024-07-30T18:49:41.307Z | Downloaded foreign-types v0.5.0 |
| 554 | 2024-07-30T18:49:41.307Z | Downloaded bitflags v1.3.2 |
| 555 | 2024-07-30T18:49:41.307Z | Downloaded phf_shared v0.10.0 |
| 556 | 2024-07-30T18:49:41.307Z | Downloaded multer v3.1.0 |
| 557 | 2024-07-30T18:49:41.307Z | Downloaded crossbeam-epoch v0.9.18 |
| 558 | 2024-07-30T18:49:41.307Z | Downloaded packed_struct v0.10.1 |
| 559 | 2024-07-30T18:49:41.307Z | Downloaded cookie v0.17.0 |
| 560 | 2024-07-30T18:49:41.307Z | Downloaded compact_str v0.7.1 |
| 561 | 2024-07-30T18:49:41.311Z | Downloaded num-traits v0.2.19 |
| 562 | 2024-07-30T18:49:41.313Z | Downloaded slab v0.4.9 |
| 563 | 2024-07-30T18:49:41.313Z | Downloaded slog-async v2.8.0 |
| 564 | 2024-07-30T18:49:41.315Z | Downloaded cookie v0.18.1 |
| 565 | 2024-07-30T18:49:41.318Z | Downloaded tokio-macros v2.3.0 |
| 566 | 2024-07-30T18:49:41.320Z | Downloaded pretty-hex v0.2.1 |
| 567 | 2024-07-30T18:49:41.320Z | Downloaded tower-service v0.3.2 |
| 568 | 2024-07-30T18:49:41.322Z | Downloaded tls_codec_derive v0.4.1 |
| 569 | 2024-07-30T18:49:41.325Z | Downloaded thiserror-no-std v2.0.2 |
| 570 | 2024-07-30T18:49:41.327Z | Downloaded der v0.7.9 |
| 571 | 2024-07-30T18:49:41.333Z | Downloaded take_mut v0.2.2 |
| 572 | 2024-07-30T18:49:41.336Z | Downloaded unicase v2.7.0 |
| 573 | 2024-07-30T18:49:41.336Z | Downloaded bcs v0.1.6 |
| 574 | 2024-07-30T18:49:41.338Z | Downloaded arc-swap v1.7.1 |
| 575 | 2024-07-30T18:49:41.342Z | Downloaded num-rational v0.4.2 |
| 576 | 2024-07-30T18:49:41.344Z | Downloaded num_enum_derive v0.5.11 |
| 577 | 2024-07-30T18:49:41.347Z | Downloaded whoami v1.5.1 |
| 578 | 2024-07-30T18:49:41.349Z | Downloaded console v0.15.8 |
| 579 | 2024-07-30T18:49:41.352Z | Downloaded hyper-tls v0.5.0 |
| 580 | 2024-07-30T18:49:41.354Z | Downloaded futures-macro v0.3.30 |
| 581 | 2024-07-30T18:49:41.354Z | Downloaded darling v0.20.9 |
| 582 | 2024-07-30T18:49:41.358Z | Downloaded base64 v0.13.1 |
| 583 | 2024-07-30T18:49:41.362Z | Downloaded phf_shared v0.11.2 |
| 584 | 2024-07-30T18:49:41.364Z | Downloaded password-hash v0.5.0 |
| 585 | 2024-07-30T18:49:41.366Z | Downloaded parking_lot_core v0.8.6 |
| 586 | 2024-07-30T18:49:41.369Z | Downloaded openssl-sys v0.9.103 |
| 587 | 2024-07-30T18:49:41.373Z | Downloaded futures-sink v0.3.30 |
| 588 | 2024-07-30T18:49:41.376Z | Downloaded omicron-zone-package v0.11.0 |
| 589 | 2024-07-30T18:49:41.379Z | Downloaded phf v0.11.2 |
| 590 | 2024-07-30T18:49:41.381Z | Downloaded fxhash v0.2.1 |
| 591 | 2024-07-30T18:49:41.383Z | Downloaded rtoolbox v0.0.2 |
| 592 | 2024-07-30T18:49:41.383Z | Downloaded rustc_version v0.1.7 |
| 593 | 2024-07-30T18:49:41.386Z | Downloaded rustc-hash v1.1.0 |
| 594 | 2024-07-30T18:49:41.386Z | Downloaded portpicker v0.1.1 |
| 595 | 2024-07-30T18:49:41.390Z | Downloaded scheduled-thread-pool v0.2.7 |
| 596 | 2024-07-30T18:49:41.390Z | Downloaded same-file v1.0.6 |
| 597 | 2024-07-30T18:49:41.393Z | Downloaded tracing-attributes v0.1.27 |
| 598 | 2024-07-30T18:49:41.393Z | Downloaded derive_builder_core v0.20.0 |
| 599 | 2024-07-30T18:49:41.395Z | Downloaded serde_repr v0.1.19 |
| 600 | 2024-07-30T18:49:41.397Z | Downloaded strum_macros v0.25.3 |
| 601 | 2024-07-30T18:49:41.400Z | Downloaded tap v1.0.1 |
| 602 | 2024-07-30T18:49:41.403Z | Downloaded crossbeam-utils v0.8.19 |
| 603 | 2024-07-30T18:49:41.405Z | Downloaded const-oid v0.9.6 |
| 604 | 2024-07-30T18:49:41.407Z | Downloaded oso v0.27.3 |
| 605 | 2024-07-30T18:49:41.410Z | Downloaded futures-task v0.3.30 |
| 606 | 2024-07-30T18:49:41.413Z | Downloaded hyper-staticfile v0.9.5 |
| 607 | 2024-07-30T18:49:41.415Z | Downloaded sigpipe v0.1.3 |
| 608 | 2024-07-30T18:49:41.415Z | Downloaded serde-big-array v0.5.1 |
| 609 | 2024-07-30T18:49:41.418Z | Downloaded bytes v1.6.0 |
| 610 | 2024-07-30T18:49:41.421Z | Downloaded fastrand v2.1.0 |
| 611 | 2024-07-30T18:49:41.424Z | Downloaded zeroize_derive v1.4.2 |
| 612 | 2024-07-30T18:49:41.426Z | Downloaded httparse v1.8.0 |
| 613 | 2024-07-30T18:49:41.426Z | Downloaded const_format v0.2.32 |
| 614 | 2024-07-30T18:49:41.431Z | Downloaded wyz v0.5.1 |
| 615 | 2024-07-30T18:49:41.434Z | Downloaded fd-lock v4.0.2 |
| 616 | 2024-07-30T18:49:41.436Z | Downloaded slog v2.7.0 |
| 617 | 2024-07-30T18:49:41.439Z | Downloaded glob v0.3.1 |
| 618 | 2024-07-30T18:49:41.441Z | Downloaded downcast v0.11.0 |
| 619 | 2024-07-30T18:49:41.444Z | Downloaded fragile v2.0.0 |
| 620 | 2024-07-30T18:49:41.446Z | Downloaded signal-hook-registry v1.4.2 |
| 621 | 2024-07-30T18:49:41.446Z | Downloaded predicates-core v1.0.6 |
| 622 | 2024-07-30T18:49:41.449Z | Downloaded radium v0.7.0 |
| 623 | 2024-07-30T18:49:41.449Z | Downloaded rustc-demangle v0.1.24 |
| 624 | 2024-07-30T18:49:41.452Z | Downloaded humantime v2.1.0 |
| 625 | 2024-07-30T18:49:41.452Z | Downloaded hostname v0.4.0 |
| 626 | 2024-07-30T18:49:41.455Z | Downloaded tokio-rustls v0.24.1 |
| 627 | 2024-07-30T18:49:41.457Z | Downloaded tempfile v3.10.1 |
| 628 | 2024-07-30T18:49:41.460Z | Downloaded peg-runtime v0.8.3 |
| 629 | 2024-07-30T18:49:41.463Z | Downloaded semver v0.1.20 |
| 630 | 2024-07-30T18:49:41.463Z | Downloaded rustfmt-wrapper v0.2.1 |
| 631 | 2024-07-30T18:49:41.465Z | Downloaded r2d2 v0.8.10 |
| 632 | 2024-07-30T18:49:41.468Z | Downloaded hyper-rustls v0.24.2 |
| 633 | 2024-07-30T18:49:41.471Z | Downloaded precomputed-hash v0.1.1 |
| 634 | 2024-07-30T18:49:41.471Z | Downloaded derive-where v1.2.7 |
| 635 | 2024-07-30T18:49:41.474Z | Downloaded secrecy v0.8.0 |
| 636 | 2024-07-30T18:49:41.476Z | Downloaded static_assertions v1.1.0 |
| 637 | 2024-07-30T18:49:41.477Z | Downloaded base64 v0.22.1 |
| 638 | 2024-07-30T18:49:41.481Z | Downloaded spin v0.5.2 |
| 639 | 2024-07-30T18:49:41.483Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 640 | 2024-07-30T18:49:41.486Z | Downloaded zone_cfg_derive v0.1.2 |
| 641 | 2024-07-30T18:49:41.486Z | Downloaded structmeta v0.3.0 |
| 642 | 2024-07-30T18:49:41.489Z | Downloaded structmeta v0.2.0 |
| 643 | 2024-07-30T18:49:41.489Z | Downloaded pin-project v1.1.5 |
| 644 | 2024-07-30T18:49:41.500Z | Downloaded shlex v1.3.0 |
| 645 | 2024-07-30T18:49:41.503Z | Downloaded difflib v0.4.0 |
| 646 | 2024-07-30T18:49:41.503Z | Downloaded untrusted v0.9.0 |
| 647 | 2024-07-30T18:49:41.507Z | Downloaded universal-hash v0.5.1 |
| 648 | 2024-07-30T18:49:41.507Z | Downloaded globset v0.4.14 |
| 649 | 2024-07-30T18:49:41.510Z | Downloaded pem v3.0.4 |
| 650 | 2024-07-30T18:49:41.510Z | Downloaded unsafe-libyaml v0.2.11 |
| 651 | 2024-07-30T18:49:41.514Z | Downloaded hubpack v0.1.2 |
| 652 | 2024-07-30T18:49:41.514Z | Downloaded ppv-lite86 v0.2.17 |
| 653 | 2024-07-30T18:49:41.517Z | Downloaded tar v0.4.41 |
| 654 | 2024-07-30T18:49:41.520Z | Downloaded httpdate v1.0.3 |
| 655 | 2024-07-30T18:49:41.520Z | Downloaded rustls-pemfile v1.0.4 |
| 656 | 2024-07-30T18:49:41.523Z | Downloaded unicode-bidi v0.3.15 |
| 657 | 2024-07-30T18:49:41.525Z | Downloaded crc-any v2.5.0 |
| 658 | 2024-07-30T18:49:41.528Z | Downloaded vte_generate_state_changes v0.1.1 |
| 659 | 2024-07-30T18:49:41.531Z | Downloaded tungstenite v0.21.0 |
| 660 | 2024-07-30T18:49:41.534Z | Downloaded crypto-bigint v0.5.5 |
| 661 | 2024-07-30T18:49:41.539Z | Downloaded tinyvec_macros v0.1.1 |
| 662 | 2024-07-30T18:49:41.542Z | Downloaded slog-json v2.6.1 |
| 663 | 2024-07-30T18:49:41.550Z | Downloaded strip-ansi-escapes v0.2.0 |
| 664 | 2024-07-30T18:49:41.553Z | Downloaded headers-core v0.2.0 |
| 665 | 2024-07-30T18:49:41.556Z | Downloaded structmeta-derive v0.3.0 |
| 666 | 2024-07-30T18:49:41.556Z | Downloaded stringprep v0.1.4 |
| 667 | 2024-07-30T18:49:41.560Z | Downloaded foreign-types-shared v0.1.1 |
| 668 | 2024-07-30T18:49:41.560Z | Downloaded stable_deref_trait v1.2.0 |
| 669 | 2024-07-30T18:49:41.560Z | Downloaded half v2.4.1 |
| 670 | 2024-07-30T18:49:41.563Z | Downloaded utf-8 v0.7.6 |
| 671 | 2024-07-30T18:49:41.566Z | Downloaded try-lock v0.2.5 |
| 672 | 2024-07-30T18:49:41.566Z | Downloaded path-slash v0.1.5 |
| 673 | 2024-07-30T18:49:41.566Z | Downloaded tokio-tungstenite v0.20.1 |
| 674 | 2024-07-30T18:49:41.568Z | Downloaded tokio-stream v0.1.15 |
| 675 | 2024-07-30T18:49:41.572Z | Downloaded tokio-tungstenite v0.21.0 |
| 676 | 2024-07-30T18:49:41.575Z | Downloaded foreign-types-shared v0.3.1 |
| 677 | 2024-07-30T18:49:41.579Z | Downloaded futures-io v0.3.30 |
| 678 | 2024-07-30T18:49:41.579Z | Downloaded deranged v0.3.11 |
| 679 | 2024-07-30T18:49:41.583Z | Downloaded serde-hex v0.1.0 |
| 680 | 2024-07-30T18:49:41.585Z | Downloaded peg v0.8.4 |
| 681 | 2024-07-30T18:49:41.589Z | Downloaded home v0.5.9 |
| 682 | 2024-07-30T18:49:41.592Z | Downloaded predicates-tree v1.0.9 |
| 683 | 2024-07-30T18:49:41.595Z | Downloaded pin-project-internal v1.1.5 |
| 684 | 2024-07-30T18:49:41.598Z | Downloaded serde_arrays v0.1.0 |
| 685 | 2024-07-30T18:49:41.601Z | Downloaded wait-timeout v0.2.0 |
| 686 | 2024-07-30T18:49:41.604Z | Downloaded spki v0.7.3 |
| 687 | 2024-07-30T18:49:41.606Z | Downloaded slog-stdlog v4.1.1 |
| 688 | 2024-07-30T18:49:41.609Z | Downloaded zone v0.1.8 |
| 689 | 2024-07-30T18:49:41.609Z | Downloaded tls_codec v0.4.1 |
| 690 | 2024-07-30T18:49:41.613Z | Downloaded signal-hook v0.3.17 |
| 691 | 2024-07-30T18:49:41.616Z | Downloaded group v0.13.0 |
| 692 | 2024-07-30T18:49:41.620Z | Downloaded strum_macros v0.26.4 |
| 693 | 2024-07-30T18:49:41.624Z | Downloaded strum_macros v0.24.3 |
| 694 | 2024-07-30T18:49:41.627Z | Downloaded serde_urlencoded v0.7.1 |
| 695 | 2024-07-30T18:49:41.627Z | Downloaded der_derive v0.7.2 |
| 696 | 2024-07-30T18:49:41.627Z | Downloaded rand v0.8.5 |
| 697 | 2024-07-30T18:49:41.631Z | Downloaded ref-cast-impl v1.0.23 |
| 698 | 2024-07-30T18:49:41.634Z | Downloaded futures-channel v0.3.30 |
| 699 | 2024-07-30T18:49:41.637Z | Downloaded tui-tree-widget v0.21.0 |
| 700 | 2024-07-30T18:49:41.637Z | Downloaded subtle v2.5.0 |
| 701 | 2024-07-30T18:49:41.639Z | Downloaded sqlformat v0.2.4 |
| 702 | 2024-07-30T18:49:41.642Z | Downloaded toolchain_find v0.4.0 |
| 703 | 2024-07-30T18:49:41.642Z | Downloaded funty v2.0.0 |
| 704 | 2024-07-30T18:49:41.642Z | Downloaded structmeta-derive v0.2.0 |
| 705 | 2024-07-30T18:49:41.645Z | Downloaded num-bigint v0.4.5 |
| 706 | 2024-07-30T18:49:41.649Z | Downloaded minimal-lexical v0.2.1 |
| 707 | 2024-07-30T18:49:41.654Z | Downloaded pin-utils v0.1.0 |
| 708 | 2024-07-30T18:49:41.657Z | Downloaded proc-macro-crate v1.3.1 |
| 709 | 2024-07-30T18:49:41.657Z | Downloaded http-range v0.1.5 |
| 710 | 2024-07-30T18:49:41.660Z | Downloaded termtree v0.4.1 |
| 711 | 2024-07-30T18:49:41.660Z | Downloaded endian-type v0.1.2 |
| 712 | 2024-07-30T18:49:41.663Z | Downloaded slog-envlogger v2.2.0 |
| 713 | 2024-07-30T18:49:41.663Z | Downloaded slog-dtrace v0.3.0 |
| 714 | 2024-07-30T18:49:41.666Z | Downloaded slog-bunyan v2.5.0 |
| 715 | 2024-07-30T18:49:41.666Z | Downloaded siphasher v0.3.11 |
| 716 | 2024-07-30T18:49:41.669Z | Downloaded schemars_derive v0.8.21 |
| 717 | 2024-07-30T18:49:41.669Z | Downloaded tokio-rustls v0.25.0 |
| 718 | 2024-07-30T18:49:41.672Z | Downloaded xattr v1.3.1 |
| 719 | 2024-07-30T18:49:41.675Z | Downloaded serde_path_to_error v0.1.16 |
| 720 | 2024-07-30T18:49:41.677Z | Downloaded highway v1.1.0 |
| 721 | 2024-07-30T18:49:41.678Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2024-07-30T18:49:41.680Z | Downloaded diff v0.1.13 |
| 723 | 2024-07-30T18:49:41.683Z | Downloaded uuid v1.10.0 |
| 724 | 2024-07-30T18:49:41.686Z | Downloaded ident_case v1.0.1 |
| 725 | 2024-07-30T18:49:41.689Z | Downloaded unicode-linebreak v0.1.5 |
| 726 | 2024-07-30T18:49:41.689Z | Downloaded itertools v0.12.1 |
| 727 | 2024-07-30T18:49:41.695Z | Downloaded poly1305 v0.8.0 |
| 728 | 2024-07-30T18:49:41.697Z | Downloaded hmac v0.12.1 |
| 729 | 2024-07-30T18:49:41.700Z | Downloaded flume v0.11.0 |
| 730 | 2024-07-30T18:49:41.703Z | Downloaded pin-project-lite v0.2.14 |
| 731 | 2024-07-30T18:49:41.710Z | Downloaded waitgroup v0.1.2 |
| 732 | 2024-07-30T18:49:41.713Z | Downloaded unarray v0.1.4 |
| 733 | 2024-07-30T18:49:41.713Z | Downloaded topological-sort v0.2.2 |
| 734 | 2024-07-30T18:49:41.713Z | Downloaded toml v0.5.11 |
| 735 | 2024-07-30T18:49:41.716Z | Downloaded ron v0.8.1 |
| 736 | 2024-07-30T18:49:41.721Z | Downloaded unicode-segmentation v1.11.0 |
| 737 | 2024-07-30T18:49:41.725Z | Downloaded time-core v0.1.2 |
| 738 | 2024-07-30T18:49:41.727Z | Downloaded predicates v3.1.0 |
| 739 | 2024-07-30T18:49:41.730Z | Downloaded socket2 v0.5.7 |
| 740 | 2024-07-30T18:49:41.733Z | Downloaded futures-core v0.3.30 |
| 741 | 2024-07-30T18:49:41.733Z | Downloaded yasna v0.5.2 |
| 742 | 2024-07-30T18:49:41.737Z | Downloaded diesel_derives v2.1.4 |
| 743 | 2024-07-30T18:49:41.740Z | Downloaded scopeguard v1.2.0 |
| 744 | 2024-07-30T18:49:41.743Z | Downloaded subprocess v0.2.9 |
| 745 | 2024-07-30T18:49:41.743Z | Downloaded socket2 v0.4.10 |
| 746 | 2024-07-30T18:49:41.746Z | Downloaded rusty-fork v0.3.0 |
| 747 | 2024-07-30T18:49:41.748Z | Downloaded tokio-postgres v0.7.11 |
| 748 | 2024-07-30T18:49:41.752Z | Downloaded rustversion v1.0.17 |
| 749 | 2024-07-30T18:49:41.754Z | Downloaded http-body v0.4.6 |
| 750 | 2024-07-30T18:49:41.757Z | Downloaded num-bigint-dig v0.8.4 |
| 751 | 2024-07-30T18:49:41.760Z | Downloaded heck v0.3.3 |
| 752 | 2024-07-30T18:49:41.763Z | Downloaded filetime v0.2.23 |
| 753 | 2024-07-30T18:49:41.763Z | Downloaded flagset v0.4.5 |
| 754 | 2024-07-30T18:49:41.767Z | Downloaded fixedbitset v0.4.2 |
| 755 | 2024-07-30T18:49:41.767Z | Downloaded dirs-next v2.0.0 |
| 756 | 2024-07-30T18:49:41.770Z | Downloaded serde_with_macros v3.8.3 |
| 757 | 2024-07-30T18:49:41.770Z | Downloaded itertools v0.10.5 |
| 758 | 2024-07-30T18:49:41.775Z | Downloaded futures v0.3.30 |
| 759 | 2024-07-30T18:49:41.780Z | Downloaded rustc_version v0.4.0 |
| 760 | 2024-07-30T18:49:41.783Z | Downloaded tiny-keccak v2.0.2 |
| 761 | 2024-07-30T18:49:41.786Z | Downloaded ena v0.14.3 |
| 762 | 2024-07-30T18:49:41.786Z | Downloaded sha1 v0.10.6 |
| 763 | 2024-07-30T18:49:41.789Z | Downloaded futures-executor v0.3.30 |
| 764 | 2024-07-30T18:49:41.789Z | Downloaded tungstenite v0.20.1 |
| 765 | 2024-07-30T18:49:41.792Z | Downloaded heapless v0.7.17 |
| 766 | 2024-07-30T18:49:41.796Z | Downloaded hashbrown v0.12.3 |
| 767 | 2024-07-30T18:49:41.800Z | Downloaded tabwriter v1.4.0 |
| 768 | 2024-07-30T18:49:41.802Z | Downloaded publicsuffix v2.2.3 |
| 769 | 2024-07-30T18:49:41.805Z | Downloaded snafu-derive v0.8.2 |
| 770 | 2024-07-30T18:49:41.808Z | Downloaded want v0.3.1 |
| 771 | 2024-07-30T18:49:41.808Z | Downloaded itertools v0.13.0 |
| 772 | 2024-07-30T18:49:41.814Z | Downloaded postgres-protocol v0.6.7 |
| 773 | 2024-07-30T18:49:41.817Z | Downloaded walkdir v2.5.0 |
| 774 | 2024-07-30T18:49:41.819Z | Downloaded zip v0.6.6 |
| 775 | 2024-07-30T18:49:41.823Z | Downloaded fallible-iterator v0.2.0 |
| 776 | 2024-07-30T18:49:41.825Z | Downloaded slog-term v2.9.1 |
| 777 | 2024-07-30T18:49:41.833Z | Downloaded rustls-pemfile v2.1.2 |
| 778 | 2024-07-30T18:49:41.837Z | Downloaded pkcs8 v0.10.2 |
| 779 | 2024-07-30T18:49:41.837Z | Downloaded url v2.5.2 |
| 780 | 2024-07-30T18:49:41.837Z | Downloaded headers v0.3.9 |
| 781 | 2024-07-30T18:49:41.842Z | Downloaded blake3 v1.5.1 |
| 782 | 2024-07-30T18:49:41.850Z | Downloaded pkg-config v0.3.30 |
| 783 | 2024-07-30T18:49:41.853Z | Downloaded time-macros v0.2.18 |
| 784 | 2024-07-30T18:49:41.855Z | Downloaded postcard v1.0.8 |
| 785 | 2024-07-30T18:49:41.858Z | Downloaded tinyvec v1.6.0 |
| 786 | 2024-07-30T18:49:41.861Z | Downloaded elliptic-curve v0.13.8 |
| 787 | 2024-07-30T18:49:41.866Z | Downloaded serde_yaml v0.9.34+deprecated |
| 788 | 2024-07-30T18:49:41.870Z | Downloaded typed-path v0.7.1 |
| 789 | 2024-07-30T18:49:41.877Z | Downloaded rcgen v0.12.1 |
| 790 | 2024-07-30T18:49:41.880Z | Downloaded smallvec v0.6.14 |
| 791 | 2024-07-30T18:49:41.882Z | Downloaded unicode-normalization v0.1.23 |
| 792 | 2024-07-30T18:49:41.885Z | Downloaded prettyplease v0.2.20 |
| 793 | 2024-07-30T18:49:41.889Z | Downloaded unicode_categories v0.1.1 |
| 794 | 2024-07-30T18:49:41.891Z | Downloaded rsa v0.9.6 |
| 795 | 2024-07-30T18:49:41.896Z | Downloaded flate2 v1.0.30 |
| 796 | 2024-07-30T18:49:41.902Z | Downloaded steno v0.4.1 |
| 797 | 2024-07-30T18:49:41.906Z | Downloaded zerocopy v0.6.6 |
| 798 | 2024-07-30T18:49:41.909Z | Downloaded tough v0.17.1 |
| 799 | 2024-07-30T18:49:41.918Z | Downloaded tokio-util v0.7.11 |
| 800 | 2024-07-30T18:49:41.925Z | Downloaded test-strategy v0.3.1 |
| 801 | 2024-07-30T18:49:41.928Z | Downloaded http v0.2.12 |
| 802 | 2024-07-30T18:49:41.933Z | Downloaded toml v0.7.8 |
| 803 | 2024-07-30T18:49:41.936Z | Downloaded samael v0.0.15 |
| 804 | 2024-07-30T18:49:41.942Z | Downloaded object v0.30.4 |
| 805 | 2024-07-30T18:49:41.953Z | Downloaded rustls-webpki v0.101.7 |
| 806 | 2024-07-30T18:49:41.969Z | Downloaded rayon-core v1.12.1 |
| 807 | 2024-07-30T18:49:41.974Z | Downloaded time v0.3.36 |
| 808 | 2024-07-30T18:49:41.980Z | Downloaded toml_edit v0.19.15 |
| 809 | 2024-07-30T18:49:41.998Z | Downloaded x509-cert v0.2.5 |
| 810 | 2024-07-30T18:49:42.004Z | Downloaded heapless v0.8.0 |
| 811 | 2024-07-30T18:49:42.008Z | Downloaded reqwest v0.11.27 |
| 812 | 2024-07-30T18:49:42.017Z | Downloaded proptest v1.4.0 |
| 813 | 2024-07-30T18:49:42.026Z | Downloaded rustls-webpki v0.102.4 |
| 814 | 2024-07-30T18:49:42.045Z | Downloaded reedline v0.31.0 |
| 815 | 2024-07-30T18:49:42.052Z | Downloaded http v1.1.0 |
| 816 | 2024-07-30T18:49:42.056Z | Downloaded nix v0.27.1 |
| 817 | 2024-07-30T18:49:42.068Z | Downloaded openapiv3 v2.0.0 |
| 818 | 2024-07-30T18:49:42.079Z | Downloaded bindgen v0.69.4 |
| 819 | 2024-07-30T18:49:42.086Z | Downloaded futures-util v0.3.30 |
| 820 | 2024-07-30T18:49:42.097Z | Downloaded regress v0.9.1 |
| 821 | 2024-07-30T18:49:42.105Z | Downloaded rustyline v14.0.0 |
| 822 | 2024-07-30T18:49:42.109Z | Downloaded chrono v0.4.38 |
| 823 | 2024-07-30T18:49:42.116Z | Downloaded object v0.32.2 |
| 824 | 2024-07-30T18:49:42.126Z | Downloaded winnow v0.5.40 |
| 825 | 2024-07-30T18:49:42.134Z | Downloaded trust-dns-client v0.22.0 |
| 826 | 2024-07-30T18:49:42.139Z | Downloaded hkdf v0.12.4 |
| 827 | 2024-07-30T18:49:42.142Z | Downloaded regex-automata v0.1.10 |
| 828 | 2024-07-30T18:49:42.145Z | Downloaded portable-atomic v1.6.0 |
| 829 | 2024-07-30T18:49:42.150Z | Downloaded sqlparser v0.45.0 |
| 830 | 2024-07-30T18:49:42.155Z | Downloaded h2 v0.3.26 |
| 831 | 2024-07-30T18:49:42.161Z | Downloaded bitvec v1.0.1 |
| 832 | 2024-07-30T18:49:42.176Z | Downloaded rayon v1.10.0 |
| 833 | 2024-07-30T18:49:42.183Z | Downloaded regex-automata v0.4.6 |
| 834 | 2024-07-30T18:49:42.200Z | Downloaded petgraph v0.6.5 |
| 835 | 2024-07-30T18:49:42.216Z | Downloaded tokio v1.38.1 |
| 836 | 2024-07-30T18:49:42.250Z | Downloaded vcpkg v0.2.15 |
| 837 | 2024-07-30T18:49:42.285Z | Downloaded nix v0.28.0 |
| 838 | 2024-07-30T18:49:42.296Z | Downloaded smoltcp v0.9.1 |
| 839 | 2024-07-30T18:49:42.305Z | Downloaded curve25519-dalek v4.1.3 |
| 840 | 2024-07-30T18:49:42.313Z | Downloaded bstr v0.2.17 |
| 841 | 2024-07-30T18:49:42.322Z | Downloaded serde_with v3.8.3 |
| 842 | 2024-07-30T18:49:42.329Z | Downloaded openssl v0.10.66 |
| 843 | 2024-07-30T18:49:42.337Z | Downloaded regex v1.10.5 |
| 844 | 2024-07-30T18:49:42.349Z | Downloaded rustls v0.21.12 |
| 845 | 2024-07-30T18:49:42.360Z | Downloaded polar-core v0.27.3 |
| 846 | 2024-07-30T18:49:42.368Z | Downloaded radix_trie v0.2.1 |
| 847 | 2024-07-30T18:49:42.373Z | Downloaded webpki-roots v0.25.4 |
| 848 | 2024-07-30T18:49:42.377Z | Downloaded smoltcp v0.11.0 |
| 849 | 2024-07-30T18:49:42.388Z | Downloaded idna v0.5.0 |
| 850 | 2024-07-30T18:49:42.395Z | Downloaded diesel v2.1.6 |
| 851 | 2024-07-30T18:49:42.412Z | Downloaded gimli v0.28.1 |
| 852 | 2024-07-30T18:49:42.420Z | Downloaded regex-syntax v0.6.29 |
| 853 | 2024-07-30T18:49:42.427Z | Downloaded rustls v0.22.4 |
| 854 | 2024-07-30T18:49:42.439Z | Downloaded trust-dns-proto v0.22.0 |
| 855 | 2024-07-30T18:49:42.451Z | Downloaded bstr v1.9.1 |
| 856 | 2024-07-30T18:49:42.461Z | Downloaded regex-syntax v0.8.3 |
| 857 | 2024-07-30T18:49:42.469Z | Downloaded idna v0.3.0 |
| 858 | 2024-07-30T18:49:42.475Z | Downloaded sled v0.34.7 |
| 859 | 2024-07-30T18:49:42.485Z | Downloaded idna v0.2.3 |
| 860 | 2024-07-30T18:49:42.491Z | Downloaded ratatui v0.27.0 |
| 861 | 2024-07-30T18:49:42.509Z | Downloaded hyper v0.14.28 |
| 862 | 2024-07-30T18:49:42.518Z | Downloaded lalrpop v0.19.12 |
| 863 | 2024-07-30T18:49:42.528Z | Downloaded quick-xml v0.31.0 |
| 864 | 2024-07-30T18:49:42.533Z | Downloaded zerocopy-derive v0.6.6 |
| 865 | 2024-07-30T18:49:42.543Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 866 | 2024-07-30T18:49:42.555Z | Downloaded expectorate v1.1.0 |
| 867 | 2024-07-30T18:49:42.558Z | Downloaded trust-dns-server v0.22.1 |
| 868 | 2024-07-30T18:49:42.562Z | Downloaded trust-dns-resolver v0.22.0 |
| 869 | 2024-07-30T18:49:42.565Z | Downloaded aho-corasick v1.1.3 |
| 870 | 2024-07-30T18:49:42.571Z | Downloaded finl_unicode v1.2.0 |
| 871 | 2024-07-30T18:49:42.586Z | Downloaded embedded-io v0.4.0 |
| 872 | 2024-07-30T18:49:42.589Z | Downloaded pkcs1 v0.7.5 |
| 873 | 2024-07-30T18:49:42.592Z | Downloaded iana-time-zone v0.1.60 |
| 874 | 2024-07-30T18:49:42.592Z | Downloaded textwrap v0.16.1 |
| 875 | 2024-07-30T18:49:42.596Z | Downloaded libxml v0.3.3 |
| 876 | 2024-07-30T18:49:42.603Z | Downloaded csv v1.3.0 |
| 877 | 2024-07-30T18:49:42.621Z | Downloaded float-cmp v0.9.0 |
| 878 | 2024-07-30T18:49:42.624Z | Downloaded sha3 v0.10.8 |
| 879 | 2024-07-30T18:49:42.627Z | Downloaded termcolor v1.4.1 |
| 880 | 2024-07-30T18:49:42.630Z | Downloaded dirs-sys-next v0.1.2 |
| 881 | 2024-07-30T18:49:42.630Z | Downloaded serde_derive_internals v0.29.1 |
| 882 | 2024-07-30T18:49:42.632Z | Downloaded postgres-types v0.2.7 |
| 883 | 2024-07-30T18:49:42.632Z | Downloaded nom v7.1.3 |
| 884 | 2024-07-30T18:49:42.637Z | Downloaded tokio-native-tls v0.3.1 |
| 885 | 2024-07-30T18:49:42.639Z | Downloaded similar v2.5.0 |
| 886 | 2024-07-30T18:49:42.643Z | Downloaded spin v0.9.8 |
| 887 | 2024-07-30T18:49:42.647Z | Downloaded hashbrown v0.13.2 |
| 888 | 2024-07-30T18:49:42.651Z | Downloaded encoding_rs v0.8.34 |
| 889 | 2024-07-30T18:49:42.672Z | Downloaded sct v0.7.1 |
| 890 | 2024-07-30T18:49:42.675Z | Downloaded rustls-pki-types v1.7.0 |
| 891 | 2024-07-30T18:49:42.677Z | Downloaded peg-macros v0.8.4 |
| 892 | 2024-07-30T18:49:42.680Z | Downloaded tracing v0.1.40 |
| 893 | 2024-07-30T18:49:42.683Z | Downloaded libm v0.2.8 |
| 894 | 2024-07-30T18:49:42.689Z | Downloaded crossterm v0.27.0 |
| 895 | 2024-07-30T18:49:42.695Z | Downloaded tracing-core v0.1.32 |
| 896 | 2024-07-30T18:49:42.698Z | Downloaded mio v0.8.11 |
| 897 | 2024-07-30T18:49:42.703Z | Downloaded chacha20poly1305 v0.10.1 |
| 898 | 2024-07-30T18:49:42.705Z | Downloaded getrandom v0.2.14 |
| 899 | 2024-07-30T18:49:42.708Z | Downloaded ron v0.7.1 |
| 900 | 2024-07-30T18:49:42.711Z | Downloaded snafu v0.8.2 |
| 901 | 2024-07-30T18:49:42.716Z | Downloaded schemars v0.8.21 |
| 902 | 2024-07-30T18:49:42.727Z | Downloaded getopts v0.2.21 |
| 903 | 2024-07-30T18:49:42.729Z | Downloaded base64 v0.21.7 |
| 904 | 2024-07-30T18:49:42.732Z | Downloaded fatfs v0.3.6 |
| 905 | 2024-07-30T18:49:42.734Z | Downloaded unicode-xid v0.2.4 |
| 906 | 2024-07-30T18:49:42.737Z | Downloaded string_cache v0.8.7 |
| 907 | 2024-07-30T18:49:42.737Z | Downloaded slog-scope v4.4.0 |
| 908 | 2024-07-30T18:49:42.740Z | Downloaded sec1 v0.7.3 |
| 909 | 2024-07-30T18:49:42.740Z | Downloaded resolv-conf v0.7.0 |
| 910 | 2024-07-30T18:49:42.742Z | Downloaded ref-cast v1.0.23 |
| 911 | 2024-07-30T18:49:42.745Z | Downloaded powerfmt v0.2.0 |
| 912 | 2024-07-30T18:49:42.745Z | Downloaded untrusted v0.7.1 |
| 913 | 2024-07-30T18:49:42.745Z | Downloaded term v0.7.0 |
| 914 | 2024-07-30T18:49:42.748Z | Downloaded cc v1.0.97 |
| 915 | 2024-07-30T18:49:42.750Z | Downloaded backtrace v0.3.71 |
| 916 | 2024-07-30T18:49:42.755Z | Downloaded gethostname v0.4.3 |
| 917 | 2024-07-30T18:49:42.758Z | Downloaded ring v0.17.8 |
| 918 | 2024-07-30T18:49:42.825Z | Downloaded float-ord v0.3.2 |
| 919 | 2024-07-30T18:49:42.828Z | Downloaded ff v0.13.0 |
| 920 | 2024-07-30T18:49:42.828Z | Downloaded pem-rfc7468 v0.7.0 |
| 921 | 2024-07-30T18:49:42.830Z | Downloaded vte v0.11.1 |
| 922 | 2024-07-30T18:49:42.830Z | Downloaded either v1.12.0 |
| 923 | 2024-07-30T18:49:42.833Z | Downloaded rpassword v7.3.1 |
| 924 | 2024-07-30T18:49:42.833Z | Downloaded psl-types v2.0.11 |
| 925 | 2024-07-30T18:49:42.833Z | Downloaded smallvec v1.13.2 |
| 926 | 2024-07-30T18:49:42.836Z | Downloaded blake2 v0.10.6 |
| 927 | 2024-07-30T18:49:42.839Z | Downloaded env_logger v0.10.2 |
| 928 | 2024-07-30T18:49:42.842Z | Downloaded derive_more v0.99.18 |
| 929 | 2024-07-30T18:49:42.844Z | Downloaded hostname v0.3.1 |
| 930 | 2024-07-30T18:49:42.847Z | Downloaded hex v0.4.3 |
| 931 | 2024-07-30T18:49:42.847Z | Downloaded display-error-chain v0.2.0 |
| 932 | 2024-07-30T18:49:42.847Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 933 | 2024-07-30T18:49:42.850Z | Downloaded form_urlencoded v1.2.1 |
| 934 | 2024-07-30T18:49:42.850Z | Downloaded crossbeam-channel v0.5.12 |
| 935 | 2024-07-30T18:49:42.853Z | Downloaded dyn-clone v1.0.17 |
| 936 | 2024-07-30T18:49:42.855Z | Downloaded uzers v0.11.3 |
| 937 | 2024-07-30T18:49:42.855Z | Downloaded unicode-truncate v1.0.0 |
| 938 | 2024-07-30T18:49:42.858Z | Downloaded env_logger v0.9.3 |
| 939 | 2024-07-30T18:49:42.860Z | Downloaded mockall_derive v0.12.1 |
| 940 | 2024-07-30T18:49:42.860Z | Downloaded crc32fast v1.4.0 |
| 941 | 2024-07-30T18:49:42.863Z | Downloaded smf v0.2.3 |
| 942 | 2024-07-30T18:49:42.863Z | Downloaded smawk v0.3.2 |
| 943 | 2024-07-30T18:49:42.866Z | Downloaded signature v2.2.0 |
| 944 | 2024-07-30T18:49:42.866Z | Downloaded signal-hook-mio v0.2.3 |
| 945 | 2024-07-30T18:49:42.868Z | Downloaded serde_plain v1.0.2 |
| 946 | 2024-07-30T18:49:42.868Z | Downloaded clang-sys v1.7.0 |
| 947 | 2024-07-30T18:49:42.871Z | Downloaded erased-serde v0.3.31 |
| 948 | 2024-07-30T18:49:42.874Z | Downloaded ring v0.16.20 |
| 949 | 2024-07-30T18:49:42.952Z | Downloaded derive_builder v0.20.0 |
| 950 | 2024-07-30T18:49:42.956Z | Downloaded zeroize v1.7.0 |
| 951 | 2024-07-30T18:49:42.959Z | Downloaded vsss-rs v3.3.4 |
| 952 | 2024-07-30T18:49:42.959Z | Downloaded rand_xorshift v0.3.0 |
| 953 | 2024-07-30T18:49:42.962Z | Downloaded rand_seeder v0.2.3 |
| 954 | 2024-07-30T18:49:42.962Z | Downloaded rand_core v0.6.4 |
| 955 | 2024-07-30T18:49:42.964Z | Downloaded rand_chacha v0.3.1 |
| 956 | 2024-07-30T18:49:42.964Z | Downloaded quick-error v1.2.3 |
| 957 | 2024-07-30T18:49:42.964Z | Downloaded percent-encoding v2.3.1 |
| 958 | 2024-07-30T18:49:42.967Z | Downloaded darling_core v0.20.9 |
| 959 | 2024-07-30T18:49:42.970Z | Downloaded parse-display-derive v0.9.1 |
| 960 | 2024-07-30T18:49:42.970Z | Downloaded parking_lot v0.11.2 |
| 961 | 2024-07-30T18:49:42.972Z | Downloaded enum-as-inner v0.5.1 |
| 962 | 2024-07-30T18:49:42.975Z | Downloaded which v4.4.2 |
| 963 | 2024-07-30T18:49:42.975Z | Downloaded hash32 v0.3.1 |
| 964 | 2024-07-30T18:49:42.978Z | Downloaded hash32 v0.2.1 |
| 965 | 2024-07-30T18:49:42.978Z | Downloaded native-tls v0.2.11 |
| 966 | 2024-07-30T18:49:42.981Z | Downloaded kstat-rs v0.2.4 |
| 967 | 2024-07-30T18:49:42.981Z | Downloaded cookie_store v0.20.0 |
| 968 | 2024-07-30T18:49:42.984Z | Downloaded ciborium v0.2.2 |
| 969 | 2024-07-30T18:49:42.984Z | Downloaded memmap2 v0.9.4 |
| 970 | 2024-07-30T18:49:42.987Z | Downloaded thread_local v1.1.8 |
| 971 | 2024-07-30T18:49:42.987Z | Downloaded termios v0.3.3 |
| 972 | 2024-07-30T18:49:42.987Z | Downloaded supports-color v3.0.0 |
| 973 | 2024-07-30T18:49:42.990Z | Downloaded parking_lot v0.12.2 |
| 974 | 2024-07-30T18:49:42.990Z | Downloaded miniz_oxide v0.7.2 |
| 975 | 2024-07-30T18:49:42.993Z | Downloaded num_cpus v1.16.0 |
| 976 | 2024-07-30T18:49:42.996Z | Downloaded nodrop v0.1.14 |
| 977 | 2024-07-30T18:49:42.996Z | Downloaded cancel-safe-futures v0.1.5 |
| 978 | 2024-07-30T18:49:42.998Z | Downloaded defmt-parser v0.3.4 |
| 979 | 2024-07-30T18:49:42.998Z | Downloaded defmt-macros v0.3.9 |
| 980 | 2024-07-30T18:49:43.001Z | Downloaded debug-ignore v1.0.5 |
| 981 | 2024-07-30T18:49:43.004Z | Downloaded foreign-types v0.3.2 |
| 982 | 2024-07-30T18:49:43.004Z | Downloaded num-integer v0.1.46 |
| 983 | 2024-07-30T18:49:43.004Z | Downloaded newtype-uuid v1.1.0 |
| 984 | 2024-07-30T18:49:43.007Z | Downloaded colored v2.1.0 |
| 985 | 2024-07-30T18:49:43.007Z | Downloaded indexmap v1.9.3 |
| 986 | 2024-07-30T18:49:43.009Z | Downloaded base16ct v0.2.0 |
| 987 | 2024-07-30T18:49:43.012Z | Downloaded num-complex v0.4.6 |
| 988 | 2024-07-30T18:49:43.012Z | Downloaded allocator-api2 v0.2.18 |
| 989 | 2024-07-30T18:49:43.015Z | Downloaded backoff v0.4.0 |
| 990 | 2024-07-30T18:49:43.018Z | Downloaded buf-list v1.0.3 |
| 991 | 2024-07-30T18:49:43.020Z | Downloaded async-trait v0.1.81 |
| 992 | 2024-07-30T18:49:43.023Z | Downloaded cfg_aliases v0.1.1 |
| 993 | 2024-07-30T18:49:43.023Z | Downloaded ipnet v2.9.0 |
| 994 | 2024-07-30T18:49:43.023Z | Downloaded num-derive v0.4.2 |
| 995 | 2024-07-30T18:49:43.026Z | Downloaded maybe-uninit v2.0.0 |
| 996 | 2024-07-30T18:49:43.026Z | Downloaded lock_api v0.4.12 |
| 997 | 2024-07-30T18:49:43.026Z | Downloaded crucible-workspace-hack v0.1.0 |
| 998 | 2024-07-30T18:49:43.029Z | Downloaded ascii v1.1.0 |
| 999 | 2024-07-30T18:49:43.029Z | Downloaded argon2 v0.5.3 |
| 1000 | 2024-07-30T18:49:43.032Z | Downloaded ahash v0.8.11 |
| 1001 | 2024-07-30T18:49:43.034Z | Downloaded addr2line v0.21.0 |
| 1002 | 2024-07-30T18:49:43.035Z | Downloaded num-iter v0.1.45 |
| 1003 | 2024-07-30T18:49:43.037Z | Downloaded linked-hash-map v0.5.6 |
| 1004 | 2024-07-30T18:49:43.037Z | Downloaded libefi-sys v0.1.0 |
| 1005 | 2024-07-30T18:49:43.037Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1006 | 2024-07-30T18:49:43.040Z | Downloaded ipnetwork v0.20.0 |
| 1007 | 2024-07-30T18:49:43.040Z | Downloaded match_cfg v0.1.0 |
| 1008 | 2024-07-30T18:49:43.040Z | Downloaded lazycell v1.3.0 |
| 1009 | 2024-07-30T18:49:43.043Z | Downloaded defmt v0.3.8 |
| 1010 | 2024-07-30T18:49:43.045Z | Downloaded convert_case v0.4.0 |
| 1011 | 2024-07-30T18:49:43.045Z | Downloaded cobs v0.2.3 |
| 1012 | 2024-07-30T18:49:43.045Z | Downloaded lru-cache v0.1.2 |
| 1013 | 2024-07-30T18:49:43.048Z | Downloaded lalrpop-util v0.19.12 |
| 1014 | 2024-07-30T18:49:43.049Z | Downloaded bitfield-struct v0.6.1 |
| 1015 | 2024-07-30T18:49:43.049Z | Downloaded bit-vec v0.6.3 |
| 1016 | 2024-07-30T18:49:43.051Z | Downloaded keccak v0.1.5 |
| 1017 | 2024-07-30T18:49:43.051Z | Downloaded indoc v1.0.9 |
| 1018 | 2024-07-30T18:49:43.054Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1019 | 2024-07-30T18:49:43.054Z | Downloaded crc v3.2.1 |
| 1020 | 2024-07-30T18:49:43.131Z | Compiling cfg-if v1.0.0 |
| 1021 | 2024-07-30T18:49:43.131Z | Compiling serde v1.0.204 |
| 1022 | 2024-07-30T18:49:43.134Z | Compiling lock_api v0.4.12 |
| 1023 | 2024-07-30T18:49:43.134Z | Compiling scopeguard v1.2.0 |
| 1024 | 2024-07-30T18:49:43.134Z | Compiling log v0.4.21 |
| 1025 | 2024-07-30T18:49:43.262Z | Compiling syn v2.0.72 |
| 1026 | 2024-07-30T18:49:43.265Z | Compiling cc v1.0.97 |
| 1027 | 2024-07-30T18:49:43.270Z | Compiling parking_lot_core v0.9.10 |
| 1028 | 2024-07-30T18:49:43.331Z | Compiling getrandom v0.2.14 |
| 1029 | 2024-07-30T18:49:43.398Z | Compiling smallvec v1.13.2 |
| 1030 | 2024-07-30T18:49:43.672Z | Compiling rand_core v0.6.4 |
| 1031 | 2024-07-30T18:49:43.780Z | Compiling typenum v1.17.0 |
| 1032 | 2024-07-30T18:49:43.807Z | Compiling generic-array v0.14.7 |
| 1033 | 2024-07-30T18:49:43.828Z | Compiling pin-project-lite v0.2.14 |
| 1034 | 2024-07-30T18:49:43.948Z | Compiling signal-hook-registry v1.4.2 |
| 1035 | 2024-07-30T18:49:44.087Z | Compiling parking_lot v0.12.2 |
| 1036 | 2024-07-30T18:49:44.186Z | Compiling spin v0.9.8 |
| 1037 | 2024-07-30T18:49:44.202Z | Compiling mio v0.8.11 |
| 1038 | 2024-07-30T18:49:44.407Z | Compiling libm v0.2.8 |
| 1039 | 2024-07-30T18:49:44.594Z | Compiling serde_json v1.0.120 |
| 1040 | 2024-07-30T18:49:44.756Z | Compiling ahash v0.8.11 |
| 1041 | 2024-07-30T18:49:44.805Z | Compiling num-traits v0.2.19 |
| 1042 | 2024-07-30T18:49:44.929Z | Compiling tinyvec_macros v0.1.1 |
| 1043 | 2024-07-30T18:49:45.011Z | Compiling futures-core v0.3.30 |
| 1044 | 2024-07-30T18:49:45.059Z | Compiling tinyvec v1.6.0 |
| 1045 | 2024-07-30T18:49:45.233Z | Compiling socket2 v0.5.7 |
| 1046 | 2024-07-30T18:49:45.300Z | Compiling num_cpus v1.16.0 |
| 1047 | 2024-07-30T18:49:45.419Z | Compiling subtle v2.5.0 |
| 1048 | 2024-07-30T18:49:45.477Z | Compiling const-oid v0.9.6 |
| 1049 | 2024-07-30T18:49:45.761Z | Compiling slab v0.4.9 |
| 1050 | 2024-07-30T18:49:46.056Z | Compiling unicode-bidi v0.3.15 |
| 1051 | 2024-07-30T18:49:46.463Z | Compiling unicode-normalization v0.1.23 |
| 1052 | 2024-07-30T18:49:46.480Z | Compiling allocator-api2 v0.2.18 |
| 1053 | 2024-07-30T18:49:46.583Z | Compiling futures-sink v0.3.30 |
| 1054 | 2024-07-30T18:49:46.977Z | Compiling futures-channel v0.3.30 |
| 1055 | 2024-07-30T18:49:47.297Z | Compiling pin-utils v0.1.0 |
| 1056 | 2024-07-30T18:49:47.394Z | Compiling pkg-config v0.3.30 |
| 1057 | 2024-07-30T18:49:47.412Z | Compiling vcpkg v0.2.15 |
| 1058 | 2024-07-30T18:49:47.456Z | Compiling futures-task v0.3.30 |
| 1059 | 2024-07-30T18:49:47.568Z | Compiling futures-io v0.3.30 |
| 1060 | 2024-07-30T18:49:47.611Z | Compiling ring v0.17.8 |
| 1061 | 2024-07-30T18:49:47.749Z | Compiling ppv-lite86 v0.2.17 |
| 1062 | 2024-07-30T18:49:47.764Z | Compiling percent-encoding v2.3.1 |
| 1063 | 2024-07-30T18:49:47.893Z | Compiling tracing-core v0.1.32 |
| 1064 | 2024-07-30T18:49:48.155Z | Compiling powerfmt v0.2.0 |
| 1065 | 2024-07-30T18:49:48.545Z | Compiling rand_chacha v0.3.1 |
| 1066 | 2024-07-30T18:49:48.584Z | Compiling rustix v0.38.34 |
| 1067 | 2024-07-30T18:49:48.587Z | Compiling time-core v0.1.2 |
| 1068 | 2024-07-30T18:49:48.756Z | Compiling syn v1.0.109 |
| 1069 | 2024-07-30T18:49:49.108Z | Compiling untrusted v0.9.0 |
| 1070 | 2024-07-30T18:49:49.317Z | Compiling num-conv v0.1.0 |
| 1071 | 2024-07-30T18:49:49.527Z | Compiling rand v0.8.5 |
| 1072 | 2024-07-30T18:49:49.558Z | Compiling deranged v0.3.11 |
| 1073 | 2024-07-30T18:49:49.574Z | Compiling time-macros v0.2.18 |
| 1074 | 2024-07-30T18:49:49.593Z | Compiling rustversion v1.0.17 |
| 1075 | 2024-07-30T18:49:49.841Z | Compiling openssl-sys v0.9.103 |
| 1076 | 2024-07-30T18:49:50.275Z | Compiling iana-time-zone v0.1.60 |
| 1077 | 2024-07-30T18:49:50.686Z | Compiling foreign-types-shared v0.1.1 |
| 1078 | 2024-07-30T18:49:50.703Z | Compiling openssl v0.10.66 |
| 1079 | 2024-07-30T18:49:50.777Z | Compiling num_threads v0.1.7 |
| 1080 | 2024-07-30T18:49:50.889Z | Compiling httparse v1.8.0 |
| 1081 | 2024-07-30T18:49:51.041Z | Compiling base64ct v1.6.0 |
| 1082 | 2024-07-30T18:49:51.296Z | Compiling foreign-types v0.3.2 |
| 1083 | 2024-07-30T18:49:51.392Z | Compiling form_urlencoded v1.2.1 |
| 1084 | 2024-07-30T18:49:51.458Z | Compiling pem-rfc7468 v0.7.0 |
| 1085 | 2024-07-30T18:49:51.553Z | Compiling flagset v0.4.5 |
| 1086 | 2024-07-30T18:49:51.712Z | Compiling try-lock v0.2.5 |
| 1087 | 2024-07-30T18:49:51.777Z | Compiling siphasher v0.3.11 |
| 1088 | 2024-07-30T18:49:51.843Z | Compiling rustls v0.21.12 |
| 1089 | 2024-07-30T18:49:52.083Z | Compiling crossbeam-utils v0.8.19 |
| 1090 | 2024-07-30T18:49:52.132Z | Compiling native-tls v0.2.11 |
| 1091 | 2024-07-30T18:49:52.200Z | Compiling want v0.3.1 |
| 1092 | 2024-07-30T18:49:52.663Z | Compiling serde_derive_internals v0.29.1 |
| 1093 | 2024-07-30T18:49:52.748Z | Compiling time v0.3.36 |
| 1094 | 2024-07-30T18:49:52.881Z | Compiling idna v0.5.0 |
| 1095 | 2024-07-30T18:49:53.101Z | Compiling lazy_static v1.5.0 |
| 1096 | 2024-07-30T18:49:53.219Z | Compiling socket2 v0.4.10 |
| 1097 | 2024-07-30T18:49:53.960Z | Compiling cookie v0.17.0 |
| 1098 | 2024-07-30T18:49:54.131Z | Compiling aho-corasick v1.1.3 |
| 1099 | 2024-07-30T18:49:54.206Z | Compiling openssl-probe v0.1.5 |
| 1100 | 2024-07-30T18:49:54.440Z | Compiling schemars v0.8.21 |
| 1101 | 2024-07-30T18:49:54.528Z | Compiling adler v1.0.2 |
| 1102 | 2024-07-30T18:49:54.735Z | Compiling tower-service v0.3.2 |
| 1103 | 2024-07-30T18:49:54.738Z | Compiling regex-syntax v0.8.3 |
| 1104 | 2024-07-30T18:49:54.850Z | Compiling httpdate v1.0.3 |
| 1105 | 2024-07-30T18:49:55.327Z | Compiling slog v2.7.0 |
| 1106 | 2024-07-30T18:49:55.520Z | Compiling cpufeatures v0.2.12 |
| 1107 | 2024-07-30T18:49:55.616Z | Compiling signal-hook v0.3.17 |
| 1108 | 2024-07-30T18:49:55.812Z | Compiling finl_unicode v1.2.0 |
| 1109 | 2024-07-30T18:49:55.975Z | Compiling miniz_oxide v0.7.2 |
| 1110 | 2024-07-30T18:49:56.380Z | Compiling stringprep v0.1.4 |
| 1111 | 2024-07-30T18:49:57.627Z | Compiling url v2.5.2 |
| 1112 | 2024-07-30T18:49:58.181Z | Compiling serde_derive v1.0.204 |
| 1113 | 2024-07-30T18:49:58.257Z | Compiling zeroize_derive v1.4.2 |
| 1114 | 2024-07-30T18:49:58.939Z | Compiling zerocopy-derive v0.7.34 |
| 1115 | 2024-07-30T18:49:59.536Z | Compiling tokio-macros v2.3.0 |
| 1116 | 2024-07-30T18:49:59.880Z | Compiling thiserror-impl v1.0.63 |
| 1117 | 2024-07-30T18:49:59.910Z | Compiling zeroize v1.7.0 |
| 1118 | 2024-07-30T18:50:00.416Z | Compiling futures-macro v0.3.30 |
| 1119 | 2024-07-30T18:50:01.256Z | Compiling tracing-attributes v0.1.27 |
| 1120 | 2024-07-30T18:50:01.274Z | Compiling zerocopy v0.7.34 |
| 1121 | 2024-07-30T18:50:01.505Z | Compiling scroll_derive v0.12.0 |
| 1122 | 2024-07-30T18:50:01.779Z | Compiling crypto-common v0.1.6 |
| 1123 | 2024-07-30T18:50:02.016Z | Compiling block-buffer v0.10.4 |
| 1124 | 2024-07-30T18:50:02.276Z | Compiling digest v0.10.7 |
| 1125 | 2024-07-30T18:50:02.593Z | Compiling futures-util v0.3.30 |
| 1126 | 2024-07-30T18:50:02.769Z | Compiling hmac v0.12.1 |
| 1127 | 2024-07-30T18:50:02.999Z | Compiling der_derive v0.7.2 |
| 1128 | 2024-07-30T18:50:03.113Z | Compiling scroll v0.12.0 |
| 1129 | 2024-07-30T18:50:03.331Z | Compiling thiserror v1.0.63 |
| 1130 | 2024-07-30T18:50:03.475Z | Compiling hashbrown v0.14.5 |
| 1131 | 2024-07-30T18:50:03.521Z | Compiling pest v2.7.10 |
| 1132 | 2024-07-30T18:50:03.669Z | Compiling goblin v0.8.2 |
| 1133 | 2024-07-30T18:50:04.858Z | Compiling openssl-macros v0.1.1 |
| 1134 | 2024-07-30T18:50:05.392Z | Compiling tracing v0.1.40 |
| 1135 | 2024-07-30T18:50:05.609Z | Compiling rustls-webpki v0.101.7 |
| 1136 | 2024-07-30T18:50:05.625Z | Compiling der v0.7.9 |
| 1137 | 2024-07-30T18:50:05.922Z | Compiling pest_meta v2.7.10 |
| 1138 | 2024-07-30T18:50:06.160Z | Compiling sct v0.7.1 |
| 1139 | 2024-07-30T18:50:06.459Z | Compiling md-5 v0.10.6 |
| 1140 | 2024-07-30T18:50:06.721Z | Compiling sha2 v0.10.8 |
| 1141 | 2024-07-30T18:50:07.639Z | Compiling pest_generator v2.7.10 |
| 1142 | 2024-07-30T18:50:08.813Z | Compiling spki v0.7.3 |
| 1143 | 2024-07-30T18:50:08.948Z | Compiling schemars_derive v0.8.21 |
| 1144 | 2024-07-30T18:50:09.195Z | Compiling regex-automata v0.4.6 |
| 1145 | 2024-07-30T18:50:09.703Z | Compiling num-integer v0.1.46 |
| 1146 | 2024-07-30T18:50:10.192Z | Compiling idna v0.3.0 |
| 1147 | 2024-07-30T18:50:10.477Z | Compiling backtrace v0.3.71 |
| 1148 | 2024-07-30T18:50:10.904Z | Compiling hash32 v0.2.1 |
| 1149 | 2024-07-30T18:50:11.299Z | Compiling smoltcp v0.9.1 |
| 1150 | 2024-07-30T18:50:11.461Z | Compiling pest_derive v2.7.10 |
| 1151 | 2024-07-30T18:50:11.793Z | Compiling fallible-iterator v0.2.0 |
| 1152 | 2024-07-30T18:50:12.054Z | Compiling stable_deref_trait v1.2.0 |
| 1153 | 2024-07-30T18:50:12.157Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1154 | 2024-07-30T18:50:12.292Z | Compiling dtrace-parser v0.2.0 |
| 1155 | 2024-07-30T18:50:12.446Z | Compiling dyn-clone v1.0.17 |
| 1156 | 2024-07-30T18:50:12.515Z | Compiling psl-types v2.0.11 |
| 1157 | 2024-07-30T18:50:12.663Z | Compiling base64 v0.22.1 |
| 1158 | 2024-07-30T18:50:12.703Z | Compiling crc32fast v1.4.0 |
| 1159 | 2024-07-30T18:50:12.950Z | Compiling gimli v0.28.1 |
| 1160 | 2024-07-30T18:50:13.150Z | Compiling bytes v1.6.0 |
| 1161 | 2024-07-30T18:50:13.453Z | Compiling bitflags v2.6.0 |
| 1162 | 2024-07-30T18:50:13.911Z | Compiling indexmap v2.2.6 |
| 1163 | 2024-07-30T18:50:14.429Z | Compiling tokio v1.38.1 |
| 1164 | 2024-07-30T18:50:14.513Z | Compiling http v0.2.12 |
| 1165 | 2024-07-30T18:50:14.530Z | Compiling uuid v1.10.0 |
| 1166 | 2024-07-30T18:50:15.303Z | Compiling semver v1.0.23 |
| 1167 | 2024-07-30T18:50:16.028Z | Compiling rustc_version v0.4.0 |
| 1168 | 2024-07-30T18:50:16.101Z | Compiling chrono v0.4.38 |
| 1169 | 2024-07-30T18:50:16.740Z | Compiling http-body v0.4.6 |
| 1170 | 2024-07-30T18:50:16.827Z | Compiling heapless v0.7.17 |
| 1171 | 2024-07-30T18:50:17.183Z | Compiling dof v0.3.0 |
| 1172 | 2024-07-30T18:50:17.296Z | Compiling serde_spanned v0.6.6 |
| 1173 | 2024-07-30T18:50:17.519Z | Compiling toml_datetime v0.6.6 |
| 1174 | 2024-07-30T18:50:18.060Z | Compiling usdt-impl v0.5.0 |
| 1175 | 2024-07-30T18:50:18.066Z | Compiling serde_tokenstream v0.2.1 |
| 1176 | 2024-07-30T18:50:18.739Z | Compiling terminal_size v0.3.0 |
| 1177 | 2024-07-30T18:50:19.537Z | Compiling addr2line v0.21.0 |
| 1178 | 2024-07-30T18:50:19.660Z | Compiling postgres-protocol v0.6.7 |
| 1179 | 2024-07-30T18:50:20.122Z | Compiling publicsuffix v2.2.3 |
| 1180 | 2024-07-30T18:50:20.219Z | Compiling pkcs8 v0.10.2 |
| 1181 | 2024-07-30T18:50:20.323Z | Compiling hubpack_derive v0.1.1 |
| 1182 | 2024-07-30T18:50:20.384Z | Compiling block-padding v0.3.3 |
| 1183 | 2024-07-30T18:50:20.632Z | Compiling zerocopy-derive v0.6.6 |
| 1184 | 2024-07-30T18:50:20.760Z | Compiling async-trait v0.1.81 |
| 1185 | 2024-07-30T18:50:22.174Z | Compiling phf_shared v0.11.2 |
| 1186 | 2024-07-30T18:50:22.453Z | Compiling tokio-util v0.7.11 |
| 1187 | 2024-07-30T18:50:22.563Z | Compiling tokio-rustls v0.24.1 |
| 1188 | 2024-07-30T18:50:22.632Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1189 | 2024-07-30T18:50:22.828Z | Compiling ff v0.13.0 |
| 1190 | 2024-07-30T18:50:22.937Z | Compiling scheduled-thread-pool v0.2.7 |
| 1191 | 2024-07-30T18:50:23.027Z | Compiling object v0.32.2 |
| 1192 | 2024-07-30T18:50:23.042Z | Compiling fs-err v2.11.0 |
| 1193 | 2024-07-30T18:50:23.104Z | Compiling matches v0.1.10 |
| 1194 | 2024-07-30T18:50:23.198Z | Compiling managed v0.8.0 |
| 1195 | 2024-07-30T18:50:23.545Z | Compiling h2 v0.3.26 |
| 1196 | 2024-07-30T18:50:23.598Z | Compiling tokio-native-tls v0.3.1 |
| 1197 | 2024-07-30T18:50:23.618Z | Compiling base64 v0.21.7 |
| 1198 | 2024-07-30T18:50:23.814Z | Compiling rustc-demangle v0.1.24 |
| 1199 | 2024-07-30T18:50:23.867Z | Compiling base16ct v0.2.0 |
| 1200 | 2024-07-30T18:50:23.882Z | Compiling bitflags v1.3.2 |
| 1201 | 2024-07-30T18:50:23.977Z | Compiling winnow v0.5.40 |
| 1202 | 2024-07-30T18:50:24.198Z | Compiling ipnet v2.9.0 |
| 1203 | 2024-07-30T18:50:24.382Z | Compiling anyhow v1.0.86 |
| 1204 | 2024-07-30T18:50:24.781Z | Compiling either v1.12.0 |
| 1205 | 2024-07-30T18:50:24.977Z | Compiling bit-vec v0.6.3 |
| 1206 | 2024-07-30T18:50:25.201Z | Compiling regex-automata v0.1.10 |
| 1207 | 2024-07-30T18:50:25.430Z | Compiling clap_builder v4.5.9 |
| 1208 | 2024-07-30T18:50:25.642Z | Compiling bstr v0.2.17 |
| 1209 | 2024-07-30T18:50:25.700Z | Compiling rustls-pemfile v1.0.4 |
| 1210 | 2024-07-30T18:50:26.156Z | Compiling sec1 v0.7.3 |
| 1211 | 2024-07-30T18:50:26.936Z | Compiling idna v0.2.3 |
| 1212 | 2024-07-30T18:50:27.144Z | Compiling r2d2 v0.8.10 |
| 1213 | 2024-07-30T18:50:27.513Z | Compiling diesel_derives v2.1.4 |
| 1214 | 2024-07-30T18:50:28.027Z | Compiling toml_edit v0.19.15 |
| 1215 | 2024-07-30T18:50:28.443Z | Compiling group v0.13.0 |
| 1216 | 2024-07-30T18:50:28.533Z | Compiling zerocopy v0.6.6 |
| 1217 | 2024-07-30T18:50:28.767Z | Compiling signal-hook-mio v0.2.3 |
| 1218 | 2024-07-30T18:50:28.927Z | Compiling phf v0.11.2 |
| 1219 | 2024-07-30T18:50:29.223Z | Compiling cookie_store v0.20.0 |
| 1220 | 2024-07-30T18:50:29.403Z | Compiling hubpack v0.1.2 |
| 1221 | 2024-07-30T18:50:30.043Z | Compiling hyper v0.14.28 |
| 1222 | 2024-07-30T18:50:30.376Z | Compiling inout v0.1.3 |
| 1223 | 2024-07-30T18:50:30.651Z | Compiling ipnetwork v0.20.0 |
| 1224 | 2024-07-30T18:50:31.065Z | Compiling postgres-types v0.2.7 |
| 1225 | 2024-07-30T18:50:31.945Z | Compiling usdt-attr-macro v0.5.0 |
| 1226 | 2024-07-30T18:50:32.631Z | Compiling usdt-macro v0.5.0 |
| 1227 | 2024-07-30T18:50:33.594Z | Compiling regex v1.10.5 |
| 1228 | 2024-07-30T18:50:33.644Z | Compiling serde_urlencoded v0.7.1 |
| 1229 | 2024-07-30T18:50:33.879Z | Compiling num-bigint v0.4.5 |
| 1230 | 2024-07-30T18:50:34.135Z | Compiling futures-executor v0.3.30 |
| 1231 | 2024-07-30T18:50:34.189Z | Compiling enum-as-inner v0.5.1 |
| 1232 | 2024-07-30T18:50:34.677Z | Compiling hkdf v0.12.4 |
| 1233 | 2024-07-30T18:50:34.724Z | Compiling crypto-bigint v0.5.5 |
| 1234 | 2024-07-30T18:50:34.925Z | Compiling strum_macros v0.25.3 |
| 1235 | 2024-07-30T18:50:35.217Z | Compiling clap_derive v4.5.8 |
| 1236 | 2024-07-30T18:50:35.261Z | Compiling serde_repr v0.1.19 |
| 1237 | 2024-07-30T18:50:36.302Z | Compiling phf_shared v0.10.0 |
| 1238 | 2024-07-30T18:50:36.431Z | Compiling float-cmp v0.9.0 |
| 1239 | 2024-07-30T18:50:36.659Z | Compiling encoding_rs v0.8.34 |
| 1240 | 2024-07-30T18:50:36.716Z | Compiling hyper-rustls v0.24.2 |
| 1241 | 2024-07-30T18:50:37.067Z | Compiling hyper-tls v0.5.0 |
| 1242 | 2024-07-30T18:50:37.396Z | Compiling precomputed-hash v0.1.1 |
| 1243 | 2024-07-30T18:50:37.509Z | Compiling unicode-segmentation v1.11.0 |
| 1244 | 2024-07-30T18:50:38.342Z | Compiling fixedbitset v0.4.2 |
| 1245 | 2024-07-30T18:50:38.815Z | Compiling normalize-line-endings v0.3.0 |
| 1246 | 2024-07-30T18:50:38.940Z | Compiling mime v0.3.17 |
| 1247 | 2024-07-30T18:50:39.383Z | Compiling static_assertions v1.1.0 |
| 1248 | 2024-07-30T18:50:39.488Z | Compiling data-encoding v2.6.0 |
| 1249 | 2024-07-30T18:50:39.548Z | Compiling whoami v1.5.1 |
| 1250 | 2024-07-30T18:50:40.083Z | Compiling difflib v0.4.0 |
| 1251 | 2024-07-30T18:50:40.208Z | Compiling predicates-core v1.0.6 |
| 1252 | 2024-07-30T18:50:40.388Z | Compiling new_debug_unreachable v1.0.6 |
| 1253 | 2024-07-30T18:50:40.477Z | Compiling webpki-roots v0.25.4 |
| 1254 | 2024-07-30T18:50:40.585Z | Compiling sync_wrapper v0.1.2 |
| 1255 | 2024-07-30T18:50:40.637Z | Compiling minimal-lexical v0.2.1 |
| 1256 | 2024-07-30T18:50:40.712Z | Compiling reqwest v0.11.27 |
| 1257 | 2024-07-30T18:50:40.790Z | Compiling predicates v3.1.0 |
| 1258 | 2024-07-30T18:50:40.820Z | Compiling diesel v2.1.6 |
| 1259 | 2024-07-30T18:50:41.142Z | Compiling nom v7.1.3 |
| 1260 | 2024-07-30T18:50:41.246Z | Compiling string_cache v0.8.7 |
| 1261 | 2024-07-30T18:50:41.738Z | Compiling console v0.15.8 |
| 1262 | 2024-07-30T18:50:41.774Z | Compiling clap v4.5.9 |
| 1263 | 2024-07-30T18:50:41.895Z | Compiling trust-dns-proto v0.22.0 |
| 1264 | 2024-07-30T18:50:41.956Z | Compiling tokio-postgres v0.7.11 |
| 1265 | 2024-07-30T18:50:42.635Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1266 | 2024-07-30T18:50:43.319Z | Compiling toml_edit v0.22.16 |
| 1267 | 2024-07-30T18:50:44.591Z | Compiling petgraph v0.6.5 |
| 1268 | 2024-07-30T18:50:44.762Z | Compiling similar v2.5.0 |
| 1269 | 2024-07-30T18:50:47.417Z | Compiling elliptic-curve v0.13.8 |
| 1270 | 2024-07-30T18:50:47.709Z | Compiling usdt v0.5.0 |
| 1271 | 2024-07-30T18:50:48.183Z | Compiling yasna v0.5.2 |
| 1272 | 2024-07-30T18:50:48.208Z | Compiling futures v0.3.30 |
| 1273 | 2024-07-30T18:50:48.326Z | Compiling flate2 v1.0.30 |
| 1274 | 2024-07-30T18:50:48.547Z | Compiling toml v0.7.8 |
| 1275 | 2024-07-30T18:50:49.282Z | Compiling cipher v0.4.4 |
| 1276 | 2024-07-30T18:50:49.806Z | Compiling crossterm v0.27.0 |
| 1277 | 2024-07-30T18:50:50.055Z | Compiling bit-set v0.5.3 |
| 1278 | 2024-07-30T18:50:50.248Z | Compiling itertools v0.10.5 |
| 1279 | 2024-07-30T18:50:50.323Z | Compiling itertools v0.12.1 |
| 1280 | 2024-07-30T18:50:50.457Z | Compiling tokio-stream v0.1.15 |
| 1281 | 2024-07-30T18:50:50.816Z | Compiling openapiv3 v2.0.0 |
| 1282 | 2024-07-30T18:50:51.419Z | Compiling bstr v1.9.1 |
| 1283 | 2024-07-30T18:50:51.918Z | Compiling hex v0.4.3 |
| 1284 | 2024-07-30T18:50:52.526Z | Compiling num-iter v0.1.45 |
| 1285 | 2024-07-30T18:50:52.707Z | Compiling crossbeam-epoch v0.9.18 |
| 1286 | 2024-07-30T18:50:53.071Z | Compiling dirs-sys-next v0.1.2 |
| 1287 | 2024-07-30T18:50:53.312Z | Compiling peg-runtime v0.8.3 |
| 1288 | 2024-07-30T18:50:53.497Z | Compiling unicode-xid v0.2.4 |
| 1289 | 2024-07-30T18:50:53.511Z | Compiling lalrpop-util v0.19.12 |
| 1290 | 2024-07-30T18:50:53.610Z | Compiling dirs-next v2.0.0 |
| 1291 | 2024-07-30T18:50:53.664Z | Compiling thread_local v1.1.8 |
| 1292 | 2024-07-30T18:50:53.722Z | Compiling slog-async v2.8.0 |
| 1293 | 2024-07-30T18:50:53.789Z | Compiling term v0.7.0 |
| 1294 | 2024-07-30T18:50:53.852Z | Compiling xattr v1.3.1 |
| 1295 | 2024-07-30T18:50:54.028Z | Compiling crossbeam-channel v0.5.12 |
| 1296 | 2024-07-30T18:50:54.121Z | Compiling strum_macros v0.26.4 |
| 1297 | 2024-07-30T18:50:54.285Z | Compiling filetime v0.2.23 |
| 1298 | 2024-07-30T18:50:54.287Z | Compiling is-terminal v0.4.12 |
| 1299 | 2024-07-30T18:50:54.426Z | Compiling take_mut v0.2.2 |
| 1300 | 2024-07-30T18:50:54.585Z | Compiling tar v0.4.41 |
| 1301 | 2024-07-30T18:50:54.639Z | Compiling slog-term v2.9.1 |
| 1302 | 2024-07-30T18:50:55.280Z | Compiling camino v1.1.7 |
| 1303 | 2024-07-30T18:50:57.627Z | Compiling strum v0.26.3 |
| 1304 | 2024-07-30T18:51:08.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1305 | 2024-07-30T18:51:09.100Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1306 | 2024-07-30T18:51:14.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
| 1307 | 2024-07-30T18:51:14.263Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1308 | 2024-07-30T18:51:14.303Z | Jul 30 18:51:13.499 INFO Starting download, target: Clickhouse |
| 1309 | 2024-07-30T18:51:14.303Z | Jul 30 18:51:13.499 INFO Starting download, target: Cockroach |
| 1310 | 2024-07-30T18:51:14.303Z | Jul 30 18:51:13.499 INFO Starting download, target: DendriteOpenapi |
| 1311 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.499 INFO Starting download, target: DendriteStub |
| 1312 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.499 INFO Starting download, target: Console |
| 1313 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.499 INFO Starting download, target: MaghemiteMgd |
| 1314 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.499 INFO Starting download, target: TransceiverControl |
| 1315 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1316 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
| 1317 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1318 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1319 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1320 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1321 | 2024-07-30T18:51:14.306Z | Jul 30 18:51:13.500 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1322 | 2024-07-30T18:51:14.415Z | Jul 30 18:51:13.609 INFO Download complete, target: DendriteOpenapi |
| 1323 | 2024-07-30T18:51:14.582Z | Jul 30 18:51:13.776 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1324 | 2024-07-30T18:51:15.012Z | Jul 30 18:51:14.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1325 | 2024-07-30T18:51:15.040Z | Jul 30 18:51:14.236 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1326 | 2024-07-30T18:51:15.047Z | Jul 30 18:51:14.243 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1327 | 2024-07-30T18:51:15.462Z | Jul 30 18:51:14.657 INFO Download complete, target: TransceiverControl |
| 1328 | 2024-07-30T18:51:15.488Z | Jul 30 18:51:14.684 INFO Download complete, target: Console |
| 1329 | 2024-07-30T18:51:16.454Z | Jul 30 18:51:15.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1330 | 2024-07-30T18:51:16.482Z | Jul 30 18:51:15.678 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1331 | 2024-07-30T18:51:16.482Z | Jul 30 18:51:15.678 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1332 | 2024-07-30T18:51:18.267Z | Jul 30 18:51:17.463 INFO Download complete, target: DendriteStub |
| 1333 | 2024-07-30T18:51:18.529Z | Jul 30 18:51:17.724 INFO Download complete, target: MaghemiteMgd |
| 1334 | 2024-07-30T18:51:25.303Z | Jul 30 18:51:24.497 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1335 | 2024-07-30T18:51:25.657Z | Jul 30 18:51:24.851 INFO Checking that binary works, target: Cockroach |
| 1336 | 2024-07-30T18:51:25.825Z | Jul 30 18:51:25.020 INFO Download complete, target: Cockroach |
| 1337 | 2024-07-30T18:51:31.274Z | Jul 30 18:51:30.468 INFO Checking that binary works, target: Clickhouse |
| 1338 | 2024-07-30T18:51:31.546Z | Jul 30 18:51:30.740 INFO Download complete, target: Clickhouse |
| 1339 | 2024-07-30T18:51:31.565Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1340 | 2024-07-30T18:51:31.568Z | |
| 1341 | 2024-07-30T18:51:31.569Z | real 4:34.597264895 |
| 1342 | 2024-07-30T18:51:31.569Z | user 11:49.035365169 |
| 1343 | 2024-07-30T18:51:31.569Z | sys 2:34.841527582 |
| 1344 | 2024-07-30T18:51:31.569Z | trap 0.435055257 |
| 1345 | 2024-07-30T18:51:31.569Z | tflt 3.784335796 |
| 1346 | 2024-07-30T18:51:31.569Z | dflt 5.379503207 |
| 1347 | 2024-07-30T18:51:31.569Z | kflt 0.228034607 |
| 1348 | 2024-07-30T18:51:31.569Z | lock 23:34.593419817 |
| 1349 | 2024-07-30T18:51:31.569Z | slp 36:03.054063280 |
| 1350 | 2024-07-30T18:51:31.569Z | lat 38.483485123 |
| 1351 | 2024-07-30T18:51:31.569Z | stop 1:34.657456296 |
| 1352 | 2024-07-30T18:51:31.569Z | + banner hack-check |
| 1353 | 2024-07-30T18:51:31.569Z | |
| 1354 | 2024-07-30T18:51:31.569Z | # # ## #### # # #### # # ###### #### # # |
| 1355 | 2024-07-30T18:51:31.569Z | # # # # # # # # # # # # # # # # # |
| 1356 | 2024-07-30T18:51:31.569Z | ###### # # # #### ##### # ###### ##### # #### |
| 1357 | 2024-07-30T18:51:31.569Z | # # ###### # # # # # # # # # # |
| 1358 | 2024-07-30T18:51:31.569Z | # # # # # # # # # # # # # # # # # |
| 1359 | 2024-07-30T18:51:31.569Z | # # # # #### # # #### # # ###### #### # # |
| 1360 | 2024-07-30T18:51:31.569Z | |
| 1361 | 2024-07-30T18:51:31.569Z | + export CARGO_INCREMENTAL=0 |
| 1362 | 2024-07-30T18:51:31.569Z | + CARGO_INCREMENTAL=0 |
| 1363 | 2024-07-30T18:51:31.569Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1364 | 2024-07-30T18:51:32.079Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1365 | 2024-07-30T18:51:35.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
| 1366 | 2024-07-30T18:51:35.957Z | Running `target/debug/xtask check-features --ci` |
| 1367 | 2024-07-30T18:51:35.976Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1368 | 2024-07-30T18:51:35.976Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1369 | 2024-07-30T18:51:36.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1370 | 2024-07-30T18:51:36.432Z | Running `target/debug/xtask download cargo-hack` |
| 1371 | 2024-07-30T18:51:37.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1372 | 2024-07-30T18:51:37.446Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1373 | 2024-07-30T18:51:41.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 1374 | 2024-07-30T18:51:41.934Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1375 | 2024-07-30T18:51:41.961Z | Jul 30 18:51:41.154 INFO Starting download, target: CargoHack |
| 1376 | 2024-07-30T18:51:41.964Z | Jul 30 18:51:41.155 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1377 | 2024-07-30T18:51:42.542Z | Jul 30 18:51:41.735 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1378 | 2024-07-30T18:51:42.648Z | Jul 30 18:51:41.840 INFO Download complete, target: CargoHack |
| 1379 | 2024-07-30T18:51:42.651Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1380 | 2024-07-30T18:51:42.667Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1381 | 2024-07-30T18:51:42.802Z | info: running `cargo check --bins` on api_identity (1/142) |
| 1382 | 2024-07-30T18:51:43.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1383 | 2024-07-30T18:51:43.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1384 | 2024-07-30T18:51:43.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1385 | 2024-07-30T18:51:43.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1386 | 2024-07-30T18:51:43.342Z | |
| 1387 | 2024-07-30T18:51:43.342Z | info: running `cargo check --bins` on bootstore (2/142) |
| 1388 | 2024-07-30T18:51:43.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1389 | 2024-07-30T18:51:43.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1390 | 2024-07-30T18:51:43.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1391 | 2024-07-30T18:51:43.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1392 | 2024-07-30T18:51:43.933Z | |
| 1393 | 2024-07-30T18:51:43.934Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
| 1394 | 2024-07-30T18:51:44.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1395 | 2024-07-30T18:51:44.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1396 | 2024-07-30T18:51:44.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1397 | 2024-07-30T18:51:44.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1398 | 2024-07-30T18:51:44.497Z | |
| 1399 | 2024-07-30T18:51:44.497Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
| 1400 | 2024-07-30T18:51:45.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1401 | 2024-07-30T18:51:45.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1402 | 2024-07-30T18:51:45.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1403 | 2024-07-30T18:51:45.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1404 | 2024-07-30T18:51:45.066Z | |
| 1405 | 2024-07-30T18:51:45.066Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
| 1406 | 2024-07-30T18:51:45.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1407 | 2024-07-30T18:51:45.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1408 | 2024-07-30T18:51:45.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1409 | 2024-07-30T18:51:45.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1410 | 2024-07-30T18:51:45.499Z | |
| 1411 | 2024-07-30T18:51:45.499Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
| 1412 | 2024-07-30T18:51:45.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1413 | 2024-07-30T18:51:45.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1414 | 2024-07-30T18:51:45.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1415 | 2024-07-30T18:51:45.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1416 | 2024-07-30T18:51:45.936Z | |
| 1417 | 2024-07-30T18:51:45.936Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
| 1418 | 2024-07-30T18:51:46.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1419 | 2024-07-30T18:51:46.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1420 | 2024-07-30T18:51:46.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1421 | 2024-07-30T18:51:46.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1422 | 2024-07-30T18:51:46.355Z | |
| 1423 | 2024-07-30T18:51:46.355Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
| 1424 | 2024-07-30T18:51:46.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1425 | 2024-07-30T18:51:46.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1426 | 2024-07-30T18:51:46.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1427 | 2024-07-30T18:51:46.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1428 | 2024-07-30T18:51:46.783Z | |
| 1429 | 2024-07-30T18:51:46.783Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
| 1430 | 2024-07-30T18:51:47.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1431 | 2024-07-30T18:51:47.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1432 | 2024-07-30T18:51:47.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1433 | 2024-07-30T18:51:47.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1434 | 2024-07-30T18:51:47.213Z | |
| 1435 | 2024-07-30T18:51:47.213Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
| 1436 | 2024-07-30T18:51:47.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1437 | 2024-07-30T18:51:47.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1438 | 2024-07-30T18:51:47.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1439 | 2024-07-30T18:51:47.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1440 | 2024-07-30T18:51:47.635Z | |
| 1441 | 2024-07-30T18:51:47.635Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
| 1442 | 2024-07-30T18:51:48.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1443 | 2024-07-30T18:51:48.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1444 | 2024-07-30T18:51:48.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1445 | 2024-07-30T18:51:48.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1446 | 2024-07-30T18:51:48.059Z | |
| 1447 | 2024-07-30T18:51:48.059Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
| 1448 | 2024-07-30T18:51:48.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1449 | 2024-07-30T18:51:48.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1450 | 2024-07-30T18:51:48.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1451 | 2024-07-30T18:51:48.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1452 | 2024-07-30T18:51:48.485Z | |
| 1453 | 2024-07-30T18:51:48.485Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
| 1454 | 2024-07-30T18:51:48.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1455 | 2024-07-30T18:51:48.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1456 | 2024-07-30T18:51:48.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1457 | 2024-07-30T18:51:48.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1458 | 2024-07-30T18:51:48.911Z | |
| 1459 | 2024-07-30T18:51:48.911Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
| 1460 | 2024-07-30T18:51:49.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1461 | 2024-07-30T18:51:49.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1462 | 2024-07-30T18:51:49.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1463 | 2024-07-30T18:51:49.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1464 | 2024-07-30T18:51:49.332Z | |
| 1465 | 2024-07-30T18:51:49.332Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
| 1466 | 2024-07-30T18:51:49.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1467 | 2024-07-30T18:51:49.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1468 | 2024-07-30T18:51:49.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1469 | 2024-07-30T18:51:49.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1470 | 2024-07-30T18:51:49.758Z | |
| 1471 | 2024-07-30T18:51:49.758Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
| 1472 | 2024-07-30T18:51:50.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1473 | 2024-07-30T18:51:50.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1474 | 2024-07-30T18:51:50.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1475 | 2024-07-30T18:51:50.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1476 | 2024-07-30T18:51:50.177Z | |
| 1477 | 2024-07-30T18:51:50.178Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
| 1478 | 2024-07-30T18:51:50.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1479 | 2024-07-30T18:51:50.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1480 | 2024-07-30T18:51:50.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1481 | 2024-07-30T18:51:50.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1482 | 2024-07-30T18:51:50.600Z | |
| 1483 | 2024-07-30T18:51:50.600Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
| 1484 | 2024-07-30T18:51:50.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1485 | 2024-07-30T18:51:50.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1486 | 2024-07-30T18:51:50.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1487 | 2024-07-30T18:51:51.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1488 | 2024-07-30T18:51:51.029Z | |
| 1489 | 2024-07-30T18:51:51.029Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
| 1490 | 2024-07-30T18:51:51.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1491 | 2024-07-30T18:51:51.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1492 | 2024-07-30T18:51:51.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1493 | 2024-07-30T18:51:51.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1494 | 2024-07-30T18:51:51.464Z | |
| 1495 | 2024-07-30T18:51:51.464Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
| 1496 | 2024-07-30T18:51:51.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1497 | 2024-07-30T18:51:51.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1498 | 2024-07-30T18:51:51.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1499 | 2024-07-30T18:51:51.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1500 | 2024-07-30T18:51:51.898Z | |
| 1501 | 2024-07-30T18:51:51.898Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
| 1502 | 2024-07-30T18:51:52.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1503 | 2024-07-30T18:51:52.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1504 | 2024-07-30T18:51:52.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1505 | 2024-07-30T18:51:52.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1506 | 2024-07-30T18:51:52.332Z | |
| 1507 | 2024-07-30T18:51:52.332Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
| 1508 | 2024-07-30T18:51:52.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1509 | 2024-07-30T18:51:52.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1510 | 2024-07-30T18:51:52.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1511 | 2024-07-30T18:51:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1512 | 2024-07-30T18:51:52.763Z | |
| 1513 | 2024-07-30T18:51:52.763Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
| 1514 | 2024-07-30T18:51:53.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1515 | 2024-07-30T18:51:53.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1516 | 2024-07-30T18:51:53.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1517 | 2024-07-30T18:51:53.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1518 | 2024-07-30T18:51:53.200Z | |
| 1519 | 2024-07-30T18:51:53.200Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
| 1520 | 2024-07-30T18:51:53.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1521 | 2024-07-30T18:51:53.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1522 | 2024-07-30T18:51:53.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1523 | 2024-07-30T18:51:53.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1524 | 2024-07-30T18:51:53.621Z | |
| 1525 | 2024-07-30T18:51:53.621Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
| 1526 | 2024-07-30T18:51:54.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1527 | 2024-07-30T18:51:54.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1528 | 2024-07-30T18:51:54.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1529 | 2024-07-30T18:51:54.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1530 | 2024-07-30T18:51:54.204Z | |
| 1531 | 2024-07-30T18:51:54.204Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
| 1532 | 2024-07-30T18:51:54.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1533 | 2024-07-30T18:51:54.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1534 | 2024-07-30T18:51:54.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1535 | 2024-07-30T18:51:54.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1536 | 2024-07-30T18:51:54.776Z | |
| 1537 | 2024-07-30T18:51:54.776Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
| 1538 | 2024-07-30T18:51:55.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1539 | 2024-07-30T18:51:55.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1540 | 2024-07-30T18:51:55.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1541 | 2024-07-30T18:51:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1542 | 2024-07-30T18:51:55.360Z | |
| 1543 | 2024-07-30T18:51:55.360Z | info: running `cargo check --bins` on oxlog (28/142) |
| 1544 | 2024-07-30T18:51:55.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1545 | 2024-07-30T18:51:55.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1546 | 2024-07-30T18:51:55.925Z | Checking cfg-if v1.0.0 |
| 1547 | 2024-07-30T18:51:55.928Z | Checking libc v0.2.155 |
| 1548 | 2024-07-30T18:51:56.004Z | Checking scopeguard v1.2.0 |
| 1549 | 2024-07-30T18:51:56.007Z | Checking serde v1.0.204 |
| 1550 | 2024-07-30T18:51:56.018Z | Checking memchr v2.7.2 |
| 1551 | 2024-07-30T18:51:56.020Z | Checking log v0.4.21 |
| 1552 | 2024-07-30T18:51:56.020Z | Checking byteorder v1.5.0 |
| 1553 | 2024-07-30T18:51:56.045Z | Checking itoa v1.0.11 |
| 1554 | 2024-07-30T18:51:56.056Z | Checking zeroize v1.7.0 |
| 1555 | 2024-07-30T18:51:56.110Z | Checking lock_api v0.4.12 |
| 1556 | 2024-07-30T18:51:56.224Z | Checking once_cell v1.19.0 |
| 1557 | 2024-07-30T18:51:56.279Z | Checking smallvec v1.13.2 |
| 1558 | 2024-07-30T18:51:56.300Z | Checking pin-project-lite v0.2.14 |
| 1559 | 2024-07-30T18:51:56.414Z | Checking typenum v1.17.0 |
| 1560 | 2024-07-30T18:51:56.447Z | Checking zerocopy v0.7.34 |
| 1561 | 2024-07-30T18:51:56.524Z | Checking tinyvec_macros v0.1.1 |
| 1562 | 2024-07-30T18:51:56.538Z | Checking spin v0.9.8 |
| 1563 | 2024-07-30T18:51:56.599Z | Checking futures-core v0.3.30 |
| 1564 | 2024-07-30T18:51:56.613Z | Checking tinyvec v1.6.0 |
| 1565 | 2024-07-30T18:51:56.772Z | Checking libm v0.2.8 |
| 1566 | 2024-07-30T18:51:56.864Z | Checking ryu v1.0.18 |
| 1567 | 2024-07-30T18:51:56.879Z | Checking subtle v2.5.0 |
| 1568 | 2024-07-30T18:51:57.075Z | Checking getrandom v0.2.14 |
| 1569 | 2024-07-30T18:51:57.088Z | Checking parking_lot_core v0.9.10 |
| 1570 | 2024-07-30T18:51:57.124Z | Checking signal-hook-registry v1.4.2 |
| 1571 | 2024-07-30T18:51:57.308Z | Checking rand_core v0.6.4 |
| 1572 | 2024-07-30T18:51:57.345Z | Checking mio v0.8.11 |
| 1573 | 2024-07-30T18:51:57.399Z | Checking parking_lot v0.12.2 |
| 1574 | 2024-07-30T18:51:57.584Z | Checking num_cpus v1.16.0 |
| 1575 | 2024-07-30T18:51:57.671Z | Checking socket2 v0.5.7 |
| 1576 | 2024-07-30T18:51:57.693Z | Checking const-oid v0.9.6 |
| 1577 | 2024-07-30T18:51:57.717Z | Checking num-traits v0.2.19 |
| 1578 | 2024-07-30T18:51:57.729Z | Checking generic-array v0.14.7 |
| 1579 | 2024-07-30T18:51:57.845Z | Checking unicode-normalization v0.1.23 |
| 1580 | 2024-07-30T18:51:57.895Z | Checking ahash v0.8.11 |
| 1581 | 2024-07-30T18:51:57.955Z | Checking unicode-bidi v0.3.15 |
| 1582 | 2024-07-30T18:51:58.118Z | Checking futures-sink v0.3.30 |
| 1583 | 2024-07-30T18:51:58.262Z | Checking allocator-api2 v0.2.18 |
| 1584 | 2024-07-30T18:51:58.415Z | Checking equivalent v1.0.1 |
| 1585 | 2024-07-30T18:51:58.518Z | Checking futures-channel v0.3.30 |
| 1586 | 2024-07-30T18:51:58.541Z | Checking slab v0.4.9 |
| 1587 | 2024-07-30T18:51:58.709Z | Checking futures-task v0.3.30 |
| 1588 | 2024-07-30T18:51:58.788Z | Checking futures-io v0.3.30 |
| 1589 | 2024-07-30T18:51:58.850Z | Checking hashbrown v0.14.5 |
| 1590 | 2024-07-30T18:51:58.880Z | Checking pin-utils v0.1.0 |
| 1591 | 2024-07-30T18:51:58.934Z | Checking crypto-common v0.1.6 |
| 1592 | 2024-07-30T18:51:58.948Z | Checking block-buffer v0.10.4 |
| 1593 | 2024-07-30T18:51:58.962Z | Checking futures-util v0.3.30 |
| 1594 | 2024-07-30T18:51:58.974Z | Checking percent-encoding v2.3.1 |
| 1595 | 2024-07-30T18:51:59.107Z | Checking ppv-lite86 v0.2.17 |
| 1596 | 2024-07-30T18:51:59.145Z | Checking tracing-core v0.1.32 |
| 1597 | 2024-07-30T18:51:59.158Z | Checking fnv v1.0.7 |
| 1598 | 2024-07-30T18:51:59.274Z | Checking untrusted v0.9.0 |
| 1599 | 2024-07-30T18:51:59.423Z | Checking ring v0.17.8 |
| 1600 | 2024-07-30T18:51:59.463Z | Checking thiserror v1.0.63 |
| 1601 | 2024-07-30T18:51:59.476Z | Checking digest v0.10.7 |
| 1602 | 2024-07-30T18:51:59.587Z | Checking base64ct v1.6.0 |
| 1603 | 2024-07-30T18:51:59.768Z | Checking rand_chacha v0.3.1 |
| 1604 | 2024-07-30T18:51:59.782Z | Checking tracing v0.1.40 |
| 1605 | 2024-07-30T18:51:59.846Z | Checking iana-time-zone v0.1.60 |
| 1606 | 2024-07-30T18:51:59.979Z | Checking foreign-types-shared v0.1.1 |
| 1607 | 2024-07-30T18:52:00.041Z | Checking powerfmt v0.2.0 |
| 1608 | 2024-07-30T18:52:00.060Z | Checking pem-rfc7468 v0.7.0 |
| 1609 | 2024-07-30T18:52:00.072Z | Checking foreign-types v0.3.2 |
| 1610 | 2024-07-30T18:52:00.099Z | Checking hmac v0.12.1 |
| 1611 | 2024-07-30T18:52:00.144Z | Checking form_urlencoded v1.2.1 |
| 1612 | 2024-07-30T18:52:00.148Z | Checking rand v0.8.5 |
| 1613 | 2024-07-30T18:52:00.290Z | Checking deranged v0.3.11 |
| 1614 | 2024-07-30T18:52:00.290Z | Checking openssl-sys v0.9.103 |
| 1615 | 2024-07-30T18:52:00.314Z | Checking time-core v0.1.2 |
| 1616 | 2024-07-30T18:52:00.341Z | Checking try-lock v0.2.5 |
| 1617 | 2024-07-30T18:52:00.457Z | Checking num-conv v0.1.0 |
| 1618 | 2024-07-30T18:52:00.470Z | Checking unicode-ident v1.0.12 |
| 1619 | 2024-07-30T18:52:00.636Z | Checking num_threads v0.1.7 |
| 1620 | 2024-07-30T18:52:00.708Z | Checking flagset v0.4.5 |
| 1621 | 2024-07-30T18:52:00.738Z | Checking siphasher v0.3.11 |
| 1622 | 2024-07-30T18:52:00.897Z | Checking der v0.7.9 |
| 1623 | 2024-07-30T18:52:01.057Z | Checking proc-macro2 v1.0.86 |
| 1624 | 2024-07-30T18:52:01.175Z | Checking bytes v1.6.0 |
| 1625 | 2024-07-30T18:52:01.196Z | Checking bitflags v2.6.0 |
| 1626 | 2024-07-30T18:52:01.411Z | Checking serde_json v1.0.120 |
| 1627 | 2024-07-30T18:52:01.486Z | Checking indexmap v2.2.6 |
| 1628 | 2024-07-30T18:52:01.621Z | Checking uuid v1.10.0 |
| 1629 | 2024-07-30T18:52:01.702Z | Checking chrono v0.4.38 |
| 1630 | 2024-07-30T18:52:01.951Z | Checking tokio v1.38.1 |
| 1631 | 2024-07-30T18:52:02.163Z | Checking http v0.2.12 |
| 1632 | 2024-07-30T18:52:02.206Z | Checking time v0.3.36 |
| 1633 | 2024-07-30T18:52:02.656Z | Checking openssl v0.10.66 |
| 1634 | 2024-07-30T18:52:02.713Z | Checking rustls-webpki v0.101.7 |
| 1635 | 2024-07-30T18:52:03.078Z | Checking sct v0.7.1 |
| 1636 | 2024-07-30T18:52:03.259Z | Checking want v0.3.1 |
| 1637 | 2024-07-30T18:52:03.419Z | Checking idna v0.5.0 |
| 1638 | 2024-07-30T18:52:03.432Z | Checking httparse v1.8.0 |
| 1639 | 2024-07-30T18:52:03.500Z | Checking http-body v0.4.6 |
| 1640 | 2024-07-30T18:52:03.787Z | Checking errno v0.3.9 |
| 1641 | 2024-07-30T18:52:03.823Z | Checking socket2 v0.4.10 |
| 1642 | 2024-07-30T18:52:03.888Z | Checking lazy_static v1.5.0 |
| 1643 | 2024-07-30T18:52:03.944Z | Checking aho-corasick v1.1.3 |
| 1644 | 2024-07-30T18:52:03.997Z | Checking scroll v0.12.0 |
| 1645 | 2024-07-30T18:52:04.223Z | Checking httpdate v1.0.3 |
| 1646 | 2024-07-30T18:52:04.226Z | Checking tower-service v0.3.2 |
| 1647 | 2024-07-30T18:52:04.246Z | Checking cpufeatures v0.2.12 |
| 1648 | 2024-07-30T18:52:04.329Z | Checking adler v1.0.2 |
| 1649 | 2024-07-30T18:52:04.341Z | Checking utf8parse v0.2.1 |
| 1650 | 2024-07-30T18:52:04.420Z | Checking anstyle v1.0.7 |
| 1651 | 2024-07-30T18:52:04.433Z | Checking plain v0.2.3 |
| 1652 | 2024-07-30T18:52:04.466Z | Checking ucd-trie v0.1.6 |
| 1653 | 2024-07-30T18:52:04.479Z | Checking finl_unicode v1.2.0 |
| 1654 | 2024-07-30T18:52:04.561Z | Checking openssl-probe v0.1.5 |
| 1655 | 2024-07-30T18:52:04.616Z | Checking regex-syntax v0.8.3 |
| 1656 | 2024-07-30T18:52:04.649Z | Checking pest v2.7.10 |
| 1657 | 2024-07-30T18:52:04.687Z | Checking goblin v0.8.2 |
| 1658 | 2024-07-30T18:52:04.765Z | Checking miniz_oxide v0.7.2 |
| 1659 | 2024-07-30T18:52:05.030Z | Checking stringprep v0.1.4 |
| 1660 | 2024-07-30T18:52:05.292Z | Checking anstyle-parse v0.2.4 |
| 1661 | 2024-07-30T18:52:05.470Z | Checking sha2 v0.10.8 |
| 1662 | 2024-07-30T18:52:05.551Z | Checking url v2.5.2 |
| 1663 | 2024-07-30T18:52:05.622Z | Checking rustix v0.38.34 |
| 1664 | 2024-07-30T18:52:06.009Z | Checking rustls v0.21.12 |
| 1665 | 2024-07-30T18:52:06.279Z | Checking spki v0.7.3 |
| 1666 | 2024-07-30T18:52:06.562Z | Checking quote v1.0.36 |
| 1667 | 2024-07-30T18:52:06.922Z | Checking serde_spanned v0.6.6 |
| 1668 | 2024-07-30T18:52:07.109Z | Checking toml_datetime v0.6.6 |
| 1669 | 2024-07-30T18:52:07.113Z | Checking md-5 v0.10.6 |
| 1670 | 2024-07-30T18:52:07.331Z | Checking num-integer v0.1.46 |
| 1671 | 2024-07-30T18:52:07.359Z | Checking idna v0.3.0 |
| 1672 | 2024-07-30T18:52:07.613Z | Checking hash32 v0.2.1 |
| 1673 | 2024-07-30T18:52:07.768Z | Checking regex-automata v0.4.6 |
| 1674 | 2024-07-30T18:52:07.784Z | Checking psl-types v2.0.11 |
| 1675 | 2024-07-30T18:52:07.916Z | Checking colorchoice v1.0.1 |
| 1676 | 2024-07-30T18:52:07.942Z | Checking dyn-clone v1.0.17 |
| 1677 | 2024-07-30T18:52:07.984Z | Checking native-tls v0.2.11 |
| 1678 | 2024-07-30T18:52:08.031Z | Checking pretty-hex v0.4.1 |
| 1679 | 2024-07-30T18:52:08.062Z | Checking gimli v0.28.1 |
| 1680 | 2024-07-30T18:52:08.160Z | Checking is_terminal_polyfill v1.70.0 |
| 1681 | 2024-07-30T18:52:08.268Z | Checking anstyle-query v1.0.3 |
| 1682 | 2024-07-30T18:52:08.271Z | Checking base64 v0.22.1 |
| 1683 | 2024-07-30T18:52:08.279Z | Checking fallible-iterator v0.2.0 |
| 1684 | 2024-07-30T18:52:08.309Z | Checking stable_deref_trait v1.2.0 |
| 1685 | 2024-07-30T18:52:08.402Z | Checking heapless v0.7.17 |
| 1686 | 2024-07-30T18:52:08.605Z | Checking tokio-util v0.7.11 |
| 1687 | 2024-07-30T18:52:08.726Z | Checking tokio-native-tls v0.3.1 |
| 1688 | 2024-07-30T18:52:08.849Z | Checking postgres-protocol v0.6.7 |
| 1689 | 2024-07-30T18:52:08.978Z | Checking anstream v0.6.14 |
| 1690 | 2024-07-30T18:52:09.142Z | Checking tokio-rustls v0.24.1 |
| 1691 | 2024-07-30T18:52:09.342Z | Checking publicsuffix v2.2.3 |
| 1692 | 2024-07-30T18:52:09.429Z | Checking h2 v0.3.26 |
| 1693 | 2024-07-30T18:52:09.462Z | Checking schemars v0.8.21 |
| 1694 | 2024-07-30T18:52:09.471Z | Checking terminal_size v0.3.0 |
| 1695 | 2024-07-30T18:52:09.471Z | Checking dtrace-parser v0.2.0 |
| 1696 | 2024-07-30T18:52:09.548Z | Checking syn v2.0.72 |
| 1697 | 2024-07-30T18:52:09.570Z | Checking dof v0.3.0 |
| 1698 | 2024-07-30T18:52:09.628Z | Checking pkcs8 v0.10.2 |
| 1699 | 2024-07-30T18:52:09.873Z | Checking cookie v0.17.0 |
| 1700 | 2024-07-30T18:52:09.945Z | Checking phf_shared v0.11.2 |
| 1701 | 2024-07-30T18:52:10.148Z | Checking signal-hook v0.3.17 |
| 1702 | 2024-07-30T18:52:10.229Z | Checking block-padding v0.3.3 |
| 1703 | 2024-07-30T18:52:10.281Z | Checking scheduled-thread-pool v0.2.7 |
| 1704 | 2024-07-30T18:52:10.419Z | Checking ff v0.13.0 |
| 1705 | 2024-07-30T18:52:10.484Z | Checking thread-id v4.2.1 |
| 1706 | 2024-07-30T18:52:10.498Z | Checking object v0.32.2 |
| 1707 | 2024-07-30T18:52:10.586Z | Checking ipnet v2.9.0 |
| 1708 | 2024-07-30T18:52:10.638Z | Checking matches v0.1.10 |
| 1709 | 2024-07-30T18:52:10.723Z | Checking strsim v0.11.1 |
| 1710 | 2024-07-30T18:52:10.980Z | Checking clap_lex v0.7.0 |
| 1711 | 2024-07-30T18:52:11.003Z | Checking bitflags v1.3.2 |
| 1712 | 2024-07-30T18:52:11.046Z | Checking managed v0.8.0 |
| 1713 | 2024-07-30T18:52:11.092Z | Checking base16ct v0.2.0 |
| 1714 | 2024-07-30T18:52:11.200Z | Checking regex-automata v0.1.10 |
| 1715 | 2024-07-30T18:52:11.268Z | Checking bit-vec v0.6.3 |
| 1716 | 2024-07-30T18:52:11.407Z | Checking winnow v0.5.40 |
| 1717 | 2024-07-30T18:52:11.570Z | Checking rustc-demangle v0.1.24 |
| 1718 | 2024-07-30T18:52:11.593Z | Checking base64 v0.21.7 |
| 1719 | 2024-07-30T18:52:11.830Z | Checking addr2line v0.21.0 |
| 1720 | 2024-07-30T18:52:11.985Z | Checking either v1.12.0 |
| 1721 | 2024-07-30T18:52:12.033Z | Checking rustls-pemfile v1.0.4 |
| 1722 | 2024-07-30T18:52:12.196Z | Checking bstr v0.2.17 |
| 1723 | 2024-07-30T18:52:12.257Z | Checking regex v1.10.5 |
| 1724 | 2024-07-30T18:52:12.300Z | Checking smoltcp v0.9.1 |
| 1725 | 2024-07-30T18:52:12.333Z | Checking sec1 v0.7.3 |
| 1726 | 2024-07-30T18:52:12.710Z | Checking clap_builder v4.5.9 |
| 1727 | 2024-07-30T18:52:12.847Z | Checking ipnetwork v0.20.0 |
| 1728 | 2024-07-30T18:52:13.005Z | Checking idna v0.2.3 |
| 1729 | 2024-07-30T18:52:13.194Z | Checking group v0.13.0 |
| 1730 | 2024-07-30T18:52:13.456Z | Checking signal-hook-mio v0.2.3 |
| 1731 | 2024-07-30T18:52:13.579Z | Checking r2d2 v0.8.10 |
| 1732 | 2024-07-30T18:52:13.815Z | Checking inout v0.1.3 |
| 1733 | 2024-07-30T18:52:13.849Z | Checking cookie_store v0.20.0 |
| 1734 | 2024-07-30T18:52:13.879Z | Checking phf v0.11.2 |
| 1735 | 2024-07-30T18:52:14.027Z | Checking postgres-types v0.2.7 |
| 1736 | 2024-07-30T18:52:14.150Z | Checking num-bigint v0.4.5 |
| 1737 | 2024-07-30T18:52:14.454Z | Checking futures-executor v0.3.30 |
| 1738 | 2024-07-30T18:52:14.514Z | Checking toml_edit v0.19.15 |
| 1739 | 2024-07-30T18:52:14.684Z | Checking hubpack v0.1.2 |
| 1740 | 2024-07-30T18:52:14.698Z | Checking serde_urlencoded v0.7.1 |
| 1741 | 2024-07-30T18:52:14.961Z | Checking phf_shared v0.10.0 |
| 1742 | 2024-07-30T18:52:15.085Z | Checking hkdf v0.12.4 |
| 1743 | 2024-07-30T18:52:15.223Z | Checking zerocopy v0.6.6 |
| 1744 | 2024-07-30T18:52:15.289Z | Checking crossbeam-utils v0.8.19 |
| 1745 | 2024-07-30T18:52:15.427Z | Checking hyper v0.14.28 |
| 1746 | 2024-07-30T18:52:15.607Z | Checking crc32fast v1.4.0 |
| 1747 | 2024-07-30T18:52:15.821Z | Checking float-cmp v0.9.0 |
| 1748 | 2024-07-30T18:52:15.962Z | Checking usdt-impl v0.5.0 |
| 1749 | 2024-07-30T18:52:15.965Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1750 | 2024-07-30T18:52:15.991Z | Checking crypto-bigint v0.5.5 |
| 1751 | 2024-07-30T18:52:16.019Z | Checking memmap v0.7.0 |
| 1752 | 2024-07-30T18:52:16.200Z | Checking encoding_rs v0.8.34 |
| 1753 | 2024-07-30T18:52:16.213Z | Checking sync_wrapper v0.1.2 |
| 1754 | 2024-07-30T18:52:16.325Z | Checking mime v0.3.17 |
| 1755 | 2024-07-30T18:52:16.469Z | Checking unicode-width v0.1.13 |
| 1756 | 2024-07-30T18:52:16.487Z | Checking backtrace v0.3.71 |
| 1757 | 2024-07-30T18:52:16.617Z | Checking normalize-line-endings v0.3.0 |
| 1758 | 2024-07-30T18:52:16.630Z | Checking static_assertions v1.1.0 |
| 1759 | 2024-07-30T18:52:16.643Z | Checking whoami v1.5.1 |
| 1760 | 2024-07-30T18:52:16.712Z | Checking minimal-lexical v0.2.1 |
| 1761 | 2024-07-30T18:52:16.726Z | Checking webpki-roots v0.25.4 |
| 1762 | 2024-07-30T18:52:16.870Z | Checking data-encoding v2.6.0 |
| 1763 | 2024-07-30T18:52:16.919Z | Checking new_debug_unreachable v1.0.6 |
| 1764 | 2024-07-30T18:52:16.970Z | Checking predicates-core v1.0.6 |
| 1765 | 2024-07-30T18:52:17.002Z | Checking precomputed-hash v0.1.1 |
| 1766 | 2024-07-30T18:52:17.016Z | Checking unicode-segmentation v1.11.0 |
| 1767 | 2024-07-30T18:52:17.090Z | Checking fixedbitset v0.4.2 |
| 1768 | 2024-07-30T18:52:17.107Z | Checking difflib v0.4.0 |
| 1769 | 2024-07-30T18:52:17.138Z | Checking winnow v0.6.8 |
| 1770 | 2024-07-30T18:52:17.343Z | Checking petgraph v0.6.5 |
| 1771 | 2024-07-30T18:52:17.391Z | Checking trust-dns-proto v0.22.0 |
| 1772 | 2024-07-30T18:52:17.413Z | Checking predicates v3.1.0 |
| 1773 | 2024-07-30T18:52:17.630Z | Checking similar v2.5.0 |
| 1774 | 2024-07-30T18:52:18.039Z | Checking string_cache v0.8.7 |
| 1775 | 2024-07-30T18:52:18.330Z | Checking nom v7.1.3 |
| 1776 | 2024-07-30T18:52:18.426Z | Checking anyhow v1.0.86 |
| 1777 | 2024-07-30T18:52:18.465Z | Checking toml v0.7.8 |
| 1778 | 2024-07-30T18:52:18.790Z | Checking tokio-postgres v0.7.11 |
| 1779 | 2024-07-30T18:52:18.793Z | Checking elliptic-curve v0.13.8 |
| 1780 | 2024-07-30T18:52:19.192Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1781 | 2024-07-30T18:52:19.480Z | Checking console v0.15.8 |
| 1782 | 2024-07-30T18:52:20.028Z | Checking yasna v0.5.2 |
| 1783 | 2024-07-30T18:52:20.170Z | Checking toml_edit v0.22.16 |
| 1784 | 2024-07-30T18:52:20.689Z | Checking usdt v0.5.0 |
| 1785 | 2024-07-30T18:52:20.911Z | Checking diesel v2.1.6 |
| 1786 | 2024-07-30T18:52:20.930Z | Checking crossbeam-epoch v0.9.18 |
| 1787 | 2024-07-30T18:52:21.192Z | Checking flate2 v1.0.30 |
| 1788 | 2024-07-30T18:52:21.271Z | Checking clap v4.5.9 |
| 1789 | 2024-07-30T18:52:21.332Z | Checking futures v0.3.30 |
| 1790 | 2024-07-30T18:52:21.350Z | Checking hyper-tls v0.5.0 |
| 1791 | 2024-07-30T18:52:21.378Z | Checking hyper-rustls v0.24.2 |
| 1792 | 2024-07-30T18:52:21.443Z | Checking cipher v0.4.4 |
| 1793 | 2024-07-30T18:52:21.626Z | Checking crossterm v0.27.0 |
| 1794 | 2024-07-30T18:52:21.673Z | Checking reqwest v0.11.27 |
| 1795 | 2024-07-30T18:52:21.769Z | Checking itertools v0.12.1 |
| 1796 | 2024-07-30T18:52:21.786Z | Checking itertools v0.10.5 |
| 1797 | 2024-07-30T18:52:21.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1798 | 2024-07-30T18:52:21.861Z | Checking bstr v1.9.1 |
| 1799 | 2024-07-30T18:52:22.650Z | Checking bit-set v0.5.3 |
| 1800 | 2024-07-30T18:52:22.745Z | Checking tokio-stream v0.1.15 |
| 1801 | 2024-07-30T18:52:22.891Z | Checking fs-err v2.11.0 |
| 1802 | 2024-07-30T18:52:23.324Z | Checking num-iter v0.1.45 |
| 1803 | 2024-07-30T18:52:23.398Z | Checking openapiv3 v2.0.0 |
| 1804 | 2024-07-30T18:52:23.433Z | Checking hex v0.4.3 |
| 1805 | 2024-07-30T18:52:23.484Z | Checking semver v1.0.23 |
| 1806 | 2024-07-30T18:52:23.495Z | Checking slog v2.7.0 |
| 1807 | 2024-07-30T18:52:23.896Z | Checking peg-runtime v0.8.3 |
| 1808 | 2024-07-30T18:52:23.939Z | Checking lalrpop-util v0.19.12 |
| 1809 | 2024-07-30T18:52:23.956Z | Checking camino v1.1.7 |
| 1810 | 2024-07-30T18:52:24.039Z | Checking sigpipe v0.1.3 |
| 1811 | 2024-07-30T18:52:41.014Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1812 | 2024-07-30T18:52:41.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.93s |
| 1813 | 2024-07-30T18:52:41.412Z | |
| 1814 | 2024-07-30T18:52:41.412Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
| 1815 | 2024-07-30T18:52:41.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2024-07-30T18:52:41.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2024-07-30T18:52:42.017Z | Compiling regress v0.9.1 |
| 1818 | 2024-07-30T18:52:42.099Z | Checking sha1 v0.10.6 |
| 1819 | 2024-07-30T18:52:42.108Z | Checking strum v0.26.3 |
| 1820 | 2024-07-30T18:52:42.124Z | Checking heck v0.5.0 |
| 1821 | 2024-07-30T18:52:42.136Z | Compiling getopts v0.2.21 |
| 1822 | 2024-07-30T18:52:42.139Z | Checking dirs-sys-next v0.1.2 |
| 1823 | 2024-07-30T18:52:42.157Z | Compiling unsafe-libyaml v0.2.11 |
| 1824 | 2024-07-30T18:52:42.280Z | Checking http v1.1.0 |
| 1825 | 2024-07-30T18:52:42.296Z | Checking dirs-next v2.0.0 |
| 1826 | 2024-07-30T18:52:42.319Z | Checking thread_local v1.1.8 |
| 1827 | 2024-07-30T18:52:42.412Z | Checking rustls-pki-types v1.7.0 |
| 1828 | 2024-07-30T18:52:42.519Z | Compiling ident_case v1.0.1 |
| 1829 | 2024-07-30T18:52:42.579Z | Checking term v0.7.0 |
| 1830 | 2024-07-30T18:52:42.681Z | Compiling darling_core v0.20.9 |
| 1831 | 2024-07-30T18:52:42.840Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1832 | 2024-07-30T18:52:42.983Z | Checking crossbeam-channel v0.5.12 |
| 1833 | 2024-07-30T18:52:43.128Z | Checking atty v0.2.14 |
| 1834 | 2024-07-30T18:52:43.167Z | Checking is-terminal v0.4.12 |
| 1835 | 2024-07-30T18:52:43.243Z | Checking take_mut v0.2.2 |
| 1836 | 2024-07-30T18:52:43.285Z | Compiling paste v1.0.15 |
| 1837 | 2024-07-30T18:52:43.380Z | Compiling rustls v0.22.4 |
| 1838 | 2024-07-30T18:52:43.619Z | Compiling serde_yaml v0.9.34+deprecated |
| 1839 | 2024-07-30T18:52:43.622Z | Checking humantime v2.1.0 |
| 1840 | 2024-07-30T18:52:43.700Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1841 | 2024-07-30T18:52:43.769Z | Checking termcolor v1.4.1 |
| 1842 | 2024-07-30T18:52:43.915Z | Checking utf-8 v0.7.6 |
| 1843 | 2024-07-30T18:52:44.064Z | Checking slog-async v2.8.0 |
| 1844 | 2024-07-30T18:52:44.114Z | Checking slog-term v2.9.1 |
| 1845 | 2024-07-30T18:52:44.130Z | Checking rustls-webpki v0.102.4 |
| 1846 | 2024-07-30T18:52:44.162Z | Checking env_logger v0.9.3 |
| 1847 | 2024-07-30T18:52:44.332Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1848 | 2024-07-30T18:52:44.568Z | Compiling proc-macro-crate v1.3.1 |
| 1849 | 2024-07-30T18:52:44.587Z | Compiling bitstruct_derive v0.1.0 |
| 1850 | 2024-07-30T18:52:44.677Z | Compiling structmeta-derive v0.3.0 |
| 1851 | 2024-07-30T18:52:44.893Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1852 | 2024-07-30T18:52:45.014Z | Compiling multer v3.1.0 |
| 1853 | 2024-07-30T18:52:45.276Z | Checking ascii v1.1.0 |
| 1854 | 2024-07-30T18:52:45.487Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1855 | 2024-07-30T18:52:45.738Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1856 | 2024-07-30T18:52:45.939Z | Checking match_cfg v0.1.0 |
| 1857 | 2024-07-30T18:52:46.022Z | Checking bitstruct v0.1.1 |
| 1858 | 2024-07-30T18:52:46.035Z | Checking hostname v0.3.1 |
| 1859 | 2024-07-30T18:52:46.120Z | Compiling num_enum_derive v0.5.11 |
| 1860 | 2024-07-30T18:52:46.155Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1861 | 2024-07-30T18:52:47.061Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1862 | 2024-07-30T18:52:47.211Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1863 | 2024-07-30T18:52:47.804Z | Compiling structmeta v0.3.0 |
| 1864 | 2024-07-30T18:52:47.840Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1865 | 2024-07-30T18:52:47.999Z | Checking slog-json v2.6.1 |
| 1866 | 2024-07-30T18:52:48.123Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1867 | 2024-07-30T18:52:48.243Z | Checking serde_arrays v0.1.0 |
| 1868 | 2024-07-30T18:52:48.257Z | Checking erased-serde v0.3.31 |
| 1869 | 2024-07-30T18:52:48.373Z | Compiling async-stream-impl v0.3.5 |
| 1870 | 2024-07-30T18:52:48.387Z | Compiling foreign-types-macros v0.2.3 |
| 1871 | 2024-07-30T18:52:48.668Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1872 | 2024-07-30T18:52:48.943Z | Checking arc-swap v1.7.1 |
| 1873 | 2024-07-30T18:52:48.957Z | Checking foreign-types-shared v0.3.1 |
| 1874 | 2024-07-30T18:52:49.058Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1875 | 2024-07-30T18:52:49.280Z | Checking atomic-waker v1.1.2 |
| 1876 | 2024-07-30T18:52:49.333Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1877 | 2024-07-30T18:52:49.369Z | Checking slog-scope v4.4.0 |
| 1878 | 2024-07-30T18:52:49.398Z | Checking waitgroup v0.1.2 |
| 1879 | 2024-07-30T18:52:49.570Z | Checking num_enum v0.5.11 |
| 1880 | 2024-07-30T18:52:49.591Z | Compiling parse-display-derive v0.9.1 |
| 1881 | 2024-07-30T18:52:49.690Z | Checking foreign-types v0.5.0 |
| 1882 | 2024-07-30T18:52:49.709Z | Checking slog-bunyan v2.5.0 |
| 1883 | 2024-07-30T18:52:49.743Z | Checking async-stream v0.3.5 |
| 1884 | 2024-07-30T18:52:49.794Z | Compiling proc-macro-error v1.0.4 |
| 1885 | 2024-07-30T18:52:50.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1886 | 2024-07-30T18:52:50.141Z | Compiling darling_macro v0.20.9 |
| 1887 | 2024-07-30T18:52:50.176Z | Checking tungstenite v0.20.1 |
| 1888 | 2024-07-30T18:52:50.253Z | Checking toml v0.8.15 |
| 1889 | 2024-07-30T18:52:50.640Z | Checking tokio-rustls v0.25.0 |
| 1890 | 2024-07-30T18:52:50.751Z | Checking rustls-pemfile v2.1.2 |
| 1891 | 2024-07-30T18:52:50.987Z | Compiling heck v0.3.3 |
| 1892 | 2024-07-30T18:52:51.023Z | Checking newtype-uuid v1.1.0 |
| 1893 | 2024-07-30T18:52:51.041Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1894 | 2024-07-30T18:52:51.077Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1895 | 2024-07-30T18:52:51.166Z | Compiling darling v0.20.9 |
| 1896 | 2024-07-30T18:52:51.237Z | Checking cstr-argument v0.1.2 |
| 1897 | 2024-07-30T18:52:51.277Z | Compiling serde_with_macros v3.8.3 |
| 1898 | 2024-07-30T18:52:51.388Z | Checking serde_path_to_error v0.1.16 |
| 1899 | 2024-07-30T18:52:51.403Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1900 | 2024-07-30T18:52:51.893Z | Checking hostname v0.4.0 |
| 1901 | 2024-07-30T18:52:51.977Z | Checking instant v0.1.12 |
| 1902 | 2024-07-30T18:52:52.017Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1903 | 2024-07-30T18:52:52.086Z | Checking fastrand v2.1.0 |
| 1904 | 2024-07-30T18:52:52.164Z | Checking debug-ignore v1.0.5 |
| 1905 | 2024-07-30T18:52:52.267Z | Checking pretty-hex v0.2.1 |
| 1906 | 2024-07-30T18:52:52.321Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1907 | 2024-07-30T18:52:52.405Z | Checking tempfile v3.10.1 |
| 1908 | 2024-07-30T18:52:52.418Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1909 | 2024-07-30T18:52:52.458Z | Checking backoff v0.4.0 |
| 1910 | 2024-07-30T18:52:52.752Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1911 | 2024-07-30T18:52:52.754Z | Compiling zone_cfg_derive v0.1.2 |
| 1912 | 2024-07-30T18:52:52.812Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1913 | 2024-07-30T18:52:53.026Z | Checking tokio-tungstenite v0.20.1 |
| 1914 | 2024-07-30T18:52:53.040Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1915 | 2024-07-30T18:52:53.488Z | Checking slog-stdlog v4.1.1 |
| 1916 | 2024-07-30T18:52:53.649Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1917 | 2024-07-30T18:52:53.773Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1918 | 2024-07-30T18:52:53.796Z | Checking tungstenite v0.21.0 |
| 1919 | 2024-07-30T18:52:54.097Z | Checking colored v2.1.0 |
| 1920 | 2024-07-30T18:52:54.284Z | Checking macaddr v1.0.1 |
| 1921 | 2024-07-30T18:52:54.398Z | Checking base64 v0.13.1 |
| 1922 | 2024-07-30T18:52:54.472Z | Checking serde_with v3.8.3 |
| 1923 | 2024-07-30T18:52:54.629Z | Checking tokio-tungstenite v0.21.0 |
| 1924 | 2024-07-30T18:52:54.661Z | Checking parse-display v0.9.1 |
| 1925 | 2024-07-30T18:52:54.786Z | Checking ron v0.7.1 |
| 1926 | 2024-07-30T18:52:54.883Z | Checking zone v0.1.8 |
| 1927 | 2024-07-30T18:52:55.077Z | Checking slog-envlogger v2.2.0 |
| 1928 | 2024-07-30T18:52:55.293Z | Checking pem v3.0.4 |
| 1929 | 2024-07-30T18:52:55.566Z | Checking tabwriter v1.4.0 |
| 1930 | 2024-07-30T18:52:55.599Z | Checking xattr v1.3.1 |
| 1931 | 2024-07-30T18:52:55.789Z | Checking portpicker v0.1.1 |
| 1932 | 2024-07-30T18:52:55.803Z | Checking headers-core v0.2.0 |
| 1933 | 2024-07-30T18:52:55.924Z | Checking smf v0.2.3 |
| 1934 | 2024-07-30T18:52:55.937Z | Checking filetime v0.2.23 |
| 1935 | 2024-07-30T18:52:56.016Z | Checking same-file v1.0.6 |
| 1936 | 2024-07-30T18:52:56.137Z | Checking tar v0.4.41 |
| 1937 | 2024-07-30T18:52:56.191Z | Checking walkdir v2.5.0 |
| 1938 | 2024-07-30T18:52:56.325Z | Checking headers v0.3.9 |
| 1939 | 2024-07-30T18:52:56.375Z | Checking rcgen v0.12.1 |
| 1940 | 2024-07-30T18:52:56.462Z | Checking atomicwrites v0.4.3 |
| 1941 | 2024-07-30T18:52:56.659Z | Checking camino-tempfile v1.1.1 |
| 1942 | 2024-07-30T18:52:56.882Z | Checking subprocess v0.2.9 |
| 1943 | 2024-07-30T18:52:58.274Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1944 | 2024-07-30T18:52:58.523Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1945 | 2024-07-30T18:52:59.637Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1946 | 2024-07-30T18:53:01.678Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1947 | 2024-07-30T18:53:01.742Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1948 | 2024-07-30T18:53:04.928Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1949 | 2024-07-30T18:53:11.843Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1950 | 2024-07-30T18:53:11.967Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 1951 | 2024-07-30T18:53:11.970Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1952 | 2024-07-30T18:53:14.338Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1953 | 2024-07-30T18:53:14.661Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1954 | 2024-07-30T18:53:19.987Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1955 | 2024-07-30T18:53:21.312Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1956 | 2024-07-30T18:53:22.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.93s |
| 1957 | 2024-07-30T18:53:22.483Z | |
| 1958 | 2024-07-30T18:53:22.483Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
| 1959 | 2024-07-30T18:53:23.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2024-07-30T18:53:23.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2024-07-30T18:53:23.084Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1962 | 2024-07-30T18:53:24.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 1963 | 2024-07-30T18:53:24.380Z | |
| 1964 | 2024-07-30T18:53:24.380Z | info: running `cargo check --bins` on nexus-config (31/142) |
| 1965 | 2024-07-30T18:53:24.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2024-07-30T18:53:24.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2024-07-30T18:53:24.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2024-07-30T18:53:24.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1969 | 2024-07-30T18:53:24.952Z | |
| 1970 | 2024-07-30T18:53:24.952Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
| 1971 | 2024-07-30T18:53:25.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2024-07-30T18:53:25.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2024-07-30T18:53:25.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2024-07-30T18:53:25.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1975 | 2024-07-30T18:53:25.581Z | |
| 1976 | 2024-07-30T18:53:25.581Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
| 1977 | 2024-07-30T18:53:26.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2024-07-30T18:53:26.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2024-07-30T18:53:26.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2024-07-30T18:53:26.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1981 | 2024-07-30T18:53:26.065Z | |
| 1982 | 2024-07-30T18:53:26.065Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
| 1983 | 2024-07-30T18:53:26.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2024-07-30T18:53:26.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2024-07-30T18:53:26.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2024-07-30T18:53:26.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1987 | 2024-07-30T18:53:26.659Z | |
| 1988 | 2024-07-30T18:53:26.660Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
| 1989 | 2024-07-30T18:53:27.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2024-07-30T18:53:27.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2024-07-30T18:53:27.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2024-07-30T18:53:27.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1993 | 2024-07-30T18:53:27.212Z | |
| 1994 | 2024-07-30T18:53:27.212Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
| 1995 | 2024-07-30T18:53:27.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2024-07-30T18:53:27.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2024-07-30T18:53:27.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2024-07-30T18:53:27.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1999 | 2024-07-30T18:53:27.801Z | |
| 2000 | 2024-07-30T18:53:27.801Z | info: running `cargo check --bins` on dns-service-client (37/142) |
| 2001 | 2024-07-30T18:53:28.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2024-07-30T18:53:28.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2024-07-30T18:53:28.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2024-07-30T18:53:28.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2005 | 2024-07-30T18:53:28.354Z | |
| 2006 | 2024-07-30T18:53:28.354Z | info: running `cargo check --bins` on dpd-client (38/142) |
| 2007 | 2024-07-30T18:53:28.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2024-07-30T18:53:28.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2024-07-30T18:53:28.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2024-07-30T18:53:28.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2011 | 2024-07-30T18:53:28.919Z | |
| 2012 | 2024-07-30T18:53:28.919Z | info: running `cargo check --bins` on gateway-client (39/142) |
| 2013 | 2024-07-30T18:53:29.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2024-07-30T18:53:29.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2024-07-30T18:53:29.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2024-07-30T18:53:29.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2017 | 2024-07-30T18:53:29.475Z | |
| 2018 | 2024-07-30T18:53:29.475Z | info: running `cargo check --bins` on installinator-client (40/142) |
| 2019 | 2024-07-30T18:53:30.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2024-07-30T18:53:30.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2024-07-30T18:53:30.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2024-07-30T18:53:30.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2023 | 2024-07-30T18:53:30.058Z | |
| 2024 | 2024-07-30T18:53:30.058Z | info: running `cargo check --bins` on installinator-common (41/142) |
| 2025 | 2024-07-30T18:53:30.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2024-07-30T18:53:30.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2024-07-30T18:53:30.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2024-07-30T18:53:30.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2029 | 2024-07-30T18:53:30.640Z | |
| 2030 | 2024-07-30T18:53:30.640Z | info: running `cargo check --bins` on update-engine (42/142) |
| 2031 | 2024-07-30T18:53:31.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2024-07-30T18:53:31.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2024-07-30T18:53:31.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2024-07-30T18:53:31.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2035 | 2024-07-30T18:53:31.202Z | |
| 2036 | 2024-07-30T18:53:31.202Z | info: running `cargo check --bins` on nexus-client (43/142) |
| 2037 | 2024-07-30T18:53:31.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2024-07-30T18:53:31.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2024-07-30T18:53:31.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2024-07-30T18:53:31.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2041 | 2024-07-30T18:53:31.797Z | |
| 2042 | 2024-07-30T18:53:31.797Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
| 2043 | 2024-07-30T18:53:32.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2024-07-30T18:53:32.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2024-07-30T18:53:32.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2024-07-30T18:53:32.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2047 | 2024-07-30T18:53:32.376Z | |
| 2048 | 2024-07-30T18:53:32.376Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
| 2049 | 2024-07-30T18:53:32.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2024-07-30T18:53:32.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2024-07-30T18:53:32.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2024-07-30T18:53:32.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2053 | 2024-07-30T18:53:32.939Z | |
| 2054 | 2024-07-30T18:53:32.939Z | info: running `cargo check --bins` on nexus-types (46/142) |
| 2055 | 2024-07-30T18:53:33.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2024-07-30T18:53:33.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2024-07-30T18:53:33.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2024-07-30T18:53:33.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2059 | 2024-07-30T18:53:33.536Z | |
| 2060 | 2024-07-30T18:53:33.536Z | info: running `cargo check --bins` on oxide-client (47/142) |
| 2061 | 2024-07-30T18:53:34.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2024-07-30T18:53:34.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2024-07-30T18:53:34.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2024-07-30T18:53:34.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2065 | 2024-07-30T18:53:34.100Z | |
| 2066 | 2024-07-30T18:53:34.100Z | info: running `cargo check --bins` on oximeter-client (48/142) |
| 2067 | 2024-07-30T18:53:34.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2024-07-30T18:53:34.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2024-07-30T18:53:34.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2024-07-30T18:53:34.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2071 | 2024-07-30T18:53:34.675Z | |
| 2072 | 2024-07-30T18:53:34.675Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
| 2073 | 2024-07-30T18:53:35.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2024-07-30T18:53:35.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2024-07-30T18:53:35.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2024-07-30T18:53:35.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2077 | 2024-07-30T18:53:35.254Z | |
| 2078 | 2024-07-30T18:53:35.254Z | info: running `cargo check --bins` on wicketd-client (50/142) |
| 2079 | 2024-07-30T18:53:35.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2024-07-30T18:53:35.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2024-07-30T18:53:35.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2024-07-30T18:53:35.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2083 | 2024-07-30T18:53:35.845Z | |
| 2084 | 2024-07-30T18:53:35.846Z | info: running `cargo check --bins` on wicket-common (51/142) |
| 2085 | 2024-07-30T18:53:36.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2024-07-30T18:53:36.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2024-07-30T18:53:36.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2024-07-30T18:53:36.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2024-07-30T18:53:36.439Z | |
| 2090 | 2024-07-30T18:53:36.439Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
| 2091 | 2024-07-30T18:53:36.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2024-07-30T18:53:36.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2024-07-30T18:53:37.035Z | Compiling heapless v0.8.0 |
| 2094 | 2024-07-30T18:53:37.038Z | Checking hash32 v0.3.1 |
| 2095 | 2024-07-30T18:53:37.119Z | Compiling smoltcp v0.11.0 |
| 2096 | 2024-07-30T18:53:37.127Z | Checking cobs v0.2.3 |
| 2097 | 2024-07-30T18:53:37.130Z | Checking embedded-io v0.4.0 |
| 2098 | 2024-07-30T18:53:37.142Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2099 | 2024-07-30T18:53:37.145Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2100 | 2024-07-30T18:53:37.167Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2101 | 2024-07-30T18:53:37.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2102 | 2024-07-30T18:53:37.278Z | Compiling crucible-workspace-hack v0.1.0 |
| 2103 | 2024-07-30T18:53:37.281Z | Checking csv-core v0.1.11 |
| 2104 | 2024-07-30T18:53:37.303Z | Checking postcard v1.0.8 |
| 2105 | 2024-07-30T18:53:37.460Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2106 | 2024-07-30T18:53:37.588Z | Checking csv v1.3.0 |
| 2107 | 2024-07-30T18:53:37.637Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2108 | 2024-07-30T18:53:37.664Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2109 | 2024-07-30T18:53:37.815Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2110 | 2024-07-30T18:53:37.982Z | Compiling num-derive v0.4.2 |
| 2111 | 2024-07-30T18:53:38.014Z | Compiling slog-dtrace v0.3.0 |
| 2112 | 2024-07-30T18:53:38.028Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2113 | 2024-07-30T18:53:38.137Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2114 | 2024-07-30T18:53:38.363Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2115 | 2024-07-30T18:53:38.843Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2116 | 2024-07-30T18:53:38.954Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2117 | 2024-07-30T18:53:39.587Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2118 | 2024-07-30T18:53:40.694Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2119 | 2024-07-30T18:53:41.493Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2120 | 2024-07-30T18:53:42.478Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 2121 | 2024-07-30T18:53:42.641Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2122 | 2024-07-30T18:53:45.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
| 2123 | 2024-07-30T18:53:45.161Z | |
| 2124 | 2024-07-30T18:53:45.161Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
| 2125 | 2024-07-30T18:53:45.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2024-07-30T18:53:45.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2024-07-30T18:53:45.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2024-07-30T18:53:45.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2129 | 2024-07-30T18:53:45.732Z | |
| 2130 | 2024-07-30T18:53:45.733Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
| 2131 | 2024-07-30T18:53:46.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2024-07-30T18:53:46.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2024-07-30T18:53:46.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2024-07-30T18:53:46.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2135 | 2024-07-30T18:53:46.300Z | |
| 2136 | 2024-07-30T18:53:46.300Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
| 2137 | 2024-07-30T18:53:46.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2024-07-30T18:53:46.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2024-07-30T18:53:46.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2024-07-30T18:53:46.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2141 | 2024-07-30T18:53:46.975Z | |
| 2142 | 2024-07-30T18:53:46.975Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
| 2143 | 2024-07-30T18:53:47.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2024-07-30T18:53:47.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2024-07-30T18:53:47.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2024-07-30T18:53:47.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2147 | 2024-07-30T18:53:47.640Z | |
| 2148 | 2024-07-30T18:53:47.640Z | info: running `cargo check --bins` on dns-server (57/142) |
| 2149 | 2024-07-30T18:53:48.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2024-07-30T18:53:48.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2024-07-30T18:53:48.217Z | Compiling parking_lot_core v0.8.6 |
| 2152 | 2024-07-30T18:53:48.220Z | Checking nibble_vec v0.1.0 |
| 2153 | 2024-07-30T18:53:48.220Z | Checking endian-type v0.1.2 |
| 2154 | 2024-07-30T18:53:48.308Z | Checking newline-converter v0.3.0 |
| 2155 | 2024-07-30T18:53:48.312Z | Checking quick-error v1.2.3 |
| 2156 | 2024-07-30T18:53:48.315Z | Checking linked-hash-map v0.5.6 |
| 2157 | 2024-07-30T18:53:48.324Z | Checking toml v0.5.11 |
| 2158 | 2024-07-30T18:53:48.333Z | Checking fxhash v0.2.1 |
| 2159 | 2024-07-30T18:53:48.430Z | Checking resolv-conf v0.7.0 |
| 2160 | 2024-07-30T18:53:48.430Z | Checking expectorate v1.1.0 |
| 2161 | 2024-07-30T18:53:48.453Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2162 | 2024-07-30T18:53:48.456Z | Checking radix_trie v0.2.1 |
| 2163 | 2024-07-30T18:53:48.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2164 | 2024-07-30T18:53:48.605Z | Checking lru-cache v0.1.2 |
| 2165 | 2024-07-30T18:53:48.768Z | Checking trust-dns-resolver v0.22.0 |
| 2166 | 2024-07-30T18:53:48.848Z | Checking trust-dns-client v0.22.0 |
| 2167 | 2024-07-30T18:53:48.970Z | Checking parking_lot v0.11.2 |
| 2168 | 2024-07-30T18:53:49.208Z | Checking sled v0.34.7 |
| 2169 | 2024-07-30T18:53:49.720Z | Checking trust-dns-server v0.22.1 |
| 2170 | 2024-07-30T18:53:51.219Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2171 | 2024-07-30T18:53:52.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
| 2172 | 2024-07-30T18:53:52.323Z | |
| 2173 | 2024-07-30T18:53:52.323Z | info: running `cargo check --bins` on dns-server-api (58/142) |
| 2174 | 2024-07-30T18:53:52.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2024-07-30T18:53:52.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2024-07-30T18:53:52.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2024-07-30T18:53:52.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2024-07-30T18:53:52.881Z | |
| 2179 | 2024-07-30T18:53:52.882Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
| 2180 | 2024-07-30T18:53:53.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2024-07-30T18:53:53.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2024-07-30T18:53:53.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2024-07-30T18:53:53.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2184 | 2024-07-30T18:53:53.490Z | |
| 2185 | 2024-07-30T18:53:53.490Z | info: running `cargo check --bins` on gateway-types (60/142) |
| 2186 | 2024-07-30T18:53:54.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2024-07-30T18:53:54.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2024-07-30T18:53:54.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2024-07-30T18:53:54.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2024-07-30T18:53:54.061Z | |
| 2191 | 2024-07-30T18:53:54.061Z | info: running `cargo check --bins` on ipcc (61/142) |
| 2192 | 2024-07-30T18:53:54.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2024-07-30T18:53:54.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2024-07-30T18:53:54.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2024-07-30T18:53:54.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2024-07-30T18:53:54.630Z | |
| 2197 | 2024-07-30T18:53:54.630Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
| 2198 | 2024-07-30T18:53:55.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2024-07-30T18:53:55.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2024-07-30T18:53:55.250Z | Compiling radium v0.7.0 |
| 2201 | 2024-07-30T18:53:55.330Z | Compiling maybe-uninit v2.0.0 |
| 2202 | 2024-07-30T18:53:55.333Z | Checking tap v1.0.1 |
| 2203 | 2024-07-30T18:53:55.345Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2204 | 2024-07-30T18:53:55.348Z | Checking funty v2.0.0 |
| 2205 | 2024-07-30T18:53:55.353Z | Compiling num-bigint-dig v0.8.4 |
| 2206 | 2024-07-30T18:53:55.362Z | Compiling packed_struct v0.10.1 |
| 2207 | 2024-07-30T18:53:55.365Z | Checking crc-catalog v2.4.0 |
| 2208 | 2024-07-30T18:53:55.464Z | Checking wyz v0.5.1 |
| 2209 | 2024-07-30T18:53:55.518Z | Checking crc v3.2.1 |
| 2210 | 2024-07-30T18:53:55.655Z | Compiling packed_struct_codegen v0.10.1 |
| 2211 | 2024-07-30T18:53:55.830Z | Checking half v2.4.1 |
| 2212 | 2024-07-30T18:53:55.845Z | Compiling indexmap v1.9.3 |
| 2213 | 2024-07-30T18:53:55.911Z | Checking ciborium-io v0.2.2 |
| 2214 | 2024-07-30T18:53:55.939Z | Checking nodrop v0.1.14 |
| 2215 | 2024-07-30T18:53:56.029Z | Checking smallvec v0.6.14 |
| 2216 | 2024-07-30T18:53:56.056Z | Checking array-init v0.0.4 |
| 2217 | 2024-07-30T18:53:56.157Z | Checking pkcs1 v0.7.5 |
| 2218 | 2024-07-30T18:53:56.261Z | Checking ciborium-ll v0.2.2 |
| 2219 | 2024-07-30T18:53:56.274Z | Checking bitvec v1.0.1 |
| 2220 | 2024-07-30T18:53:56.398Z | Checking signature v2.2.0 |
| 2221 | 2024-07-30T18:53:56.518Z | Compiling memoffset v0.9.1 |
| 2222 | 2024-07-30T18:53:56.541Z | Checking hashbrown v0.12.3 |
| 2223 | 2024-07-30T18:53:56.580Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2224 | 2024-07-30T18:53:56.596Z | Checking bitfield v0.14.0 |
| 2225 | 2024-07-30T18:53:56.783Z | Checking env_logger v0.10.2 |
| 2226 | 2024-07-30T18:53:56.870Z | Checking bzip2 v0.4.4 |
| 2227 | 2024-07-30T18:53:56.984Z | Checking ciborium v0.2.2 |
| 2228 | 2024-07-30T18:53:57.023Z | Checking serde-hex v0.1.0 |
| 2229 | 2024-07-30T18:53:57.152Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2230 | 2024-07-30T18:53:57.189Z | Checking ron v0.8.1 |
| 2231 | 2024-07-30T18:53:57.387Z | Checking x509-cert v0.2.5 |
| 2232 | 2024-07-30T18:53:57.998Z | Checking hashbrown v0.13.2 |
| 2233 | 2024-07-30T18:53:58.225Z | Checking rsa v0.9.6 |
| 2234 | 2024-07-30T18:53:58.239Z | Checking crc-any v2.5.0 |
| 2235 | 2024-07-30T18:53:58.438Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2236 | 2024-07-30T18:53:58.634Z | Checking zip v0.6.6 |
| 2237 | 2024-07-30T18:53:58.780Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2238 | 2024-07-30T18:53:58.977Z | Checking path-slash v0.1.5 |
| 2239 | 2024-07-30T18:53:59.030Z | Checking object v0.30.4 |
| 2240 | 2024-07-30T18:53:59.107Z | Checking nix v0.27.1 |
| 2241 | 2024-07-30T18:53:59.120Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2242 | 2024-07-30T18:53:59.152Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2243 | 2024-07-30T18:53:59.244Z | Checking serde-big-array v0.5.1 |
| 2244 | 2024-07-30T18:53:59.296Z | Checking signal-hook-tokio v0.3.1 |
| 2245 | 2024-07-30T18:54:01.328Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2246 | 2024-07-30T18:54:01.671Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2247 | 2024-07-30T18:54:08.012Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2248 | 2024-07-30T18:54:09.198Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2249 | 2024-07-30T18:54:10.806Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2250 | 2024-07-30T18:54:12.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s |
| 2251 | 2024-07-30T18:54:12.748Z | |
| 2252 | 2024-07-30T18:54:12.748Z | info: running `cargo check --bins` on gateway-api (63/142) |
| 2253 | 2024-07-30T18:54:13.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2024-07-30T18:54:13.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2024-07-30T18:54:13.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2024-07-30T18:54:13.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2257 | 2024-07-30T18:54:13.156Z | |
| 2258 | 2024-07-30T18:54:13.156Z | info: running `cargo check --bins` on sp-sim (64/142) |
| 2259 | 2024-07-30T18:54:13.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2024-07-30T18:54:13.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2024-07-30T18:54:13.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2262 | 2024-07-30T18:54:15.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
| 2263 | 2024-07-30T18:54:15.381Z | |
| 2264 | 2024-07-30T18:54:15.381Z | info: running `cargo check --bins` on internal-dns (65/142) |
| 2265 | 2024-07-30T18:54:15.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2266 | 2024-07-30T18:54:15.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2267 | 2024-07-30T18:54:15.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2268 | 2024-07-30T18:54:15.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2269 | 2024-07-30T18:54:15.963Z | |
| 2270 | 2024-07-30T18:54:15.963Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
| 2271 | 2024-07-30T18:54:16.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2272 | 2024-07-30T18:54:16.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2273 | 2024-07-30T18:54:16.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2274 | 2024-07-30T18:54:16.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2275 | 2024-07-30T18:54:16.572Z | |
| 2276 | 2024-07-30T18:54:16.572Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
| 2277 | 2024-07-30T18:54:17.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2278 | 2024-07-30T18:54:17.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2279 | 2024-07-30T18:54:17.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2280 | 2024-07-30T18:54:17.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2281 | 2024-07-30T18:54:17.201Z | |
| 2282 | 2024-07-30T18:54:17.201Z | info: running `cargo check --bins` on db-macros (68/142) |
| 2283 | 2024-07-30T18:54:17.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2024-07-30T18:54:17.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2024-07-30T18:54:17.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2024-07-30T18:54:17.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2287 | 2024-07-30T18:54:17.748Z | |
| 2288 | 2024-07-30T18:54:17.748Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
| 2289 | 2024-07-30T18:54:18.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2024-07-30T18:54:18.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2024-07-30T18:54:18.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2024-07-30T18:54:18.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2293 | 2024-07-30T18:54:18.302Z | |
| 2294 | 2024-07-30T18:54:18.302Z | info: running `cargo check --bins` on nexus-auth (70/142) |
| 2295 | 2024-07-30T18:54:18.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2024-07-30T18:54:18.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2024-07-30T18:54:18.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2024-07-30T18:54:18.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2299 | 2024-07-30T18:54:18.906Z | |
| 2300 | 2024-07-30T18:54:18.906Z | info: running `cargo check --bins` on authz-macros (71/142) |
| 2301 | 2024-07-30T18:54:19.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2024-07-30T18:54:19.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2024-07-30T18:54:19.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2304 | 2024-07-30T18:54:19.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2305 | 2024-07-30T18:54:19.456Z | |
| 2306 | 2024-07-30T18:54:19.456Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
| 2307 | 2024-07-30T18:54:19.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2308 | 2024-07-30T18:54:19.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2309 | 2024-07-30T18:54:19.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2310 | 2024-07-30T18:54:19.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2311 | 2024-07-30T18:54:20.051Z | |
| 2312 | 2024-07-30T18:54:20.051Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
| 2313 | 2024-07-30T18:54:20.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2314 | 2024-07-30T18:54:20.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2315 | 2024-07-30T18:54:20.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2316 | 2024-07-30T18:54:20.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2317 | 2024-07-30T18:54:20.641Z | |
| 2318 | 2024-07-30T18:54:20.641Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
| 2319 | 2024-07-30T18:54:21.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2320 | 2024-07-30T18:54:21.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2321 | 2024-07-30T18:54:21.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2322 | 2024-07-30T18:54:21.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2323 | 2024-07-30T18:54:21.217Z | |
| 2324 | 2024-07-30T18:54:21.217Z | info: running `cargo check --bins` on oximeter (75/142) |
| 2325 | 2024-07-30T18:54:21.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2024-07-30T18:54:21.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2024-07-30T18:54:21.810Z | Compiling rustls-pki-types v1.7.0 |
| 2328 | 2024-07-30T18:54:21.888Z | Compiling match_cfg v0.1.0 |
| 2329 | 2024-07-30T18:54:21.891Z | Compiling prettyplease v0.2.20 |
| 2330 | 2024-07-30T18:54:21.899Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2331 | 2024-07-30T18:54:21.901Z | Compiling slog-json v2.6.1 |
| 2332 | 2024-07-30T18:54:21.907Z | Compiling http v1.1.0 |
| 2333 | 2024-07-30T18:54:21.925Z | Compiling atomic-waker v1.1.2 |
| 2334 | 2024-07-30T18:54:21.937Z | Compiling async-stream v0.3.5 |
| 2335 | 2024-07-30T18:54:21.954Z | Compiling hostname v0.3.1 |
| 2336 | 2024-07-30T18:54:22.091Z | Compiling waitgroup v0.1.2 |
| 2337 | 2024-07-30T18:54:22.137Z | Compiling toml v0.8.15 |
| 2338 | 2024-07-30T18:54:22.199Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2339 | 2024-07-30T18:54:22.250Z | Compiling slog-bunyan v2.5.0 |
| 2340 | 2024-07-30T18:54:22.269Z | Compiling sha1 v0.10.6 |
| 2341 | 2024-07-30T18:54:22.295Z | Compiling newtype-uuid v1.1.0 |
| 2342 | 2024-07-30T18:54:22.310Z | Compiling rustls-webpki v0.102.4 |
| 2343 | 2024-07-30T18:54:22.396Z | Compiling rustls-pemfile v2.1.2 |
| 2344 | 2024-07-30T18:54:22.443Z | Compiling serde_path_to_error v0.1.16 |
| 2345 | 2024-07-30T18:54:22.588Z | Compiling hostname v0.4.0 |
| 2346 | 2024-07-30T18:54:22.690Z | Compiling instant v0.1.12 |
| 2347 | 2024-07-30T18:54:22.704Z | Compiling debug-ignore v1.0.5 |
| 2348 | 2024-07-30T18:54:22.836Z | Compiling backoff v0.4.0 |
| 2349 | 2024-07-30T18:54:22.839Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2350 | 2024-07-30T18:54:22.861Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2351 | 2024-07-30T18:54:22.875Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2352 | 2024-07-30T18:54:23.050Z | Compiling serde_with v3.8.3 |
| 2353 | 2024-07-30T18:54:23.156Z | Compiling rustls v0.22.4 |
| 2354 | 2024-07-30T18:54:23.169Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2355 | 2024-07-30T18:54:23.300Z | Compiling parse-display v0.9.1 |
| 2356 | 2024-07-30T18:54:23.847Z | Compiling multer v3.1.0 |
| 2357 | 2024-07-30T18:54:24.004Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2358 | 2024-07-30T18:54:24.164Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2359 | 2024-07-30T18:54:24.329Z | Compiling num-rational v0.4.2 |
| 2360 | 2024-07-30T18:54:24.445Z | Compiling num-complex v0.4.6 |
| 2361 | 2024-07-30T18:54:24.470Z | Compiling macaddr v1.0.1 |
| 2362 | 2024-07-30T18:54:25.508Z | Compiling num v0.4.3 |
| 2363 | 2024-07-30T18:54:25.605Z | Compiling float-ord v0.3.2 |
| 2364 | 2024-07-30T18:54:26.564Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2365 | 2024-07-30T18:54:26.992Z | Compiling tokio-rustls v0.25.0 |
| 2366 | 2024-07-30T18:54:27.253Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 2367 | 2024-07-30T18:54:30.474Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2368 | 2024-07-30T18:54:41.742Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2369 | 2024-07-30T18:54:44.784Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2370 | 2024-07-30T18:54:45.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.15s |
| 2371 | 2024-07-30T18:54:45.507Z | |
| 2372 | 2024-07-30T18:54:45.507Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
| 2373 | 2024-07-30T18:54:46.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2024-07-30T18:54:46.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2024-07-30T18:54:46.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2376 | 2024-07-30T18:54:46.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2377 | 2024-07-30T18:54:46.107Z | |
| 2378 | 2024-07-30T18:54:46.107Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
| 2379 | 2024-07-30T18:54:46.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2380 | 2024-07-30T18:54:46.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2381 | 2024-07-30T18:54:46.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2382 | 2024-07-30T18:54:46.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2383 | 2024-07-30T18:54:46.651Z | |
| 2384 | 2024-07-30T18:54:46.651Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
| 2385 | 2024-07-30T18:54:47.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2386 | 2024-07-30T18:54:47.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2387 | 2024-07-30T18:54:47.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2388 | 2024-07-30T18:54:47.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2389 | 2024-07-30T18:54:47.220Z | |
| 2390 | 2024-07-30T18:54:47.220Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
| 2391 | 2024-07-30T18:54:47.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2392 | 2024-07-30T18:54:47.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2393 | 2024-07-30T18:54:47.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2394 | 2024-07-30T18:54:47.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2395 | 2024-07-30T18:54:47.808Z | |
| 2396 | 2024-07-30T18:54:47.808Z | info: running `cargo check --bins` on typed-rng (80/142) |
| 2397 | 2024-07-30T18:54:48.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2398 | 2024-07-30T18:54:48.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2399 | 2024-07-30T18:54:48.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2400 | 2024-07-30T18:54:48.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2401 | 2024-07-30T18:54:48.352Z | |
| 2402 | 2024-07-30T18:54:48.352Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
| 2403 | 2024-07-30T18:54:48.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2404 | 2024-07-30T18:54:48.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2405 | 2024-07-30T18:54:49.028Z | Checking password-hash v0.5.0 |
| 2406 | 2024-07-30T18:54:49.028Z | Checking blake2 v0.10.6 |
| 2407 | 2024-07-30T18:54:49.029Z | Compiling semver v0.1.20 |
| 2408 | 2024-07-30T18:54:49.031Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2409 | 2024-07-30T18:54:49.031Z | Compiling convert_case v0.4.0 |
| 2410 | 2024-07-30T18:54:49.031Z | Compiling rayon-core v1.12.1 |
| 2411 | 2024-07-30T18:54:49.137Z | Compiling crossbeam-deque v0.8.5 |
| 2412 | 2024-07-30T18:54:49.147Z | Compiling unicase v2.7.0 |
| 2413 | 2024-07-30T18:54:49.410Z | Compiling rustc_version v0.1.7 |
| 2414 | 2024-07-30T18:54:49.426Z | Compiling same-file v1.0.6 |
| 2415 | 2024-07-30T18:54:49.450Z | Compiling fastrand v2.1.0 |
| 2416 | 2024-07-30T18:54:49.517Z | Compiling libefi-sys v0.1.0 |
| 2417 | 2024-07-30T18:54:49.545Z | Checking argon2 v0.5.3 |
| 2418 | 2024-07-30T18:54:49.639Z | Compiling walkdir v2.5.0 |
| 2419 | 2024-07-30T18:54:49.802Z | Compiling tempfile v3.10.1 |
| 2420 | 2024-07-30T18:54:49.882Z | Compiling newtype_derive v0.1.6 |
| 2421 | 2024-07-30T18:54:49.936Z | Compiling curve25519-dalek v4.1.3 |
| 2422 | 2024-07-30T18:54:50.042Z | Compiling bitfield-struct v0.6.1 |
| 2423 | 2024-07-30T18:54:50.108Z | Compiling derive_more v0.99.18 |
| 2424 | 2024-07-30T18:54:50.216Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2425 | 2024-07-30T18:54:50.231Z | Compiling derive-where v1.2.7 |
| 2426 | 2024-07-30T18:54:50.407Z | Compiling blake3 v1.5.1 |
| 2427 | 2024-07-30T18:54:50.498Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2428 | 2024-07-30T18:54:50.537Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2429 | 2024-07-30T18:54:50.691Z | Compiling ring v0.16.20 |
| 2430 | 2024-07-30T18:54:50.890Z | Checking keccak v0.1.5 |
| 2431 | 2024-07-30T18:54:51.207Z | Checking sha3 v0.10.8 |
| 2432 | 2024-07-30T18:54:51.507Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2433 | 2024-07-30T18:54:51.589Z | Compiling rayon v1.10.0 |
| 2434 | 2024-07-30T18:54:51.777Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2435 | 2024-07-30T18:54:51.835Z | Checking universal-hash v0.5.1 |
| 2436 | 2024-07-30T18:54:52.010Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2437 | 2024-07-30T18:54:52.058Z | Checking secrecy v0.8.0 |
| 2438 | 2024-07-30T18:54:52.061Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2439 | 2024-07-30T18:54:52.085Z | Compiling memmap2 v0.9.4 |
| 2440 | 2024-07-30T18:54:52.258Z | Compiling constant_time_eq v0.3.0 |
| 2441 | 2024-07-30T18:54:52.439Z | Compiling untrusted v0.7.1 |
| 2442 | 2024-07-30T18:54:52.532Z | Compiling spin v0.5.2 |
| 2443 | 2024-07-30T18:54:52.626Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2024-07-30T18:54:52.741Z | Compiling home v0.5.9 |
| 2445 | 2024-07-30T18:54:52.764Z | Compiling arrayvec v0.7.4 |
| 2446 | 2024-07-30T18:54:53.028Z | Checking opaque-debug v0.3.1 |
| 2447 | 2024-07-30T18:54:53.120Z | Compiling arrayref v0.3.7 |
| 2448 | 2024-07-30T18:54:53.170Z | Checking poly1305 v0.8.0 |
| 2449 | 2024-07-30T18:54:53.217Z | Compiling toolchain_find v0.4.0 |
| 2450 | 2024-07-30T18:54:53.670Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2451 | 2024-07-30T18:54:54.032Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2452 | 2024-07-30T18:54:54.101Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2453 | 2024-07-30T18:54:54.147Z | Checking steno v0.4.1 |
| 2454 | 2024-07-30T18:54:54.263Z | Compiling camino-tempfile v1.1.1 |
| 2455 | 2024-07-30T18:54:54.709Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2456 | 2024-07-30T18:54:54.775Z | Checking chacha20 v0.9.1 |
| 2457 | 2024-07-30T18:54:55.142Z | Checking aead v0.5.2 |
| 2458 | 2024-07-30T18:54:55.345Z | Checking gethostname v0.4.3 |
| 2459 | 2024-07-30T18:54:55.384Z | Checking thiserror-no-std v2.0.2 |
| 2460 | 2024-07-30T18:54:55.403Z | Compiling topological-sort v0.2.2 |
| 2461 | 2024-07-30T18:54:55.505Z | Compiling cancel-safe-futures v0.1.5 |
| 2462 | 2024-07-30T18:54:55.544Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2463 | 2024-07-30T18:54:55.611Z | Checking vsss-rs v3.3.4 |
| 2464 | 2024-07-30T18:54:55.896Z | Checking chacha20poly1305 v0.10.1 |
| 2465 | 2024-07-30T18:54:56.093Z | Compiling mime_guess v2.0.4 |
| 2466 | 2024-07-30T18:54:56.627Z | Compiling rustfmt-wrapper v0.2.1 |
| 2467 | 2024-07-30T18:54:56.926Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2468 | 2024-07-30T18:54:57.209Z | Compiling omicron-zone-package v0.11.0 |
| 2469 | 2024-07-30T18:54:57.414Z | Checking glob v0.3.1 |
| 2470 | 2024-07-30T18:54:58.003Z | Checking libsw v3.3.1 |
| 2471 | 2024-07-30T18:54:58.018Z | Checking linear-map v1.2.0 |
| 2472 | 2024-07-30T18:54:58.253Z | Checking owo-colors v4.0.0 |
| 2473 | 2024-07-30T18:54:58.275Z | Checking swrite v0.1.0 |
| 2474 | 2024-07-30T18:54:58.340Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2475 | 2024-07-30T18:54:58.386Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2476 | 2024-07-30T18:54:58.912Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2477 | 2024-07-30T18:54:58.927Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2478 | 2024-07-30T18:54:59.084Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2479 | 2024-07-30T18:54:59.138Z | Checking kstat-rs v0.2.4 |
| 2480 | 2024-07-30T18:54:59.155Z | Checking nanorand v0.7.0 |
| 2481 | 2024-07-30T18:54:59.380Z | Checking http-range v0.1.5 |
| 2482 | 2024-07-30T18:54:59.483Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2483 | 2024-07-30T18:54:59.511Z | Checking flume v0.11.0 |
| 2484 | 2024-07-30T18:54:59.555Z | Checking hyper-staticfile v0.9.5 |
| 2485 | 2024-07-30T18:54:59.975Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2486 | 2024-07-30T18:55:00.021Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2487 | 2024-07-30T18:55:00.042Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2488 | 2024-07-30T18:55:00.739Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2489 | 2024-07-30T18:55:00.872Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2490 | 2024-07-30T18:55:00.890Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2491 | 2024-07-30T18:55:01.620Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2492 | 2024-07-30T18:55:03.139Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2493 | 2024-07-30T18:55:03.253Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2494 | 2024-07-30T18:55:03.326Z | Checking display-error-chain v0.2.0 |
| 2495 | 2024-07-30T18:55:04.017Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2496 | 2024-07-30T18:55:09.920Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2497 | 2024-07-30T18:55:14.994Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2498 | 2024-07-30T18:55:14.996Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2499 | 2024-07-30T18:55:15.850Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2500 | 2024-07-30T18:55:28.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.19s |
| 2501 | 2024-07-30T18:55:28.694Z | |
| 2502 | 2024-07-30T18:55:28.695Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
| 2503 | 2024-07-30T18:55:29.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2504 | 2024-07-30T18:55:29.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2505 | 2024-07-30T18:55:29.359Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2506 | 2024-07-30T18:55:42.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s |
| 2507 | 2024-07-30T18:55:42.159Z | |
| 2508 | 2024-07-30T18:55:42.159Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
| 2509 | 2024-07-30T18:55:42.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2510 | 2024-07-30T18:55:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2511 | 2024-07-30T18:55:42.823Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2512 | 2024-07-30T18:55:55.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s |
| 2513 | 2024-07-30T18:55:55.560Z | |
| 2514 | 2024-07-30T18:55:55.560Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
| 2515 | 2024-07-30T18:55:56.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2516 | 2024-07-30T18:55:56.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2517 | 2024-07-30T18:55:56.232Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2518 | 2024-07-30T18:56:08.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s |
| 2519 | 2024-07-30T18:56:09.052Z | |
| 2520 | 2024-07-30T18:56:09.052Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
| 2521 | 2024-07-30T18:56:09.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2522 | 2024-07-30T18:56:09.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2523 | 2024-07-30T18:56:09.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2524 | 2024-07-30T18:56:24.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s |
| 2525 | 2024-07-30T18:56:24.504Z | |
| 2526 | 2024-07-30T18:56:24.504Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
| 2527 | 2024-07-30T18:56:24.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2528 | 2024-07-30T18:56:24.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2529 | 2024-07-30T18:56:24.504Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2530 | 2024-07-30T18:56:35.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s |
| 2531 | 2024-07-30T18:56:36.100Z | |
| 2532 | 2024-07-30T18:56:36.100Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
| 2533 | 2024-07-30T18:56:36.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2534 | 2024-07-30T18:56:36.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2535 | 2024-07-30T18:56:36.765Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2536 | 2024-07-30T18:56:49.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s |
| 2537 | 2024-07-30T18:56:49.531Z | |
| 2538 | 2024-07-30T18:56:49.531Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
| 2539 | 2024-07-30T18:56:50.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2024-07-30T18:56:50.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2024-07-30T18:56:50.199Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2542 | 2024-07-30T18:57:03.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
| 2543 | 2024-07-30T18:57:03.240Z | |
| 2544 | 2024-07-30T18:57:03.240Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
| 2545 | 2024-07-30T18:57:03.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2024-07-30T18:57:03.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2024-07-30T18:57:03.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2548 | 2024-07-30T18:57:03.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2549 | 2024-07-30T18:57:03.841Z | |
| 2550 | 2024-07-30T18:57:03.841Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
| 2551 | 2024-07-30T18:57:04.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2552 | 2024-07-30T18:57:04.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2553 | 2024-07-30T18:57:04.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2554 | 2024-07-30T18:57:04.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2555 | 2024-07-30T18:57:04.436Z | |
| 2556 | 2024-07-30T18:57:04.436Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
| 2557 | 2024-07-30T18:57:04.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2558 | 2024-07-30T18:57:04.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2559 | 2024-07-30T18:57:04.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2560 | 2024-07-30T18:57:04.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2561 | 2024-07-30T18:57:05.025Z | |
| 2562 | 2024-07-30T18:57:05.025Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
| 2563 | 2024-07-30T18:57:05.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2564 | 2024-07-30T18:57:05.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2565 | 2024-07-30T18:57:05.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2566 | 2024-07-30T18:57:05.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2567 | 2024-07-30T18:57:05.613Z | |
| 2568 | 2024-07-30T18:57:05.613Z | info: running `cargo check --bins` on key-manager (93/142) |
| 2569 | 2024-07-30T18:57:06.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2570 | 2024-07-30T18:57:06.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2571 | 2024-07-30T18:57:06.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2572 | 2024-07-30T18:57:06.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2573 | 2024-07-30T18:57:06.189Z | |
| 2574 | 2024-07-30T18:57:06.189Z | info: running `cargo check --bins` on sled-hardware (94/142) |
| 2575 | 2024-07-30T18:57:06.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2576 | 2024-07-30T18:57:06.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2577 | 2024-07-30T18:57:06.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2578 | 2024-07-30T18:57:06.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2579 | 2024-07-30T18:57:06.773Z | |
| 2580 | 2024-07-30T18:57:06.773Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
| 2581 | 2024-07-30T18:57:07.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2024-07-30T18:57:07.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2024-07-30T18:57:07.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2584 | 2024-07-30T18:57:07.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2585 | 2024-07-30T18:57:07.327Z | |
| 2586 | 2024-07-30T18:57:07.328Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
| 2587 | 2024-07-30T18:57:07.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2024-07-30T18:57:07.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2024-07-30T18:57:07.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2590 | 2024-07-30T18:57:07.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2591 | 2024-07-30T18:57:07.901Z | |
| 2592 | 2024-07-30T18:57:07.902Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
| 2593 | 2024-07-30T18:57:08.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2024-07-30T18:57:08.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2024-07-30T18:57:08.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2596 | 2024-07-30T18:57:08.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2597 | 2024-07-30T18:57:08.477Z | |
| 2598 | 2024-07-30T18:57:08.477Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
| 2599 | 2024-07-30T18:57:08.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2024-07-30T18:57:08.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2024-07-30T18:57:08.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2602 | 2024-07-30T18:57:08.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2603 | 2024-07-30T18:57:09.049Z | |
| 2604 | 2024-07-30T18:57:09.049Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
| 2605 | 2024-07-30T18:57:09.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2606 | 2024-07-30T18:57:09.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2607 | 2024-07-30T18:57:09.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2608 | 2024-07-30T18:57:09.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2609 | 2024-07-30T18:57:09.622Z | |
| 2610 | 2024-07-30T18:57:09.622Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
| 2611 | 2024-07-30T18:57:10.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2024-07-30T18:57:10.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2024-07-30T18:57:10.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2614 | 2024-07-30T18:57:10.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2615 | 2024-07-30T18:57:10.195Z | |
| 2616 | 2024-07-30T18:57:10.195Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
| 2617 | 2024-07-30T18:57:10.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2024-07-30T18:57:10.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2024-07-30T18:57:10.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2024-07-30T18:57:10.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2621 | 2024-07-30T18:57:10.768Z | |
| 2622 | 2024-07-30T18:57:10.768Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
| 2623 | 2024-07-30T18:57:11.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2024-07-30T18:57:11.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2024-07-30T18:57:11.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2024-07-30T18:57:11.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2627 | 2024-07-30T18:57:11.359Z | |
| 2628 | 2024-07-30T18:57:11.359Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
| 2629 | 2024-07-30T18:57:11.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2024-07-30T18:57:11.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2024-07-30T18:57:11.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2024-07-30T18:57:11.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2633 | 2024-07-30T18:57:11.955Z | |
| 2634 | 2024-07-30T18:57:11.955Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
| 2635 | 2024-07-30T18:57:12.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2024-07-30T18:57:12.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2024-07-30T18:57:12.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2024-07-30T18:57:12.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2639 | 2024-07-30T18:57:12.546Z | |
| 2640 | 2024-07-30T18:57:12.547Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
| 2641 | 2024-07-30T18:57:13.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2024-07-30T18:57:13.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2024-07-30T18:57:13.169Z | Checking bcs v0.1.6 |
| 2644 | 2024-07-30T18:57:13.169Z | Compiling async-recursion v1.1.1 |
| 2645 | 2024-07-30T18:57:13.169Z | Checking highway v1.1.0 |
| 2646 | 2024-07-30T18:57:13.174Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2647 | 2024-07-30T18:57:13.174Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2648 | 2024-07-30T18:57:14.162Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2649 | 2024-07-30T18:57:17.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2650 | 2024-07-30T18:57:18.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
| 2651 | 2024-07-30T18:57:18.884Z | |
| 2652 | 2024-07-30T18:57:18.885Z | info: running `cargo check --bins` on oximeter-api (106/142) |
| 2653 | 2024-07-30T18:57:19.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2024-07-30T18:57:19.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2024-07-30T18:57:19.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2024-07-30T18:57:19.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2657 | 2024-07-30T18:57:19.456Z | |
| 2658 | 2024-07-30T18:57:19.456Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
| 2659 | 2024-07-30T18:57:19.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2024-07-30T18:57:19.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2024-07-30T18:57:20.041Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2024-07-30T18:57:20.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2663 | 2024-07-30T18:57:20.706Z | |
| 2664 | 2024-07-30T18:57:20.706Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
| 2665 | 2024-07-30T18:57:21.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2024-07-30T18:57:21.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2024-07-30T18:57:21.386Z | Compiling cfg_aliases v0.1.1 |
| 2668 | 2024-07-30T18:57:21.390Z | Compiling vte_generate_state_changes v0.1.1 |
| 2669 | 2024-07-30T18:57:21.390Z | Checking fd-lock v4.0.2 |
| 2670 | 2024-07-30T18:57:21.390Z | Checking bytecount v0.6.8 |
| 2671 | 2024-07-30T18:57:21.394Z | Compiling tabled_derive v0.7.0 |
| 2672 | 2024-07-30T18:57:21.400Z | Compiling peg-macros v0.8.4 |
| 2673 | 2024-07-30T18:57:21.404Z | Compiling sqlparser_derive v0.2.2 |
| 2674 | 2024-07-30T18:57:21.407Z | Checking unicode_categories v0.1.1 |
| 2675 | 2024-07-30T18:57:21.455Z | Compiling nix v0.28.0 |
| 2676 | 2024-07-30T18:57:21.513Z | Checking papergrid v0.11.0 |
| 2677 | 2024-07-30T18:57:21.553Z | Checking nu-ansi-term v0.50.0 |
| 2678 | 2024-07-30T18:57:21.710Z | Checking home v0.5.9 |
| 2679 | 2024-07-30T18:57:21.854Z | Checking sqlformat v0.2.4 |
| 2680 | 2024-07-30T18:57:21.993Z | Checking vte v0.11.1 |
| 2681 | 2024-07-30T18:57:23.233Z | Checking strip-ansi-escapes v0.2.0 |
| 2682 | 2024-07-30T18:57:23.411Z | Checking reedline v0.31.0 |
| 2683 | 2024-07-30T18:57:23.525Z | Checking tabled v0.15.0 |
| 2684 | 2024-07-30T18:57:24.076Z | Checking sqlparser v0.45.0 |
| 2685 | 2024-07-30T18:57:24.125Z | Checking peg v0.8.4 |
| 2686 | 2024-07-30T18:57:24.463Z | Checking rustyline v14.0.0 |
| 2687 | 2024-07-30T18:57:29.558Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2688 | 2024-07-30T18:57:34.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
| 2689 | 2024-07-30T18:57:35.059Z | |
| 2690 | 2024-07-30T18:57:35.059Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
| 2691 | 2024-07-30T18:57:35.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2024-07-30T18:57:35.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2024-07-30T18:57:35.673Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2694 | 2024-07-30T18:57:41.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
| 2695 | 2024-07-30T18:57:41.168Z | |
| 2696 | 2024-07-30T18:57:41.168Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
| 2697 | 2024-07-30T18:57:41.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2024-07-30T18:57:41.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2024-07-30T18:57:41.769Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2700 | 2024-07-30T18:57:47.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 2701 | 2024-07-30T18:57:47.133Z | |
| 2702 | 2024-07-30T18:57:47.133Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
| 2703 | 2024-07-30T18:57:47.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-07-30T18:57:47.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-07-30T18:57:47.740Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2706 | 2024-07-30T18:57:51.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 2707 | 2024-07-30T18:57:51.736Z | |
| 2708 | 2024-07-30T18:57:51.736Z | info: running `cargo check --bins` on crdb-seed (112/142) |
| 2709 | 2024-07-30T18:57:52.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2024-07-30T18:57:52.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2024-07-30T18:57:52.358Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2712 | 2024-07-30T18:57:52.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2713 | 2024-07-30T18:57:52.781Z | |
| 2714 | 2024-07-30T18:57:52.781Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
| 2715 | 2024-07-30T18:57:53.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-07-30T18:57:53.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-07-30T18:57:53.360Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2718 | 2024-07-30T18:57:54.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2719 | 2024-07-30T18:57:54.235Z | |
| 2720 | 2024-07-30T18:57:54.235Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
| 2721 | 2024-07-30T18:57:54.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-07-30T18:57:54.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-07-30T18:57:54.964Z | Compiling crunchy v0.2.2 |
| 2724 | 2024-07-30T18:57:54.964Z | Compiling glob v0.3.1 |
| 2725 | 2024-07-30T18:57:54.964Z | Compiling tiny-keccak v2.0.2 |
| 2726 | 2024-07-30T18:57:55.066Z | Compiling ascii-canvas v3.0.0 |
| 2727 | 2024-07-30T18:57:55.070Z | Compiling ena v0.14.3 |
| 2728 | 2024-07-30T18:57:55.075Z | Compiling libloading v0.8.3 |
| 2729 | 2024-07-30T18:57:55.078Z | Compiling bindgen v0.69.4 |
| 2730 | 2024-07-30T18:57:55.107Z | Compiling diff v0.1.13 |
| 2731 | 2024-07-30T18:57:55.314Z | Compiling regex-syntax v0.6.29 |
| 2732 | 2024-07-30T18:57:55.466Z | Compiling which v4.4.2 |
| 2733 | 2024-07-30T18:57:55.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2734 | 2024-07-30T18:57:55.617Z | Compiling cexpr v0.6.0 |
| 2735 | 2024-07-30T18:57:55.744Z | Compiling ref-cast v1.0.23 |
| 2736 | 2024-07-30T18:57:55.786Z | Compiling rustc-hash v1.1.0 |
| 2737 | 2024-07-30T18:57:55.828Z | Compiling shlex v1.3.0 |
| 2738 | 2024-07-30T18:57:55.945Z | Compiling lazycell v1.3.0 |
| 2739 | 2024-07-30T18:57:55.988Z | Compiling clang-sys v1.7.0 |
| 2740 | 2024-07-30T18:57:56.074Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2741 | 2024-07-30T18:57:56.113Z | Compiling derive_builder_core v0.20.0 |
| 2742 | 2024-07-30T18:57:56.263Z | Compiling libxml v0.3.3 |
| 2743 | 2024-07-30T18:57:56.328Z | Compiling ref-cast-impl v1.0.23 |
| 2744 | 2024-07-30T18:57:56.333Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2745 | 2024-07-30T18:57:56.382Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2746 | 2024-07-30T18:57:56.623Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2747 | 2024-07-30T18:57:56.815Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2748 | 2024-07-30T18:57:56.884Z | Compiling strum_macros v0.24.3 |
| 2749 | 2024-07-30T18:57:57.194Z | Compiling cookie v0.18.1 |
| 2750 | 2024-07-30T18:57:57.439Z | Compiling indoc v1.0.9 |
| 2751 | 2024-07-30T18:57:57.630Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2752 | 2024-07-30T18:57:57.898Z | Compiling oso-derive v0.27.3 |
| 2753 | 2024-07-30T18:58:02.060Z | Compiling lalrpop v0.19.12 |
| 2754 | 2024-07-30T18:58:02.060Z | Compiling derive_builder_macro v0.20.0 |
| 2755 | 2024-07-30T18:58:02.060Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2756 | 2024-07-30T18:58:02.060Z | Checking quick-xml v0.31.0 |
| 2757 | 2024-07-30T18:58:02.060Z | Checking derive_builder v0.20.0 |
| 2758 | 2024-07-30T18:58:02.060Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2759 | 2024-07-30T18:58:02.060Z | Checking maplit v1.0.2 |
| 2760 | 2024-07-30T18:58:02.060Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2761 | 2024-07-30T18:58:02.060Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2762 | 2024-07-30T18:58:02.060Z | Checking bb8 v0.8.5 |
| 2763 | 2024-07-30T18:58:02.060Z | Compiling const_format_proc_macros v0.2.32 |
| 2764 | 2024-07-30T18:58:02.085Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2765 | 2024-07-30T18:58:03.066Z | Checking crossbeam-deque v0.8.5 |
| 2766 | 2024-07-30T18:58:03.097Z | Compiling portable-atomic v1.6.0 |
| 2767 | 2024-07-30T18:58:03.382Z | Checking rayon-core v1.12.1 |
| 2768 | 2024-07-30T18:58:04.015Z | Checking const_format v0.2.32 |
| 2769 | 2024-07-30T18:58:04.072Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2770 | 2024-07-30T18:58:04.180Z | Checking castaway v0.2.2 |
| 2771 | 2024-07-30T18:58:04.347Z | Checking compact_str v0.7.1 |
| 2772 | 2024-07-30T18:58:04.503Z | Checking rayon v1.10.0 |
| 2773 | 2024-07-30T18:58:05.129Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2774 | 2024-07-30T18:58:05.403Z | Checking unicode-truncate v1.0.0 |
| 2775 | 2024-07-30T18:58:05.420Z | Checking itertools v0.13.0 |
| 2776 | 2024-07-30T18:58:05.663Z | Checking lru v0.12.3 |
| 2777 | 2024-07-30T18:58:05.964Z | Compiling stability v0.2.0 |
| 2778 | 2024-07-30T18:58:07.019Z | Checking unicode-linebreak v0.1.5 |
| 2779 | 2024-07-30T18:58:07.422Z | Checking number_prefix v0.4.0 |
| 2780 | 2024-07-30T18:58:07.617Z | Checking smawk v0.3.2 |
| 2781 | 2024-07-30T18:58:07.828Z | Checking cassowary v0.3.0 |
| 2782 | 2024-07-30T18:58:08.109Z | Checking textwrap v0.16.1 |
| 2783 | 2024-07-30T18:58:08.236Z | Checking ratatui v0.27.0 |
| 2784 | 2024-07-30T18:58:08.646Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2785 | 2024-07-30T18:58:08.646Z | Checking indicatif v0.17.8 |
| 2786 | 2024-07-30T18:58:09.280Z | Checking multimap v0.10.0 |
| 2787 | 2024-07-30T18:58:32.611Z | Compiling samael v0.0.15 |
| 2788 | 2024-07-30T18:58:43.043Z | Compiling polar-core v0.27.3 |
| 2789 | 2024-07-30T18:58:50.334Z | Checking oso v0.27.3 |
| 2790 | 2024-07-30T18:59:17.210Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2024-07-30T18:59:21.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 2792 | 2024-07-30T18:59:21.659Z | |
| 2793 | 2024-07-30T18:59:21.659Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
| 2794 | 2024-07-30T18:59:22.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2024-07-30T18:59:22.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2024-07-30T18:59:22.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2024-07-30T18:59:22.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2798 | 2024-07-30T18:59:22.275Z | |
| 2799 | 2024-07-30T18:59:22.275Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
| 2800 | 2024-07-30T18:59:22.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2024-07-30T18:59:22.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2024-07-30T18:59:22.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2024-07-30T18:59:22.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2804 | 2024-07-30T18:59:22.883Z | |
| 2805 | 2024-07-30T18:59:22.883Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
| 2806 | 2024-07-30T18:59:23.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2024-07-30T18:59:23.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2024-07-30T18:59:23.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2024-07-30T18:59:23.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2810 | 2024-07-30T18:59:23.433Z | |
| 2811 | 2024-07-30T18:59:23.433Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
| 2812 | 2024-07-30T18:59:24.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2024-07-30T18:59:24.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2024-07-30T18:59:24.158Z | Compiling pin-project-internal v1.1.5 |
| 2815 | 2024-07-30T18:59:24.161Z | Compiling snafu-derive v0.8.2 |
| 2816 | 2024-07-30T18:59:24.244Z | Compiling buf-list v1.0.3 |
| 2817 | 2024-07-30T18:59:24.257Z | Checking globset v0.4.14 |
| 2818 | 2024-07-30T18:59:24.260Z | Checking olpc-cjson v0.1.3 |
| 2819 | 2024-07-30T18:59:24.260Z | Checking rand_seeder v0.2.3 |
| 2820 | 2024-07-30T18:59:24.260Z | Checking serde_plain v1.0.2 |
| 2821 | 2024-07-30T18:59:24.272Z | Checking typed-path v0.7.1 |
| 2822 | 2024-07-30T18:59:24.435Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2823 | 2024-07-30T18:59:24.486Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2824 | 2024-07-30T18:59:24.505Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2825 | 2024-07-30T18:59:24.668Z | Checking parse-size v1.0.0 |
| 2826 | 2024-07-30T18:59:24.712Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2827 | 2024-07-30T18:59:24.726Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2828 | 2024-07-30T18:59:24.776Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2829 | 2024-07-30T18:59:24.824Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2830 | 2024-07-30T18:59:25.215Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2831 | 2024-07-30T18:59:25.618Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2832 | 2024-07-30T18:59:25.704Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2833 | 2024-07-30T18:59:25.725Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2834 | 2024-07-30T18:59:25.923Z | Checking fatfs v0.3.6 |
| 2835 | 2024-07-30T18:59:26.185Z | Checking assert_matches v1.5.0 |
| 2836 | 2024-07-30T18:59:27.265Z | Checking pin-project v1.1.5 |
| 2837 | 2024-07-30T18:59:28.175Z | Checking snafu v0.8.2 |
| 2838 | 2024-07-30T18:59:28.457Z | Checking tough v0.17.1 |
| 2839 | 2024-07-30T18:59:31.189Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2840 | 2024-07-30T18:59:32.231Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2841 | 2024-07-30T19:00:07.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.03s |
| 2842 | 2024-07-30T19:00:07.673Z | |
| 2843 | 2024-07-30T19:00:07.673Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
| 2844 | 2024-07-30T19:00:08.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2024-07-30T19:00:08.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2024-07-30T19:00:08.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2847 | 2024-07-30T19:00:08.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2848 | 2024-07-30T19:00:08.219Z | |
| 2849 | 2024-07-30T19:00:08.219Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
| 2850 | 2024-07-30T19:00:08.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2024-07-30T19:00:08.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2024-07-30T19:00:08.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2853 | 2024-07-30T19:00:08.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2854 | 2024-07-30T19:00:08.850Z | |
| 2855 | 2024-07-30T19:00:08.850Z | info: running `cargo check --bins` on nexus-networking (121/142) |
| 2856 | 2024-07-30T19:00:09.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2024-07-30T19:00:09.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2024-07-30T19:00:09.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2859 | 2024-07-30T19:00:09.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2860 | 2024-07-30T19:00:09.465Z | |
| 2861 | 2024-07-30T19:00:09.465Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
| 2862 | 2024-07-30T19:00:10.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2024-07-30T19:00:10.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2024-07-30T19:00:10.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2024-07-30T19:00:10.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2866 | 2024-07-30T19:00:10.088Z | |
| 2867 | 2024-07-30T19:00:10.088Z | info: running `cargo check --bins` on update-common (123/142) |
| 2868 | 2024-07-30T19:00:10.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2024-07-30T19:00:10.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2024-07-30T19:00:10.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2024-07-30T19:00:10.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2872 | 2024-07-30T19:00:10.696Z | |
| 2873 | 2024-07-30T19:00:10.696Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
| 2874 | 2024-07-30T19:00:11.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2024-07-30T19:00:11.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2024-07-30T19:00:11.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2024-07-30T19:00:11.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2878 | 2024-07-30T19:00:11.291Z | |
| 2879 | 2024-07-30T19:00:11.291Z | info: running `cargo check --bins` on tufaceous (125/142) |
| 2880 | 2024-07-30T19:00:11.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2024-07-30T19:00:11.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2024-07-30T19:00:11.901Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2883 | 2024-07-30T19:00:12.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 2884 | 2024-07-30T19:00:12.879Z | |
| 2885 | 2024-07-30T19:00:12.879Z | info: running `cargo check --bins` on omicron-dev (126/142) |
| 2886 | 2024-07-30T19:00:13.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2024-07-30T19:00:13.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2024-07-30T19:00:13.639Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2889 | 2024-07-30T19:00:13.639Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2024-07-30T19:00:13.639Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2891 | 2024-07-30T19:00:14.883Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2892 | 2024-07-30T19:00:17.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 2893 | 2024-07-30T19:00:17.459Z | |
| 2894 | 2024-07-30T19:00:17.460Z | info: running `cargo check --bins` on openapi-manager (127/142) |
| 2895 | 2024-07-30T19:00:18.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2024-07-30T19:00:18.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2024-07-30T19:00:18.126Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2898 | 2024-07-30T19:00:18.126Z | Checking heck v0.4.1 |
| 2899 | 2024-07-30T19:00:18.126Z | Checking is_ci v1.2.0 |
| 2900 | 2024-07-30T19:00:18.126Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2901 | 2024-07-30T19:00:18.129Z | Checking indent_write v2.2.0 |
| 2902 | 2024-07-30T19:00:18.299Z | Checking supports-color v3.0.0 |
| 2903 | 2024-07-30T19:00:18.380Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2904 | 2024-07-30T19:00:19.649Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2905 | 2024-07-30T19:00:20.432Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2906 | 2024-07-30T19:00:21.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2907 | 2024-07-30T19:00:21.450Z | |
| 2908 | 2024-07-30T19:00:21.450Z | info: running `cargo check --bins` on installinator-api (128/142) |
| 2909 | 2024-07-30T19:00:21.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2024-07-30T19:00:21.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2024-07-30T19:00:21.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2024-07-30T19:00:21.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2913 | 2024-07-30T19:00:22.050Z | |
| 2914 | 2024-07-30T19:00:22.050Z | info: running `cargo check --bins` on wicketd-api (129/142) |
| 2915 | 2024-07-30T19:00:22.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2024-07-30T19:00:22.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2024-07-30T19:00:22.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2024-07-30T19:00:22.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2919 | 2024-07-30T19:00:22.647Z | |
| 2920 | 2024-07-30T19:00:22.647Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
| 2921 | 2024-07-30T19:00:23.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2024-07-30T19:00:23.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2024-07-30T19:00:23.314Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2924 | 2024-07-30T19:00:24.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 2925 | 2024-07-30T19:00:24.561Z | |
| 2926 | 2024-07-30T19:00:24.561Z | info: running `cargo check --bins` on omicron-releng (131/142) |
| 2927 | 2024-07-30T19:00:25.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2024-07-30T19:00:25.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2024-07-30T19:00:25.181Z | Checking memmap2 v0.9.4 |
| 2930 | 2024-07-30T19:00:25.181Z | Checking constant_time_eq v0.3.0 |
| 2931 | 2024-07-30T19:00:25.181Z | Checking untrusted v0.7.1 |
| 2932 | 2024-07-30T19:00:25.181Z | Checking spin v0.5.2 |
| 2933 | 2024-07-30T19:00:25.184Z | Checking arrayref v0.3.7 |
| 2934 | 2024-07-30T19:00:25.184Z | Checking arrayvec v0.7.4 |
| 2935 | 2024-07-30T19:00:25.184Z | Checking cargo-platform v0.1.8 |
| 2936 | 2024-07-30T19:00:25.184Z | Checking topological-sort v0.2.2 |
| 2937 | 2024-07-30T19:00:25.341Z | Checking shell-words v1.1.0 |
| 2938 | 2024-07-30T19:00:25.442Z | Checking ring v0.16.20 |
| 2939 | 2024-07-30T19:00:25.545Z | Checking cargo_metadata v0.18.1 |
| 2940 | 2024-07-30T19:00:25.569Z | Checking blake3 v1.5.1 |
| 2941 | 2024-07-30T19:00:26.582Z | Checking omicron-zone-package v0.11.0 |
| 2942 | 2024-07-30T19:00:27.598Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2943 | 2024-07-30T19:00:28.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 2944 | 2024-07-30T19:00:28.538Z | |
| 2945 | 2024-07-30T19:00:28.538Z | info: running `cargo check --bins` on xtask (132/142) |
| 2946 | 2024-07-30T19:00:28.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2024-07-30T19:00:28.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2024-07-30T19:00:28.976Z | Checking serde v1.0.204 |
| 2949 | 2024-07-30T19:00:28.976Z | Checking thiserror v1.0.63 |
| 2950 | 2024-07-30T19:00:28.979Z | Checking scroll v0.12.0 |
| 2951 | 2024-07-30T19:00:28.979Z | Checking log v0.4.21 |
| 2952 | 2024-07-30T19:00:28.979Z | Checking bitflags v2.6.0 |
| 2953 | 2024-07-30T19:00:28.979Z | Checking hashbrown v0.14.5 |
| 2954 | 2024-07-30T19:00:29.047Z | Checking zerocopy v0.7.34 |
| 2955 | 2024-07-30T19:00:29.083Z | Checking syn v2.0.72 |
| 2956 | 2024-07-30T19:00:29.142Z | Checking pest v2.7.10 |
| 2957 | 2024-07-30T19:00:29.289Z | Checking rustix v0.38.34 |
| 2958 | 2024-07-30T19:00:29.303Z | Checking fs-err v2.11.0 |
| 2959 | 2024-07-30T19:00:29.474Z | Checking goblin v0.8.2 |
| 2960 | 2024-07-30T19:00:29.601Z | Checking tabled v0.15.0 |
| 2961 | 2024-07-30T19:00:30.189Z | Checking indexmap v2.2.6 |
| 2962 | 2024-07-30T19:00:30.323Z | Checking terminal_size v0.3.0 |
| 2963 | 2024-07-30T19:00:30.451Z | Checking anyhow v1.0.86 |
| 2964 | 2024-07-30T19:00:30.483Z | Checking clap_builder v4.5.9 |
| 2965 | 2024-07-30T19:00:31.438Z | Checking dtrace-parser v0.2.0 |
| 2966 | 2024-07-30T19:00:32.793Z | Checking clap v4.5.9 |
| 2967 | 2024-07-30T19:00:33.313Z | Checking serde_json v1.0.120 |
| 2968 | 2024-07-30T19:00:33.313Z | Checking toml_datetime v0.6.6 |
| 2969 | 2024-07-30T19:00:33.316Z | Checking serde_spanned v0.6.6 |
| 2970 | 2024-07-30T19:00:33.316Z | Checking semver v1.0.23 |
| 2971 | 2024-07-30T19:00:33.316Z | Checking cargo-platform v0.1.8 |
| 2972 | 2024-07-30T19:00:33.316Z | Checking camino v1.1.7 |
| 2973 | 2024-07-30T19:00:33.409Z | Checking macaddr v1.0.1 |
| 2974 | 2024-07-30T19:00:33.573Z | Checking toml_edit v0.22.16 |
| 2975 | 2024-07-30T19:00:34.374Z | Checking dof v0.3.0 |
| 2976 | 2024-07-30T19:00:34.374Z | Checking cargo_metadata v0.18.1 |
| 2977 | 2024-07-30T19:00:34.760Z | Checking usdt-impl v0.5.0 |
| 2978 | 2024-07-30T19:00:35.095Z | Checking usdt v0.5.0 |
| 2979 | 2024-07-30T19:00:35.137Z | Checking toml v0.8.15 |
| 2980 | 2024-07-30T19:00:35.583Z | Checking cargo_toml v0.20.4 |
| 2981 | 2024-07-30T19:00:36.712Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2982 | 2024-07-30T19:00:37.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s |
| 2983 | 2024-07-30T19:00:37.318Z | |
| 2984 | 2024-07-30T19:00:37.318Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
| 2985 | 2024-07-30T19:00:37.736Z | Downloading crates ... |
| 2986 | 2024-07-30T19:00:37.935Z | Downloaded dhcproto-macros v0.1.0 |
| 2987 | 2024-07-30T19:00:37.940Z | Downloaded blowfish v0.9.1 |
| 2988 | 2024-07-30T19:00:37.950Z | Downloaded option-ext v0.2.0 |
| 2989 | 2024-07-30T19:00:37.958Z | Downloaded russh-cryptovec v0.7.2 |
| 2990 | 2024-07-30T19:00:37.960Z | Downloaded md5 v0.7.0 |
| 2991 | 2024-07-30T19:00:37.966Z | Downloaded pbkdf2 v0.11.0 |
| 2992 | 2024-07-30T19:00:37.968Z | Downloaded polyval v0.6.2 |
| 2993 | 2024-07-30T19:00:37.971Z | Downloaded ghash v0.5.1 |
| 2994 | 2024-07-30T19:00:37.974Z | Downloaded internet-checksum v0.2.1 |
| 2995 | 2024-07-30T19:00:37.974Z | Downloaded ctr v0.9.2 |
| 2996 | 2024-07-30T19:00:37.978Z | Downloaded cbc v0.1.2 |
| 2997 | 2024-07-30T19:00:37.980Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2998 | 2024-07-30T19:00:37.980Z | Downloaded rfc6979 v0.4.0 |
| 2999 | 2024-07-30T19:00:37.980Z | Downloaded dirs v5.0.1 |
| 3000 | 2024-07-30T19:00:37.983Z | Downloaded primeorder v0.13.6 |
| 3001 | 2024-07-30T19:00:37.986Z | Downloaded dirs-sys v0.4.1 |
| 3002 | 2024-07-30T19:00:37.986Z | Downloaded rand_chacha v0.2.2 |
| 3003 | 2024-07-30T19:00:37.986Z | Downloaded pbkdf2 v0.12.2 |
| 3004 | 2024-07-30T19:00:37.988Z | Downloaded hex-literal v0.4.1 |
| 3005 | 2024-07-30T19:00:37.988Z | Downloaded ecdsa v0.16.9 |
| 3006 | 2024-07-30T19:00:37.993Z | Downloaded ed25519 v2.2.3 |
| 3007 | 2024-07-30T19:00:37.993Z | Downloaded russh-keys v0.43.0 |
| 3008 | 2024-07-30T19:00:37.996Z | Downloaded password-hash v0.4.2 |
| 3009 | 2024-07-30T19:00:37.996Z | Downloaded getrandom v0.1.16 |
| 3010 | 2024-07-30T19:00:37.998Z | Downloaded aes-gcm v0.10.3 |
| 3011 | 2024-07-30T19:00:38.001Z | Downloaded dhcproto v0.11.0 |
| 3012 | 2024-07-30T19:00:38.009Z | Downloaded p256 v0.13.2 |
| 3013 | 2024-07-30T19:00:38.012Z | Downloaded rand_core v0.5.1 |
| 3014 | 2024-07-30T19:00:38.014Z | Downloaded ed25519-dalek v2.1.1 |
| 3015 | 2024-07-30T19:00:38.017Z | Downloaded russh v0.43.0 |
| 3016 | 2024-07-30T19:00:38.022Z | Downloaded rand v0.7.3 |
| 3017 | 2024-07-30T19:00:38.027Z | Downloaded p521 v0.13.3 |
| 3018 | 2024-07-30T19:00:38.030Z | Downloaded aes v0.8.4 |
| 3019 | 2024-07-30T19:00:38.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2024-07-30T19:00:38.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2024-07-30T19:00:38.163Z | Compiling getrandom v0.1.16 |
| 3022 | 2024-07-30T19:00:38.252Z | Checking rfc6979 v0.4.0 |
| 3023 | 2024-07-30T19:00:38.261Z | Checking primeorder v0.13.6 |
| 3024 | 2024-07-30T19:00:38.264Z | Checking option-ext v0.2.0 |
| 3025 | 2024-07-30T19:00:38.279Z | Checking ed25519 v2.2.3 |
| 3026 | 2024-07-30T19:00:38.281Z | Checking polyval v0.6.2 |
| 3027 | 2024-07-30T19:00:38.281Z | Checking ctr v0.9.2 |
| 3028 | 2024-07-30T19:00:38.281Z | Checking aes v0.8.4 |
| 3029 | 2024-07-30T19:00:38.371Z | Checking dirs-sys v0.4.1 |
| 3030 | 2024-07-30T19:00:38.387Z | Checking ecdsa v0.16.9 |
| 3031 | 2024-07-30T19:00:38.522Z | Checking blowfish v0.9.1 |
| 3032 | 2024-07-30T19:00:38.525Z | Checking password-hash v0.4.2 |
| 3033 | 2024-07-30T19:00:38.551Z | Checking pbkdf2 v0.12.2 |
| 3034 | 2024-07-30T19:00:38.563Z | Checking dirs v5.0.1 |
| 3035 | 2024-07-30T19:00:38.681Z | Checking ghash v0.5.1 |
| 3036 | 2024-07-30T19:00:38.727Z | Checking ed25519-dalek v2.1.1 |
| 3037 | 2024-07-30T19:00:38.743Z | Checking cbc v0.1.2 |
| 3038 | 2024-07-30T19:00:38.756Z | Checking bcrypt-pbkdf v0.10.0 |
| 3039 | 2024-07-30T19:00:38.849Z | Checking russh-cryptovec v0.7.2 |
| 3040 | 2024-07-30T19:00:38.928Z | Checking pbkdf2 v0.11.0 |
| 3041 | 2024-07-30T19:00:38.943Z | Checking md5 v0.7.0 |
| 3042 | 2024-07-30T19:00:38.994Z | Compiling dhcproto-macros v0.1.0 |
| 3043 | 2024-07-30T19:00:39.038Z | Checking hex-literal v0.4.1 |
| 3044 | 2024-07-30T19:00:39.054Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3045 | 2024-07-30T19:00:39.082Z | Checking p256 v0.13.2 |
| 3046 | 2024-07-30T19:00:39.156Z | Checking p521 v0.13.3 |
| 3047 | 2024-07-30T19:00:39.171Z | Checking aes-gcm v0.10.3 |
| 3048 | 2024-07-30T19:00:39.187Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3049 | 2024-07-30T19:00:39.212Z | Checking internet-checksum v0.2.1 |
| 3050 | 2024-07-30T19:00:39.215Z | Checking rand_core v0.5.1 |
| 3051 | 2024-07-30T19:00:39.517Z | Checking rand_chacha v0.2.2 |
| 3052 | 2024-07-30T19:00:39.751Z | Checking dhcproto v0.11.0 |
| 3053 | 2024-07-30T19:00:39.762Z | Checking rand v0.7.3 |
| 3054 | 2024-07-30T19:00:40.632Z | Checking russh-keys v0.43.0 |
| 3055 | 2024-07-30T19:00:41.321Z | Checking russh v0.43.0 |
| 3056 | 2024-07-30T19:00:56.892Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3057 | 2024-07-30T19:00:58.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.80s |
| 3058 | 2024-07-30T19:00:58.273Z | |
| 3059 | 2024-07-30T19:00:58.273Z | info: running `cargo check --bins` on gateway-cli (134/142) |
| 3060 | 2024-07-30T19:00:58.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2024-07-30T19:00:58.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2024-07-30T19:00:58.861Z | Checking termios v0.3.3 |
| 3063 | 2024-07-30T19:00:59.045Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3064 | 2024-07-30T19:00:59.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 3065 | 2024-07-30T19:00:59.871Z | |
| 3066 | 2024-07-30T19:00:59.871Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
| 3067 | 2024-07-30T19:01:00.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2024-07-30T19:01:00.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2024-07-30T19:01:00.518Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3070 | 2024-07-30T19:01:02.444Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3071 | 2024-07-30T19:01:04.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 3072 | 2024-07-30T19:01:04.238Z | |
| 3073 | 2024-07-30T19:01:04.238Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
| 3074 | 2024-07-30T19:01:04.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2024-07-30T19:01:04.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2024-07-30T19:01:04.829Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3077 | 2024-07-30T19:01:05.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3078 | 2024-07-30T19:01:05.373Z | |
| 3079 | 2024-07-30T19:01:05.373Z | info: running `cargo check --bins` on omicron-package (137/142) |
| 3080 | 2024-07-30T19:01:05.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2024-07-30T19:01:05.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2024-07-30T19:01:05.983Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3083 | 2024-07-30T19:01:07.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 3084 | 2024-07-30T19:01:07.242Z | |
| 3085 | 2024-07-30T19:01:07.242Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
| 3086 | 2024-07-30T19:01:07.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2024-07-30T19:01:07.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2024-07-30T19:01:07.878Z | Checking rtoolbox v0.0.2 |
| 3089 | 2024-07-30T19:01:07.878Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3090 | 2024-07-30T19:01:07.881Z | Checking tui-tree-widget v0.21.0 |
| 3091 | 2024-07-30T19:01:08.067Z | Checking rpassword v7.3.1 |
| 3092 | 2024-07-30T19:01:11.808Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3093 | 2024-07-30T19:01:14.416Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3094 | 2024-07-30T19:01:15.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s |
| 3095 | 2024-07-30T19:01:15.569Z | |
| 3096 | 2024-07-30T19:01:15.569Z | info: running `cargo check --bins` on wicket (139/142) |
| 3097 | 2024-07-30T19:01:16.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2024-07-30T19:01:16.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2024-07-30T19:01:16.209Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3100 | 2024-07-30T19:01:16.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3101 | 2024-07-30T19:01:16.688Z | |
| 3102 | 2024-07-30T19:01:16.688Z | info: running `cargo check --bins` on wicketd (140/142) |
| 3103 | 2024-07-30T19:01:17.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2024-07-30T19:01:17.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2024-07-30T19:01:17.332Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3106 | 2024-07-30T19:01:20.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 3107 | 2024-07-30T19:01:20.728Z | |
| 3108 | 2024-07-30T19:01:20.728Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
| 3109 | 2024-07-30T19:01:21.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2024-07-30T19:01:21.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2024-07-30T19:01:21.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2024-07-30T19:01:21.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3113 | 2024-07-30T19:01:21.277Z | |
| 3114 | 2024-07-30T19:01:21.277Z | info: running `cargo check --bins` on zone-setup (142/142) |
| 3115 | 2024-07-30T19:01:21.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2024-07-30T19:01:21.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2024-07-30T19:01:21.949Z | Checking uzers v0.11.3 |
| 3118 | 2024-07-30T19:01:22.217Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3119 | 2024-07-30T19:01:23.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 3120 | 2024-07-30T19:01:23.362Z | |
| 3121 | 2024-07-30T19:01:23.363Z | real 9:51.719764553 |
| 3122 | 2024-07-30T19:01:23.363Z | user 21:37.443352176 |
| 3123 | 2024-07-30T19:01:23.365Z | sys 4:41.310800822 |
| 3124 | 2024-07-30T19:01:23.365Z | trap 0.475929196 |
| 3125 | 2024-07-30T19:01:23.365Z | tflt 1.629352513 |
| 3126 | 2024-07-30T19:01:23.366Z | dflt 2.061346524 |
| 3127 | 2024-07-30T19:01:23.366Z | kflt 0.001091940 |
| 3128 | 2024-07-30T19:01:23.366Z | lock 38:10.828476111 |
| 3129 | 2024-07-30T19:01:23.366Z | slp 1:25:12.003100092 |
| 3130 | 2024-07-30T19:01:23.366Z | lat 47.409805407 |
| 3131 | 2024-07-30T19:01:23.366Z | stop 2:16.077702145 |
| 3132 | 2024-07-30T19:01:23.366Z | process exited: duration 866512 ms, exit code 0 |
| |
| 3133 | 2024-07-30T19:01:23.380Z | found 0 output files |