|
|
|
| 1 | 2024-09-01T20:18:00.678Z | job assigned to worker 01J6QKRRRZYCF2JNQJRV5SQTMM (queued for 25 s) |
| |
| 2 | 2024-09-01T20:18:01.047Z | starting task 0: "setup" |
| 3 | 2024-09-01T20:18:01.072Z | ++ uname -s |
| 4 | 2024-09-01T20:18:01.072Z | + kern=SunOS |
| 5 | 2024-09-01T20:18:01.072Z | + case "$kern" in |
| 6 | 2024-09-01T20:18:01.072Z | + groupadd -g 12345 build |
| 7 | 2024-09-01T20:18:01.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-01T20:18:03.078Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-01T20:18:03.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-01T20:18:03.141Z | + home_fs=zfs |
| 11 | 2024-09-01T20:18:03.141Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-01T20:18:03.141Z | + mkdir -p /home/build |
| 13 | 2024-09-01T20:18:03.141Z | + chown build:build /home/build /work |
| 14 | 2024-09-01T20:18:05.126Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-01T20:18:05.151Z | process exited: duration 4083 ms, exit code 0 |
| |
| 16 | 2024-09-01T20:18:05.200Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-01T20:18:05.225Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-01T20:18:05.225Z | ' 1.80.1 |
| 19 | 2024-09-01T20:18:05.225Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-09-01T20:18:05.225Z | ' default |
| 21 | 2024-09-01T20:18:05.225Z | * toolchain channel = "1.80.1" |
| 22 | 2024-09-01T20:18:05.225Z | * toolchain profile = "default" |
| 23 | 2024-09-01T20:18:05.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-01T20:18:05.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-01T20:18:05.360Z | info: downloading installer |
| 26 | 2024-09-01T20:18:05.875Z | info: profile set to 'default' |
| 27 | 2024-09-01T20:18:05.875Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-01T20:18:05.900Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-01T20:18:05.964Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-01T20:18:05.964Z | info: downloading component 'cargo' |
| 31 | 2024-09-01T20:18:06.082Z | info: downloading component 'clippy' |
| 32 | 2024-09-01T20:18:06.135Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-01T20:18:06.383Z | info: downloading component 'rust-std' |
| 34 | 2024-09-01T20:18:06.881Z | info: downloading component 'rustc' |
| 35 | 2024-09-01T20:18:08.924Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-01T20:18:09.041Z | info: installing component 'cargo' |
| 37 | 2024-09-01T20:18:10.140Z | info: installing component 'clippy' |
| 38 | 2024-09-01T20:18:10.588Z | info: installing component 'rust-docs' |
| 39 | 2024-09-01T20:18:13.346Z | info: installing component 'rust-std' |
| 40 | 2024-09-01T20:18:15.294Z | info: installing component 'rustc' |
| 41 | 2024-09-01T20:18:20.354Z | info: installing component 'rustfmt' |
| 42 | 2024-09-01T20:18:20.745Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-09-01T20:18:20.745Z | |
| 44 | 2024-09-01T20:18:20.860Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-01T20:18:20.860Z | |
| 46 | 2024-09-01T20:18:20.860Z | |
| 47 | 2024-09-01T20:18:20.860Z | Rust is installed now. Great! |
| 48 | 2024-09-01T20:18:20.860Z | |
| 49 | 2024-09-01T20:18:20.860Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-01T20:18:20.860Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-01T20:18:20.860Z | |
| 52 | 2024-09-01T20:18:20.860Z | To configure your current shell, you need to source |
| 53 | 2024-09-01T20:18:20.860Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-01T20:18:20.860Z | |
| 55 | 2024-09-01T20:18:20.885Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-01T20:18:20.885Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-01T20:18:20.885Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-01T20:18:20.926Z | + rustc --version |
| 59 | 2024-09-01T20:18:21.020Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-01T20:18:21.045Z | process exited: duration 15825 ms, exit code 0 |
| |
| 61 | 2024-09-01T20:18:21.097Z | starting task 2: "authentication" |
| 62 | 2024-09-01T20:18:21.184Z | process exited: duration 89 ms, exit code 0 |
| |
| 63 | 2024-09-01T20:18:21.233Z | starting task 3: "clone repository" |
| 64 | 2024-09-01T20:18:21.258Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-01T20:18:21.258Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-01T20:18:21.283Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-01T20:18:26.426Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-01T20:18:26.426Z | + git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
| 69 | 2024-09-01T20:18:26.850Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-01T20:18:26.850Z | * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD |
| 71 | 2024-09-01T20:18:26.876Z | + [[ -n eliza/486-sa-errors ]] |
| 72 | 2024-09-01T20:18:26.876Z | ++ git branch --show-current |
| 73 | 2024-09-01T20:18:26.876Z | + current=main |
| 74 | 2024-09-01T20:18:26.876Z | + [[ main != eliza/486-sa-errors ]] |
| 75 | 2024-09-01T20:18:26.876Z | + git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
| 76 | 2024-09-01T20:18:26.901Z | + git checkout -f eliza/486-sa-errors |
| 77 | 2024-09-01T20:18:27.102Z | Switched to branch 'eliza/486-sa-errors' |
| 78 | 2024-09-01T20:18:27.128Z | + git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
| 79 | 2024-09-01T20:18:27.166Z | HEAD is now at 1b3fcadee blehhh rustfmt |
| 80 | 2024-09-01T20:18:27.167Z | process exited: duration 5902 ms, exit code 0 |
| |
| 81 | 2024-09-01T20:18:27.237Z | starting task 4: "build" |
| 82 | 2024-09-01T20:18:27.263Z | + cargo --version |
| 83 | 2024-09-01T20:18:27.333Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-01T20:18:27.368Z | + rustc --version |
| 85 | 2024-09-01T20:18:27.425Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-01T20:18:27.453Z | + source ./env.sh |
| 87 | 2024-09-01T20:18:27.453Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-09-01T20:18:27.453Z | ++ set -o xtrace |
| 89 | 2024-09-01T20:18:27.453Z | ++++ dirname ./env.sh |
| 90 | 2024-09-01T20:18:27.453Z | +++ readlink -f . |
| 91 | 2024-09-01T20:18:27.453Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-09-01T20:18:27.454Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-09-01T20:18:27.454Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-09-01T20:18:27.454Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-09-01T20:18:27.454Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-09-01T20:18:27.454Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-09-01T20:18:27.454Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-09-01T20:18:27.454Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-09-01T20:18:27.454Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-09-01T20:18:27.454Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-09-01T20:18:27.455Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-09-01T20:18:27.455Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 103 | 2024-09-01T20:18:27.455Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 104 | 2024-09-01T20:18:27.455Z | + banner prerequisites |
| 105 | 2024-09-01T20:18:27.455Z | |
| 106 | 2024-09-01T20:18:27.455Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 107 | 2024-09-01T20:18:27.455Z | # # # # # # # # # # # # # # # |
| 108 | 2024-09-01T20:18:27.455Z | # # # # ##### # # ##### # # # # # #### # |
| 109 | 2024-09-01T20:18:27.455Z | ##### ##### # ##### # # # # # # # # # |
| 110 | 2024-09-01T20:18:27.455Z | # # # # # # # # # # # # # # # |
| 111 | 2024-09-01T20:18:27.455Z | # # # ###### # # ###### ### # #### # #### # |
| 112 | 2024-09-01T20:18:27.456Z | |
| 113 | 2024-09-01T20:18:27.456Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 114 | 2024-09-01T20:18:33.716Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2024-09-01T20:18:36.518Z | Startup: Caching catalogs ... Done |
| 116 | 2024-09-01T20:18:39.135Z | Planning: Solver setup ... Done (1.839s) |
| 117 | 2024-09-01T20:18:39.163Z | Planning: Running solver ... Done (0.028s) |
| 118 | 2024-09-01T20:18:39.191Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2024-09-01T20:18:39.262Z | Planning: Fetching manifests: 0/5 0% complete |
| 120 | 2024-09-01T20:18:39.727Z | Planning: Fetching manifests: 5/5 100% complete |
| 121 | 2024-09-01T20:18:39.857Z | Planning: Package planning ... Done (0.131s) |
| 122 | 2024-09-01T20:18:39.926Z | Planning: Merging actions ... Done (0.069s) |
| 123 | 2024-09-01T20:18:40.195Z | Planning: Checking for conflicting actions ... Done (0.267s) |
| 124 | 2024-09-01T20:18:41.390Z | Planning: Consolidating action changes ... Done (1.196s) |
| 125 | 2024-09-01T20:18:41.856Z | Planning: Evaluating mediators ... Done (0.465s) |
| 126 | 2024-09-01T20:18:41.954Z | Planning: Planning completed in 5.36 seconds |
| 127 | 2024-09-01T20:18:41.979Z | Packages to install: 4 |
| 128 | 2024-09-01T20:18:41.979Z | Packages to update: 1 |
| 129 | 2024-09-01T20:18:41.979Z | Mediators to change: 2 |
| 130 | 2024-09-01T20:18:41.979Z | Services to change: 1 |
| 131 | 2024-09-01T20:18:41.979Z | Estimated space available: 148.82 GB |
| 132 | 2024-09-01T20:18:41.979Z | Estimated space to be consumed: 1.53 GB |
| 133 | 2024-09-01T20:18:41.979Z | Create boot environment: No |
| 134 | 2024-09-01T20:18:41.979Z | Create backup boot environment: Yes |
| 135 | 2024-09-01T20:18:41.979Z | Rebuild boot archive: No |
| 136 | 2024-09-01T20:18:41.979Z | |
| 137 | 2024-09-01T20:18:41.979Z | Changed mediators: |
| 138 | 2024-09-01T20:18:41.979Z | mediator clang: |
| 139 | 2024-09-01T20:18:41.979Z | version: None -> 15 (system default) |
| 140 | 2024-09-01T20:18:41.979Z | |
| 141 | 2024-09-01T20:18:41.979Z | mediator llvm: |
| 142 | 2024-09-01T20:18:41.979Z | version: 14 (system default) -> 15 (system default) |
| 143 | 2024-09-01T20:18:41.979Z | |
| 144 | 2024-09-01T20:18:41.979Z | Changed packages: |
| 145 | 2024-09-01T20:18:41.979Z | helios-dev |
| 146 | 2024-09-01T20:18:41.980Z | developer/build-essential |
| 147 | 2024-09-01T20:18:41.980Z | None -> 11-2.0 |
| 148 | 2024-09-01T20:18:41.980Z | library/libxmlsec1 |
| 149 | 2024-09-01T20:18:41.980Z | None -> 1.2.35-2.0 |
| 150 | 2024-09-01T20:18:41.980Z | ooce/developer/clang-15 |
| 151 | 2024-09-01T20:18:41.980Z | None -> 15.0.7-2.0 |
| 152 | 2024-09-01T20:18:41.980Z | ooce/developer/llvm-15 |
| 153 | 2024-09-01T20:18:41.980Z | None -> 15.0.7-2.0 |
| 154 | 2024-09-01T20:18:41.980Z | package/pkg |
| 155 | 2024-09-01T20:18:41.980Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 156 | 2024-09-01T20:18:41.980Z | |
| 157 | 2024-09-01T20:18:41.980Z | Services: |
| 158 | 2024-09-01T20:18:41.980Z | restart_fmri: |
| 159 | 2024-09-01T20:18:41.980Z | svc:/system/update-man-index:default |
| 160 | 2024-09-01T20:18:41.980Z | |
| 161 | 2024-09-01T20:18:41.980Z | Editable files to change: |
| 162 | 2024-09-01T20:18:41.980Z | Update: |
| 163 | 2024-09-01T20:18:41.980Z | usr/share/lib/pkg/web/config.shtml |
| 164 | 2024-09-01T20:18:42.051Z | |
| 165 | 2024-09-01T20:18:42.051Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 166 | 2024-09-01T20:18:47.122Z | Download: 1195/4281 items 51.5/220.6MB 23% complete (11.1M/s) |
| 167 | 2024-09-01T20:18:52.125Z | Download: 1407/4281 items 104.2/220.6MB 47% complete (10.4M/s) |
| 168 | 2024-09-01T20:18:57.123Z | Download: 2398/4281 items 120.1/220.6MB 54% complete (6.9M/s) |
| 169 | 2024-09-01T20:19:02.123Z | Download: 3188/4281 items 151.6/220.6MB 68% complete (4.7M/s) |
| 170 | 2024-09-01T20:19:07.595Z | Download: 3288/4281 items 210.0/220.6MB 95% complete (9.2M/s) |
| 171 | 2024-09-01T20:19:12.596Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (5.3M/s) |
| 172 | 2024-09-01T20:19:12.696Z | Download: Completed 220.60 MB in 30.64 seconds (7.2M/s) |
| 173 | 2024-09-01T20:19:14.201Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-09-01T20:19:14.226Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-09-01T20:19:19.732Z | Actions: 3797/5063 actions (Installing new actions) |
| 176 | 2024-09-01T20:19:20.297Z | Actions: 4226/5063 actions (Updating modified actions) |
| 177 | 2024-09-01T20:19:20.665Z | Actions: Completed 5063 actions in 6.46 seconds. |
| 178 | 2024-09-01T20:19:21.079Z | Done (0.405s) |
| 179 | 2024-09-01T20:19:21.103Z | Done (0.000s) |
| 180 | 2024-09-01T20:19:21.543Z | Done (0.463s) |
| 181 | 2024-09-01T20:19:27.349Z | Done (5.652s) |
| 182 | 2024-09-01T20:19:27.473Z | Done (0.023s) |
| 183 | 2024-09-01T20:19:27.498Z | Done (0.000s) |
| 184 | 2024-09-01T20:19:27.689Z | Done (0.000s) |
| 185 | 2024-09-01T20:19:28.377Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-09-01T20:19:28.587Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-09-01T20:19:28.611Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-09-01T20:19:28.926Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-09-01T20:19:28.951Z | Planning: Planning completed in 0.55 seconds |
| 190 | 2024-09-01T20:19:28.976Z | Mediators to change: 2 |
| 191 | 2024-09-01T20:19:28.976Z | Create boot environment: No |
| 192 | 2024-09-01T20:19:29.001Z | Create backup boot environment: No |
| 193 | 2024-09-01T20:19:29.054Z | Done |
| 194 | 2024-09-01T20:19:29.054Z | Done |
| 195 | 2024-09-01T20:19:29.350Z | Done |
| 196 | 2024-09-01T20:19:34.259Z | Done |
| 197 | 2024-09-01T20:19:34.366Z | Done |
| 198 | 2024-09-01T20:19:34.366Z | Done |
| 199 | 2024-09-01T20:19:34.416Z | Done |
| 200 | 2024-09-01T20:19:35.185Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2024-09-01T20:19:35.209Z | Planning: Merging actions ... Done |
| 202 | 2024-09-01T20:19:35.436Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2024-09-01T20:19:35.460Z | Planning: Consolidating action changes ... Done |
| 204 | 2024-09-01T20:19:35.761Z | Planning: Evaluating mediators ... Done |
| 205 | 2024-09-01T20:19:35.830Z | Planning: Planning completed in 0.95 seconds |
| 206 | 2024-09-01T20:19:35.877Z | Packages to change: 1 |
| 207 | 2024-09-01T20:19:35.877Z | Mediators to change: 1 |
| 208 | 2024-09-01T20:19:35.877Z | Services to change: 1 |
| 209 | 2024-09-01T20:19:35.877Z | Create boot environment: No |
| 210 | 2024-09-01T20:19:35.877Z | Create backup boot environment: Yes |
| 211 | 2024-09-01T20:19:37.417Z | Actions: 1/6 actions (Updating modified actions) |
| 212 | 2024-09-01T20:19:37.442Z | Actions: Completed 6 actions in 0.00 seconds. |
| 213 | 2024-09-01T20:19:37.442Z | Done |
| 214 | 2024-09-01T20:19:37.442Z | Done |
| 215 | 2024-09-01T20:19:37.515Z | Done |
| 216 | 2024-09-01T20:19:42.301Z | Done |
| 217 | 2024-09-01T20:19:42.413Z | Done |
| 218 | 2024-09-01T20:19:42.437Z | Done |
| 219 | 2024-09-01T20:19:42.467Z | Done |
| 220 | 2024-09-01T20:19:43.022Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 221 | 2024-09-01T20:19:43.022Z | clang system 15 system |
| 222 | 2024-09-01T20:19:43.022Z | csh system system illumos |
| 223 | 2024-09-01T20:19:43.022Z | ctags system system illumos |
| 224 | 2024-09-01T20:19:43.022Z | gcc vendor 12 vendor |
| 225 | 2024-09-01T20:19:43.022Z | gcc system 10 system |
| 226 | 2024-09-01T20:19:43.022Z | gcc system 7 system |
| 227 | 2024-09-01T20:19:43.022Z | go system 1.20 system |
| 228 | 2024-09-01T20:19:43.022Z | go system 1.19 system |
| 229 | 2024-09-01T20:19:43.022Z | llvm system 15 system |
| 230 | 2024-09-01T20:19:43.022Z | llvm system 14 system |
| 231 | 2024-09-01T20:19:43.022Z | mariadb system 10.6 system |
| 232 | 2024-09-01T20:19:43.022Z | mta vendor vendor dma |
| 233 | 2024-09-01T20:19:43.022Z | openjdk system 17 system |
| 234 | 2024-09-01T20:19:43.022Z | openjdk system 11 system |
| 235 | 2024-09-01T20:19:43.022Z | openjdk system 1.8 system |
| 236 | 2024-09-01T20:19:43.022Z | openssl vendor 3 vendor |
| 237 | 2024-09-01T20:19:43.022Z | perl system 5.36 system |
| 238 | 2024-09-01T20:19:43.022Z | postgresql system 15 system |
| 239 | 2024-09-01T20:19:43.022Z | postgresql system 13 system |
| 240 | 2024-09-01T20:19:43.022Z | python vendor 3 vendor |
| 241 | 2024-09-01T20:19:43.022Z | python system 2 system |
| 242 | 2024-09-01T20:19:43.022Z | python3 system 3.11 system |
| 243 | 2024-09-01T20:19:43.022Z | ruby system 3.0 system |
| 244 | 2024-09-01T20:19:43.022Z | words vendor vendor american-english |
| 245 | 2024-09-01T20:19:43.023Z | words system system australian-english |
| 246 | 2024-09-01T20:19:43.023Z | words system system british-english |
| 247 | 2024-09-01T20:19:43.023Z | words system system canadian-english |
| 248 | 2024-09-01T20:19:43.023Z | words system system french |
| 249 | 2024-09-01T20:19:43.023Z | words system system italian |
| 250 | 2024-09-01T20:19:43.023Z | words system system ngerman |
| 251 | 2024-09-01T20:19:43.023Z | words system system ogerman |
| 252 | 2024-09-01T20:19:43.023Z | words system system spanish |
| 253 | 2024-09-01T20:19:43.444Z | PUBLISHER TYPE STATUS P LOCATION |
| 254 | 2024-09-01T20:19:43.444Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 255 | 2024-09-01T20:19:45.641Z | FMRI IFO |
| 256 | 2024-09-01T20:19:45.641Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 257 | 2024-09-01T20:19:45.641Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 258 | 2024-09-01T20:19:45.641Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 259 | 2024-09-01T20:19:45.641Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 260 | 2024-09-01T20:19:45.641Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 261 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 262 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 263 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 264 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 265 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 266 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 267 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 268 | 2024-09-01T20:19:45.642Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 269 | 2024-09-01T20:19:46.379Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 270 | 2024-09-01T20:19:46.786Z | Updating crates.io index |
| 271 | 2024-09-01T20:19:46.811Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 272 | 2024-09-01T20:19:47.725Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2024-09-01T20:19:48.583Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 274 | 2024-09-01T20:19:48.935Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 275 | 2024-09-01T20:19:50.649Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2024-09-01T20:19:50.953Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 277 | 2024-09-01T20:19:51.301Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 278 | 2024-09-01T20:19:52.461Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 279 | 2024-09-01T20:19:54.554Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 280 | 2024-09-01T20:19:55.683Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 281 | 2024-09-01T20:19:56.440Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 282 | 2024-09-01T20:19:56.796Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 283 | 2024-09-01T20:19:57.412Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 284 | 2024-09-01T20:19:57.759Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 285 | 2024-09-01T20:19:58.130Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 286 | 2024-09-01T20:19:58.546Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 287 | 2024-09-01T20:19:58.917Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 288 | 2024-09-01T20:19:59.270Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 289 | 2024-09-01T20:19:59.611Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 290 | 2024-09-01T20:19:59.991Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 291 | 2024-09-01T20:20:00.373Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 292 | 2024-09-01T20:20:00.794Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 293 | 2024-09-01T20:20:01.305Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 294 | 2024-09-01T20:20:01.719Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 295 | 2024-09-01T20:20:02.297Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 296 | 2024-09-01T20:20:02.687Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 297 | 2024-09-01T20:20:03.279Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 298 | 2024-09-01T20:20:05.678Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 299 | 2024-09-01T20:20:06.015Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 300 | 2024-09-01T20:20:06.569Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 301 | 2024-09-01T20:20:07.055Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 302 | 2024-09-01T20:20:08.457Z | Downloading crates ... |
| 303 | 2024-09-01T20:20:08.523Z | Downloaded anyhow v1.0.86 |
| 304 | 2024-09-01T20:20:08.549Z | Downloaded version_check v0.9.5 |
| 305 | 2024-09-01T20:20:08.573Z | Downloaded unicode-ident v1.0.12 |
| 306 | 2024-09-01T20:20:08.573Z | Downloaded pest_derive v2.7.10 |
| 307 | 2024-09-01T20:20:08.573Z | Downloaded typenum v1.17.0 |
| 308 | 2024-09-01T20:20:08.573Z | Downloaded zerocopy v0.7.34 |
| 309 | 2024-09-01T20:20:08.598Z | Downloaded tabled v0.15.0 |
| 310 | 2024-09-01T20:20:08.622Z | Downloaded zerocopy-derive v0.7.34 |
| 311 | 2024-09-01T20:20:08.622Z | Downloaded usdt v0.5.0 |
| 312 | 2024-09-01T20:20:08.622Z | Downloaded winnow v0.6.18 |
| 313 | 2024-09-01T20:20:08.647Z | Downloaded libc v0.2.158 |
| 314 | 2024-09-01T20:20:08.672Z | Downloaded unicode-width v0.1.13 |
| 315 | 2024-09-01T20:20:08.672Z | Downloaded syn v2.0.74 |
| 316 | 2024-09-01T20:20:08.696Z | Downloaded ucd-trie v0.1.6 |
| 317 | 2024-09-01T20:20:08.696Z | Downloaded toml_edit v0.22.20 |
| 318 | 2024-09-01T20:20:08.721Z | Downloaded toml v0.8.19 |
| 319 | 2024-09-01T20:20:08.721Z | Downloaded textwrap v0.16.1 |
| 320 | 2024-09-01T20:20:08.721Z | Downloaded sha2 v0.10.8 |
| 321 | 2024-09-01T20:20:08.721Z | Downloaded serde_json v1.0.125 |
| 322 | 2024-09-01T20:20:08.745Z | Downloaded ryu v1.0.18 |
| 323 | 2024-09-01T20:20:08.745Z | Downloaded rustix v0.38.34 |
| 324 | 2024-09-01T20:20:08.770Z | Downloaded quote v1.0.36 |
| 325 | 2024-09-01T20:20:08.770Z | Downloaded pest v2.7.10 |
| 326 | 2024-09-01T20:20:08.770Z | Downloaded memchr v2.7.2 |
| 327 | 2024-09-01T20:20:08.795Z | Downloaded indexmap v2.4.0 |
| 328 | 2024-09-01T20:20:08.795Z | Downloaded goblin v0.8.2 |
| 329 | 2024-09-01T20:20:08.795Z | Downloaded utf8parse v0.2.1 |
| 330 | 2024-09-01T20:20:08.795Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2024-09-01T20:20:08.795Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2024-09-01T20:20:08.795Z | Downloaded thiserror-impl v1.0.63 |
| 333 | 2024-09-01T20:20:08.795Z | Downloaded tempfile v3.10.1 |
| 334 | 2024-09-01T20:20:08.795Z | Downloaded syn v1.0.109 |
| 335 | 2024-09-01T20:20:08.820Z | Downloaded swrite v0.1.0 |
| 336 | 2024-09-01T20:20:08.820Z | Downloaded serde_tokenstream v0.2.2 |
| 337 | 2024-09-01T20:20:08.820Z | Downloaded semver v1.0.23 |
| 338 | 2024-09-01T20:20:08.820Z | Downloaded scroll v0.12.0 |
| 339 | 2024-09-01T20:20:08.820Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2024-09-01T20:20:08.820Z | Downloaded pretty-hex v0.4.1 |
| 341 | 2024-09-01T20:20:08.820Z | Downloaded pest_generator v2.7.10 |
| 342 | 2024-09-01T20:20:08.820Z | Downloaded log v0.4.21 |
| 343 | 2024-09-01T20:20:08.820Z | Downloaded itoa v1.0.11 |
| 344 | 2024-09-01T20:20:08.854Z | Downloaded heck v0.4.1 |
| 345 | 2024-09-01T20:20:08.854Z | Downloaded fastrand v2.1.0 |
| 346 | 2024-09-01T20:20:08.855Z | Downloaded equivalent v1.0.1 |
| 347 | 2024-09-01T20:20:08.855Z | Downloaded crypto-common v0.1.6 |
| 348 | 2024-09-01T20:20:08.855Z | Downloaded once_cell v1.19.0 |
| 349 | 2024-09-01T20:20:08.856Z | Downloaded hashbrown v0.14.5 |
| 350 | 2024-09-01T20:20:08.856Z | Downloaded fs-err v2.11.0 |
| 351 | 2024-09-01T20:20:08.856Z | Downloaded dof v0.3.0 |
| 352 | 2024-09-01T20:20:08.857Z | Downloaded clap_builder v4.5.15 |
| 353 | 2024-09-01T20:20:08.882Z | Downloaded serde v1.0.208 |
| 354 | 2024-09-01T20:20:08.882Z | Downloaded usdt-macro v0.5.0 |
| 355 | 2024-09-01T20:20:08.882Z | Downloaded usdt-attr-macro v0.5.0 |
| 356 | 2024-09-01T20:20:08.882Z | Downloaded toml_datetime v0.6.8 |
| 357 | 2024-09-01T20:20:08.882Z | Downloaded thread-id v4.2.1 |
| 358 | 2024-09-01T20:20:08.882Z | Downloaded thiserror v1.0.63 |
| 359 | 2024-09-01T20:20:08.882Z | Downloaded terminal_size v0.3.0 |
| 360 | 2024-09-01T20:20:08.883Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2024-09-01T20:20:08.883Z | Downloaded strsim v0.11.1 |
| 362 | 2024-09-01T20:20:08.883Z | Downloaded smawk v0.3.2 |
| 363 | 2024-09-01T20:20:08.883Z | Downloaded serde_spanned v0.6.7 |
| 364 | 2024-09-01T20:20:08.883Z | Downloaded serde_derive v1.0.208 |
| 365 | 2024-09-01T20:20:08.883Z | Downloaded scroll_derive v0.12.0 |
| 366 | 2024-09-01T20:20:08.883Z | Downloaded proc-macro2 v1.0.86 |
| 367 | 2024-09-01T20:20:08.883Z | Downloaded proc-macro-error v1.0.4 |
| 368 | 2024-09-01T20:20:08.883Z | Downloaded plain v0.2.3 |
| 369 | 2024-09-01T20:20:08.883Z | Downloaded pest_meta v2.7.10 |
| 370 | 2024-09-01T20:20:08.909Z | Downloaded papergrid v0.11.0 |
| 371 | 2024-09-01T20:20:08.910Z | Downloaded memmap v0.7.0 |
| 372 | 2024-09-01T20:20:08.910Z | Downloaded macaddr v1.0.1 |
| 373 | 2024-09-01T20:20:08.910Z | Downloaded is_terminal_polyfill v1.70.0 |
| 374 | 2024-09-01T20:20:08.910Z | Downloaded heck v0.5.0 |
| 375 | 2024-09-01T20:20:08.910Z | Downloaded generic-array v0.14.7 |
| 376 | 2024-09-01T20:20:08.910Z | Downloaded fnv v1.0.7 |
| 377 | 2024-09-01T20:20:08.910Z | Downloaded errno v0.3.9 |
| 378 | 2024-09-01T20:20:08.911Z | Downloaded dtrace-parser v0.2.0 |
| 379 | 2024-09-01T20:20:08.911Z | Downloaded digest v0.10.7 |
| 380 | 2024-09-01T20:20:08.911Z | Downloaded cpufeatures v0.2.12 |
| 381 | 2024-09-01T20:20:08.911Z | Downloaded colorchoice v1.0.1 |
| 382 | 2024-09-01T20:20:08.911Z | Downloaded clap_lex v0.7.0 |
| 383 | 2024-09-01T20:20:08.911Z | Downloaded clap_derive v4.5.13 |
| 384 | 2024-09-01T20:20:08.939Z | Downloaded clap v4.5.16 |
| 385 | 2024-09-01T20:20:08.939Z | Downloaded cfg-if v1.0.0 |
| 386 | 2024-09-01T20:20:08.940Z | Downloaded cargo_toml v0.20.4 |
| 387 | 2024-09-01T20:20:08.940Z | Downloaded cargo_metadata v0.18.1 |
| 388 | 2024-09-01T20:20:08.940Z | Downloaded cargo-platform v0.1.8 |
| 389 | 2024-09-01T20:20:08.940Z | Downloaded camino-tempfile v1.1.1 |
| 390 | 2024-09-01T20:20:08.940Z | Downloaded camino v1.1.9 |
| 391 | 2024-09-01T20:20:08.940Z | Downloaded byteorder v1.5.0 |
| 392 | 2024-09-01T20:20:08.941Z | Downloaded bytecount v0.6.8 |
| 393 | 2024-09-01T20:20:08.941Z | Downloaded block-buffer v0.10.4 |
| 394 | 2024-09-01T20:20:08.967Z | Downloaded bitflags v2.6.0 |
| 395 | 2024-09-01T20:20:08.967Z | Downloaded autocfg v1.3.0 |
| 396 | 2024-09-01T20:20:08.967Z | Downloaded anstyle-query v1.0.3 |
| 397 | 2024-09-01T20:20:08.967Z | Downloaded anstyle-parse v0.2.4 |
| 398 | 2024-09-01T20:20:08.967Z | Downloaded anstyle v1.0.8 |
| 399 | 2024-09-01T20:20:08.968Z | Downloaded anstream v0.6.14 |
| 400 | 2024-09-01T20:20:09.114Z | Compiling proc-macro2 v1.0.86 |
| 401 | 2024-09-01T20:20:09.114Z | Compiling unicode-ident v1.0.12 |
| 402 | 2024-09-01T20:20:09.142Z | Compiling serde v1.0.208 |
| 403 | 2024-09-01T20:20:09.142Z | Compiling version_check v0.9.5 |
| 404 | 2024-09-01T20:20:09.142Z | Compiling thiserror v1.0.63 |
| 405 | 2024-09-01T20:20:09.142Z | Compiling memchr v2.7.2 |
| 406 | 2024-09-01T20:20:09.142Z | Compiling libc v0.2.158 |
| 407 | 2024-09-01T20:20:09.142Z | Compiling itoa v1.0.11 |
| 408 | 2024-09-01T20:20:09.442Z | Compiling ryu v1.0.18 |
| 409 | 2024-09-01T20:20:09.494Z | Compiling ucd-trie v0.1.6 |
| 410 | 2024-09-01T20:20:09.791Z | Compiling once_cell v1.19.0 |
| 411 | 2024-09-01T20:20:09.975Z | Compiling byteorder v1.5.0 |
| 412 | 2024-09-01T20:20:10.017Z | Compiling serde_json v1.0.125 |
| 413 | 2024-09-01T20:20:10.100Z | Compiling rustix v0.38.34 |
| 414 | 2024-09-01T20:20:10.375Z | Compiling bitflags v2.6.0 |
| 415 | 2024-09-01T20:20:10.483Z | Compiling usdt-impl v0.5.0 |
| 416 | 2024-09-01T20:20:10.772Z | Compiling quote v1.0.36 |
| 417 | 2024-09-01T20:20:10.836Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2024-09-01T20:20:10.894Z | Compiling syn v1.0.109 |
| 419 | 2024-09-01T20:20:10.976Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2024-09-01T20:20:11.095Z | Compiling equivalent v1.0.1 |
| 421 | 2024-09-01T20:20:11.165Z | Compiling syn v2.0.74 |
| 422 | 2024-09-01T20:20:11.221Z | Compiling errno v0.3.9 |
| 423 | 2024-09-01T20:20:11.329Z | Compiling utf8parse v0.2.1 |
| 424 | 2024-09-01T20:20:11.445Z | Compiling log v0.4.21 |
| 425 | 2024-09-01T20:20:11.472Z | Compiling hashbrown v0.14.5 |
| 426 | 2024-09-01T20:20:11.521Z | Compiling camino v1.1.9 |
| 427 | 2024-09-01T20:20:11.551Z | Compiling plain v0.2.3 |
| 428 | 2024-09-01T20:20:11.620Z | Compiling thread-id v4.2.1 |
| 429 | 2024-09-01T20:20:11.747Z | Compiling anstyle-parse v0.2.4 |
| 430 | 2024-09-01T20:20:12.075Z | Compiling winnow v0.6.18 |
| 431 | 2024-09-01T20:20:12.233Z | Compiling autocfg v1.3.0 |
| 432 | 2024-09-01T20:20:12.293Z | Compiling anstyle v1.0.8 |
| 433 | 2024-09-01T20:20:12.615Z | Compiling unicode-width v0.1.13 |
| 434 | 2024-09-01T20:20:12.877Z | Compiling indexmap v2.4.0 |
| 435 | 2024-09-01T20:20:12.916Z | Compiling colorchoice v1.0.1 |
| 436 | 2024-09-01T20:20:12.943Z | Compiling is_terminal_polyfill v1.70.0 |
| 437 | 2024-09-01T20:20:13.107Z | Compiling anstyle-query v1.0.3 |
| 438 | 2024-09-01T20:20:13.132Z | Compiling pretty-hex v0.4.1 |
| 439 | 2024-09-01T20:20:13.299Z | Compiling semver v1.0.23 |
| 440 | 2024-09-01T20:20:13.368Z | Compiling fs-err v2.11.0 |
| 441 | 2024-09-01T20:20:13.421Z | Compiling anstream v0.6.14 |
| 442 | 2024-09-01T20:20:13.701Z | Compiling terminal_size v0.3.0 |
| 443 | 2024-09-01T20:20:14.109Z | Compiling clap_lex v0.7.0 |
| 444 | 2024-09-01T20:20:14.145Z | Compiling anyhow v1.0.86 |
| 445 | 2024-09-01T20:20:14.205Z | Compiling fastrand v2.1.0 |
| 446 | 2024-09-01T20:20:14.330Z | Compiling heck v0.5.0 |
| 447 | 2024-09-01T20:20:14.356Z | Compiling strsim v0.11.1 |
| 448 | 2024-09-01T20:20:14.746Z | Compiling cfg-if v1.0.0 |
| 449 | 2024-09-01T20:20:14.784Z | Compiling heck v0.4.1 |
| 450 | 2024-09-01T20:20:14.840Z | Compiling fnv v1.0.7 |
| 451 | 2024-09-01T20:20:14.866Z | Compiling bytecount v0.6.8 |
| 452 | 2024-09-01T20:20:14.985Z | Compiling tempfile v3.10.1 |
| 453 | 2024-09-01T20:20:15.106Z | Compiling papergrid v0.11.0 |
| 454 | 2024-09-01T20:20:15.253Z | Compiling clap_builder v4.5.15 |
| 455 | 2024-09-01T20:20:15.401Z | Compiling memmap v0.7.0 |
| 456 | 2024-09-01T20:20:15.427Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2024-09-01T20:20:15.674Z | Compiling smawk v0.3.2 |
| 458 | 2024-09-01T20:20:15.874Z | Compiling textwrap v0.16.1 |
| 459 | 2024-09-01T20:20:15.905Z | Compiling swrite v0.1.0 |
| 460 | 2024-09-01T20:20:17.193Z | Compiling tabled_derive v0.7.0 |
| 461 | 2024-09-01T20:20:18.946Z | Compiling tabled v0.15.0 |
| 462 | 2024-09-01T20:20:20.047Z | Compiling serde_derive v1.0.208 |
| 463 | 2024-09-01T20:20:20.047Z | Compiling thiserror-impl v1.0.63 |
| 464 | 2024-09-01T20:20:20.047Z | Compiling zerocopy-derive v0.7.34 |
| 465 | 2024-09-01T20:20:20.071Z | Compiling scroll_derive v0.12.0 |
| 466 | 2024-09-01T20:20:20.071Z | Compiling clap_derive v4.5.13 |
| 467 | 2024-09-01T20:20:21.451Z | Compiling scroll v0.12.0 |
| 468 | 2024-09-01T20:20:21.955Z | Compiling goblin v0.8.2 |
| 469 | 2024-09-01T20:20:22.219Z | Compiling zerocopy v0.7.34 |
| 470 | 2024-09-01T20:20:23.024Z | Compiling pest v2.7.10 |
| 471 | 2024-09-01T20:20:24.029Z | Compiling clap v4.5.16 |
| 472 | 2024-09-01T20:20:25.325Z | Compiling pest_meta v2.7.10 |
| 473 | 2024-09-01T20:20:26.498Z | Compiling pest_generator v2.7.10 |
| 474 | 2024-09-01T20:20:28.521Z | Compiling pest_derive v2.7.10 |
| 475 | 2024-09-01T20:20:29.241Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2024-09-01T20:20:30.889Z | Compiling serde_tokenstream v0.2.2 |
| 477 | 2024-09-01T20:20:30.913Z | Compiling toml_datetime v0.6.8 |
| 478 | 2024-09-01T20:20:30.913Z | Compiling serde_spanned v0.6.7 |
| 479 | 2024-09-01T20:20:31.351Z | Compiling toml_edit v0.22.20 |
| 480 | 2024-09-01T20:20:31.377Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-09-01T20:20:31.541Z | Compiling macaddr v1.0.1 |
| 482 | 2024-09-01T20:20:31.637Z | Compiling camino-tempfile v1.1.1 |
| 483 | 2024-09-01T20:20:32.590Z | Compiling dof v0.3.0 |
| 484 | 2024-09-01T20:20:32.620Z | Compiling cargo_metadata v0.18.1 |
| 485 | 2024-09-01T20:20:34.401Z | Compiling toml v0.8.19 |
| 486 | 2024-09-01T20:20:34.449Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2024-09-01T20:20:34.449Z | Compiling usdt-macro v0.5.0 |
| 488 | 2024-09-01T20:20:35.204Z | Compiling cargo_toml v0.20.4 |
| 489 | 2024-09-01T20:20:35.882Z | Compiling usdt v0.5.0 |
| 490 | 2024-09-01T20:20:39.860Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2024-09-01T20:20:45.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.31s |
| 492 | 2024-09-01T20:20:45.605Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 493 | 2024-09-01T20:20:46.484Z | Downloading crates ... |
| 494 | 2024-09-01T20:20:46.624Z | Downloaded atomicwrites v0.4.3 |
| 495 | 2024-09-01T20:20:46.649Z | Downloaded base16ct v0.2.0 |
| 496 | 2024-09-01T20:20:46.649Z | Downloaded crucible-workspace-hack v0.1.0 |
| 497 | 2024-09-01T20:20:46.650Z | Downloaded ctr v0.9.2 |
| 498 | 2024-09-01T20:20:46.676Z | Downloaded num-conv v0.1.0 |
| 499 | 2024-09-01T20:20:46.676Z | Downloaded num-integer v0.1.46 |
| 500 | 2024-09-01T20:20:46.700Z | Downloaded mockall v0.13.0 |
| 501 | 2024-09-01T20:20:46.725Z | Downloaded foreign-types-shared v0.1.1 |
| 502 | 2024-09-01T20:20:46.751Z | Downloaded futures-task v0.3.30 |
| 503 | 2024-09-01T20:20:46.777Z | Downloaded russh-cryptovec v0.7.2 |
| 504 | 2024-09-01T20:20:46.803Z | Downloaded float-ord v0.3.2 |
| 505 | 2024-09-01T20:20:46.803Z | Downloaded openssl-probe v0.1.5 |
| 506 | 2024-09-01T20:20:46.828Z | Downloaded toolchain_find v0.4.0 |
| 507 | 2024-09-01T20:20:46.854Z | Downloaded tower-service v0.3.2 |
| 508 | 2024-09-01T20:20:46.854Z | Downloaded sqlparser_derive v0.2.2 |
| 509 | 2024-09-01T20:20:46.855Z | Downloaded parse-size v1.0.0 |
| 510 | 2024-09-01T20:20:46.855Z | Downloaded ssh-cipher v0.2.0 |
| 511 | 2024-09-01T20:20:46.882Z | Downloaded phf_shared v0.10.0 |
| 512 | 2024-09-01T20:20:46.882Z | Downloaded pin-utils v0.1.0 |
| 513 | 2024-09-01T20:20:46.882Z | Downloaded psl-types v2.0.11 |
| 514 | 2024-09-01T20:20:46.882Z | Downloaded phf v0.11.2 |
| 515 | 2024-09-01T20:20:46.882Z | Downloaded ppv-lite86 v0.2.17 |
| 516 | 2024-09-01T20:20:46.882Z | Downloaded serde-big-array v0.5.1 |
| 517 | 2024-09-01T20:20:46.907Z | Downloaded serde-hex v0.1.0 |
| 518 | 2024-09-01T20:20:46.907Z | Downloaded predicates v3.1.2 |
| 519 | 2024-09-01T20:20:46.907Z | Downloaded sct v0.7.1 |
| 520 | 2024-09-01T20:20:46.907Z | Downloaded serde_arrays v0.1.0 |
| 521 | 2024-09-01T20:20:46.933Z | Downloaded publicsuffix v2.2.3 |
| 522 | 2024-09-01T20:20:46.933Z | Downloaded unicode-segmentation v1.11.0 |
| 523 | 2024-09-01T20:20:46.933Z | Downloaded schemars v0.8.21 |
| 524 | 2024-09-01T20:20:46.958Z | Downloaded typed-path v0.7.1 |
| 525 | 2024-09-01T20:20:46.988Z | Downloaded quick-xml v0.31.0 |
| 526 | 2024-09-01T20:20:46.988Z | Downloaded polar-core v0.27.3 |
| 527 | 2024-09-01T20:20:47.012Z | Downloaded ratatui v0.28.0 |
| 528 | 2024-09-01T20:20:47.036Z | Downloaded finl_unicode v1.2.0 |
| 529 | 2024-09-01T20:20:47.061Z | Downloaded petgraph v0.6.5 |
| 530 | 2024-09-01T20:20:47.085Z | Downloaded tokio v1.39.3 |
| 531 | 2024-09-01T20:20:47.125Z | Downloaded sha3 v0.10.8 |
| 532 | 2024-09-01T20:20:47.151Z | Downloaded csv v1.3.0 |
| 533 | 2024-09-01T20:20:47.177Z | Downloaded encoding_rs v0.8.34 |
| 534 | 2024-09-01T20:20:47.202Z | Downloaded regex-automata v0.4.6 |
| 535 | 2024-09-01T20:20:47.227Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 536 | 2024-09-01T20:20:47.300Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 537 | 2024-09-01T20:20:47.324Z | Downloaded vcpkg v0.2.15 |
| 538 | 2024-09-01T20:20:47.369Z | Downloaded trust-dns-proto v0.22.0 |
| 539 | 2024-09-01T20:20:47.401Z | Downloaded smoltcp v0.11.0 |
| 540 | 2024-09-01T20:20:47.426Z | Downloaded openapiv3 v2.0.0 |
| 541 | 2024-09-01T20:20:47.426Z | Downloaded hickory-proto v0.24.1 |
| 542 | 2024-09-01T20:20:47.450Z | Downloaded diesel v2.2.3 |
| 543 | 2024-09-01T20:20:47.488Z | Downloaded regex-syntax v0.8.4 |
| 544 | 2024-09-01T20:20:47.513Z | Downloaded proptest v1.5.0 |
| 545 | 2024-09-01T20:20:47.537Z | Downloaded portable-atomic v1.6.0 |
| 546 | 2024-09-01T20:20:47.562Z | Downloaded unicode-normalization v0.1.23 |
| 547 | 2024-09-01T20:20:47.562Z | Downloaded smoltcp v0.9.1 |
| 548 | 2024-09-01T20:20:47.586Z | Downloaded ring v0.17.8 |
| 549 | 2024-09-01T20:20:47.665Z | Downloaded libz-sys v1.1.16 |
| 550 | 2024-09-01T20:20:47.749Z | Downloaded serde_with v3.9.0 |
| 551 | 2024-09-01T20:20:47.774Z | Downloaded openssl v0.10.66 |
| 552 | 2024-09-01T20:20:47.774Z | Downloaded object v0.32.2 |
| 553 | 2024-09-01T20:20:47.798Z | Downloaded object v0.30.4 |
| 554 | 2024-09-01T20:20:47.798Z | Downloaded libsqlite3-sys v0.28.0 |
| 555 | 2024-09-01T20:20:47.887Z | Downloaded ring v0.16.20 |
| 556 | 2024-09-01T20:20:47.992Z | Downloaded dropshot v0.10.1 |
| 557 | 2024-09-01T20:20:48.016Z | Downloaded rustls v0.22.4 |
| 558 | 2024-09-01T20:20:48.040Z | Downloaded regress v0.9.1 |
| 559 | 2024-09-01T20:20:48.040Z | Downloaded regex-syntax v0.6.29 |
| 560 | 2024-09-01T20:20:48.065Z | Downloaded zerocopy-derive v0.6.6 |
| 561 | 2024-09-01T20:20:48.065Z | Downloaded sled v0.34.7 |
| 562 | 2024-09-01T20:20:48.090Z | Downloaded p384 v0.13.0 |
| 563 | 2024-09-01T20:20:48.090Z | Downloaded rustls v0.21.12 |
| 564 | 2024-09-01T20:20:48.114Z | Downloaded regex v1.10.6 |
| 565 | 2024-09-01T20:20:48.114Z | Downloaded radix_trie v0.2.1 |
| 566 | 2024-09-01T20:20:48.139Z | Downloaded bstr v1.9.1 |
| 567 | 2024-09-01T20:20:48.139Z | Downloaded samael v0.0.15 |
| 568 | 2024-09-01T20:20:48.139Z | Downloaded sqlparser v0.45.0 |
| 569 | 2024-09-01T20:20:48.164Z | Downloaded tokio-util v0.7.11 |
| 570 | 2024-09-01T20:20:48.164Z | Downloaded flate2 v1.0.31 |
| 571 | 2024-09-01T20:20:48.164Z | Downloaded gimli v0.28.1 |
| 572 | 2024-09-01T20:20:48.189Z | Downloaded url v2.5.2 |
| 573 | 2024-09-01T20:20:48.189Z | Downloaded unsafe-libyaml v0.2.11 |
| 574 | 2024-09-01T20:20:48.189Z | Downloaded unicode_categories v0.1.1 |
| 575 | 2024-09-01T20:20:48.189Z | Downloaded unicode-bidi v0.3.15 |
| 576 | 2024-09-01T20:20:48.189Z | Downloaded tungstenite v0.23.0 |
| 577 | 2024-09-01T20:20:48.213Z | Downloaded hkdf v0.12.4 |
| 578 | 2024-09-01T20:20:48.213Z | Downloaded nix v0.27.1 |
| 579 | 2024-09-01T20:20:48.213Z | Downloaded prettyplease v0.2.20 |
| 580 | 2024-09-01T20:20:48.213Z | Downloaded postcard v1.0.8 |
| 581 | 2024-09-01T20:20:48.213Z | Downloaded pkcs5 v0.7.1 |
| 582 | 2024-09-01T20:20:48.238Z | Downloaded pin-project v1.1.5 |
| 583 | 2024-09-01T20:20:48.238Z | Downloaded uuid v1.10.0 |
| 584 | 2024-09-01T20:20:48.238Z | Downloaded tungstenite v0.21.0 |
| 585 | 2024-09-01T20:20:48.263Z | Downloaded tungstenite v0.20.1 |
| 586 | 2024-09-01T20:20:48.263Z | Downloaded tracing v0.1.40 |
| 587 | 2024-09-01T20:20:48.263Z | Downloaded steno v0.4.1 |
| 588 | 2024-09-01T20:20:48.263Z | Downloaded ssh-key v0.6.6 |
| 589 | 2024-09-01T20:20:48.263Z | Downloaded tough v0.17.1 |
| 590 | 2024-09-01T20:20:48.288Z | Downloaded git2 v0.19.0 |
| 591 | 2024-09-01T20:20:48.288Z | Downloaded curve25519-dalek v4.1.3 |
| 592 | 2024-09-01T20:20:48.313Z | Downloaded scrypt v0.11.0 |
| 593 | 2024-09-01T20:20:48.313Z | Downloaded scopeguard v1.2.0 |
| 594 | 2024-09-01T20:20:48.313Z | Downloaded schemars_derive v0.8.21 |
| 595 | 2024-09-01T20:20:48.313Z | Downloaded scheduled-thread-pool v0.2.7 |
| 596 | 2024-09-01T20:20:48.313Z | Downloaded same-file v1.0.6 |
| 597 | 2024-09-01T20:20:48.313Z | Downloaded postgres-types v0.2.7 |
| 598 | 2024-09-01T20:20:48.313Z | Downloaded postgres-protocol v0.6.7 |
| 599 | 2024-09-01T20:20:48.313Z | Downloaded pkcs8 v0.10.2 |
| 600 | 2024-09-01T20:20:48.313Z | Downloaded pin-project-lite v0.2.14 |
| 601 | 2024-09-01T20:20:48.338Z | Downloaded vte v0.11.1 |
| 602 | 2024-09-01T20:20:48.338Z | Downloaded vsss-rs v3.3.4 |
| 603 | 2024-09-01T20:20:48.338Z | Downloaded vergen v8.3.2 |
| 604 | 2024-09-01T20:20:48.338Z | Downloaded p521 v0.13.3 |
| 605 | 2024-09-01T20:20:48.338Z | Downloaded poly1305 v0.8.0 |
| 606 | 2024-09-01T20:20:48.338Z | Downloaded pkcs1 v0.7.5 |
| 607 | 2024-09-01T20:20:48.338Z | Downloaded toml_edit v0.19.15 |
| 608 | 2024-09-01T20:20:48.363Z | Downloaded rayon v1.10.0 |
| 609 | 2024-09-01T20:20:48.390Z | Downloaded idna v0.2.3 |
| 610 | 2024-09-01T20:20:48.390Z | Downloaded semver v0.1.20 |
| 611 | 2024-09-01T20:20:48.390Z | Downloaded secrecy v0.8.0 |
| 612 | 2024-09-01T20:20:48.390Z | Downloaded sec1 v0.7.3 |
| 613 | 2024-09-01T20:20:48.390Z | Downloaded peg-macros v0.8.4 |
| 614 | 2024-09-01T20:20:48.390Z | Downloaded tracing-core v0.1.32 |
| 615 | 2024-09-01T20:20:48.390Z | Downloaded quick-error v1.2.3 |
| 616 | 2024-09-01T20:20:48.390Z | Downloaded proc-macro-crate v1.3.1 |
| 617 | 2024-09-01T20:20:48.390Z | Downloaded primeorder v0.13.6 |
| 618 | 2024-09-01T20:20:48.391Z | Downloaded predicates-core v1.0.6 |
| 619 | 2024-09-01T20:20:48.391Z | Downloaded polyval v0.6.2 |
| 620 | 2024-09-01T20:20:48.415Z | Downloaded pin-project-internal v1.1.5 |
| 621 | 2024-09-01T20:20:48.416Z | Downloaded pem-rfc7468 v0.7.0 |
| 622 | 2024-09-01T20:20:48.416Z | Downloaded nix v0.28.0 |
| 623 | 2024-09-01T20:20:48.416Z | Downloaded idna v0.4.0 |
| 624 | 2024-09-01T20:20:48.440Z | Downloaded powerfmt v0.2.0 |
| 625 | 2024-09-01T20:20:48.440Z | Downloaded pkg-config v0.3.30 |
| 626 | 2024-09-01T20:20:48.440Z | Downloaded pbkdf2 v0.12.2 |
| 627 | 2024-09-01T20:20:48.440Z | Downloaded password-hash v0.5.0 |
| 628 | 2024-09-01T20:20:48.440Z | Downloaded password-hash v0.4.2 |
| 629 | 2024-09-01T20:20:48.440Z | Downloaded parse-display-derive v0.10.0 |
| 630 | 2024-09-01T20:20:48.440Z | Downloaded universal-hash v0.5.1 |
| 631 | 2024-09-01T20:20:48.441Z | Downloaded unicode-xid v0.2.4 |
| 632 | 2024-09-01T20:20:48.441Z | Downloaded spin v0.9.8 |
| 633 | 2024-09-01T20:20:48.441Z | Downloaded socket2 v0.5.7 |
| 634 | 2024-09-01T20:20:48.441Z | Downloaded snafu v0.8.2 |
| 635 | 2024-09-01T20:20:48.465Z | Downloaded tokio-postgres v0.7.11 |
| 636 | 2024-09-01T20:20:48.466Z | Downloaded rusqlite v0.31.0 |
| 637 | 2024-09-01T20:20:48.466Z | Downloaded percent-encoding v2.3.1 |
| 638 | 2024-09-01T20:20:48.466Z | Downloaded pem v3.0.4 |
| 639 | 2024-09-01T20:20:48.466Z | Downloaded peg v0.8.4 |
| 640 | 2024-09-01T20:20:48.466Z | Downloaded paste v1.0.15 |
| 641 | 2024-09-01T20:20:48.466Z | Downloaded untrusted v0.7.1 |
| 642 | 2024-09-01T20:20:48.491Z | Downloaded unarray v0.1.4 |
| 643 | 2024-09-01T20:20:48.491Z | Downloaded tokio-tungstenite v0.21.0 |
| 644 | 2024-09-01T20:20:48.491Z | Downloaded pretty-hex v0.2.1 |
| 645 | 2024-09-01T20:20:48.491Z | Downloaded predicates-tree v1.0.9 |
| 646 | 2024-09-01T20:20:48.491Z | Downloaded precomputed-hash v0.1.1 |
| 647 | 2024-09-01T20:20:48.491Z | Downloaded portpicker v0.1.1 |
| 648 | 2024-09-01T20:20:48.491Z | Downloaded path-slash v0.1.5 |
| 649 | 2024-09-01T20:20:48.491Z | Downloaded utf-8 v0.7.6 |
| 650 | 2024-09-01T20:20:48.491Z | Downloaded unicode-truncate v1.0.0 |
| 651 | 2024-09-01T20:20:48.491Z | Downloaded phf_shared v0.11.2 |
| 652 | 2024-09-01T20:20:48.491Z | Downloaded parse-display v0.10.0 |
| 653 | 2024-09-01T20:20:48.491Z | Downloaded uzers v0.11.3 |
| 654 | 2024-09-01T20:20:48.491Z | Downloaded untrusted v0.9.0 |
| 655 | 2024-09-01T20:20:48.491Z | Downloaded unicase v2.7.0 |
| 656 | 2024-09-01T20:20:48.491Z | Downloaded twox-hash v1.6.3 |
| 657 | 2024-09-01T20:20:48.491Z | Downloaded try-lock v0.2.5 |
| 658 | 2024-09-01T20:20:48.491Z | Downloaded tracing-attributes v0.1.27 |
| 659 | 2024-09-01T20:20:48.491Z | Downloaded socket2 v0.4.10 |
| 660 | 2024-09-01T20:20:48.516Z | Downloaded reqwest v0.11.27 |
| 661 | 2024-09-01T20:20:48.516Z | Downloaded lalrpop v0.19.12 |
| 662 | 2024-09-01T20:20:48.516Z | Downloaded peg-runtime v0.8.3 |
| 663 | 2024-09-01T20:20:48.517Z | Downloaded pbkdf2 v0.11.0 |
| 664 | 2024-09-01T20:20:48.541Z | Downloaded vte_generate_state_changes v0.1.1 |
| 665 | 2024-09-01T20:20:48.541Z | Downloaded tui-tree-widget v0.22.0 |
| 666 | 2024-09-01T20:20:48.541Z | Downloaded snafu-derive v0.8.2 |
| 667 | 2024-09-01T20:20:48.541Z | Downloaded slog v2.7.0 |
| 668 | 2024-09-01T20:20:48.541Z | Downloaded serde_with_macros v3.9.0 |
| 669 | 2024-09-01T20:20:48.541Z | Downloaded toml v0.7.8 |
| 670 | 2024-09-01T20:20:48.541Z | Downloaded structmeta-derive v0.2.0 |
| 671 | 2024-09-01T20:20:48.541Z | Downloaded hashbrown v0.13.2 |
| 672 | 2024-09-01T20:20:48.541Z | Downloaded smallvec v1.13.2 |
| 673 | 2024-09-01T20:20:48.541Z | Downloaded smallvec v0.6.14 |
| 674 | 2024-09-01T20:20:48.566Z | Downloaded slog-term v2.9.1 |
| 675 | 2024-09-01T20:20:48.566Z | Downloaded slog-stdlog v4.1.1 |
| 676 | 2024-09-01T20:20:48.566Z | Downloaded tokio-rustls v0.24.1 |
| 677 | 2024-09-01T20:20:48.566Z | Downloaded futures-util v0.3.30 |
| 678 | 2024-09-01T20:20:48.566Z | Downloaded stringprep v0.1.4 |
| 679 | 2024-09-01T20:20:48.566Z | Downloaded string_cache v0.8.7 |
| 680 | 2024-09-01T20:20:48.591Z | Downloaded static_assertions v1.1.0 |
| 681 | 2024-09-01T20:20:48.591Z | Downloaded stable_deref_trait v1.2.0 |
| 682 | 2024-09-01T20:20:48.591Z | Downloaded ssh-encoding v0.2.0 |
| 683 | 2024-09-01T20:20:48.591Z | Downloaded sqlformat v0.2.4 |
| 684 | 2024-09-01T20:20:48.591Z | Downloaded spki v0.7.3 |
| 685 | 2024-09-01T20:20:48.591Z | Downloaded spin v0.5.2 |
| 686 | 2024-09-01T20:20:48.591Z | Downloaded smf v0.2.3 |
| 687 | 2024-09-01T20:20:48.591Z | Downloaded slog-scope v4.4.0 |
| 688 | 2024-09-01T20:20:48.591Z | Downloaded slog-json v2.6.1 |
| 689 | 2024-09-01T20:20:48.591Z | Downloaded slog-envlogger v2.2.0 |
| 690 | 2024-09-01T20:20:48.591Z | Downloaded slog-dtrace v0.3.0 |
| 691 | 2024-09-01T20:20:48.591Z | Downloaded slog-bunyan v2.5.0 |
| 692 | 2024-09-01T20:20:48.591Z | Downloaded slog-async v2.8.0 |
| 693 | 2024-09-01T20:20:48.591Z | Downloaded serde_urlencoded v0.7.1 |
| 694 | 2024-09-01T20:20:48.591Z | Downloaded serde_repr v0.1.19 |
| 695 | 2024-09-01T20:20:48.616Z | Downloaded serde_plain v1.0.2 |
| 696 | 2024-09-01T20:20:48.616Z | Downloaded serde_path_to_error v0.1.16 |
| 697 | 2024-09-01T20:20:48.616Z | Downloaded serde_derive_internals v0.29.1 |
| 698 | 2024-09-01T20:20:48.616Z | Downloaded tokio-tungstenite v0.23.1 |
| 699 | 2024-09-01T20:20:48.616Z | Downloaded tokio-tungstenite v0.20.1 |
| 700 | 2024-09-01T20:20:48.616Z | Downloaded tokio-stream v0.1.15 |
| 701 | 2024-09-01T20:20:48.616Z | Downloaded tokio-rustls v0.25.0 |
| 702 | 2024-09-01T20:20:48.616Z | Downloaded openssl-sys v0.9.103 |
| 703 | 2024-09-01T20:20:48.616Z | Downloaded hickory-resolver v0.24.1 |
| 704 | 2024-09-01T20:20:48.641Z | Downloaded heapless v0.7.17 |
| 705 | 2024-09-01T20:20:48.641Z | Downloaded hashbrown v0.12.3 |
| 706 | 2024-09-01T20:20:48.641Z | Downloaded expectorate v1.1.0 |
| 707 | 2024-09-01T20:20:48.641Z | Downloaded h2 v0.3.26 |
| 708 | 2024-09-01T20:20:48.641Z | Downloaded webpki-roots v0.25.4 |
| 709 | 2024-09-01T20:20:48.665Z | Downloaded idna v0.5.0 |
| 710 | 2024-09-01T20:20:48.665Z | Downloaded topological-sort v0.2.2 |
| 711 | 2024-09-01T20:20:48.665Z | Downloaded subprocess v0.2.9 |
| 712 | 2024-09-01T20:20:48.665Z | Downloaded strum_macros v0.26.4 |
| 713 | 2024-09-01T20:20:48.665Z | Downloaded strum_macros v0.25.3 |
| 714 | 2024-09-01T20:20:48.665Z | Downloaded strum_macros v0.24.3 |
| 715 | 2024-09-01T20:20:48.666Z | Downloaded num-traits v0.2.19 |
| 716 | 2024-09-01T20:20:48.690Z | Downloaded heapless v0.8.0 |
| 717 | 2024-09-01T20:20:48.690Z | Downloaded headers v0.3.9 |
| 718 | 2024-09-01T20:20:48.690Z | Downloaded russh v0.45.0 |
| 719 | 2024-09-01T20:20:48.690Z | Downloaded reedline v0.33.0 |
| 720 | 2024-09-01T20:20:48.714Z | Downloaded winnow v0.5.40 |
| 721 | 2024-09-01T20:20:48.714Z | Downloaded idna v0.3.0 |
| 722 | 2024-09-01T20:20:48.715Z | Downloaded tokio-native-tls v0.3.1 |
| 723 | 2024-09-01T20:20:48.715Z | Downloaded tokio-macros v2.4.0 |
| 724 | 2024-09-01T20:20:48.739Z | Downloaded tls_codec_derive v0.4.1 |
| 725 | 2024-09-01T20:20:48.739Z | Downloaded tls_codec v0.4.1 |
| 726 | 2024-09-01T20:20:48.739Z | Downloaded tabwriter v1.4.0 |
| 727 | 2024-09-01T20:20:48.739Z | Downloaded sync_wrapper v0.1.2 |
| 728 | 2024-09-01T20:20:48.739Z | Downloaded supports-color v3.0.0 |
| 729 | 2024-09-01T20:20:48.739Z | Downloaded strum v0.26.3 |
| 730 | 2024-09-01T20:20:48.739Z | Downloaded structmeta-derive v0.3.0 |
| 731 | 2024-09-01T20:20:48.739Z | Downloaded structmeta v0.3.0 |
| 732 | 2024-09-01T20:20:48.739Z | Downloaded structmeta v0.2.0 |
| 733 | 2024-09-01T20:20:48.739Z | Downloaded strip-ansi-escapes v0.2.0 |
| 734 | 2024-09-01T20:20:48.739Z | Downloaded parking_lot_core v0.8.6 |
| 735 | 2024-09-01T20:20:48.739Z | Downloaded parking_lot v0.12.2 |
| 736 | 2024-09-01T20:20:48.739Z | Downloaded parking_lot v0.11.2 |
| 737 | 2024-09-01T20:20:48.739Z | Downloaded p256 v0.13.2 |
| 738 | 2024-09-01T20:20:48.764Z | Downloaded olpc-cjson v0.1.3 |
| 739 | 2024-09-01T20:20:48.764Z | Downloaded highway v1.2.0 |
| 740 | 2024-09-01T20:20:48.764Z | Downloaded env_logger v0.10.2 |
| 741 | 2024-09-01T20:20:48.764Z | Downloaded ena v0.14.3 |
| 742 | 2024-09-01T20:20:48.764Z | Downloaded ed25519-dalek v2.1.1 |
| 743 | 2024-09-01T20:20:48.764Z | Downloaded diesel_derives v2.2.2 |
| 744 | 2024-09-01T20:20:48.764Z | Downloaded dhcproto v0.12.0 |
| 745 | 2024-09-01T20:20:48.764Z | Downloaded derive_more v0.99.18 |
| 746 | 2024-09-01T20:20:48.789Z | Downloaded derive_builder_core v0.20.0 |
| 747 | 2024-09-01T20:20:48.789Z | Downloaded derive-where v1.2.7 |
| 748 | 2024-09-01T20:20:48.789Z | Downloaded der v0.7.9 |
| 749 | 2024-09-01T20:20:48.789Z | Downloaded defmt v0.3.8 |
| 750 | 2024-09-01T20:20:48.789Z | Downloaded subtle v2.5.0 |
| 751 | 2024-09-01T20:20:48.789Z | Downloaded parking_lot_core v0.9.10 |
| 752 | 2024-09-01T20:20:48.789Z | Downloaded packed_struct_codegen v0.10.1 |
| 753 | 2024-09-01T20:20:48.789Z | Downloaded packed_struct v0.10.1 |
| 754 | 2024-09-01T20:20:48.814Z | Downloaded owo-colors v4.0.0 |
| 755 | 2024-09-01T20:20:48.814Z | Downloaded oso-derive v0.27.3 |
| 756 | 2024-09-01T20:20:48.814Z | Downloaded oso v0.27.3 |
| 757 | 2024-09-01T20:20:48.814Z | Downloaded opaque-debug v0.3.1 |
| 758 | 2024-09-01T20:20:48.814Z | Downloaded omicron-zone-package v0.11.0 |
| 759 | 2024-09-01T20:20:48.814Z | Downloaded number_prefix v0.4.0 |
| 760 | 2024-09-01T20:20:48.814Z | Downloaded num_threads v0.1.7 |
| 761 | 2024-09-01T20:20:48.814Z | Downloaded num_enum_derive v0.5.11 |
| 762 | 2024-09-01T20:20:48.814Z | Downloaded num_enum v0.5.11 |
| 763 | 2024-09-01T20:20:48.814Z | Downloaded hmac v0.12.1 |
| 764 | 2024-09-01T20:20:48.814Z | Downloaded hickory-client v0.24.1 |
| 765 | 2024-09-01T20:20:48.838Z | Downloaded hex-literal v0.4.1 |
| 766 | 2024-09-01T20:20:48.838Z | Downloaded hashlink v0.9.1 |
| 767 | 2024-09-01T20:20:48.838Z | Downloaded hash32 v0.3.1 |
| 768 | 2024-09-01T20:20:48.838Z | Downloaded float-cmp v0.9.0 |
| 769 | 2024-09-01T20:20:48.838Z | Downloaded flagset v0.4.5 |
| 770 | 2024-09-01T20:20:48.838Z | Downloaded filetime v0.2.25 |
| 771 | 2024-09-01T20:20:48.838Z | Downloaded ff v0.13.0 |
| 772 | 2024-09-01T20:20:48.838Z | Downloaded fatfs v0.3.6 |
| 773 | 2024-09-01T20:20:48.838Z | Downloaded fallible-iterator v0.3.0 |
| 774 | 2024-09-01T20:20:48.838Z | Downloaded erased-serde v0.3.31 |
| 775 | 2024-09-01T20:20:48.839Z | Downloaded env_logger v0.9.3 |
| 776 | 2024-09-01T20:20:48.839Z | Downloaded embedded-io v0.4.0 |
| 777 | 2024-09-01T20:20:48.863Z | Downloaded elliptic-curve v0.13.8 |
| 778 | 2024-09-01T20:20:48.863Z | Downloaded either v1.13.0 |
| 779 | 2024-09-01T20:20:48.863Z | Downloaded ed25519 v2.2.3 |
| 780 | 2024-09-01T20:20:48.863Z | Downloaded ecdsa v0.16.9 |
| 781 | 2024-09-01T20:20:48.863Z | Downloaded dyn-clone v1.0.17 |
| 782 | 2024-09-01T20:20:48.863Z | Downloaded dsl_auto_type v0.1.2 |
| 783 | 2024-09-01T20:20:48.863Z | Downloaded dropshot_endpoint v0.10.1 |
| 784 | 2024-09-01T20:20:48.863Z | Downloaded display-error-chain v0.2.1 |
| 785 | 2024-09-01T20:20:48.863Z | Downloaded dirs-sys-next v0.1.2 |
| 786 | 2024-09-01T20:20:48.863Z | Downloaded difflib v0.4.0 |
| 787 | 2024-09-01T20:20:48.863Z | Downloaded diff v0.1.13 |
| 788 | 2024-09-01T20:20:48.863Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 789 | 2024-09-01T20:20:48.863Z | Downloaded derive_builder v0.20.0 |
| 790 | 2024-09-01T20:20:48.889Z | Downloaded der_derive v0.7.2 |
| 791 | 2024-09-01T20:20:48.889Z | Downloaded russh-keys v0.45.0 |
| 792 | 2024-09-01T20:20:48.889Z | Downloaded rcgen v0.12.1 |
| 793 | 2024-09-01T20:20:48.889Z | Downloaded rayon-core v1.12.1 |
| 794 | 2024-09-01T20:20:48.889Z | Downloaded rand v0.8.5 |
| 795 | 2024-09-01T20:20:48.889Z | Downloaded rustls-webpki v0.102.4 |
| 796 | 2024-09-01T20:20:48.914Z | Downloaded hyper v0.14.30 |
| 797 | 2024-09-01T20:20:48.939Z | Downloaded chrono v0.4.38 |
| 798 | 2024-09-01T20:20:48.939Z | Downloaded bindgen v0.69.4 |
| 799 | 2024-09-01T20:20:48.939Z | Downloaded openssl-macros v0.1.1 |
| 800 | 2024-09-01T20:20:48.939Z | Downloaded hex v0.4.3 |
| 801 | 2024-09-01T20:20:48.939Z | Downloaded heck v0.3.3 |
| 802 | 2024-09-01T20:20:48.939Z | Downloaded headers-core v0.2.0 |
| 803 | 2024-09-01T20:20:48.939Z | Downloaded fixedbitset v0.4.2 |
| 804 | 2024-09-01T20:20:48.939Z | Downloaded fd-lock v4.0.2 |
| 805 | 2024-09-01T20:20:48.964Z | Downloaded downcast v0.11.0 |
| 806 | 2024-09-01T20:20:48.964Z | Downloaded dhcproto-macros v0.1.0 |
| 807 | 2024-09-01T20:20:48.964Z | Downloaded des v0.8.1 |
| 808 | 2024-09-01T20:20:48.964Z | Downloaded derive_builder_macro v0.20.0 |
| 809 | 2024-09-01T20:20:48.964Z | Downloaded deranged v0.3.11 |
| 810 | 2024-09-01T20:20:48.964Z | Downloaded defmt-parser v0.3.4 |
| 811 | 2024-09-01T20:20:48.964Z | Downloaded defmt-macros v0.3.9 |
| 812 | 2024-09-01T20:20:48.964Z | Downloaded data-encoding v2.6.0 |
| 813 | 2024-09-01T20:20:48.965Z | Downloaded wait-timeout v0.2.0 |
| 814 | 2024-09-01T20:20:48.965Z | Downloaded rustls-pemfile v1.0.4 |
| 815 | 2024-09-01T20:20:48.965Z | Downloaded rustfmt-wrapper v0.2.1 |
| 816 | 2024-09-01T20:20:48.965Z | Downloaded rustc_version v0.4.0 |
| 817 | 2024-09-01T20:20:48.965Z | Downloaded rustc_version v0.1.7 |
| 818 | 2024-09-01T20:20:48.965Z | Downloaded rustc-hash v1.1.0 |
| 819 | 2024-09-01T20:20:48.965Z | Downloaded rustc-demangle v0.1.24 |
| 820 | 2024-09-01T20:20:48.989Z | Downloaded ron v0.7.1 |
| 821 | 2024-09-01T20:20:48.989Z | Downloaded rfc6979 v0.4.0 |
| 822 | 2024-09-01T20:20:48.989Z | Downloaded resolv-conf v0.7.0 |
| 823 | 2024-09-01T20:20:48.989Z | Downloaded ref-cast-impl v1.0.23 |
| 824 | 2024-09-01T20:20:48.990Z | Downloaded ref-cast v1.0.23 |
| 825 | 2024-09-01T20:20:48.990Z | Downloaded rand_xorshift v0.3.0 |
| 826 | 2024-09-01T20:20:48.990Z | Downloaded rand_seeder v0.3.0 |
| 827 | 2024-09-01T20:20:48.990Z | Downloaded rand_core v0.6.4 |
| 828 | 2024-09-01T20:20:48.990Z | Downloaded rand_chacha v0.3.1 |
| 829 | 2024-09-01T20:20:48.990Z | Downloaded half v2.4.1 |
| 830 | 2024-09-01T20:20:48.990Z | Downloaded getrandom v0.2.14 |
| 831 | 2024-09-01T20:20:49.014Z | Downloaded zip v0.6.6 |
| 832 | 2024-09-01T20:20:49.014Z | Downloaded x509-cert v0.2.5 |
| 833 | 2024-09-01T20:20:49.014Z | Downloaded time v0.3.36 |
| 834 | 2024-09-01T20:20:49.014Z | Downloaded rustyline v14.0.0 |
| 835 | 2024-09-01T20:20:49.038Z | Downloaded rustls-webpki v0.101.7 |
| 836 | 2024-09-01T20:20:49.039Z | Downloaded mio v1.0.2 |
| 837 | 2024-09-01T20:20:49.063Z | Downloaded mio v0.8.11 |
| 838 | 2024-09-01T20:20:49.063Z | Downloaded itertools v0.12.1 |
| 839 | 2024-09-01T20:20:49.063Z | Downloaded itertools v0.10.5 |
| 840 | 2024-09-01T20:20:49.063Z | Downloaded bitvec v1.0.1 |
| 841 | 2024-09-01T20:20:49.088Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 842 | 2024-09-01T20:20:49.088Z | Downloaded fallible-iterator v0.2.0 |
| 843 | 2024-09-01T20:20:49.088Z | Downloaded enum-as-inner v0.6.0 |
| 844 | 2024-09-01T20:20:49.088Z | Downloaded enum-as-inner v0.5.1 |
| 845 | 2024-09-01T20:20:49.088Z | Downloaded endian-type v0.1.2 |
| 846 | 2024-09-01T20:20:49.088Z | Downloaded dirs-next v2.0.0 |
| 847 | 2024-09-01T20:20:49.114Z | Downloaded debug-ignore v1.0.5 |
| 848 | 2024-09-01T20:20:49.114Z | Downloaded zone_cfg_derive v0.3.0 |
| 849 | 2024-09-01T20:20:49.114Z | Downloaded salsa20 v0.10.2 |
| 850 | 2024-09-01T20:20:49.114Z | Downloaded radium v0.7.0 |
| 851 | 2024-09-01T20:20:49.114Z | Downloaded r2d2 v0.8.10 |
| 852 | 2024-09-01T20:20:49.114Z | Downloaded hash32 v0.2.1 |
| 853 | 2024-09-01T20:20:49.114Z | Downloaded group v0.13.0 |
| 854 | 2024-09-01T20:20:49.115Z | Downloaded globset v0.4.14 |
| 855 | 2024-09-01T20:20:49.115Z | Downloaded glob v0.3.1 |
| 856 | 2024-09-01T20:20:49.115Z | Downloaded ghash v0.5.1 |
| 857 | 2024-09-01T20:20:49.115Z | Downloaded getopts v0.2.21 |
| 858 | 2024-09-01T20:20:49.115Z | Downloaded gethostname v0.5.0 |
| 859 | 2024-09-01T20:20:49.115Z | Downloaded zerocopy v0.6.6 |
| 860 | 2024-09-01T20:20:49.115Z | Downloaded tar v0.4.41 |
| 861 | 2024-09-01T20:20:49.115Z | Downloaded num-bigint-dig v0.8.4 |
| 862 | 2024-09-01T20:20:49.140Z | Downloaded num-bigint v0.4.5 |
| 863 | 2024-09-01T20:20:49.140Z | Downloaded nom v7.1.3 |
| 864 | 2024-09-01T20:20:49.140Z | Downloaded libxml v0.3.3 |
| 865 | 2024-09-01T20:20:49.140Z | Downloaded libm v0.2.8 |
| 866 | 2024-09-01T20:20:49.164Z | Downloaded itertools v0.13.0 |
| 867 | 2024-09-01T20:20:49.165Z | Downloaded crossterm v0.28.1 |
| 868 | 2024-09-01T20:20:49.165Z | Downloaded crossterm v0.27.0 |
| 869 | 2024-09-01T20:20:49.190Z | Downloaded blake3 v1.5.1 |
| 870 | 2024-09-01T20:20:49.190Z | Downloaded aho-corasick v1.1.3 |
| 871 | 2024-09-01T20:20:49.190Z | Downloaded aes-gcm v0.10.3 |
| 872 | 2024-09-01T20:20:49.214Z | Downloaded fxhash v0.2.1 |
| 873 | 2024-09-01T20:20:49.214Z | Downloaded futures-io v0.3.30 |
| 874 | 2024-09-01T20:20:49.215Z | Downloaded futures-executor v0.3.30 |
| 875 | 2024-09-01T20:20:49.215Z | Downloaded futures-core v0.3.30 |
| 876 | 2024-09-01T20:20:49.215Z | Downloaded futures-channel v0.3.30 |
| 877 | 2024-09-01T20:20:49.215Z | Downloaded futures v0.3.30 |
| 878 | 2024-09-01T20:20:49.215Z | Downloaded foreign-types v0.5.0 |
| 879 | 2024-09-01T20:20:49.215Z | Downloaded flume v0.11.0 |
| 880 | 2024-09-01T20:20:49.215Z | Downloaded zone v0.3.0 |
| 881 | 2024-09-01T20:20:49.215Z | Downloaded zone v0.1.8 |
| 882 | 2024-09-01T20:20:49.215Z | Downloaded zeroize v1.7.0 |
| 883 | 2024-09-01T20:20:49.215Z | Downloaded yasna v0.5.2 |
| 884 | 2024-09-01T20:20:49.215Z | Downloaded xattr v1.3.1 |
| 885 | 2024-09-01T20:20:49.239Z | Downloaded wyz v0.5.1 |
| 886 | 2024-09-01T20:20:49.239Z | Downloaded signal-hook v0.3.17 |
| 887 | 2024-09-01T20:20:49.239Z | Downloaded serde_yaml v0.9.34+deprecated |
| 888 | 2024-09-01T20:20:49.240Z | Downloaded rsa v0.9.6 |
| 889 | 2024-09-01T20:20:49.240Z | Downloaded nu-ansi-term v0.50.0 |
| 890 | 2024-09-01T20:20:49.240Z | Downloaded native-tls v0.2.11 |
| 891 | 2024-09-01T20:20:49.240Z | Downloaded mockall_derive v0.13.0 |
| 892 | 2024-09-01T20:20:49.240Z | Downloaded ipnetwork v0.20.0 |
| 893 | 2024-09-01T20:20:49.264Z | Downloaded http v1.1.0 |
| 894 | 2024-09-01T20:20:49.264Z | Downloaded hickory-server v0.24.1 |
| 895 | 2024-09-01T20:20:49.264Z | Downloaded crossbeam-channel v0.5.12 |
| 896 | 2024-09-01T20:20:49.264Z | Downloaded crc-any v2.5.0 |
| 897 | 2024-09-01T20:20:49.264Z | Downloaded const_format v0.2.32 |
| 898 | 2024-09-01T20:20:49.264Z | Downloaded compact_str v0.8.0 |
| 899 | 2024-09-01T20:20:49.289Z | Downloaded chacha20poly1305 v0.10.1 |
| 900 | 2024-09-01T20:20:49.289Z | Downloaded cc v1.0.97 |
| 901 | 2024-09-01T20:20:49.289Z | Downloaded bytes v1.7.1 |
| 902 | 2024-09-01T20:20:49.289Z | Downloaded backtrace v0.3.71 |
| 903 | 2024-09-01T20:20:49.289Z | Downloaded arc-swap v1.7.1 |
| 904 | 2024-09-01T20:20:49.289Z | Downloaded aes v0.8.4 |
| 905 | 2024-09-01T20:20:49.314Z | Downloaded futures-sink v0.3.30 |
| 906 | 2024-09-01T20:20:49.314Z | Downloaded futures-macro v0.3.30 |
| 907 | 2024-09-01T20:20:49.314Z | Downloaded funty v2.0.0 |
| 908 | 2024-09-01T20:20:49.314Z | Downloaded fragile v2.0.0 |
| 909 | 2024-09-01T20:20:49.314Z | Downloaded form_urlencoded v1.2.1 |
| 910 | 2024-09-01T20:20:49.314Z | Downloaded foreign-types-shared v0.3.1 |
| 911 | 2024-09-01T20:20:49.314Z | Downloaded zone_cfg_derive v0.1.2 |
| 912 | 2024-09-01T20:20:49.314Z | Downloaded zeroize_derive v1.4.2 |
| 913 | 2024-09-01T20:20:49.314Z | Downloaded whoami v1.5.1 |
| 914 | 2024-09-01T20:20:49.314Z | Downloaded which v4.4.2 |
| 915 | 2024-09-01T20:20:49.314Z | Downloaded tinyvec_macros v0.1.1 |
| 916 | 2024-09-01T20:20:49.314Z | Downloaded tinyvec v1.6.0 |
| 917 | 2024-09-01T20:20:49.314Z | Downloaded time-core v0.1.2 |
| 918 | 2024-09-01T20:20:49.314Z | Downloaded thiserror-no-std v2.0.2 |
| 919 | 2024-09-01T20:20:49.339Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 920 | 2024-09-01T20:20:49.339Z | Downloaded test-strategy v0.3.1 |
| 921 | 2024-09-01T20:20:49.339Z | Downloaded termtree v0.4.1 |
| 922 | 2024-09-01T20:20:49.339Z | Downloaded termios v0.3.3 |
| 923 | 2024-09-01T20:20:49.339Z | Downloaded termcolor v1.4.1 |
| 924 | 2024-09-01T20:20:49.339Z | Downloaded term v0.7.0 |
| 925 | 2024-09-01T20:20:49.339Z | Downloaded tap v1.0.1 |
| 926 | 2024-09-01T20:20:49.339Z | Downloaded take_mut v0.2.2 |
| 927 | 2024-09-01T20:20:49.339Z | Downloaded slab v0.4.9 |
| 928 | 2024-09-01T20:20:49.339Z | Downloaded siphasher v0.3.11 |
| 929 | 2024-09-01T20:20:49.339Z | Downloaded similar v2.6.0 |
| 930 | 2024-09-01T20:20:49.365Z | Downloaded shlex v1.3.0 |
| 931 | 2024-09-01T20:20:49.365Z | Downloaded shell-words v1.1.0 |
| 932 | 2024-09-01T20:20:49.365Z | Downloaded rustversion v1.0.17 |
| 933 | 2024-09-01T20:20:49.365Z | Downloaded rustls-pki-types v1.7.0 |
| 934 | 2024-09-01T20:20:49.365Z | Downloaded rustls-pemfile v2.1.3 |
| 935 | 2024-09-01T20:20:49.365Z | Downloaded rtoolbox v0.0.2 |
| 936 | 2024-09-01T20:20:49.365Z | Downloaded rpassword v7.3.1 |
| 937 | 2024-09-01T20:20:49.365Z | Downloaded ron v0.8.1 |
| 938 | 2024-09-01T20:20:49.365Z | Downloaded num-complex v0.4.6 |
| 939 | 2024-09-01T20:20:49.365Z | Downloaded nodrop v0.1.14 |
| 940 | 2024-09-01T20:20:49.365Z | Downloaded newline-converter v0.3.0 |
| 941 | 2024-09-01T20:20:49.365Z | Downloaded multimap v0.10.0 |
| 942 | 2024-09-01T20:20:49.365Z | Downloaded miniz_oxide v0.7.2 |
| 943 | 2024-09-01T20:20:49.390Z | Downloaded minimal-lexical v0.2.1 |
| 944 | 2024-09-01T20:20:49.390Z | Downloaded mime_guess v2.0.4 |
| 945 | 2024-09-01T20:20:49.390Z | Downloaded memoffset v0.9.1 |
| 946 | 2024-09-01T20:20:49.390Z | Downloaded md5 v0.7.0 |
| 947 | 2024-09-01T20:20:49.390Z | Downloaded maybe-uninit v2.0.0 |
| 948 | 2024-09-01T20:20:49.390Z | Downloaded match_cfg v0.1.0 |
| 949 | 2024-09-01T20:20:49.390Z | Downloaded managed v0.8.0 |
| 950 | 2024-09-01T20:20:49.390Z | Downloaded lock_api v0.4.12 |
| 951 | 2024-09-01T20:20:49.390Z | Downloaded linear-map v1.2.0 |
| 952 | 2024-09-01T20:20:49.390Z | Downloaded libloading v0.8.3 |
| 953 | 2024-09-01T20:20:49.390Z | Downloaded libefi-sys v0.1.0 |
| 954 | 2024-09-01T20:20:49.390Z | Downloaded lazy_static v1.5.0 |
| 955 | 2024-09-01T20:20:49.390Z | Downloaded keccak v0.1.5 |
| 956 | 2024-09-01T20:20:49.390Z | Downloaded internet-checksum v0.2.1 |
| 957 | 2024-09-01T20:20:49.415Z | Downloaded indicatif v0.17.8 |
| 958 | 2024-09-01T20:20:49.415Z | Downloaded indexmap v1.9.3 |
| 959 | 2024-09-01T20:20:49.415Z | Downloaded iana-time-zone v0.1.60 |
| 960 | 2024-09-01T20:20:49.415Z | Downloaded crypto-bigint v0.5.5 |
| 961 | 2024-09-01T20:20:49.415Z | Downloaded crossbeam-utils v0.8.19 |
| 962 | 2024-09-01T20:20:49.415Z | Downloaded crossbeam-deque v0.8.5 |
| 963 | 2024-09-01T20:20:49.415Z | Downloaded crc32fast v1.4.0 |
| 964 | 2024-09-01T20:20:49.440Z | Downloaded const-oid v0.9.6 |
| 965 | 2024-09-01T20:20:49.440Z | Downloaded cobs v0.2.3 |
| 966 | 2024-09-01T20:20:49.440Z | Downloaded clang-sys v1.7.0 |
| 967 | 2024-09-01T20:20:49.440Z | Downloaded ciborium v0.2.2 |
| 968 | 2024-09-01T20:20:49.440Z | Downloaded blake2 v0.10.6 |
| 969 | 2024-09-01T20:20:49.440Z | Downloaded bcs v0.1.6 |
| 970 | 2024-09-01T20:20:49.440Z | Downloaded base64 v0.22.1 |
| 971 | 2024-09-01T20:20:49.440Z | Downloaded base64 v0.21.7 |
| 972 | 2024-09-01T20:20:49.440Z | Downloaded base64 v0.13.1 |
| 973 | 2024-09-01T20:20:49.465Z | Downloaded foreign-types-macros v0.2.3 |
| 974 | 2024-09-01T20:20:49.465Z | Downloaded foreign-types v0.3.2 |
| 975 | 2024-09-01T20:20:49.465Z | Downloaded want v0.3.1 |
| 976 | 2024-09-01T20:20:49.465Z | Downloaded walkdir v2.5.0 |
| 977 | 2024-09-01T20:20:49.465Z | Downloaded waitgroup v0.1.2 |
| 978 | 2024-09-01T20:20:49.465Z | Downloaded tiny-keccak v2.0.2 |
| 979 | 2024-09-01T20:20:49.465Z | Downloaded time-macros v0.2.18 |
| 980 | 2024-09-01T20:20:49.465Z | Downloaded thread_local v1.1.8 |
| 981 | 2024-09-01T20:20:49.465Z | Downloaded sigpipe v0.1.3 |
| 982 | 2024-09-01T20:20:49.465Z | Downloaded signature v2.2.0 |
| 983 | 2024-09-01T20:20:49.465Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2024-09-01T20:20:49.465Z | Downloaded signal-hook-registry v1.4.2 |
| 985 | 2024-09-01T20:20:49.465Z | Downloaded signal-hook-mio v0.2.4 |
| 986 | 2024-09-01T20:20:49.466Z | Downloaded sha1 v0.10.6 |
| 987 | 2024-09-01T20:20:49.466Z | Downloaded rusty-fork v0.3.0 |
| 988 | 2024-09-01T20:20:49.466Z | Downloaded num-rational v0.4.2 |
| 989 | 2024-09-01T20:20:49.491Z | Downloaded num-iter v0.1.45 |
| 990 | 2024-09-01T20:20:49.491Z | Downloaded num-derive v0.4.2 |
| 991 | 2024-09-01T20:20:49.491Z | Downloaded nibble_vec v0.1.0 |
| 992 | 2024-09-01T20:20:49.491Z | Downloaded newtype_derive v0.1.6 |
| 993 | 2024-09-01T20:20:49.491Z | Downloaded newtype-uuid v1.1.0 |
| 994 | 2024-09-01T20:20:49.491Z | Downloaded nanorand v0.7.0 |
| 995 | 2024-09-01T20:20:49.492Z | Downloaded multer v3.1.0 |
| 996 | 2024-09-01T20:20:49.492Z | Downloaded is_ci v1.2.0 |
| 997 | 2024-09-01T20:20:49.492Z | Downloaded ipnet v2.9.0 |
| 998 | 2024-09-01T20:20:49.492Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 999 | 2024-09-01T20:20:49.492Z | Downloaded hyper-staticfile v0.9.5 |
| 1000 | 2024-09-01T20:20:49.492Z | Downloaded http v0.2.12 |
| 1001 | 2024-09-01T20:20:49.516Z | Downloaded darling_core v0.20.9 |
| 1002 | 2024-09-01T20:20:49.516Z | Downloaded darling v0.20.9 |
| 1003 | 2024-09-01T20:20:49.516Z | Downloaded csv-core v0.1.11 |
| 1004 | 2024-09-01T20:20:49.516Z | Downloaded crossbeam-epoch v0.9.18 |
| 1005 | 2024-09-01T20:20:49.516Z | Downloaded cookie_store v0.20.0 |
| 1006 | 2024-09-01T20:20:49.516Z | Downloaded cookie v0.18.1 |
| 1007 | 2024-09-01T20:20:49.516Z | Downloaded cookie v0.17.0 |
| 1008 | 2024-09-01T20:20:49.516Z | Downloaded const_format_proc_macros v0.2.32 |
| 1009 | 2024-09-01T20:20:49.541Z | Downloaded cassowary v0.3.0 |
| 1010 | 2024-09-01T20:20:49.541Z | Downloaded async-bb8-diesel v0.2.1 |
| 1011 | 2024-09-01T20:20:49.541Z | Downloaded mime v0.3.17 |
| 1012 | 2024-09-01T20:20:49.541Z | Downloaded memmap2 v0.9.4 |
| 1013 | 2024-09-01T20:20:49.541Z | Downloaded md-5 v0.10.6 |
| 1014 | 2024-09-01T20:20:49.541Z | Downloaded maplit v1.0.2 |
| 1015 | 2024-09-01T20:20:49.541Z | Downloaded lru-cache v0.1.2 |
| 1016 | 2024-09-01T20:20:49.541Z | Downloaded lru v0.12.3 |
| 1017 | 2024-09-01T20:20:49.541Z | Downloaded linked-hash-map v0.5.6 |
| 1018 | 2024-09-01T20:20:49.541Z | Downloaded libsw v3.3.1 |
| 1019 | 2024-09-01T20:20:49.541Z | Downloaded lazycell v1.3.0 |
| 1020 | 2024-09-01T20:20:49.541Z | Downloaded lalrpop-util v0.19.12 |
| 1021 | 2024-09-01T20:20:49.541Z | Downloaded kstat-rs v0.2.4 |
| 1022 | 2024-09-01T20:20:49.541Z | Downloaded jobserver v0.1.32 |
| 1023 | 2024-09-01T20:20:49.541Z | Downloaded instability v0.3.2 |
| 1024 | 2024-09-01T20:20:49.566Z | Downloaded indoc v1.0.9 |
| 1025 | 2024-09-01T20:20:49.566Z | Downloaded indent_write v2.2.0 |
| 1026 | 2024-09-01T20:20:49.566Z | Downloaded hyper-rustls v0.24.2 |
| 1027 | 2024-09-01T20:20:49.566Z | Downloaded httpdate v1.0.3 |
| 1028 | 2024-09-01T20:20:49.566Z | Downloaded cstr-argument v0.1.2 |
| 1029 | 2024-09-01T20:20:49.566Z | Downloaded console v0.15.8 |
| 1030 | 2024-09-01T20:20:49.566Z | Downloaded cipher v0.4.4 |
| 1031 | 2024-09-01T20:20:49.566Z | Downloaded ciborium-io v0.2.2 |
| 1032 | 2024-09-01T20:20:49.566Z | Downloaded cfg_aliases v0.1.1 |
| 1033 | 2024-09-01T20:20:49.566Z | Downloaded cbc v0.1.2 |
| 1034 | 2024-09-01T20:20:49.566Z | Downloaded cancel-safe-futures v0.1.5 |
| 1035 | 2024-09-01T20:20:49.566Z | Downloaded block-padding v0.3.3 |
| 1036 | 2024-09-01T20:20:49.591Z | Downloaded bitflags v1.3.2 |
| 1037 | 2024-09-01T20:20:49.591Z | Downloaded bitfield v0.14.0 |
| 1038 | 2024-09-01T20:20:49.591Z | Downloaded bit-set v0.5.3 |
| 1039 | 2024-09-01T20:20:49.591Z | Downloaded backoff v0.4.0 |
| 1040 | 2024-09-01T20:20:49.591Z | Downloaded arrayvec v0.7.4 |
| 1041 | 2024-09-01T20:20:49.591Z | Downloaded num v0.4.3 |
| 1042 | 2024-09-01T20:20:49.591Z | Downloaded new_debug_unreachable v1.0.6 |
| 1043 | 2024-09-01T20:20:49.591Z | Downloaded matches v0.1.10 |
| 1044 | 2024-09-01T20:20:49.591Z | Downloaded instant v0.1.12 |
| 1045 | 2024-09-01T20:20:49.591Z | Downloaded ident_case v1.0.1 |
| 1046 | 2024-09-01T20:20:49.591Z | Downloaded hyper-tls v0.5.0 |
| 1047 | 2024-09-01T20:20:49.591Z | Downloaded humantime v2.1.0 |
| 1048 | 2024-09-01T20:20:49.591Z | Downloaded hubpack_derive v0.1.1 |
| 1049 | 2024-09-01T20:20:49.591Z | Downloaded hubpack v0.1.2 |
| 1050 | 2024-09-01T20:20:49.591Z | Downloaded httparse v1.8.0 |
| 1051 | 2024-09-01T20:20:49.591Z | Downloaded http-range v0.1.5 |
| 1052 | 2024-09-01T20:20:49.616Z | Downloaded http-body v0.4.6 |
| 1053 | 2024-09-01T20:20:49.616Z | Downloaded home v0.5.9 |
| 1054 | 2024-09-01T20:20:49.616Z | Downloaded crunchy v0.2.2 |
| 1055 | 2024-09-01T20:20:49.616Z | Downloaded crc-catalog v2.4.0 |
| 1056 | 2024-09-01T20:20:49.616Z | Downloaded async-trait v0.1.81 |
| 1057 | 2024-09-01T20:20:49.616Z | Downloaded allocator-api2 v0.2.18 |
| 1058 | 2024-09-01T20:20:49.616Z | Downloaded ahash v0.8.11 |
| 1059 | 2024-09-01T20:20:49.616Z | Downloaded normalize-line-endings v0.3.0 |
| 1060 | 2024-09-01T20:20:49.617Z | Downloaded is-terminal v0.4.12 |
| 1061 | 2024-09-01T20:20:49.617Z | Downloaded inout v0.1.3 |
| 1062 | 2024-09-01T20:20:49.617Z | Downloaded hostname v0.4.0 |
| 1063 | 2024-09-01T20:20:49.617Z | Downloaded hostname v0.3.1 |
| 1064 | 2024-09-01T20:20:49.617Z | Downloaded darling_macro v0.20.9 |
| 1065 | 2024-09-01T20:20:49.617Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1066 | 2024-09-01T20:20:49.617Z | Downloaded cexpr v0.6.0 |
| 1067 | 2024-09-01T20:20:49.641Z | Downloaded bzip2 v0.4.4 |
| 1068 | 2024-09-01T20:20:49.642Z | Downloaded blowfish v0.9.1 |
| 1069 | 2024-09-01T20:20:49.642Z | Downloaded bitstruct_derive v0.1.0 |
| 1070 | 2024-09-01T20:20:49.642Z | Downloaded bb8 v0.8.5 |
| 1071 | 2024-09-01T20:20:49.642Z | Downloaded base64ct v1.6.0 |
| 1072 | 2024-09-01T20:20:49.642Z | Downloaded async-stream-impl v0.3.5 |
| 1073 | 2024-09-01T20:20:49.642Z | Downloaded async-recursion v1.1.1 |
| 1074 | 2024-09-01T20:20:49.642Z | Downloaded ascii v1.1.0 |
| 1075 | 2024-09-01T20:20:49.642Z | Downloaded convert_case v0.4.0 |
| 1076 | 2024-09-01T20:20:49.642Z | Downloaded constant_time_eq v0.3.0 |
| 1077 | 2024-09-01T20:20:49.642Z | Downloaded colored v2.1.0 |
| 1078 | 2024-09-01T20:20:49.642Z | Downloaded ciborium-ll v0.2.2 |
| 1079 | 2024-09-01T20:20:49.642Z | Downloaded chacha20 v0.9.1 |
| 1080 | 2024-09-01T20:20:49.642Z | Downloaded castaway v0.2.3 |
| 1081 | 2024-09-01T20:20:49.642Z | Downloaded buf-list v1.0.3 |
| 1082 | 2024-09-01T20:20:49.668Z | Downloaded bitfield-struct v0.6.1 |
| 1083 | 2024-09-01T20:20:49.668Z | Downloaded bit-vec v0.6.3 |
| 1084 | 2024-09-01T20:20:49.668Z | Downloaded atomic-waker v1.1.2 |
| 1085 | 2024-09-01T20:20:49.668Z | Downloaded ascii-canvas v3.0.0 |
| 1086 | 2024-09-01T20:20:49.668Z | Downloaded array-init v0.0.4 |
| 1087 | 2024-09-01T20:20:49.668Z | Downloaded argon2 v0.5.3 |
| 1088 | 2024-09-01T20:20:49.668Z | Downloaded addr2line v0.21.0 |
| 1089 | 2024-09-01T20:20:49.668Z | Downloaded crc v3.2.1 |
| 1090 | 2024-09-01T20:20:49.668Z | Downloaded bitstruct v0.1.1 |
| 1091 | 2024-09-01T20:20:49.668Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1092 | 2024-09-01T20:20:49.668Z | Downloaded async-stream v0.3.5 |
| 1093 | 2024-09-01T20:20:49.668Z | Downloaded assert_matches v1.5.0 |
| 1094 | 2024-09-01T20:20:49.668Z | Downloaded adler v1.0.2 |
| 1095 | 2024-09-01T20:20:49.668Z | Downloaded atty v0.2.14 |
| 1096 | 2024-09-01T20:20:49.668Z | Downloaded arrayref v0.3.7 |
| 1097 | 2024-09-01T20:20:49.693Z | Downloaded aead v0.5.2 |
| 1098 | 2024-09-01T20:20:49.791Z | Compiling serde v1.0.208 |
| 1099 | 2024-09-01T20:20:49.815Z | Compiling typenum v1.17.0 |
| 1100 | 2024-09-01T20:20:49.815Z | Compiling lock_api v0.4.12 |
| 1101 | 2024-09-01T20:20:49.815Z | Compiling generic-array v0.14.7 |
| 1102 | 2024-09-01T20:20:49.815Z | Compiling scopeguard v1.2.0 |
| 1103 | 2024-09-01T20:20:49.815Z | Compiling log v0.4.21 |
| 1104 | 2024-09-01T20:20:49.815Z | Compiling syn v2.0.74 |
| 1105 | 2024-09-01T20:20:49.840Z | Compiling getrandom v0.2.14 |
| 1106 | 2024-09-01T20:20:50.109Z | Compiling jobserver v0.1.32 |
| 1107 | 2024-09-01T20:20:50.162Z | Compiling rand_core v0.6.4 |
| 1108 | 2024-09-01T20:20:50.303Z | Compiling subtle v2.5.0 |
| 1109 | 2024-09-01T20:20:50.391Z | Compiling const-oid v0.9.6 |
| 1110 | 2024-09-01T20:20:50.416Z | Compiling pin-project-lite v0.2.14 |
| 1111 | 2024-09-01T20:20:50.538Z | Compiling cc v1.0.97 |
| 1112 | 2024-09-01T20:20:50.616Z | Compiling smallvec v1.13.2 |
| 1113 | 2024-09-01T20:20:50.682Z | Compiling parking_lot_core v0.9.10 |
| 1114 | 2024-09-01T20:20:50.840Z | Compiling signal-hook-registry v1.4.2 |
| 1115 | 2024-09-01T20:20:50.960Z | Compiling spin v0.9.8 |
| 1116 | 2024-09-01T20:20:50.987Z | Compiling mio v1.0.2 |
| 1117 | 2024-09-01T20:20:51.364Z | Compiling ahash v0.8.11 |
| 1118 | 2024-09-01T20:20:51.574Z | Compiling parking_lot v0.12.2 |
| 1119 | 2024-09-01T20:20:51.667Z | Compiling tinyvec_macros v0.1.1 |
| 1120 | 2024-09-01T20:20:51.772Z | Compiling tinyvec v1.6.0 |
| 1121 | 2024-09-01T20:20:51.798Z | Compiling socket2 v0.5.7 |
| 1122 | 2024-09-01T20:20:52.131Z | Compiling futures-core v0.3.30 |
| 1123 | 2024-09-01T20:20:52.156Z | Compiling cpufeatures v0.2.12 |
| 1124 | 2024-09-01T20:20:52.219Z | Compiling serde_json v1.0.125 |
| 1125 | 2024-09-01T20:20:52.254Z | Compiling futures-sink v0.3.30 |
| 1126 | 2024-09-01T20:20:52.361Z | Compiling libm v0.2.8 |
| 1127 | 2024-09-01T20:20:52.400Z | Compiling num-traits v0.2.19 |
| 1128 | 2024-09-01T20:20:52.452Z | Compiling slab v0.4.9 |
| 1129 | 2024-09-01T20:20:52.785Z | Compiling unicode-bidi v0.3.15 |
| 1130 | 2024-09-01T20:20:53.007Z | Compiling allocator-api2 v0.2.18 |
| 1131 | 2024-09-01T20:20:53.276Z | Compiling futures-channel v0.3.30 |
| 1132 | 2024-09-01T20:20:53.481Z | Compiling unicode-normalization v0.1.23 |
| 1133 | 2024-09-01T20:20:53.546Z | Compiling pin-utils v0.1.0 |
| 1134 | 2024-09-01T20:20:53.648Z | Compiling vcpkg v0.2.15 |
| 1135 | 2024-09-01T20:20:53.698Z | Compiling pkg-config v0.3.30 |
| 1136 | 2024-09-01T20:20:53.777Z | Compiling futures-io v0.3.30 |
| 1137 | 2024-09-01T20:20:54.284Z | Compiling futures-task v0.3.30 |
| 1138 | 2024-09-01T20:20:54.444Z | Compiling base64ct v1.6.0 |
| 1139 | 2024-09-01T20:20:54.702Z | Compiling flagset v0.4.5 |
| 1140 | 2024-09-01T20:20:54.726Z | Compiling ring v0.17.8 |
| 1141 | 2024-09-01T20:20:54.757Z | Compiling percent-encoding v2.3.1 |
| 1142 | 2024-09-01T20:20:54.903Z | Compiling ppv-lite86 v0.2.17 |
| 1143 | 2024-09-01T20:20:55.123Z | Compiling pem-rfc7468 v0.7.0 |
| 1144 | 2024-09-01T20:20:55.155Z | Compiling tracing-core v0.1.32 |
| 1145 | 2024-09-01T20:20:55.312Z | Compiling untrusted v0.9.0 |
| 1146 | 2024-09-01T20:20:55.483Z | Compiling rustix v0.38.34 |
| 1147 | 2024-09-01T20:20:55.631Z | Compiling rand_chacha v0.3.1 |
| 1148 | 2024-09-01T20:20:55.812Z | Compiling openssl-sys v0.9.103 |
| 1149 | 2024-09-01T20:20:55.969Z | Compiling powerfmt v0.2.0 |
| 1150 | 2024-09-01T20:20:56.188Z | Compiling rand v0.8.5 |
| 1151 | 2024-09-01T20:20:56.354Z | Compiling rustversion v1.0.17 |
| 1152 | 2024-09-01T20:20:56.379Z | Compiling time-core v0.1.2 |
| 1153 | 2024-09-01T20:20:56.454Z | Compiling openssl v0.10.66 |
| 1154 | 2024-09-01T20:20:56.557Z | Compiling num-conv v0.1.0 |
| 1155 | 2024-09-01T20:20:56.843Z | Compiling httparse v1.8.0 |
| 1156 | 2024-09-01T20:20:56.891Z | Compiling foreign-types-shared v0.1.1 |
| 1157 | 2024-09-01T20:20:57.028Z | Compiling foreign-types v0.3.2 |
| 1158 | 2024-09-01T20:20:57.175Z | Compiling time-macros v0.2.18 |
| 1159 | 2024-09-01T20:20:57.209Z | Compiling deranged v0.3.11 |
| 1160 | 2024-09-01T20:20:57.374Z | Compiling form_urlencoded v1.2.1 |
| 1161 | 2024-09-01T20:20:57.736Z | Compiling aho-corasick v1.1.3 |
| 1162 | 2024-09-01T20:20:57.905Z | Compiling num_threads v0.1.7 |
| 1163 | 2024-09-01T20:20:58.035Z | Compiling siphasher v0.3.11 |
| 1164 | 2024-09-01T20:20:58.120Z | Compiling try-lock v0.2.5 |
| 1165 | 2024-09-01T20:20:58.269Z | Compiling regex-syntax v0.8.4 |
| 1166 | 2024-09-01T20:20:58.324Z | Compiling crossbeam-utils v0.8.19 |
| 1167 | 2024-09-01T20:20:58.398Z | Compiling rustls v0.21.12 |
| 1168 | 2024-09-01T20:20:58.646Z | Compiling native-tls v0.2.11 |
| 1169 | 2024-09-01T20:20:58.892Z | Compiling syn v1.0.109 |
| 1170 | 2024-09-01T20:20:59.030Z | Compiling want v0.3.1 |
| 1171 | 2024-09-01T20:20:59.543Z | Compiling idna v0.5.0 |
| 1172 | 2024-09-01T20:20:59.733Z | Compiling cookie v0.17.0 |
| 1173 | 2024-09-01T20:21:00.014Z | Compiling slog v2.7.0 |
| 1174 | 2024-09-01T20:21:00.163Z | Compiling time v0.3.36 |
| 1175 | 2024-09-01T20:21:00.512Z | Compiling finl_unicode v1.2.0 |
| 1176 | 2024-09-01T20:21:00.670Z | Compiling tower-service v0.3.2 |
| 1177 | 2024-09-01T20:21:00.795Z | Compiling httpdate v1.0.3 |
| 1178 | 2024-09-01T20:21:01.094Z | Compiling adler v1.0.2 |
| 1179 | 2024-09-01T20:21:01.121Z | Compiling iana-time-zone v0.1.60 |
| 1180 | 2024-09-01T20:21:01.277Z | Compiling openssl-probe v0.1.5 |
| 1181 | 2024-09-01T20:21:01.370Z | Compiling miniz_oxide v0.7.2 |
| 1182 | 2024-09-01T20:21:01.583Z | Compiling regex-automata v0.4.6 |
| 1183 | 2024-09-01T20:21:01.655Z | Compiling stringprep v0.1.4 |
| 1184 | 2024-09-01T20:21:02.939Z | Compiling url v2.5.2 |
| 1185 | 2024-09-01T20:21:04.000Z | Compiling serde_derive v1.0.208 |
| 1186 | 2024-09-01T20:21:04.251Z | Compiling zeroize_derive v1.4.2 |
| 1187 | 2024-09-01T20:21:04.628Z | Compiling zerocopy-derive v0.7.34 |
| 1188 | 2024-09-01T20:21:04.797Z | Compiling tokio-macros v2.4.0 |
| 1189 | 2024-09-01T20:21:05.167Z | Compiling thiserror-impl v1.0.63 |
| 1190 | 2024-09-01T20:21:05.243Z | Compiling futures-macro v0.3.30 |
| 1191 | 2024-09-01T20:21:05.689Z | Compiling zeroize v1.7.0 |
| 1192 | 2024-09-01T20:21:06.289Z | Compiling der_derive v0.7.2 |
| 1193 | 2024-09-01T20:21:06.748Z | Compiling zerocopy v0.7.34 |
| 1194 | 2024-09-01T20:21:07.047Z | Compiling futures-util v0.3.30 |
| 1195 | 2024-09-01T20:21:07.437Z | Compiling crypto-common v0.1.6 |
| 1196 | 2024-09-01T20:21:07.718Z | Compiling block-buffer v0.10.4 |
| 1197 | 2024-09-01T20:21:07.992Z | Compiling digest v0.10.7 |
| 1198 | 2024-09-01T20:21:08.456Z | Compiling hmac v0.12.1 |
| 1199 | 2024-09-01T20:21:08.527Z | Compiling block-padding v0.3.3 |
| 1200 | 2024-09-01T20:21:08.697Z | Compiling thiserror v1.0.63 |
| 1201 | 2024-09-01T20:21:08.739Z | Compiling sha2 v0.10.8 |
| 1202 | 2024-09-01T20:21:08.769Z | Compiling inout v0.1.3 |
| 1203 | 2024-09-01T20:21:08.856Z | Compiling hashbrown v0.14.5 |
| 1204 | 2024-09-01T20:21:08.889Z | Compiling pest v2.7.10 |
| 1205 | 2024-09-01T20:21:09.041Z | Compiling cipher v0.4.4 |
| 1206 | 2024-09-01T20:21:09.535Z | Compiling salsa20 v0.10.2 |
| 1207 | 2024-09-01T20:21:09.754Z | Compiling der v0.7.9 |
| 1208 | 2024-09-01T20:21:10.199Z | Compiling pbkdf2 v0.12.2 |
| 1209 | 2024-09-01T20:21:10.393Z | Compiling scroll_derive v0.12.0 |
| 1210 | 2024-09-01T20:21:11.802Z | Compiling pest_meta v2.7.10 |
| 1211 | 2024-09-01T20:21:11.911Z | Compiling tracing-attributes v0.1.27 |
| 1212 | 2024-09-01T20:21:12.060Z | Compiling scroll v0.12.0 |
| 1213 | 2024-09-01T20:21:12.734Z | Compiling spki v0.7.3 |
| 1214 | 2024-09-01T20:21:13.148Z | Compiling pest_generator v2.7.10 |
| 1215 | 2024-09-01T20:21:13.207Z | Compiling scrypt v0.11.0 |
| 1216 | 2024-09-01T20:21:13.233Z | Compiling aes v0.8.4 |
| 1217 | 2024-09-01T20:21:13.768Z | Compiling cbc v0.1.2 |
| 1218 | 2024-09-01T20:21:13.987Z | Compiling goblin v0.8.2 |
| 1219 | 2024-09-01T20:21:14.224Z | Compiling pkcs5 v0.7.1 |
| 1220 | 2024-09-01T20:21:15.017Z | Compiling openssl-macros v0.1.1 |
| 1221 | 2024-09-01T20:21:15.380Z | Compiling pkcs8 v0.10.2 |
| 1222 | 2024-09-01T20:21:15.705Z | Compiling tracing v0.1.40 |
| 1223 | 2024-09-01T20:21:15.752Z | Compiling rustls-webpki v0.101.7 |
| 1224 | 2024-09-01T20:21:15.776Z | Compiling sct v0.7.1 |
| 1225 | 2024-09-01T20:21:16.067Z | Compiling md-5 v0.10.6 |
| 1226 | 2024-09-01T20:21:16.092Z | Compiling num-integer v0.1.46 |
| 1227 | 2024-09-01T20:21:16.198Z | Compiling backtrace v0.3.71 |
| 1228 | 2024-09-01T20:21:16.313Z | Compiling idna v0.3.0 |
| 1229 | 2024-09-01T20:21:16.653Z | Compiling lazy_static v1.5.0 |
| 1230 | 2024-09-01T20:21:16.758Z | Compiling pest_derive v2.7.10 |
| 1231 | 2024-09-01T20:21:16.798Z | Compiling hash32 v0.2.1 |
| 1232 | 2024-09-01T20:21:16.822Z | Compiling base64 v0.22.1 |
| 1233 | 2024-09-01T20:21:17.180Z | Compiling crc32fast v1.4.0 |
| 1234 | 2024-09-01T20:21:17.585Z | Compiling dtrace-parser v0.2.0 |
| 1235 | 2024-09-01T20:21:17.624Z | Compiling signal-hook v0.3.17 |
| 1236 | 2024-09-01T20:21:17.661Z | Compiling num-bigint-dig v0.8.4 |
| 1237 | 2024-09-01T20:21:17.747Z | Compiling psl-types v2.0.11 |
| 1238 | 2024-09-01T20:21:17.883Z | Compiling bytes v1.7.1 |
| 1239 | 2024-09-01T20:21:17.908Z | Compiling bitflags v2.6.0 |
| 1240 | 2024-09-01T20:21:17.980Z | Compiling indexmap v2.4.0 |
| 1241 | 2024-09-01T20:21:18.235Z | Compiling semver v1.0.23 |
| 1242 | 2024-09-01T20:21:18.951Z | Compiling tokio v1.39.3 |
| 1243 | 2024-09-01T20:21:19.114Z | Compiling http v0.2.12 |
| 1244 | 2024-09-01T20:21:19.374Z | Compiling rustc_version v0.4.0 |
| 1245 | 2024-09-01T20:21:20.145Z | Compiling heapless v0.7.17 |
| 1246 | 2024-09-01T20:21:20.573Z | Compiling dof v0.3.0 |
| 1247 | 2024-09-01T20:21:20.989Z | Compiling http-body v0.4.6 |
| 1248 | 2024-09-01T20:21:21.081Z | Compiling uuid v1.10.0 |
| 1249 | 2024-09-01T20:21:21.444Z | Compiling usdt-impl v0.5.0 |
| 1250 | 2024-09-01T20:21:21.596Z | Compiling chrono v0.4.38 |
| 1251 | 2024-09-01T20:21:22.449Z | Compiling toml_datetime v0.6.8 |
| 1252 | 2024-09-01T20:21:22.770Z | Compiling serde_spanned v0.6.7 |
| 1253 | 2024-09-01T20:21:22.991Z | Compiling serde_tokenstream v0.2.2 |
| 1254 | 2024-09-01T20:21:23.016Z | Compiling cfg_aliases v0.1.1 |
| 1255 | 2024-09-01T20:21:23.046Z | Compiling stable_deref_trait v1.2.0 |
| 1256 | 2024-09-01T20:21:23.114Z | Compiling gimli v0.28.1 |
| 1257 | 2024-09-01T20:21:23.152Z | Compiling smoltcp v0.9.1 |
| 1258 | 2024-09-01T20:21:23.561Z | Compiling fallible-iterator v0.2.0 |
| 1259 | 2024-09-01T20:21:23.920Z | Compiling nix v0.28.0 |
| 1260 | 2024-09-01T20:21:24.242Z | Compiling postgres-protocol v0.6.7 |
| 1261 | 2024-09-01T20:21:24.715Z | Compiling terminal_size v0.3.0 |
| 1262 | 2024-09-01T20:21:24.940Z | Compiling publicsuffix v2.2.3 |
| 1263 | 2024-09-01T20:21:25.147Z | Compiling hubpack_derive v0.1.1 |
| 1264 | 2024-09-01T20:21:25.180Z | Compiling num-iter v0.1.45 |
| 1265 | 2024-09-01T20:21:25.205Z | Compiling zerocopy-derive v0.6.6 |
| 1266 | 2024-09-01T20:21:25.229Z | Compiling async-trait v0.1.81 |
| 1267 | 2024-09-01T20:21:26.068Z | Compiling phf_shared v0.11.2 |
| 1268 | 2024-09-01T20:21:26.487Z | Compiling serde_derive_internals v0.29.1 |
| 1269 | 2024-09-01T20:21:26.528Z | Compiling ff v0.13.0 |
| 1270 | 2024-09-01T20:21:26.764Z | Compiling object v0.32.2 |
| 1271 | 2024-09-01T20:21:26.825Z | Compiling fs-err v2.11.0 |
| 1272 | 2024-09-01T20:21:27.150Z | Compiling tokio-util v0.7.11 |
| 1273 | 2024-09-01T20:21:27.316Z | Compiling addr2line v0.21.0 |
| 1274 | 2024-09-01T20:21:27.920Z | Compiling tokio-rustls v0.24.1 |
| 1275 | 2024-09-01T20:21:27.945Z | Compiling tokio-native-tls v0.3.1 |
| 1276 | 2024-09-01T20:21:27.945Z | Compiling base64 v0.21.7 |
| 1277 | 2024-09-01T20:21:28.018Z | Compiling rustc-demangle v0.1.24 |
| 1278 | 2024-09-01T20:21:28.232Z | Compiling h2 v0.3.26 |
| 1279 | 2024-09-01T20:21:28.311Z | Compiling either v1.13.0 |
| 1280 | 2024-09-01T20:21:28.507Z | Compiling schemars v0.8.21 |
| 1281 | 2024-09-01T20:21:28.636Z | Compiling ipnet v2.9.0 |
| 1282 | 2024-09-01T20:21:28.709Z | Compiling winnow v0.5.40 |
| 1283 | 2024-09-01T20:21:28.838Z | Compiling managed v0.8.0 |
| 1284 | 2024-09-01T20:21:28.936Z | Compiling base16ct v0.2.0 |
| 1285 | 2024-09-01T20:21:29.246Z | Compiling bitflags v1.3.2 |
| 1286 | 2024-09-01T20:21:29.271Z | Compiling anyhow v1.0.86 |
| 1287 | 2024-09-01T20:21:29.271Z | Compiling clap_builder v4.5.15 |
| 1288 | 2024-09-01T20:21:29.799Z | Compiling schemars_derive v0.8.21 |
| 1289 | 2024-09-01T20:21:30.020Z | Compiling sec1 v0.7.3 |
| 1290 | 2024-09-01T20:21:30.581Z | Compiling rustls-pemfile v1.0.4 |
| 1291 | 2024-09-01T20:21:31.032Z | Compiling zerocopy v0.6.6 |
| 1292 | 2024-09-01T20:21:31.445Z | Compiling group v0.13.0 |
| 1293 | 2024-09-01T20:21:31.770Z | Compiling phf v0.11.2 |
| 1294 | 2024-09-01T20:21:31.860Z | Compiling hubpack v0.1.2 |
| 1295 | 2024-09-01T20:21:32.093Z | Compiling toml_edit v0.19.15 |
| 1296 | 2024-09-01T20:21:32.311Z | Compiling cookie_store v0.20.0 |
| 1297 | 2024-09-01T20:21:33.740Z | Compiling postgres-types v0.2.7 |
| 1298 | 2024-09-01T20:21:33.800Z | Compiling usdt-attr-macro v0.5.0 |
| 1299 | 2024-09-01T20:21:34.627Z | Compiling usdt-macro v0.5.0 |
| 1300 | 2024-09-01T20:21:35.187Z | Compiling hyper v0.14.30 |
| 1301 | 2024-09-01T20:21:35.295Z | Compiling serde_urlencoded v0.7.1 |
| 1302 | 2024-09-01T20:21:35.783Z | Compiling pkcs1 v0.7.5 |
| 1303 | 2024-09-01T20:21:35.954Z | Compiling futures-executor v0.3.30 |
| 1304 | 2024-09-01T20:21:36.480Z | Compiling hkdf v0.12.4 |
| 1305 | 2024-09-01T20:21:36.505Z | Compiling signature v2.2.0 |
| 1306 | 2024-09-01T20:21:36.748Z | Compiling crypto-bigint v0.5.5 |
| 1307 | 2024-09-01T20:21:36.784Z | Compiling regex v1.10.6 |
| 1308 | 2024-09-01T20:21:36.846Z | Compiling bstr v1.9.1 |
| 1309 | 2024-09-01T20:21:37.919Z | Compiling strum_macros v0.25.3 |
| 1310 | 2024-09-01T20:21:38.141Z | Compiling enum-as-inner v0.6.0 |
| 1311 | 2024-09-01T20:21:38.331Z | Compiling clap_derive v4.5.13 |
| 1312 | 2024-09-01T20:21:38.592Z | Compiling serde_repr v0.1.19 |
| 1313 | 2024-09-01T20:21:39.139Z | Compiling phf_shared v0.10.0 |
| 1314 | 2024-09-01T20:21:39.530Z | Compiling float-cmp v0.9.0 |
| 1315 | 2024-09-01T20:21:39.722Z | Compiling idna v0.4.0 |
| 1316 | 2024-09-01T20:21:39.791Z | Compiling mio v0.8.11 |
| 1317 | 2024-09-01T20:21:39.816Z | Compiling encoding_rs v0.8.34 |
| 1318 | 2024-09-01T20:21:41.115Z | Compiling static_assertions v1.1.0 |
| 1319 | 2024-09-01T20:21:41.231Z | Compiling minimal-lexical v0.2.1 |
| 1320 | 2024-09-01T20:21:41.255Z | Compiling bit-vec v0.6.3 |
| 1321 | 2024-09-01T20:21:41.770Z | Compiling unicode-segmentation v1.11.0 |
| 1322 | 2024-09-01T20:21:41.875Z | Compiling fixedbitset v0.4.2 |
| 1323 | 2024-09-01T20:21:42.059Z | Compiling data-encoding v2.6.0 |
| 1324 | 2024-09-01T20:21:42.370Z | Compiling hyper-tls v0.5.0 |
| 1325 | 2024-09-01T20:21:42.588Z | Compiling hyper-rustls v0.24.2 |
| 1326 | 2024-09-01T20:21:42.725Z | Compiling new_debug_unreachable v1.0.6 |
| 1327 | 2024-09-01T20:21:42.749Z | Compiling dyn-clone v1.0.17 |
| 1328 | 2024-09-01T20:21:42.835Z | Compiling mime v0.3.17 |
| 1329 | 2024-09-01T20:21:42.933Z | Compiling webpki-roots v0.25.4 |
| 1330 | 2024-09-01T20:21:42.971Z | Compiling precomputed-hash v0.1.1 |
| 1331 | 2024-09-01T20:21:43.104Z | Compiling whoami v1.5.1 |
| 1332 | 2024-09-01T20:21:43.104Z | Compiling normalize-line-endings v0.3.0 |
| 1333 | 2024-09-01T20:21:43.235Z | Compiling predicates-core v1.0.6 |
| 1334 | 2024-09-01T20:21:43.376Z | Compiling difflib v0.4.0 |
| 1335 | 2024-09-01T20:21:43.425Z | Compiling sync_wrapper v0.1.2 |
| 1336 | 2024-09-01T20:21:43.559Z | Compiling reqwest v0.11.27 |
| 1337 | 2024-09-01T20:21:43.600Z | Compiling tokio-postgres v0.7.11 |
| 1338 | 2024-09-01T20:21:43.781Z | Compiling predicates v3.1.2 |
| 1339 | 2024-09-01T20:21:43.994Z | Compiling clap v4.5.16 |
| 1340 | 2024-09-01T20:21:44.122Z | Compiling string_cache v0.8.7 |
| 1341 | 2024-09-01T20:21:44.569Z | Compiling hickory-proto v0.24.1 |
| 1342 | 2024-09-01T20:21:44.868Z | Compiling similar v2.6.0 |
| 1343 | 2024-09-01T20:21:45.058Z | Compiling petgraph v0.6.5 |
| 1344 | 2024-09-01T20:21:45.400Z | Compiling console v0.15.8 |
| 1345 | 2024-09-01T20:21:46.110Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1346 | 2024-09-01T20:21:46.853Z | Compiling bit-set v0.5.3 |
| 1347 | 2024-09-01T20:21:47.199Z | Compiling nom v7.1.3 |
| 1348 | 2024-09-01T20:21:47.223Z | Compiling toml_edit v0.22.20 |
| 1349 | 2024-09-01T20:21:47.884Z | Compiling signal-hook-mio v0.2.4 |
| 1350 | 2024-09-01T20:21:48.047Z | Compiling usdt v0.5.0 |
| 1351 | 2024-09-01T20:21:48.541Z | Compiling elliptic-curve v0.13.8 |
| 1352 | 2024-09-01T20:21:48.939Z | Compiling rsa v0.9.6 |
| 1353 | 2024-09-01T20:21:49.050Z | Compiling futures v0.3.30 |
| 1354 | 2024-09-01T20:21:49.170Z | Compiling toml v0.7.8 |
| 1355 | 2024-09-01T20:21:50.655Z | Compiling flate2 v1.0.31 |
| 1356 | 2024-09-01T20:21:51.557Z | Compiling itertools v0.10.5 |
| 1357 | 2024-09-01T20:21:51.582Z | Compiling itertools v0.12.1 |
| 1358 | 2024-09-01T20:21:52.123Z | Compiling tokio-stream v0.1.15 |
| 1359 | 2024-09-01T20:21:53.094Z | Compiling openapiv3 v2.0.0 |
| 1360 | 2024-09-01T20:21:54.009Z | Compiling hex v0.4.3 |
| 1361 | 2024-09-01T20:21:54.226Z | Compiling sha1 v0.10.6 |
| 1362 | 2024-09-01T20:21:54.413Z | Compiling crossbeam-epoch v0.9.18 |
| 1363 | 2024-09-01T20:21:54.484Z | Compiling dirs-sys-next v0.1.2 |
| 1364 | 2024-09-01T20:21:54.585Z | Compiling peg-runtime v0.8.3 |
| 1365 | 2024-09-01T20:21:54.618Z | Compiling unicode-xid v0.2.4 |
| 1366 | 2024-09-01T20:21:54.792Z | Compiling lalrpop-util v0.19.12 |
| 1367 | 2024-09-01T20:21:55.050Z | Compiling dirs-next v2.0.0 |
| 1368 | 2024-09-01T20:21:55.113Z | Compiling thread_local v1.1.8 |
| 1369 | 2024-09-01T20:21:55.140Z | Compiling slog-async v2.8.0 |
| 1370 | 2024-09-01T20:21:55.165Z | Compiling xattr v1.3.1 |
| 1371 | 2024-09-01T20:21:55.199Z | Compiling term v0.7.0 |
| 1372 | 2024-09-01T20:21:55.254Z | Compiling strum_macros v0.26.4 |
| 1373 | 2024-09-01T20:21:55.409Z | Compiling crossbeam-channel v0.5.12 |
| 1374 | 2024-09-01T20:21:55.648Z | Compiling filetime v0.2.25 |
| 1375 | 2024-09-01T20:21:55.700Z | Compiling is-terminal v0.4.12 |
| 1376 | 2024-09-01T20:21:55.820Z | Compiling take_mut v0.2.2 |
| 1377 | 2024-09-01T20:21:55.943Z | Compiling tar v0.4.41 |
| 1378 | 2024-09-01T20:21:55.975Z | Compiling slog-term v2.9.1 |
| 1379 | 2024-09-01T20:21:56.417Z | Compiling camino v1.1.9 |
| 1380 | 2024-09-01T20:21:57.432Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1381 | 2024-09-01T20:21:58.719Z | Compiling strum v0.26.3 |
| 1382 | 2024-09-01T20:21:58.841Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1383 | 2024-09-01T20:22:05.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 1384 | 2024-09-01T20:22:05.814Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1385 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.376 INFO Starting download, target: Clickhouse |
| 1386 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.376 INFO Starting download, target: Cockroach |
| 1387 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.376 INFO Starting download, target: Console |
| 1388 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.376 INFO Starting download, target: DendriteOpenapi |
| 1389 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.376 INFO Starting download, target: MaghemiteMgd |
| 1390 | 2024-09-01T20:22:05.882Z | Sep 01 20:22:05.377 INFO Starting download, target: DendriteStub |
| 1391 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.377 INFO Starting download, target: TransceiverControl |
| 1392 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.378 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1393 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.378 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1394 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.378 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1395 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.378 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1396 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.378 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1397 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1398 | 2024-09-01T20:22:05.907Z | Sep 01 20:22:05.379 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1399 | 2024-09-01T20:22:06.296Z | Sep 01 20:22:05.788 INFO Download complete, target: DendriteOpenapi |
| 1400 | 2024-09-01T20:22:06.381Z | Sep 01 20:22:05.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1401 | 2024-09-01T20:22:06.746Z | Sep 01 20:22:06.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1402 | 2024-09-01T20:22:06.817Z | Sep 01 20:22:06.312 INFO Download complete, target: Console |
| 1403 | 2024-09-01T20:22:07.658Z | Sep 01 20:22:07.152 INFO Download complete, target: TransceiverControl |
| 1404 | 2024-09-01T20:22:08.759Z | Sep 01 20:22:08.254 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1405 | 2024-09-01T20:22:11.171Z | Sep 01 20:22:10.666 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1406 | 2024-09-01T20:22:12.501Z | Sep 01 20:22:11.995 INFO Download complete, target: MaghemiteMgd |
| 1407 | 2024-09-01T20:22:14.891Z | Sep 01 20:22:14.385 INFO Download complete, target: DendriteStub |
| 1408 | 2024-09-01T20:22:22.928Z | Sep 01 20:22:22.423 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1409 | 2024-09-01T20:22:23.032Z | Sep 01 20:22:22.526 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1410 | 2024-09-01T20:22:23.032Z | Sep 01 20:22:22.526 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1411 | 2024-09-01T20:22:32.842Z | Sep 01 20:22:32.337 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1412 | 2024-09-01T20:22:33.245Z | Sep 01 20:22:32.740 INFO Checking that binary works, target: Cockroach |
| 1413 | 2024-09-01T20:22:33.488Z | Sep 01 20:22:32.983 INFO Download complete, target: Cockroach |
| 1414 | 2024-09-01T20:22:39.708Z | Sep 01 20:22:39.203 INFO Checking that binary works, target: Clickhouse |
| 1415 | 2024-09-01T20:22:40.010Z | Sep 01 20:22:39.505 INFO Download complete, target: Clickhouse |
| 1416 | 2024-09-01T20:22:40.039Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1417 | 2024-09-01T20:22:40.064Z | |
| 1418 | 2024-09-01T20:22:40.064Z | real 4:12.599917554 |
| 1419 | 2024-09-01T20:22:40.064Z | user 11:29.508346956 |
| 1420 | 2024-09-01T20:22:40.064Z | sys 2:37.409429436 |
| 1421 | 2024-09-01T20:22:40.064Z | trap 0.443897485 |
| 1422 | 2024-09-01T20:22:40.064Z | tflt 0.555608209 |
| 1423 | 2024-09-01T20:22:40.064Z | dflt 1.626362383 |
| 1424 | 2024-09-01T20:22:40.064Z | kflt 0.007996037 |
| 1425 | 2024-09-01T20:22:40.064Z | lock 26:58.426546524 |
| 1426 | 2024-09-01T20:22:40.064Z | slp 43:31.135312199 |
| 1427 | 2024-09-01T20:22:40.064Z | lat 49.678492533 |
| 1428 | 2024-09-01T20:22:40.064Z | stop 1:53.837241843 |
| 1429 | 2024-09-01T20:22:40.064Z | + banner hack-check |
| 1430 | 2024-09-01T20:22:40.064Z | |
| 1431 | 2024-09-01T20:22:40.064Z | # # ## #### # # #### # # ###### #### # # |
| 1432 | 2024-09-01T20:22:40.064Z | # # # # # # # # # # # # # # # # # |
| 1433 | 2024-09-01T20:22:40.065Z | ###### # # # #### ##### # ###### ##### # #### |
| 1434 | 2024-09-01T20:22:40.065Z | # # ###### # # # # # # # # # # |
| 1435 | 2024-09-01T20:22:40.065Z | # # # # # # # # # # # # # # # # # |
| 1436 | 2024-09-01T20:22:40.065Z | # # # # #### # # #### # # ###### #### # # |
| 1437 | 2024-09-01T20:22:40.065Z | |
| 1438 | 2024-09-01T20:22:40.065Z | + export CARGO_INCREMENTAL=0 |
| 1439 | 2024-09-01T20:22:40.065Z | + CARGO_INCREMENTAL=0 |
| 1440 | 2024-09-01T20:22:40.065Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1441 | 2024-09-01T20:22:41.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1442 | 2024-09-01T20:22:46.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s |
| 1443 | 2024-09-01T20:22:46.152Z | Running `target/debug/xtask check-features --ci` |
| 1444 | 2024-09-01T20:22:46.183Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1445 | 2024-09-01T20:22:46.183Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1446 | 2024-09-01T20:22:46.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1447 | 2024-09-01T20:22:46.997Z | Running `target/debug/xtask download cargo-hack` |
| 1448 | 2024-09-01T20:22:48.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1449 | 2024-09-01T20:22:48.533Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1450 | 2024-09-01T20:22:54.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s |
| 1451 | 2024-09-01T20:22:54.536Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1452 | 2024-09-01T20:22:54.594Z | Sep 01 20:22:54.083 INFO Starting download, target: CargoHack |
| 1453 | 2024-09-01T20:22:54.627Z | Sep 01 20:22:54.085 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1454 | 2024-09-01T20:22:55.271Z | Sep 01 20:22:54.766 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1455 | 2024-09-01T20:22:55.427Z | Sep 01 20:22:54.922 INFO Download complete, target: CargoHack |
| 1456 | 2024-09-01T20:22:55.451Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1457 | 2024-09-01T20:22:55.476Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1458 | 2024-09-01T20:22:55.751Z | info: running `cargo check --bins` on api_identity (1/158) |
| 1459 | 2024-09-01T20:22:56.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1460 | 2024-09-01T20:22:56.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1461 | 2024-09-01T20:22:56.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1462 | 2024-09-01T20:22:56.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1463 | 2024-09-01T20:22:56.705Z | |
| 1464 | 2024-09-01T20:22:56.705Z | info: running `cargo check --bins` on bootstore (2/158) |
| 1465 | 2024-09-01T20:22:57.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1466 | 2024-09-01T20:22:57.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1467 | 2024-09-01T20:22:57.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1468 | 2024-09-01T20:22:57.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 1469 | 2024-09-01T20:22:57.780Z | |
| 1470 | 2024-09-01T20:22:57.780Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
| 1471 | 2024-09-01T20:22:58.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1472 | 2024-09-01T20:22:58.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1473 | 2024-09-01T20:22:58.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1474 | 2024-09-01T20:22:58.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1475 | 2024-09-01T20:22:58.756Z | |
| 1476 | 2024-09-01T20:22:58.756Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
| 1477 | 2024-09-01T20:22:59.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1478 | 2024-09-01T20:22:59.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1479 | 2024-09-01T20:22:59.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1480 | 2024-09-01T20:22:59.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1481 | 2024-09-01T20:22:59.687Z | |
| 1482 | 2024-09-01T20:22:59.687Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
| 1483 | 2024-09-01T20:23:00.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1484 | 2024-09-01T20:23:00.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1485 | 2024-09-01T20:23:00.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1486 | 2024-09-01T20:23:00.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1487 | 2024-09-01T20:23:00.405Z | |
| 1488 | 2024-09-01T20:23:00.405Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
| 1489 | 2024-09-01T20:23:01.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1490 | 2024-09-01T20:23:01.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1491 | 2024-09-01T20:23:01.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1492 | 2024-09-01T20:23:01.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1493 | 2024-09-01T20:23:01.161Z | |
| 1494 | 2024-09-01T20:23:01.161Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
| 1495 | 2024-09-01T20:23:01.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1496 | 2024-09-01T20:23:01.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1497 | 2024-09-01T20:23:01.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1498 | 2024-09-01T20:23:01.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1499 | 2024-09-01T20:23:01.902Z | |
| 1500 | 2024-09-01T20:23:01.902Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
| 1501 | 2024-09-01T20:23:02.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1502 | 2024-09-01T20:23:02.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1503 | 2024-09-01T20:23:02.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1504 | 2024-09-01T20:23:02.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1505 | 2024-09-01T20:23:02.642Z | |
| 1506 | 2024-09-01T20:23:02.642Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
| 1507 | 2024-09-01T20:23:03.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1508 | 2024-09-01T20:23:03.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1509 | 2024-09-01T20:23:03.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1510 | 2024-09-01T20:23:03.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1511 | 2024-09-01T20:23:03.378Z | |
| 1512 | 2024-09-01T20:23:03.378Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
| 1513 | 2024-09-01T20:23:04.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1514 | 2024-09-01T20:23:04.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1515 | 2024-09-01T20:23:04.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1516 | 2024-09-01T20:23:04.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1517 | 2024-09-01T20:23:04.085Z | |
| 1518 | 2024-09-01T20:23:04.085Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
| 1519 | 2024-09-01T20:23:04.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1520 | 2024-09-01T20:23:04.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1521 | 2024-09-01T20:23:04.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1522 | 2024-09-01T20:23:04.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1523 | 2024-09-01T20:23:04.847Z | |
| 1524 | 2024-09-01T20:23:04.847Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
| 1525 | 2024-09-01T20:23:05.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1526 | 2024-09-01T20:23:05.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1527 | 2024-09-01T20:23:05.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1528 | 2024-09-01T20:23:05.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1529 | 2024-09-01T20:23:05.630Z | |
| 1530 | 2024-09-01T20:23:05.630Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
| 1531 | 2024-09-01T20:23:06.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1532 | 2024-09-01T20:23:06.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1533 | 2024-09-01T20:23:06.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1534 | 2024-09-01T20:23:06.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1535 | 2024-09-01T20:23:06.356Z | |
| 1536 | 2024-09-01T20:23:06.356Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
| 1537 | 2024-09-01T20:23:07.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1538 | 2024-09-01T20:23:07.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1539 | 2024-09-01T20:23:07.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1540 | 2024-09-01T20:23:07.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1541 | 2024-09-01T20:23:07.158Z | |
| 1542 | 2024-09-01T20:23:07.159Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
| 1543 | 2024-09-01T20:23:07.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1544 | 2024-09-01T20:23:07.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1545 | 2024-09-01T20:23:07.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1546 | 2024-09-01T20:23:07.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1547 | 2024-09-01T20:23:07.898Z | |
| 1548 | 2024-09-01T20:23:07.898Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
| 1549 | 2024-09-01T20:23:08.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1550 | 2024-09-01T20:23:08.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1551 | 2024-09-01T20:23:08.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1552 | 2024-09-01T20:23:08.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1553 | 2024-09-01T20:23:08.651Z | |
| 1554 | 2024-09-01T20:23:08.651Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
| 1555 | 2024-09-01T20:23:09.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1556 | 2024-09-01T20:23:09.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1557 | 2024-09-01T20:23:09.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1558 | 2024-09-01T20:23:09.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1559 | 2024-09-01T20:23:09.361Z | |
| 1560 | 2024-09-01T20:23:09.361Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
| 1561 | 2024-09-01T20:23:10.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1562 | 2024-09-01T20:23:10.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1563 | 2024-09-01T20:23:10.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1564 | 2024-09-01T20:23:10.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1565 | 2024-09-01T20:23:10.110Z | |
| 1566 | 2024-09-01T20:23:10.110Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
| 1567 | 2024-09-01T20:23:10.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1568 | 2024-09-01T20:23:10.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1569 | 2024-09-01T20:23:10.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1570 | 2024-09-01T20:23:10.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1571 | 2024-09-01T20:23:10.929Z | |
| 1572 | 2024-09-01T20:23:10.929Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
| 1573 | 2024-09-01T20:23:11.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1574 | 2024-09-01T20:23:11.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1575 | 2024-09-01T20:23:11.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1576 | 2024-09-01T20:23:11.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1577 | 2024-09-01T20:23:11.645Z | |
| 1578 | 2024-09-01T20:23:11.645Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
| 1579 | 2024-09-01T20:23:12.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1580 | 2024-09-01T20:23:12.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1581 | 2024-09-01T20:23:12.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1582 | 2024-09-01T20:23:12.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1583 | 2024-09-01T20:23:12.382Z | |
| 1584 | 2024-09-01T20:23:12.382Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
| 1585 | 2024-09-01T20:23:13.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1586 | 2024-09-01T20:23:13.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1587 | 2024-09-01T20:23:13.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1588 | 2024-09-01T20:23:13.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1589 | 2024-09-01T20:23:13.133Z | |
| 1590 | 2024-09-01T20:23:13.133Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
| 1591 | 2024-09-01T20:23:13.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1592 | 2024-09-01T20:23:13.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1593 | 2024-09-01T20:23:13.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1594 | 2024-09-01T20:23:13.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1595 | 2024-09-01T20:23:13.886Z | |
| 1596 | 2024-09-01T20:23:13.886Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
| 1597 | 2024-09-01T20:23:14.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1598 | 2024-09-01T20:23:14.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1599 | 2024-09-01T20:23:14.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1600 | 2024-09-01T20:23:14.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1601 | 2024-09-01T20:23:14.608Z | |
| 1602 | 2024-09-01T20:23:14.608Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
| 1603 | 2024-09-01T20:23:15.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1604 | 2024-09-01T20:23:15.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1605 | 2024-09-01T20:23:15.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1606 | 2024-09-01T20:23:15.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1607 | 2024-09-01T20:23:15.637Z | |
| 1608 | 2024-09-01T20:23:15.637Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
| 1609 | 2024-09-01T20:23:16.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1610 | 2024-09-01T20:23:16.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1611 | 2024-09-01T20:23:16.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1612 | 2024-09-01T20:23:16.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1613 | 2024-09-01T20:23:16.670Z | |
| 1614 | 2024-09-01T20:23:16.670Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
| 1615 | 2024-09-01T20:23:17.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1616 | 2024-09-01T20:23:17.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1617 | 2024-09-01T20:23:17.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1618 | 2024-09-01T20:23:17.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1619 | 2024-09-01T20:23:17.701Z | |
| 1620 | 2024-09-01T20:23:17.701Z | info: running `cargo check --bins` on oxlog (28/158) |
| 1621 | 2024-09-01T20:23:18.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1622 | 2024-09-01T20:23:18.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1623 | 2024-09-01T20:23:18.605Z | Checking cfg-if v1.0.0 |
| 1624 | 2024-09-01T20:23:18.629Z | Checking libc v0.2.158 |
| 1625 | 2024-09-01T20:23:18.629Z | Checking memchr v2.7.2 |
| 1626 | 2024-09-01T20:23:18.658Z | Checking serde v1.0.208 |
| 1627 | 2024-09-01T20:23:18.682Z | Checking zeroize v1.7.0 |
| 1628 | 2024-09-01T20:23:18.707Z | Checking typenum v1.17.0 |
| 1629 | 2024-09-01T20:23:18.707Z | Checking scopeguard v1.2.0 |
| 1630 | 2024-09-01T20:23:18.707Z | Checking byteorder v1.5.0 |
| 1631 | 2024-09-01T20:23:18.738Z | Checking log v0.4.21 |
| 1632 | 2024-09-01T20:23:18.846Z | Checking lock_api v0.4.12 |
| 1633 | 2024-09-01T20:23:18.961Z | Checking subtle v2.5.0 |
| 1634 | 2024-09-01T20:23:19.022Z | Checking once_cell v1.19.0 |
| 1635 | 2024-09-01T20:23:19.075Z | Checking const-oid v0.9.6 |
| 1636 | 2024-09-01T20:23:19.218Z | Checking itoa v1.0.11 |
| 1637 | 2024-09-01T20:23:19.244Z | Checking smallvec v1.13.2 |
| 1638 | 2024-09-01T20:23:19.295Z | Checking pin-project-lite v0.2.14 |
| 1639 | 2024-09-01T20:23:19.407Z | Checking zerocopy v0.7.34 |
| 1640 | 2024-09-01T20:23:19.431Z | Checking spin v0.9.8 |
| 1641 | 2024-09-01T20:23:19.467Z | Checking tinyvec_macros v0.1.1 |
| 1642 | 2024-09-01T20:23:19.557Z | Checking tinyvec v1.6.0 |
| 1643 | 2024-09-01T20:23:19.582Z | Checking futures-sink v0.3.30 |
| 1644 | 2024-09-01T20:23:19.710Z | Checking futures-core v0.3.30 |
| 1645 | 2024-09-01T20:23:19.734Z | Checking getrandom v0.2.14 |
| 1646 | 2024-09-01T20:23:19.770Z | Checking parking_lot_core v0.9.10 |
| 1647 | 2024-09-01T20:23:19.846Z | Checking generic-array v0.14.7 |
| 1648 | 2024-09-01T20:23:19.887Z | Checking signal-hook-registry v1.4.2 |
| 1649 | 2024-09-01T20:23:19.962Z | Checking rand_core v0.6.4 |
| 1650 | 2024-09-01T20:23:20.079Z | Checking parking_lot v0.12.2 |
| 1651 | 2024-09-01T20:23:20.134Z | Checking mio v1.0.2 |
| 1652 | 2024-09-01T20:23:20.241Z | Checking socket2 v0.5.7 |
| 1653 | 2024-09-01T20:23:20.432Z | Checking cpufeatures v0.2.12 |
| 1654 | 2024-09-01T20:23:20.541Z | Checking allocator-api2 v0.2.18 |
| 1655 | 2024-09-01T20:23:20.632Z | Checking unicode-bidi v0.3.15 |
| 1656 | 2024-09-01T20:23:20.724Z | Checking libm v0.2.8 |
| 1657 | 2024-09-01T20:23:20.748Z | Checking ahash v0.8.11 |
| 1658 | 2024-09-01T20:23:20.748Z | Checking equivalent v1.0.1 |
| 1659 | 2024-09-01T20:23:20.795Z | Checking unicode-normalization v0.1.23 |
| 1660 | 2024-09-01T20:23:20.856Z | Checking ryu v1.0.18 |
| 1661 | 2024-09-01T20:23:20.881Z | Checking crypto-common v0.1.6 |
| 1662 | 2024-09-01T20:23:21.063Z | Checking block-buffer v0.10.4 |
| 1663 | 2024-09-01T20:23:21.089Z | Checking block-padding v0.3.3 |
| 1664 | 2024-09-01T20:23:21.149Z | Checking futures-channel v0.3.30 |
| 1665 | 2024-09-01T20:23:21.214Z | Checking slab v0.4.9 |
| 1666 | 2024-09-01T20:23:21.238Z | Checking hashbrown v0.14.5 |
| 1667 | 2024-09-01T20:23:21.263Z | Checking digest v0.10.7 |
| 1668 | 2024-09-01T20:23:21.287Z | Checking inout v0.1.3 |
| 1669 | 2024-09-01T20:23:21.464Z | Checking futures-task v0.3.30 |
| 1670 | 2024-09-01T20:23:21.489Z | Checking pin-utils v0.1.0 |
| 1671 | 2024-09-01T20:23:21.513Z | Checking cipher v0.4.4 |
| 1672 | 2024-09-01T20:23:21.556Z | Checking num-traits v0.2.19 |
| 1673 | 2024-09-01T20:23:21.580Z | Checking hmac v0.12.1 |
| 1674 | 2024-09-01T20:23:21.605Z | Checking sha2 v0.10.8 |
| 1675 | 2024-09-01T20:23:21.637Z | Checking futures-io v0.3.30 |
| 1676 | 2024-09-01T20:23:21.683Z | Checking base64ct v1.6.0 |
| 1677 | 2024-09-01T20:23:21.764Z | Checking ppv-lite86 v0.2.17 |
| 1678 | 2024-09-01T20:23:21.796Z | Checking futures-util v0.3.30 |
| 1679 | 2024-09-01T20:23:21.875Z | Checking flagset v0.4.5 |
| 1680 | 2024-09-01T20:23:22.040Z | Checking percent-encoding v2.3.1 |
| 1681 | 2024-09-01T20:23:22.087Z | Checking salsa20 v0.10.2 |
| 1682 | 2024-09-01T20:23:22.111Z | Checking pem-rfc7468 v0.7.0 |
| 1683 | 2024-09-01T20:23:22.228Z | Checking pbkdf2 v0.12.2 |
| 1684 | 2024-09-01T20:23:22.305Z | Checking tracing-core v0.1.32 |
| 1685 | 2024-09-01T20:23:22.330Z | Checking fnv v1.0.7 |
| 1686 | 2024-09-01T20:23:22.355Z | Checking der v0.7.9 |
| 1687 | 2024-09-01T20:23:22.379Z | Checking rand_chacha v0.3.1 |
| 1688 | 2024-09-01T20:23:22.403Z | Checking untrusted v0.9.0 |
| 1689 | 2024-09-01T20:23:22.433Z | Checking scrypt v0.11.0 |
| 1690 | 2024-09-01T20:23:22.545Z | Checking ring v0.17.8 |
| 1691 | 2024-09-01T20:23:22.644Z | Checking aes v0.8.4 |
| 1692 | 2024-09-01T20:23:22.728Z | Checking rand v0.8.5 |
| 1693 | 2024-09-01T20:23:22.961Z | Checking tracing v0.1.40 |
| 1694 | 2024-09-01T20:23:23.134Z | Checking cbc v0.1.2 |
| 1695 | 2024-09-01T20:23:23.324Z | Checking thiserror v1.0.63 |
| 1696 | 2024-09-01T20:23:23.348Z | Checking foreign-types-shared v0.1.1 |
| 1697 | 2024-09-01T20:23:23.375Z | Checking bytes v1.7.1 |
| 1698 | 2024-09-01T20:23:23.452Z | Checking bitflags v2.6.0 |
| 1699 | 2024-09-01T20:23:23.476Z | Checking indexmap v2.4.0 |
| 1700 | 2024-09-01T20:23:23.500Z | Checking serde_json v1.0.125 |
| 1701 | 2024-09-01T20:23:23.745Z | Checking foreign-types v0.3.2 |
| 1702 | 2024-09-01T20:23:23.842Z | Checking form_urlencoded v1.2.1 |
| 1703 | 2024-09-01T20:23:23.902Z | Checking openssl-sys v0.9.103 |
| 1704 | 2024-09-01T20:23:24.045Z | Checking aho-corasick v1.1.3 |
| 1705 | 2024-09-01T20:23:24.133Z | Checking spki v0.7.3 |
| 1706 | 2024-09-01T20:23:24.162Z | Checking tokio v1.39.3 |
| 1707 | 2024-09-01T20:23:24.274Z | Checking http v0.2.12 |
| 1708 | 2024-09-01T20:23:24.411Z | Checking pkcs5 v0.7.1 |
| 1709 | 2024-09-01T20:23:24.723Z | Checking regex-syntax v0.8.4 |
| 1710 | 2024-09-01T20:23:24.883Z | Checking siphasher v0.3.11 |
| 1711 | 2024-09-01T20:23:25.098Z | Checking powerfmt v0.2.0 |
| 1712 | 2024-09-01T20:23:25.153Z | Checking unicode-ident v1.0.12 |
| 1713 | 2024-09-01T20:23:25.187Z | Checking try-lock v0.2.5 |
| 1714 | 2024-09-01T20:23:25.298Z | Checking want v0.3.1 |
| 1715 | 2024-09-01T20:23:25.322Z | Checking proc-macro2 v1.0.86 |
| 1716 | 2024-09-01T20:23:25.347Z | Checking deranged v0.3.11 |
| 1717 | 2024-09-01T20:23:25.491Z | Checking openssl v0.10.66 |
| 1718 | 2024-09-01T20:23:25.546Z | Checking http-body v0.4.6 |
| 1719 | 2024-09-01T20:23:25.695Z | Checking pkcs8 v0.10.2 |
| 1720 | 2024-09-01T20:23:25.914Z | Checking sct v0.7.1 |
| 1721 | 2024-09-01T20:23:25.981Z | Checking rustls-webpki v0.101.7 |
| 1722 | 2024-09-01T20:23:26.006Z | Checking uuid v1.10.0 |
| 1723 | 2024-09-01T20:23:26.111Z | Checking idna v0.5.0 |
| 1724 | 2024-09-01T20:23:26.538Z | Checking httparse v1.8.0 |
| 1725 | 2024-09-01T20:23:26.577Z | Checking errno v0.3.9 |
| 1726 | 2024-09-01T20:23:26.668Z | Checking scroll v0.12.0 |
| 1727 | 2024-09-01T20:23:26.738Z | Checking openssl-probe v0.1.5 |
| 1728 | 2024-09-01T20:23:26.868Z | Checking iana-time-zone v0.1.60 |
| 1729 | 2024-09-01T20:23:26.893Z | Checking ucd-trie v0.1.6 |
| 1730 | 2024-09-01T20:23:26.924Z | Checking utf8parse v0.2.1 |
| 1731 | 2024-09-01T20:23:26.948Z | Checking num_threads v0.1.7 |
| 1732 | 2024-09-01T20:23:27.034Z | Checking num-conv v0.1.0 |
| 1733 | 2024-09-01T20:23:27.058Z | Checking plain v0.2.3 |
| 1734 | 2024-09-01T20:23:27.082Z | Checking time-core v0.1.2 |
| 1735 | 2024-09-01T20:23:27.107Z | Checking httpdate v1.0.3 |
| 1736 | 2024-09-01T20:23:27.131Z | Checking adler v1.0.2 |
| 1737 | 2024-09-01T20:23:27.189Z | Checking finl_unicode v1.2.0 |
| 1738 | 2024-09-01T20:23:27.238Z | Checking anstyle v1.0.8 |
| 1739 | 2024-09-01T20:23:27.262Z | Checking tower-service v0.3.2 |
| 1740 | 2024-09-01T20:23:27.296Z | Checking time v0.3.36 |
| 1741 | 2024-09-01T20:23:27.320Z | Checking miniz_oxide v0.7.2 |
| 1742 | 2024-09-01T20:23:27.368Z | Checking goblin v0.8.2 |
| 1743 | 2024-09-01T20:23:27.592Z | Checking pest v2.7.10 |
| 1744 | 2024-09-01T20:23:27.728Z | Checking regex-automata v0.4.6 |
| 1745 | 2024-09-01T20:23:27.779Z | Checking stringprep v0.1.4 |
| 1746 | 2024-09-01T20:23:27.992Z | Checking anstyle-parse v0.2.4 |
| 1747 | 2024-09-01T20:23:28.027Z | Checking chrono v0.4.38 |
| 1748 | 2024-09-01T20:23:28.235Z | Checking url v2.5.2 |
| 1749 | 2024-09-01T20:23:28.932Z | Checking rustix v0.38.34 |
| 1750 | 2024-09-01T20:23:29.542Z | Checking rustls v0.21.12 |
| 1751 | 2024-09-01T20:23:29.933Z | Checking quote v1.0.36 |
| 1752 | 2024-09-01T20:23:29.974Z | Checking serde_spanned v0.6.7 |
| 1753 | 2024-09-01T20:23:30.155Z | Checking toml_datetime v0.6.8 |
| 1754 | 2024-09-01T20:23:30.248Z | Checking num-integer v0.1.46 |
| 1755 | 2024-09-01T20:23:30.415Z | Checking native-tls v0.2.11 |
| 1756 | 2024-09-01T20:23:30.439Z | Checking idna v0.3.0 |
| 1757 | 2024-09-01T20:23:30.735Z | Checking md-5 v0.10.6 |
| 1758 | 2024-09-01T20:23:30.760Z | Checking lazy_static v1.5.0 |
| 1759 | 2024-09-01T20:23:30.760Z | Checking hash32 v0.2.1 |
| 1760 | 2024-09-01T20:23:30.886Z | Checking pretty-hex v0.4.1 |
| 1761 | 2024-09-01T20:23:30.910Z | Checking tokio-util v0.7.11 |
| 1762 | 2024-09-01T20:23:30.956Z | Checking psl-types v2.0.11 |
| 1763 | 2024-09-01T20:23:31.065Z | Checking is_terminal_polyfill v1.70.0 |
| 1764 | 2024-09-01T20:23:31.089Z | Checking stable_deref_trait v1.2.0 |
| 1765 | 2024-09-01T20:23:31.132Z | Checking gimli v0.28.1 |
| 1766 | 2024-09-01T20:23:31.164Z | Checking colorchoice v1.0.1 |
| 1767 | 2024-09-01T20:23:31.188Z | Checking anstyle-query v1.0.3 |
| 1768 | 2024-09-01T20:23:31.213Z | Checking fallible-iterator v0.2.0 |
| 1769 | 2024-09-01T20:23:31.296Z | Checking base64 v0.22.1 |
| 1770 | 2024-09-01T20:23:31.320Z | Checking anstream v0.6.14 |
| 1771 | 2024-09-01T20:23:31.648Z | Checking publicsuffix v2.2.3 |
| 1772 | 2024-09-01T20:23:31.730Z | Checking h2 v0.3.26 |
| 1773 | 2024-09-01T20:23:31.754Z | Checking heapless v0.7.17 |
| 1774 | 2024-09-01T20:23:31.779Z | Checking postgres-protocol v0.6.7 |
| 1775 | 2024-09-01T20:23:31.872Z | Checking tokio-native-tls v0.3.1 |
| 1776 | 2024-09-01T20:23:32.088Z | Checking num-iter v0.1.45 |
| 1777 | 2024-09-01T20:23:32.126Z | Checking terminal_size v0.3.0 |
| 1778 | 2024-09-01T20:23:32.154Z | Checking dof v0.3.0 |
| 1779 | 2024-09-01T20:23:32.255Z | Checking syn v2.0.74 |
| 1780 | 2024-09-01T20:23:32.295Z | Checking dtrace-parser v0.2.0 |
| 1781 | 2024-09-01T20:23:32.407Z | Checking cookie v0.17.0 |
| 1782 | 2024-09-01T20:23:32.555Z | Checking tokio-rustls v0.24.1 |
| 1783 | 2024-09-01T20:23:32.715Z | Checking phf_shared v0.11.2 |
| 1784 | 2024-09-01T20:23:32.740Z | Checking ff v0.13.0 |
| 1785 | 2024-09-01T20:23:32.764Z | Checking thread-id v4.2.1 |
| 1786 | 2024-09-01T20:23:32.794Z | Checking object v0.32.2 |
| 1787 | 2024-09-01T20:23:32.860Z | Checking managed v0.8.0 |
| 1788 | 2024-09-01T20:23:32.899Z | Checking base64 v0.21.7 |
| 1789 | 2024-09-01T20:23:32.932Z | Checking either v1.13.0 |
| 1790 | 2024-09-01T20:23:32.966Z | Checking clap_lex v0.7.0 |
| 1791 | 2024-09-01T20:23:33.204Z | Checking base16ct v0.2.0 |
| 1792 | 2024-09-01T20:23:33.235Z | Checking strsim v0.11.1 |
| 1793 | 2024-09-01T20:23:33.280Z | Checking bitflags v1.3.2 |
| 1794 | 2024-09-01T20:23:33.331Z | Checking winnow v0.5.40 |
| 1795 | 2024-09-01T20:23:33.376Z | Checking rustc-demangle v0.1.24 |
| 1796 | 2024-09-01T20:23:33.400Z | Checking ipnet v2.9.0 |
| 1797 | 2024-09-01T20:23:33.495Z | Checking clap_builder v4.5.15 |
| 1798 | 2024-09-01T20:23:33.762Z | Checking sec1 v0.7.3 |
| 1799 | 2024-09-01T20:23:33.815Z | Checking smoltcp v0.9.1 |
| 1800 | 2024-09-01T20:23:34.103Z | Checking rustls-pemfile v1.0.4 |
| 1801 | 2024-09-01T20:23:34.278Z | Checking phf v0.11.2 |
| 1802 | 2024-09-01T20:23:34.527Z | Checking group v0.13.0 |
| 1803 | 2024-09-01T20:23:34.650Z | Checking addr2line v0.21.0 |
| 1804 | 2024-09-01T20:23:34.758Z | Checking cookie_store v0.20.0 |
| 1805 | 2024-09-01T20:23:35.110Z | Checking postgres-types v0.2.7 |
| 1806 | 2024-09-01T20:23:35.142Z | Checking num-bigint-dig v0.8.4 |
| 1807 | 2024-09-01T20:23:35.333Z | Checking bstr v1.9.1 |
| 1808 | 2024-09-01T20:23:35.795Z | Checking regex v1.10.6 |
| 1809 | 2024-09-01T20:23:36.083Z | Checking toml_edit v0.19.15 |
| 1810 | 2024-09-01T20:23:36.268Z | Checking futures-executor v0.3.30 |
| 1811 | 2024-09-01T20:23:36.366Z | Checking pkcs1 v0.7.5 |
| 1812 | 2024-09-01T20:23:36.391Z | Checking phf_shared v0.10.0 |
| 1813 | 2024-09-01T20:23:36.476Z | Checking serde_urlencoded v0.7.1 |
| 1814 | 2024-09-01T20:23:36.630Z | Checking hubpack v0.1.2 |
| 1815 | 2024-09-01T20:23:36.736Z | Checking zerocopy v0.6.6 |
| 1816 | 2024-09-01T20:23:36.869Z | Checking float-cmp v0.9.0 |
| 1817 | 2024-09-01T20:23:36.911Z | Checking crossbeam-utils v0.8.19 |
| 1818 | 2024-09-01T20:23:37.036Z | Checking crc32fast v1.4.0 |
| 1819 | 2024-09-01T20:23:37.075Z | Checking signal-hook v0.3.17 |
| 1820 | 2024-09-01T20:23:37.256Z | Checking hkdf v0.12.4 |
| 1821 | 2024-09-01T20:23:37.380Z | Checking hyper v0.14.30 |
| 1822 | 2024-09-01T20:23:37.405Z | Checking idna v0.4.0 |
| 1823 | 2024-09-01T20:23:37.456Z | Checking signature v2.2.0 |
| 1824 | 2024-09-01T20:23:37.481Z | Checking crypto-bigint v0.5.5 |
| 1825 | 2024-09-01T20:23:37.554Z | Checking memmap v0.7.0 |
| 1826 | 2024-09-01T20:23:37.651Z | Checking mio v0.8.11 |
| 1827 | 2024-09-01T20:23:37.754Z | Checking encoding_rs v0.8.34 |
| 1828 | 2024-09-01T20:23:38.030Z | Checking usdt-impl v0.5.0 |
| 1829 | 2024-09-01T20:23:38.172Z | Checking winnow v0.6.18 |
| 1830 | 2024-09-01T20:23:38.280Z | Checking fixedbitset v0.4.2 |
| 1831 | 2024-09-01T20:23:38.307Z | Checking backtrace v0.3.71 |
| 1832 | 2024-09-01T20:23:38.343Z | Checking data-encoding v2.6.0 |
| 1833 | 2024-09-01T20:23:38.523Z | Checking dyn-clone v1.0.17 |
| 1834 | 2024-09-01T20:23:38.548Z | Checking unicode-width v0.1.13 |
| 1835 | 2024-09-01T20:23:38.649Z | Checking unicode-segmentation v1.11.0 |
| 1836 | 2024-09-01T20:23:38.713Z | Checking precomputed-hash v0.1.1 |
| 1837 | 2024-09-01T20:23:38.817Z | Checking bit-vec v0.6.3 |
| 1838 | 2024-09-01T20:23:38.848Z | Checking static_assertions v1.1.0 |
| 1839 | 2024-09-01T20:23:38.945Z | Checking normalize-line-endings v0.3.0 |
| 1840 | 2024-09-01T20:23:38.969Z | Checking webpki-roots v0.25.4 |
| 1841 | 2024-09-01T20:23:39.060Z | Checking new_debug_unreachable v1.0.6 |
| 1842 | 2024-09-01T20:23:39.112Z | Checking minimal-lexical v0.2.1 |
| 1843 | 2024-09-01T20:23:39.139Z | Checking mime v0.3.17 |
| 1844 | 2024-09-01T20:23:39.164Z | Checking difflib v0.4.0 |
| 1845 | 2024-09-01T20:23:39.245Z | Checking whoami v1.5.1 |
| 1846 | 2024-09-01T20:23:39.445Z | Checking predicates-core v1.0.6 |
| 1847 | 2024-09-01T20:23:39.470Z | Checking sync_wrapper v0.1.2 |
| 1848 | 2024-09-01T20:23:39.494Z | Checking nom v7.1.3 |
| 1849 | 2024-09-01T20:23:39.520Z | Checking tokio-postgres v0.7.11 |
| 1850 | 2024-09-01T20:23:39.584Z | Checking similar v2.6.0 |
| 1851 | 2024-09-01T20:23:39.632Z | Checking predicates v3.1.2 |
| 1852 | 2024-09-01T20:23:39.894Z | Checking string_cache v0.8.7 |
| 1853 | 2024-09-01T20:23:40.040Z | Checking elliptic-curve v0.13.8 |
| 1854 | 2024-09-01T20:23:40.151Z | Checking bit-set v0.5.3 |
| 1855 | 2024-09-01T20:23:40.225Z | Checking hickory-proto v0.24.1 |
| 1856 | 2024-09-01T20:23:40.321Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1857 | 2024-09-01T20:23:40.400Z | Checking anyhow v1.0.86 |
| 1858 | 2024-09-01T20:23:40.659Z | Checking console v0.15.8 |
| 1859 | 2024-09-01T20:23:40.779Z | Checking schemars v0.8.21 |
| 1860 | 2024-09-01T20:23:40.927Z | Checking toml_edit v0.22.20 |
| 1861 | 2024-09-01T20:23:41.193Z | Checking petgraph v0.6.5 |
| 1862 | 2024-09-01T20:23:42.002Z | Checking usdt v0.5.0 |
| 1863 | 2024-09-01T20:23:42.239Z | Checking toml v0.7.8 |
| 1864 | 2024-09-01T20:23:42.268Z | Checking signal-hook-mio v0.2.4 |
| 1865 | 2024-09-01T20:23:42.292Z | Checking rsa v0.9.6 |
| 1866 | 2024-09-01T20:23:42.409Z | Checking crossbeam-epoch v0.9.18 |
| 1867 | 2024-09-01T20:23:42.808Z | Checking flate2 v1.0.31 |
| 1868 | 2024-09-01T20:23:42.918Z | Checking futures v0.3.30 |
| 1869 | 2024-09-01T20:23:43.026Z | Checking clap v4.5.16 |
| 1870 | 2024-09-01T20:23:43.136Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1871 | 2024-09-01T20:23:43.166Z | Checking itertools v0.12.1 |
| 1872 | 2024-09-01T20:23:43.198Z | Checking hyper-rustls v0.24.2 |
| 1873 | 2024-09-01T20:23:43.241Z | Checking hyper-tls v0.5.0 |
| 1874 | 2024-09-01T20:23:43.348Z | Checking itertools v0.10.5 |
| 1875 | 2024-09-01T20:23:43.414Z | Checking tokio-stream v0.1.15 |
| 1876 | 2024-09-01T20:23:43.458Z | Checking fs-err v2.11.0 |
| 1877 | 2024-09-01T20:23:43.500Z | Checking reqwest v0.11.27 |
| 1878 | 2024-09-01T20:23:43.966Z | Checking nix v0.28.0 |
| 1879 | 2024-09-01T20:23:44.146Z | Checking slog v2.7.0 |
| 1880 | 2024-09-01T20:23:44.206Z | Checking openapiv3 v2.0.0 |
| 1881 | 2024-09-01T20:23:44.474Z | Checking semver v1.0.23 |
| 1882 | 2024-09-01T20:23:44.589Z | Checking hex v0.4.3 |
| 1883 | 2024-09-01T20:23:44.752Z | Checking sha1 v0.10.6 |
| 1884 | 2024-09-01T20:23:44.861Z | Checking lalrpop-util v0.19.12 |
| 1885 | 2024-09-01T20:23:45.016Z | Checking peg-runtime v0.8.3 |
| 1886 | 2024-09-01T20:23:45.043Z | Checking camino v1.1.9 |
| 1887 | 2024-09-01T20:23:45.103Z | Checking sigpipe v0.1.3 |
| 1888 | 2024-09-01T20:23:47.355Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1889 | 2024-09-01T20:23:47.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.11s |
| 1890 | 2024-09-01T20:23:47.957Z | |
| 1891 | 2024-09-01T20:23:47.957Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
| 1892 | 2024-09-01T20:23:48.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2024-09-01T20:23:48.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2024-09-01T20:23:48.999Z | Compiling regress v0.9.1 |
| 1895 | 2024-09-01T20:23:49.032Z | Checking strum v0.26.3 |
| 1896 | 2024-09-01T20:23:49.065Z | Checking heck v0.5.0 |
| 1897 | 2024-09-01T20:23:49.089Z | Compiling getopts v0.2.21 |
| 1898 | 2024-09-01T20:23:49.113Z | Checking dirs-sys-next v0.1.2 |
| 1899 | 2024-09-01T20:23:49.138Z | Compiling unsafe-libyaml v0.2.11 |
| 1900 | 2024-09-01T20:23:49.205Z | Checking http v1.1.0 |
| 1901 | 2024-09-01T20:23:49.245Z | Checking thread_local v1.1.8 |
| 1902 | 2024-09-01T20:23:49.269Z | Checking dirs-next v2.0.0 |
| 1903 | 2024-09-01T20:23:49.383Z | Compiling ident_case v1.0.1 |
| 1904 | 2024-09-01T20:23:49.457Z | Checking rustls-pki-types v1.7.0 |
| 1905 | 2024-09-01T20:23:49.493Z | Checking term v0.7.0 |
| 1906 | 2024-09-01T20:23:49.545Z | Compiling darling_core v0.20.9 |
| 1907 | 2024-09-01T20:23:49.843Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1908 | 2024-09-01T20:23:49.876Z | Checking crossbeam-channel v0.5.12 |
| 1909 | 2024-09-01T20:23:50.960Z | Checking atty v0.2.14 |
| 1910 | 2024-09-01T20:23:50.985Z | Checking is-terminal v0.4.12 |
| 1911 | 2024-09-01T20:23:50.985Z | Checking utf-8 v0.7.6 |
| 1912 | 2024-09-01T20:23:50.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1913 | 2024-09-01T20:23:50.985Z | Compiling serde_yaml v0.9.34+deprecated |
| 1914 | 2024-09-01T20:23:50.985Z | Checking termcolor v1.4.1 |
| 1915 | 2024-09-01T20:23:50.985Z | Compiling rustls v0.22.4 |
| 1916 | 2024-09-01T20:23:50.985Z | Checking humantime v2.1.0 |
| 1917 | 2024-09-01T20:23:50.985Z | Compiling paste v1.0.15 |
| 1918 | 2024-09-01T20:23:50.985Z | Checking take_mut v0.2.2 |
| 1919 | 2024-09-01T20:23:50.985Z | Checking env_logger v0.9.3 |
| 1920 | 2024-09-01T20:23:51.010Z | Checking slog-term v2.9.1 |
| 1921 | 2024-09-01T20:23:51.010Z | Checking slog-async v2.8.0 |
| 1922 | 2024-09-01T20:23:51.302Z | Checking rustls-webpki v0.102.4 |
| 1923 | 2024-09-01T20:23:51.334Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1924 | 2024-09-01T20:23:51.358Z | Compiling proc-macro-crate v1.3.1 |
| 1925 | 2024-09-01T20:23:51.443Z | Compiling bitstruct_derive v0.1.0 |
| 1926 | 2024-09-01T20:23:51.651Z | Compiling structmeta-derive v0.3.0 |
| 1927 | 2024-09-01T20:23:52.004Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1928 | 2024-09-01T20:23:52.123Z | Compiling multer v3.1.0 |
| 1929 | 2024-09-01T20:23:52.297Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1930 | 2024-09-01T20:23:52.397Z | Checking ascii v1.1.0 |
| 1931 | 2024-09-01T20:23:52.442Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1932 | 2024-09-01T20:23:52.786Z | Checking match_cfg v0.1.0 |
| 1933 | 2024-09-01T20:23:52.810Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1934 | 2024-09-01T20:23:52.880Z | Checking hostname v0.3.1 |
| 1935 | 2024-09-01T20:23:53.001Z | Checking bitstruct v0.1.1 |
| 1936 | 2024-09-01T20:23:53.128Z | Compiling num_enum_derive v0.5.11 |
| 1937 | 2024-09-01T20:23:53.719Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1938 | 2024-09-01T20:23:53.933Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1939 | 2024-09-01T20:23:54.225Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1940 | 2024-09-01T20:23:54.401Z | Compiling structmeta v0.3.0 |
| 1941 | 2024-09-01T20:23:54.488Z | Checking slog-json v2.6.1 |
| 1942 | 2024-09-01T20:23:54.560Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1943 | 2024-09-01T20:23:54.730Z | Checking serde_arrays v0.1.0 |
| 1944 | 2024-09-01T20:23:54.802Z | Checking erased-serde v0.3.31 |
| 1945 | 2024-09-01T20:23:54.826Z | Compiling async-stream-impl v0.3.5 |
| 1946 | 2024-09-01T20:23:54.872Z | Compiling foreign-types-macros v0.2.3 |
| 1947 | 2024-09-01T20:23:55.263Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1948 | 2024-09-01T20:23:55.501Z | Checking atomic-waker v1.1.2 |
| 1949 | 2024-09-01T20:23:55.576Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1950 | 2024-09-01T20:23:55.632Z | Checking foreign-types-shared v0.3.1 |
| 1951 | 2024-09-01T20:23:55.737Z | Checking arc-swap v1.7.1 |
| 1952 | 2024-09-01T20:23:55.793Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1953 | 2024-09-01T20:23:55.872Z | Checking waitgroup v0.1.2 |
| 1954 | 2024-09-01T20:23:55.982Z | Compiling darling_macro v0.20.9 |
| 1955 | 2024-09-01T20:23:56.062Z | Checking foreign-types v0.5.0 |
| 1956 | 2024-09-01T20:23:56.086Z | Checking num_enum v0.5.11 |
| 1957 | 2024-09-01T20:23:56.122Z | Checking async-stream v0.3.5 |
| 1958 | 2024-09-01T20:23:56.145Z | Checking slog-scope v4.4.0 |
| 1959 | 2024-09-01T20:23:56.169Z | Compiling parse-display-derive v0.10.0 |
| 1960 | 2024-09-01T20:23:56.244Z | Checking slog-bunyan v2.5.0 |
| 1961 | 2024-09-01T20:23:56.299Z | Compiling proc-macro-error v1.0.4 |
| 1962 | 2024-09-01T20:23:56.537Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1963 | 2024-09-01T20:23:56.642Z | Checking toml v0.8.19 |
| 1964 | 2024-09-01T20:23:56.849Z | Compiling darling v0.20.9 |
| 1965 | 2024-09-01T20:23:56.873Z | Checking tungstenite v0.20.1 |
| 1966 | 2024-09-01T20:23:56.944Z | Checking rustls-pemfile v2.1.3 |
| 1967 | 2024-09-01T20:23:56.968Z | Compiling serde_with_macros v3.9.0 |
| 1968 | 2024-09-01T20:23:57.184Z | Compiling heck v0.3.3 |
| 1969 | 2024-09-01T20:23:57.262Z | Checking tokio-rustls v0.25.0 |
| 1970 | 2024-09-01T20:23:57.319Z | Checking newtype-uuid v1.1.0 |
| 1971 | 2024-09-01T20:23:57.589Z | Checking ipnetwork v0.20.0 |
| 1972 | 2024-09-01T20:23:57.658Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1973 | 2024-09-01T20:23:57.693Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1974 | 2024-09-01T20:23:57.752Z | Checking serde_path_to_error v0.1.16 |
| 1975 | 2024-09-01T20:23:57.932Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1976 | 2024-09-01T20:23:58.303Z | Checking hostname v0.4.0 |
| 1977 | 2024-09-01T20:23:58.433Z | Checking cstr-argument v0.1.2 |
| 1978 | 2024-09-01T20:23:58.482Z | Checking instant v0.1.12 |
| 1979 | 2024-09-01T20:23:58.582Z | Checking fastrand v2.1.0 |
| 1980 | 2024-09-01T20:23:58.615Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1981 | 2024-09-01T20:23:58.646Z | Checking debug-ignore v1.0.5 |
| 1982 | 2024-09-01T20:23:58.769Z | Checking pretty-hex v0.2.1 |
| 1983 | 2024-09-01T20:23:58.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1984 | 2024-09-01T20:23:58.902Z | Checking tempfile v3.10.1 |
| 1985 | 2024-09-01T20:23:58.927Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1986 | 2024-09-01T20:23:59.013Z | Checking backoff v0.4.0 |
| 1987 | 2024-09-01T20:23:59.175Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1988 | 2024-09-01T20:23:59.267Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1989 | 2024-09-01T20:23:59.352Z | Checking tokio-tungstenite v0.20.1 |
| 1990 | 2024-09-01T20:23:59.467Z | Compiling zone_cfg_derive v0.1.2 |
| 1991 | 2024-09-01T20:23:59.587Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1992 | 2024-09-01T20:23:59.685Z | Checking serde_with v3.9.0 |
| 1993 | 2024-09-01T20:23:59.778Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1994 | 2024-09-01T20:23:59.802Z | Checking slog-stdlog v4.1.1 |
| 1995 | 2024-09-01T20:23:59.948Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1996 | 2024-09-01T20:24:00.096Z | Checking tungstenite v0.21.0 |
| 1997 | 2024-09-01T20:24:00.487Z | Checking colored v2.1.0 |
| 1998 | 2024-09-01T20:24:00.528Z | Checking parse-display v0.10.0 |
| 1999 | 2024-09-01T20:24:00.756Z | Checking macaddr v1.0.1 |
| 2000 | 2024-09-01T20:24:00.814Z | Checking socket2 v0.4.10 |
| 2001 | 2024-09-01T20:24:00.862Z | Checking base64 v0.13.1 |
| 2002 | 2024-09-01T20:24:00.978Z | Checking tokio-tungstenite v0.21.0 |
| 2003 | 2024-09-01T20:24:01.068Z | Checking zone v0.1.8 |
| 2004 | 2024-09-01T20:24:01.242Z | Checking ron v0.7.1 |
| 2005 | 2024-09-01T20:24:01.442Z | Checking slog-envlogger v2.2.0 |
| 2006 | 2024-09-01T20:24:01.643Z | Checking pem v3.0.4 |
| 2007 | 2024-09-01T20:24:01.693Z | Checking tabwriter v1.4.0 |
| 2008 | 2024-09-01T20:24:01.899Z | Checking xattr v1.3.1 |
| 2009 | 2024-09-01T20:24:01.923Z | Checking portpicker v0.1.1 |
| 2010 | 2024-09-01T20:24:02.040Z | Checking yasna v0.5.2 |
| 2011 | 2024-09-01T20:24:02.079Z | Checking headers-core v0.2.0 |
| 2012 | 2024-09-01T20:24:02.206Z | Checking smf v0.2.3 |
| 2013 | 2024-09-01T20:24:02.276Z | Checking filetime v0.2.25 |
| 2014 | 2024-09-01T20:24:02.518Z | Checking same-file v1.0.6 |
| 2015 | 2024-09-01T20:24:02.682Z | Checking tar v0.4.41 |
| 2016 | 2024-09-01T20:24:02.706Z | Checking walkdir v2.5.0 |
| 2017 | 2024-09-01T20:24:02.735Z | Checking headers v0.3.9 |
| 2018 | 2024-09-01T20:24:02.873Z | Checking rcgen v0.12.1 |
| 2019 | 2024-09-01T20:24:02.896Z | Checking atomicwrites v0.4.3 |
| 2020 | 2024-09-01T20:24:02.965Z | Checking camino-tempfile v1.1.1 |
| 2021 | 2024-09-01T20:24:03.074Z | Checking subprocess v0.2.9 |
| 2022 | 2024-09-01T20:24:04.039Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2023 | 2024-09-01T20:24:04.315Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2024 | 2024-09-01T20:24:07.270Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2025 | 2024-09-01T20:24:09.879Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2026 | 2024-09-01T20:24:09.984Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2027 | 2024-09-01T20:24:14.696Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2028 | 2024-09-01T20:24:23.789Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2029 | 2024-09-01T20:24:23.983Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2030 | 2024-09-01T20:24:23.983Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2031 | 2024-09-01T20:24:27.482Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2032 | 2024-09-01T20:24:28.060Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2033 | 2024-09-01T20:24:36.414Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2034 | 2024-09-01T20:24:38.541Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2035 | 2024-09-01T20:24:40.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.23s |
| 2036 | 2024-09-01T20:24:40.375Z | |
| 2037 | 2024-09-01T20:24:40.376Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
| 2038 | 2024-09-01T20:24:41.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2024-09-01T20:24:41.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2024-09-01T20:24:41.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2041 | 2024-09-01T20:24:43.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
| 2042 | 2024-09-01T20:24:43.204Z | |
| 2043 | 2024-09-01T20:24:43.204Z | info: running `cargo check --bins` on nexus-config (31/158) |
| 2044 | 2024-09-01T20:24:44.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2024-09-01T20:24:44.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2024-09-01T20:24:44.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2024-09-01T20:24:44.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2048 | 2024-09-01T20:24:44.176Z | |
| 2049 | 2024-09-01T20:24:44.176Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
| 2050 | 2024-09-01T20:24:45.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2024-09-01T20:24:45.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2024-09-01T20:24:45.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2024-09-01T20:24:45.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2054 | 2024-09-01T20:24:45.121Z | |
| 2055 | 2024-09-01T20:24:45.121Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
| 2056 | 2024-09-01T20:24:46.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2024-09-01T20:24:46.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2024-09-01T20:24:46.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2024-09-01T20:24:46.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2060 | 2024-09-01T20:24:46.150Z | |
| 2061 | 2024-09-01T20:24:46.150Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
| 2062 | 2024-09-01T20:24:47.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2024-09-01T20:24:47.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2024-09-01T20:24:47.150Z | Compiling heapless v0.8.0 |
| 2065 | 2024-09-01T20:24:47.174Z | Checking hash32 v0.3.1 |
| 2066 | 2024-09-01T20:24:47.174Z | Compiling smoltcp v0.11.0 |
| 2067 | 2024-09-01T20:24:47.212Z | Checking cobs v0.2.3 |
| 2068 | 2024-09-01T20:24:47.236Z | Checking embedded-io v0.4.0 |
| 2069 | 2024-09-01T20:24:47.236Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2070 | 2024-09-01T20:24:47.236Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2071 | 2024-09-01T20:24:47.236Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2072 | 2024-09-01T20:24:47.373Z | Compiling crucible-workspace-hack v0.1.0 |
| 2073 | 2024-09-01T20:24:47.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2074 | 2024-09-01T20:24:47.453Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2075 | 2024-09-01T20:24:47.477Z | Checking postcard v1.0.8 |
| 2076 | 2024-09-01T20:24:47.618Z | Compiling zone_cfg_derive v0.3.0 |
| 2077 | 2024-09-01T20:24:47.642Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2078 | 2024-09-01T20:24:47.780Z | Checking newline-converter v0.3.0 |
| 2079 | 2024-09-01T20:24:47.891Z | Compiling num-derive v0.4.2 |
| 2080 | 2024-09-01T20:24:47.935Z | Compiling slog-dtrace v0.3.0 |
| 2081 | 2024-09-01T20:24:48.014Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2082 | 2024-09-01T20:24:48.103Z | Compiling convert_case v0.4.0 |
| 2083 | 2024-09-01T20:24:48.159Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2084 | 2024-09-01T20:24:48.280Z | Checking expectorate v1.1.0 |
| 2085 | 2024-09-01T20:24:48.394Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2086 | 2024-09-01T20:24:48.900Z | Compiling derive_more v0.99.18 |
| 2087 | 2024-09-01T20:24:49.022Z | Checking zone v0.3.0 |
| 2088 | 2024-09-01T20:24:49.642Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2089 | 2024-09-01T20:24:51.541Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2090 | 2024-09-01T20:24:52.722Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2091 | 2024-09-01T20:24:53.829Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2092 | 2024-09-01T20:24:54.160Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2093 | 2024-09-01T20:24:56.698Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2094 | 2024-09-01T20:24:57.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 2095 | 2024-09-01T20:24:57.773Z | |
| 2096 | 2024-09-01T20:24:57.773Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
| 2097 | 2024-09-01T20:24:58.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2024-09-01T20:24:58.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2024-09-01T20:24:58.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2024-09-01T20:24:58.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2101 | 2024-09-01T20:24:58.802Z | |
| 2102 | 2024-09-01T20:24:58.802Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
| 2103 | 2024-09-01T20:24:59.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2024-09-01T20:24:59.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2024-09-01T20:24:59.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2024-09-01T20:24:59.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2107 | 2024-09-01T20:24:59.788Z | |
| 2108 | 2024-09-01T20:24:59.788Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
| 2109 | 2024-09-01T20:25:00.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2024-09-01T20:25:00.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2024-09-01T20:25:00.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2024-09-01T20:25:00.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2113 | 2024-09-01T20:25:00.952Z | |
| 2114 | 2024-09-01T20:25:00.952Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
| 2115 | 2024-09-01T20:25:02.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2024-09-01T20:25:02.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2024-09-01T20:25:02.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2024-09-01T20:25:02.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2119 | 2024-09-01T20:25:02.118Z | |
| 2120 | 2024-09-01T20:25:02.118Z | info: running `cargo check --bins` on dns-server (39/158) |
| 2121 | 2024-09-01T20:25:03.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2024-09-01T20:25:03.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2024-09-01T20:25:03.124Z | Compiling parking_lot_core v0.8.6 |
| 2124 | 2024-09-01T20:25:03.156Z | Checking nibble_vec v0.1.0 |
| 2125 | 2024-09-01T20:25:03.180Z | Checking endian-type v0.1.2 |
| 2126 | 2024-09-01T20:25:03.180Z | Checking quick-error v1.2.3 |
| 2127 | 2024-09-01T20:25:03.180Z | Checking linked-hash-map v0.5.6 |
| 2128 | 2024-09-01T20:25:03.180Z | Checking fxhash v0.2.1 |
| 2129 | 2024-09-01T20:25:03.180Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2130 | 2024-09-01T20:25:03.180Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2131 | 2024-09-01T20:25:03.351Z | Checking resolv-conf v0.7.0 |
| 2132 | 2024-09-01T20:25:03.385Z | Checking hickory-server v0.24.1 |
| 2133 | 2024-09-01T20:25:03.416Z | Checking radix_trie v0.2.1 |
| 2134 | 2024-09-01T20:25:03.591Z | Checking lru-cache v0.1.2 |
| 2135 | 2024-09-01T20:25:03.765Z | Checking hickory-resolver v0.24.1 |
| 2136 | 2024-09-01T20:25:03.791Z | Checking hickory-client v0.24.1 |
| 2137 | 2024-09-01T20:25:03.967Z | Checking parking_lot v0.11.2 |
| 2138 | 2024-09-01T20:25:04.313Z | Checking sled v0.34.7 |
| 2139 | 2024-09-01T20:25:06.767Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2140 | 2024-09-01T20:25:08.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 2141 | 2024-09-01T20:25:08.569Z | |
| 2142 | 2024-09-01T20:25:08.569Z | info: running `cargo check --bins` on dns-server-api (40/158) |
| 2143 | 2024-09-01T20:25:09.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2024-09-01T20:25:09.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2024-09-01T20:25:09.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2024-09-01T20:25:09.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2147 | 2024-09-01T20:25:09.555Z | |
| 2148 | 2024-09-01T20:25:09.555Z | info: running `cargo check --bins` on dns-service-client (41/158) |
| 2149 | 2024-09-01T20:25:10.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2024-09-01T20:25:10.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2024-09-01T20:25:10.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2024-09-01T20:25:10.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2153 | 2024-09-01T20:25:10.487Z | |
| 2154 | 2024-09-01T20:25:10.487Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
| 2155 | 2024-09-01T20:25:11.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2024-09-01T20:25:11.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2024-09-01T20:25:11.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2024-09-01T20:25:11.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2159 | 2024-09-01T20:25:11.556Z | |
| 2160 | 2024-09-01T20:25:11.556Z | info: running `cargo check --bins` on gateway-types (43/158) |
| 2161 | 2024-09-01T20:25:12.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2024-09-01T20:25:12.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2024-09-01T20:25:12.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2024-09-01T20:25:12.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2165 | 2024-09-01T20:25:12.557Z | |
| 2166 | 2024-09-01T20:25:12.557Z | info: running `cargo check --bins` on ipcc (44/158) |
| 2167 | 2024-09-01T20:25:13.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2024-09-01T20:25:13.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2024-09-01T20:25:13.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2024-09-01T20:25:13.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2171 | 2024-09-01T20:25:13.564Z | |
| 2172 | 2024-09-01T20:25:13.564Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
| 2173 | 2024-09-01T20:25:14.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2024-09-01T20:25:14.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2024-09-01T20:25:14.667Z | Compiling rustls-pki-types v1.7.0 |
| 2176 | 2024-09-01T20:25:14.691Z | Compiling match_cfg v0.1.0 |
| 2177 | 2024-09-01T20:25:14.691Z | Checking num-rational v0.4.2 |
| 2178 | 2024-09-01T20:25:14.691Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2179 | 2024-09-01T20:25:14.691Z | Compiling slog-json v2.6.1 |
| 2180 | 2024-09-01T20:25:14.691Z | Compiling http v1.1.0 |
| 2181 | 2024-09-01T20:25:14.715Z | Checking num-complex v0.4.6 |
| 2182 | 2024-09-01T20:25:14.715Z | Compiling prettyplease v0.2.20 |
| 2183 | 2024-09-01T20:25:14.817Z | Compiling hostname v0.3.1 |
| 2184 | 2024-09-01T20:25:15.053Z | Compiling atomic-waker v1.1.2 |
| 2185 | 2024-09-01T20:25:15.096Z | Compiling slog-bunyan v2.5.0 |
| 2186 | 2024-09-01T20:25:15.120Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2187 | 2024-09-01T20:25:15.144Z | Compiling async-stream v0.3.5 |
| 2188 | 2024-09-01T20:25:15.229Z | Compiling rustls-webpki v0.102.4 |
| 2189 | 2024-09-01T20:25:15.290Z | Compiling rustls-pemfile v2.1.3 |
| 2190 | 2024-09-01T20:25:15.317Z | Compiling waitgroup v0.1.2 |
| 2191 | 2024-09-01T20:25:15.341Z | Compiling toml v0.8.19 |
| 2192 | 2024-09-01T20:25:15.431Z | Compiling ipnetwork v0.20.0 |
| 2193 | 2024-09-01T20:25:15.535Z | Compiling newtype-uuid v1.1.0 |
| 2194 | 2024-09-01T20:25:15.560Z | Compiling serde_path_to_error v0.1.16 |
| 2195 | 2024-09-01T20:25:15.607Z | Checking num v0.4.3 |
| 2196 | 2024-09-01T20:25:15.701Z | Compiling hostname v0.4.0 |
| 2197 | 2024-09-01T20:25:15.760Z | Compiling instant v0.1.12 |
| 2198 | 2024-09-01T20:25:15.838Z | Compiling radium v0.7.0 |
| 2199 | 2024-09-01T20:25:15.895Z | Checking float-ord v0.3.2 |
| 2200 | 2024-09-01T20:25:15.962Z | Compiling debug-ignore v1.0.5 |
| 2201 | 2024-09-01T20:25:16.036Z | Compiling semver v0.1.20 |
| 2202 | 2024-09-01T20:25:16.106Z | Compiling rustls v0.22.4 |
| 2203 | 2024-09-01T20:25:16.263Z | Compiling multer v3.1.0 |
| 2204 | 2024-09-01T20:25:16.335Z | Compiling rustc_version v0.1.7 |
| 2205 | 2024-09-01T20:25:16.359Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2206 | 2024-09-01T20:25:16.643Z | Compiling backoff v0.4.0 |
| 2207 | 2024-09-01T20:25:16.813Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2208 | 2024-09-01T20:25:16.939Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2209 | 2024-09-01T20:25:16.969Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2210 | 2024-09-01T20:25:17.104Z | Compiling parse-display v0.10.0 |
| 2211 | 2024-09-01T20:25:17.233Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2024-09-01T20:25:17.257Z | Compiling serde_with v3.9.0 |
| 2213 | 2024-09-01T20:25:17.282Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2214 | 2024-09-01T20:25:17.512Z | Compiling macaddr v1.0.1 |
| 2215 | 2024-09-01T20:25:17.751Z | Checking tap v1.0.1 |
| 2216 | 2024-09-01T20:25:17.900Z | Compiling maybe-uninit v2.0.0 |
| 2217 | 2024-09-01T20:25:17.925Z | Checking wyz v0.5.1 |
| 2218 | 2024-09-01T20:25:18.348Z | Compiling newtype_derive v0.1.6 |
| 2219 | 2024-09-01T20:25:18.453Z | Checking password-hash v0.5.0 |
| 2220 | 2024-09-01T20:25:18.624Z | Checking blake2 v0.10.6 |
| 2221 | 2024-09-01T20:25:18.713Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2222 | 2024-09-01T20:25:18.867Z | Checking crc-catalog v2.4.0 |
| 2223 | 2024-09-01T20:25:18.987Z | Checking funty v2.0.0 |
| 2224 | 2024-09-01T20:25:19.040Z | Compiling packed_struct v0.10.1 |
| 2225 | 2024-09-01T20:25:19.170Z | Checking argon2 v0.5.3 |
| 2226 | 2024-09-01T20:25:19.477Z | Checking crc v3.2.1 |
| 2227 | 2024-09-01T20:25:19.808Z | Compiling packed_struct_codegen v0.10.1 |
| 2228 | 2024-09-01T20:25:19.833Z | Compiling cookie v0.18.1 |
| 2229 | 2024-09-01T20:25:19.857Z | Checking bitvec v1.0.1 |
| 2230 | 2024-09-01T20:25:20.120Z | Compiling tokio-rustls v0.25.0 |
| 2231 | 2024-09-01T20:25:20.548Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2232 | 2024-09-01T20:25:20.653Z | Checking half v2.4.1 |
| 2233 | 2024-09-01T20:25:20.829Z | Compiling indexmap v1.9.3 |
| 2234 | 2024-09-01T20:25:21.164Z | Checking ciborium-io v0.2.2 |
| 2235 | 2024-09-01T20:25:21.188Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2236 | 2024-09-01T20:25:21.308Z | Checking nodrop v0.1.14 |
| 2237 | 2024-09-01T20:25:21.436Z | Checking array-init v0.0.4 |
| 2238 | 2024-09-01T20:25:21.542Z | Checking ciborium-ll v0.2.2 |
| 2239 | 2024-09-01T20:25:22.078Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2240 | 2024-09-01T20:25:22.350Z | Checking smallvec v0.6.14 |
| 2241 | 2024-09-01T20:25:22.526Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2242 | 2024-09-01T20:25:22.729Z | Compiling memoffset v0.9.1 |
| 2243 | 2024-09-01T20:25:22.781Z | Checking highway v1.2.0 |
| 2244 | 2024-09-01T20:25:23.041Z | Checking hashbrown v0.12.3 |
| 2245 | 2024-09-01T20:25:23.157Z | Checking bitfield v0.14.0 |
| 2246 | 2024-09-01T20:25:23.204Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2247 | 2024-09-01T20:25:23.415Z | Checking env_logger v0.10.2 |
| 2248 | 2024-09-01T20:25:23.685Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2249 | 2024-09-01T20:25:23.800Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2250 | 2024-09-01T20:25:24.313Z | Checking serde-hex v0.1.0 |
| 2251 | 2024-09-01T20:25:24.488Z | Checking steno v0.4.1 |
| 2252 | 2024-09-01T20:25:24.626Z | Checking bzip2 v0.4.4 |
| 2253 | 2024-09-01T20:25:24.892Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2254 | 2024-09-01T20:25:24.980Z | Checking ciborium v0.2.2 |
| 2255 | 2024-09-01T20:25:25.299Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2256 | 2024-09-01T20:25:25.470Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2257 | 2024-09-01T20:25:25.575Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2258 | 2024-09-01T20:25:25.880Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2259 | 2024-09-01T20:25:25.915Z | Checking ron v0.8.1 |
| 2260 | 2024-09-01T20:25:26.607Z | Checking x509-cert v0.2.5 |
| 2261 | 2024-09-01T20:25:26.631Z | Checking hashbrown v0.13.2 |
| 2262 | 2024-09-01T20:25:27.092Z | Compiling derive-where v1.2.7 |
| 2263 | 2024-09-01T20:25:27.586Z | Checking crc-any v2.5.0 |
| 2264 | 2024-09-01T20:25:27.887Z | Checking object v0.30.4 |
| 2265 | 2024-09-01T20:25:27.939Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2266 | 2024-09-01T20:25:28.071Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2267 | 2024-09-01T20:25:28.182Z | Checking zip v0.6.6 |
| 2268 | 2024-09-01T20:25:28.683Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2269 | 2024-09-01T20:25:28.799Z | Checking path-slash v0.1.5 |
| 2270 | 2024-09-01T20:25:28.823Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2271 | 2024-09-01T20:25:28.937Z | Checking nix v0.27.1 |
| 2272 | 2024-09-01T20:25:29.033Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2273 | 2024-09-01T20:25:29.574Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2274 | 2024-09-01T20:25:29.791Z | Checking kstat-rs v0.2.4 |
| 2275 | 2024-09-01T20:25:29.817Z | Checking serde-big-array v0.5.1 |
| 2276 | 2024-09-01T20:25:30.007Z | Checking signal-hook-tokio v0.3.1 |
| 2277 | 2024-09-01T20:25:30.414Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2278 | 2024-09-01T20:25:31.720Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2279 | 2024-09-01T20:25:37.137Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2280 | 2024-09-01T20:25:38.959Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2281 | 2024-09-01T20:25:41.153Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2282 | 2024-09-01T20:25:43.965Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2283 | 2024-09-01T20:25:45.163Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2284 | 2024-09-01T20:25:45.549Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2285 | 2024-09-01T20:25:51.735Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2286 | 2024-09-01T20:25:52.659Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2287 | 2024-09-01T20:25:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.88s |
| 2288 | 2024-09-01T20:25:56.609Z | |
| 2289 | 2024-09-01T20:25:56.609Z | info: running `cargo check --bins` on gateway-api (46/158) |
| 2290 | 2024-09-01T20:25:57.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2024-09-01T20:25:57.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2024-09-01T20:25:57.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2024-09-01T20:25:57.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2294 | 2024-09-01T20:25:57.577Z | |
| 2295 | 2024-09-01T20:25:57.577Z | info: running `cargo check --bins` on oximeter (47/158) |
| 2296 | 2024-09-01T20:25:58.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2024-09-01T20:25:58.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2024-09-01T20:25:58.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2299 | 2024-09-01T20:25:58.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2300 | 2024-09-01T20:25:58.554Z | |
| 2301 | 2024-09-01T20:25:58.554Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
| 2302 | 2024-09-01T20:25:59.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2303 | 2024-09-01T20:25:59.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2304 | 2024-09-01T20:25:59.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2305 | 2024-09-01T20:25:59.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2306 | 2024-09-01T20:25:59.464Z | |
| 2307 | 2024-09-01T20:25:59.464Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
| 2308 | 2024-09-01T20:26:00.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2309 | 2024-09-01T20:26:00.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2310 | 2024-09-01T20:26:00.393Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2311 | 2024-09-01T20:26:00.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 2312 | 2024-09-01T20:26:01.060Z | |
| 2313 | 2024-09-01T20:26:01.060Z | info: running `cargo check --bins` on oximeter-types (50/158) |
| 2314 | 2024-09-01T20:26:01.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2024-09-01T20:26:01.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2024-09-01T20:26:01.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2317 | 2024-09-01T20:26:01.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2318 | 2024-09-01T20:26:02.032Z | |
| 2319 | 2024-09-01T20:26:02.032Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
| 2320 | 2024-09-01T20:26:02.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2321 | 2024-09-01T20:26:02.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2322 | 2024-09-01T20:26:02.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2323 | 2024-09-01T20:26:02.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2324 | 2024-09-01T20:26:02.999Z | |
| 2325 | 2024-09-01T20:26:02.999Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
| 2326 | 2024-09-01T20:26:03.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2327 | 2024-09-01T20:26:03.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2328 | 2024-09-01T20:26:03.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2329 | 2024-09-01T20:26:03.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2330 | 2024-09-01T20:26:03.923Z | |
| 2331 | 2024-09-01T20:26:03.923Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
| 2332 | 2024-09-01T20:26:04.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2333 | 2024-09-01T20:26:04.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2334 | 2024-09-01T20:26:04.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2335 | 2024-09-01T20:26:04.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2336 | 2024-09-01T20:26:04.902Z | |
| 2337 | 2024-09-01T20:26:04.902Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
| 2338 | 2024-09-01T20:26:05.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2339 | 2024-09-01T20:26:05.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2340 | 2024-09-01T20:26:05.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2341 | 2024-09-01T20:26:05.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2342 | 2024-09-01T20:26:05.946Z | |
| 2343 | 2024-09-01T20:26:05.946Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
| 2344 | 2024-09-01T20:26:06.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2345 | 2024-09-01T20:26:06.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2346 | 2024-09-01T20:26:06.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2347 | 2024-09-01T20:26:06.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2348 | 2024-09-01T20:26:06.995Z | |
| 2349 | 2024-09-01T20:26:06.995Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
| 2350 | 2024-09-01T20:26:07.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2351 | 2024-09-01T20:26:07.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2352 | 2024-09-01T20:26:07.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2353 | 2024-09-01T20:26:07.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2354 | 2024-09-01T20:26:08.003Z | |
| 2355 | 2024-09-01T20:26:08.003Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
| 2356 | 2024-09-01T20:26:08.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2357 | 2024-09-01T20:26:08.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2358 | 2024-09-01T20:26:08.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2359 | 2024-09-01T20:26:08.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2360 | 2024-09-01T20:26:08.977Z | |
| 2361 | 2024-09-01T20:26:08.977Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
| 2362 | 2024-09-01T20:26:09.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2363 | 2024-09-01T20:26:09.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2364 | 2024-09-01T20:26:09.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2365 | 2024-09-01T20:26:09.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2366 | 2024-09-01T20:26:09.982Z | |
| 2367 | 2024-09-01T20:26:09.982Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
| 2368 | 2024-09-01T20:26:10.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2369 | 2024-09-01T20:26:10.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2370 | 2024-09-01T20:26:10.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2371 | 2024-09-01T20:26:10.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2372 | 2024-09-01T20:26:11.078Z | |
| 2373 | 2024-09-01T20:26:11.078Z | info: running `cargo check --bins` on internal-dns (60/158) |
| 2374 | 2024-09-01T20:26:11.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2024-09-01T20:26:11.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2024-09-01T20:26:11.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2377 | 2024-09-01T20:26:11.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2378 | 2024-09-01T20:26:12.042Z | |
| 2379 | 2024-09-01T20:26:12.042Z | info: running `cargo check --bins` on nexus-client (61/158) |
| 2380 | 2024-09-01T20:26:12.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2381 | 2024-09-01T20:26:12.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2382 | 2024-09-01T20:26:12.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2383 | 2024-09-01T20:26:12.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2384 | 2024-09-01T20:26:13.073Z | |
| 2385 | 2024-09-01T20:26:13.073Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
| 2386 | 2024-09-01T20:26:13.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2387 | 2024-09-01T20:26:13.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2388 | 2024-09-01T20:26:13.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2389 | 2024-09-01T20:26:13.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2390 | 2024-09-01T20:26:14.068Z | |
| 2391 | 2024-09-01T20:26:14.069Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
| 2392 | 2024-09-01T20:26:14.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2024-09-01T20:26:14.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2024-09-01T20:26:14.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2395 | 2024-09-01T20:26:14.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2396 | 2024-09-01T20:26:15.027Z | |
| 2397 | 2024-09-01T20:26:15.027Z | info: running `cargo check --bins` on nexus-types (64/158) |
| 2398 | 2024-09-01T20:26:15.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2024-09-01T20:26:15.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2024-09-01T20:26:15.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2401 | 2024-09-01T20:26:15.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2402 | 2024-09-01T20:26:16.067Z | |
| 2403 | 2024-09-01T20:26:16.067Z | info: running `cargo check --bins` on gateway-client (65/158) |
| 2404 | 2024-09-01T20:26:16.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2024-09-01T20:26:17.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2024-09-01T20:26:17.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2407 | 2024-09-01T20:26:17.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2408 | 2024-09-01T20:26:17.075Z | |
| 2409 | 2024-09-01T20:26:17.075Z | info: running `cargo check --bins` on oxql-types (66/158) |
| 2410 | 2024-09-01T20:26:17.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2024-09-01T20:26:17.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2024-09-01T20:26:17.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2024-09-01T20:26:17.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2414 | 2024-09-01T20:26:18.073Z | |
| 2415 | 2024-09-01T20:26:18.073Z | info: running `cargo check --bins` on sp-sim (67/158) |
| 2416 | 2024-09-01T20:26:18.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2024-09-01T20:26:18.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2024-09-01T20:26:19.058Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2419 | 2024-09-01T20:26:21.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
| 2420 | 2024-09-01T20:26:21.661Z | |
| 2421 | 2024-09-01T20:26:21.661Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
| 2422 | 2024-09-01T20:26:22.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2024-09-01T20:26:22.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2024-09-01T20:26:22.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2425 | 2024-09-01T20:26:22.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 2426 | 2024-09-01T20:26:22.777Z | |
| 2427 | 2024-09-01T20:26:22.777Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
| 2428 | 2024-09-01T20:26:23.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2429 | 2024-09-01T20:26:23.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2430 | 2024-09-01T20:26:23.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2431 | 2024-09-01T20:26:23.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2432 | 2024-09-01T20:26:23.873Z | |
| 2433 | 2024-09-01T20:26:23.873Z | info: running `cargo check --bins` on db-macros (70/158) |
| 2434 | 2024-09-01T20:26:24.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2435 | 2024-09-01T20:26:24.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2436 | 2024-09-01T20:26:24.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2437 | 2024-09-01T20:26:24.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2438 | 2024-09-01T20:26:24.844Z | |
| 2439 | 2024-09-01T20:26:24.844Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
| 2440 | 2024-09-01T20:26:25.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2441 | 2024-09-01T20:26:25.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2442 | 2024-09-01T20:26:25.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2443 | 2024-09-01T20:26:25.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2444 | 2024-09-01T20:26:25.856Z | |
| 2445 | 2024-09-01T20:26:25.856Z | info: running `cargo check --bins` on nexus-auth (72/158) |
| 2446 | 2024-09-01T20:26:26.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2024-09-01T20:26:26.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2024-09-01T20:26:26.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2449 | 2024-09-01T20:26:26.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2450 | 2024-09-01T20:26:26.916Z | |
| 2451 | 2024-09-01T20:26:26.916Z | info: running `cargo check --bins` on authz-macros (73/158) |
| 2452 | 2024-09-01T20:26:27.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2024-09-01T20:26:27.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2024-09-01T20:26:27.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2024-09-01T20:26:27.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2456 | 2024-09-01T20:26:27.873Z | |
| 2457 | 2024-09-01T20:26:27.873Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
| 2458 | 2024-09-01T20:26:28.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2024-09-01T20:26:28.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2024-09-01T20:26:28.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2024-09-01T20:26:28.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2462 | 2024-09-01T20:26:28.938Z | |
| 2463 | 2024-09-01T20:26:28.938Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
| 2464 | 2024-09-01T20:26:29.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2024-09-01T20:26:29.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2024-09-01T20:26:29.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2024-09-01T20:26:29.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2468 | 2024-09-01T20:26:29.880Z | |
| 2469 | 2024-09-01T20:26:29.880Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
| 2470 | 2024-09-01T20:26:30.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2024-09-01T20:26:30.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2024-09-01T20:26:30.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2024-09-01T20:26:30.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2474 | 2024-09-01T20:26:30.859Z | |
| 2475 | 2024-09-01T20:26:30.859Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
| 2476 | 2024-09-01T20:26:31.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2024-09-01T20:26:31.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2024-09-01T20:26:31.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2479 | 2024-09-01T20:26:31.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2480 | 2024-09-01T20:26:31.888Z | |
| 2481 | 2024-09-01T20:26:31.888Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
| 2482 | 2024-09-01T20:26:32.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2483 | 2024-09-01T20:26:32.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2484 | 2024-09-01T20:26:32.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2485 | 2024-09-01T20:26:32.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2486 | 2024-09-01T20:26:32.901Z | |
| 2487 | 2024-09-01T20:26:32.901Z | info: running `cargo check --bins` on typed-rng (79/158) |
| 2488 | 2024-09-01T20:26:33.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2489 | 2024-09-01T20:26:33.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2490 | 2024-09-01T20:26:33.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2491 | 2024-09-01T20:26:33.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2492 | 2024-09-01T20:26:33.833Z | |
| 2493 | 2024-09-01T20:26:33.833Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
| 2494 | 2024-09-01T20:26:34.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2495 | 2024-09-01T20:26:34.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2496 | 2024-09-01T20:26:34.952Z | Compiling rayon-core v1.12.1 |
| 2497 | 2024-09-01T20:26:34.976Z | Compiling crossbeam-deque v0.8.5 |
| 2498 | 2024-09-01T20:26:34.976Z | Compiling curve25519-dalek v4.1.3 |
| 2499 | 2024-09-01T20:26:34.976Z | Compiling unicase v2.7.0 |
| 2500 | 2024-09-01T20:26:34.976Z | Checking keccak v0.1.5 |
| 2501 | 2024-09-01T20:26:34.976Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2502 | 2024-09-01T20:26:34.976Z | Compiling same-file v1.0.6 |
| 2503 | 2024-09-01T20:26:35.001Z | Compiling tempfile v3.10.1 |
| 2504 | 2024-09-01T20:26:35.289Z | Compiling walkdir v2.5.0 |
| 2505 | 2024-09-01T20:26:35.313Z | Checking sha3 v0.10.8 |
| 2506 | 2024-09-01T20:26:35.363Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2507 | 2024-09-01T20:26:35.604Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2508 | 2024-09-01T20:26:35.723Z | Checking universal-hash v0.5.1 |
| 2509 | 2024-09-01T20:26:35.747Z | Checking secrecy v0.8.0 |
| 2510 | 2024-09-01T20:26:35.794Z | Compiling blake3 v1.5.1 |
| 2511 | 2024-09-01T20:26:35.889Z | Compiling ring v0.16.20 |
| 2512 | 2024-09-01T20:26:35.914Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2513 | 2024-09-01T20:26:35.939Z | Checking opaque-debug v0.3.1 |
| 2514 | 2024-09-01T20:26:35.963Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2515 | 2024-09-01T20:26:36.058Z | Checking poly1305 v0.8.0 |
| 2516 | 2024-09-01T20:26:36.058Z | Checking chacha20 v0.9.1 |
| 2517 | 2024-09-01T20:26:36.254Z | Compiling rayon v1.10.0 |
| 2518 | 2024-09-01T20:26:36.381Z | Checking aead v0.5.2 |
| 2519 | 2024-09-01T20:26:36.496Z | Compiling memmap2 v0.9.4 |
| 2520 | 2024-09-01T20:26:36.592Z | Compiling arrayvec v0.7.4 |
| 2521 | 2024-09-01T20:26:36.920Z | Compiling constant_time_eq v0.3.0 |
| 2522 | 2024-09-01T20:26:37.001Z | Compiling home v0.5.9 |
| 2523 | 2024-09-01T20:26:37.034Z | Compiling untrusted v0.7.1 |
| 2524 | 2024-09-01T20:26:37.090Z | Compiling spin v0.5.2 |
| 2525 | 2024-09-01T20:26:37.114Z | Compiling arrayref v0.3.7 |
| 2526 | 2024-09-01T20:26:37.211Z | Compiling libefi-sys v0.1.0 |
| 2527 | 2024-09-01T20:26:37.237Z | Compiling toolchain_find v0.4.0 |
| 2528 | 2024-09-01T20:26:37.262Z | Checking chacha20poly1305 v0.10.1 |
| 2529 | 2024-09-01T20:26:37.559Z | Compiling camino-tempfile v1.1.1 |
| 2530 | 2024-09-01T20:26:37.663Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2531 | 2024-09-01T20:26:37.824Z | Compiling bitfield-struct v0.6.1 |
| 2532 | 2024-09-01T20:26:37.923Z | Compiling topological-sort v0.2.2 |
| 2533 | 2024-09-01T20:26:37.983Z | Compiling cancel-safe-futures v0.1.5 |
| 2534 | 2024-09-01T20:26:38.137Z | Compiling mime_guess v2.0.4 |
| 2535 | 2024-09-01T20:26:38.353Z | Compiling rustfmt-wrapper v0.2.1 |
| 2536 | 2024-09-01T20:26:38.542Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2537 | 2024-09-01T20:26:38.599Z | Checking thiserror-no-std v2.0.2 |
| 2538 | 2024-09-01T20:26:38.708Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2539 | 2024-09-01T20:26:38.869Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2540 | 2024-09-01T20:26:38.988Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2541 | 2024-09-01T20:26:39.042Z | Checking vsss-rs v3.3.4 |
| 2542 | 2024-09-01T20:26:39.129Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2543 | 2024-09-01T20:26:39.406Z | Checking gethostname v0.5.0 |
| 2544 | 2024-09-01T20:26:39.501Z | Checking libsw v3.3.1 |
| 2545 | 2024-09-01T20:26:39.527Z | Checking swrite v0.1.0 |
| 2546 | 2024-09-01T20:26:39.640Z | Checking owo-colors v4.0.0 |
| 2547 | 2024-09-01T20:26:39.665Z | Checking linear-map v1.2.0 |
| 2548 | 2024-09-01T20:26:39.689Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2024-09-01T20:26:40.001Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2550 | 2024-09-01T20:26:40.107Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2551 | 2024-09-01T20:26:40.578Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2552 | 2024-09-01T20:26:40.608Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2553 | 2024-09-01T20:26:40.852Z | Checking nanorand v0.7.0 |
| 2554 | 2024-09-01T20:26:41.227Z | Checking glob v0.3.1 |
| 2555 | 2024-09-01T20:26:41.314Z | Compiling omicron-zone-package v0.11.0 |
| 2556 | 2024-09-01T20:26:41.453Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2557 | 2024-09-01T20:26:41.477Z | Checking http-range v0.1.5 |
| 2558 | 2024-09-01T20:26:41.519Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2559 | 2024-09-01T20:26:41.632Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2560 | 2024-09-01T20:26:41.657Z | Checking hyper-staticfile v0.9.5 |
| 2561 | 2024-09-01T20:26:42.011Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2562 | 2024-09-01T20:26:42.237Z | Checking flume v0.11.0 |
| 2563 | 2024-09-01T20:26:42.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2564 | 2024-09-01T20:26:42.710Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2565 | 2024-09-01T20:26:42.883Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2566 | 2024-09-01T20:26:43.209Z | Checking itertools v0.13.0 |
| 2567 | 2024-09-01T20:26:43.787Z | Checking display-error-chain v0.2.1 |
| 2568 | 2024-09-01T20:26:44.175Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2569 | 2024-09-01T20:26:44.200Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2570 | 2024-09-01T20:26:45.864Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2571 | 2024-09-01T20:26:47.320Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2572 | 2024-09-01T20:26:47.320Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2573 | 2024-09-01T20:27:01.663Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2574 | 2024-09-01T20:27:17.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.48s |
| 2575 | 2024-09-01T20:27:17.478Z | |
| 2576 | 2024-09-01T20:27:17.478Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
| 2577 | 2024-09-01T20:27:18.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2578 | 2024-09-01T20:27:18.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2579 | 2024-09-01T20:27:18.467Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2580 | 2024-09-01T20:27:33.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.46s |
| 2581 | 2024-09-01T20:27:34.105Z | |
| 2582 | 2024-09-01T20:27:34.105Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
| 2583 | 2024-09-01T20:27:34.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2584 | 2024-09-01T20:27:34.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2585 | 2024-09-01T20:27:35.113Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2586 | 2024-09-01T20:27:50.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.34s |
| 2587 | 2024-09-01T20:27:50.644Z | |
| 2588 | 2024-09-01T20:27:50.644Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
| 2589 | 2024-09-01T20:27:51.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2024-09-01T20:27:51.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2024-09-01T20:27:51.713Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2592 | 2024-09-01T20:28:07.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
| 2593 | 2024-09-01T20:28:07.634Z | |
| 2594 | 2024-09-01T20:28:07.635Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
| 2595 | 2024-09-01T20:28:08.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2024-09-01T20:28:08.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2024-09-01T20:28:08.640Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2598 | 2024-09-01T20:28:24.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s |
| 2599 | 2024-09-01T20:28:24.509Z | |
| 2600 | 2024-09-01T20:28:24.509Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
| 2601 | 2024-09-01T20:28:25.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2024-09-01T20:28:25.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2024-09-01T20:28:25.586Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2604 | 2024-09-01T20:28:41.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.71s |
| 2605 | 2024-09-01T20:28:41.386Z | |
| 2606 | 2024-09-01T20:28:41.386Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
| 2607 | 2024-09-01T20:28:42.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2024-09-01T20:28:42.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2024-09-01T20:28:42.397Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2610 | 2024-09-01T20:28:57.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s |
| 2611 | 2024-09-01T20:28:58.094Z | |
| 2612 | 2024-09-01T20:28:58.094Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
| 2613 | 2024-09-01T20:28:58.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2024-09-01T20:28:59.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2024-09-01T20:28:59.198Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2616 | 2024-09-01T20:29:14.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s |
| 2617 | 2024-09-01T20:29:15.004Z | |
| 2618 | 2024-09-01T20:29:15.004Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
| 2619 | 2024-09-01T20:29:15.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2024-09-01T20:29:15.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2024-09-01T20:29:15.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2024-09-01T20:29:15.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2623 | 2024-09-01T20:29:16.017Z | |
| 2624 | 2024-09-01T20:29:16.017Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
| 2625 | 2024-09-01T20:29:16.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2024-09-01T20:29:16.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2024-09-01T20:29:16.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2024-09-01T20:29:16.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2629 | 2024-09-01T20:29:16.946Z | |
| 2630 | 2024-09-01T20:29:16.946Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
| 2631 | 2024-09-01T20:29:17.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2024-09-01T20:29:17.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2024-09-01T20:29:17.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2024-09-01T20:29:17.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2635 | 2024-09-01T20:29:17.875Z | |
| 2636 | 2024-09-01T20:29:17.875Z | info: running `cargo check --bins` on dpd-client (91/158) |
| 2637 | 2024-09-01T20:29:18.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2024-09-01T20:29:18.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2024-09-01T20:29:18.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2024-09-01T20:29:18.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2641 | 2024-09-01T20:29:18.760Z | |
| 2642 | 2024-09-01T20:29:18.760Z | info: running `cargo check --bins` on installinator-common (92/158) |
| 2643 | 2024-09-01T20:29:19.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2024-09-01T20:29:19.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2024-09-01T20:29:19.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2024-09-01T20:29:19.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2647 | 2024-09-01T20:29:19.721Z | |
| 2648 | 2024-09-01T20:29:19.721Z | info: running `cargo check --bins` on update-engine (93/158) |
| 2649 | 2024-09-01T20:29:20.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2024-09-01T20:29:20.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2024-09-01T20:29:20.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2024-09-01T20:29:20.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2653 | 2024-09-01T20:29:20.631Z | |
| 2654 | 2024-09-01T20:29:20.631Z | info: running `cargo check --bins` on key-manager (94/158) |
| 2655 | 2024-09-01T20:29:21.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2024-09-01T20:29:21.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2024-09-01T20:29:21.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2024-09-01T20:29:21.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2659 | 2024-09-01T20:29:21.535Z | |
| 2660 | 2024-09-01T20:29:21.535Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
| 2661 | 2024-09-01T20:29:22.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2024-09-01T20:29:22.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2024-09-01T20:29:22.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2024-09-01T20:29:22.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2665 | 2024-09-01T20:29:22.476Z | |
| 2666 | 2024-09-01T20:29:22.476Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
| 2667 | 2024-09-01T20:29:23.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2024-09-01T20:29:23.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2024-09-01T20:29:23.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2024-09-01T20:29:23.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2671 | 2024-09-01T20:29:23.436Z | |
| 2672 | 2024-09-01T20:29:23.436Z | info: running `cargo check --bins` on sled-hardware (97/158) |
| 2673 | 2024-09-01T20:29:24.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2024-09-01T20:29:24.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2024-09-01T20:29:24.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2024-09-01T20:29:24.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2677 | 2024-09-01T20:29:24.373Z | |
| 2678 | 2024-09-01T20:29:24.373Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
| 2679 | 2024-09-01T20:29:25.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2024-09-01T20:29:25.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2024-09-01T20:29:25.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2024-09-01T20:29:25.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2683 | 2024-09-01T20:29:25.333Z | |
| 2684 | 2024-09-01T20:29:25.333Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
| 2685 | 2024-09-01T20:29:26.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2024-09-01T20:29:26.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2024-09-01T20:29:26.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2024-09-01T20:29:26.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2689 | 2024-09-01T20:29:26.258Z | |
| 2690 | 2024-09-01T20:29:26.258Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
| 2691 | 2024-09-01T20:29:27.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2024-09-01T20:29:27.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2024-09-01T20:29:27.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2024-09-01T20:29:27.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2695 | 2024-09-01T20:29:27.220Z | |
| 2696 | 2024-09-01T20:29:27.220Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
| 2697 | 2024-09-01T20:29:28.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2024-09-01T20:29:28.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2024-09-01T20:29:28.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2700 | 2024-09-01T20:29:28.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2701 | 2024-09-01T20:29:28.214Z | |
| 2702 | 2024-09-01T20:29:28.214Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
| 2703 | 2024-09-01T20:29:29.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-09-01T20:29:29.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-09-01T20:29:29.233Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2706 | 2024-09-01T20:29:29.233Z | Checking bcs v0.1.6 |
| 2707 | 2024-09-01T20:29:29.233Z | Compiling async-recursion v1.1.1 |
| 2708 | 2024-09-01T20:29:29.233Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2709 | 2024-09-01T20:29:29.257Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2710 | 2024-09-01T20:29:30.571Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2711 | 2024-09-01T20:29:34.879Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2712 | 2024-09-01T20:29:37.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
| 2713 | 2024-09-01T20:29:37.320Z | |
| 2714 | 2024-09-01T20:29:37.320Z | info: running `cargo check --bins` on oximeter-api (103/158) |
| 2715 | 2024-09-01T20:29:38.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-09-01T20:29:38.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-09-01T20:29:38.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2024-09-01T20:29:38.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2719 | 2024-09-01T20:29:38.216Z | |
| 2720 | 2024-09-01T20:29:38.216Z | info: running `cargo check --bins` on oximeter-client (104/158) |
| 2721 | 2024-09-01T20:29:39.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-09-01T20:29:39.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-09-01T20:29:39.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2024-09-01T20:29:39.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2725 | 2024-09-01T20:29:39.111Z | |
| 2726 | 2024-09-01T20:29:39.112Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
| 2727 | 2024-09-01T20:29:39.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2024-09-01T20:29:39.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2024-09-01T20:29:40.045Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2730 | 2024-09-01T20:29:40.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 2731 | 2024-09-01T20:29:40.952Z | |
| 2732 | 2024-09-01T20:29:40.952Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
| 2733 | 2024-09-01T20:29:41.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2024-09-01T20:29:41.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2024-09-01T20:29:41.935Z | Compiling vte_generate_state_changes v0.1.1 |
| 2736 | 2024-09-01T20:29:41.935Z | Checking fd-lock v4.0.2 |
| 2737 | 2024-09-01T20:29:41.935Z | Checking bytecount v0.6.8 |
| 2738 | 2024-09-01T20:29:41.959Z | Compiling tabled_derive v0.7.0 |
| 2739 | 2024-09-01T20:29:41.959Z | Checking crossterm v0.27.0 |
| 2740 | 2024-09-01T20:29:41.959Z | Compiling peg-macros v0.8.4 |
| 2741 | 2024-09-01T20:29:41.983Z | Compiling sqlparser_derive v0.2.2 |
| 2742 | 2024-09-01T20:29:41.983Z | Checking unicode_categories v0.1.1 |
| 2743 | 2024-09-01T20:29:42.127Z | Checking papergrid v0.11.0 |
| 2744 | 2024-09-01T20:29:42.156Z | Checking nu-ansi-term v0.50.0 |
| 2745 | 2024-09-01T20:29:42.296Z | Checking home v0.5.9 |
| 2746 | 2024-09-01T20:29:42.432Z | Checking rustyline v14.0.0 |
| 2747 | 2024-09-01T20:29:42.543Z | Checking vte v0.11.1 |
| 2748 | 2024-09-01T20:29:42.567Z | Checking sqlformat v0.2.4 |
| 2749 | 2024-09-01T20:29:43.033Z | Checking sqlparser v0.45.0 |
| 2750 | 2024-09-01T20:29:43.528Z | Checking crossterm v0.28.1 |
| 2751 | 2024-09-01T20:29:43.654Z | Checking strip-ansi-escapes v0.2.0 |
| 2752 | 2024-09-01T20:29:43.783Z | Checking reedline v0.33.0 |
| 2753 | 2024-09-01T20:29:44.248Z | Checking tabled v0.15.0 |
| 2754 | 2024-09-01T20:29:44.839Z | Checking peg v0.8.4 |
| 2755 | 2024-09-01T20:29:50.869Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2024-09-01T20:29:58.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s |
| 2757 | 2024-09-01T20:29:58.151Z | |
| 2758 | 2024-09-01T20:29:58.151Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
| 2759 | 2024-09-01T20:29:59.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2024-09-01T20:29:59.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2024-09-01T20:29:59.126Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2762 | 2024-09-01T20:30:06.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.94s |
| 2763 | 2024-09-01T20:30:06.263Z | |
| 2764 | 2024-09-01T20:30:06.263Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
| 2765 | 2024-09-01T20:30:07.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2024-09-01T20:30:07.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2024-09-01T20:30:07.212Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2768 | 2024-09-01T20:30:13.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s |
| 2769 | 2024-09-01T20:30:13.862Z | |
| 2770 | 2024-09-01T20:30:13.862Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
| 2771 | 2024-09-01T20:30:14.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2024-09-01T20:30:14.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2024-09-01T20:30:14.782Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2774 | 2024-09-01T20:30:19.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s |
| 2775 | 2024-09-01T20:30:20.072Z | |
| 2776 | 2024-09-01T20:30:20.072Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
| 2777 | 2024-09-01T20:30:20.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2024-09-01T20:30:20.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2024-09-01T20:30:20.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2024-09-01T20:30:20.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2781 | 2024-09-01T20:30:21.064Z | |
| 2782 | 2024-09-01T20:30:21.064Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
| 2783 | 2024-09-01T20:30:21.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2024-09-01T20:30:21.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2024-09-01T20:30:21.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2024-09-01T20:30:21.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2787 | 2024-09-01T20:30:21.921Z | |
| 2788 | 2024-09-01T20:30:21.921Z | info: running `cargo check --bins` on installinator-client (112/158) |
| 2789 | 2024-09-01T20:30:22.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2024-09-01T20:30:22.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2024-09-01T20:30:22.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2024-09-01T20:30:22.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2793 | 2024-09-01T20:30:22.821Z | |
| 2794 | 2024-09-01T20:30:22.821Z | info: running `cargo check --bins` on oxide-client (113/158) |
| 2795 | 2024-09-01T20:30:23.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2024-09-01T20:30:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2024-09-01T20:30:23.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2024-09-01T20:30:23.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2799 | 2024-09-01T20:30:23.717Z | |
| 2800 | 2024-09-01T20:30:23.717Z | info: running `cargo check --bins` on wicketd-client (114/158) |
| 2801 | 2024-09-01T20:30:24.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2024-09-01T20:30:24.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2024-09-01T20:30:24.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2024-09-01T20:30:24.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2805 | 2024-09-01T20:30:24.630Z | |
| 2806 | 2024-09-01T20:30:24.630Z | info: running `cargo check --bins` on wicket-common (115/158) |
| 2807 | 2024-09-01T20:30:25.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2024-09-01T20:30:25.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2024-09-01T20:30:25.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2024-09-01T20:30:25.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2811 | 2024-09-01T20:30:25.635Z | |
| 2812 | 2024-09-01T20:30:25.635Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
| 2813 | 2024-09-01T20:30:26.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2024-09-01T20:30:26.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2024-09-01T20:30:26.571Z | Checking csv-core v0.1.11 |
| 2816 | 2024-09-01T20:30:26.595Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2817 | 2024-09-01T20:30:26.880Z | Checking csv v1.3.0 |
| 2818 | 2024-09-01T20:30:27.631Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2819 | 2024-09-01T20:30:28.083Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2820 | 2024-09-01T20:30:29.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2821 | 2024-09-01T20:30:29.760Z | |
| 2822 | 2024-09-01T20:30:29.760Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
| 2823 | 2024-09-01T20:30:30.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2024-09-01T20:30:30.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2024-09-01T20:30:30.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2024-09-01T20:30:30.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2827 | 2024-09-01T20:30:30.691Z | |
| 2828 | 2024-09-01T20:30:30.691Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
| 2829 | 2024-09-01T20:30:31.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2024-09-01T20:30:31.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2024-09-01T20:30:31.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2024-09-01T20:30:31.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2833 | 2024-09-01T20:30:31.625Z | |
| 2834 | 2024-09-01T20:30:31.625Z | info: running `cargo check --bins` on cert-dev (119/158) |
| 2835 | 2024-09-01T20:30:32.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2024-09-01T20:30:32.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2024-09-01T20:30:32.487Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2838 | 2024-09-01T20:30:32.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2839 | 2024-09-01T20:30:32.882Z | |
| 2840 | 2024-09-01T20:30:32.882Z | info: running `cargo check --bins` on ch-dev (120/158) |
| 2841 | 2024-09-01T20:30:33.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2024-09-01T20:30:33.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2024-09-01T20:30:33.868Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2844 | 2024-09-01T20:30:34.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 2845 | 2024-09-01T20:30:34.828Z | |
| 2846 | 2024-09-01T20:30:34.828Z | info: running `cargo check --bins` on crdb-seed (121/158) |
| 2847 | 2024-09-01T20:30:35.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2024-09-01T20:30:35.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2024-09-01T20:30:35.801Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2850 | 2024-09-01T20:30:36.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 2851 | 2024-09-01T20:30:36.315Z | |
| 2852 | 2024-09-01T20:30:36.315Z | info: running `cargo check --bins` on db-dev (122/158) |
| 2853 | 2024-09-01T20:30:37.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2024-09-01T20:30:37.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2024-09-01T20:30:37.293Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2856 | 2024-09-01T20:30:38.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 2857 | 2024-09-01T20:30:38.265Z | |
| 2858 | 2024-09-01T20:30:38.265Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
| 2859 | 2024-09-01T20:30:39.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2024-09-01T20:30:39.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2024-09-01T20:30:39.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2024-09-01T20:30:39.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2863 | 2024-09-01T20:30:39.252Z | |
| 2864 | 2024-09-01T20:30:39.252Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
| 2865 | 2024-09-01T20:30:40.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2024-09-01T20:30:40.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2024-09-01T20:30:40.194Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2868 | 2024-09-01T20:30:41.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
| 2869 | 2024-09-01T20:30:41.380Z | |
| 2870 | 2024-09-01T20:30:41.380Z | info: running `cargo check --bins` on mgs-dev (125/158) |
| 2871 | 2024-09-01T20:30:42.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2024-09-01T20:30:42.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2024-09-01T20:30:42.462Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2874 | 2024-09-01T20:30:43.170Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2875 | 2024-09-01T20:30:43.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 2876 | 2024-09-01T20:30:43.960Z | |
| 2877 | 2024-09-01T20:30:43.960Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
| 2878 | 2024-09-01T20:30:44.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2024-09-01T20:30:44.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2024-09-01T20:30:45.160Z | Compiling crunchy v0.2.2 |
| 2881 | 2024-09-01T20:30:45.160Z | Compiling glob v0.3.1 |
| 2882 | 2024-09-01T20:30:45.184Z | Compiling tiny-keccak v2.0.2 |
| 2883 | 2024-09-01T20:30:45.184Z | Compiling dsl_auto_type v0.1.2 |
| 2884 | 2024-09-01T20:30:45.184Z | Checking scheduled-thread-pool v0.2.7 |
| 2885 | 2024-09-01T20:30:45.184Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2886 | 2024-09-01T20:30:45.227Z | Compiling ascii-canvas v3.0.0 |
| 2887 | 2024-09-01T20:30:45.251Z | Compiling ena v0.14.3 |
| 2888 | 2024-09-01T20:30:45.479Z | Checking r2d2 v0.8.10 |
| 2889 | 2024-09-01T20:30:45.531Z | Compiling libloading v0.8.3 |
| 2890 | 2024-09-01T20:30:45.682Z | Compiling regex-syntax v0.6.29 |
| 2891 | 2024-09-01T20:30:45.717Z | Compiling diff v0.1.13 |
| 2892 | 2024-09-01T20:30:45.744Z | Compiling bindgen v0.69.4 |
| 2893 | 2024-09-01T20:30:45.771Z | Compiling which v4.4.2 |
| 2894 | 2024-09-01T20:30:45.911Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2895 | 2024-09-01T20:30:46.135Z | Compiling clang-sys v1.7.0 |
| 2896 | 2024-09-01T20:30:46.159Z | Compiling cexpr v0.6.0 |
| 2897 | 2024-09-01T20:30:46.313Z | Compiling rustc-hash v1.1.0 |
| 2898 | 2024-09-01T20:30:46.337Z | Compiling lazycell v1.3.0 |
| 2899 | 2024-09-01T20:30:46.377Z | Compiling ref-cast v1.0.23 |
| 2900 | 2024-09-01T20:30:46.435Z | Compiling shlex v1.3.0 |
| 2901 | 2024-09-01T20:30:46.465Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2902 | 2024-09-01T20:30:46.510Z | Compiling derive_builder_core v0.20.0 |
| 2903 | 2024-09-01T20:30:46.724Z | Compiling diesel_derives v2.2.2 |
| 2904 | 2024-09-01T20:30:46.748Z | Compiling libxml v0.3.3 |
| 2905 | 2024-09-01T20:30:46.857Z | Compiling ref-cast-impl v1.0.23 |
| 2906 | 2024-09-01T20:30:46.965Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2907 | 2024-09-01T20:30:47.118Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2908 | 2024-09-01T20:30:47.385Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2909 | 2024-09-01T20:30:47.669Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2910 | 2024-09-01T20:30:47.768Z | Compiling strum_macros v0.24.3 |
| 2911 | 2024-09-01T20:30:47.991Z | Compiling dropshot v0.10.1 |
| 2912 | 2024-09-01T20:30:48.017Z | Compiling indoc v1.0.9 |
| 2913 | 2024-09-01T20:30:48.663Z | Compiling lalrpop v0.19.12 |
| 2914 | 2024-09-01T20:30:48.882Z | Compiling derive_builder_macro v0.20.0 |
| 2915 | 2024-09-01T20:30:49.768Z | Checking derive_builder v0.20.0 |
| 2916 | 2024-09-01T20:30:49.930Z | Checking tungstenite v0.23.0 |
| 2917 | 2024-09-01T20:30:50.011Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2918 | 2024-09-01T20:30:50.274Z | Compiling dropshot_endpoint v0.10.1 |
| 2919 | 2024-09-01T20:30:50.748Z | Compiling oso-derive v0.27.3 |
| 2920 | 2024-09-01T20:30:50.876Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2921 | 2024-09-01T20:30:50.985Z | Checking quick-xml v0.31.0 |
| 2922 | 2024-09-01T20:30:51.724Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2923 | 2024-09-01T20:30:52.003Z | Checking maplit v1.0.2 |
| 2924 | 2024-09-01T20:30:52.190Z | Checking tokio-tungstenite v0.23.1 |
| 2925 | 2024-09-01T20:30:52.716Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2926 | 2024-09-01T20:30:52.825Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2927 | 2024-09-01T20:30:53.122Z | Checking bb8 v0.8.5 |
| 2928 | 2024-09-01T20:30:53.577Z | Compiling const_format_proc_macros v0.2.32 |
| 2929 | 2024-09-01T20:30:54.235Z | Checking crossbeam-deque v0.8.5 |
| 2930 | 2024-09-01T20:30:54.542Z | Compiling portable-atomic v1.6.0 |
| 2931 | 2024-09-01T20:30:55.664Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2932 | 2024-09-01T20:30:55.688Z | Checking const_format v0.2.32 |
| 2933 | 2024-09-01T20:30:55.712Z | Checking rayon-core v1.12.1 |
| 2934 | 2024-09-01T20:30:56.158Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2935 | 2024-09-01T20:30:56.417Z | Checking castaway v0.2.3 |
| 2936 | 2024-09-01T20:30:56.483Z | Checking rayon v1.10.0 |
| 2937 | 2024-09-01T20:30:56.590Z | Checking compact_str v0.8.0 |
| 2938 | 2024-09-01T20:30:57.491Z | Checking diesel v2.2.3 |
| 2939 | 2024-09-01T20:30:57.725Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2940 | 2024-09-01T20:30:57.991Z | Checking unicode-truncate v1.0.0 |
| 2941 | 2024-09-01T20:30:58.037Z | Checking lru v0.12.3 |
| 2942 | 2024-09-01T20:30:58.205Z | Compiling instability v0.3.2 |
| 2943 | 2024-09-01T20:30:58.281Z | Checking unicode-linebreak v0.1.5 |
| 2944 | 2024-09-01T20:30:58.320Z | Checking number_prefix v0.4.0 |
| 2945 | 2024-09-01T20:30:58.354Z | Checking smawk v0.3.2 |
| 2946 | 2024-09-01T20:30:58.542Z | Checking cassowary v0.3.0 |
| 2947 | 2024-09-01T20:30:58.589Z | Checking multimap v0.10.0 |
| 2948 | 2024-09-01T20:30:58.679Z | Checking textwrap v0.16.1 |
| 2949 | 2024-09-01T20:30:59.125Z | Checking ratatui v0.28.0 |
| 2950 | 2024-09-01T20:30:59.956Z | Checking indicatif v0.17.8 |
| 2951 | 2024-09-01T20:31:19.540Z | Compiling samael v0.0.15 |
| 2952 | 2024-09-01T20:31:29.129Z | Checking async-bb8-diesel v0.2.1 |
| 2953 | 2024-09-01T20:31:31.060Z | Compiling polar-core v0.27.3 |
| 2954 | 2024-09-01T20:31:40.293Z | Checking oso v0.27.3 |
| 2955 | 2024-09-01T20:32:59.453Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2956 | 2024-09-01T20:33:06.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 2957 | 2024-09-01T20:33:07.062Z | |
| 2958 | 2024-09-01T20:33:07.062Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
| 2959 | 2024-09-01T20:33:07.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2024-09-01T20:33:07.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2024-09-01T20:33:07.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2962 | 2024-09-01T20:33:07.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2963 | 2024-09-01T20:33:08.062Z | |
| 2964 | 2024-09-01T20:33:08.062Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
| 2965 | 2024-09-01T20:33:08.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2024-09-01T20:33:08.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2024-09-01T20:33:08.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2968 | 2024-09-01T20:33:08.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2969 | 2024-09-01T20:33:09.062Z | |
| 2970 | 2024-09-01T20:33:09.062Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
| 2971 | 2024-09-01T20:33:09.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2024-09-01T20:33:09.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2024-09-01T20:33:09.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2024-09-01T20:33:09.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2975 | 2024-09-01T20:33:09.956Z | |
| 2976 | 2024-09-01T20:33:09.956Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
| 2977 | 2024-09-01T20:33:11.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2024-09-01T20:33:11.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2024-09-01T20:33:11.292Z | Compiling libz-sys v1.1.16 |
| 2980 | 2024-09-01T20:33:11.316Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2981 | 2024-09-01T20:33:11.345Z | Compiling vergen v8.3.2 |
| 2982 | 2024-09-01T20:33:11.345Z | Compiling cargo-platform v0.1.8 |
| 2983 | 2024-09-01T20:33:11.369Z | Compiling pin-project-internal v1.1.5 |
| 2984 | 2024-09-01T20:33:11.400Z | Compiling snafu-derive v0.8.2 |
| 2985 | 2024-09-01T20:33:11.400Z | Compiling libsqlite3-sys v0.28.0 |
| 2986 | 2024-09-01T20:33:11.424Z | Compiling buf-list v1.0.3 |
| 2987 | 2024-09-01T20:33:11.699Z | Compiling cargo_metadata v0.18.1 |
| 2988 | 2024-09-01T20:33:11.921Z | Checking globset v0.4.14 |
| 2989 | 2024-09-01T20:33:11.966Z | Checking olpc-cjson v0.1.3 |
| 2990 | 2024-09-01T20:33:12.112Z | Checking rand_seeder v0.3.0 |
| 2991 | 2024-09-01T20:33:12.166Z | Checking serde_plain v1.0.2 |
| 2992 | 2024-09-01T20:33:12.206Z | Checking typed-path v0.7.1 |
| 2993 | 2024-09-01T20:33:12.335Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2994 | 2024-09-01T20:33:12.553Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2995 | 2024-09-01T20:33:12.717Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2996 | 2024-09-01T20:33:12.805Z | Checking hashlink v0.9.1 |
| 2997 | 2024-09-01T20:33:12.829Z | Checking fallible-streaming-iterator v0.1.9 |
| 2998 | 2024-09-01T20:33:12.991Z | Checking parse-size v1.0.0 |
| 2999 | 2024-09-01T20:33:13.038Z | Checking fallible-iterator v0.3.0 |
| 3000 | 2024-09-01T20:33:13.203Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3001 | 2024-09-01T20:33:13.329Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3002 | 2024-09-01T20:33:13.606Z | Checking rusqlite v0.31.0 |
| 3003 | 2024-09-01T20:33:13.965Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3004 | 2024-09-01T20:33:13.989Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3005 | 2024-09-01T20:33:14.063Z | Checking pin-project v1.1.5 |
| 3006 | 2024-09-01T20:33:14.177Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3007 | 2024-09-01T20:33:14.239Z | Checking twox-hash v1.6.3 |
| 3008 | 2024-09-01T20:33:14.320Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3009 | 2024-09-01T20:33:14.671Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3010 | 2024-09-01T20:33:14.971Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3011 | 2024-09-01T20:33:15.038Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3012 | 2024-09-01T20:33:15.088Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 3013 | 2024-09-01T20:33:15.394Z | Checking fatfs v0.3.6 |
| 3014 | 2024-09-01T20:33:15.852Z | Checking assert_matches v1.5.0 |
| 3015 | 2024-09-01T20:33:16.347Z | Checking snafu v0.8.2 |
| 3016 | 2024-09-01T20:33:16.783Z | Checking tough v0.17.1 |
| 3017 | 2024-09-01T20:33:20.699Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3018 | 2024-09-01T20:33:22.162Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3019 | 2024-09-01T20:33:22.975Z | Compiling git2 v0.19.0 |
| 3020 | 2024-09-01T20:33:28.968Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 3021 | 2024-09-01T20:34:32.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 3022 | 2024-09-01T20:34:32.468Z | |
| 3023 | 2024-09-01T20:34:32.468Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
| 3024 | 2024-09-01T20:34:33.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2024-09-01T20:34:33.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2024-09-01T20:34:33.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3027 | 2024-09-01T20:34:33.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3028 | 2024-09-01T20:34:33.465Z | |
| 3029 | 2024-09-01T20:34:33.465Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
| 3030 | 2024-09-01T20:34:34.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2024-09-01T20:34:34.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2024-09-01T20:34:34.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2024-09-01T20:34:34.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3034 | 2024-09-01T20:34:34.276Z | |
| 3035 | 2024-09-01T20:34:34.276Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
| 3036 | 2024-09-01T20:34:35.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2024-09-01T20:34:35.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2024-09-01T20:34:35.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2024-09-01T20:34:35.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3040 | 2024-09-01T20:34:35.164Z | |
| 3041 | 2024-09-01T20:34:35.164Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
| 3042 | 2024-09-01T20:34:35.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2024-09-01T20:34:36.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2024-09-01T20:34:36.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2024-09-01T20:34:36.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3046 | 2024-09-01T20:34:36.088Z | |
| 3047 | 2024-09-01T20:34:36.088Z | info: running `cargo check --bins` on nexus-networking (135/158) |
| 3048 | 2024-09-01T20:34:36.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2024-09-01T20:34:36.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2024-09-01T20:34:36.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2024-09-01T20:34:36.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3052 | 2024-09-01T20:34:37.031Z | |
| 3053 | 2024-09-01T20:34:37.031Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
| 3054 | 2024-09-01T20:34:37.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2024-09-01T20:34:37.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2024-09-01T20:34:37.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2024-09-01T20:34:37.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3058 | 2024-09-01T20:34:37.965Z | |
| 3059 | 2024-09-01T20:34:37.965Z | info: running `cargo check --bins` on update-common (137/158) |
| 3060 | 2024-09-01T20:34:38.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2024-09-01T20:34:38.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2024-09-01T20:34:38.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2024-09-01T20:34:38.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3064 | 2024-09-01T20:34:38.844Z | |
| 3065 | 2024-09-01T20:34:38.844Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
| 3066 | 2024-09-01T20:34:39.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2024-09-01T20:34:39.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2024-09-01T20:34:39.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2024-09-01T20:34:39.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3070 | 2024-09-01T20:34:39.714Z | |
| 3071 | 2024-09-01T20:34:39.714Z | info: running `cargo check --bins` on tufaceous (139/158) |
| 3072 | 2024-09-01T20:34:40.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2024-09-01T20:34:40.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2024-09-01T20:34:40.615Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3075 | 2024-09-01T20:34:41.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 3076 | 2024-09-01T20:34:41.854Z | |
| 3077 | 2024-09-01T20:34:41.854Z | info: running `cargo check --bins` on omicron-dev (140/158) |
| 3078 | 2024-09-01T20:34:42.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2024-09-01T20:34:42.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2024-09-01T20:34:43.058Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3081 | 2024-09-01T20:34:43.058Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3082 | 2024-09-01T20:34:43.059Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3083 | 2024-09-01T20:34:44.692Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3084 | 2024-09-01T20:34:47.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
| 3085 | 2024-09-01T20:34:47.905Z | |
| 3086 | 2024-09-01T20:34:47.905Z | info: running `cargo check --bins` on openapi-manager (141/158) |
| 3087 | 2024-09-01T20:34:48.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2024-09-01T20:34:48.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2024-09-01T20:34:48.910Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3090 | 2024-09-01T20:34:48.910Z | Checking heck v0.4.1 |
| 3091 | 2024-09-01T20:34:48.910Z | Checking is_ci v1.2.0 |
| 3092 | 2024-09-01T20:34:48.910Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3093 | 2024-09-01T20:34:48.934Z | Checking indent_write v2.2.0 |
| 3094 | 2024-09-01T20:34:49.088Z | Checking supports-color v3.0.0 |
| 3095 | 2024-09-01T20:34:49.149Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3096 | 2024-09-01T20:34:50.805Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3097 | 2024-09-01T20:34:51.844Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3098 | 2024-09-01T20:34:53.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 3099 | 2024-09-01T20:34:53.262Z | |
| 3100 | 2024-09-01T20:34:53.262Z | info: running `cargo check --bins` on installinator-api (142/158) |
| 3101 | 2024-09-01T20:34:54.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2024-09-01T20:34:54.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2024-09-01T20:34:54.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2024-09-01T20:34:54.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3105 | 2024-09-01T20:34:54.147Z | |
| 3106 | 2024-09-01T20:34:54.147Z | info: running `cargo check --bins` on wicketd-api (143/158) |
| 3107 | 2024-09-01T20:34:54.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2024-09-01T20:34:54.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2024-09-01T20:34:54.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2024-09-01T20:34:54.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3111 | 2024-09-01T20:34:55.047Z | |
| 3112 | 2024-09-01T20:34:55.047Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
| 3113 | 2024-09-01T20:34:55.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2024-09-01T20:34:55.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2024-09-01T20:34:56.044Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3116 | 2024-09-01T20:34:57.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3117 | 2024-09-01T20:34:57.693Z | |
| 3118 | 2024-09-01T20:34:57.693Z | info: running `cargo check --bins` on omicron-releng (145/158) |
| 3119 | 2024-09-01T20:34:58.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2024-09-01T20:34:58.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2024-09-01T20:34:58.640Z | Checking memmap2 v0.9.4 |
| 3122 | 2024-09-01T20:34:58.640Z | Checking spin v0.5.2 |
| 3123 | 2024-09-01T20:34:58.641Z | Checking arrayvec v0.7.4 |
| 3124 | 2024-09-01T20:34:58.641Z | Checking arrayref v0.3.7 |
| 3125 | 2024-09-01T20:34:58.665Z | Checking constant_time_eq v0.3.0 |
| 3126 | 2024-09-01T20:34:58.665Z | Checking untrusted v0.7.1 |
| 3127 | 2024-09-01T20:34:58.665Z | Checking cargo-platform v0.1.8 |
| 3128 | 2024-09-01T20:34:58.665Z | Checking topological-sort v0.2.2 |
| 3129 | 2024-09-01T20:34:58.847Z | Checking shell-words v1.1.0 |
| 3130 | 2024-09-01T20:34:58.871Z | Checking ring v0.16.20 |
| 3131 | 2024-09-01T20:34:58.985Z | Checking cargo_metadata v0.18.1 |
| 3132 | 2024-09-01T20:34:59.029Z | Checking blake3 v1.5.1 |
| 3133 | 2024-09-01T20:35:00.293Z | Checking omicron-zone-package v0.11.0 |
| 3134 | 2024-09-01T20:35:01.696Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3135 | 2024-09-01T20:35:02.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 3136 | 2024-09-01T20:35:02.981Z | |
| 3137 | 2024-09-01T20:35:02.981Z | info: running `cargo check --bins` on xtask (146/158) |
| 3138 | 2024-09-01T20:35:03.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2024-09-01T20:35:03.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2024-09-01T20:35:03.639Z | Checking bitflags v2.6.0 |
| 3141 | 2024-09-01T20:35:03.639Z | Checking serde v1.0.208 |
| 3142 | 2024-09-01T20:35:03.639Z | Checking thiserror v1.0.63 |
| 3143 | 2024-09-01T20:35:03.687Z | Checking scroll v0.12.0 |
| 3144 | 2024-09-01T20:35:03.711Z | Checking hashbrown v0.14.5 |
| 3145 | 2024-09-01T20:35:03.711Z | Checking log v0.4.21 |
| 3146 | 2024-09-01T20:35:03.735Z | Checking zerocopy v0.7.34 |
| 3147 | 2024-09-01T20:35:03.758Z | Checking syn v2.0.74 |
| 3148 | 2024-09-01T20:35:03.798Z | Checking pest v2.7.10 |
| 3149 | 2024-09-01T20:35:03.890Z | Checking rustix v0.38.34 |
| 3150 | 2024-09-01T20:35:03.951Z | Checking fs-err v2.11.0 |
| 3151 | 2024-09-01T20:35:04.097Z | Checking goblin v0.8.2 |
| 3152 | 2024-09-01T20:35:04.215Z | Checking tabled v0.15.0 |
| 3153 | 2024-09-01T20:35:04.637Z | Checking indexmap v2.4.0 |
| 3154 | 2024-09-01T20:35:04.867Z | Checking anyhow v1.0.86 |
| 3155 | 2024-09-01T20:35:05.435Z | Checking terminal_size v0.3.0 |
| 3156 | 2024-09-01T20:35:05.435Z | Checking tempfile v3.10.1 |
| 3157 | 2024-09-01T20:35:05.598Z | Checking clap_builder v4.5.15 |
| 3158 | 2024-09-01T20:35:05.810Z | Checking dtrace-parser v0.2.0 |
| 3159 | 2024-09-01T20:35:07.754Z | Checking serde_json v1.0.125 |
| 3160 | 2024-09-01T20:35:07.754Z | Checking serde_spanned v0.6.7 |
| 3161 | 2024-09-01T20:35:07.754Z | Checking toml_datetime v0.6.8 |
| 3162 | 2024-09-01T20:35:07.754Z | Checking camino v1.1.9 |
| 3163 | 2024-09-01T20:35:07.778Z | Checking semver v1.0.23 |
| 3164 | 2024-09-01T20:35:07.821Z | Checking cargo-platform v0.1.8 |
| 3165 | 2024-09-01T20:35:07.971Z | Checking macaddr v1.0.1 |
| 3166 | 2024-09-01T20:35:08.034Z | Checking toml_edit v0.22.20 |
| 3167 | 2024-09-01T20:35:08.123Z | Checking clap v4.5.16 |
| 3168 | 2024-09-01T20:35:08.254Z | Checking camino-tempfile v1.1.1 |
| 3169 | 2024-09-01T20:35:08.973Z | Checking dof v0.3.0 |
| 3170 | 2024-09-01T20:35:08.973Z | Checking cargo_metadata v0.18.1 |
| 3171 | 2024-09-01T20:35:09.474Z | Checking usdt-impl v0.5.0 |
| 3172 | 2024-09-01T20:35:09.909Z | Checking usdt v0.5.0 |
| 3173 | 2024-09-01T20:35:10.147Z | Checking toml v0.8.19 |
| 3174 | 2024-09-01T20:35:10.716Z | Checking cargo_toml v0.20.4 |
| 3175 | 2024-09-01T20:35:12.273Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3176 | 2024-09-01T20:35:13.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s |
| 3177 | 2024-09-01T20:35:13.163Z | |
| 3178 | 2024-09-01T20:35:13.163Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
| 3179 | 2024-09-01T20:35:14.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3180 | 2024-09-01T20:35:14.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3181 | 2024-09-01T20:35:14.231Z | Checking polyval v0.6.2 |
| 3182 | 2024-09-01T20:35:14.231Z | Checking rfc6979 v0.4.0 |
| 3183 | 2024-09-01T20:35:14.255Z | Checking primeorder v0.13.6 |
| 3184 | 2024-09-01T20:35:14.279Z | Checking ctr v0.9.2 |
| 3185 | 2024-09-01T20:35:14.314Z | Checking ed25519 v2.2.3 |
| 3186 | 2024-09-01T20:35:14.338Z | Checking ssh-encoding v0.2.0 |
| 3187 | 2024-09-01T20:35:14.338Z | Checking blowfish v0.9.1 |
| 3188 | 2024-09-01T20:35:14.367Z | Checking password-hash v0.4.2 |
| 3189 | 2024-09-01T20:35:14.471Z | Checking ecdsa v0.16.9 |
| 3190 | 2024-09-01T20:35:14.495Z | Checking ghash v0.5.1 |
| 3191 | 2024-09-01T20:35:14.525Z | Checking bcrypt-pbkdf v0.10.0 |
| 3192 | 2024-09-01T20:35:14.550Z | Checking matches v0.1.10 |
| 3193 | 2024-09-01T20:35:14.603Z | Checking ed25519-dalek v2.1.1 |
| 3194 | 2024-09-01T20:35:14.649Z | Checking aes-gcm v0.10.3 |
| 3195 | 2024-09-01T20:35:14.649Z | Checking idna v0.2.3 |
| 3196 | 2024-09-01T20:35:14.684Z | Compiling enum-as-inner v0.5.1 |
| 3197 | 2024-09-01T20:35:14.708Z | Checking russh-cryptovec v0.7.2 |
| 3198 | 2024-09-01T20:35:14.737Z | Checking pbkdf2 v0.11.0 |
| 3199 | 2024-09-01T20:35:14.761Z | Checking md5 v0.7.0 |
| 3200 | 2024-09-01T20:35:14.860Z | Checking ssh-cipher v0.2.0 |
| 3201 | 2024-09-01T20:35:14.884Z | Checking num-bigint v0.4.5 |
| 3202 | 2024-09-01T20:35:14.939Z | Checking des v0.8.1 |
| 3203 | 2024-09-01T20:35:14.971Z | Compiling dhcproto-macros v0.1.0 |
| 3204 | 2024-09-01T20:35:14.994Z | Checking hex-literal v0.4.1 |
| 3205 | 2024-09-01T20:35:15.097Z | Checking p384 v0.13.0 |
| 3206 | 2024-09-01T20:35:15.122Z | Checking p521 v0.13.3 |
| 3207 | 2024-09-01T20:35:15.146Z | Checking ssh-key v0.6.6 |
| 3208 | 2024-09-01T20:35:15.180Z | Checking p256 v0.13.2 |
| 3209 | 2024-09-01T20:35:15.301Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3210 | 2024-09-01T20:35:15.523Z | Checking trust-dns-proto v0.22.0 |
| 3211 | 2024-09-01T20:35:15.614Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3212 | 2024-09-01T20:35:15.792Z | Checking internet-checksum v0.2.1 |
| 3213 | 2024-09-01T20:35:16.517Z | Checking russh-keys v0.45.0 |
| 3214 | 2024-09-01T20:35:17.636Z | Checking russh v0.45.0 |
| 3215 | 2024-09-01T20:35:18.519Z | Checking dhcproto v0.12.0 |
| 3216 | 2024-09-01T20:35:39.170Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3217 | 2024-09-01T20:35:40.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.62s |
| 3218 | 2024-09-01T20:35:40.956Z | |
| 3219 | 2024-09-01T20:35:40.956Z | info: running `cargo check --bins` on gateway-cli (148/158) |
| 3220 | 2024-09-01T20:35:41.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2024-09-01T20:35:41.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2024-09-01T20:35:41.824Z | Checking termios v0.3.3 |
| 3223 | 2024-09-01T20:35:42.005Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3224 | 2024-09-01T20:35:42.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 3225 | 2024-09-01T20:35:43.100Z | |
| 3226 | 2024-09-01T20:35:43.100Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
| 3227 | 2024-09-01T20:35:43.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2024-09-01T20:35:43.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2024-09-01T20:35:44.021Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3230 | 2024-09-01T20:35:46.410Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3231 | 2024-09-01T20:35:48.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
| 3232 | 2024-09-01T20:35:48.789Z | |
| 3233 | 2024-09-01T20:35:48.789Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
| 3234 | 2024-09-01T20:35:49.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2024-09-01T20:35:49.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2024-09-01T20:35:49.667Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3237 | 2024-09-01T20:35:50.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3238 | 2024-09-01T20:35:50.265Z | |
| 3239 | 2024-09-01T20:35:50.265Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
| 3240 | 2024-09-01T20:35:50.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2024-09-01T20:35:51.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2024-09-01T20:35:51.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2024-09-01T20:35:51.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3244 | 2024-09-01T20:35:51.086Z | |
| 3245 | 2024-09-01T20:35:51.086Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
| 3246 | 2024-09-01T20:35:51.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2024-09-01T20:35:51.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2024-09-01T20:35:51.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2024-09-01T20:35:51.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3250 | 2024-09-01T20:35:51.923Z | |
| 3251 | 2024-09-01T20:35:51.923Z | info: running `cargo check --bins` on omicron-package (153/158) |
| 3252 | 2024-09-01T20:35:52.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2024-09-01T20:35:52.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2024-09-01T20:35:52.823Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3255 | 2024-09-01T20:35:54.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 3256 | 2024-09-01T20:35:54.444Z | |
| 3257 | 2024-09-01T20:35:54.444Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
| 3258 | 2024-09-01T20:35:55.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2024-09-01T20:35:55.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2024-09-01T20:35:55.386Z | Checking rtoolbox v0.0.2 |
| 3261 | 2024-09-01T20:35:55.386Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3262 | 2024-09-01T20:35:55.410Z | Checking tui-tree-widget v0.22.0 |
| 3263 | 2024-09-01T20:35:55.575Z | Checking rpassword v7.3.1 |
| 3264 | 2024-09-01T20:36:00.508Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3265 | 2024-09-01T20:36:04.078Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3266 | 2024-09-01T20:36:05.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s |
| 3267 | 2024-09-01T20:36:05.576Z | |
| 3268 | 2024-09-01T20:36:05.577Z | info: running `cargo check --bins` on wicket (155/158) |
| 3269 | 2024-09-01T20:36:06.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2024-09-01T20:36:06.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2024-09-01T20:36:06.510Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3272 | 2024-09-01T20:36:06.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3273 | 2024-09-01T20:36:07.023Z | |
| 3274 | 2024-09-01T20:36:07.023Z | info: running `cargo check --bins` on wicketd (156/158) |
| 3275 | 2024-09-01T20:36:07.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2024-09-01T20:36:07.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2024-09-01T20:36:07.977Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3278 | 2024-09-01T20:36:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 3279 | 2024-09-01T20:36:12.506Z | |
| 3280 | 2024-09-01T20:36:12.506Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
| 3281 | 2024-09-01T20:36:13.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2024-09-01T20:36:13.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2024-09-01T20:36:13.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2024-09-01T20:36:13.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3285 | 2024-09-01T20:36:13.313Z | |
| 3286 | 2024-09-01T20:36:13.313Z | info: running `cargo check --bins` on zone-setup (158/158) |
| 3287 | 2024-09-01T20:36:14.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2024-09-01T20:36:14.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2024-09-01T20:36:14.309Z | Checking uzers v0.11.3 |
| 3290 | 2024-09-01T20:36:14.592Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3291 | 2024-09-01T20:36:15.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 3292 | 2024-09-01T20:36:16.079Z | |
| 3293 | 2024-09-01T20:36:16.079Z | real 13:36.052336334 |
| 3294 | 2024-09-01T20:36:16.103Z | user 24:58.508576667 |
| 3295 | 2024-09-01T20:36:16.103Z | sys 5:46.745280551 |
| 3296 | 2024-09-01T20:36:16.103Z | trap 0.688954735 |
| 3297 | 2024-09-01T20:36:16.103Z | tflt 1.491275094 |
| 3298 | 2024-09-01T20:36:16.103Z | dflt 2.591960616 |
| 3299 | 2024-09-01T20:36:16.103Z | kflt 0.001527141 |
| 3300 | 2024-09-01T20:36:16.103Z | lock 45:48.971082661 |
| 3301 | 2024-09-01T20:36:16.103Z | slp 2:09:39.174911594 |
| 3302 | 2024-09-01T20:36:16.103Z | lat 1:04.590061803 |
| 3303 | 2024-09-01T20:36:16.103Z | stop 2:47.378907484 |
| 3304 | 2024-09-01T20:36:16.103Z | process exited: duration 1068878 ms, exit code 0 |
| |
| 3305 | 2024-09-01T20:36:16.152Z | found 0 output files |