|
|
|
| 1 | 2024-11-02T03:10:04.215Z | job assigned to worker 01JBNDJJDEF5W1ZB73XY336JWH (queued for 48 s) |
| |
| 2 | 2024-11-02T03:10:11.708Z | starting task 0: "setup" |
| 3 | 2024-11-02T03:10:11.716Z | ++ uname -s |
| 4 | 2024-11-02T03:10:11.720Z | + kern=SunOS |
| 5 | 2024-11-02T03:10:11.720Z | + case "$kern" in |
| 6 | 2024-11-02T03:10:11.720Z | + [[ 0 == 12345 ]] |
| 7 | 2024-11-02T03:10:11.720Z | + groupadd -g 12345 build |
| 8 | 2024-11-02T03:10:11.723Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 9 | 2024-11-02T03:10:13.733Z | + zfs create -o mountpoint=/work rpool/work |
| 10 | 2024-11-02T03:10:13.850Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 11 | 2024-11-02T03:10:13.853Z | + home_fs=zfs |
| 12 | 2024-11-02T03:10:13.853Z | + [[ zfs == autofs ]] |
| 13 | 2024-11-02T03:10:13.853Z | + mkdir -p /home/build |
| 14 | 2024-11-02T03:10:13.856Z | + chown build:build /home/build /work |
| 15 | 2024-11-02T03:10:15.857Z | + chmod 0700 /home/build /work |
| 16 | 2024-11-02T03:10:15.860Z | process exited: duration 4154 ms, exit code 0 |
| |
| 17 | 2024-11-02T03:10:15.866Z | starting task 1: "rust-toolchain" |
| 18 | 2024-11-02T03:10:15.872Z | + printf ' * toolchain channel = "%s" |
| 19 | 2024-11-02T03:10:15.872Z | * toolchain channel = "1.82.0" |
| 20 | 2024-11-02T03:10:15.872Z | * toolchain profile = "default" |
| 21 | 2024-11-02T03:10:15.872Z | ' 1.82.0 |
| 22 | 2024-11-02T03:10:15.872Z | + printf ' * toolchain profile = "%s" |
| 23 | 2024-11-02T03:10:15.872Z | ' default |
| 24 | 2024-11-02T03:10:15.875Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 25 | 2024-11-02T03:10:15.875Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 26 | 2024-11-02T03:10:15.990Z | info: downloading installer |
| 27 | 2024-11-02T03:10:17.324Z | info: profile set to 'default' |
| 28 | 2024-11-02T03:10:17.324Z | info: default host triple is x86_64-unknown-illumos |
| 29 | 2024-11-02T03:10:17.326Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 30 | 2024-11-02T03:10:17.460Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 31 | 2024-11-02T03:10:17.460Z | info: downloading component 'cargo' |
| 32 | 2024-11-02T03:10:18.483Z | info: downloading component 'clippy' |
| 33 | 2024-11-02T03:10:18.918Z | info: downloading component 'rust-docs' |
| 34 | 2024-11-02T03:10:19.870Z | info: downloading component 'rust-std' |
| 35 | 2024-11-02T03:10:21.866Z | info: downloading component 'rustc' |
| 36 | 2024-11-02T03:10:28.515Z | info: downloading component 'rustfmt' |
| 37 | 2024-11-02T03:10:28.874Z | info: installing component 'cargo' |
| 38 | 2024-11-02T03:10:29.696Z | info: installing component 'clippy' |
| 39 | 2024-11-02T03:10:30.086Z | info: installing component 'rust-docs' |
| 40 | 2024-11-02T03:10:31.773Z | info: installing component 'rust-std' |
| 41 | 2024-11-02T03:10:33.684Z | info: installing component 'rustc' |
| 42 | 2024-11-02T03:10:39.664Z | info: installing component 'rustfmt' |
| 43 | 2024-11-02T03:10:39.998Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 44 | 2024-11-02T03:10:39.998Z | |
| 45 | 2024-11-02T03:10:40.373Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 46 | 2024-11-02T03:10:40.373Z | |
| 47 | 2024-11-02T03:10:40.377Z | |
| 48 | 2024-11-02T03:10:40.377Z | Rust is installed now. Great! |
| 49 | 2024-11-02T03:10:40.377Z | |
| 50 | 2024-11-02T03:10:40.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 51 | 2024-11-02T03:10:40.378Z | environment variable. This has not been done automatically. |
| 52 | 2024-11-02T03:10:40.378Z | |
| 53 | 2024-11-02T03:10:40.378Z | To configure your current shell, you need to source |
| 54 | 2024-11-02T03:10:40.378Z | the corresponding env file under $HOME/.cargo. |
| 55 | 2024-11-02T03:10:40.378Z | |
| 56 | 2024-11-02T03:10:40.378Z | This is usually done by running one of the following (note the leading DOT): |
| 57 | 2024-11-02T03:10:40.378Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 58 | 2024-11-02T03:10:40.379Z | source "$HOME/.cargo/env.fish" # For fish |
| 59 | 2024-11-02T03:10:40.455Z | + rustc --version |
| 60 | 2024-11-02T03:10:40.516Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 61 | 2024-11-02T03:10:40.519Z | process exited: duration 24651 ms, exit code 0 |
| |
| 62 | 2024-11-02T03:10:40.524Z | starting task 2: "authentication" |
| 63 | 2024-11-02T03:10:40.546Z | process exited: duration 21 ms, exit code 0 |
| |
| 64 | 2024-11-02T03:10:40.551Z | starting task 3: "clone repository" |
| 65 | 2024-11-02T03:10:40.557Z | + mkdir -p /work/oxidecomputer/omicron |
| 66 | 2024-11-02T03:10:40.560Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 67 | 2024-11-02T03:10:40.601Z | Cloning into '/work/oxidecomputer/omicron'... |
| 68 | 2024-11-02T03:10:49.094Z | + cd /work/oxidecomputer/omicron |
| 69 | 2024-11-02T03:10:49.094Z | + git fetch origin c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
| 70 | 2024-11-02T03:10:49.368Z | From https://github.com/oxidecomputer/omicron |
| 71 | 2024-11-02T03:10:49.368Z | * branch c9fc35ba65e8113ba488ea370c1b7846a00c1c31 -> FETCH_HEAD |
| 72 | 2024-11-02T03:10:49.378Z | + [[ -n renovate/anstyle-1.x ]] |
| 73 | 2024-11-02T03:10:49.380Z | ++ git branch --show-current |
| 74 | 2024-11-02T03:10:49.383Z | + current=main |
| 75 | 2024-11-02T03:10:49.383Z | + [[ main != renovate/anstyle-1.x ]] |
| 76 | 2024-11-02T03:10:49.383Z | + git branch -f renovate/anstyle-1.x c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
| 77 | 2024-11-02T03:10:49.385Z | + git checkout -f renovate/anstyle-1.x |
| 78 | 2024-11-02T03:10:49.553Z | Switched to branch 'renovate/anstyle-1.x' |
| 79 | 2024-11-02T03:10:49.556Z | + git reset --hard c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
| 80 | 2024-11-02T03:10:49.566Z | HEAD is now at c9fc35ba6 Update Rust crate anstyle to 1.0.10 |
| 81 | 2024-11-02T03:10:49.569Z | process exited: duration 9015 ms, exit code 0 |
| |
| 82 | 2024-11-02T03:10:49.574Z | starting task 4: "build" |
| 83 | 2024-11-02T03:10:49.580Z | + source .github/buildomat/ci-env.sh |
| 84 | 2024-11-02T03:10:49.580Z | ++ export CARGO_TERM_COLOR=always |
| 85 | 2024-11-02T03:10:49.580Z | ++ CARGO_TERM_COLOR=always |
| 86 | 2024-11-02T03:10:49.583Z | + cargo --version |
| 87 | 2024-11-02T03:10:49.637Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 88 | 2024-11-02T03:10:49.639Z | + rustc --version |
| 89 | 2024-11-02T03:10:49.699Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 90 | 2024-11-02T03:10:49.702Z | + source ./env.sh |
| 91 | 2024-11-02T03:10:49.702Z | ++ OLD_SHELL_OPTS=ehxB |
| 92 | 2024-11-02T03:10:49.702Z | ++ set -o xtrace |
| 93 | 2024-11-02T03:10:49.705Z | ++++ dirname ./env.sh |
| 94 | 2024-11-02T03:10:49.708Z | +++ readlink -f . |
| 95 | 2024-11-02T03:10:49.710Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 96 | 2024-11-02T03:10:49.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-11-02T03:10:49.711Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 99 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 100 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 101 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 102 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 103 | 2024-11-02T03:10:49.711Z | ++ 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 |
| 104 | 2024-11-02T03:10:49.711Z | ++ case $OLD_SHELL_OPTS in |
| 105 | 2024-11-02T03:10:49.711Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 106 | 2024-11-02T03:10:49.711Z | + 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 |
| 107 | 2024-11-02T03:10:49.711Z | + 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 |
| 108 | 2024-11-02T03:10:49.711Z | + banner prerequisites |
| 109 | 2024-11-02T03:10:49.714Z | |
| 110 | 2024-11-02T03:10:49.714Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2024-11-02T03:10:49.714Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-02T03:10:49.714Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2024-11-02T03:10:49.714Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2024-11-02T03:10:49.714Z | # # # # # # # # # # # # # # # |
| 115 | 2024-11-02T03:10:49.714Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2024-11-02T03:10:49.714Z | |
| 117 | 2024-11-02T03:10:49.714Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 118 | 2024-11-02T03:10:58.581Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2024-11-02T03:11:01.981Z | Startup: Caching catalogs ... Done |
| 120 | 2024-11-02T03:11:09.131Z | Planning: Solver setup ... Done (6.437s) |
| 121 | 2024-11-02T03:11:09.228Z | Planning: Running solver ... Done (0.096s) |
| 122 | 2024-11-02T03:11:09.311Z | Planning: Finding local manifests ... Done (0.004s) |
| 123 | 2024-11-02T03:11:09.324Z | Planning: Fetching manifests: 0/5 0% complete |
| 124 | 2024-11-02T03:11:09.941Z | Planning: Fetching manifests: 5/5 100% complete |
| 125 | 2024-11-02T03:11:10.186Z | Planning: Package planning ... Done (0.245s) |
| 126 | 2024-11-02T03:11:10.242Z | Planning: Merging actions ... Done (0.055s) |
| 127 | 2024-11-02T03:11:10.435Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 128 | 2024-11-02T03:11:12.484Z | Planning: Consolidating action changes ... Done (2.048s) |
| 129 | 2024-11-02T03:11:12.935Z | Planning: Evaluating mediators ... Done (0.451s) |
| 130 | 2024-11-02T03:11:13.017Z | Planning: Planning completed in 10.95 seconds |
| 131 | 2024-11-02T03:11:13.031Z | Packages to install: 4 |
| 132 | 2024-11-02T03:11:13.031Z | Packages to update: 1 |
| 133 | 2024-11-02T03:11:13.034Z | Mediators to change: 2 |
| 134 | 2024-11-02T03:11:13.034Z | Services to change: 1 |
| 135 | 2024-11-02T03:11:13.034Z | Estimated space available: 155.61 GB |
| 136 | 2024-11-02T03:11:13.034Z | Estimated space to be consumed: 1.59 GB |
| 137 | 2024-11-02T03:11:13.034Z | Create boot environment: No |
| 138 | 2024-11-02T03:11:13.034Z | Create backup boot environment: Yes |
| 139 | 2024-11-02T03:11:13.034Z | Rebuild boot archive: No |
| 140 | 2024-11-02T03:11:13.035Z | |
| 141 | 2024-11-02T03:11:13.035Z | Changed mediators: |
| 142 | 2024-11-02T03:11:13.035Z | mediator clang: |
| 143 | 2024-11-02T03:11:13.035Z | version: None -> 15 (system default) |
| 144 | 2024-11-02T03:11:13.035Z | |
| 145 | 2024-11-02T03:11:13.035Z | mediator llvm: |
| 146 | 2024-11-02T03:11:13.035Z | version: 14 (system default) -> 15 (system default) |
| 147 | 2024-11-02T03:11:13.035Z | |
| 148 | 2024-11-02T03:11:13.035Z | Changed packages: |
| 149 | 2024-11-02T03:11:13.035Z | helios-dev |
| 150 | 2024-11-02T03:11:13.035Z | developer/build-essential |
| 151 | 2024-11-02T03:11:13.037Z | None -> 11-2.0 |
| 152 | 2024-11-02T03:11:13.037Z | library/libxmlsec1 |
| 153 | 2024-11-02T03:11:13.037Z | None -> 1.2.35-2.0 |
| 154 | 2024-11-02T03:11:13.037Z | ooce/developer/clang-15 |
| 155 | 2024-11-02T03:11:13.037Z | None -> 15.0.7-2.0 |
| 156 | 2024-11-02T03:11:13.037Z | ooce/developer/llvm-15 |
| 157 | 2024-11-02T03:11:13.037Z | None -> 15.0.7-2.0 |
| 158 | 2024-11-02T03:11:13.037Z | package/pkg |
| 159 | 2024-11-02T03:11:13.037Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 160 | 2024-11-02T03:11:13.037Z | |
| 161 | 2024-11-02T03:11:13.037Z | Services: |
| 162 | 2024-11-02T03:11:13.037Z | restart_fmri: |
| 163 | 2024-11-02T03:11:13.037Z | svc:/system/update-man-index:default |
| 164 | 2024-11-02T03:11:13.037Z | |
| 165 | 2024-11-02T03:11:13.037Z | Editable files to change: |
| 166 | 2024-11-02T03:11:13.037Z | Update: |
| 167 | 2024-11-02T03:11:13.037Z | usr/share/lib/pkg/web/config.shtml |
| 168 | 2024-11-02T03:11:13.116Z | |
| 169 | 2024-11-02T03:11:13.116Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 170 | 2024-11-02T03:11:18.116Z | Download: 1138/4281 items 44.5/220.6MB 20% complete (8.8M/s) |
| 171 | 2024-11-02T03:11:23.118Z | Download: 1224/4281 items 86.6/220.6MB 39% complete (8.6M/s) |
| 172 | 2024-11-02T03:11:28.670Z | Download: 2223/4281 items 119.0/220.6MB 53% complete (9.9M/s) |
| 173 | 2024-11-02T03:11:33.687Z | Download: 3104/4281 items 127.2/220.6MB 57% complete (2.5M/s) |
| 174 | 2024-11-02T03:11:40.151Z | Download: 3285/4281 items 211.6/220.6MB 95% complete (9.9M/s) |
| 175 | 2024-11-02T03:11:45.293Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (8.0M/s) |
| 176 | 2024-11-02T03:11:57.185Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
| 177 | 2024-11-02T03:11:57.297Z | Download: Completed 220.60 MB in 44.17 seconds (5.0M/s) |
| 178 | 2024-11-02T03:11:59.453Z | Actions: 1/5063 actions (Removing old actions) |
| 179 | 2024-11-02T03:11:59.474Z | Actions: 194/5063 actions (Installing new actions) |
| 180 | 2024-11-02T03:12:04.168Z | Actions: 4226/5063 actions (Updating modified actions) |
| 181 | 2024-11-02T03:12:04.489Z | Actions: Completed 5063 actions in 5.04 seconds. |
| 182 | 2024-11-02T03:12:04.857Z | Done (0.361s) |
| 183 | 2024-11-02T03:12:04.860Z | Done (0.000s) |
| 184 | 2024-11-02T03:12:05.362Z | Done (0.500s) |
| 185 | 2024-11-02T03:12:09.597Z | Done (4.037s) |
| 186 | 2024-11-02T03:12:09.678Z | Done (0.017s) |
| 187 | 2024-11-02T03:12:09.686Z | Done (0.000s) |
| 188 | 2024-11-02T03:12:09.912Z | Done (0.000s) |
| 189 | 2024-11-02T03:12:10.570Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2024-11-02T03:12:10.732Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2024-11-02T03:12:10.735Z | Planning: Consolidating action changes ... Done |
| 192 | 2024-11-02T03:12:11.005Z | Planning: Evaluating mediators ... Done |
| 193 | 2024-11-02T03:12:11.007Z | Planning: Planning completed in 0.44 seconds |
| 194 | 2024-11-02T03:12:11.045Z | Mediators to change: 2 |
| 195 | 2024-11-02T03:12:11.045Z | Create boot environment: No |
| 196 | 2024-11-02T03:12:11.047Z | Create backup boot environment: No |
| 197 | 2024-11-02T03:12:11.144Z | Done |
| 198 | 2024-11-02T03:12:11.144Z | Done |
| 199 | 2024-11-02T03:12:11.461Z | Done |
| 200 | 2024-11-02T03:12:14.957Z | Done |
| 201 | 2024-11-02T03:12:15.044Z | Done |
| 202 | 2024-11-02T03:12:15.046Z | Done |
| 203 | 2024-11-02T03:12:15.148Z | Done |
| 204 | 2024-11-02T03:12:15.781Z | Planning: Evaluating mediator changes ... Done |
| 205 | 2024-11-02T03:12:15.784Z | Planning: Merging actions ... Done |
| 206 | 2024-11-02T03:12:15.974Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2024-11-02T03:12:15.977Z | Planning: Consolidating action changes ... Done |
| 208 | 2024-11-02T03:12:16.255Z | Planning: Evaluating mediators ... Done |
| 209 | 2024-11-02T03:12:16.314Z | Planning: Planning completed in 0.79 seconds |
| 210 | 2024-11-02T03:12:16.357Z | Packages to change: 1 |
| 211 | 2024-11-02T03:12:16.359Z | Mediators to change: 1 |
| 212 | 2024-11-02T03:12:16.359Z | Services to change: 1 |
| 213 | 2024-11-02T03:12:16.359Z | Create boot environment: No |
| 214 | 2024-11-02T03:12:16.359Z | Create backup boot environment: Yes |
| 215 | 2024-11-02T03:12:18.441Z | Actions: 1/6 actions (Updating modified actions) |
| 216 | 2024-11-02T03:12:18.444Z | Actions: Completed 6 actions in 0.00 seconds. |
| 217 | 2024-11-02T03:12:18.445Z | Done |
| 218 | 2024-11-02T03:12:18.445Z | Done |
| 219 | 2024-11-02T03:12:18.547Z | Done |
| 220 | 2024-11-02T03:12:22.109Z | Done |
| 221 | 2024-11-02T03:12:22.202Z | Done |
| 222 | 2024-11-02T03:12:22.205Z | Done |
| 223 | 2024-11-02T03:12:22.322Z | Done |
| 224 | 2024-11-02T03:12:22.760Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 225 | 2024-11-02T03:12:22.760Z | clang system 15 system |
| 226 | 2024-11-02T03:12:22.760Z | csh system system illumos |
| 227 | 2024-11-02T03:12:22.760Z | ctags system system illumos |
| 228 | 2024-11-02T03:12:22.760Z | gcc vendor 12 vendor |
| 229 | 2024-11-02T03:12:22.760Z | gcc system 10 system |
| 230 | 2024-11-02T03:12:22.760Z | gcc system 7 system |
| 231 | 2024-11-02T03:12:22.760Z | go system 1.20 system |
| 232 | 2024-11-02T03:12:22.761Z | go system 1.19 system |
| 233 | 2024-11-02T03:12:22.761Z | llvm system 15 system |
| 234 | 2024-11-02T03:12:22.761Z | llvm system 14 system |
| 235 | 2024-11-02T03:12:22.762Z | mariadb system 10.6 system |
| 236 | 2024-11-02T03:12:22.762Z | mta vendor vendor dma |
| 237 | 2024-11-02T03:12:22.762Z | openjdk system 17 system |
| 238 | 2024-11-02T03:12:22.762Z | openjdk system 11 system |
| 239 | 2024-11-02T03:12:22.762Z | openjdk system 1.8 system |
| 240 | 2024-11-02T03:12:22.762Z | openssl vendor 3 vendor |
| 241 | 2024-11-02T03:12:22.762Z | perl system 5.36 system |
| 242 | 2024-11-02T03:12:22.762Z | postgresql system 15 system |
| 243 | 2024-11-02T03:12:22.762Z | postgresql system 13 system |
| 244 | 2024-11-02T03:12:22.762Z | python vendor 3 vendor |
| 245 | 2024-11-02T03:12:22.762Z | python system 2 system |
| 246 | 2024-11-02T03:12:22.762Z | python3 system 3.11 system |
| 247 | 2024-11-02T03:12:22.762Z | ruby system 3.0 system |
| 248 | 2024-11-02T03:12:22.762Z | words vendor vendor american-english |
| 249 | 2024-11-02T03:12:22.762Z | words system system australian-english |
| 250 | 2024-11-02T03:12:22.762Z | words system system british-english |
| 251 | 2024-11-02T03:12:22.762Z | words system system canadian-english |
| 252 | 2024-11-02T03:12:22.763Z | words system system french |
| 253 | 2024-11-02T03:12:22.763Z | words system system italian |
| 254 | 2024-11-02T03:12:22.763Z | words system system ngerman |
| 255 | 2024-11-02T03:12:22.763Z | words system system ogerman |
| 256 | 2024-11-02T03:12:22.763Z | words system system spanish |
| 257 | 2024-11-02T03:12:23.105Z | PUBLISHER TYPE STATUS P LOCATION |
| 258 | 2024-11-02T03:12:23.105Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 259 | 2024-11-02T03:12:25.516Z | FMRI IFO |
| 260 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 261 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 262 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 263 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 264 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 265 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 266 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 267 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 268 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 269 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 270 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 271 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 272 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 273 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 274 | 2024-11-02T03:12:25.516Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 275 | 2024-11-02T03:12:26.202Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 276 | 2024-11-02T03:12:26.536Z | Updating crates.io index |
| 277 | 2024-11-02T03:12:26.636Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 278 | 2024-11-02T03:12:27.429Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 279 | 2024-11-02T03:12:27.699Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2024-11-02T03:12:28.010Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2024-11-02T03:12:28.326Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2024-11-02T03:12:29.138Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 283 | 2024-11-02T03:12:31.531Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 284 | 2024-11-02T03:12:32.561Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2024-11-02T03:12:33.373Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 286 | 2024-11-02T03:12:33.660Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 287 | 2024-11-02T03:12:33.908Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2024-11-02T03:12:34.442Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 289 | 2024-11-02T03:12:34.766Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 290 | 2024-11-02T03:12:35.151Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2024-11-02T03:12:35.411Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 292 | 2024-11-02T03:12:35.699Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 293 | 2024-11-02T03:12:35.962Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 294 | 2024-11-02T03:12:36.273Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 295 | 2024-11-02T03:12:36.685Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 296 | 2024-11-02T03:12:37.012Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 297 | 2024-11-02T03:12:37.428Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 298 | 2024-11-02T03:12:37.970Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 299 | 2024-11-02T03:12:38.250Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2024-11-02T03:12:38.649Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 301 | 2024-11-02T03:12:39.053Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-02T03:12:39.391Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-02T03:12:39.665Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-02T03:12:41.028Z | Downloading crates ... |
| 305 | 2024-11-02T03:12:41.165Z | Downloaded swrite v0.1.0 |
| 306 | 2024-11-02T03:12:41.174Z | Downloaded cargo-platform v0.1.8 |
| 307 | 2024-11-02T03:12:41.176Z | Downloaded byteorder v1.5.0 |
| 308 | 2024-11-02T03:12:41.178Z | Downloaded autocfg v1.4.0 |
| 309 | 2024-11-02T03:12:41.178Z | Downloaded anstyle-parse v0.2.5 |
| 310 | 2024-11-02T03:12:41.181Z | Downloaded anstyle-query v1.1.1 |
| 311 | 2024-11-02T03:12:41.181Z | Downloaded anstyle v1.0.10 |
| 312 | 2024-11-02T03:12:41.184Z | Downloaded cargo_metadata v0.18.1 |
| 313 | 2024-11-02T03:12:41.186Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2024-11-02T03:12:41.186Z | Downloaded thiserror v1.0.64 |
| 315 | 2024-11-02T03:12:41.191Z | Downloaded serde_tokenstream v0.2.2 |
| 316 | 2024-11-02T03:12:41.193Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2024-11-02T03:12:41.193Z | Downloaded plain v0.2.3 |
| 318 | 2024-11-02T03:12:41.194Z | Downloaded macaddr v1.0.1 |
| 319 | 2024-11-02T03:12:41.196Z | Downloaded itoa v1.0.11 |
| 320 | 2024-11-02T03:12:41.196Z | Downloaded errno v0.3.9 |
| 321 | 2024-11-02T03:12:41.199Z | Downloaded cpufeatures v0.2.14 |
| 322 | 2024-11-02T03:12:41.199Z | Downloaded dof v0.3.0 |
| 323 | 2024-11-02T03:12:41.202Z | Downloaded anstream v0.6.15 |
| 324 | 2024-11-02T03:12:41.202Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2024-11-02T03:12:41.205Z | Downloaded cargo_toml v0.20.5 |
| 326 | 2024-11-02T03:12:41.205Z | Downloaded fs-err v2.11.0 |
| 327 | 2024-11-02T03:12:41.208Z | Downloaded camino-tempfile v1.1.1 |
| 328 | 2024-11-02T03:12:41.208Z | Downloaded heck v0.5.0 |
| 329 | 2024-11-02T03:12:41.211Z | Downloaded clap_lex v0.7.2 |
| 330 | 2024-11-02T03:12:41.211Z | Downloaded tempfile v3.13.0 |
| 331 | 2024-11-02T03:12:41.213Z | Downloaded anyhow v1.0.92 |
| 332 | 2024-11-02T03:12:41.216Z | Downloaded sha2 v0.10.8 |
| 333 | 2024-11-02T03:12:41.219Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2024-11-02T03:12:41.223Z | Downloaded semver v1.0.23 |
| 335 | 2024-11-02T03:12:41.226Z | Downloaded camino v1.1.9 |
| 336 | 2024-11-02T03:12:41.226Z | Downloaded toml v0.8.19 |
| 337 | 2024-11-02T03:12:41.230Z | Downloaded pest_derive v2.7.14 |
| 338 | 2024-11-02T03:12:41.230Z | Downloaded once_cell v1.20.2 |
| 339 | 2024-11-02T03:12:41.232Z | Downloaded bytecount v0.6.8 |
| 340 | 2024-11-02T03:12:41.235Z | Downloaded block-buffer v0.10.4 |
| 341 | 2024-11-02T03:12:41.241Z | Downloaded clap v4.5.20 |
| 342 | 2024-11-02T03:12:41.249Z | Downloaded toml_edit v0.22.22 |
| 343 | 2024-11-02T03:12:41.271Z | Downloaded winnow v0.6.20 |
| 344 | 2024-11-02T03:12:41.279Z | Downloaded serde_json v1.0.128 |
| 345 | 2024-11-02T03:12:41.286Z | Downloaded scroll_derive v0.12.0 |
| 346 | 2024-11-02T03:12:41.290Z | Downloaded colorchoice v1.0.2 |
| 347 | 2024-11-02T03:12:41.290Z | Downloaded crypto-common v0.1.6 |
| 348 | 2024-11-02T03:12:41.290Z | Downloaded bitflags v2.6.0 |
| 349 | 2024-11-02T03:12:41.293Z | Downloaded equivalent v1.0.1 |
| 350 | 2024-11-02T03:12:41.296Z | Downloaded dtrace-parser v0.2.0 |
| 351 | 2024-11-02T03:12:41.298Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2024-11-02T03:12:41.302Z | Downloaded clap_derive v4.5.18 |
| 353 | 2024-11-02T03:12:41.302Z | Downloaded thiserror-impl v1.0.64 |
| 354 | 2024-11-02T03:12:41.306Z | Downloaded generic-array v0.14.7 |
| 355 | 2024-11-02T03:12:41.309Z | Downloaded thread-id v4.2.2 |
| 356 | 2024-11-02T03:12:41.309Z | Downloaded pest_generator v2.7.14 |
| 357 | 2024-11-02T03:12:41.312Z | Downloaded memmap v0.7.0 |
| 358 | 2024-11-02T03:12:41.312Z | Downloaded goblin v0.8.2 |
| 359 | 2024-11-02T03:12:41.317Z | Downloaded is_terminal_polyfill v1.70.1 |
| 360 | 2024-11-02T03:12:41.321Z | Downloaded digest v0.10.7 |
| 361 | 2024-11-02T03:12:41.321Z | Downloaded cfg-if v1.0.0 |
| 362 | 2024-11-02T03:12:41.324Z | Downloaded strsim v0.11.1 |
| 363 | 2024-11-02T03:12:41.327Z | Downloaded unicode-linebreak v0.1.5 |
| 364 | 2024-11-02T03:12:41.327Z | Downloaded toml_datetime v0.6.8 |
| 365 | 2024-11-02T03:12:41.333Z | Downloaded scroll v0.12.0 |
| 366 | 2024-11-02T03:12:41.338Z | Downloaded fastrand v2.1.1 |
| 367 | 2024-11-02T03:12:41.341Z | Downloaded terminal_size v0.4.0 |
| 368 | 2024-11-02T03:12:41.345Z | Downloaded version_check v0.9.5 |
| 369 | 2024-11-02T03:12:41.346Z | Downloaded fnv v1.0.7 |
| 370 | 2024-11-02T03:12:41.346Z | Downloaded tabled_derive v0.7.0 |
| 371 | 2024-11-02T03:12:41.346Z | Downloaded serde_spanned v0.6.8 |
| 372 | 2024-11-02T03:12:41.348Z | Downloaded smawk v0.3.2 |
| 373 | 2024-11-02T03:12:41.348Z | Downloaded papergrid v0.11.0 |
| 374 | 2024-11-02T03:12:41.351Z | Downloaded usdt-impl v0.5.0 |
| 375 | 2024-11-02T03:12:41.354Z | Downloaded usdt v0.5.0 |
| 376 | 2024-11-02T03:12:41.358Z | Downloaded ryu v1.0.18 |
| 377 | 2024-11-02T03:12:41.360Z | Downloaded heck v0.4.1 |
| 378 | 2024-11-02T03:12:41.366Z | Downloaded quote v1.0.37 |
| 379 | 2024-11-02T03:12:41.374Z | Downloaded utf8parse v0.2.2 |
| 380 | 2024-11-02T03:12:41.382Z | Downloaded zerocopy-derive v0.7.35 |
| 381 | 2024-11-02T03:12:41.386Z | Downloaded unicode-ident v1.0.13 |
| 382 | 2024-11-02T03:12:41.391Z | Downloaded pest_meta v2.7.14 |
| 383 | 2024-11-02T03:12:41.393Z | Downloaded log v0.4.22 |
| 384 | 2024-11-02T03:12:41.394Z | Downloaded typenum v1.17.0 |
| 385 | 2024-11-02T03:12:41.397Z | Downloaded serde_derive v1.0.210 |
| 386 | 2024-11-02T03:12:41.399Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2024-11-02T03:12:41.402Z | Downloaded textwrap v0.16.1 |
| 388 | 2024-11-02T03:12:41.404Z | Downloaded proc-macro2 v1.0.87 |
| 389 | 2024-11-02T03:12:41.406Z | Downloaded unicode-width v0.1.14 |
| 390 | 2024-11-02T03:12:41.411Z | Downloaded memchr v2.7.4 |
| 391 | 2024-11-02T03:12:41.416Z | Downloaded serde v1.0.210 |
| 392 | 2024-11-02T03:12:41.424Z | Downloaded indexmap v2.6.0 |
| 393 | 2024-11-02T03:12:41.432Z | Downloaded pest v2.7.14 |
| 394 | 2024-11-02T03:12:41.441Z | Downloaded clap_builder v4.5.20 |
| 395 | 2024-11-02T03:12:41.450Z | Downloaded hashbrown v0.15.0 |
| 396 | 2024-11-02T03:12:41.457Z | Downloaded zerocopy v0.7.35 |
| 397 | 2024-11-02T03:12:41.473Z | Downloaded tabled v0.15.0 |
| 398 | 2024-11-02T03:12:41.488Z | Downloaded syn v1.0.109 |
| 399 | 2024-11-02T03:12:41.498Z | Downloaded syn v2.0.79 |
| 400 | 2024-11-02T03:12:41.508Z | Downloaded rustix v0.38.37 |
| 401 | 2024-11-02T03:12:41.550Z | Downloaded libc v0.2.161 |
| 402 | 2024-11-02T03:12:41.852Z | Compiling proc-macro2 v1.0.87 |
| 403 | 2024-11-02T03:12:41.852Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-02T03:12:41.855Z | Compiling version_check v0.9.5 |
| 405 | 2024-11-02T03:12:41.855Z | Compiling serde v1.0.210 |
| 406 | 2024-11-02T03:12:41.855Z | Compiling thiserror v1.0.64 |
| 407 | 2024-11-02T03:12:41.855Z | Compiling memchr v2.7.4 |
| 408 | 2024-11-02T03:12:41.855Z | Compiling libc v0.2.161 |
| 409 | 2024-11-02T03:12:41.887Z | Compiling ucd-trie v0.1.7 |
| 410 | 2024-11-02T03:12:42.101Z | Compiling ryu v1.0.18 |
| 411 | 2024-11-02T03:12:42.482Z | Compiling itoa v1.0.11 |
| 412 | 2024-11-02T03:12:42.650Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-02T03:12:42.723Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-02T03:12:42.726Z | Compiling serde_json v1.0.128 |
| 415 | 2024-11-02T03:12:42.939Z | Compiling rustix v0.38.37 |
| 416 | 2024-11-02T03:12:43.193Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-02T03:12:43.316Z | Compiling proc-macro-error-attr v1.0.4 |
| 418 | 2024-11-02T03:12:43.475Z | Compiling usdt-impl v0.5.0 |
| 419 | 2024-11-02T03:12:43.591Z | Compiling syn v1.0.109 |
| 420 | 2024-11-02T03:12:43.672Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-02T03:12:43.741Z | Compiling plain v0.2.3 |
| 422 | 2024-11-02T03:12:43.841Z | Compiling quote v1.0.37 |
| 423 | 2024-11-02T03:12:43.920Z | Compiling utf8parse v0.2.2 |
| 424 | 2024-11-02T03:12:43.998Z | Compiling hashbrown v0.15.0 |
| 425 | 2024-11-02T03:12:44.062Z | Compiling log v0.4.22 |
| 426 | 2024-11-02T03:12:44.096Z | Compiling errno v0.3.9 |
| 427 | 2024-11-02T03:12:44.249Z | Compiling syn v2.0.79 |
| 428 | 2024-11-02T03:12:44.324Z | Compiling equivalent v1.0.1 |
| 429 | 2024-11-02T03:12:44.376Z | Compiling camino v1.1.9 |
| 430 | 2024-11-02T03:12:44.491Z | Compiling anstyle-parse v0.2.5 |
| 431 | 2024-11-02T03:12:44.633Z | Compiling thread-id v4.2.2 |
| 432 | 2024-11-02T03:12:44.890Z | Compiling pretty-hex v0.4.1 |
| 433 | 2024-11-02T03:12:45.040Z | Compiling winnow v0.6.20 |
| 434 | 2024-11-02T03:12:45.086Z | Compiling anstyle-query v1.1.1 |
| 435 | 2024-11-02T03:12:45.184Z | Compiling indexmap v2.6.0 |
| 436 | 2024-11-02T03:12:45.187Z | Compiling unicode-width v0.1.14 |
| 437 | 2024-11-02T03:12:45.253Z | Compiling is_terminal_polyfill v1.70.1 |
| 438 | 2024-11-02T03:12:45.390Z | Compiling semver v1.0.23 |
| 439 | 2024-11-02T03:12:45.451Z | Compiling autocfg v1.4.0 |
| 440 | 2024-11-02T03:12:45.758Z | Compiling anstyle v1.0.10 |
| 441 | 2024-11-02T03:12:45.927Z | Compiling colorchoice v1.0.2 |
| 442 | 2024-11-02T03:12:46.107Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-02T03:12:46.427Z | Compiling terminal_size v0.4.0 |
| 444 | 2024-11-02T03:12:46.542Z | Compiling fs-err v2.11.0 |
| 445 | 2024-11-02T03:12:46.638Z | Compiling fastrand v2.1.1 |
| 446 | 2024-11-02T03:12:46.727Z | Compiling anyhow v1.0.92 |
| 447 | 2024-11-02T03:12:46.875Z | Compiling bytecount v0.6.8 |
| 448 | 2024-11-02T03:12:47.093Z | Compiling clap_lex v0.7.2 |
| 449 | 2024-11-02T03:12:47.096Z | Compiling fnv v1.0.7 |
| 450 | 2024-11-02T03:12:47.256Z | Compiling heck v0.4.1 |
| 451 | 2024-11-02T03:12:47.316Z | Compiling heck v0.5.0 |
| 452 | 2024-11-02T03:12:47.386Z | Compiling strsim v0.11.1 |
| 453 | 2024-11-02T03:12:47.640Z | Compiling cfg-if v1.0.0 |
| 454 | 2024-11-02T03:12:47.749Z | Compiling tempfile v3.13.0 |
| 455 | 2024-11-02T03:12:47.787Z | Compiling clap_builder v4.5.20 |
| 456 | 2024-11-02T03:12:47.869Z | Compiling papergrid v0.11.0 |
| 457 | 2024-11-02T03:12:48.255Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-02T03:12:48.376Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2024-11-02T03:12:48.582Z | Compiling smawk v0.3.2 |
| 460 | 2024-11-02T03:12:48.778Z | Compiling textwrap v0.16.1 |
| 461 | 2024-11-02T03:12:48.868Z | Compiling swrite v0.1.0 |
| 462 | 2024-11-02T03:12:49.799Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-02T03:12:51.441Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-02T03:12:52.482Z | Compiling serde_derive v1.0.210 |
| 465 | 2024-11-02T03:12:52.482Z | Compiling thiserror-impl v1.0.64 |
| 466 | 2024-11-02T03:12:52.485Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-02T03:12:52.485Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-02T03:12:52.870Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-02T03:12:53.936Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-02T03:12:54.404Z | Compiling goblin v0.8.2 |
| 471 | 2024-11-02T03:12:54.424Z | Compiling zerocopy v0.7.35 |
| 472 | 2024-11-02T03:12:55.034Z | Compiling pest v2.7.14 |
| 473 | 2024-11-02T03:12:56.361Z | Compiling clap v4.5.20 |
| 474 | 2024-11-02T03:12:57.340Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-02T03:12:58.210Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-02T03:12:59.851Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-02T03:13:00.579Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-02T03:13:02.378Z | Compiling serde_spanned v0.6.8 |
| 479 | 2024-11-02T03:13:02.379Z | Compiling toml_datetime v0.6.8 |
| 480 | 2024-11-02T03:13:02.381Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-11-02T03:13:02.729Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-11-02T03:13:02.908Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-11-02T03:13:03.037Z | Compiling camino-tempfile v1.1.1 |
| 484 | 2024-11-02T03:13:03.082Z | Compiling macaddr v1.0.1 |
| 485 | 2024-11-02T03:13:03.784Z | Compiling dof v0.3.0 |
| 486 | 2024-11-02T03:13:03.784Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-02T03:13:05.740Z | Compiling toml v0.8.19 |
| 488 | 2024-11-02T03:13:05.818Z | Compiling usdt-macro v0.5.0 |
| 489 | 2024-11-02T03:13:05.822Z | Compiling usdt-attr-macro v0.5.0 |
| 490 | 2024-11-02T03:13:06.576Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-02T03:13:07.079Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-02T03:13:10.106Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-02T03:13:13.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.98s |
| 494 | 2024-11-02T03:13:14.238Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-02T03:13:14.752Z | Downloading crates ... |
| 496 | 2024-11-02T03:13:14.870Z | Downloaded bit-vec v0.6.3 |
| 497 | 2024-11-02T03:13:14.873Z | Downloaded base16ct v0.2.0 |
| 498 | 2024-11-02T03:13:14.876Z | Downloaded addr2line v0.24.2 |
| 499 | 2024-11-02T03:13:14.879Z | Downloaded cfg_aliases v0.2.1 |
| 500 | 2024-11-02T03:13:14.882Z | Downloaded crucible-workspace-hack v0.1.0 |
| 501 | 2024-11-02T03:13:14.882Z | Downloaded arc-swap v1.7.1 |
| 502 | 2024-11-02T03:13:14.887Z | Downloaded crunchy v0.2.2 |
| 503 | 2024-11-02T03:13:14.890Z | Downloaded bit-set v0.5.3 |
| 504 | 2024-11-02T03:13:14.890Z | Downloaded atty v0.2.14 |
| 505 | 2024-11-02T03:13:14.892Z | Downloaded async-recursion v1.1.1 |
| 506 | 2024-11-02T03:13:14.897Z | Downloaded httpdate v1.0.3 |
| 507 | 2024-11-02T03:13:14.899Z | Downloaded ciborium-ll v0.2.2 |
| 508 | 2024-11-02T03:13:14.901Z | Downloaded hostname v0.3.1 |
| 509 | 2024-11-02T03:13:14.903Z | Downloaded home v0.5.9 |
| 510 | 2024-11-02T03:13:14.903Z | Downloaded async-trait v0.1.83 |
| 511 | 2024-11-02T03:13:14.907Z | Downloaded instant v0.1.13 |
| 512 | 2024-11-02T03:13:14.910Z | Downloaded md5 v0.7.0 |
| 513 | 2024-11-02T03:13:14.912Z | Downloaded matches v0.1.10 |
| 514 | 2024-11-02T03:13:14.912Z | Downloaded darling v0.20.10 |
| 515 | 2024-11-02T03:13:14.917Z | Downloaded newtype_derive v0.1.6 |
| 516 | 2024-11-02T03:13:14.920Z | Downloaded managed v0.8.0 |
| 517 | 2024-11-02T03:13:14.923Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 518 | 2024-11-02T03:13:14.923Z | Downloaded assert_matches v1.5.0 |
| 519 | 2024-11-02T03:13:14.925Z | Downloaded cookie v0.18.1 |
| 520 | 2024-11-02T03:13:14.937Z | Downloaded lazy_static v1.5.0 |
| 521 | 2024-11-02T03:13:14.937Z | Downloaded const-oid v0.9.6 |
| 522 | 2024-11-02T03:13:14.937Z | Downloaded kstat-rs v0.2.4 |
| 523 | 2024-11-02T03:13:14.937Z | Downloaded lru-cache v0.1.2 |
| 524 | 2024-11-02T03:13:14.938Z | Downloaded multimap v0.10.0 |
| 525 | 2024-11-02T03:13:14.938Z | Downloaded ipnetwork v0.20.0 |
| 526 | 2024-11-02T03:13:14.941Z | Downloaded crc-any v2.5.0 |
| 527 | 2024-11-02T03:13:14.943Z | Downloaded http v1.1.0 |
| 528 | 2024-11-02T03:13:14.946Z | Downloaded cc v1.1.30 |
| 529 | 2024-11-02T03:13:14.950Z | Downloaded crossbeam-channel v0.5.13 |
| 530 | 2024-11-02T03:13:14.955Z | Downloaded rustc-hash v1.1.0 |
| 531 | 2024-11-02T03:13:14.957Z | Downloaded adler2 v2.0.0 |
| 532 | 2024-11-02T03:13:14.960Z | Downloaded miniz_oxide v0.8.0 |
| 533 | 2024-11-02T03:13:14.962Z | Downloaded jobserver v0.1.32 |
| 534 | 2024-11-02T03:13:14.964Z | Downloaded http-body v1.0.1 |
| 535 | 2024-11-02T03:13:14.967Z | Downloaded rand v0.8.5 |
| 536 | 2024-11-02T03:13:14.970Z | Downloaded signal-hook-tokio v0.3.1 |
| 537 | 2024-11-02T03:13:14.973Z | Downloaded mockall_derive v0.13.0 |
| 538 | 2024-11-02T03:13:14.975Z | Downloaded rustls-pki-types v1.9.0 |
| 539 | 2024-11-02T03:13:14.979Z | Downloaded http-range v0.1.5 |
| 540 | 2024-11-02T03:13:14.982Z | Downloaded atomic-waker v1.1.2 |
| 541 | 2024-11-02T03:13:14.982Z | Downloaded async-stream-impl v0.3.6 |
| 542 | 2024-11-02T03:13:14.986Z | Downloaded aes v0.8.4 |
| 543 | 2024-11-02T03:13:14.990Z | Downloaded signal-hook-registry v1.4.2 |
| 544 | 2024-11-02T03:13:14.992Z | Downloaded array-init v0.0.4 |
| 545 | 2024-11-02T03:13:14.992Z | Downloaded lock_api v0.4.12 |
| 546 | 2024-11-02T03:13:14.992Z | Downloaded toolchain_find v0.4.0 |
| 547 | 2024-11-02T03:13:14.995Z | Downloaded tinyvec_macros v0.1.1 |
| 548 | 2024-11-02T03:13:14.995Z | Downloaded try-lock v0.2.5 |
| 549 | 2024-11-02T03:13:14.998Z | Downloaded atomicwrites v0.4.4 |
| 550 | 2024-11-02T03:13:14.998Z | Downloaded bumpalo v3.16.0 |
| 551 | 2024-11-02T03:13:15.001Z | Downloaded tls_codec_derive v0.4.1 |
| 552 | 2024-11-02T03:13:15.004Z | Downloaded static_assertions v1.1.0 |
| 553 | 2024-11-02T03:13:15.006Z | Downloaded hickory-client v0.24.1 |
| 554 | 2024-11-02T03:13:15.009Z | Downloaded slog v2.7.0 |
| 555 | 2024-11-02T03:13:15.012Z | Downloaded http-body-util v0.1.2 |
| 556 | 2024-11-02T03:13:15.015Z | Downloaded bitfield-struct v0.6.2 |
| 557 | 2024-11-02T03:13:15.017Z | Downloaded convert_case v0.4.0 |
| 558 | 2024-11-02T03:13:15.020Z | Downloaded strum_macros v0.26.4 |
| 559 | 2024-11-02T03:13:15.022Z | Downloaded tap v1.0.1 |
| 560 | 2024-11-02T03:13:15.022Z | Downloaded hostname v0.4.0 |
| 561 | 2024-11-02T03:13:15.025Z | Downloaded aead v0.5.2 |
| 562 | 2024-11-02T03:13:15.027Z | Downloaded async-stream v0.3.6 |
| 563 | 2024-11-02T03:13:15.031Z | Downloaded itertools v0.10.5 |
| 564 | 2024-11-02T03:13:15.035Z | Downloaded httparse v1.9.5 |
| 565 | 2024-11-02T03:13:15.039Z | Downloaded chrono-tz-build v0.4.0 |
| 566 | 2024-11-02T03:13:15.041Z | Downloaded bitfield v0.14.0 |
| 567 | 2024-11-02T03:13:15.041Z | Downloaded arrayvec v0.7.6 |
| 568 | 2024-11-02T03:13:15.044Z | Downloaded http-body v0.4.6 |
| 569 | 2024-11-02T03:13:15.046Z | Downloaded darling_macro v0.20.10 |
| 570 | 2024-11-02T03:13:15.049Z | Downloaded backoff v0.4.0 |
| 571 | 2024-11-02T03:13:15.053Z | Downloaded cfg_aliases v0.1.1 |
| 572 | 2024-11-02T03:13:15.053Z | Downloaded untrusted v0.7.1 |
| 573 | 2024-11-02T03:13:15.055Z | Downloaded derive_builder v0.20.2 |
| 574 | 2024-11-02T03:13:15.059Z | Downloaded hmac v0.12.1 |
| 575 | 2024-11-02T03:13:15.062Z | Downloaded chacha20 v0.9.1 |
| 576 | 2024-11-02T03:13:15.065Z | Downloaded crossbeam-deque v0.8.5 |
| 577 | 2024-11-02T03:13:15.068Z | Downloaded crc-catalog v2.4.0 |
| 578 | 2024-11-02T03:13:15.070Z | Downloaded sqlformat v0.2.6 |
| 579 | 2024-11-02T03:13:15.070Z | Downloaded async-bb8-diesel v0.2.1 |
| 580 | 2024-11-02T03:13:15.073Z | Downloaded is_ci v1.2.0 |
| 581 | 2024-11-02T03:13:15.077Z | Downloaded base64 v0.13.1 |
| 582 | 2024-11-02T03:13:15.079Z | Downloaded match_cfg v0.1.0 |
| 583 | 2024-11-02T03:13:15.082Z | Downloaded termtree v0.4.1 |
| 584 | 2024-11-02T03:13:15.082Z | Downloaded indoc v1.0.9 |
| 585 | 2024-11-02T03:13:15.085Z | Downloaded crc v3.2.1 |
| 586 | 2024-11-02T03:13:15.087Z | Downloaded untrusted v0.9.0 |
| 587 | 2024-11-02T03:13:15.091Z | Downloaded bcs v0.1.6 |
| 588 | 2024-11-02T03:13:15.094Z | Downloaded bitflags v1.3.2 |
| 589 | 2024-11-02T03:13:15.097Z | Downloaded newline-converter v0.3.0 |
| 590 | 2024-11-02T03:13:15.100Z | Downloaded cbc v0.1.2 |
| 591 | 2024-11-02T03:13:15.100Z | Downloaded cipher v0.4.4 |
| 592 | 2024-11-02T03:13:15.102Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 593 | 2024-11-02T03:13:15.104Z | Downloaded constant_time_eq v0.3.1 |
| 594 | 2024-11-02T03:13:15.104Z | Downloaded cobs v0.2.3 |
| 595 | 2024-11-02T03:13:15.107Z | Downloaded aho-corasick v1.1.3 |
| 596 | 2024-11-02T03:13:15.113Z | Downloaded openssl-macros v0.1.1 |
| 597 | 2024-11-02T03:13:15.115Z | Downloaded ahash v0.8.11 |
| 598 | 2024-11-02T03:13:15.118Z | Downloaded mime v0.3.17 |
| 599 | 2024-11-02T03:13:15.120Z | Downloaded md-5 v0.10.6 |
| 600 | 2024-11-02T03:13:15.123Z | Downloaded openssl-probe v0.1.5 |
| 601 | 2024-11-02T03:13:15.125Z | Downloaded foreign-types v0.5.0 |
| 602 | 2024-11-02T03:13:15.125Z | Downloaded stable_deref_trait v1.2.0 |
| 603 | 2024-11-02T03:13:15.128Z | Downloaded serde_path_to_error v0.1.16 |
| 604 | 2024-11-02T03:13:15.128Z | Downloaded crc32fast v1.4.2 |
| 605 | 2024-11-02T03:13:15.130Z | Downloaded futures-io v0.3.31 |
| 606 | 2024-11-02T03:13:15.133Z | Downloaded downcast v0.11.0 |
| 607 | 2024-11-02T03:13:15.135Z | Downloaded defmt v0.3.8 |
| 608 | 2024-11-02T03:13:15.138Z | Downloaded diff v0.1.13 |
| 609 | 2024-11-02T03:13:15.142Z | Downloaded zeroize_derive v1.4.2 |
| 610 | 2024-11-02T03:13:15.144Z | Downloaded rusty-fork v0.3.0 |
| 611 | 2024-11-02T03:13:15.147Z | Downloaded csv-core v0.1.11 |
| 612 | 2024-11-02T03:13:15.149Z | Downloaded env_logger v0.11.5 |
| 613 | 2024-11-02T03:13:15.151Z | Downloaded phf_shared v0.10.0 |
| 614 | 2024-11-02T03:13:15.154Z | Downloaded headers-core v0.3.0 |
| 615 | 2024-11-02T03:13:15.154Z | Downloaded allocator-api2 v0.2.18 |
| 616 | 2024-11-02T03:13:15.156Z | Downloaded maybe-uninit v2.0.0 |
| 617 | 2024-11-02T03:13:15.159Z | Downloaded pbkdf2 v0.11.0 |
| 618 | 2024-11-02T03:13:15.162Z | Downloaded nibble_vec v0.1.0 |
| 619 | 2024-11-02T03:13:15.165Z | Downloaded nanorand v0.7.0 |
| 620 | 2024-11-02T03:13:15.167Z | Downloaded iana-time-zone v0.1.61 |
| 621 | 2024-11-02T03:13:15.169Z | Downloaded lalrpop-util v0.19.12 |
| 622 | 2024-11-02T03:13:15.172Z | Downloaded hyper-staticfile v0.10.1 |
| 623 | 2024-11-02T03:13:15.176Z | Downloaded pem v3.0.4 |
| 624 | 2024-11-02T03:13:15.176Z | Downloaded whoami v1.5.2 |
| 625 | 2024-11-02T03:13:15.179Z | Downloaded strum_macros v0.25.3 |
| 626 | 2024-11-02T03:13:15.182Z | Downloaded sha1 v0.10.6 |
| 627 | 2024-11-02T03:13:15.185Z | Downloaded sync_wrapper v0.1.2 |
| 628 | 2024-11-02T03:13:15.185Z | Downloaded smf v0.2.3 |
| 629 | 2024-11-02T03:13:15.192Z | Downloaded sync_wrapper v1.0.1 |
| 630 | 2024-11-02T03:13:15.192Z | Downloaded xz2 v0.1.7 |
| 631 | 2024-11-02T03:13:15.192Z | Downloaded hubpack v0.1.2 |
| 632 | 2024-11-02T03:13:15.192Z | Downloaded ed25519 v2.2.3 |
| 633 | 2024-11-02T03:13:15.195Z | Downloaded vsss-rs v3.3.4 |
| 634 | 2024-11-02T03:13:15.195Z | Downloaded clang-sys v1.8.1 |
| 635 | 2024-11-02T03:13:15.199Z | Downloaded libloading v0.8.5 |
| 636 | 2024-11-02T03:13:15.202Z | Downloaded chrono v0.4.38 |
| 637 | 2024-11-02T03:13:15.211Z | Downloaded rand_core v0.6.4 |
| 638 | 2024-11-02T03:13:15.215Z | Downloaded rand_chacha v0.3.1 |
| 639 | 2024-11-02T03:13:15.215Z | Downloaded progenitor-macro v0.8.0 |
| 640 | 2024-11-02T03:13:15.221Z | Downloaded want v0.3.1 |
| 641 | 2024-11-02T03:13:15.221Z | Downloaded base64 v0.21.7 |
| 642 | 2024-11-02T03:13:15.224Z | Downloaded foreign-types-shared v0.1.1 |
| 643 | 2024-11-02T03:13:15.224Z | Downloaded siphasher v0.3.11 |
| 644 | 2024-11-02T03:13:15.228Z | Downloaded rustc-demangle v0.1.24 |
| 645 | 2024-11-02T03:13:15.228Z | Downloaded indexmap v1.9.3 |
| 646 | 2024-11-02T03:13:15.232Z | Downloaded supports-color v3.0.1 |
| 647 | 2024-11-02T03:13:15.234Z | Downloaded time-macros v0.2.18 |
| 648 | 2024-11-02T03:13:15.237Z | Downloaded postgres-protocol v0.6.7 |
| 649 | 2024-11-02T03:13:15.239Z | Downloaded darling_core v0.20.10 |
| 650 | 2024-11-02T03:13:15.245Z | Downloaded embedded-io v0.4.0 |
| 651 | 2024-11-02T03:13:15.248Z | Downloaded compact_str v0.8.0 |
| 652 | 2024-11-02T03:13:15.253Z | Downloaded radium v0.7.0 |
| 653 | 2024-11-02T03:13:15.255Z | Downloaded dirs-next v2.0.0 |
| 654 | 2024-11-02T03:13:15.255Z | Downloaded pkcs8 v0.10.2 |
| 655 | 2024-11-02T03:13:15.258Z | Downloaded pretty-hex v0.2.1 |
| 656 | 2024-11-02T03:13:15.262Z | Downloaded path-slash v0.1.5 |
| 657 | 2024-11-02T03:13:15.262Z | Downloaded sct v0.7.1 |
| 658 | 2024-11-02T03:13:15.265Z | Downloaded oso-derive v0.27.3 |
| 659 | 2024-11-02T03:13:15.267Z | Downloaded rustls-pemfile v2.2.0 |
| 660 | 2024-11-02T03:13:15.270Z | Downloaded rustyline v14.0.0 |
| 661 | 2024-11-02T03:13:15.276Z | Downloaded predicates-core v1.0.8 |
| 662 | 2024-11-02T03:13:15.278Z | Downloaded num_threads v0.1.7 |
| 663 | 2024-11-02T03:13:15.278Z | Downloaded num_enum_derive v0.5.11 |
| 664 | 2024-11-02T03:13:15.282Z | Downloaded strum v0.26.3 |
| 665 | 2024-11-02T03:13:15.282Z | Downloaded spin v0.9.8 |
| 666 | 2024-11-02T03:13:15.286Z | Downloaded indicatif v0.17.8 |
| 667 | 2024-11-02T03:13:15.290Z | Downloaded either v1.13.0 |
| 668 | 2024-11-02T03:13:15.293Z | Downloaded dyn-clone v1.0.17 |
| 669 | 2024-11-02T03:13:15.296Z | Downloaded uzers v0.12.1 |
| 670 | 2024-11-02T03:13:15.298Z | Downloaded ssh-key v0.6.6 |
| 671 | 2024-11-02T03:13:15.315Z | Downloaded derive_builder_macro v0.20.2 |
| 672 | 2024-11-02T03:13:15.317Z | Downloaded const_format v0.2.33 |
| 673 | 2024-11-02T03:13:15.320Z | Downloaded tower-service v0.3.3 |
| 674 | 2024-11-02T03:13:15.323Z | Downloaded wyz v0.5.1 |
| 675 | 2024-11-02T03:13:15.325Z | Downloaded rpassword v7.3.1 |
| 676 | 2024-11-02T03:13:15.325Z | Downloaded parse-display-derive v0.10.0 |
| 677 | 2024-11-02T03:13:15.328Z | Downloaded foldhash v0.1.3 |
| 678 | 2024-11-02T03:13:15.328Z | Downloaded gethostname v0.5.0 |
| 679 | 2024-11-02T03:13:15.331Z | Downloaded embedded-io v0.6.1 |
| 680 | 2024-11-02T03:13:15.333Z | Downloaded strum_macros v0.24.3 |
| 681 | 2024-11-02T03:13:15.336Z | Downloaded fxhash v0.2.1 |
| 682 | 2024-11-02T03:13:15.336Z | Downloaded paste v1.0.15 |
| 683 | 2024-11-02T03:13:15.339Z | Downloaded vergen v8.3.2 |
| 684 | 2024-11-02T03:13:15.342Z | Downloaded scheduled-thread-pool v0.2.7 |
| 685 | 2024-11-02T03:13:15.344Z | Downloaded parking_lot_core v0.8.6 |
| 686 | 2024-11-02T03:13:15.347Z | Downloaded ref-cast v1.0.23 |
| 687 | 2024-11-02T03:13:15.349Z | Downloaded walkdir v2.5.0 |
| 688 | 2024-11-02T03:13:15.352Z | Downloaded take_mut v0.2.2 |
| 689 | 2024-11-02T03:13:15.354Z | Downloaded same-file v1.0.6 |
| 690 | 2024-11-02T03:13:15.354Z | Downloaded rustversion v1.0.17 |
| 691 | 2024-11-02T03:13:15.358Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 692 | 2024-11-02T03:13:15.360Z | Downloaded getrandom v0.2.15 |
| 693 | 2024-11-02T03:13:15.362Z | Downloaded similar v2.6.0 |
| 694 | 2024-11-02T03:13:15.368Z | Downloaded serde-big-array v0.5.1 |
| 695 | 2024-11-02T03:13:15.371Z | Downloaded fragile v2.0.0 |
| 696 | 2024-11-02T03:13:15.373Z | Downloaded tabwriter v1.4.0 |
| 697 | 2024-11-02T03:13:15.375Z | Downloaded subtle v2.6.1 |
| 698 | 2024-11-02T03:13:15.378Z | Downloaded tracing-core v0.1.32 |
| 699 | 2024-11-02T03:13:15.381Z | Downloaded sigpipe v0.1.3 |
| 700 | 2024-11-02T03:13:15.381Z | Downloaded funty v2.0.0 |
| 701 | 2024-11-02T03:13:15.383Z | Downloaded tokio-tungstenite v0.24.0 |
| 702 | 2024-11-02T03:13:15.386Z | Downloaded zone v0.1.8 |
| 703 | 2024-11-02T03:13:15.389Z | Downloaded zeroize v1.8.1 |
| 704 | 2024-11-02T03:13:15.389Z | Downloaded secrecy v0.8.0 |
| 705 | 2024-11-02T03:13:15.391Z | Downloaded password-hash v0.5.0 |
| 706 | 2024-11-02T03:13:15.391Z | Downloaded password-hash v0.4.2 |
| 707 | 2024-11-02T03:13:15.394Z | Downloaded poly1305 v0.8.0 |
| 708 | 2024-11-02T03:13:15.396Z | Downloaded num-traits v0.2.19 |
| 709 | 2024-11-02T03:13:15.399Z | Downloaded zip v0.6.6 |
| 710 | 2024-11-02T03:13:15.405Z | Downloaded progenitor-client v0.8.0 |
| 711 | 2024-11-02T03:13:15.408Z | Downloaded ff v0.13.0 |
| 712 | 2024-11-02T03:13:15.410Z | Downloaded opaque-debug v0.3.1 |
| 713 | 2024-11-02T03:13:15.410Z | Downloaded futures-executor v0.3.31 |
| 714 | 2024-11-02T03:13:15.413Z | Downloaded ppv-lite86 v0.2.20 |
| 715 | 2024-11-02T03:13:15.416Z | Downloaded powerfmt v0.2.0 |
| 716 | 2024-11-02T03:13:15.416Z | Downloaded headers v0.4.0 |
| 717 | 2024-11-02T03:13:15.421Z | Downloaded derive_more v0.99.18 |
| 718 | 2024-11-02T03:13:15.428Z | Downloaded thread_local v1.1.8 |
| 719 | 2024-11-02T03:13:15.430Z | Downloaded simd-adler32 v0.3.7 |
| 720 | 2024-11-02T03:13:15.433Z | Downloaded smallvec v0.6.14 |
| 721 | 2024-11-02T03:13:15.436Z | Downloaded rustc-hash v2.0.0 |
| 722 | 2024-11-02T03:13:15.436Z | Downloaded polyval v0.6.2 |
| 723 | 2024-11-02T03:13:15.440Z | Downloaded spki v0.7.3 |
| 724 | 2024-11-02T03:13:15.442Z | Downloaded unicode-truncate v1.1.0 |
| 725 | 2024-11-02T03:13:15.442Z | Downloaded mio v1.0.2 |
| 726 | 2024-11-02T03:13:15.448Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 727 | 2024-11-02T03:13:15.450Z | Downloaded des v0.8.1 |
| 728 | 2024-11-02T03:13:15.453Z | Downloaded endian-type v0.1.2 |
| 729 | 2024-11-02T03:13:15.455Z | Downloaded time-core v0.1.2 |
| 730 | 2024-11-02T03:13:15.455Z | Downloaded hyper-util v0.1.9 |
| 731 | 2024-11-02T03:13:15.459Z | Downloaded ena v0.14.3 |
| 732 | 2024-11-02T03:13:15.461Z | Downloaded displaydoc v0.2.5 |
| 733 | 2024-11-02T03:13:15.465Z | Downloaded number_prefix v0.4.0 |
| 734 | 2024-11-02T03:13:15.467Z | Downloaded which v4.4.2 |
| 735 | 2024-11-02T03:13:15.469Z | Downloaded signal-hook-mio v0.2.4 |
| 736 | 2024-11-02T03:13:15.471Z | Downloaded idna v0.4.0 |
| 737 | 2024-11-02T03:13:15.478Z | Downloaded proc-macro-crate v1.3.1 |
| 738 | 2024-11-02T03:13:15.481Z | Downloaded progenitor v0.8.0 |
| 739 | 2024-11-02T03:13:15.483Z | Downloaded slog-envlogger v2.2.0 |
| 740 | 2024-11-02T03:13:15.485Z | Downloaded hash32 v0.3.1 |
| 741 | 2024-11-02T03:13:15.487Z | Downloaded peg v0.8.4 |
| 742 | 2024-11-02T03:13:15.490Z | Downloaded pkcs5 v0.7.1 |
| 743 | 2024-11-02T03:13:15.495Z | Downloaded shell-words v1.1.0 |
| 744 | 2024-11-02T03:13:15.497Z | Downloaded primeorder v0.13.6 |
| 745 | 2024-11-02T03:13:15.500Z | Downloaded tiny-keccak v2.0.2 |
| 746 | 2024-11-02T03:13:15.502Z | Downloaded thiserror-no-std v2.0.2 |
| 747 | 2024-11-02T03:13:15.506Z | Downloaded xattr v1.3.1 |
| 748 | 2024-11-02T03:13:15.508Z | Downloaded slog-stdlog v4.1.1 |
| 749 | 2024-11-02T03:13:15.510Z | Downloaded phf_shared v0.11.2 |
| 750 | 2024-11-02T03:13:15.513Z | Downloaded enum-as-inner v0.6.1 |
| 751 | 2024-11-02T03:13:15.515Z | Downloaded num-conv v0.1.0 |
| 752 | 2024-11-02T03:13:15.515Z | Downloaded enum-as-inner v0.5.1 |
| 753 | 2024-11-02T03:13:15.518Z | Downloaded slog-dtrace v0.3.0 |
| 754 | 2024-11-02T03:13:15.521Z | Downloaded num-complex v0.4.6 |
| 755 | 2024-11-02T03:13:15.524Z | Downloaded slog-scope v4.4.0 |
| 756 | 2024-11-02T03:13:15.524Z | Downloaded p256 v0.13.2 |
| 757 | 2024-11-02T03:13:15.527Z | Downloaded url v2.5.2 |
| 758 | 2024-11-02T03:13:15.531Z | Downloaded slog-async v2.8.0 |
| 759 | 2024-11-02T03:13:15.533Z | Downloaded hkdf v0.12.4 |
| 760 | 2024-11-02T03:13:15.536Z | Downloaded oso v0.27.3 |
| 761 | 2024-11-02T03:13:15.540Z | Downloaded shlex v1.3.0 |
| 762 | 2024-11-02T03:13:15.543Z | Downloaded num_enum v0.5.11 |
| 763 | 2024-11-02T03:13:15.548Z | Downloaded topological-sort v0.2.2 |
| 764 | 2024-11-02T03:13:15.552Z | Downloaded phf v0.11.2 |
| 765 | 2024-11-02T03:13:15.552Z | Downloaded heapless v0.7.17 |
| 766 | 2024-11-02T03:13:15.555Z | Downloaded foreign-types-shared v0.3.1 |
| 767 | 2024-11-02T03:13:15.558Z | Downloaded schemars v0.8.21 |
| 768 | 2024-11-02T03:13:15.570Z | Downloaded sqlparser_derive v0.2.2 |
| 769 | 2024-11-02T03:13:15.573Z | Downloaded precomputed-hash v0.1.1 |
| 770 | 2024-11-02T03:13:15.573Z | Downloaded peg-runtime v0.8.3 |
| 771 | 2024-11-02T03:13:15.575Z | Downloaded zone v0.3.0 |
| 772 | 2024-11-02T03:13:15.575Z | Downloaded utf-8 v0.7.6 |
| 773 | 2024-11-02T03:13:15.578Z | Downloaded universal-hash v0.5.1 |
| 774 | 2024-11-02T03:13:15.578Z | Downloaded yasna v0.5.2 |
| 775 | 2024-11-02T03:13:15.580Z | Downloaded float-ord v0.3.2 |
| 776 | 2024-11-02T03:13:15.583Z | Downloaded tungstenite v0.23.0 |
| 777 | 2024-11-02T03:13:15.585Z | Downloaded structmeta v0.2.0 |
| 778 | 2024-11-02T03:13:15.588Z | Downloaded phf_codegen v0.11.2 |
| 779 | 2024-11-02T03:13:15.588Z | Downloaded num-derive v0.4.2 |
| 780 | 2024-11-02T03:13:15.591Z | Downloaded num v0.4.3 |
| 781 | 2024-11-02T03:13:15.593Z | Downloaded snafu v0.8.5 |
| 782 | 2024-11-02T03:13:15.599Z | Downloaded schemars_derive v0.8.21 |
| 783 | 2024-11-02T03:13:15.602Z | Downloaded dhcproto-macros v0.1.0 |
| 784 | 2024-11-02T03:13:15.604Z | Downloaded structmeta v0.3.0 |
| 785 | 2024-11-02T03:13:15.604Z | Downloaded ssh-cipher v0.2.0 |
| 786 | 2024-11-02T03:13:15.604Z | Downloaded num-rational v0.4.2 |
| 787 | 2024-11-02T03:13:15.607Z | Downloaded regex-syntax v0.6.29 |
| 788 | 2024-11-02T03:13:15.614Z | Downloaded hex-literal v0.4.1 |
| 789 | 2024-11-02T03:13:15.617Z | Downloaded psl-types v2.0.11 |
| 790 | 2024-11-02T03:13:15.619Z | Downloaded nu-ansi-term v0.50.1 |
| 791 | 2024-11-02T03:13:15.621Z | Downloaded blake3 v1.5.4 |
| 792 | 2024-11-02T03:13:15.629Z | Downloaded rand_xorshift v0.3.0 |
| 793 | 2024-11-02T03:13:15.631Z | Downloaded pin-utils v0.1.0 |
| 794 | 2024-11-02T03:13:15.632Z | Downloaded termcolor v1.4.1 |
| 795 | 2024-11-02T03:13:15.634Z | Downloaded glob v0.3.1 |
| 796 | 2024-11-02T03:13:15.637Z | Downloaded unicode-xid v0.2.6 |
| 797 | 2024-11-02T03:13:15.637Z | Downloaded unarray v0.1.4 |
| 798 | 2024-11-02T03:13:15.639Z | Downloaded rusqlite v0.32.1 |
| 799 | 2024-11-02T03:13:15.646Z | Downloaded unicase v2.7.0 |
| 800 | 2024-11-02T03:13:15.649Z | Downloaded olpc-cjson v0.1.4 |
| 801 | 2024-11-02T03:13:15.651Z | Downloaded pin-project-lite v0.2.14 |
| 802 | 2024-11-02T03:13:15.655Z | Downloaded zone_cfg_derive v0.3.0 |
| 803 | 2024-11-02T03:13:15.657Z | Downloaded env_filter v0.1.2 |
| 804 | 2024-11-02T03:13:15.657Z | Downloaded termios v0.3.3 |
| 805 | 2024-11-02T03:13:15.660Z | Downloaded itertools v0.12.1 |
| 806 | 2024-11-02T03:13:15.667Z | Downloaded twox-hash v1.6.3 |
| 807 | 2024-11-02T03:13:15.670Z | Downloaded diesel-dtrace v0.3.0 |
| 808 | 2024-11-02T03:13:15.672Z | Downloaded strip-ansi-escapes v0.2.0 |
| 809 | 2024-11-02T03:13:15.675Z | Downloaded sec1 v0.7.3 |
| 810 | 2024-11-02T03:13:15.675Z | Downloaded quinn-udp v0.5.5 |
| 811 | 2024-11-02T03:13:15.678Z | Downloaded tokio-tungstenite v0.21.0 |
| 812 | 2024-11-02T03:13:15.680Z | Downloaded tokio-rustls v0.26.0 |
| 813 | 2024-11-02T03:13:15.683Z | Downloaded libm v0.2.8 |
| 814 | 2024-11-02T03:13:15.690Z | Downloaded scopeguard v1.2.0 |
| 815 | 2024-11-02T03:13:15.694Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 816 | 2024-11-02T03:13:15.694Z | Downloaded normalize-line-endings v0.3.0 |
| 817 | 2024-11-02T03:13:15.694Z | Downloaded defmt-parser v0.3.4 |
| 818 | 2024-11-02T03:13:15.697Z | Downloaded tokio-macros v2.4.0 |
| 819 | 2024-11-02T03:13:15.697Z | Downloaded pbkdf2 v0.12.2 |
| 820 | 2024-11-02T03:13:15.700Z | Downloaded zerocopy v0.6.6 |
| 821 | 2024-11-02T03:13:15.703Z | Downloaded percent-encoding v2.3.1 |
| 822 | 2024-11-02T03:13:15.703Z | Downloaded rand_seeder v0.3.0 |
| 823 | 2024-11-02T03:13:15.706Z | Downloaded socket2 v0.5.7 |
| 824 | 2024-11-02T03:13:15.708Z | Downloaded signal-hook v0.3.17 |
| 825 | 2024-11-02T03:13:15.711Z | Downloaded filetime v0.2.25 |
| 826 | 2024-11-02T03:13:15.713Z | Downloaded tokio-native-tls v0.3.1 |
| 827 | 2024-11-02T03:13:15.713Z | Downloaded idna v0.3.0 |
| 828 | 2024-11-02T03:13:15.721Z | Downloaded packed_struct_codegen v0.10.1 |
| 829 | 2024-11-02T03:13:15.723Z | Downloaded defmt-macros v0.3.9 |
| 830 | 2024-11-02T03:13:15.726Z | Downloaded bindgen v0.69.5 |
| 831 | 2024-11-02T03:13:15.734Z | Downloaded ssh-encoding v0.2.0 |
| 832 | 2024-11-02T03:13:15.736Z | Downloaded toml v0.7.8 |
| 833 | 2024-11-02T03:13:15.739Z | Downloaded env_logger v0.10.2 |
| 834 | 2024-11-02T03:13:15.742Z | Downloaded tokio-rustls v0.24.1 |
| 835 | 2024-11-02T03:13:15.745Z | Downloaded num-iter v0.1.45 |
| 836 | 2024-11-02T03:13:15.748Z | Downloaded reqwest v0.12.8 |
| 837 | 2024-11-02T03:13:15.756Z | Downloaded dirs-sys-next v0.1.2 |
| 838 | 2024-11-02T03:13:15.759Z | Downloaded string_cache v0.8.7 |
| 839 | 2024-11-02T03:13:15.762Z | Downloaded pem-rfc7468 v0.7.0 |
| 840 | 2024-11-02T03:13:15.762Z | Downloaded serde_urlencoded v0.7.1 |
| 841 | 2024-11-02T03:13:15.764Z | Downloaded fallible-iterator v0.2.0 |
| 842 | 2024-11-02T03:13:15.767Z | Downloaded tokio-stream v0.1.16 |
| 843 | 2024-11-02T03:13:15.770Z | Downloaded heapless v0.8.0 |
| 844 | 2024-11-02T03:13:15.774Z | Downloaded nix v0.28.0 |
| 845 | 2024-11-02T03:13:15.787Z | Downloaded difflib v0.4.0 |
| 846 | 2024-11-02T03:13:15.790Z | Downloaded debug-ignore v1.0.5 |
| 847 | 2024-11-02T03:13:15.792Z | Downloaded parking_lot v0.11.2 |
| 848 | 2024-11-02T03:13:15.794Z | Downloaded toml_edit v0.19.15 |
| 849 | 2024-11-02T03:13:15.810Z | Downloaded serde_derive_internals v0.29.1 |
| 850 | 2024-11-02T03:13:15.813Z | Downloaded term v0.7.0 |
| 851 | 2024-11-02T03:13:15.815Z | Downloaded peg-macros v0.8.4 |
| 852 | 2024-11-02T03:13:15.818Z | Downloaded tinyvec v1.8.0 |
| 853 | 2024-11-02T03:13:15.821Z | Downloaded hashbrown v0.13.2 |
| 854 | 2024-11-02T03:13:15.825Z | Downloaded tungstenite v0.24.0 |
| 855 | 2024-11-02T03:13:15.829Z | Downloaded rayon-core v1.12.1 |
| 856 | 2024-11-02T03:13:15.833Z | Downloaded parking_lot v0.12.3 |
| 857 | 2024-11-02T03:13:15.835Z | Downloaded flume v0.11.0 |
| 858 | 2024-11-02T03:13:15.840Z | Downloaded diesel_derives v2.2.3 |
| 859 | 2024-11-02T03:13:15.844Z | Downloaded hashbrown v0.12.3 |
| 860 | 2024-11-02T03:13:15.849Z | Downloaded tar v0.4.42 |
| 861 | 2024-11-02T03:13:15.852Z | Downloaded pkcs1 v0.7.5 |
| 862 | 2024-11-02T03:13:15.855Z | Downloaded openssl-sys v0.9.103 |
| 863 | 2024-11-02T03:13:15.861Z | Downloaded radix_trie v0.2.1 |
| 864 | 2024-11-02T03:13:15.868Z | Downloaded x509-cert v0.2.5 |
| 865 | 2024-11-02T03:13:15.874Z | Downloaded h2 v0.3.26 |
| 866 | 2024-11-02T03:13:15.881Z | Downloaded unicode-normalization v0.1.24 |
| 867 | 2024-11-02T03:13:15.885Z | Downloaded steno v0.4.1 |
| 868 | 2024-11-02T03:13:15.894Z | Downloaded typed-path v0.7.1 |
| 869 | 2024-11-02T03:13:15.909Z | Downloaded der v0.7.9 |
| 870 | 2024-11-02T03:13:15.909Z | Downloaded hyper v0.14.30 |
| 871 | 2024-11-02T03:13:15.914Z | Downloaded expectorate v1.1.0 |
| 872 | 2024-11-02T03:13:15.917Z | Downloaded winnow v0.5.40 |
| 873 | 2024-11-02T03:13:15.924Z | Downloaded h2 v0.4.6 |
| 874 | 2024-11-02T03:13:15.932Z | Downloaded object v0.30.4 |
| 875 | 2024-11-02T03:13:15.943Z | Downloaded tough v0.17.1 |
| 876 | 2024-11-02T03:13:15.952Z | Downloaded sqlparser v0.45.0 |
| 877 | 2024-11-02T03:13:15.959Z | Downloaded russh v0.45.0 |
| 878 | 2024-11-02T03:13:15.965Z | Downloaded nom v7.1.3 |
| 879 | 2024-11-02T03:13:15.971Z | Downloaded flate2 v1.0.34 |
| 880 | 2024-11-02T03:13:15.977Z | Downloaded reqwest v0.11.27 |
| 881 | 2024-11-02T03:13:15.986Z | Downloaded quinn-proto v0.11.8 |
| 882 | 2024-11-02T03:13:15.994Z | Downloaded rustls-webpki v0.102.8 |
| 883 | 2024-11-02T03:13:16.014Z | Downloaded quick-xml v0.33.0 |
| 884 | 2024-11-02T03:13:16.020Z | Downloaded idna v0.2.3 |
| 885 | 2024-11-02T03:13:16.028Z | Downloaded proptest v1.5.0 |
| 886 | 2024-11-02T03:13:16.039Z | Downloaded polar-core v0.27.3 |
| 887 | 2024-11-02T03:13:16.048Z | Downloaded idna v0.5.0 |
| 888 | 2024-11-02T03:13:16.056Z | Downloaded git2 v0.19.0 |
| 889 | 2024-11-02T03:13:16.066Z | Downloaded serde_with v3.11.0 |
| 890 | 2024-11-02T03:13:16.076Z | Downloaded rayon v1.10.0 |
| 891 | 2024-11-02T03:13:16.087Z | Downloaded dropshot v0.12.0 |
| 892 | 2024-11-02T03:13:16.109Z | Downloaded regex v1.11.0 |
| 893 | 2024-11-02T03:13:16.122Z | Downloaded nix v0.29.0 |
| 894 | 2024-11-02T03:13:16.135Z | Downloaded rustls v0.21.12 |
| 895 | 2024-11-02T03:13:16.146Z | Downloaded rustls v0.22.4 |
| 896 | 2024-11-02T03:13:16.161Z | Downloaded smoltcp v0.9.1 |
| 897 | 2024-11-02T03:13:16.172Z | Downloaded smoltcp v0.11.0 |
| 898 | 2024-11-02T03:13:16.187Z | Downloaded openssl v0.10.66 |
| 899 | 2024-11-02T03:13:16.196Z | Downloaded regress v0.10.1 |
| 900 | 2024-11-02T03:13:16.207Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 901 | 2024-11-02T03:13:16.219Z | Downloaded regress v0.9.1 |
| 902 | 2024-11-02T03:13:16.228Z | Downloaded regex-syntax v0.8.5 |
| 903 | 2024-11-02T03:13:16.237Z | Downloaded sled v0.34.7 |
| 904 | 2024-11-02T03:13:16.251Z | Downloaded diesel v2.2.4 |
| 905 | 2024-11-02T03:13:16.269Z | Downloaded typify-impl v0.2.0 |
| 906 | 2024-11-02T03:13:16.285Z | Downloaded regex-automata v0.4.8 |
| 907 | 2024-11-02T03:13:16.302Z | Downloaded openapiv3 v2.0.0 |
| 908 | 2024-11-02T03:13:16.315Z | Downloaded object v0.36.5 |
| 909 | 2024-11-02T03:13:16.327Z | Downloaded bstr v1.10.0 |
| 910 | 2024-11-02T03:13:16.338Z | Downloaded trust-dns-proto v0.22.0 |
| 911 | 2024-11-02T03:13:16.350Z | Downloaded nix v0.27.1 |
| 912 | 2024-11-02T03:13:16.362Z | Downloaded ratatui v0.28.1 |
| 913 | 2024-11-02T03:13:16.382Z | Downloaded zerocopy-derive v0.6.6 |
| 914 | 2024-11-02T03:13:16.392Z | Downloaded csv v1.3.0 |
| 915 | 2024-11-02T03:13:16.413Z | Downloaded p384 v0.13.0 |
| 916 | 2024-11-02T03:13:16.419Z | Downloaded webpki-roots v0.26.6 |
| 917 | 2024-11-02T03:13:16.423Z | Downloaded rustls v0.23.14 |
| 918 | 2024-11-02T03:13:16.435Z | Downloaded libz-sys v1.1.20 |
| 919 | 2024-11-02T03:13:16.457Z | Downloaded chrono-tz v0.10.0 |
| 920 | 2024-11-02T03:13:16.464Z | Downloaded petgraph v0.6.5 |
| 921 | 2024-11-02T03:13:16.481Z | Downloaded lzma-sys v0.1.20 |
| 922 | 2024-11-02T03:13:16.512Z | Downloaded gimli v0.31.1 |
| 923 | 2024-11-02T03:13:16.519Z | Downloaded tokio v1.40.0 |
| 924 | 2024-11-02T03:13:16.557Z | Downloaded hickory-proto v0.24.1 |
| 925 | 2024-11-02T03:13:16.572Z | Downloaded curve25519-dalek v4.1.3 |
| 926 | 2024-11-02T03:13:16.580Z | Downloaded rustls-webpki v0.101.7 |
| 927 | 2024-11-02T03:13:16.595Z | Downloaded futures-util v0.3.31 |
| 928 | 2024-11-02T03:13:16.607Z | Downloaded vcpkg v0.2.15 |
| 929 | 2024-11-02T03:13:16.646Z | Downloaded lalrpop v0.19.12 |
| 930 | 2024-11-02T03:13:16.656Z | Downloaded p521 v0.13.3 |
| 931 | 2024-11-02T03:13:16.660Z | Downloaded rsa v0.9.6 |
| 932 | 2024-11-02T03:13:16.665Z | Downloaded unicode_categories v0.1.1 |
| 933 | 2024-11-02T03:13:16.668Z | Downloaded unicode-bidi v0.3.17 |
| 934 | 2024-11-02T03:13:16.671Z | Downloaded rcgen v0.12.1 |
| 935 | 2024-11-02T03:13:16.673Z | Downloaded qorb v0.2.0 |
| 936 | 2024-11-02T03:13:16.677Z | Downloaded unsafe-libyaml v0.2.11 |
| 937 | 2024-11-02T03:13:16.681Z | Downloaded sha3 v0.10.8 |
| 938 | 2024-11-02T03:13:16.686Z | Downloaded unicode-segmentation v1.12.0 |
| 939 | 2024-11-02T03:13:16.690Z | Downloaded salty v0.3.0 |
| 940 | 2024-11-02T03:13:16.697Z | Downloaded bitvec v1.0.1 |
| 941 | 2024-11-02T03:13:16.712Z | Downloaded num-integer v0.1.46 |
| 942 | 2024-11-02T03:13:16.714Z | Downloaded fallible-iterator v0.3.0 |
| 943 | 2024-11-02T03:13:16.719Z | Downloaded der_derive v0.7.3 |
| 944 | 2024-11-02T03:13:16.719Z | Downloaded publicsuffix v2.2.3 |
| 945 | 2024-11-02T03:13:16.721Z | Downloaded tracing v0.1.40 |
| 946 | 2024-11-02T03:13:16.723Z | Downloaded itertools v0.13.0 |
| 947 | 2024-11-02T03:13:16.730Z | Downloaded ron v0.8.1 |
| 948 | 2024-11-02T03:13:16.735Z | Downloaded scrypt v0.11.0 |
| 949 | 2024-11-02T03:13:16.738Z | Downloaded nodrop v0.1.14 |
| 950 | 2024-11-02T03:13:16.738Z | Downloaded pin-project-internal v1.1.6 |
| 951 | 2024-11-02T03:13:16.741Z | Downloaded tokio-util v0.7.12 |
| 952 | 2024-11-02T03:13:16.746Z | Downloaded portable-atomic v1.9.0 |
| 953 | 2024-11-02T03:13:16.754Z | Downloaded hex v0.4.3 |
| 954 | 2024-11-02T03:13:16.756Z | Downloaded heck v0.3.3 |
| 955 | 2024-11-02T03:13:16.759Z | Downloaded float-cmp v0.9.0 |
| 956 | 2024-11-02T03:13:16.759Z | Downloaded zone_cfg_derive v0.1.2 |
| 957 | 2024-11-02T03:13:16.759Z | Downloaded rtoolbox v0.0.2 |
| 958 | 2024-11-02T03:13:16.761Z | Downloaded dhcproto v0.12.0 |
| 959 | 2024-11-02T03:13:16.764Z | Downloaded num-bigint-dig v0.8.4 |
| 960 | 2024-11-02T03:13:16.768Z | Downloaded encoding_rs v0.8.34 |
| 961 | 2024-11-02T03:13:16.791Z | Downloaded prettyplease v0.2.22 |
| 962 | 2024-11-02T03:13:16.793Z | Downloaded zip v2.1.3 |
| 963 | 2024-11-02T03:13:16.797Z | Downloaded tokio-rustls v0.25.0 |
| 964 | 2024-11-02T03:13:16.800Z | Downloaded elliptic-curve v0.13.8 |
| 965 | 2024-11-02T03:13:16.803Z | Downloaded fixedbitset v0.4.2 |
| 966 | 2024-11-02T03:13:16.806Z | Downloaded quick-error v1.2.3 |
| 967 | 2024-11-02T03:13:16.808Z | Downloaded uuid v1.10.0 |
| 968 | 2024-11-02T03:13:16.809Z | Downloaded num-bigint v0.4.6 |
| 969 | 2024-11-02T03:13:16.815Z | Downloaded hashbrown v0.14.5 |
| 970 | 2024-11-02T03:13:16.819Z | Downloaded rustc_version v0.4.1 |
| 971 | 2024-11-02T03:13:16.821Z | Downloaded libxml v0.3.3 |
| 972 | 2024-11-02T03:13:16.827Z | Downloaded snafu-derive v0.8.5 |
| 973 | 2024-11-02T03:13:16.829Z | Downloaded ed25519-dalek v2.1.1 |
| 974 | 2024-11-02T03:13:16.832Z | Downloaded tungstenite v0.21.0 |
| 975 | 2024-11-02T03:13:16.835Z | Downloaded slog-term v2.9.1 |
| 976 | 2024-11-02T03:13:16.838Z | Downloaded omicron-zone-package v0.11.1 |
| 977 | 2024-11-02T03:13:16.841Z | Downloaded samael v0.0.17 |
| 978 | 2024-11-02T03:13:16.846Z | Downloaded serde_with_macros v3.11.0 |
| 979 | 2024-11-02T03:13:16.848Z | Downloaded half v2.4.1 |
| 980 | 2024-11-02T03:13:16.851Z | Downloaded zopfli v0.8.1 |
| 981 | 2024-11-02T03:13:16.853Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 982 | 2024-11-02T03:13:16.911Z | Downloaded rustfmt-wrapper v0.2.1 |
| 983 | 2024-11-02T03:13:16.914Z | Downloaded parse-zoneinfo v0.3.1 |
| 984 | 2024-11-02T03:13:16.922Z | Downloaded minimal-lexical v0.2.1 |
| 985 | 2024-11-02T03:13:16.927Z | Downloaded predicates v3.1.2 |
| 986 | 2024-11-02T03:13:16.927Z | Downloaded derive_builder_core v0.20.2 |
| 987 | 2024-11-02T03:13:16.928Z | Downloaded unicode-properties v0.1.3 |
| 988 | 2024-11-02T03:13:16.928Z | Downloaded ron v0.7.1 |
| 989 | 2024-11-02T03:13:16.930Z | Downloaded reedline v0.35.0 |
| 990 | 2024-11-02T03:13:16.937Z | Downloaded display-error-chain v0.2.2 |
| 991 | 2024-11-02T03:13:16.940Z | Downloaded slog-bunyan v2.5.0 |
| 992 | 2024-11-02T03:13:16.940Z | Downloaded signature v2.2.0 |
| 993 | 2024-11-02T03:13:16.942Z | Downloaded globset v0.4.15 |
| 994 | 2024-11-02T03:13:16.944Z | Downloaded pin-project v1.1.6 |
| 995 | 2024-11-02T03:13:16.953Z | Downloaded owo-colors v4.1.0 |
| 996 | 2024-11-02T03:13:16.956Z | Downloaded postgres-types v0.2.8 |
| 997 | 2024-11-02T03:13:16.958Z | Downloaded futures v0.3.31 |
| 998 | 2024-11-02T03:13:16.963Z | Downloaded hash32 v0.2.1 |
| 999 | 2024-11-02T03:13:16.965Z | Downloaded group v0.13.0 |
| 1000 | 2024-11-02T03:13:16.968Z | Downloaded flagset v0.4.6 |
| 1001 | 2024-11-02T03:13:16.968Z | Downloaded futures-channel v0.3.31 |
| 1002 | 2024-11-02T03:13:16.971Z | Downloaded tokio-postgres v0.7.12 |
| 1003 | 2024-11-02T03:13:16.973Z | Downloaded crossterm v0.28.1 |
| 1004 | 2024-11-02T03:13:16.980Z | Downloaded test-strategy v0.3.1 |
| 1005 | 2024-11-02T03:13:16.985Z | Downloaded time v0.3.36 |
| 1006 | 2024-11-02T03:13:16.990Z | Downloaded quinn v0.11.5 |
| 1007 | 2024-11-02T03:13:16.994Z | Downloaded pkg-config v0.3.31 |
| 1008 | 2024-11-02T03:13:16.996Z | Downloaded semver v0.1.20 |
| 1009 | 2024-11-02T03:13:16.996Z | Downloaded dropshot_endpoint v0.12.0 |
| 1010 | 2024-11-02T03:13:16.999Z | Downloaded futures-task v0.3.31 |
| 1011 | 2024-11-02T03:13:17.002Z | Downloaded russh-keys v0.45.0 |
| 1012 | 2024-11-02T03:13:17.005Z | Downloaded futures-core v0.3.31 |
| 1013 | 2024-11-02T03:13:17.005Z | Downloaded russh-cryptovec v0.7.3 |
| 1014 | 2024-11-02T03:13:17.005Z | Downloaded form_urlencoded v1.2.1 |
| 1015 | 2024-11-02T03:13:17.005Z | Downloaded subprocess v0.2.9 |
| 1016 | 2024-11-02T03:13:17.007Z | Downloaded ref-cast-impl v1.0.23 |
| 1017 | 2024-11-02T03:13:17.010Z | Downloaded structmeta-derive v0.2.0 |
| 1018 | 2024-11-02T03:13:17.010Z | Downloaded predicates-tree v1.0.11 |
| 1019 | 2024-11-02T03:13:17.010Z | Downloaded value-bag v1.9.0 |
| 1020 | 2024-11-02T03:13:17.013Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1021 | 2024-11-02T03:13:17.015Z | Downloaded fatfs v0.3.6 |
| 1022 | 2024-11-02T03:13:17.019Z | Downloaded derive-where v1.2.7 |
| 1023 | 2024-11-02T03:13:17.022Z | Downloaded vte v0.11.1 |
| 1024 | 2024-11-02T03:13:17.025Z | Downloaded native-tls v0.2.12 |
| 1025 | 2024-11-02T03:13:17.027Z | Downloaded aes-gcm v0.10.3 |
| 1026 | 2024-11-02T03:13:17.030Z | Downloaded hyper-rustls v0.27.3 |
| 1027 | 2024-11-02T03:13:17.032Z | Downloaded dsl_auto_type v0.1.2 |
| 1028 | 2024-11-02T03:13:17.035Z | Downloaded typify v0.2.0 |
| 1029 | 2024-11-02T03:13:17.037Z | Downloaded tracing-attributes v0.1.27 |
| 1030 | 2024-11-02T03:13:17.039Z | Downloaded tokio-tungstenite v0.23.1 |
| 1031 | 2024-11-02T03:13:17.042Z | Downloaded progenitor-impl v0.8.0 |
| 1032 | 2024-11-02T03:13:17.044Z | Downloaded crypto-bigint v0.5.5 |
| 1033 | 2024-11-02T03:13:17.050Z | Downloaded parse-size v1.1.0 |
| 1034 | 2024-11-02T03:13:17.052Z | Downloaded ghash v0.5.1 |
| 1035 | 2024-11-02T03:13:17.052Z | Downloaded foreign-types v0.3.2 |
| 1036 | 2024-11-02T03:13:17.054Z | Downloaded wait-timeout v0.2.0 |
| 1037 | 2024-11-02T03:13:17.054Z | Downloaded bytes v1.7.2 |
| 1038 | 2024-11-02T03:13:17.057Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1039 | 2024-11-02T03:13:17.060Z | Downloaded typify-macro v0.2.0 |
| 1040 | 2024-11-02T03:13:17.060Z | Downloaded stringprep v0.1.5 |
| 1041 | 2024-11-02T03:13:17.062Z | Downloaded slab v0.4.9 |
| 1042 | 2024-11-02T03:13:17.062Z | Downloaded fd-lock v4.0.2 |
| 1043 | 2024-11-02T03:13:17.065Z | Downloaded postcard v1.0.10 |
| 1044 | 2024-11-02T03:13:17.067Z | Downloaded parking_lot_core v0.9.10 |
| 1045 | 2024-11-02T03:13:17.069Z | Downloaded smallvec v1.13.2 |
| 1046 | 2024-11-02T03:13:17.072Z | Downloaded structmeta-derive v0.3.0 |
| 1047 | 2024-11-02T03:13:17.072Z | Downloaded spin v0.5.2 |
| 1048 | 2024-11-02T03:13:17.074Z | Downloaded chacha20poly1305 v0.10.1 |
| 1049 | 2024-11-02T03:13:17.074Z | Downloaded serde-hex v0.1.0 |
| 1050 | 2024-11-02T03:13:17.076Z | Downloaded rustls-pemfile v1.0.4 |
| 1051 | 2024-11-02T03:13:17.079Z | Downloaded rustc_version v0.1.7 |
| 1052 | 2024-11-02T03:13:17.079Z | Downloaded rfc6979 v0.4.0 |
| 1053 | 2024-11-02T03:13:17.081Z | Downloaded r2d2 v0.8.10 |
| 1054 | 2024-11-02T03:13:17.084Z | Downloaded memmap2 v0.9.5 |
| 1055 | 2024-11-02T03:13:17.086Z | Downloaded waitgroup v0.1.2 |
| 1056 | 2024-11-02T03:13:17.086Z | Downloaded resolv-conf v0.7.0 |
| 1057 | 2024-11-02T03:13:17.088Z | Downloaded hashlink v0.9.1 |
| 1058 | 2024-11-02T03:13:17.091Z | Downloaded phf_generator v0.11.2 |
| 1059 | 2024-11-02T03:13:17.091Z | Downloaded packed_struct v0.10.1 |
| 1060 | 2024-11-02T03:13:17.094Z | Downloaded ecdsa v0.16.9 |
| 1061 | 2024-11-02T03:13:17.096Z | Downloaded tls_codec v0.4.1 |
| 1062 | 2024-11-02T03:13:17.096Z | Downloaded serde_plain v1.0.2 |
| 1063 | 2024-11-02T03:13:17.098Z | Downloaded multer v3.1.0 |
| 1064 | 2024-11-02T03:13:17.101Z | Downloaded ipnet v2.10.1 |
| 1065 | 2024-11-02T03:13:17.104Z | Downloaded tui-tree-widget v0.22.0 |
| 1066 | 2024-11-02T03:13:17.104Z | Downloaded http v0.2.12 |
| 1067 | 2024-11-02T03:13:17.107Z | Downloaded slog-json v2.6.1 |
| 1068 | 2024-11-02T03:13:17.109Z | Downloaded serde_repr v0.1.19 |
| 1069 | 2024-11-02T03:13:17.111Z | Downloaded parse-display v0.10.0 |
| 1070 | 2024-11-02T03:13:17.114Z | Downloaded futures-macro v0.3.31 |
| 1071 | 2024-11-02T03:13:17.116Z | Downloaded foreign-types-macros v0.2.3 |
| 1072 | 2024-11-02T03:13:17.116Z | Downloaded newtype-uuid v1.1.2 |
| 1073 | 2024-11-02T03:13:17.119Z | Downloaded mime_guess v2.0.5 |
| 1074 | 2024-11-02T03:13:17.119Z | Downloaded memoffset v0.9.1 |
| 1075 | 2024-11-02T03:13:17.121Z | Downloaded lockfree-object-pool v0.1.6 |
| 1076 | 2024-11-02T03:13:17.124Z | Downloaded linear-map v1.2.0 |
| 1077 | 2024-11-02T03:13:17.124Z | Downloaded internet-checksum v0.2.1 |
| 1078 | 2024-11-02T03:13:17.128Z | Downloaded backtrace v0.3.74 |
| 1079 | 2024-11-02T03:13:17.132Z | Downloaded hickory-server v0.24.1 |
| 1080 | 2024-11-02T03:13:17.135Z | Downloaded crossbeam-epoch v0.9.18 |
| 1081 | 2024-11-02T03:13:17.138Z | Downloaded lru v0.12.5 |
| 1082 | 2024-11-02T03:13:17.140Z | Downloaded libsw v3.3.1 |
| 1083 | 2024-11-02T03:13:17.143Z | Downloaded libefi-sys v0.1.0 |
| 1084 | 2024-11-02T03:13:17.143Z | Downloaded hyper v1.4.1 |
| 1085 | 2024-11-02T03:13:17.150Z | Downloaded ctr v0.9.2 |
| 1086 | 2024-11-02T03:13:17.152Z | Downloaded const_format_proc_macros v0.2.33 |
| 1087 | 2024-11-02T03:13:17.156Z | Downloaded cancel-safe-futures v0.1.5 |
| 1088 | 2024-11-02T03:13:17.159Z | Downloaded hickory-resolver v0.24.1 |
| 1089 | 2024-11-02T03:13:17.161Z | Downloaded deranged v0.3.11 |
| 1090 | 2024-11-02T03:13:17.161Z | Downloaded cookie_store v0.21.0 |
| 1091 | 2024-11-02T03:13:17.164Z | Downloaded bzip2 v0.4.4 |
| 1092 | 2024-11-02T03:13:17.167Z | Downloaded mockall v0.13.0 |
| 1093 | 2024-11-02T03:13:17.167Z | Downloaded maplit v1.0.2 |
| 1094 | 2024-11-02T03:13:17.169Z | Downloaded linked-hash-map v0.5.6 |
| 1095 | 2024-11-02T03:13:17.169Z | Downloaded lazycell v1.3.0 |
| 1096 | 2024-11-02T03:13:17.171Z | Downloaded is-terminal v0.4.13 |
| 1097 | 2024-11-02T03:13:17.171Z | Downloaded futures-sink v0.3.31 |
| 1098 | 2024-11-02T03:13:17.171Z | Downloaded salsa20 v0.10.2 |
| 1099 | 2024-11-02T03:13:17.174Z | Downloaded keccak v0.1.5 |
| 1100 | 2024-11-02T03:13:17.175Z | Downloaded instability v0.3.2 |
| 1101 | 2024-11-02T03:13:17.175Z | Downloaded inout v0.1.3 |
| 1102 | 2024-11-02T03:13:17.177Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1103 | 2024-11-02T03:13:17.179Z | Downloaded humantime v2.1.0 |
| 1104 | 2024-11-02T03:13:17.180Z | Downloaded console v0.15.8 |
| 1105 | 2024-11-02T03:13:17.182Z | Downloaded argon2 v0.5.3 |
| 1106 | 2024-11-02T03:13:17.185Z | Downloaded ident_case v1.0.1 |
| 1107 | 2024-11-02T03:13:17.185Z | Downloaded blake2 v0.10.6 |
| 1108 | 2024-11-02T03:13:17.187Z | Downloaded base64ct v1.6.0 |
| 1109 | 2024-11-02T03:13:17.190Z | Downloaded cexpr v0.6.0 |
| 1110 | 2024-11-02T03:13:17.192Z | Downloaded castaway v0.2.3 |
| 1111 | 2024-11-02T03:13:17.194Z | Downloaded cstr-argument v0.1.2 |
| 1112 | 2024-11-02T03:13:17.195Z | Downloaded ciborium-io v0.2.2 |
| 1113 | 2024-11-02T03:13:17.195Z | Downloaded buf-list v1.0.3 |
| 1114 | 2024-11-02T03:13:17.198Z | Downloaded block-padding v0.3.3 |
| 1115 | 2024-11-02T03:13:17.198Z | Downloaded bb8 v0.8.5 |
| 1116 | 2024-11-02T03:13:17.200Z | Downloaded ascii-canvas v3.0.0 |
| 1117 | 2024-11-02T03:13:17.200Z | Downloaded base64 v0.22.1 |
| 1118 | 2024-11-02T03:13:17.203Z | Downloaded hyper-tls v0.6.0 |
| 1119 | 2024-11-02T03:13:17.205Z | Downloaded highway v1.2.0 |
| 1120 | 2024-11-02T03:13:17.208Z | Downloaded indent_write v2.2.0 |
| 1121 | 2024-11-02T03:13:17.208Z | Downloaded crossbeam-utils v0.8.20 |
| 1122 | 2024-11-02T03:13:17.210Z | Downloaded hubpack_derive v0.1.1 |
| 1123 | 2024-11-02T03:13:17.213Z | Downloaded new_debug_unreachable v1.0.6 |
| 1124 | 2024-11-02T03:13:17.214Z | Downloaded ciborium v0.2.2 |
| 1125 | 2024-11-02T03:13:17.216Z | Downloaded blowfish v0.9.1 |
| 1126 | 2024-11-02T03:13:17.216Z | Downloaded data-encoding v2.6.0 |
| 1127 | 2024-11-02T03:13:17.219Z | Downloaded colored v2.1.0 |
| 1128 | 2024-11-02T03:13:17.221Z | Downloaded cassowary v0.3.0 |
| 1129 | 2024-11-02T03:13:17.221Z | Downloaded arrayref v0.3.9 |
| 1130 | 2024-11-02T03:13:17.276Z | Downloaded ring v0.17.8 |
| 1131 | 2024-11-02T03:13:17.375Z | Downloaded libsqlite3-sys v0.30.1 |
| 1132 | 2024-11-02T03:13:17.458Z | Downloaded ring v0.16.20 |
| 1133 | 2024-11-02T03:13:17.652Z | Compiling serde v1.0.210 |
| 1134 | 2024-11-02T03:13:17.654Z | Compiling typenum v1.17.0 |
| 1135 | 2024-11-02T03:13:17.654Z | Compiling lock_api v0.4.12 |
| 1136 | 2024-11-02T03:13:17.654Z | Compiling generic-array v0.14.7 |
| 1137 | 2024-11-02T03:13:17.654Z | Compiling scopeguard v1.2.0 |
| 1138 | 2024-11-02T03:13:17.654Z | Compiling subtle v2.6.1 |
| 1139 | 2024-11-02T03:13:17.823Z | Compiling syn v2.0.79 |
| 1140 | 2024-11-02T03:13:17.835Z | Compiling getrandom v0.2.15 |
| 1141 | 2024-11-02T03:13:17.983Z | Compiling value-bag v1.9.0 |
| 1142 | 2024-11-02T03:13:18.117Z | Compiling rand_core v0.6.4 |
| 1143 | 2024-11-02T03:13:18.199Z | Compiling const-oid v0.9.6 |
| 1144 | 2024-11-02T03:13:18.271Z | Compiling jobserver v0.1.32 |
| 1145 | 2024-11-02T03:13:18.373Z | Compiling shlex v1.3.0 |
| 1146 | 2024-11-02T03:13:18.613Z | Compiling log v0.4.22 |
| 1147 | 2024-11-02T03:13:18.746Z | Compiling cc v1.1.30 |
| 1148 | 2024-11-02T03:13:18.838Z | Compiling pin-project-lite v0.2.14 |
| 1149 | 2024-11-02T03:13:18.847Z | Compiling smallvec v1.13.2 |
| 1150 | 2024-11-02T03:13:18.945Z | Compiling parking_lot_core v0.9.10 |
| 1151 | 2024-11-02T03:13:19.302Z | Compiling futures-core v0.3.31 |
| 1152 | 2024-11-02T03:13:19.312Z | Compiling signal-hook-registry v1.4.2 |
| 1153 | 2024-11-02T03:13:19.525Z | Compiling mio v1.0.2 |
| 1154 | 2024-11-02T03:13:19.566Z | Compiling cpufeatures v0.2.14 |
| 1155 | 2024-11-02T03:13:19.673Z | Compiling futures-sink v0.3.31 |
| 1156 | 2024-11-02T03:13:19.849Z | Compiling parking_lot v0.12.3 |
| 1157 | 2024-11-02T03:13:20.111Z | Compiling spin v0.9.8 |
| 1158 | 2024-11-02T03:13:20.155Z | Compiling socket2 v0.5.7 |
| 1159 | 2024-11-02T03:13:20.205Z | Compiling slab v0.4.9 |
| 1160 | 2024-11-02T03:13:20.540Z | Compiling serde_json v1.0.128 |
| 1161 | 2024-11-02T03:13:20.713Z | Compiling futures-channel v0.3.31 |
| 1162 | 2024-11-02T03:13:20.715Z | Compiling futures-task v0.3.31 |
| 1163 | 2024-11-02T03:13:20.767Z | Compiling tinyvec_macros v0.1.1 |
| 1164 | 2024-11-02T03:13:20.875Z | Compiling foldhash v0.1.3 |
| 1165 | 2024-11-02T03:13:20.896Z | Compiling pin-utils v0.1.0 |
| 1166 | 2024-11-02T03:13:20.975Z | Compiling futures-io v0.3.31 |
| 1167 | 2024-11-02T03:13:20.996Z | Compiling allocator-api2 v0.2.18 |
| 1168 | 2024-11-02T03:13:20.996Z | Compiling tinyvec v1.8.0 |
| 1169 | 2024-11-02T03:13:21.104Z | Compiling libm v0.2.8 |
| 1170 | 2024-11-02T03:13:21.127Z | Compiling pkg-config v0.3.31 |
| 1171 | 2024-11-02T03:13:21.176Z | Compiling num-traits v0.2.19 |
| 1172 | 2024-11-02T03:13:21.306Z | Compiling unicode-bidi v0.3.17 |
| 1173 | 2024-11-02T03:13:21.705Z | Compiling hashbrown v0.15.0 |
| 1174 | 2024-11-02T03:13:21.752Z | Compiling base64ct v1.6.0 |
| 1175 | 2024-11-02T03:13:22.342Z | Compiling pem-rfc7468 v0.7.0 |
| 1176 | 2024-11-02T03:13:22.580Z | Compiling unicode-normalization v0.1.24 |
| 1177 | 2024-11-02T03:13:22.716Z | Compiling flagset v0.4.6 |
| 1178 | 2024-11-02T03:13:22.782Z | Compiling ring v0.17.8 |
| 1179 | 2024-11-02T03:13:22.902Z | Compiling httparse v1.9.5 |
| 1180 | 2024-11-02T03:13:22.943Z | Compiling tracing-core v0.1.32 |
| 1181 | 2024-11-02T03:13:23.065Z | Compiling percent-encoding v2.3.1 |
| 1182 | 2024-11-02T03:13:23.147Z | Compiling crossbeam-utils v0.8.20 |
| 1183 | 2024-11-02T03:13:23.448Z | Compiling rustls-pki-types v1.9.0 |
| 1184 | 2024-11-02T03:13:23.738Z | Compiling untrusted v0.9.0 |
| 1185 | 2024-11-02T03:13:23.802Z | Compiling time-core v0.1.2 |
| 1186 | 2024-11-02T03:13:23.912Z | Compiling vcpkg v0.2.15 |
| 1187 | 2024-11-02T03:13:23.975Z | Compiling num-conv v0.1.0 |
| 1188 | 2024-11-02T03:13:24.238Z | Compiling powerfmt v0.2.0 |
| 1189 | 2024-11-02T03:13:24.337Z | Compiling time-macros v0.2.18 |
| 1190 | 2024-11-02T03:13:24.546Z | Compiling deranged v0.3.11 |
| 1191 | 2024-11-02T03:13:24.606Z | Compiling num_threads v0.1.7 |
| 1192 | 2024-11-02T03:13:24.710Z | Compiling atomic-waker v1.1.2 |
| 1193 | 2024-11-02T03:13:24.734Z | Compiling form_urlencoded v1.2.1 |
| 1194 | 2024-11-02T03:13:24.883Z | Compiling try-lock v0.2.5 |
| 1195 | 2024-11-02T03:13:25.027Z | Compiling rustix v0.38.37 |
| 1196 | 2024-11-02T03:13:25.056Z | Compiling slog v2.7.0 |
| 1197 | 2024-11-02T03:13:25.633Z | Compiling want v0.3.1 |
| 1198 | 2024-11-02T03:13:25.704Z | Compiling httpdate v1.0.3 |
| 1199 | 2024-11-02T03:13:25.809Z | Compiling openssl-sys v0.9.103 |
| 1200 | 2024-11-02T03:13:25.907Z | Compiling idna v0.5.0 |
| 1201 | 2024-11-02T03:13:26.152Z | Compiling rustversion v1.0.17 |
| 1202 | 2024-11-02T03:13:26.464Z | Compiling match_cfg v0.1.0 |
| 1203 | 2024-11-02T03:13:26.561Z | Compiling foreign-types-shared v0.1.1 |
| 1204 | 2024-11-02T03:13:26.651Z | Compiling base64 v0.22.1 |
| 1205 | 2024-11-02T03:13:26.674Z | Compiling openssl v0.10.66 |
| 1206 | 2024-11-02T03:13:26.874Z | Compiling iana-time-zone v0.1.61 |
| 1207 | 2024-11-02T03:13:26.983Z | Compiling tower-service v0.3.3 |
| 1208 | 2024-11-02T03:13:27.081Z | Compiling adler2 v2.0.0 |
| 1209 | 2024-11-02T03:13:27.306Z | Compiling miniz_oxide v0.8.0 |
| 1210 | 2024-11-02T03:13:27.351Z | Compiling time v0.3.36 |
| 1211 | 2024-11-02T03:13:27.389Z | Compiling url v2.5.2 |
| 1212 | 2024-11-02T03:13:27.407Z | Compiling foreign-types v0.3.2 |
| 1213 | 2024-11-02T03:13:27.424Z | Compiling hostname v0.3.1 |
| 1214 | 2024-11-02T03:13:27.492Z | Compiling dirs-sys-next v0.1.2 |
| 1215 | 2024-11-02T03:13:27.676Z | Compiling aho-corasick v1.1.3 |
| 1216 | 2024-11-02T03:13:28.123Z | Compiling regex-syntax v0.8.5 |
| 1217 | 2024-11-02T03:13:28.486Z | Compiling syn v1.0.109 |
| 1218 | 2024-11-02T03:13:28.786Z | Compiling native-tls v0.2.12 |
| 1219 | 2024-11-02T03:13:29.089Z | Compiling siphasher v0.3.11 |
| 1220 | 2024-11-02T03:13:29.092Z | Compiling rustls v0.23.14 |
| 1221 | 2024-11-02T03:13:29.125Z | Compiling data-encoding v2.6.0 |
| 1222 | 2024-11-02T03:13:29.357Z | Compiling rustls v0.22.4 |
| 1223 | 2024-11-02T03:13:29.566Z | Compiling dirs-next v2.0.0 |
| 1224 | 2024-11-02T03:13:29.817Z | Compiling serde_derive_internals v0.29.1 |
| 1225 | 2024-11-02T03:13:30.985Z | Compiling crossbeam-epoch v0.9.18 |
| 1226 | 2024-11-02T03:13:31.311Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1227 | 2024-11-02T03:13:31.420Z | Compiling serde_derive v1.0.210 |
| 1228 | 2024-11-02T03:13:31.734Z | Compiling zeroize_derive v1.4.2 |
| 1229 | 2024-11-02T03:13:31.797Z | Compiling zerocopy-derive v0.7.35 |
| 1230 | 2024-11-02T03:13:32.344Z | Compiling tokio-macros v2.4.0 |
| 1231 | 2024-11-02T03:13:32.362Z | Compiling thiserror-impl v1.0.64 |
| 1232 | 2024-11-02T03:13:32.693Z | Compiling futures-macro v0.3.31 |
| 1233 | 2024-11-02T03:13:33.324Z | Compiling zeroize v1.8.1 |
| 1234 | 2024-11-02T03:13:33.534Z | Compiling der_derive v0.7.3 |
| 1235 | 2024-11-02T03:13:33.902Z | Compiling tracing-attributes v0.1.27 |
| 1236 | 2024-11-02T03:13:33.970Z | Compiling zerocopy v0.7.35 |
| 1237 | 2024-11-02T03:13:34.453Z | Compiling scroll_derive v0.12.0 |
| 1238 | 2024-11-02T03:13:34.626Z | Compiling futures-util v0.3.31 |
| 1239 | 2024-11-02T03:13:35.187Z | Compiling crypto-common v0.1.6 |
| 1240 | 2024-11-02T03:13:35.439Z | Compiling block-buffer v0.10.4 |
| 1241 | 2024-11-02T03:13:35.528Z | Compiling thiserror v1.0.64 |
| 1242 | 2024-11-02T03:13:35.607Z | Compiling block-padding v0.3.3 |
| 1243 | 2024-11-02T03:13:35.665Z | Compiling digest v0.10.7 |
| 1244 | 2024-11-02T03:13:35.692Z | Compiling ppv-lite86 v0.2.20 |
| 1245 | 2024-11-02T03:13:35.808Z | Compiling inout v0.1.3 |
| 1246 | 2024-11-02T03:13:35.844Z | Compiling pest v2.7.14 |
| 1247 | 2024-11-02T03:13:35.943Z | Compiling der v0.7.9 |
| 1248 | 2024-11-02T03:13:36.071Z | Compiling cipher v0.4.4 |
| 1249 | 2024-11-02T03:13:36.166Z | Compiling hmac v0.12.1 |
| 1250 | 2024-11-02T03:13:36.434Z | Compiling sha2 v0.10.8 |
| 1251 | 2024-11-02T03:13:36.568Z | Compiling rand_chacha v0.3.1 |
| 1252 | 2024-11-02T03:13:36.587Z | Compiling salsa20 v0.10.2 |
| 1253 | 2024-11-02T03:13:36.826Z | Compiling pbkdf2 v0.12.2 |
| 1254 | 2024-11-02T03:13:36.998Z | Compiling rand v0.8.5 |
| 1255 | 2024-11-02T03:13:37.445Z | Compiling tracing v0.1.40 |
| 1256 | 2024-11-02T03:13:37.996Z | Compiling scrypt v0.11.0 |
| 1257 | 2024-11-02T03:13:38.547Z | Compiling spki v0.7.3 |
| 1258 | 2024-11-02T03:13:38.919Z | Compiling pest_meta v2.7.14 |
| 1259 | 2024-11-02T03:13:38.919Z | Compiling cbc v0.1.2 |
| 1260 | 2024-11-02T03:13:38.956Z | Compiling aes v0.8.4 |
| 1261 | 2024-11-02T03:13:39.139Z | Compiling scroll v0.12.0 |
| 1262 | 2024-11-02T03:13:39.169Z | Compiling rustls-webpki v0.102.8 |
| 1263 | 2024-11-02T03:13:39.340Z | Compiling async-trait v0.1.83 |
| 1264 | 2024-11-02T03:13:39.702Z | Compiling goblin v0.8.2 |
| 1265 | 2024-11-02T03:13:40.096Z | Compiling pkcs5 v0.7.1 |
| 1266 | 2024-11-02T03:13:41.089Z | Compiling pest_generator v2.7.14 |
| 1267 | 2024-11-02T03:13:41.151Z | Compiling pkcs8 v0.10.2 |
| 1268 | 2024-11-02T03:13:41.248Z | Compiling openssl-macros v0.1.1 |
| 1269 | 2024-11-02T03:13:41.744Z | Compiling sha1 v0.10.6 |
| 1270 | 2024-11-02T03:13:41.897Z | Compiling signature v2.2.0 |
| 1271 | 2024-11-02T03:13:41.988Z | Compiling regex-automata v0.4.8 |
| 1272 | 2024-11-02T03:13:42.012Z | Compiling lazy_static v1.5.0 |
| 1273 | 2024-11-02T03:13:42.133Z | Compiling thread_local v1.1.8 |
| 1274 | 2024-11-02T03:13:42.151Z | Compiling encoding_rs v0.8.34 |
| 1275 | 2024-11-02T03:13:42.191Z | Compiling multer v3.1.0 |
| 1276 | 2024-11-02T03:13:42.523Z | Compiling cookie v0.18.1 |
| 1277 | 2024-11-02T03:13:42.727Z | Compiling signal-hook v0.3.17 |
| 1278 | 2024-11-02T03:13:42.846Z | Compiling schemars v0.8.21 |
| 1279 | 2024-11-02T03:13:42.999Z | Compiling ipnet v2.10.1 |
| 1280 | 2024-11-02T03:13:43.018Z | Compiling gimli v0.31.1 |
| 1281 | 2024-11-02T03:13:43.214Z | Compiling openssl-probe v0.1.5 |
| 1282 | 2024-11-02T03:13:43.539Z | Compiling pest_derive v2.7.14 |
| 1283 | 2024-11-02T03:13:43.565Z | Compiling rayon-core v1.12.1 |
| 1284 | 2024-11-02T03:13:43.837Z | Compiling mime v0.3.17 |
| 1285 | 2024-11-02T03:13:44.219Z | Compiling unicode-properties v0.1.3 |
| 1286 | 2024-11-02T03:13:44.348Z | Compiling dtrace-parser v0.2.0 |
| 1287 | 2024-11-02T03:13:44.459Z | Compiling either v1.13.0 |
| 1288 | 2024-11-02T03:13:44.627Z | Compiling slog-async v2.8.0 |
| 1289 | 2024-11-02T03:13:44.887Z | Compiling paste v1.0.15 |
| 1290 | 2024-11-02T03:13:45.195Z | Compiling stringprep v0.1.5 |
| 1291 | 2024-11-02T03:13:45.412Z | Compiling bytes v1.7.2 |
| 1292 | 2024-11-02T03:13:46.307Z | Compiling tokio v1.40.0 |
| 1293 | 2024-11-02T03:13:46.355Z | Compiling indexmap v2.6.0 |
| 1294 | 2024-11-02T03:13:46.358Z | Compiling http v1.1.0 |
| 1295 | 2024-11-02T03:13:46.699Z | Compiling bitflags v2.6.0 |
| 1296 | 2024-11-02T03:13:47.118Z | Compiling semver v1.0.23 |
| 1297 | 2024-11-02T03:13:47.893Z | Compiling rustc_version v0.4.1 |
| 1298 | 2024-11-02T03:13:47.926Z | Compiling http-body v1.0.1 |
| 1299 | 2024-11-02T03:13:48.094Z | Compiling dof v0.3.0 |
| 1300 | 2024-11-02T03:13:48.643Z | Compiling uuid v1.10.0 |
| 1301 | 2024-11-02T03:13:48.756Z | Compiling serde_tokenstream v0.2.2 |
| 1302 | 2024-11-02T03:13:48.814Z | Compiling toml_datetime v0.6.8 |
| 1303 | 2024-11-02T03:13:49.324Z | Compiling serde_spanned v0.6.8 |
| 1304 | 2024-11-02T03:13:49.385Z | Compiling usdt-impl v0.5.0 |
| 1305 | 2024-11-02T03:13:49.540Z | Compiling chrono v0.4.38 |
| 1306 | 2024-11-02T03:13:49.561Z | Compiling heapless v0.7.17 |
| 1307 | 2024-11-02T03:13:49.998Z | Compiling http-body-util v0.1.2 |
| 1308 | 2024-11-02T03:13:50.217Z | Compiling toml_edit v0.22.22 |
| 1309 | 2024-11-02T03:13:50.526Z | Compiling curve25519-dalek v4.1.3 |
| 1310 | 2024-11-02T03:13:50.919Z | Compiling usdt-attr-macro v0.5.0 |
| 1311 | 2024-11-02T03:13:51.239Z | Compiling usdt-macro v0.5.0 |
| 1312 | 2024-11-02T03:13:52.584Z | Compiling slog-json v2.6.1 |
| 1313 | 2024-11-02T03:13:52.712Z | Compiling addr2line v0.24.2 |
| 1314 | 2024-11-02T03:13:53.026Z | Compiling serde_urlencoded v0.7.1 |
| 1315 | 2024-11-02T03:13:53.390Z | Compiling futures-executor v0.3.31 |
| 1316 | 2024-11-02T03:13:53.536Z | Compiling md-5 v0.10.6 |
| 1317 | 2024-11-02T03:13:53.789Z | Compiling schemars_derive v0.8.21 |
| 1318 | 2024-11-02T03:13:54.021Z | Compiling crossbeam-deque v0.8.5 |
| 1319 | 2024-11-02T03:13:54.318Z | Compiling async-stream-impl v0.3.6 |
| 1320 | 2024-11-02T03:13:55.396Z | Compiling tokio-util v0.7.12 |
| 1321 | 2024-11-02T03:13:55.670Z | Compiling enum-as-inner v0.6.1 |
| 1322 | 2024-11-02T03:13:56.742Z | Compiling h2 v0.4.6 |
| 1323 | 2024-11-02T03:13:56.958Z | Compiling term v0.7.0 |
| 1324 | 2024-11-02T03:13:58.015Z | Compiling crossbeam-channel v0.5.13 |
| 1325 | 2024-11-02T03:13:58.436Z | Compiling num-integer v0.1.46 |
| 1326 | 2024-11-02T03:13:58.611Z | Compiling rustls-pemfile v2.2.0 |
| 1327 | 2024-11-02T03:13:58.929Z | Compiling idna v0.3.0 |
| 1328 | 2024-11-02T03:13:59.107Z | Compiling idna v0.4.0 |
| 1329 | 2024-11-02T03:13:59.188Z | Compiling hash32 v0.2.1 |
| 1330 | 2024-11-02T03:13:59.548Z | Compiling ff v0.13.0 |
| 1331 | 2024-11-02T03:13:59.785Z | Compiling is-terminal v0.4.13 |
| 1332 | 2024-11-02T03:13:59.924Z | Compiling object v0.36.5 |
| 1333 | 2024-11-02T03:14:00.503Z | Compiling dropshot v0.12.0 |
| 1334 | 2024-11-02T03:14:00.679Z | Compiling smoltcp v0.9.1 |
| 1335 | 2024-11-02T03:14:00.781Z | Compiling num-bigint-dig v0.8.4 |
| 1336 | 2024-11-02T03:14:00.818Z | Compiling rustc-demangle v0.1.24 |
| 1337 | 2024-11-02T03:14:01.086Z | Compiling stable_deref_trait v1.2.0 |
| 1338 | 2024-11-02T03:14:01.197Z | Compiling anyhow v1.0.92 |
| 1339 | 2024-11-02T03:14:01.378Z | Compiling fallible-iterator v0.2.0 |
| 1340 | 2024-11-02T03:14:01.774Z | Compiling utf-8 v0.7.6 |
| 1341 | 2024-11-02T03:14:01.857Z | Compiling portable-atomic v1.9.0 |
| 1342 | 2024-11-02T03:14:02.111Z | Compiling linked-hash-map v0.5.6 |
| 1343 | 2024-11-02T03:14:02.114Z | Compiling quick-error v1.2.3 |
| 1344 | 2024-11-02T03:14:02.319Z | Compiling psl-types v2.0.11 |
| 1345 | 2024-11-02T03:14:02.507Z | Compiling take_mut v0.2.2 |
| 1346 | 2024-11-02T03:14:02.532Z | Compiling dyn-clone v1.0.17 |
| 1347 | 2024-11-02T03:14:02.677Z | Compiling base16ct v0.2.0 |
| 1348 | 2024-11-02T03:14:02.998Z | Compiling sec1 v0.7.3 |
| 1349 | 2024-11-02T03:14:03.120Z | Compiling publicsuffix v2.2.3 |
| 1350 | 2024-11-02T03:14:03.392Z | Compiling lru-cache v0.1.2 |
| 1351 | 2024-11-02T03:14:03.553Z | Compiling resolv-conf v0.7.0 |
| 1352 | 2024-11-02T03:14:03.589Z | Compiling postgres-protocol v0.6.7 |
| 1353 | 2024-11-02T03:14:04.122Z | Compiling hyper v1.4.1 |
| 1354 | 2024-11-02T03:14:04.317Z | Compiling tungstenite v0.24.0 |
| 1355 | 2024-11-02T03:14:06.531Z | Compiling hyper-util v0.1.9 |
| 1356 | 2024-11-02T03:14:06.563Z | Compiling hickory-proto v0.24.1 |
| 1357 | 2024-11-02T03:14:06.581Z | Compiling usdt v0.5.0 |
| 1358 | 2024-11-02T03:14:06.939Z | Compiling slog-term v2.9.1 |
| 1359 | 2024-11-02T03:14:06.972Z | Compiling tokio-rustls v0.26.0 |
| 1360 | 2024-11-02T03:14:07.056Z | Compiling group v0.13.0 |
| 1361 | 2024-11-02T03:14:07.413Z | Compiling backtrace v0.3.74 |
| 1362 | 2024-11-02T03:14:07.445Z | Compiling num-iter v0.1.45 |
| 1363 | 2024-11-02T03:14:07.644Z | Compiling tokio-rustls v0.25.0 |
| 1364 | 2024-11-02T03:14:08.082Z | Compiling tokio-native-tls v0.3.1 |
| 1365 | 2024-11-02T03:14:08.102Z | Compiling async-stream v0.3.6 |
| 1366 | 2024-11-02T03:14:08.268Z | Compiling futures v0.3.31 |
| 1367 | 2024-11-02T03:14:08.382Z | Compiling toml v0.8.19 |
| 1368 | 2024-11-02T03:14:09.482Z | Compiling camino v1.1.9 |
| 1369 | 2024-11-02T03:14:09.865Z | Compiling slog-bunyan v2.5.0 |
| 1370 | 2024-11-02T03:14:10.067Z | Compiling terminal_size v0.4.0 |
| 1371 | 2024-11-02T03:14:10.195Z | Compiling dropshot_endpoint v0.12.0 |
| 1372 | 2024-11-02T03:14:10.284Z | Compiling openapiv3 v2.0.0 |
| 1373 | 2024-11-02T03:14:10.325Z | Compiling serde_path_to_error v0.1.16 |
| 1374 | 2024-11-02T03:14:10.452Z | Compiling hkdf v0.12.4 |
| 1375 | 2024-11-02T03:14:10.707Z | Compiling crypto-bigint v0.5.5 |
| 1376 | 2024-11-02T03:14:10.757Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1377 | 2024-11-02T03:14:10.896Z | Compiling hubpack_derive v0.1.1 |
| 1378 | 2024-11-02T03:14:10.915Z | Compiling zerocopy-derive v0.6.6 |
| 1379 | 2024-11-02T03:14:11.166Z | Compiling phf_shared v0.11.2 |
| 1380 | 2024-11-02T03:14:11.552Z | Compiling waitgroup v0.1.2 |
| 1381 | 2024-11-02T03:14:11.781Z | Compiling webpki-roots v0.26.6 |
| 1382 | 2024-11-02T03:14:11.799Z | Compiling hostname v0.4.0 |
| 1383 | 2024-11-02T03:14:12.007Z | Compiling fs-err v2.11.0 |
| 1384 | 2024-11-02T03:14:12.075Z | Compiling crc32fast v1.4.2 |
| 1385 | 2024-11-02T03:14:12.216Z | Compiling ahash v0.8.11 |
| 1386 | 2024-11-02T03:14:12.349Z | Compiling winnow v0.5.40 |
| 1387 | 2024-11-02T03:14:12.408Z | Compiling bitflags v1.3.2 |
| 1388 | 2024-11-02T03:14:12.518Z | Compiling debug-ignore v1.0.5 |
| 1389 | 2024-11-02T03:14:12.567Z | Compiling managed v0.8.0 |
| 1390 | 2024-11-02T03:14:12.660Z | Compiling clap_builder v4.5.20 |
| 1391 | 2024-11-02T03:14:12.984Z | Compiling zerocopy v0.6.6 |
| 1392 | 2024-11-02T03:14:13.863Z | Compiling elliptic-curve v0.13.8 |
| 1393 | 2024-11-02T03:14:14.698Z | Compiling strum_macros v0.25.3 |
| 1394 | 2024-11-02T03:14:14.738Z | Compiling console v0.15.8 |
| 1395 | 2024-11-02T03:14:15.303Z | Compiling flate2 v1.0.34 |
| 1396 | 2024-11-02T03:14:16.252Z | Compiling toml_edit v0.19.15 |
| 1397 | 2024-11-02T03:14:16.303Z | Compiling hickory-resolver v0.24.1 |
| 1398 | 2024-11-02T03:14:16.682Z | Compiling hyper-rustls v0.27.3 |
| 1399 | 2024-11-02T03:14:16.862Z | Compiling hubpack v0.1.2 |
| 1400 | 2024-11-02T03:14:17.326Z | Compiling phf v0.11.2 |
| 1401 | 2024-11-02T03:14:17.361Z | Compiling signal-hook-mio v0.2.4 |
| 1402 | 2024-11-02T03:14:17.532Z | Compiling rayon v1.10.0 |
| 1403 | 2024-11-02T03:14:17.652Z | Compiling cookie_store v0.21.0 |
| 1404 | 2024-11-02T03:14:18.499Z | Compiling hyper-tls v0.6.0 |
| 1405 | 2024-11-02T03:14:18.912Z | Compiling bzip2 v0.4.4 |
| 1406 | 2024-11-02T03:14:20.067Z | Compiling tokio-tungstenite v0.24.0 |
| 1407 | 2024-11-02T03:14:20.618Z | Compiling postgres-types v0.2.8 |
| 1408 | 2024-11-02T03:14:22.102Z | Compiling tokio-stream v0.1.16 |
| 1409 | 2024-11-02T03:14:22.410Z | Compiling bstr v1.10.0 |
| 1410 | 2024-11-02T03:14:22.725Z | Compiling regex v1.11.0 |
| 1411 | 2024-11-02T03:14:22.745Z | Compiling serde-big-array v0.5.1 |
| 1412 | 2024-11-02T03:14:22.975Z | Compiling ed25519 v2.2.3 |
| 1413 | 2024-11-02T03:14:23.216Z | Compiling pkcs1 v0.7.5 |
| 1414 | 2024-11-02T03:14:23.792Z | Compiling rfc6979 v0.4.0 |
| 1415 | 2024-11-02T03:14:23.891Z | Compiling serde_repr v0.1.19 |
| 1416 | 2024-11-02T03:14:23.910Z | Compiling derive-where v1.2.7 |
| 1417 | 2024-11-02T03:14:23.977Z | Compiling clap_derive v4.5.18 |
| 1418 | 2024-11-02T03:14:24.141Z | Compiling phf_shared v0.10.0 |
| 1419 | 2024-11-02T03:14:24.171Z | Compiling float-cmp v0.9.0 |
| 1420 | 2024-11-02T03:14:24.389Z | Compiling sync_wrapper v1.0.1 |
| 1421 | 2024-11-02T03:14:24.411Z | Compiling bit-vec v0.6.3 |
| 1422 | 2024-11-02T03:14:24.524Z | Compiling predicates-core v1.0.8 |
| 1423 | 2024-11-02T03:14:24.544Z | Compiling number_prefix v0.4.0 |
| 1424 | 2024-11-02T03:14:24.778Z | Compiling difflib v0.4.0 |
| 1425 | 2024-11-02T03:14:24.810Z | Compiling whoami v1.5.2 |
| 1426 | 2024-11-02T03:14:24.877Z | Compiling normalize-line-endings v0.3.0 |
| 1427 | 2024-11-02T03:14:24.880Z | Compiling fixedbitset v0.4.2 |
| 1428 | 2024-11-02T03:14:25.011Z | Compiling new_debug_unreachable v1.0.6 |
| 1429 | 2024-11-02T03:14:25.030Z | Compiling minimal-lexical v0.2.1 |
| 1430 | 2024-11-02T03:14:25.109Z | Compiling precomputed-hash v0.1.1 |
| 1431 | 2024-11-02T03:14:25.229Z | Compiling unicode-segmentation v1.12.0 |
| 1432 | 2024-11-02T03:14:25.341Z | Compiling static_assertions v1.1.0 |
| 1433 | 2024-11-02T03:14:25.414Z | Compiling string_cache v0.8.7 |
| 1434 | 2024-11-02T03:14:25.443Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1435 | 2024-11-02T03:14:25.520Z | Compiling nom v7.1.3 |
| 1436 | 2024-11-02T03:14:25.845Z | Compiling predicates v3.1.2 |
| 1437 | 2024-11-02T03:14:26.120Z | Compiling similar v2.6.0 |
| 1438 | 2024-11-02T03:14:26.289Z | Compiling petgraph v0.6.5 |
| 1439 | 2024-11-02T03:14:27.319Z | Compiling qorb v0.2.0 |
| 1440 | 2024-11-02T03:14:27.535Z | Compiling tokio-postgres v0.7.12 |
| 1441 | 2024-11-02T03:14:28.598Z | Compiling bit-set v0.5.3 |
| 1442 | 2024-11-02T03:14:28.704Z | Compiling clap v4.5.20 |
| 1443 | 2024-11-02T03:14:28.826Z | Compiling indicatif v0.17.8 |
| 1444 | 2024-11-02T03:14:28.881Z | Compiling reqwest v0.12.8 |
| 1445 | 2024-11-02T03:14:29.335Z | Compiling ecdsa v0.16.9 |
| 1446 | 2024-11-02T03:14:30.205Z | Compiling rsa v0.9.6 |
| 1447 | 2024-11-02T03:14:30.291Z | Compiling ed25519-dalek v2.1.1 |
| 1448 | 2024-11-02T03:14:30.969Z | Compiling toml v0.7.8 |
| 1449 | 2024-11-02T03:14:31.587Z | Compiling zip v0.6.6 |
| 1450 | 2024-11-02T03:14:32.299Z | Compiling crossterm v0.28.1 |
| 1451 | 2024-11-02T03:14:33.279Z | Compiling hex v0.4.3 |
| 1452 | 2024-11-02T03:14:33.346Z | Compiling itertools v0.10.5 |
| 1453 | 2024-11-02T03:14:33.497Z | Compiling itertools v0.12.1 |
| 1454 | 2024-11-02T03:14:33.699Z | Compiling x509-cert v0.2.5 |
| 1455 | 2024-11-02T03:14:33.727Z | Compiling unicode-xid v0.2.6 |
| 1456 | 2024-11-02T03:14:33.854Z | Compiling lalrpop-util v0.19.12 |
| 1457 | 2024-11-02T03:14:33.915Z | Compiling peg-runtime v0.8.3 |
| 1458 | 2024-11-02T03:14:34.207Z | Compiling xattr v1.3.1 |
| 1459 | 2024-11-02T03:14:34.491Z | Compiling strum_macros v0.26.4 |
| 1460 | 2024-11-02T03:14:34.583Z | Compiling filetime v0.2.25 |
| 1461 | 2024-11-02T03:14:34.935Z | Compiling tar v0.4.42 |
| 1462 | 2024-11-02T03:14:37.964Z | Compiling strum v0.26.3 |
| 1463 | 2024-11-02T03:14:38.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1464 | 2024-11-02T03:14:38.693Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1465 | 2024-11-02T03:14:44.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 1466 | 2024-11-02T03:14:44.247Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1467 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.737 INFO Starting download, target: Cockroach |
| 1468 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.738 INFO Starting download, target: Clickhouse |
| 1469 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.738 INFO Starting download, target: Console |
| 1470 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.738 INFO Starting download, target: DendriteOpenapi |
| 1471 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.738 INFO Starting download, target: DendriteStub |
| 1472 | 2024-11-02T03:14:44.294Z | Nov 02 03:14:43.738 INFO Starting download, target: MaghemiteMgd |
| 1473 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.738 INFO Starting download, target: TransceiverControl |
| 1474 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1475 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
| 1476 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1477 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1478 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1479 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1480 | 2024-11-02T03:14:44.297Z | Nov 02 03:14:43.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1481 | 2024-11-02T03:14:44.443Z | Nov 02 03:14:43.884 INFO Download complete, target: DendriteOpenapi |
| 1482 | 2024-11-02T03:14:44.672Z | Nov 02 03:14:44.079 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1483 | 2024-11-02T03:14:44.855Z | Nov 02 03:14:44.276 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1484 | 2024-11-02T03:14:45.142Z | Nov 02 03:14:44.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1485 | 2024-11-02T03:14:45.161Z | Nov 02 03:14:44.604 INFO Download complete, target: Console |
| 1486 | 2024-11-02T03:14:45.204Z | Nov 02 03:14:44.645 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1487 | 2024-11-02T03:14:45.335Z | Nov 02 03:14:44.776 INFO Download complete, target: TransceiverControl |
| 1488 | 2024-11-02T03:14:46.006Z | Nov 02 03:14:45.449 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1489 | 2024-11-02T03:14:46.006Z | Nov 02 03:14:45.450 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1490 | 2024-11-02T03:14:46.356Z | Nov 02 03:14:45.800 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1491 | 2024-11-02T03:14:47.901Z | Nov 02 03:14:47.345 INFO Download complete, target: DendriteStub |
| 1492 | 2024-11-02T03:14:48.043Z | Nov 02 03:14:47.487 INFO Download complete, target: MaghemiteMgd |
| 1493 | 2024-11-02T03:14:53.401Z | Nov 02 03:14:52.844 INFO Checking that binary works, target: Cockroach |
| 1494 | 2024-11-02T03:14:53.563Z | Nov 02 03:14:53.006 INFO Download complete, target: Cockroach |
| 1495 | 2024-11-02T03:14:58.737Z | Nov 02 03:14:58.180 INFO Checking that binary works, target: Clickhouse |
| 1496 | 2024-11-02T03:14:58.899Z | Nov 02 03:14:58.341 INFO Download complete, target: Clickhouse |
| 1497 | 2024-11-02T03:14:58.920Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1498 | 2024-11-02T03:14:58.922Z | |
| 1499 | 2024-11-02T03:14:58.922Z | real 4:09.191266648 |
| 1500 | 2024-11-02T03:14:58.922Z | user 12:14.889467353 |
| 1501 | 2024-11-02T03:14:58.922Z | sys 2:42.410772716 |
| 1502 | 2024-11-02T03:14:58.922Z | trap 0.446787588 |
| 1503 | 2024-11-02T03:14:58.922Z | tflt 1.283616585 |
| 1504 | 2024-11-02T03:14:58.922Z | dflt 1.444657960 |
| 1505 | 2024-11-02T03:14:58.922Z | kflt 0.027631987 |
| 1506 | 2024-11-02T03:14:58.922Z | lock 22:52.308934263 |
| 1507 | 2024-11-02T03:14:58.922Z | slp 48:00.256168302 |
| 1508 | 2024-11-02T03:14:58.922Z | lat 46.438298262 |
| 1509 | 2024-11-02T03:14:58.922Z | stop 2:03.920896727 |
| 1510 | 2024-11-02T03:14:58.922Z | + banner hack-check |
| 1511 | 2024-11-02T03:14:58.925Z | |
| 1512 | 2024-11-02T03:14:58.925Z | # # ## #### # # #### # # ###### #### # # |
| 1513 | 2024-11-02T03:14:58.925Z | # # # # # # # # # # # # # # # # # |
| 1514 | 2024-11-02T03:14:58.925Z | ###### # # # #### ##### # ###### ##### # #### |
| 1515 | 2024-11-02T03:14:58.925Z | # # ###### # # # # # # # # # # |
| 1516 | 2024-11-02T03:14:58.925Z | # # # # # # # # # # # # # # # # # |
| 1517 | 2024-11-02T03:14:58.925Z | # # # # #### # # #### # # ###### #### # # |
| 1518 | 2024-11-02T03:14:58.925Z | |
| 1519 | 2024-11-02T03:14:58.925Z | + export CARGO_INCREMENTAL=0 |
| 1520 | 2024-11-02T03:14:58.925Z | + CARGO_INCREMENTAL=0 |
| 1521 | 2024-11-02T03:14:58.925Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1522 | 2024-11-02T03:14:59.418Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1523 | 2024-11-02T03:15:02.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 1524 | 2024-11-02T03:15:02.930Z | Running `target/debug/xtask check-features --ci` |
| 1525 | 2024-11-02T03:15:02.954Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1526 | 2024-11-02T03:15:02.957Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1527 | 2024-11-02T03:15:03.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1528 | 2024-11-02T03:15:03.392Z | Running `target/debug/xtask download cargo-hack` |
| 1529 | 2024-11-02T03:15:04.158Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1530 | 2024-11-02T03:15:04.528Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1531 | 2024-11-02T03:15:09.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
| 1532 | 2024-11-02T03:15:09.416Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1533 | 2024-11-02T03:15:09.451Z | Nov 02 03:15:08.893 INFO Starting download, target: CargoHack |
| 1534 | 2024-11-02T03:15:09.454Z | Nov 02 03:15:08.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1535 | 2024-11-02T03:15:10.148Z | Nov 02 03:15:09.591 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1536 | 2024-11-02T03:15:10.235Z | Nov 02 03:15:09.677 INFO Download complete, target: CargoHack |
| 1537 | 2024-11-02T03:15:10.239Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1538 | 2024-11-02T03:15:10.254Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1539 | 2024-11-02T03:15:10.415Z | info: running `cargo check --bins` on api_identity (1/168) |
| 1540 | 2024-11-02T03:15:10.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1541 | 2024-11-02T03:15:10.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1542 | 2024-11-02T03:15:10.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1543 | 2024-11-02T03:15:10.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1544 | 2024-11-02T03:15:10.979Z | |
| 1545 | 2024-11-02T03:15:10.979Z | info: running `cargo check --bins` on bootstore (2/168) |
| 1546 | 2024-11-02T03:15:11.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1547 | 2024-11-02T03:15:11.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1548 | 2024-11-02T03:15:11.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1549 | 2024-11-02T03:15:11.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1550 | 2024-11-02T03:15:11.583Z | |
| 1551 | 2024-11-02T03:15:11.583Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
| 1552 | 2024-11-02T03:15:12.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1553 | 2024-11-02T03:15:12.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1554 | 2024-11-02T03:15:12.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1555 | 2024-11-02T03:15:12.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1556 | 2024-11-02T03:15:12.167Z | |
| 1557 | 2024-11-02T03:15:12.167Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
| 1558 | 2024-11-02T03:15:12.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1559 | 2024-11-02T03:15:12.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1560 | 2024-11-02T03:15:12.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1561 | 2024-11-02T03:15:12.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1562 | 2024-11-02T03:15:12.743Z | |
| 1563 | 2024-11-02T03:15:12.743Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
| 1564 | 2024-11-02T03:15:13.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1565 | 2024-11-02T03:15:13.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1566 | 2024-11-02T03:15:13.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1567 | 2024-11-02T03:15:13.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1568 | 2024-11-02T03:15:13.146Z | |
| 1569 | 2024-11-02T03:15:13.146Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
| 1570 | 2024-11-02T03:15:13.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1571 | 2024-11-02T03:15:13.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1572 | 2024-11-02T03:15:13.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1573 | 2024-11-02T03:15:13.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1574 | 2024-11-02T03:15:13.545Z | |
| 1575 | 2024-11-02T03:15:13.545Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
| 1576 | 2024-11-02T03:15:13.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1577 | 2024-11-02T03:15:13.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1578 | 2024-11-02T03:15:13.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1579 | 2024-11-02T03:15:13.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1580 | 2024-11-02T03:15:13.947Z | |
| 1581 | 2024-11-02T03:15:13.947Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
| 1582 | 2024-11-02T03:15:14.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1583 | 2024-11-02T03:15:14.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1584 | 2024-11-02T03:15:14.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1585 | 2024-11-02T03:15:14.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1586 | 2024-11-02T03:15:14.350Z | |
| 1587 | 2024-11-02T03:15:14.350Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
| 1588 | 2024-11-02T03:15:14.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1589 | 2024-11-02T03:15:14.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1590 | 2024-11-02T03:15:14.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1591 | 2024-11-02T03:15:14.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1592 | 2024-11-02T03:15:14.758Z | |
| 1593 | 2024-11-02T03:15:14.758Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
| 1594 | 2024-11-02T03:15:15.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1595 | 2024-11-02T03:15:15.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1596 | 2024-11-02T03:15:15.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1597 | 2024-11-02T03:15:15.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1598 | 2024-11-02T03:15:15.166Z | |
| 1599 | 2024-11-02T03:15:15.166Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
| 1600 | 2024-11-02T03:15:15.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1601 | 2024-11-02T03:15:15.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1602 | 2024-11-02T03:15:15.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1603 | 2024-11-02T03:15:15.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1604 | 2024-11-02T03:15:15.570Z | |
| 1605 | 2024-11-02T03:15:15.570Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
| 1606 | 2024-11-02T03:15:15.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1607 | 2024-11-02T03:15:15.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1608 | 2024-11-02T03:15:15.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1609 | 2024-11-02T03:15:15.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1610 | 2024-11-02T03:15:15.974Z | |
| 1611 | 2024-11-02T03:15:15.974Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
| 1612 | 2024-11-02T03:15:16.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1613 | 2024-11-02T03:15:16.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1614 | 2024-11-02T03:15:16.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1615 | 2024-11-02T03:15:16.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1616 | 2024-11-02T03:15:16.380Z | |
| 1617 | 2024-11-02T03:15:16.380Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
| 1618 | 2024-11-02T03:15:16.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1619 | 2024-11-02T03:15:16.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1620 | 2024-11-02T03:15:16.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1621 | 2024-11-02T03:15:16.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1622 | 2024-11-02T03:15:16.781Z | |
| 1623 | 2024-11-02T03:15:16.781Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
| 1624 | 2024-11-02T03:15:17.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1625 | 2024-11-02T03:15:17.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1626 | 2024-11-02T03:15:17.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1627 | 2024-11-02T03:15:17.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1628 | 2024-11-02T03:15:17.184Z | |
| 1629 | 2024-11-02T03:15:17.184Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
| 1630 | 2024-11-02T03:15:17.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1631 | 2024-11-02T03:15:17.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1632 | 2024-11-02T03:15:17.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1633 | 2024-11-02T03:15:17.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1634 | 2024-11-02T03:15:17.580Z | |
| 1635 | 2024-11-02T03:15:17.581Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
| 1636 | 2024-11-02T03:15:17.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1637 | 2024-11-02T03:15:17.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1638 | 2024-11-02T03:15:17.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1639 | 2024-11-02T03:15:17.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1640 | 2024-11-02T03:15:17.977Z | |
| 1641 | 2024-11-02T03:15:17.977Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
| 1642 | 2024-11-02T03:15:18.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1643 | 2024-11-02T03:15:18.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1644 | 2024-11-02T03:15:18.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1645 | 2024-11-02T03:15:18.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1646 | 2024-11-02T03:15:18.391Z | |
| 1647 | 2024-11-02T03:15:18.391Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
| 1648 | 2024-11-02T03:15:18.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1649 | 2024-11-02T03:15:18.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1650 | 2024-11-02T03:15:18.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1651 | 2024-11-02T03:15:18.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1652 | 2024-11-02T03:15:18.799Z | |
| 1653 | 2024-11-02T03:15:18.799Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
| 1654 | 2024-11-02T03:15:19.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1655 | 2024-11-02T03:15:19.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1656 | 2024-11-02T03:15:19.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1657 | 2024-11-02T03:15:19.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1658 | 2024-11-02T03:15:19.202Z | |
| 1659 | 2024-11-02T03:15:19.202Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
| 1660 | 2024-11-02T03:15:19.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1661 | 2024-11-02T03:15:19.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1662 | 2024-11-02T03:15:19.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1663 | 2024-11-02T03:15:19.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1664 | 2024-11-02T03:15:19.608Z | |
| 1665 | 2024-11-02T03:15:19.608Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
| 1666 | 2024-11-02T03:15:19.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1667 | 2024-11-02T03:15:19.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1668 | 2024-11-02T03:15:19.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1669 | 2024-11-02T03:15:19.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1670 | 2024-11-02T03:15:20.008Z | |
| 1671 | 2024-11-02T03:15:20.008Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
| 1672 | 2024-11-02T03:15:20.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1673 | 2024-11-02T03:15:20.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1674 | 2024-11-02T03:15:20.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1675 | 2024-11-02T03:15:20.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1676 | 2024-11-02T03:15:20.410Z | |
| 1677 | 2024-11-02T03:15:20.410Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
| 1678 | 2024-11-02T03:15:20.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1679 | 2024-11-02T03:15:20.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1680 | 2024-11-02T03:15:20.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1681 | 2024-11-02T03:15:20.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1682 | 2024-11-02T03:15:20.806Z | |
| 1683 | 2024-11-02T03:15:20.806Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
| 1684 | 2024-11-02T03:15:21.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1685 | 2024-11-02T03:15:21.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1686 | 2024-11-02T03:15:21.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1687 | 2024-11-02T03:15:21.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1688 | 2024-11-02T03:15:21.387Z | |
| 1689 | 2024-11-02T03:15:21.387Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
| 1690 | 2024-11-02T03:15:21.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1691 | 2024-11-02T03:15:21.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1692 | 2024-11-02T03:15:21.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1693 | 2024-11-02T03:15:21.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1694 | 2024-11-02T03:15:21.972Z | |
| 1695 | 2024-11-02T03:15:21.972Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
| 1696 | 2024-11-02T03:15:22.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1697 | 2024-11-02T03:15:22.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1698 | 2024-11-02T03:15:22.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1699 | 2024-11-02T03:15:22.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1700 | 2024-11-02T03:15:22.554Z | |
| 1701 | 2024-11-02T03:15:22.554Z | info: running `cargo check --bins` on oxlog (28/168) |
| 1702 | 2024-11-02T03:15:23.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1703 | 2024-11-02T03:15:23.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1704 | 2024-11-02T03:15:23.122Z | Checking cfg-if v1.0.0 |
| 1705 | 2024-11-02T03:15:23.124Z | Checking libc v0.2.161 |
| 1706 | 2024-11-02T03:15:23.224Z | Checking serde v1.0.210 |
| 1707 | 2024-11-02T03:15:23.227Z | Checking zeroize v1.8.1 |
| 1708 | 2024-11-02T03:15:23.232Z | Checking memchr v2.7.4 |
| 1709 | 2024-11-02T03:15:23.247Z | Checking typenum v1.17.0 |
| 1710 | 2024-11-02T03:15:23.250Z | Checking scopeguard v1.2.0 |
| 1711 | 2024-11-02T03:15:23.259Z | Checking subtle v2.6.1 |
| 1712 | 2024-11-02T03:15:23.283Z | Checking value-bag v1.9.0 |
| 1713 | 2024-11-02T03:15:23.377Z | Checking lock_api v0.4.12 |
| 1714 | 2024-11-02T03:15:23.472Z | Checking const-oid v0.9.6 |
| 1715 | 2024-11-02T03:15:23.524Z | Checking itoa v1.0.11 |
| 1716 | 2024-11-02T03:15:23.691Z | Checking log v0.4.22 |
| 1717 | 2024-11-02T03:15:23.721Z | Checking pin-project-lite v0.2.14 |
| 1718 | 2024-11-02T03:15:23.797Z | Checking byteorder v1.5.0 |
| 1719 | 2024-11-02T03:15:23.842Z | Checking smallvec v1.13.2 |
| 1720 | 2024-11-02T03:15:24.141Z | Checking futures-core v0.3.31 |
| 1721 | 2024-11-02T03:15:24.168Z | Checking once_cell v1.20.2 |
| 1722 | 2024-11-02T03:15:24.234Z | Checking cpufeatures v0.2.14 |
| 1723 | 2024-11-02T03:15:24.250Z | Checking futures-sink v0.3.31 |
| 1724 | 2024-11-02T03:15:24.325Z | Checking spin v0.9.8 |
| 1725 | 2024-11-02T03:15:24.329Z | Checking zerocopy v0.7.35 |
| 1726 | 2024-11-02T03:15:24.377Z | Checking getrandom v0.2.15 |
| 1727 | 2024-11-02T03:15:24.391Z | Checking parking_lot_core v0.9.10 |
| 1728 | 2024-11-02T03:15:24.452Z | Checking signal-hook-registry v1.4.2 |
| 1729 | 2024-11-02T03:15:24.511Z | Checking generic-array v0.14.7 |
| 1730 | 2024-11-02T03:15:24.613Z | Checking rand_core v0.6.4 |
| 1731 | 2024-11-02T03:15:24.663Z | Checking mio v1.0.2 |
| 1732 | 2024-11-02T03:15:24.689Z | Checking socket2 v0.5.7 |
| 1733 | 2024-11-02T03:15:24.718Z | Checking parking_lot v0.12.3 |
| 1734 | 2024-11-02T03:15:24.908Z | Checking slab v0.4.9 |
| 1735 | 2024-11-02T03:15:25.062Z | Checking futures-channel v0.3.31 |
| 1736 | 2024-11-02T03:15:25.185Z | Checking futures-io v0.3.31 |
| 1737 | 2024-11-02T03:15:25.188Z | Checking foldhash v0.1.3 |
| 1738 | 2024-11-02T03:15:25.268Z | Checking futures-task v0.3.31 |
| 1739 | 2024-11-02T03:15:25.282Z | Checking allocator-api2 v0.2.18 |
| 1740 | 2024-11-02T03:15:25.362Z | Checking tinyvec_macros v0.1.1 |
| 1741 | 2024-11-02T03:15:25.392Z | Checking pin-utils v0.1.0 |
| 1742 | 2024-11-02T03:15:25.411Z | Checking equivalent v1.0.1 |
| 1743 | 2024-11-02T03:15:25.444Z | Checking tinyvec v1.8.0 |
| 1744 | 2024-11-02T03:15:25.477Z | Checking ryu v1.0.18 |
| 1745 | 2024-11-02T03:15:25.493Z | Checking futures-util v0.3.31 |
| 1746 | 2024-11-02T03:15:25.512Z | Checking unicode-bidi v0.3.17 |
| 1747 | 2024-11-02T03:15:25.703Z | Checking crypto-common v0.1.6 |
| 1748 | 2024-11-02T03:15:25.719Z | Checking block-buffer v0.10.4 |
| 1749 | 2024-11-02T03:15:25.723Z | Checking block-padding v0.3.3 |
| 1750 | 2024-11-02T03:15:25.876Z | Checking fnv v1.0.7 |
| 1751 | 2024-11-02T03:15:25.917Z | Checking hashbrown v0.15.0 |
| 1752 | 2024-11-02T03:15:25.920Z | Checking inout v0.1.3 |
| 1753 | 2024-11-02T03:15:25.948Z | Checking digest v0.10.7 |
| 1754 | 2024-11-02T03:15:25.995Z | Checking libm v0.2.8 |
| 1755 | 2024-11-02T03:15:26.127Z | Checking cipher v0.4.4 |
| 1756 | 2024-11-02T03:15:26.143Z | Checking base64ct v1.6.0 |
| 1757 | 2024-11-02T03:15:26.293Z | Checking hmac v0.12.1 |
| 1758 | 2024-11-02T03:15:26.507Z | Checking sha2 v0.10.8 |
| 1759 | 2024-11-02T03:15:26.526Z | Checking ppv-lite86 v0.2.20 |
| 1760 | 2024-11-02T03:15:26.586Z | Checking pem-rfc7468 v0.7.0 |
| 1761 | 2024-11-02T03:15:26.771Z | Checking unicode-normalization v0.1.24 |
| 1762 | 2024-11-02T03:15:26.872Z | Checking flagset v0.4.6 |
| 1763 | 2024-11-02T03:15:26.930Z | Checking num-traits v0.2.19 |
| 1764 | 2024-11-02T03:15:27.077Z | Checking der v0.7.9 |
| 1765 | 2024-11-02T03:15:27.080Z | Checking tracing-core v0.1.32 |
| 1766 | 2024-11-02T03:15:27.103Z | Checking thiserror v1.0.64 |
| 1767 | 2024-11-02T03:15:27.237Z | Checking rustls-pki-types v1.9.0 |
| 1768 | 2024-11-02T03:15:27.320Z | Checking rand_chacha v0.3.1 |
| 1769 | 2024-11-02T03:15:27.683Z | Checking percent-encoding v2.3.1 |
| 1770 | 2024-11-02T03:15:27.708Z | Checking tracing v0.1.40 |
| 1771 | 2024-11-02T03:15:27.722Z | Checking rand v0.8.5 |
| 1772 | 2024-11-02T03:15:27.787Z | Checking pbkdf2 v0.12.2 |
| 1773 | 2024-11-02T03:15:27.875Z | Checking salsa20 v0.10.2 |
| 1774 | 2024-11-02T03:15:27.939Z | Checking httparse v1.9.5 |
| 1775 | 2024-11-02T03:15:28.069Z | Checking powerfmt v0.2.0 |
| 1776 | 2024-11-02T03:15:28.083Z | Checking untrusted v0.9.0 |
| 1777 | 2024-11-02T03:15:28.232Z | Checking ring v0.17.8 |
| 1778 | 2024-11-02T03:15:28.269Z | Checking bytes v1.7.2 |
| 1779 | 2024-11-02T03:15:28.334Z | Checking indexmap v2.6.0 |
| 1780 | 2024-11-02T03:15:28.364Z | Checking serde_json v1.0.128 |
| 1781 | 2024-11-02T03:15:28.637Z | Checking bitflags v2.6.0 |
| 1782 | 2024-11-02T03:15:28.937Z | Checking deranged v0.3.11 |
| 1783 | 2024-11-02T03:15:29.031Z | Checking spki v0.7.3 |
| 1784 | 2024-11-02T03:15:29.031Z | Checking scrypt v0.11.0 |
| 1785 | 2024-11-02T03:15:29.061Z | Checking tokio v1.40.0 |
| 1786 | 2024-11-02T03:15:29.276Z | Checking http v1.1.0 |
| 1787 | 2024-11-02T03:15:29.301Z | Checking cbc v0.1.2 |
| 1788 | 2024-11-02T03:15:29.492Z | Checking aes v0.8.4 |
| 1789 | 2024-11-02T03:15:29.622Z | Checking crossbeam-utils v0.8.20 |
| 1790 | 2024-11-02T03:15:30.124Z | Checking num_threads v0.1.7 |
| 1791 | 2024-11-02T03:15:30.144Z | Checking num-conv v0.1.0 |
| 1792 | 2024-11-02T03:15:30.233Z | Checking atomic-waker v1.1.2 |
| 1793 | 2024-11-02T03:15:30.318Z | Checking time-core v0.1.2 |
| 1794 | 2024-11-02T03:15:30.361Z | Checking rustls-webpki v0.102.8 |
| 1795 | 2024-11-02T03:15:30.382Z | Checking form_urlencoded v1.2.1 |
| 1796 | 2024-11-02T03:15:30.417Z | Checking pkcs5 v0.7.1 |
| 1797 | 2024-11-02T03:15:30.465Z | Checking try-lock v0.2.5 |
| 1798 | 2024-11-02T03:15:30.568Z | Checking httpdate v1.0.3 |
| 1799 | 2024-11-02T03:15:30.591Z | Checking want v0.3.1 |
| 1800 | 2024-11-02T03:15:30.612Z | Checking http-body v1.0.1 |
| 1801 | 2024-11-02T03:15:30.696Z | Checking time v0.3.36 |
| 1802 | 2024-11-02T03:15:30.763Z | Checking unicode-ident v1.0.13 |
| 1803 | 2024-11-02T03:15:30.794Z | Checking uuid v1.10.0 |
| 1804 | 2024-11-02T03:15:30.809Z | Checking serde_spanned v0.6.8 |
| 1805 | 2024-11-02T03:15:30.843Z | Checking toml_datetime v0.6.8 |
| 1806 | 2024-11-02T03:15:30.921Z | Checking pkcs8 v0.10.2 |
| 1807 | 2024-11-02T03:15:30.935Z | Checking proc-macro2 v1.0.87 |
| 1808 | 2024-11-02T03:15:30.985Z | Checking idna v0.5.0 |
| 1809 | 2024-11-02T03:15:31.117Z | Checking slog v2.7.0 |
| 1810 | 2024-11-02T03:15:31.132Z | Checking scroll v0.12.0 |
| 1811 | 2024-11-02T03:15:31.228Z | Checking foreign-types-shared v0.1.1 |
| 1812 | 2024-11-02T03:15:31.337Z | Checking match_cfg v0.1.0 |
| 1813 | 2024-11-02T03:15:31.405Z | Checking tower-service v0.3.3 |
| 1814 | 2024-11-02T03:15:31.425Z | Checking ucd-trie v0.1.7 |
| 1815 | 2024-11-02T03:15:31.526Z | Checking plain v0.2.3 |
| 1816 | 2024-11-02T03:15:31.620Z | Checking base64 v0.22.1 |
| 1817 | 2024-11-02T03:15:31.623Z | Checking iana-time-zone v0.1.61 |
| 1818 | 2024-11-02T03:15:31.623Z | Checking adler2 v2.0.0 |
| 1819 | 2024-11-02T03:15:31.665Z | Checking goblin v0.8.2 |
| 1820 | 2024-11-02T03:15:31.668Z | Checking quote v1.0.37 |
| 1821 | 2024-11-02T03:15:31.778Z | Checking chrono v0.4.38 |
| 1822 | 2024-11-02T03:15:31.794Z | Checking miniz_oxide v0.8.0 |
| 1823 | 2024-11-02T03:15:31.844Z | Checking url v2.5.2 |
| 1824 | 2024-11-02T03:15:32.017Z | Checking pest v2.7.14 |
| 1825 | 2024-11-02T03:15:32.092Z | Checking hostname v0.3.1 |
| 1826 | 2024-11-02T03:15:32.217Z | Checking foreign-types v0.3.2 |
| 1827 | 2024-11-02T03:15:32.311Z | Checking openssl-sys v0.9.103 |
| 1828 | 2024-11-02T03:15:32.515Z | Checking dirs-sys-next v0.1.2 |
| 1829 | 2024-11-02T03:15:32.640Z | Checking errno v0.3.9 |
| 1830 | 2024-11-02T03:15:32.682Z | Checking aho-corasick v1.1.3 |
| 1831 | 2024-11-02T03:15:32.813Z | Checking pretty-hex v0.4.1 |
| 1832 | 2024-11-02T03:15:32.988Z | Checking siphasher v0.3.11 |
| 1833 | 2024-11-02T03:15:33.202Z | Checking data-encoding v2.6.0 |
| 1834 | 2024-11-02T03:15:33.288Z | Checking regex-syntax v0.8.5 |
| 1835 | 2024-11-02T03:15:33.598Z | Checking openssl v0.10.66 |
| 1836 | 2024-11-02T03:15:33.859Z | Checking rustix v0.38.37 |
| 1837 | 2024-11-02T03:15:33.921Z | Checking dirs-next v2.0.0 |
| 1838 | 2024-11-02T03:15:34.053Z | Checking syn v2.0.79 |
| 1839 | 2024-11-02T03:15:34.433Z | Checking http-body-util v0.1.2 |
| 1840 | 2024-11-02T03:15:34.585Z | Checking dtrace-parser v0.2.0 |
| 1841 | 2024-11-02T03:15:34.855Z | Checking crossbeam-epoch v0.9.18 |
| 1842 | 2024-11-02T03:15:35.060Z | Checking sha1 v0.10.6 |
| 1843 | 2024-11-02T03:15:35.279Z | Checking signature v2.2.0 |
| 1844 | 2024-11-02T03:15:35.337Z | Checking lazy_static v1.5.0 |
| 1845 | 2024-11-02T03:15:35.453Z | Checking thread_local v1.1.8 |
| 1846 | 2024-11-02T03:15:35.483Z | Checking thread-id v4.2.2 |
| 1847 | 2024-11-02T03:15:35.584Z | Checking encoding_rs v0.8.34 |
| 1848 | 2024-11-02T03:15:35.744Z | Checking either v1.13.0 |
| 1849 | 2024-11-02T03:15:36.157Z | Checking anstyle v1.0.10 |
| 1850 | 2024-11-02T03:15:36.182Z | Checking tokio-util v0.7.12 |
| 1851 | 2024-11-02T03:15:36.537Z | Checking mime v0.3.17 |
| 1852 | 2024-11-02T03:15:36.641Z | Checking regex-automata v0.4.8 |
| 1853 | 2024-11-02T03:15:36.773Z | Checking dof v0.3.0 |
| 1854 | 2024-11-02T03:15:36.864Z | Checking openssl-probe v0.1.5 |
| 1855 | 2024-11-02T03:15:37.023Z | Checking utf8parse v0.2.2 |
| 1856 | 2024-11-02T03:15:37.133Z | Checking h2 v0.4.6 |
| 1857 | 2024-11-02T03:15:37.181Z | Checking gimli v0.31.1 |
| 1858 | 2024-11-02T03:15:37.372Z | Checking ipnet v2.10.1 |
| 1859 | 2024-11-02T03:15:37.385Z | Checking unicode-properties v0.1.3 |
| 1860 | 2024-11-02T03:15:37.736Z | Checking winnow v0.6.20 |
| 1861 | 2024-11-02T03:15:37.825Z | Checking stringprep v0.1.5 |
| 1862 | 2024-11-02T03:15:37.924Z | Checking anstyle-parse v0.2.5 |
| 1863 | 2024-11-02T03:15:38.073Z | Checking crossbeam-deque v0.8.5 |
| 1864 | 2024-11-02T03:15:38.207Z | Checking term v0.7.0 |
| 1865 | 2024-11-02T03:15:38.390Z | Checking slog-json v2.6.1 |
| 1866 | 2024-11-02T03:15:38.640Z | Checking rustls v0.23.14 |
| 1867 | 2024-11-02T03:15:38.669Z | Checking rustls v0.22.4 |
| 1868 | 2024-11-02T03:15:39.128Z | Checking native-tls v0.2.12 |
| 1869 | 2024-11-02T03:15:39.457Z | Checking futures-executor v0.3.31 |
| 1870 | 2024-11-02T03:15:39.691Z | Checking serde_urlencoded v0.7.1 |
| 1871 | 2024-11-02T03:15:40.117Z | Checking crossbeam-channel v0.5.13 |
| 1872 | 2024-11-02T03:15:40.570Z | Checking usdt-impl v0.5.0 |
| 1873 | 2024-11-02T03:15:40.818Z | Checking toml_edit v0.22.22 |
| 1874 | 2024-11-02T03:15:40.831Z | Checking num-integer v0.1.46 |
| 1875 | 2024-11-02T03:15:41.126Z | Checking rustls-pemfile v2.2.0 |
| 1876 | 2024-11-02T03:15:41.167Z | Checking idna v0.4.0 |
| 1877 | 2024-11-02T03:15:41.183Z | Checking addr2line v0.24.2 |
| 1878 | 2024-11-02T03:15:41.277Z | Checking idna v0.3.0 |
| 1879 | 2024-11-02T03:15:41.330Z | Checking md-5 v0.10.6 |
| 1880 | 2024-11-02T03:15:41.573Z | Checking ff v0.13.0 |
| 1881 | 2024-11-02T03:15:41.718Z | Checking memmap v0.7.0 |
| 1882 | 2024-11-02T03:15:41.791Z | Checking is-terminal v0.4.13 |
| 1883 | 2024-11-02T03:15:41.906Z | Checking hash32 v0.2.1 |
| 1884 | 2024-11-02T03:15:41.934Z | Checking object v0.36.5 |
| 1885 | 2024-11-02T03:15:41.997Z | Checking colorchoice v1.0.2 |
| 1886 | 2024-11-02T03:15:42.092Z | Checking rustc-demangle v0.1.24 |
| 1887 | 2024-11-02T03:15:42.121Z | Checking fallible-iterator v0.2.0 |
| 1888 | 2024-11-02T03:15:42.228Z | Checking anstyle-query v1.1.1 |
| 1889 | 2024-11-02T03:15:42.313Z | Checking stable_deref_trait v1.2.0 |
| 1890 | 2024-11-02T03:15:42.357Z | Checking take_mut v0.2.2 |
| 1891 | 2024-11-02T03:15:42.418Z | Checking utf-8 v0.7.6 |
| 1892 | 2024-11-02T03:15:42.509Z | Checking linked-hash-map v0.5.6 |
| 1893 | 2024-11-02T03:15:42.511Z | Checking base16ct v0.2.0 |
| 1894 | 2024-11-02T03:15:42.630Z | Checking quick-error v1.2.3 |
| 1895 | 2024-11-02T03:15:42.708Z | Checking psl-types v2.0.11 |
| 1896 | 2024-11-02T03:15:42.722Z | Checking is_terminal_polyfill v1.70.1 |
| 1897 | 2024-11-02T03:15:42.767Z | Checking dyn-clone v1.0.17 |
| 1898 | 2024-11-02T03:15:42.819Z | Checking lru-cache v0.1.2 |
| 1899 | 2024-11-02T03:15:42.839Z | Checking anstream v0.6.15 |
| 1900 | 2024-11-02T03:15:42.877Z | Checking publicsuffix v2.2.3 |
| 1901 | 2024-11-02T03:15:42.902Z | Checking schemars v0.8.21 |
| 1902 | 2024-11-02T03:15:43.001Z | Checking resolv-conf v0.7.0 |
| 1903 | 2024-11-02T03:15:43.116Z | Checking postgres-protocol v0.6.7 |
| 1904 | 2024-11-02T03:15:43.189Z | Checking sec1 v0.7.3 |
| 1905 | 2024-11-02T03:15:43.344Z | Checking tungstenite v0.24.0 |
| 1906 | 2024-11-02T03:15:43.528Z | Checking hyper v1.4.1 |
| 1907 | 2024-11-02T03:15:43.550Z | Checking toml v0.8.19 |
| 1908 | 2024-11-02T03:15:43.569Z | Checking slog-async v2.8.0 |
| 1909 | 2024-11-02T03:15:43.780Z | Checking heapless v0.7.17 |
| 1910 | 2024-11-02T03:15:43.824Z | Checking tokio-rustls v0.26.0 |
| 1911 | 2024-11-02T03:15:43.862Z | Checking tokio-rustls v0.25.0 |
| 1912 | 2024-11-02T03:15:44.224Z | Checking hickory-proto v0.24.1 |
| 1913 | 2024-11-02T03:15:44.240Z | Checking usdt v0.5.0 |
| 1914 | 2024-11-02T03:15:44.259Z | Checking slog-term v2.9.1 |
| 1915 | 2024-11-02T03:15:44.308Z | Checking group v0.13.0 |
| 1916 | 2024-11-02T03:15:44.471Z | Checking num-iter v0.1.45 |
| 1917 | 2024-11-02T03:15:44.539Z | Checking futures v0.3.31 |
| 1918 | 2024-11-02T03:15:44.554Z | Checking tokio-native-tls v0.3.1 |
| 1919 | 2024-11-02T03:15:44.638Z | Checking slog-bunyan v2.5.0 |
| 1920 | 2024-11-02T03:15:44.654Z | Checking rayon-core v1.12.1 |
| 1921 | 2024-11-02T03:15:44.765Z | Checking multer v3.1.0 |
| 1922 | 2024-11-02T03:15:44.789Z | Checking terminal_size v0.4.0 |
| 1923 | 2024-11-02T03:15:44.805Z | Checking phf_shared v0.11.2 |
| 1924 | 2024-11-02T03:15:44.808Z | Checking cookie v0.18.1 |
| 1925 | 2024-11-02T03:15:44.948Z | Checking async-stream v0.3.6 |
| 1926 | 2024-11-02T03:15:45.095Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1927 | 2024-11-02T03:15:45.134Z | Checking camino v1.1.9 |
| 1928 | 2024-11-02T03:15:45.146Z | Checking signal-hook v0.3.17 |
| 1929 | 2024-11-02T03:15:45.210Z | Checking waitgroup v0.1.2 |
| 1930 | 2024-11-02T03:15:45.278Z | Checking openapiv3 v2.0.0 |
| 1931 | 2024-11-02T03:15:45.332Z | Checking serde_path_to_error v0.1.16 |
| 1932 | 2024-11-02T03:15:45.348Z | Checking webpki-roots v0.26.6 |
| 1933 | 2024-11-02T03:15:45.472Z | Checking hkdf v0.12.4 |
| 1934 | 2024-11-02T03:15:45.554Z | Checking crypto-bigint v0.5.5 |
| 1935 | 2024-11-02T03:15:45.680Z | Checking hyper-util v0.1.9 |
| 1936 | 2024-11-02T03:15:45.696Z | Checking hostname v0.4.0 |
| 1937 | 2024-11-02T03:15:45.717Z | Checking crc32fast v1.4.2 |
| 1938 | 2024-11-02T03:15:45.823Z | Checking strsim v0.11.1 |
| 1939 | 2024-11-02T03:15:45.920Z | Checking debug-ignore v1.0.5 |
| 1940 | 2024-11-02T03:15:45.954Z | Checking bitflags v1.3.2 |
| 1941 | 2024-11-02T03:15:46.051Z | Checking winnow v0.5.40 |
| 1942 | 2024-11-02T03:15:46.066Z | Checking clap_lex v0.7.2 |
| 1943 | 2024-11-02T03:15:46.101Z | Checking managed v0.8.0 |
| 1944 | 2024-11-02T03:15:46.306Z | Checking unicode-width v0.1.14 |
| 1945 | 2024-11-02T03:15:46.481Z | Checking smoltcp v0.9.1 |
| 1946 | 2024-11-02T03:15:46.800Z | Checking console v0.15.8 |
| 1947 | 2024-11-02T03:15:47.402Z | Checking clap_builder v4.5.20 |
| 1948 | 2024-11-02T03:15:47.877Z | Checking hyper-rustls v0.27.3 |
| 1949 | 2024-11-02T03:15:47.990Z | Checking hyper-tls v0.6.0 |
| 1950 | 2024-11-02T03:15:48.229Z | Checking flate2 v1.0.34 |
| 1951 | 2024-11-02T03:15:48.334Z | Checking signal-hook-mio v0.2.4 |
| 1952 | 2024-11-02T03:15:48.455Z | Checking rayon v1.10.0 |
| 1953 | 2024-11-02T03:15:48.493Z | Checking elliptic-curve v0.13.8 |
| 1954 | 2024-11-02T03:15:48.659Z | Checking dropshot v0.12.0 |
| 1955 | 2024-11-02T03:15:48.768Z | Checking backtrace v0.3.74 |
| 1956 | 2024-11-02T03:15:48.852Z | Checking cookie_store v0.21.0 |
| 1957 | 2024-11-02T03:15:49.021Z | Checking toml_edit v0.19.15 |
| 1958 | 2024-11-02T03:15:49.076Z | Checking hickory-resolver v0.24.1 |
| 1959 | 2024-11-02T03:15:49.124Z | Checking bzip2 v0.4.4 |
| 1960 | 2024-11-02T03:15:49.282Z | Checking anyhow v1.0.92 |
| 1961 | 2024-11-02T03:15:49.409Z | Checking phf v0.11.2 |
| 1962 | 2024-11-02T03:15:49.501Z | Checking num-bigint-dig v0.8.4 |
| 1963 | 2024-11-02T03:15:49.663Z | Checking tokio-tungstenite v0.24.0 |
| 1964 | 2024-11-02T03:15:49.682Z | Checking postgres-types v0.2.8 |
| 1965 | 2024-11-02T03:15:50.170Z | Checking bstr v1.10.0 |
| 1966 | 2024-11-02T03:15:50.403Z | Checking regex v1.11.0 |
| 1967 | 2024-11-02T03:15:50.528Z | Checking tokio-stream v0.1.16 |
| 1968 | 2024-11-02T03:15:50.658Z | Checking ed25519 v2.2.3 |
| 1969 | 2024-11-02T03:15:50.963Z | Checking phf_shared v0.10.0 |
| 1970 | 2024-11-02T03:15:51.009Z | Checking zerocopy v0.6.6 |
| 1971 | 2024-11-02T03:15:51.150Z | Checking curve25519-dalek v4.1.3 |
| 1972 | 2024-11-02T03:15:51.254Z | Checking pkcs1 v0.7.5 |
| 1973 | 2024-11-02T03:15:51.408Z | Checking hubpack v0.1.2 |
| 1974 | 2024-11-02T03:15:51.471Z | Checking portable-atomic v1.9.0 |
| 1975 | 2024-11-02T03:15:51.669Z | Checking float-cmp v0.9.0 |
| 1976 | 2024-11-02T03:15:51.686Z | Checking serde-big-array v0.5.1 |
| 1977 | 2024-11-02T03:15:51.714Z | Checking rfc6979 v0.4.0 |
| 1978 | 2024-11-02T03:15:51.781Z | Checking sync_wrapper v1.0.1 |
| 1979 | 2024-11-02T03:15:51.846Z | Checking new_debug_unreachable v1.0.6 |
| 1980 | 2024-11-02T03:15:51.886Z | Checking static_assertions v1.1.0 |
| 1981 | 2024-11-02T03:15:51.902Z | Checking predicates-core v1.0.8 |
| 1982 | 2024-11-02T03:15:51.920Z | Checking fixedbitset v0.4.2 |
| 1983 | 2024-11-02T03:15:51.935Z | Checking difflib v0.4.0 |
| 1984 | 2024-11-02T03:15:51.977Z | Checking bit-vec v0.6.3 |
| 1985 | 2024-11-02T03:15:52.075Z | Checking minimal-lexical v0.2.1 |
| 1986 | 2024-11-02T03:15:52.189Z | Checking normalize-line-endings v0.3.0 |
| 1987 | 2024-11-02T03:15:52.246Z | Checking precomputed-hash v0.1.1 |
| 1988 | 2024-11-02T03:15:52.293Z | Checking whoami v1.5.2 |
| 1989 | 2024-11-02T03:15:52.309Z | Checking number_prefix v0.4.0 |
| 1990 | 2024-11-02T03:15:52.324Z | Checking unicode-segmentation v1.12.0 |
| 1991 | 2024-11-02T03:15:52.353Z | Checking string_cache v0.8.7 |
| 1992 | 2024-11-02T03:15:52.464Z | Checking nom v7.1.3 |
| 1993 | 2024-11-02T03:15:52.490Z | Checking bit-set v0.5.3 |
| 1994 | 2024-11-02T03:15:52.506Z | Checking qorb v0.2.0 |
| 1995 | 2024-11-02T03:15:52.520Z | Checking indicatif v0.17.8 |
| 1996 | 2024-11-02T03:15:52.593Z | Checking tokio-postgres v0.7.12 |
| 1997 | 2024-11-02T03:15:52.613Z | Checking predicates v3.1.2 |
| 1998 | 2024-11-02T03:15:52.738Z | Checking petgraph v0.6.5 |
| 1999 | 2024-11-02T03:15:53.004Z | Checking similar v2.6.0 |
| 2000 | 2024-11-02T03:15:53.019Z | Checking ed25519-dalek v2.1.1 |
| 2001 | 2024-11-02T03:15:53.265Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2002 | 2024-11-02T03:15:53.267Z | Checking reqwest v0.12.8 |
| 2003 | 2024-11-02T03:15:53.417Z | Checking ecdsa v0.16.9 |
| 2004 | 2024-11-02T03:15:53.846Z | Checking rsa v0.9.6 |
| 2005 | 2024-11-02T03:15:54.147Z | Checking toml v0.7.8 |
| 2006 | 2024-11-02T03:15:54.878Z | Checking clap v4.5.20 |
| 2007 | 2024-11-02T03:15:54.892Z | Checking zip v0.6.6 |
| 2008 | 2024-11-02T03:15:54.999Z | Checking crossterm v0.28.1 |
| 2009 | 2024-11-02T03:15:55.175Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2010 | 2024-11-02T03:15:55.199Z | Checking fs-err v2.11.0 |
| 2011 | 2024-11-02T03:15:55.215Z | Checking itertools v0.10.5 |
| 2012 | 2024-11-02T03:15:55.350Z | Checking itertools v0.12.1 |
| 2013 | 2024-11-02T03:15:55.566Z | Checking ahash v0.8.11 |
| 2014 | 2024-11-02T03:15:55.724Z | Checking x509-cert v0.2.5 |
| 2015 | 2024-11-02T03:15:55.760Z | Checking semver v1.0.23 |
| 2016 | 2024-11-02T03:15:56.093Z | Checking hex v0.4.3 |
| 2017 | 2024-11-02T03:15:56.133Z | Checking peg-runtime v0.8.3 |
| 2018 | 2024-11-02T03:15:56.166Z | Checking lalrpop-util v0.19.12 |
| 2019 | 2024-11-02T03:15:56.360Z | Checking sigpipe v0.1.3 |
| 2020 | 2024-11-02T03:15:57.976Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2021 | 2024-11-02T03:15:58.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s |
| 2022 | 2024-11-02T03:15:58.431Z | |
| 2023 | 2024-11-02T03:15:58.431Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
| 2024 | 2024-11-02T03:15:58.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2024-11-02T03:15:58.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2024-11-02T03:15:59.030Z | Compiling hashbrown v0.14.5 |
| 2027 | 2024-11-02T03:15:59.142Z | Checking heck v0.5.0 |
| 2028 | 2024-11-02T03:15:59.153Z | Compiling unsafe-libyaml v0.2.11 |
| 2029 | 2024-11-02T03:15:59.167Z | Compiling ident_case v1.0.1 |
| 2030 | 2024-11-02T03:15:59.170Z | Checking progenitor-client v0.8.0 |
| 2031 | 2024-11-02T03:15:59.192Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2032 | 2024-11-02T03:15:59.206Z | Compiling proc-macro-crate v1.3.1 |
| 2033 | 2024-11-02T03:15:59.293Z | Compiling darling_core v0.20.10 |
| 2034 | 2024-11-02T03:15:59.327Z | Checking ipnetwork v0.20.0 |
| 2035 | 2024-11-02T03:15:59.484Z | Compiling structmeta-derive v0.3.0 |
| 2036 | 2024-11-02T03:15:59.559Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2037 | 2024-11-02T03:15:59.701Z | Compiling newtype-uuid v1.1.2 |
| 2038 | 2024-11-02T03:15:59.897Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2039 | 2024-11-02T03:16:00.017Z | Compiling lzma-sys v0.1.20 |
| 2040 | 2024-11-02T03:16:00.208Z | Compiling num_enum_derive v0.5.11 |
| 2041 | 2024-11-02T03:16:00.250Z | Checking regress v0.10.1 |
| 2042 | 2024-11-02T03:16:00.253Z | Compiling foreign-types-macros v0.2.3 |
| 2043 | 2024-11-02T03:16:00.775Z | Compiling serde_yaml v0.9.34+deprecated |
| 2044 | 2024-11-02T03:16:01.037Z | Checking arc-swap v1.7.1 |
| 2045 | 2024-11-02T03:16:01.466Z | Checking foreign-types-shared v0.3.1 |
| 2046 | 2024-11-02T03:16:01.510Z | Checking slog-scope v4.4.0 |
| 2047 | 2024-11-02T03:16:01.578Z | Checking foreign-types v0.5.0 |
| 2048 | 2024-11-02T03:16:01.727Z | Compiling proc-macro-error v1.0.4 |
| 2049 | 2024-11-02T03:16:02.240Z | Compiling structmeta v0.3.0 |
| 2050 | 2024-11-02T03:16:02.344Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2051 | 2024-11-02T03:16:02.380Z | Checking tungstenite v0.21.0 |
| 2052 | 2024-11-02T03:16:02.456Z | Compiling heck v0.3.3 |
| 2053 | 2024-11-02T03:16:02.612Z | Checking num_enum v0.5.11 |
| 2054 | 2024-11-02T03:16:02.644Z | Compiling parse-display-derive v0.10.0 |
| 2055 | 2024-11-02T03:16:02.768Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2056 | 2024-11-02T03:16:02.889Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2057 | 2024-11-02T03:16:03.250Z | Checking cstr-argument v0.1.2 |
| 2058 | 2024-11-02T03:16:03.425Z | Checking instant v0.1.13 |
| 2059 | 2024-11-02T03:16:03.540Z | Checking pretty-hex v0.2.1 |
| 2060 | 2024-11-02T03:16:03.592Z | Checking fastrand v2.1.1 |
| 2061 | 2024-11-02T03:16:03.662Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2062 | 2024-11-02T03:16:03.700Z | Checking base64 v0.21.7 |
| 2063 | 2024-11-02T03:16:03.818Z | Checking typify-impl v0.2.0 |
| 2064 | 2024-11-02T03:16:03.918Z | Checking tempfile v3.13.0 |
| 2065 | 2024-11-02T03:16:03.972Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2066 | 2024-11-02T03:16:04.249Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2067 | 2024-11-02T03:16:04.294Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2024-11-02T03:16:04.385Z | Checking backoff v0.4.0 |
| 2069 | 2024-11-02T03:16:04.447Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2070 | 2024-11-02T03:16:04.686Z | Checking tokio-tungstenite v0.21.0 |
| 2071 | 2024-11-02T03:16:04.750Z | Compiling zone_cfg_derive v0.1.2 |
| 2072 | 2024-11-02T03:16:04.780Z | Checking strum v0.26.3 |
| 2073 | 2024-11-02T03:16:04.947Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2074 | 2024-11-02T03:16:05.162Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2075 | 2024-11-02T03:16:05.254Z | Checking slog-stdlog v4.1.1 |
| 2076 | 2024-11-02T03:16:05.423Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2077 | 2024-11-02T03:16:05.569Z | Checking regress v0.9.1 |
| 2078 | 2024-11-02T03:16:05.585Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2079 | 2024-11-02T03:16:05.676Z | Compiling darling_macro v0.20.10 |
| 2080 | 2024-11-02T03:16:05.738Z | Checking colored v2.1.0 |
| 2081 | 2024-11-02T03:16:05.869Z | Checking macaddr v1.0.1 |
| 2082 | 2024-11-02T03:16:06.029Z | Checking base64 v0.13.1 |
| 2083 | 2024-11-02T03:16:06.189Z | Checking zone v0.1.8 |
| 2084 | 2024-11-02T03:16:06.284Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2085 | 2024-11-02T03:16:06.410Z | Checking ron v0.7.1 |
| 2086 | 2024-11-02T03:16:06.640Z | Compiling darling v0.20.10 |
| 2087 | 2024-11-02T03:16:06.762Z | Compiling serde_with_macros v3.11.0 |
| 2088 | 2024-11-02T03:16:06.777Z | Checking xz2 v0.1.7 |
| 2089 | 2024-11-02T03:16:06.918Z | Checking parse-display v0.10.0 |
| 2090 | 2024-11-02T03:16:06.937Z | Checking slog-envlogger v2.2.0 |
| 2091 | 2024-11-02T03:16:07.083Z | Checking tabwriter v1.4.0 |
| 2092 | 2024-11-02T03:16:07.139Z | Checking xattr v1.3.1 |
| 2093 | 2024-11-02T03:16:07.161Z | Checking pem v3.0.4 |
| 2094 | 2024-11-02T03:16:07.333Z | Checking yasna v0.5.2 |
| 2095 | 2024-11-02T03:16:07.348Z | Checking headers-core v0.3.0 |
| 2096 | 2024-11-02T03:16:07.428Z | Checking smf v0.2.3 |
| 2097 | 2024-11-02T03:16:07.486Z | Checking filetime v0.2.25 |
| 2098 | 2024-11-02T03:16:07.642Z | Checking same-file v1.0.6 |
| 2099 | 2024-11-02T03:16:07.699Z | Checking tar v0.4.42 |
| 2100 | 2024-11-02T03:16:07.819Z | Checking walkdir v2.5.0 |
| 2101 | 2024-11-02T03:16:07.892Z | Checking headers v0.4.0 |
| 2102 | 2024-11-02T03:16:08.101Z | Checking atomicwrites v0.4.4 |
| 2103 | 2024-11-02T03:16:08.195Z | Checking rcgen v0.12.1 |
| 2104 | 2024-11-02T03:16:08.216Z | Checking camino-tempfile v1.1.1 |
| 2105 | 2024-11-02T03:16:08.299Z | Checking subprocess v0.2.9 |
| 2106 | 2024-11-02T03:16:09.229Z | Checking serde_with v3.11.0 |
| 2107 | 2024-11-02T03:16:12.477Z | Compiling typify-macro v0.2.0 |
| 2108 | 2024-11-02T03:16:14.308Z | Compiling typify v0.2.0 |
| 2109 | 2024-11-02T03:16:14.378Z | Compiling progenitor-impl v0.8.0 |
| 2110 | 2024-11-02T03:16:17.484Z | Compiling progenitor-macro v0.8.0 |
| 2111 | 2024-11-02T03:16:23.212Z | Checking progenitor v0.8.0 |
| 2112 | 2024-11-02T03:16:23.340Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2113 | 2024-11-02T03:16:23.342Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2114 | 2024-11-02T03:16:25.964Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2115 | 2024-11-02T03:16:26.266Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2116 | 2024-11-02T03:16:32.619Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2117 | 2024-11-02T03:16:34.150Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2118 | 2024-11-02T03:16:35.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s |
| 2119 | 2024-11-02T03:16:35.512Z | |
| 2120 | 2024-11-02T03:16:35.512Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
| 2121 | 2024-11-02T03:16:36.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2024-11-02T03:16:36.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2024-11-02T03:16:36.113Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2124 | 2024-11-02T03:16:37.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 2125 | 2024-11-02T03:16:37.636Z | |
| 2126 | 2024-11-02T03:16:37.636Z | info: running `cargo check --bins` on nexus-config (31/168) |
| 2127 | 2024-11-02T03:16:38.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2024-11-02T03:16:38.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2024-11-02T03:16:38.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2024-11-02T03:16:38.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2131 | 2024-11-02T03:16:38.212Z | |
| 2132 | 2024-11-02T03:16:38.212Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
| 2133 | 2024-11-02T03:16:38.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2024-11-02T03:16:38.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2024-11-02T03:16:38.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2024-11-02T03:16:38.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2137 | 2024-11-02T03:16:38.775Z | |
| 2138 | 2024-11-02T03:16:38.775Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
| 2139 | 2024-11-02T03:16:39.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2024-11-02T03:16:39.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2024-11-02T03:16:39.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2024-11-02T03:16:39.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2143 | 2024-11-02T03:16:39.352Z | |
| 2144 | 2024-11-02T03:16:39.352Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
| 2145 | 2024-11-02T03:16:39.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2024-11-02T03:16:39.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2024-11-02T03:16:39.956Z | Compiling heapless v0.8.0 |
| 2148 | 2024-11-02T03:16:39.958Z | Checking hash32 v0.3.1 |
| 2149 | 2024-11-02T03:16:40.059Z | Compiling smoltcp v0.11.0 |
| 2150 | 2024-11-02T03:16:40.070Z | Checking cobs v0.2.3 |
| 2151 | 2024-11-02T03:16:40.077Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2152 | 2024-11-02T03:16:40.080Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2153 | 2024-11-02T03:16:40.103Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2154 | 2024-11-02T03:16:40.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2155 | 2024-11-02T03:16:40.205Z | Compiling crucible-workspace-hack v0.1.0 |
| 2156 | 2024-11-02T03:16:40.208Z | Checking newline-converter v0.3.0 |
| 2157 | 2024-11-02T03:16:40.235Z | Checking postcard v1.0.10 |
| 2158 | 2024-11-02T03:16:40.360Z | Compiling convert_case v0.4.0 |
| 2159 | 2024-11-02T03:16:40.405Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2160 | 2024-11-02T03:16:40.619Z | Checking expectorate v1.1.0 |
| 2161 | 2024-11-02T03:16:40.636Z | Compiling zone_cfg_derive v0.3.0 |
| 2162 | 2024-11-02T03:16:40.745Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2163 | 2024-11-02T03:16:40.758Z | Checking itertools v0.13.0 |
| 2164 | 2024-11-02T03:16:40.777Z | Compiling num-derive v0.4.2 |
| 2165 | 2024-11-02T03:16:40.933Z | Compiling slog-dtrace v0.3.0 |
| 2166 | 2024-11-02T03:16:41.079Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2167 | 2024-11-02T03:16:41.257Z | Compiling derive_more v0.99.18 |
| 2168 | 2024-11-02T03:16:41.297Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2169 | 2024-11-02T03:16:42.006Z | Checking zone v0.3.0 |
| 2170 | 2024-11-02T03:16:42.722Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2171 | 2024-11-02T03:16:44.026Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2172 | 2024-11-02T03:16:44.893Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2173 | 2024-11-02T03:16:44.917Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2174 | 2024-11-02T03:16:45.979Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2175 | 2024-11-02T03:16:46.151Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2176 | 2024-11-02T03:16:47.801Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2177 | 2024-11-02T03:16:48.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s |
| 2178 | 2024-11-02T03:16:48.845Z | |
| 2179 | 2024-11-02T03:16:48.845Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
| 2180 | 2024-11-02T03:16:49.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2024-11-02T03:16:49.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2024-11-02T03:16:49.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2024-11-02T03:16:49.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2184 | 2024-11-02T03:16:49.425Z | |
| 2185 | 2024-11-02T03:16:49.425Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
| 2186 | 2024-11-02T03:16:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2024-11-02T03:16:49.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2024-11-02T03:16:49.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2024-11-02T03:16:49.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2024-11-02T03:16:50.008Z | |
| 2191 | 2024-11-02T03:16:50.008Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
| 2192 | 2024-11-02T03:16:50.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2024-11-02T03:16:50.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2024-11-02T03:16:50.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2024-11-02T03:16:50.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2196 | 2024-11-02T03:16:50.691Z | |
| 2197 | 2024-11-02T03:16:50.691Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
| 2198 | 2024-11-02T03:16:51.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2024-11-02T03:16:51.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2024-11-02T03:16:51.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2024-11-02T03:16:51.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2202 | 2024-11-02T03:16:51.375Z | |
| 2203 | 2024-11-02T03:16:51.375Z | info: running `cargo check --bins` on dns-server (39/168) |
| 2204 | 2024-11-02T03:16:51.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2024-11-02T03:16:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2024-11-02T03:16:51.969Z | Compiling parking_lot_core v0.8.6 |
| 2207 | 2024-11-02T03:16:51.969Z | Checking nibble_vec v0.1.0 |
| 2208 | 2024-11-02T03:16:51.969Z | Checking endian-type v0.1.2 |
| 2209 | 2024-11-02T03:16:51.972Z | Checking fxhash v0.2.1 |
| 2210 | 2024-11-02T03:16:51.972Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2211 | 2024-11-02T03:16:51.972Z | Checking hickory-server v0.24.1 |
| 2212 | 2024-11-02T03:16:52.251Z | Checking radix_trie v0.2.1 |
| 2213 | 2024-11-02T03:16:52.550Z | Checking hickory-client v0.24.1 |
| 2214 | 2024-11-02T03:16:52.667Z | Checking parking_lot v0.11.2 |
| 2215 | 2024-11-02T03:16:52.769Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2216 | 2024-11-02T03:16:52.769Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2217 | 2024-11-02T03:16:52.914Z | Checking sled v0.34.7 |
| 2218 | 2024-11-02T03:16:54.688Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2219 | 2024-11-02T03:16:55.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
| 2220 | 2024-11-02T03:16:56.050Z | |
| 2221 | 2024-11-02T03:16:56.050Z | info: running `cargo check --bins` on dns-server-api (40/168) |
| 2222 | 2024-11-02T03:16:56.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2024-11-02T03:16:56.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2024-11-02T03:16:56.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2024-11-02T03:16:56.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2226 | 2024-11-02T03:16:56.634Z | |
| 2227 | 2024-11-02T03:16:56.634Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
| 2228 | 2024-11-02T03:16:57.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2024-11-02T03:16:57.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2024-11-02T03:16:57.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2024-11-02T03:16:57.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2232 | 2024-11-02T03:16:57.215Z | |
| 2233 | 2024-11-02T03:16:57.216Z | info: running `cargo check --bins` on dns-service-client (42/168) |
| 2234 | 2024-11-02T03:16:57.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2024-11-02T03:16:57.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2024-11-02T03:16:57.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2024-11-02T03:16:57.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2238 | 2024-11-02T03:16:57.799Z | |
| 2239 | 2024-11-02T03:16:57.799Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
| 2240 | 2024-11-02T03:16:58.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2024-11-02T03:16:58.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2024-11-02T03:16:58.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2024-11-02T03:16:58.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2244 | 2024-11-02T03:16:58.423Z | |
| 2245 | 2024-11-02T03:16:58.423Z | info: running `cargo check --bins` on gateway-types (44/168) |
| 2246 | 2024-11-02T03:16:58.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2024-11-02T03:16:58.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2024-11-02T03:16:58.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2024-11-02T03:16:58.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2250 | 2024-11-02T03:16:58.999Z | |
| 2251 | 2024-11-02T03:16:58.999Z | info: running `cargo check --bins` on ipcc (45/168) |
| 2252 | 2024-11-02T03:16:59.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2024-11-02T03:16:59.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2024-11-02T03:16:59.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2024-11-02T03:16:59.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2256 | 2024-11-02T03:16:59.579Z | |
| 2257 | 2024-11-02T03:16:59.579Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
| 2258 | 2024-11-02T03:17:00.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2024-11-02T03:17:00.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2024-11-02T03:17:00.227Z | Checking num-rational v0.4.2 |
| 2261 | 2024-11-02T03:17:00.227Z | Compiling progenitor-client v0.8.0 |
| 2262 | 2024-11-02T03:17:00.229Z | Checking num-complex v0.4.6 |
| 2263 | 2024-11-02T03:17:00.229Z | Compiling prettyplease v0.2.22 |
| 2264 | 2024-11-02T03:17:00.229Z | Compiling newtype-uuid v1.1.2 |
| 2265 | 2024-11-02T03:17:00.229Z | Compiling ipnetwork v0.20.0 |
| 2266 | 2024-11-02T03:17:00.229Z | Compiling instant v0.1.13 |
| 2267 | 2024-11-02T03:17:00.229Z | Compiling radium v0.7.0 |
| 2268 | 2024-11-02T03:17:00.511Z | Checking float-ord v0.3.2 |
| 2269 | 2024-11-02T03:17:00.638Z | Compiling progenitor v0.8.0 |
| 2270 | 2024-11-02T03:17:00.663Z | Compiling semver v0.1.20 |
| 2271 | 2024-11-02T03:17:00.695Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2024-11-02T03:17:00.744Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2273 | 2024-11-02T03:17:00.785Z | Compiling backoff v0.4.0 |
| 2274 | 2024-11-02T03:17:00.846Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2275 | 2024-11-02T03:17:00.946Z | Compiling parse-display v0.10.0 |
| 2276 | 2024-11-02T03:17:01.050Z | Compiling rustc_version v0.1.7 |
| 2277 | 2024-11-02T03:17:01.137Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2278 | 2024-11-02T03:17:01.192Z | Checking num v0.4.3 |
| 2279 | 2024-11-02T03:17:01.232Z | Compiling serde_with v3.11.0 |
| 2280 | 2024-11-02T03:17:01.278Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2281 | 2024-11-02T03:17:01.295Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2282 | 2024-11-02T03:17:01.309Z | Compiling regress v0.9.1 |
| 2283 | 2024-11-02T03:17:01.541Z | Compiling macaddr v1.0.1 |
| 2284 | 2024-11-02T03:17:01.585Z | Compiling maybe-uninit v2.0.0 |
| 2285 | 2024-11-02T03:17:01.988Z | Checking tap v1.0.1 |
| 2286 | 2024-11-02T03:17:02.149Z | Checking wyz v0.5.1 |
| 2287 | 2024-11-02T03:17:02.196Z | Compiling newtype_derive v0.1.6 |
| 2288 | 2024-11-02T03:17:02.545Z | Checking password-hash v0.5.0 |
| 2289 | 2024-11-02T03:17:02.620Z | Checking blake2 v0.10.6 |
| 2290 | 2024-11-02T03:17:03.014Z | Compiling packed_struct v0.10.1 |
| 2291 | 2024-11-02T03:17:03.073Z | Checking funty v2.0.0 |
| 2292 | 2024-11-02T03:17:03.089Z | Compiling cancel-safe-futures v0.1.5 |
| 2293 | 2024-11-02T03:17:03.105Z | Checking crc-catalog v2.4.0 |
| 2294 | 2024-11-02T03:17:03.239Z | Compiling owo-colors v4.1.0 |
| 2295 | 2024-11-02T03:17:03.478Z | Checking crc v3.2.1 |
| 2296 | 2024-11-02T03:17:03.535Z | Checking argon2 v0.5.3 |
| 2297 | 2024-11-02T03:17:03.922Z | Compiling packed_struct_codegen v0.10.1 |
| 2298 | 2024-11-02T03:17:04.006Z | Checking bitvec v1.0.1 |
| 2299 | 2024-11-02T03:17:04.215Z | Checking half v2.4.1 |
| 2300 | 2024-11-02T03:17:04.693Z | Compiling indexmap v1.9.3 |
| 2301 | 2024-11-02T03:17:04.771Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2302 | 2024-11-02T03:17:05.010Z | Checking ciborium-io v0.2.2 |
| 2303 | 2024-11-02T03:17:05.071Z | Checking nodrop v0.1.14 |
| 2304 | 2024-11-02T03:17:05.147Z | Checking ciborium-ll v0.2.2 |
| 2305 | 2024-11-02T03:17:05.183Z | Checking array-init v0.0.4 |
| 2306 | 2024-11-02T03:17:05.203Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2307 | 2024-11-02T03:17:05.451Z | Checking smallvec v0.6.14 |
| 2308 | 2024-11-02T03:17:05.624Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2309 | 2024-11-02T03:17:06.182Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2310 | 2024-11-02T03:17:06.479Z | Checking libsw v3.3.1 |
| 2311 | 2024-11-02T03:17:06.662Z | Compiling memoffset v0.9.1 |
| 2312 | 2024-11-02T03:17:06.743Z | Checking swrite v0.1.0 |
| 2313 | 2024-11-02T03:17:06.759Z | Checking indent_write v2.2.0 |
| 2314 | 2024-11-02T03:17:06.875Z | Checking termcolor v1.4.1 |
| 2315 | 2024-11-02T03:17:06.970Z | Checking bitfield v0.14.0 |
| 2316 | 2024-11-02T03:17:06.987Z | Checking hashbrown v0.12.3 |
| 2317 | 2024-11-02T03:17:07.255Z | Checking highway v1.2.0 |
| 2318 | 2024-11-02T03:17:07.318Z | Checking linear-map v1.2.0 |
| 2319 | 2024-11-02T03:17:07.456Z | Checking ron v0.8.1 |
| 2320 | 2024-11-02T03:17:07.634Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2321 | 2024-11-02T03:17:07.701Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2322 | 2024-11-02T03:17:07.756Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2323 | 2024-11-02T03:17:08.483Z | Checking env_logger v0.10.2 |
| 2324 | 2024-11-02T03:17:08.723Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2325 | 2024-11-02T03:17:08.770Z | Checking serde-hex v0.1.0 |
| 2326 | 2024-11-02T03:17:08.809Z | Checking steno v0.4.1 |
| 2327 | 2024-11-02T03:17:08.921Z | Checking ciborium v0.2.2 |
| 2328 | 2024-11-02T03:17:09.321Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2329 | 2024-11-02T03:17:09.583Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2330 | 2024-11-02T03:17:09.931Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2331 | 2024-11-02T03:17:10.286Z | Checking hashbrown v0.13.2 |
| 2332 | 2024-11-02T03:17:10.617Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2333 | 2024-11-02T03:17:10.779Z | Checking humantime v2.1.0 |
| 2334 | 2024-11-02T03:17:11.069Z | Checking crc-any v2.5.0 |
| 2335 | 2024-11-02T03:17:11.087Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2336 | 2024-11-02T03:17:11.156Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2337 | 2024-11-02T03:17:11.250Z | Checking object v0.30.4 |
| 2338 | 2024-11-02T03:17:11.424Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2339 | 2024-11-02T03:17:11.514Z | Checking path-slash v0.1.5 |
| 2340 | 2024-11-02T03:17:11.651Z | Checking nix v0.27.1 |
| 2341 | 2024-11-02T03:17:11.667Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2342 | 2024-11-02T03:17:11.821Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2343 | 2024-11-02T03:17:12.482Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2344 | 2024-11-02T03:17:12.754Z | Checking tungstenite v0.23.0 |
| 2345 | 2024-11-02T03:17:12.788Z | Checking kstat-rs v0.2.4 |
| 2346 | 2024-11-02T03:17:12.926Z | Checking signal-hook-tokio v0.3.1 |
| 2347 | 2024-11-02T03:17:13.553Z | Checking tokio-tungstenite v0.23.1 |
| 2348 | 2024-11-02T03:17:14.071Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2349 | 2024-11-02T03:17:14.453Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2350 | 2024-11-02T03:17:19.636Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2351 | 2024-11-02T03:17:21.388Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2352 | 2024-11-02T03:17:22.264Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2353 | 2024-11-02T03:17:25.367Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2354 | 2024-11-02T03:17:25.617Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2355 | 2024-11-02T03:17:26.071Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2356 | 2024-11-02T03:17:31.969Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2357 | 2024-11-02T03:17:32.612Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2358 | 2024-11-02T03:17:36.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
| 2359 | 2024-11-02T03:17:36.485Z | |
| 2360 | 2024-11-02T03:17:36.485Z | info: running `cargo check --bins` on gateway-api (47/168) |
| 2361 | 2024-11-02T03:17:37.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2362 | 2024-11-02T03:17:37.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2363 | 2024-11-02T03:17:37.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2364 | 2024-11-02T03:17:37.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2365 | 2024-11-02T03:17:37.091Z | |
| 2366 | 2024-11-02T03:17:37.091Z | info: running `cargo check --bins` on oximeter (48/168) |
| 2367 | 2024-11-02T03:17:37.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2368 | 2024-11-02T03:17:37.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2369 | 2024-11-02T03:17:37.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2370 | 2024-11-02T03:17:37.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2371 | 2024-11-02T03:17:37.685Z | |
| 2372 | 2024-11-02T03:17:37.685Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
| 2373 | 2024-11-02T03:17:38.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2024-11-02T03:17:38.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2024-11-02T03:17:38.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2376 | 2024-11-02T03:17:38.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2377 | 2024-11-02T03:17:38.259Z | |
| 2378 | 2024-11-02T03:17:38.259Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
| 2379 | 2024-11-02T03:17:38.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2380 | 2024-11-02T03:17:38.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2381 | 2024-11-02T03:17:38.844Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2382 | 2024-11-02T03:17:39.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2383 | 2024-11-02T03:17:39.411Z | |
| 2384 | 2024-11-02T03:17:39.411Z | info: running `cargo check --bins` on oximeter-types (51/168) |
| 2385 | 2024-11-02T03:17:39.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2386 | 2024-11-02T03:17:39.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2387 | 2024-11-02T03:17:39.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2388 | 2024-11-02T03:17:39.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2389 | 2024-11-02T03:17:39.987Z | |
| 2390 | 2024-11-02T03:17:39.987Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
| 2391 | 2024-11-02T03:17:40.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2392 | 2024-11-02T03:17:40.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2393 | 2024-11-02T03:17:40.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2394 | 2024-11-02T03:17:40.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2395 | 2024-11-02T03:17:40.561Z | |
| 2396 | 2024-11-02T03:17:40.561Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
| 2397 | 2024-11-02T03:17:41.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2398 | 2024-11-02T03:17:41.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2399 | 2024-11-02T03:17:41.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2400 | 2024-11-02T03:17:41.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2401 | 2024-11-02T03:17:41.119Z | |
| 2402 | 2024-11-02T03:17:41.119Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
| 2403 | 2024-11-02T03:17:41.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2404 | 2024-11-02T03:17:41.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2405 | 2024-11-02T03:17:41.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2406 | 2024-11-02T03:17:41.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2407 | 2024-11-02T03:17:41.701Z | |
| 2408 | 2024-11-02T03:17:41.701Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
| 2409 | 2024-11-02T03:17:42.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2410 | 2024-11-02T03:17:42.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2411 | 2024-11-02T03:17:42.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2412 | 2024-11-02T03:17:42.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2413 | 2024-11-02T03:17:42.282Z | |
| 2414 | 2024-11-02T03:17:42.282Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
| 2415 | 2024-11-02T03:17:42.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2416 | 2024-11-02T03:17:42.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2417 | 2024-11-02T03:17:42.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2418 | 2024-11-02T03:17:42.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2419 | 2024-11-02T03:17:42.859Z | |
| 2420 | 2024-11-02T03:17:42.859Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
| 2421 | 2024-11-02T03:17:43.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2422 | 2024-11-02T03:17:43.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2423 | 2024-11-02T03:17:43.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2424 | 2024-11-02T03:17:43.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2425 | 2024-11-02T03:17:43.437Z | |
| 2426 | 2024-11-02T03:17:43.437Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
| 2427 | 2024-11-02T03:17:43.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2428 | 2024-11-02T03:17:43.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2429 | 2024-11-02T03:17:43.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2430 | 2024-11-02T03:17:43.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2431 | 2024-11-02T03:17:44.019Z | |
| 2432 | 2024-11-02T03:17:44.019Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
| 2433 | 2024-11-02T03:17:44.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2434 | 2024-11-02T03:17:44.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2435 | 2024-11-02T03:17:44.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2436 | 2024-11-02T03:17:44.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2437 | 2024-11-02T03:17:44.601Z | |
| 2438 | 2024-11-02T03:17:44.601Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
| 2439 | 2024-11-02T03:17:45.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2440 | 2024-11-02T03:17:45.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2441 | 2024-11-02T03:17:45.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2442 | 2024-11-02T03:17:45.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2443 | 2024-11-02T03:17:45.206Z | |
| 2444 | 2024-11-02T03:17:45.206Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
| 2445 | 2024-11-02T03:17:45.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2446 | 2024-11-02T03:17:45.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2447 | 2024-11-02T03:17:45.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2448 | 2024-11-02T03:17:45.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2449 | 2024-11-02T03:17:45.786Z | |
| 2450 | 2024-11-02T03:17:45.786Z | info: running `cargo check --bins` on nexus-client (62/168) |
| 2451 | 2024-11-02T03:17:46.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2452 | 2024-11-02T03:17:46.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2453 | 2024-11-02T03:17:46.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2454 | 2024-11-02T03:17:46.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2455 | 2024-11-02T03:17:46.448Z | |
| 2456 | 2024-11-02T03:17:46.448Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
| 2457 | 2024-11-02T03:17:46.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2458 | 2024-11-02T03:17:46.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2459 | 2024-11-02T03:17:46.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2460 | 2024-11-02T03:17:46.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2461 | 2024-11-02T03:17:46.979Z | |
| 2462 | 2024-11-02T03:17:46.979Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
| 2463 | 2024-11-02T03:17:47.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2464 | 2024-11-02T03:17:47.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2465 | 2024-11-02T03:17:47.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2466 | 2024-11-02T03:17:47.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2467 | 2024-11-02T03:17:47.545Z | |
| 2468 | 2024-11-02T03:17:47.545Z | info: running `cargo check --bins` on nexus-types (65/168) |
| 2469 | 2024-11-02T03:17:48.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2470 | 2024-11-02T03:17:48.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2471 | 2024-11-02T03:17:48.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2472 | 2024-11-02T03:17:48.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2473 | 2024-11-02T03:17:48.151Z | |
| 2474 | 2024-11-02T03:17:48.151Z | info: running `cargo check --bins` on gateway-client (66/168) |
| 2475 | 2024-11-02T03:17:48.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2476 | 2024-11-02T03:17:48.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2477 | 2024-11-02T03:17:48.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2478 | 2024-11-02T03:17:48.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2479 | 2024-11-02T03:17:48.793Z | |
| 2480 | 2024-11-02T03:17:48.793Z | info: running `cargo check --bins` on oxql-types (67/168) |
| 2481 | 2024-11-02T03:17:49.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2482 | 2024-11-02T03:17:49.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2483 | 2024-11-02T03:17:49.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2484 | 2024-11-02T03:17:49.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2485 | 2024-11-02T03:17:49.296Z | |
| 2486 | 2024-11-02T03:17:49.296Z | info: running `cargo check --bins` on update-engine (68/168) |
| 2487 | 2024-11-02T03:17:49.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2488 | 2024-11-02T03:17:49.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2489 | 2024-11-02T03:17:49.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2490 | 2024-11-02T03:17:49.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2491 | 2024-11-02T03:17:49.868Z | |
| 2492 | 2024-11-02T03:17:49.868Z | info: running `cargo check --bins` on sp-sim (69/168) |
| 2493 | 2024-11-02T03:17:50.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2494 | 2024-11-02T03:17:50.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2495 | 2024-11-02T03:17:50.452Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2496 | 2024-11-02T03:17:52.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
| 2497 | 2024-11-02T03:17:52.401Z | |
| 2498 | 2024-11-02T03:17:52.401Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
| 2499 | 2024-11-02T03:17:52.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2500 | 2024-11-02T03:17:52.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2501 | 2024-11-02T03:17:52.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2502 | 2024-11-02T03:17:52.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2503 | 2024-11-02T03:17:53.025Z | |
| 2504 | 2024-11-02T03:17:53.025Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
| 2505 | 2024-11-02T03:17:53.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2506 | 2024-11-02T03:17:53.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2507 | 2024-11-02T03:17:53.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2508 | 2024-11-02T03:17:53.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2509 | 2024-11-02T03:17:53.657Z | |
| 2510 | 2024-11-02T03:17:53.657Z | info: running `cargo check --bins` on db-macros (72/168) |
| 2511 | 2024-11-02T03:17:54.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2512 | 2024-11-02T03:17:54.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2513 | 2024-11-02T03:17:54.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2514 | 2024-11-02T03:17:54.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2515 | 2024-11-02T03:17:54.221Z | |
| 2516 | 2024-11-02T03:17:54.221Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
| 2517 | 2024-11-02T03:17:54.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2518 | 2024-11-02T03:17:54.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2519 | 2024-11-02T03:17:54.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2520 | 2024-11-02T03:17:54.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2521 | 2024-11-02T03:17:54.783Z | |
| 2522 | 2024-11-02T03:17:54.783Z | info: running `cargo check --bins` on nexus-auth (74/168) |
| 2523 | 2024-11-02T03:17:55.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2524 | 2024-11-02T03:17:55.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2525 | 2024-11-02T03:17:55.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2526 | 2024-11-02T03:17:55.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2527 | 2024-11-02T03:17:55.400Z | |
| 2528 | 2024-11-02T03:17:55.400Z | info: running `cargo check --bins` on authz-macros (75/168) |
| 2529 | 2024-11-02T03:17:55.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2530 | 2024-11-02T03:17:55.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2531 | 2024-11-02T03:17:55.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2532 | 2024-11-02T03:17:55.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2533 | 2024-11-02T03:17:55.963Z | |
| 2534 | 2024-11-02T03:17:55.963Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
| 2535 | 2024-11-02T03:17:56.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2024-11-02T03:17:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2024-11-02T03:17:56.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2024-11-02T03:17:56.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2539 | 2024-11-02T03:17:56.572Z | |
| 2540 | 2024-11-02T03:17:56.572Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
| 2541 | 2024-11-02T03:17:57.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2024-11-02T03:17:57.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2024-11-02T03:17:57.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2024-11-02T03:17:57.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2545 | 2024-11-02T03:17:57.179Z | |
| 2546 | 2024-11-02T03:17:57.179Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
| 2547 | 2024-11-02T03:17:57.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2024-11-02T03:17:57.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2024-11-02T03:17:57.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2550 | 2024-11-02T03:17:57.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2551 | 2024-11-02T03:17:57.758Z | |
| 2552 | 2024-11-02T03:17:57.758Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
| 2553 | 2024-11-02T03:17:58.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2554 | 2024-11-02T03:17:58.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2555 | 2024-11-02T03:17:58.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2556 | 2024-11-02T03:17:58.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2557 | 2024-11-02T03:17:58.347Z | |
| 2558 | 2024-11-02T03:17:58.347Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
| 2559 | 2024-11-02T03:17:58.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2560 | 2024-11-02T03:17:58.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2561 | 2024-11-02T03:17:58.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2562 | 2024-11-02T03:17:58.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2563 | 2024-11-02T03:17:58.952Z | |
| 2564 | 2024-11-02T03:17:58.952Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
| 2565 | 2024-11-02T03:17:59.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2566 | 2024-11-02T03:17:59.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2567 | 2024-11-02T03:17:59.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2568 | 2024-11-02T03:17:59.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2569 | 2024-11-02T03:17:59.535Z | |
| 2570 | 2024-11-02T03:17:59.535Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
| 2571 | 2024-11-02T03:18:00.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2572 | 2024-11-02T03:18:00.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2573 | 2024-11-02T03:18:00.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2574 | 2024-11-02T03:18:00.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2575 | 2024-11-02T03:18:00.123Z | |
| 2576 | 2024-11-02T03:18:00.123Z | info: running `cargo check --bins` on typed-rng (83/168) |
| 2577 | 2024-11-02T03:18:00.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2578 | 2024-11-02T03:18:00.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2579 | 2024-11-02T03:18:00.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2580 | 2024-11-02T03:18:00.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2581 | 2024-11-02T03:18:00.687Z | |
| 2582 | 2024-11-02T03:18:00.687Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
| 2583 | 2024-11-02T03:18:01.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2584 | 2024-11-02T03:18:01.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2585 | 2024-11-02T03:18:01.494Z | Checking keccak v0.1.5 |
| 2586 | 2024-11-02T03:18:01.501Z | Checking secrecy v0.8.0 |
| 2587 | 2024-11-02T03:18:01.501Z | Compiling unicase v2.7.0 |
| 2588 | 2024-11-02T03:18:01.501Z | Compiling same-file v1.0.6 |
| 2589 | 2024-11-02T03:18:01.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2590 | 2024-11-02T03:18:01.501Z | Compiling tempfile v3.13.0 |
| 2591 | 2024-11-02T03:18:01.519Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2592 | 2024-11-02T03:18:01.533Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2593 | 2024-11-02T03:18:01.682Z | Compiling walkdir v2.5.0 |
| 2594 | 2024-11-02T03:18:01.757Z | Checking sha3 v0.10.8 |
| 2595 | 2024-11-02T03:18:01.803Z | Checking universal-hash v0.5.1 |
| 2596 | 2024-11-02T03:18:01.831Z | Compiling blake3 v1.5.4 |
| 2597 | 2024-11-02T03:18:01.968Z | Compiling ring v0.16.20 |
| 2598 | 2024-11-02T03:18:01.986Z | Checking opaque-debug v0.3.1 |
| 2599 | 2024-11-02T03:18:02.082Z | Checking poly1305 v0.8.0 |
| 2600 | 2024-11-02T03:18:02.185Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2601 | 2024-11-02T03:18:02.336Z | Checking chacha20 v0.9.1 |
| 2602 | 2024-11-02T03:18:02.351Z | Checking aead v0.5.2 |
| 2603 | 2024-11-02T03:18:02.414Z | Compiling memmap2 v0.9.5 |
| 2604 | 2024-11-02T03:18:02.500Z | Compiling libefi-sys v0.1.0 |
| 2605 | 2024-11-02T03:18:02.569Z | Compiling arrayref v0.3.9 |
| 2606 | 2024-11-02T03:18:02.586Z | Compiling untrusted v0.7.1 |
| 2607 | 2024-11-02T03:18:02.678Z | Compiling home v0.5.9 |
| 2608 | 2024-11-02T03:18:02.696Z | Compiling spin v0.5.2 |
| 2609 | 2024-11-02T03:18:02.762Z | Compiling arrayvec v0.7.6 |
| 2610 | 2024-11-02T03:18:02.780Z | Compiling constant_time_eq v0.3.1 |
| 2611 | 2024-11-02T03:18:02.856Z | Compiling salty v0.3.0 |
| 2612 | 2024-11-02T03:18:02.909Z | Compiling toolchain_find v0.4.0 |
| 2613 | 2024-11-02T03:18:02.944Z | Checking chacha20poly1305 v0.10.1 |
| 2614 | 2024-11-02T03:18:03.151Z | Compiling camino-tempfile v1.1.1 |
| 2615 | 2024-11-02T03:18:03.273Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2616 | 2024-11-02T03:18:03.295Z | Compiling bitfield-struct v0.6.2 |
| 2617 | 2024-11-02T03:18:03.476Z | Compiling topological-sort v0.2.2 |
| 2618 | 2024-11-02T03:18:03.544Z | Compiling mime_guess v2.0.5 |
| 2619 | 2024-11-02T03:18:03.692Z | Compiling rustfmt-wrapper v0.2.1 |
| 2620 | 2024-11-02T03:18:04.176Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2621 | 2024-11-02T03:18:04.192Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2622 | 2024-11-02T03:18:04.256Z | Checking primeorder v0.13.6 |
| 2623 | 2024-11-02T03:18:04.287Z | Checking env_filter v0.1.2 |
| 2624 | 2024-11-02T03:18:04.461Z | Checking thiserror-no-std v2.0.2 |
| 2625 | 2024-11-02T03:18:04.487Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2626 | 2024-11-02T03:18:04.512Z | Checking env_logger v0.11.5 |
| 2627 | 2024-11-02T03:18:04.565Z | Checking vsss-rs v3.3.4 |
| 2628 | 2024-11-02T03:18:04.692Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2629 | 2024-11-02T03:18:04.721Z | Checking p384 v0.13.0 |
| 2630 | 2024-11-02T03:18:04.811Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2631 | 2024-11-02T03:18:04.828Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2632 | 2024-11-02T03:18:05.055Z | Checking gethostname v0.5.0 |
| 2633 | 2024-11-02T03:18:05.130Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2634 | 2024-11-02T03:18:05.184Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2635 | 2024-11-02T03:18:05.257Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2636 | 2024-11-02T03:18:05.524Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2637 | 2024-11-02T03:18:05.540Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2638 | 2024-11-02T03:18:05.705Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2639 | 2024-11-02T03:18:05.818Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2640 | 2024-11-02T03:18:06.087Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2641 | 2024-11-02T03:18:06.128Z | Checking nanorand v0.7.0 |
| 2642 | 2024-11-02T03:18:06.132Z | Checking atty v0.2.14 |
| 2643 | 2024-11-02T03:18:06.162Z | Checking http-range v0.1.5 |
| 2644 | 2024-11-02T03:18:06.265Z | Checking glob v0.3.1 |
| 2645 | 2024-11-02T03:18:06.332Z | Checking hyper-staticfile v0.10.1 |
| 2646 | 2024-11-02T03:18:06.532Z | Checking flume v0.11.0 |
| 2647 | 2024-11-02T03:18:06.602Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2648 | 2024-11-02T03:18:07.106Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2649 | 2024-11-02T03:18:07.147Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2650 | 2024-11-02T03:18:07.229Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2651 | 2024-11-02T03:18:07.603Z | Compiling omicron-zone-package v0.11.1 |
| 2652 | 2024-11-02T03:18:07.896Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2653 | 2024-11-02T03:18:08.546Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2654 | 2024-11-02T03:18:08.982Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2655 | 2024-11-02T03:18:09.006Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2656 | 2024-11-02T03:18:09.110Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2657 | 2024-11-02T03:18:09.598Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2658 | 2024-11-02T03:18:09.823Z | Checking display-error-chain v0.2.2 |
| 2659 | 2024-11-02T03:18:10.454Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2660 | 2024-11-02T03:18:11.826Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2661 | 2024-11-02T03:18:13.246Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2662 | 2024-11-02T03:18:13.427Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2663 | 2024-11-02T03:18:24.850Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2664 | 2024-11-02T03:19:13.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 2665 | 2024-11-02T03:19:13.204Z | |
| 2666 | 2024-11-02T03:19:13.204Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
| 2667 | 2024-11-02T03:19:13.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2024-11-02T03:19:13.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2024-11-02T03:19:13.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2670 | 2024-11-02T03:20:02.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s |
| 2671 | 2024-11-02T03:20:02.271Z | |
| 2672 | 2024-11-02T03:20:02.271Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
| 2673 | 2024-11-02T03:20:02.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2024-11-02T03:20:02.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2024-11-02T03:20:02.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2676 | 2024-11-02T03:20:51.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s |
| 2677 | 2024-11-02T03:20:51.177Z | |
| 2678 | 2024-11-02T03:20:51.177Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
| 2679 | 2024-11-02T03:20:51.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2024-11-02T03:20:51.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2024-11-02T03:20:51.865Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2682 | 2024-11-02T03:21:39.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s |
| 2683 | 2024-11-02T03:21:39.960Z | |
| 2684 | 2024-11-02T03:21:39.960Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
| 2685 | 2024-11-02T03:21:40.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2024-11-02T03:21:40.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2024-11-02T03:21:40.644Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2688 | 2024-11-02T03:22:29.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.38s |
| 2689 | 2024-11-02T03:22:29.525Z | |
| 2690 | 2024-11-02T03:22:29.526Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
| 2691 | 2024-11-02T03:22:30.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2024-11-02T03:22:30.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2024-11-02T03:22:30.216Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2694 | 2024-11-02T03:23:18.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.10s |
| 2695 | 2024-11-02T03:23:18.817Z | |
| 2696 | 2024-11-02T03:23:18.817Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
| 2697 | 2024-11-02T03:23:19.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2024-11-02T03:23:19.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2024-11-02T03:23:19.517Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2700 | 2024-11-02T03:24:07.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s |
| 2701 | 2024-11-02T03:24:07.881Z | |
| 2702 | 2024-11-02T03:24:07.881Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
| 2703 | 2024-11-02T03:24:08.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-11-02T03:24:08.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-11-02T03:24:08.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2706 | 2024-11-02T03:24:56.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
| 2707 | 2024-11-02T03:24:56.910Z | |
| 2708 | 2024-11-02T03:24:56.910Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
| 2709 | 2024-11-02T03:24:57.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2024-11-02T03:24:57.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2024-11-02T03:24:57.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2712 | 2024-11-02T03:24:57.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2713 | 2024-11-02T03:24:57.527Z | |
| 2714 | 2024-11-02T03:24:57.527Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
| 2715 | 2024-11-02T03:24:58.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-11-02T03:24:58.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-11-02T03:24:58.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2024-11-02T03:24:58.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2719 | 2024-11-02T03:24:58.133Z | |
| 2720 | 2024-11-02T03:24:58.133Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
| 2721 | 2024-11-02T03:24:58.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-11-02T03:24:58.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-11-02T03:24:58.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2024-11-02T03:24:58.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2725 | 2024-11-02T03:24:58.730Z | |
| 2726 | 2024-11-02T03:24:58.730Z | info: running `cargo check --bins` on dpd-client (95/168) |
| 2727 | 2024-11-02T03:24:59.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2024-11-02T03:24:59.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2024-11-02T03:24:59.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2024-11-02T03:24:59.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2731 | 2024-11-02T03:24:59.316Z | |
| 2732 | 2024-11-02T03:24:59.316Z | info: running `cargo check --bins` on installinator-common (96/168) |
| 2733 | 2024-11-02T03:24:59.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2024-11-02T03:24:59.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2024-11-02T03:24:59.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2024-11-02T03:24:59.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2737 | 2024-11-02T03:24:59.912Z | |
| 2738 | 2024-11-02T03:24:59.912Z | info: running `cargo check --bins` on key-manager (97/168) |
| 2739 | 2024-11-02T03:25:00.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2024-11-02T03:25:00.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2024-11-02T03:25:00.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2024-11-02T03:25:00.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2743 | 2024-11-02T03:25:00.492Z | |
| 2744 | 2024-11-02T03:25:00.492Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
| 2745 | 2024-11-02T03:25:01.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2024-11-02T03:25:01.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2024-11-02T03:25:01.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2024-11-02T03:25:01.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2749 | 2024-11-02T03:25:01.086Z | |
| 2750 | 2024-11-02T03:25:01.086Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
| 2751 | 2024-11-02T03:25:01.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2024-11-02T03:25:01.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2024-11-02T03:25:01.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2024-11-02T03:25:01.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2755 | 2024-11-02T03:25:01.680Z | |
| 2756 | 2024-11-02T03:25:01.680Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
| 2757 | 2024-11-02T03:25:02.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-11-02T03:25:02.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-11-02T03:25:02.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2024-11-02T03:25:02.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2761 | 2024-11-02T03:25:02.255Z | |
| 2762 | 2024-11-02T03:25:02.255Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
| 2763 | 2024-11-02T03:25:02.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2024-11-02T03:25:02.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2024-11-02T03:25:02.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2024-11-02T03:25:02.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2767 | 2024-11-02T03:25:02.870Z | |
| 2768 | 2024-11-02T03:25:02.870Z | info: running `cargo check --bins` on sled-hardware (102/168) |
| 2769 | 2024-11-02T03:25:03.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2024-11-02T03:25:03.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2024-11-02T03:25:03.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2024-11-02T03:25:03.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2773 | 2024-11-02T03:25:03.465Z | |
| 2774 | 2024-11-02T03:25:03.465Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
| 2775 | 2024-11-02T03:25:04.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2024-11-02T03:25:04.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2024-11-02T03:25:04.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2024-11-02T03:25:04.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2779 | 2024-11-02T03:25:04.082Z | |
| 2780 | 2024-11-02T03:25:04.082Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
| 2781 | 2024-11-02T03:25:04.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2024-11-02T03:25:04.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2024-11-02T03:25:04.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2024-11-02T03:25:04.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2785 | 2024-11-02T03:25:04.682Z | |
| 2786 | 2024-11-02T03:25:04.682Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
| 2787 | 2024-11-02T03:25:05.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2024-11-02T03:25:05.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2024-11-02T03:25:05.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2024-11-02T03:25:05.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2791 | 2024-11-02T03:25:05.294Z | |
| 2792 | 2024-11-02T03:25:05.294Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
| 2793 | 2024-11-02T03:25:05.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2024-11-02T03:25:05.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2024-11-02T03:25:05.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2024-11-02T03:25:05.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2797 | 2024-11-02T03:25:05.935Z | |
| 2798 | 2024-11-02T03:25:05.935Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
| 2799 | 2024-11-02T03:25:06.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2024-11-02T03:25:06.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2024-11-02T03:25:06.533Z | Compiling phf_generator v0.11.2 |
| 2802 | 2024-11-02T03:25:06.536Z | Compiling parse-zoneinfo v0.3.1 |
| 2803 | 2024-11-02T03:25:06.645Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2804 | 2024-11-02T03:25:06.648Z | Checking bcs v0.1.6 |
| 2805 | 2024-11-02T03:25:06.648Z | Compiling async-recursion v1.1.1 |
| 2806 | 2024-11-02T03:25:06.648Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2807 | 2024-11-02T03:25:06.648Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2808 | 2024-11-02T03:25:06.735Z | Compiling phf_codegen v0.11.2 |
| 2809 | 2024-11-02T03:25:07.228Z | Compiling chrono-tz-build v0.4.0 |
| 2810 | 2024-11-02T03:25:08.108Z | Compiling chrono-tz v0.10.0 |
| 2811 | 2024-11-02T03:25:15.309Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2024-11-02T03:25:19.462Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2813 | 2024-11-02T03:25:21.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.99s |
| 2814 | 2024-11-02T03:25:22.056Z | |
| 2815 | 2024-11-02T03:25:22.056Z | info: running `cargo check --bins` on oximeter-api (108/168) |
| 2816 | 2024-11-02T03:25:22.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2024-11-02T03:25:22.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2024-11-02T03:25:22.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2024-11-02T03:25:22.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2820 | 2024-11-02T03:25:22.641Z | |
| 2821 | 2024-11-02T03:25:22.641Z | info: running `cargo check --bins` on oximeter-client (109/168) |
| 2822 | 2024-11-02T03:25:23.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2024-11-02T03:25:23.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2024-11-02T03:25:23.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2024-11-02T03:25:23.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2826 | 2024-11-02T03:25:23.221Z | |
| 2827 | 2024-11-02T03:25:23.221Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
| 2828 | 2024-11-02T03:25:23.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2024-11-02T03:25:23.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2024-11-02T03:25:23.816Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2024-11-02T03:25:24.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2832 | 2024-11-02T03:25:24.595Z | |
| 2833 | 2024-11-02T03:25:24.595Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
| 2834 | 2024-11-02T03:25:25.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2024-11-02T03:25:25.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2024-11-02T03:25:25.214Z | Compiling cfg_aliases v0.1.1 |
| 2837 | 2024-11-02T03:25:25.216Z | Compiling vte_generate_state_changes v0.1.2 |
| 2838 | 2024-11-02T03:25:25.216Z | Checking fd-lock v4.0.2 |
| 2839 | 2024-11-02T03:25:25.216Z | Checking bytecount v0.6.8 |
| 2840 | 2024-11-02T03:25:25.322Z | Compiling tabled_derive v0.7.0 |
| 2841 | 2024-11-02T03:25:25.330Z | Compiling peg-macros v0.8.4 |
| 2842 | 2024-11-02T03:25:25.333Z | Compiling sqlparser_derive v0.2.2 |
| 2843 | 2024-11-02T03:25:25.338Z | Checking unicode_categories v0.1.1 |
| 2844 | 2024-11-02T03:25:25.393Z | Compiling nix v0.28.0 |
| 2845 | 2024-11-02T03:25:25.461Z | Checking papergrid v0.11.0 |
| 2846 | 2024-11-02T03:25:25.476Z | Checking home v0.5.9 |
| 2847 | 2024-11-02T03:25:25.613Z | Checking nu-ansi-term v0.50.1 |
| 2848 | 2024-11-02T03:25:25.674Z | Checking sqlformat v0.2.6 |
| 2849 | 2024-11-02T03:25:25.902Z | Checking vte v0.11.1 |
| 2850 | 2024-11-02T03:25:26.437Z | Checking sqlparser v0.45.0 |
| 2851 | 2024-11-02T03:25:27.259Z | Checking tabled v0.15.0 |
| 2852 | 2024-11-02T03:25:27.274Z | Checking strip-ansi-escapes v0.2.0 |
| 2853 | 2024-11-02T03:25:27.415Z | Checking reedline v0.35.0 |
| 2854 | 2024-11-02T03:25:27.908Z | Checking peg v0.8.4 |
| 2855 | 2024-11-02T03:25:28.454Z | Checking rustyline v14.0.0 |
| 2856 | 2024-11-02T03:25:33.013Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2024-11-02T03:25:39.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
| 2858 | 2024-11-02T03:25:39.503Z | |
| 2859 | 2024-11-02T03:25:39.503Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
| 2860 | 2024-11-02T03:25:40.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2024-11-02T03:25:40.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2024-11-02T03:25:40.120Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2863 | 2024-11-02T03:25:46.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s |
| 2864 | 2024-11-02T03:25:46.707Z | |
| 2865 | 2024-11-02T03:25:46.707Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
| 2866 | 2024-11-02T03:25:47.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2024-11-02T03:25:47.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2024-11-02T03:25:47.313Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2869 | 2024-11-02T03:25:52.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 2870 | 2024-11-02T03:25:52.462Z | |
| 2871 | 2024-11-02T03:25:52.462Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
| 2872 | 2024-11-02T03:25:53.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2024-11-02T03:25:53.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2024-11-02T03:25:53.093Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2875 | 2024-11-02T03:25:59.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s |
| 2876 | 2024-11-02T03:25:59.334Z | |
| 2877 | 2024-11-02T03:25:59.334Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
| 2878 | 2024-11-02T03:25:59.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2024-11-02T03:25:59.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2024-11-02T03:25:59.951Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2881 | 2024-11-02T03:26:06.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s |
| 2882 | 2024-11-02T03:26:06.307Z | |
| 2883 | 2024-11-02T03:26:06.307Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
| 2884 | 2024-11-02T03:26:06.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2024-11-02T03:26:06.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2024-11-02T03:26:06.921Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2887 | 2024-11-02T03:26:12.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
| 2888 | 2024-11-02T03:26:12.189Z | |
| 2889 | 2024-11-02T03:26:12.189Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
| 2890 | 2024-11-02T03:26:12.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2024-11-02T03:26:12.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2024-11-02T03:26:12.792Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2893 | 2024-11-02T03:26:17.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
| 2894 | 2024-11-02T03:26:18.110Z | |
| 2895 | 2024-11-02T03:26:18.110Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
| 2896 | 2024-11-02T03:26:18.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2024-11-02T03:26:18.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2024-11-02T03:26:18.715Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2899 | 2024-11-02T03:26:25.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s |
| 2900 | 2024-11-02T03:26:25.200Z | |
| 2901 | 2024-11-02T03:26:25.200Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
| 2902 | 2024-11-02T03:26:25.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2024-11-02T03:26:25.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2024-11-02T03:26:25.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2024-11-02T03:26:25.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2906 | 2024-11-02T03:26:25.805Z | |
| 2907 | 2024-11-02T03:26:25.805Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
| 2908 | 2024-11-02T03:26:26.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2024-11-02T03:26:26.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2024-11-02T03:26:26.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2024-11-02T03:26:26.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2912 | 2024-11-02T03:26:26.374Z | |
| 2913 | 2024-11-02T03:26:26.375Z | info: running `cargo check --bins` on installinator-client (121/168) |
| 2914 | 2024-11-02T03:26:26.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2024-11-02T03:26:26.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2024-11-02T03:26:26.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2024-11-02T03:26:26.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2918 | 2024-11-02T03:26:26.968Z | |
| 2919 | 2024-11-02T03:26:26.968Z | info: running `cargo check --bins` on oxide-client (122/168) |
| 2920 | 2024-11-02T03:26:27.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2024-11-02T03:26:27.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2024-11-02T03:26:27.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2024-11-02T03:26:27.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2924 | 2024-11-02T03:26:27.530Z | |
| 2925 | 2024-11-02T03:26:27.531Z | info: running `cargo check --bins` on wicketd-client (123/168) |
| 2926 | 2024-11-02T03:26:28.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2024-11-02T03:26:28.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2024-11-02T03:26:28.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2024-11-02T03:26:28.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2930 | 2024-11-02T03:26:28.152Z | |
| 2931 | 2024-11-02T03:26:28.152Z | info: running `cargo check --bins` on wicket-common (124/168) |
| 2932 | 2024-11-02T03:26:28.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2024-11-02T03:26:28.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2024-11-02T03:26:28.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2024-11-02T03:26:28.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2936 | 2024-11-02T03:26:28.754Z | |
| 2937 | 2024-11-02T03:26:28.755Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
| 2938 | 2024-11-02T03:26:29.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2024-11-02T03:26:29.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2024-11-02T03:26:29.359Z | Checking csv-core v0.1.11 |
| 2941 | 2024-11-02T03:26:29.361Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2942 | 2024-11-02T03:26:29.664Z | Checking csv v1.3.0 |
| 2943 | 2024-11-02T03:26:30.187Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2944 | 2024-11-02T03:26:30.530Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2945 | 2024-11-02T03:26:31.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 2946 | 2024-11-02T03:26:31.896Z | |
| 2947 | 2024-11-02T03:26:31.896Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
| 2948 | 2024-11-02T03:26:32.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2024-11-02T03:26:32.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2024-11-02T03:26:32.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2024-11-02T03:26:32.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2952 | 2024-11-02T03:26:32.479Z | |
| 2953 | 2024-11-02T03:26:32.479Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
| 2954 | 2024-11-02T03:26:32.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2024-11-02T03:26:32.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2024-11-02T03:26:32.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2957 | 2024-11-02T03:26:32.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2958 | 2024-11-02T03:26:33.058Z | |
| 2959 | 2024-11-02T03:26:33.058Z | info: running `cargo check --bins` on cert-dev (128/168) |
| 2960 | 2024-11-02T03:26:33.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2024-11-02T03:26:33.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2024-11-02T03:26:33.619Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2963 | 2024-11-02T03:26:33.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2964 | 2024-11-02T03:26:34.031Z | |
| 2965 | 2024-11-02T03:26:34.031Z | info: running `cargo check --bins` on ch-dev (129/168) |
| 2966 | 2024-11-02T03:26:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2024-11-02T03:26:34.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2024-11-02T03:26:34.635Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2969 | 2024-11-02T03:26:35.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2970 | 2024-11-02T03:26:35.494Z | |
| 2971 | 2024-11-02T03:26:35.494Z | info: running `cargo check --bins` on crdb-seed (130/168) |
| 2972 | 2024-11-02T03:26:36.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2024-11-02T03:26:36.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2024-11-02T03:26:36.092Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2975 | 2024-11-02T03:26:36.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2976 | 2024-11-02T03:26:36.585Z | |
| 2977 | 2024-11-02T03:26:36.585Z | info: running `cargo check --bins` on db-dev (131/168) |
| 2978 | 2024-11-02T03:26:37.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2024-11-02T03:26:37.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2024-11-02T03:26:37.194Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2981 | 2024-11-02T03:26:37.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 2982 | 2024-11-02T03:26:38.042Z | |
| 2983 | 2024-11-02T03:26:38.042Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
| 2984 | 2024-11-02T03:26:38.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2024-11-02T03:26:38.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2024-11-02T03:26:38.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2987 | 2024-11-02T03:26:38.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2988 | 2024-11-02T03:26:38.642Z | |
| 2989 | 2024-11-02T03:26:38.643Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
| 2990 | 2024-11-02T03:26:39.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2024-11-02T03:26:39.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2024-11-02T03:26:39.214Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2993 | 2024-11-02T03:26:40.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 2994 | 2024-11-02T03:26:40.278Z | |
| 2995 | 2024-11-02T03:26:40.278Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
| 2996 | 2024-11-02T03:26:40.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2024-11-02T03:26:40.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2024-11-02T03:26:40.853Z | Checking cargo-platform v0.1.8 |
| 2999 | 2024-11-02T03:26:41.119Z | Checking cargo_metadata v0.18.1 |
| 3000 | 2024-11-02T03:26:42.086Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3001 | 2024-11-02T03:26:42.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 3002 | 2024-11-02T03:26:42.968Z | |
| 3003 | 2024-11-02T03:26:42.968Z | info: running `cargo check --bins` on mgs-dev (135/168) |
| 3004 | 2024-11-02T03:26:43.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2024-11-02T03:26:43.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2024-11-02T03:26:43.631Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3007 | 2024-11-02T03:26:44.302Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3008 | 2024-11-02T03:26:44.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 3009 | 2024-11-02T03:26:44.980Z | |
| 3010 | 2024-11-02T03:26:44.980Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
| 3011 | 2024-11-02T03:26:45.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2024-11-02T03:26:45.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2024-11-02T03:26:45.714Z | Compiling crunchy v0.2.2 |
| 3014 | 2024-11-02T03:26:45.714Z | Compiling glob v0.3.1 |
| 3015 | 2024-11-02T03:26:45.716Z | Compiling tiny-keccak v2.0.2 |
| 3016 | 2024-11-02T03:26:45.716Z | Compiling dsl_auto_type v0.1.2 |
| 3017 | 2024-11-02T03:26:45.716Z | Checking scheduled-thread-pool v0.2.7 |
| 3018 | 2024-11-02T03:26:45.716Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3019 | 2024-11-02T03:26:45.846Z | Compiling ascii-canvas v3.0.0 |
| 3020 | 2024-11-02T03:26:45.860Z | Compiling ena v0.14.3 |
| 3021 | 2024-11-02T03:26:46.062Z | Checking r2d2 v0.8.10 |
| 3022 | 2024-11-02T03:26:46.148Z | Compiling libloading v0.8.5 |
| 3023 | 2024-11-02T03:26:46.197Z | Compiling diff v0.1.13 |
| 3024 | 2024-11-02T03:26:46.283Z | Compiling regex-syntax v0.6.29 |
| 3025 | 2024-11-02T03:26:46.357Z | Compiling bindgen v0.69.5 |
| 3026 | 2024-11-02T03:26:46.387Z | Compiling which v4.4.2 |
| 3027 | 2024-11-02T03:26:46.554Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3028 | 2024-11-02T03:26:46.707Z | Compiling clang-sys v1.8.1 |
| 3029 | 2024-11-02T03:26:46.787Z | Compiling cexpr v0.6.0 |
| 3030 | 2024-11-02T03:26:46.861Z | Compiling rustc-hash v1.1.0 |
| 3031 | 2024-11-02T03:26:46.996Z | Compiling lazycell v1.3.0 |
| 3032 | 2024-11-02T03:26:47.029Z | Compiling ref-cast v1.0.23 |
| 3033 | 2024-11-02T03:26:47.153Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3034 | 2024-11-02T03:26:47.175Z | Compiling derive_builder_core v0.20.2 |
| 3035 | 2024-11-02T03:26:47.175Z | Compiling libxml v0.3.3 |
| 3036 | 2024-11-02T03:26:47.389Z | Compiling diesel_derives v2.2.3 |
| 3037 | 2024-11-02T03:26:47.480Z | Compiling ref-cast-impl v1.0.23 |
| 3038 | 2024-11-02T03:26:47.536Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3039 | 2024-11-02T03:26:47.688Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3040 | 2024-11-02T03:26:48.027Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3041 | 2024-11-02T03:26:48.333Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3042 | 2024-11-02T03:26:48.469Z | Compiling strum_macros v0.24.3 |
| 3043 | 2024-11-02T03:26:48.707Z | Compiling indoc v1.0.9 |
| 3044 | 2024-11-02T03:26:49.486Z | Compiling derive_builder_macro v0.20.2 |
| 3045 | 2024-11-02T03:26:49.684Z | Compiling lalrpop v0.19.12 |
| 3046 | 2024-11-02T03:26:50.369Z | Checking derive_builder v0.20.2 |
| 3047 | 2024-11-02T03:26:50.523Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3048 | 2024-11-02T03:26:50.615Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3049 | 2024-11-02T03:26:50.819Z | Compiling oso-derive v0.27.3 |
| 3050 | 2024-11-02T03:26:50.851Z | Checking quick-xml v0.33.0 |
| 3051 | 2024-11-02T03:26:51.906Z | Compiling diesel-dtrace v0.3.0 |
| 3052 | 2024-11-02T03:26:52.007Z | Checking maplit v1.0.2 |
| 3053 | 2024-11-02T03:26:52.154Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3054 | 2024-11-02T03:26:52.309Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3055 | 2024-11-02T03:26:52.626Z | Checking bb8 v0.8.5 |
| 3056 | 2024-11-02T03:26:53.127Z | Compiling const_format_proc_macros v0.2.33 |
| 3057 | 2024-11-02T03:26:53.176Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3058 | 2024-11-02T03:26:53.478Z | Checking castaway v0.2.3 |
| 3059 | 2024-11-02T03:26:53.661Z | Checking rand_seeder v0.3.0 |
| 3060 | 2024-11-02T03:26:53.786Z | Checking compact_str v0.8.0 |
| 3061 | 2024-11-02T03:26:53.908Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3062 | 2024-11-02T03:26:54.148Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3063 | 2024-11-02T03:26:54.668Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3064 | 2024-11-02T03:26:55.098Z | Checking const_format v0.2.33 |
| 3065 | 2024-11-02T03:26:55.434Z | Checking unicode-truncate v1.1.0 |
| 3066 | 2024-11-02T03:26:55.572Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3067 | 2024-11-02T03:26:55.660Z | Checking lru v0.12.5 |
| 3068 | 2024-11-02T03:26:55.871Z | Compiling instability v0.3.2 |
| 3069 | 2024-11-02T03:26:55.967Z | Checking smawk v0.3.2 |
| 3070 | 2024-11-02T03:26:56.180Z | Checking unicode-linebreak v0.1.5 |
| 3071 | 2024-11-02T03:26:56.547Z | Checking is_ci v1.2.0 |
| 3072 | 2024-11-02T03:26:56.603Z | Checking cassowary v0.3.0 |
| 3073 | 2024-11-02T03:26:56.697Z | Checking supports-color v3.0.1 |
| 3074 | 2024-11-02T03:26:56.892Z | Checking textwrap v0.16.1 |
| 3075 | 2024-11-02T03:26:56.937Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3076 | 2024-11-02T03:26:57.038Z | Checking ratatui v0.28.1 |
| 3077 | 2024-11-02T03:26:57.326Z | Checking multimap v0.10.0 |
| 3078 | 2024-11-02T03:26:58.917Z | Checking diesel v2.2.4 |
| 3079 | 2024-11-02T03:27:19.975Z | Compiling samael v0.0.17 |
| 3080 | 2024-11-02T03:27:34.269Z | Checking async-bb8-diesel v0.2.1 |
| 3081 | 2024-11-02T03:27:34.921Z | Compiling polar-core v0.27.3 |
| 3082 | 2024-11-02T03:27:42.354Z | Checking oso v0.27.3 |
| 3083 | 2024-11-02T03:29:16.309Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3084 | 2024-11-02T03:29:24.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
| 3085 | 2024-11-02T03:29:24.440Z | |
| 3086 | 2024-11-02T03:29:24.441Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
| 3087 | 2024-11-02T03:29:24.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2024-11-02T03:29:25.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2024-11-02T03:29:25.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2024-11-02T03:29:25.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3091 | 2024-11-02T03:29:25.078Z | |
| 3092 | 2024-11-02T03:29:25.078Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
| 3093 | 2024-11-02T03:29:25.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2024-11-02T03:29:25.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2024-11-02T03:29:25.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2024-11-02T03:29:25.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3097 | 2024-11-02T03:29:25.715Z | |
| 3098 | 2024-11-02T03:29:25.715Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
| 3099 | 2024-11-02T03:29:26.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2024-11-02T03:29:26.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2024-11-02T03:29:26.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2024-11-02T03:29:26.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3103 | 2024-11-02T03:29:26.289Z | |
| 3104 | 2024-11-02T03:29:26.289Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
| 3105 | 2024-11-02T03:29:26.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2024-11-02T03:29:26.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2024-11-02T03:29:27.050Z | Compiling libz-sys v1.1.20 |
| 3108 | 2024-11-02T03:29:27.052Z | Checking http v0.2.12 |
| 3109 | 2024-11-02T03:29:27.159Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3110 | 2024-11-02T03:29:27.178Z | Compiling vergen v8.3.2 |
| 3111 | 2024-11-02T03:29:27.181Z | Compiling cargo-platform v0.1.8 |
| 3112 | 2024-11-02T03:29:27.181Z | Compiling pin-project-internal v1.1.6 |
| 3113 | 2024-11-02T03:29:27.217Z | Compiling libsqlite3-sys v0.30.1 |
| 3114 | 2024-11-02T03:29:27.217Z | Compiling snafu-derive v0.8.5 |
| 3115 | 2024-11-02T03:29:27.485Z | Compiling rustls v0.21.12 |
| 3116 | 2024-11-02T03:29:27.718Z | Compiling cargo_metadata v0.18.1 |
| 3117 | 2024-11-02T03:29:27.774Z | Compiling zip v2.1.3 |
| 3118 | 2024-11-02T03:29:27.791Z | Checking simd-adler32 v0.3.7 |
| 3119 | 2024-11-02T03:29:28.060Z | Compiling buf-list v1.0.3 |
| 3120 | 2024-11-02T03:29:28.083Z | Checking bumpalo v3.16.0 |
| 3121 | 2024-11-02T03:29:28.152Z | Checking lockfree-object-pool v0.1.6 |
| 3122 | 2024-11-02T03:29:28.394Z | Checking sync_wrapper v0.1.2 |
| 3123 | 2024-11-02T03:29:28.413Z | Compiling cfg_aliases v0.2.1 |
| 3124 | 2024-11-02T03:29:28.415Z | Checking h2 v0.3.26 |
| 3125 | 2024-11-02T03:29:28.521Z | Checking http-body v0.4.6 |
| 3126 | 2024-11-02T03:29:28.538Z | Compiling nix v0.29.0 |
| 3127 | 2024-11-02T03:29:28.743Z | Checking zopfli v0.8.1 |
| 3128 | 2024-11-02T03:29:29.020Z | Checking globset v0.4.15 |
| 3129 | 2024-11-02T03:29:29.392Z | Checking sct v0.7.1 |
| 3130 | 2024-11-02T03:29:29.414Z | Checking rustls-webpki v0.101.7 |
| 3131 | 2024-11-02T03:29:29.502Z | Checking olpc-cjson v0.1.4 |
| 3132 | 2024-11-02T03:29:29.586Z | Checking serde_plain v1.0.2 |
| 3133 | 2024-11-02T03:29:29.708Z | Compiling displaydoc v0.2.5 |
| 3134 | 2024-11-02T03:29:29.839Z | Checking typed-path v0.7.1 |
| 3135 | 2024-11-02T03:29:30.129Z | Checking pin-project v1.1.6 |
| 3136 | 2024-11-02T03:29:31.003Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3137 | 2024-11-02T03:29:31.101Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3138 | 2024-11-02T03:29:31.303Z | Checking hashlink v0.9.1 |
| 3139 | 2024-11-02T03:29:31.395Z | Checking fallible-iterator v0.3.0 |
| 3140 | 2024-11-02T03:29:31.735Z | Checking parse-size v1.1.0 |
| 3141 | 2024-11-02T03:29:31.910Z | Checking fallible-streaming-iterator v0.1.9 |
| 3142 | 2024-11-02T03:29:32.078Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3143 | 2024-11-02T03:29:32.131Z | Checking rusqlite v0.32.1 |
| 3144 | 2024-11-02T03:29:32.374Z | Checking rustls-pemfile v1.0.4 |
| 3145 | 2024-11-02T03:29:32.416Z | Checking snafu v0.8.5 |
| 3146 | 2024-11-02T03:29:32.550Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3147 | 2024-11-02T03:29:32.571Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3148 | 2024-11-02T03:29:32.827Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3149 | 2024-11-02T03:29:32.901Z | Checking twox-hash v1.6.3 |
| 3150 | 2024-11-02T03:29:32.954Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3151 | 2024-11-02T03:29:33.373Z | Checking tokio-rustls v0.24.1 |
| 3152 | 2024-11-02T03:29:33.391Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3153 | 2024-11-02T03:29:33.634Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3154 | 2024-11-02T03:29:33.728Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3155 | 2024-11-02T03:29:33.929Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3156 | 2024-11-02T03:29:34.132Z | Checking fatfs v0.3.6 |
| 3157 | 2024-11-02T03:29:34.540Z | Checking hyper v0.14.30 |
| 3158 | 2024-11-02T03:29:34.752Z | Checking assert_matches v1.5.0 |
| 3159 | 2024-11-02T03:29:38.780Z | Checking reqwest v0.11.27 |
| 3160 | 2024-11-02T03:29:39.599Z | Checking tough v0.17.1 |
| 3161 | 2024-11-02T03:29:40.646Z | Compiling git2 v0.19.0 |
| 3162 | 2024-11-02T03:29:42.804Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3163 | 2024-11-02T03:29:43.944Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3164 | 2024-11-02T03:29:45.741Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3165 | 2024-11-02T03:33:16.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s |
| 3166 | 2024-11-02T03:33:16.850Z | |
| 3167 | 2024-11-02T03:33:16.850Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
| 3168 | 2024-11-02T03:33:17.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2024-11-02T03:33:17.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2024-11-02T03:33:17.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2024-11-02T03:33:17.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3172 | 2024-11-02T03:33:17.504Z | |
| 3173 | 2024-11-02T03:33:17.504Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
| 3174 | 2024-11-02T03:33:18.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2024-11-02T03:33:18.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2024-11-02T03:33:18.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2024-11-02T03:33:18.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3178 | 2024-11-02T03:33:18.077Z | |
| 3179 | 2024-11-02T03:33:18.077Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
| 3180 | 2024-11-02T03:33:18.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2024-11-02T03:33:18.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2024-11-02T03:33:18.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2024-11-02T03:33:18.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3184 | 2024-11-02T03:33:18.695Z | |
| 3185 | 2024-11-02T03:33:18.695Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
| 3186 | 2024-11-02T03:33:19.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2024-11-02T03:33:19.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2024-11-02T03:33:19.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2024-11-02T03:33:19.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3190 | 2024-11-02T03:33:19.333Z | |
| 3191 | 2024-11-02T03:33:19.333Z | info: running `cargo check --bins` on nexus-networking (145/168) |
| 3192 | 2024-11-02T03:33:19.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2024-11-02T03:33:19.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2024-11-02T03:33:19.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2024-11-02T03:33:19.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3196 | 2024-11-02T03:33:19.972Z | |
| 3197 | 2024-11-02T03:33:19.972Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
| 3198 | 2024-11-02T03:33:20.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2024-11-02T03:33:20.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2024-11-02T03:33:20.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2024-11-02T03:33:20.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3202 | 2024-11-02T03:33:20.612Z | |
| 3203 | 2024-11-02T03:33:20.612Z | info: running `cargo check --bins` on update-common (147/168) |
| 3204 | 2024-11-02T03:33:21.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2024-11-02T03:33:21.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2024-11-02T03:33:21.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2024-11-02T03:33:21.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3208 | 2024-11-02T03:33:21.239Z | |
| 3209 | 2024-11-02T03:33:21.239Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
| 3210 | 2024-11-02T03:33:21.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2024-11-02T03:33:21.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2024-11-02T03:33:21.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2024-11-02T03:33:21.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3214 | 2024-11-02T03:33:21.866Z | |
| 3215 | 2024-11-02T03:33:21.866Z | info: running `cargo check --bins` on tufaceous (149/168) |
| 3216 | 2024-11-02T03:33:22.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2024-11-02T03:33:22.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2024-11-02T03:33:22.493Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3219 | 2024-11-02T03:33:23.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 3220 | 2024-11-02T03:33:23.582Z | |
| 3221 | 2024-11-02T03:33:23.582Z | info: running `cargo check --bins` on omicron-dev (150/168) |
| 3222 | 2024-11-02T03:33:24.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2024-11-02T03:33:24.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2024-11-02T03:33:24.392Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3225 | 2024-11-02T03:33:24.512Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3226 | 2024-11-02T03:33:24.514Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3227 | 2024-11-02T03:33:24.514Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3228 | 2024-11-02T03:34:19.375Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3229 | 2024-11-02T03:34:19.375Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3230 | 2024-11-02T03:34:19.378Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3231 | 2024-11-02T03:34:19.378Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3232 | 2024-11-02T03:34:19.378Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3233 | 2024-11-02T03:34:20.111Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3234 | 2024-11-02T03:34:21.325Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3235 | 2024-11-02T03:37:37.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s |
| 3236 | 2024-11-02T03:37:37.325Z | |
| 3237 | 2024-11-02T03:37:37.325Z | info: running `cargo check --bins` on openapi-manager (151/168) |
| 3238 | 2024-11-02T03:37:37.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2024-11-02T03:37:37.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2024-11-02T03:37:37.990Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3241 | 2024-11-02T03:37:37.993Z | Checking heck v0.4.1 |
| 3242 | 2024-11-02T03:37:37.993Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3243 | 2024-11-02T03:37:38.227Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3244 | 2024-11-02T03:37:39.555Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3245 | 2024-11-02T03:37:40.402Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3246 | 2024-11-02T03:37:41.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 3247 | 2024-11-02T03:37:41.553Z | |
| 3248 | 2024-11-02T03:37:41.553Z | info: running `cargo check --bins` on installinator-api (152/168) |
| 3249 | 2024-11-02T03:37:42.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2024-11-02T03:37:42.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2024-11-02T03:37:42.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3252 | 2024-11-02T03:37:42.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3253 | 2024-11-02T03:37:42.162Z | |
| 3254 | 2024-11-02T03:37:42.162Z | info: running `cargo check --bins` on wicketd-api (153/168) |
| 3255 | 2024-11-02T03:37:42.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2024-11-02T03:37:42.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2024-11-02T03:37:42.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3258 | 2024-11-02T03:37:42.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3259 | 2024-11-02T03:37:42.776Z | |
| 3260 | 2024-11-02T03:37:42.776Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
| 3261 | 2024-11-02T03:37:43.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2024-11-02T03:37:43.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2024-11-02T03:37:43.422Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3264 | 2024-11-02T03:37:44.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 3265 | 2024-11-02T03:37:44.726Z | |
| 3266 | 2024-11-02T03:37:44.727Z | info: running `cargo check --bins` on omicron-releng (155/168) |
| 3267 | 2024-11-02T03:37:45.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2024-11-02T03:37:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2024-11-02T03:37:45.361Z | Checking memmap2 v0.9.5 |
| 3270 | 2024-11-02T03:37:45.361Z | Checking constant_time_eq v0.3.1 |
| 3271 | 2024-11-02T03:37:45.364Z | Checking arrayvec v0.7.6 |
| 3272 | 2024-11-02T03:37:45.364Z | Checking untrusted v0.7.1 |
| 3273 | 2024-11-02T03:37:45.364Z | Checking arrayref v0.3.9 |
| 3274 | 2024-11-02T03:37:45.364Z | Checking spin v0.5.2 |
| 3275 | 2024-11-02T03:37:45.364Z | Checking topological-sort v0.2.2 |
| 3276 | 2024-11-02T03:37:45.469Z | Checking shell-words v1.1.0 |
| 3277 | 2024-11-02T03:37:45.657Z | Checking ring v0.16.20 |
| 3278 | 2024-11-02T03:37:45.758Z | Checking blake3 v1.5.4 |
| 3279 | 2024-11-02T03:37:46.778Z | Checking omicron-zone-package v0.11.1 |
| 3280 | 2024-11-02T03:37:47.881Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3281 | 2024-11-02T03:37:48.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 3282 | 2024-11-02T03:37:48.941Z | |
| 3283 | 2024-11-02T03:37:48.941Z | info: running `cargo check --bins` on xtask (156/168) |
| 3284 | 2024-11-02T03:37:49.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2024-11-02T03:37:49.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2024-11-02T03:37:49.358Z | Checking bitflags v2.6.0 |
| 3287 | 2024-11-02T03:37:49.360Z | Checking serde v1.0.210 |
| 3288 | 2024-11-02T03:37:49.360Z | Checking thiserror v1.0.64 |
| 3289 | 2024-11-02T03:37:49.360Z | Checking scroll v0.12.0 |
| 3290 | 2024-11-02T03:37:49.434Z | Checking log v0.4.22 |
| 3291 | 2024-11-02T03:37:49.440Z | Checking hashbrown v0.15.0 |
| 3292 | 2024-11-02T03:37:49.461Z | Checking zerocopy v0.7.35 |
| 3293 | 2024-11-02T03:37:49.485Z | Checking syn v2.0.79 |
| 3294 | 2024-11-02T03:37:49.550Z | Checking pest v2.7.14 |
| 3295 | 2024-11-02T03:37:49.677Z | Checking rustix v0.38.37 |
| 3296 | 2024-11-02T03:37:49.693Z | Checking once_cell v1.20.2 |
| 3297 | 2024-11-02T03:37:49.901Z | Checking goblin v0.8.2 |
| 3298 | 2024-11-02T03:37:49.986Z | Checking fs-err v2.11.0 |
| 3299 | 2024-11-02T03:37:50.278Z | Checking tabled v0.15.0 |
| 3300 | 2024-11-02T03:37:50.518Z | Checking indexmap v2.6.0 |
| 3301 | 2024-11-02T03:37:50.856Z | Checking anyhow v1.0.92 |
| 3302 | 2024-11-02T03:37:51.638Z | Checking terminal_size v0.4.0 |
| 3303 | 2024-11-02T03:37:51.638Z | Checking tempfile v3.13.0 |
| 3304 | 2024-11-02T03:37:51.811Z | Checking clap_builder v4.5.20 |
| 3305 | 2024-11-02T03:37:51.981Z | Checking dtrace-parser v0.2.0 |
| 3306 | 2024-11-02T03:37:53.843Z | Checking serde_json v1.0.128 |
| 3307 | 2024-11-02T03:37:53.843Z | Checking serde_spanned v0.6.8 |
| 3308 | 2024-11-02T03:37:53.843Z | Checking toml_datetime v0.6.8 |
| 3309 | 2024-11-02T03:37:53.845Z | Checking camino v1.1.9 |
| 3310 | 2024-11-02T03:37:53.845Z | Checking cargo-platform v0.1.8 |
| 3311 | 2024-11-02T03:37:53.947Z | Checking semver v1.0.23 |
| 3312 | 2024-11-02T03:37:53.987Z | Checking macaddr v1.0.1 |
| 3313 | 2024-11-02T03:37:54.111Z | Checking toml_edit v0.22.22 |
| 3314 | 2024-11-02T03:37:54.126Z | Checking clap v4.5.20 |
| 3315 | 2024-11-02T03:37:54.388Z | Checking camino-tempfile v1.1.1 |
| 3316 | 2024-11-02T03:37:54.987Z | Checking dof v0.3.0 |
| 3317 | 2024-11-02T03:37:54.987Z | Checking cargo_metadata v0.18.1 |
| 3318 | 2024-11-02T03:37:55.383Z | Checking usdt-impl v0.5.0 |
| 3319 | 2024-11-02T03:37:55.743Z | Checking usdt v0.5.0 |
| 3320 | 2024-11-02T03:37:55.825Z | Checking toml v0.8.19 |
| 3321 | 2024-11-02T03:37:56.304Z | Checking cargo_toml v0.20.5 |
| 3322 | 2024-11-02T03:37:57.508Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3323 | 2024-11-02T03:37:58.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
| 3324 | 2024-11-02T03:37:58.220Z | |
| 3325 | 2024-11-02T03:37:58.221Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
| 3326 | 2024-11-02T03:37:58.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2024-11-02T03:37:58.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2024-11-02T03:37:58.934Z | Checking polyval v0.6.2 |
| 3329 | 2024-11-02T03:37:59.041Z | Checking ctr v0.9.2 |
| 3330 | 2024-11-02T03:37:59.051Z | Checking ssh-encoding v0.2.0 |
| 3331 | 2024-11-02T03:37:59.053Z | Checking blowfish v0.9.1 |
| 3332 | 2024-11-02T03:37:59.071Z | Checking password-hash v0.4.2 |
| 3333 | 2024-11-02T03:37:59.075Z | Checking matches v0.1.10 |
| 3334 | 2024-11-02T03:37:59.101Z | Checking p521 v0.13.3 |
| 3335 | 2024-11-02T03:37:59.101Z | Checking p256 v0.13.2 |
| 3336 | 2024-11-02T03:37:59.176Z | Checking idna v0.2.3 |
| 3337 | 2024-11-02T03:37:59.270Z | Checking bcrypt-pbkdf v0.10.0 |
| 3338 | 2024-11-02T03:37:59.289Z | Checking ghash v0.5.1 |
| 3339 | 2024-11-02T03:37:59.291Z | Compiling enum-as-inner v0.5.1 |
| 3340 | 2024-11-02T03:37:59.359Z | Checking russh-cryptovec v0.7.3 |
| 3341 | 2024-11-02T03:37:59.483Z | Checking pbkdf2 v0.11.0 |
| 3342 | 2024-11-02T03:37:59.501Z | Checking aes-gcm v0.10.3 |
| 3343 | 2024-11-02T03:37:59.520Z | Checking md5 v0.7.0 |
| 3344 | 2024-11-02T03:37:59.569Z | Checking num-bigint v0.4.6 |
| 3345 | 2024-11-02T03:37:59.607Z | Checking des v0.8.1 |
| 3346 | 2024-11-02T03:37:59.718Z | Checking ssh-cipher v0.2.0 |
| 3347 | 2024-11-02T03:37:59.766Z | Checking hex-literal v0.4.1 |
| 3348 | 2024-11-02T03:37:59.800Z | Compiling dhcproto-macros v0.1.0 |
| 3349 | 2024-11-02T03:37:59.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3350 | 2024-11-02T03:37:59.891Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3351 | 2024-11-02T03:38:00.012Z | Checking ssh-key v0.6.6 |
| 3352 | 2024-11-02T03:38:00.014Z | Checking internet-checksum v0.2.1 |
| 3353 | 2024-11-02T03:38:00.275Z | Checking trust-dns-proto v0.22.0 |
| 3354 | 2024-11-02T03:38:01.251Z | Checking russh-keys v0.45.0 |
| 3355 | 2024-11-02T03:38:02.214Z | Checking russh v0.45.0 |
| 3356 | 2024-11-02T03:38:02.889Z | Checking dhcproto v0.12.0 |
| 3357 | 2024-11-02T03:38:24.273Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3358 | 2024-11-02T03:38:25.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.42s |
| 3359 | 2024-11-02T03:38:25.829Z | |
| 3360 | 2024-11-02T03:38:25.829Z | info: running `cargo check --bins` on gateway-cli (158/168) |
| 3361 | 2024-11-02T03:38:26.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2024-11-02T03:38:26.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2024-11-02T03:38:26.429Z | Checking termios v0.3.3 |
| 3364 | 2024-11-02T03:38:26.646Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3365 | 2024-11-02T03:38:27.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3366 | 2024-11-02T03:38:27.577Z | |
| 3367 | 2024-11-02T03:38:27.577Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
| 3368 | 2024-11-02T03:38:28.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2024-11-02T03:38:28.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2024-11-02T03:38:28.235Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3371 | 2024-11-02T03:38:30.221Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3372 | 2024-11-02T03:38:32.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
| 3373 | 2024-11-02T03:38:32.406Z | |
| 3374 | 2024-11-02T03:38:32.406Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
| 3375 | 2024-11-02T03:38:32.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2024-11-02T03:38:32.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2024-11-02T03:38:32.999Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3378 | 2024-11-02T03:38:33.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3379 | 2024-11-02T03:38:33.612Z | |
| 3380 | 2024-11-02T03:38:33.612Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
| 3381 | 2024-11-02T03:38:34.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2024-11-02T03:38:34.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2024-11-02T03:38:34.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2024-11-02T03:38:34.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3385 | 2024-11-02T03:38:34.186Z | |
| 3386 | 2024-11-02T03:38:34.186Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
| 3387 | 2024-11-02T03:38:34.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2024-11-02T03:38:34.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2024-11-02T03:38:34.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2024-11-02T03:38:34.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3391 | 2024-11-02T03:38:34.758Z | |
| 3392 | 2024-11-02T03:38:34.758Z | info: running `cargo check --bins` on omicron-package (163/168) |
| 3393 | 2024-11-02T03:38:35.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2024-11-02T03:38:35.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2024-11-02T03:38:35.383Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3396 | 2024-11-02T03:38:36.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 3397 | 2024-11-02T03:38:36.784Z | |
| 3398 | 2024-11-02T03:38:36.784Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
| 3399 | 2024-11-02T03:38:37.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2024-11-02T03:38:37.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2024-11-02T03:38:37.436Z | Checking rtoolbox v0.0.2 |
| 3402 | 2024-11-02T03:38:37.438Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3403 | 2024-11-02T03:38:37.438Z | Checking tui-tree-widget v0.22.0 |
| 3404 | 2024-11-02T03:38:37.660Z | Checking rpassword v7.3.1 |
| 3405 | 2024-11-02T03:38:41.627Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3406 | 2024-11-02T03:38:44.735Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3407 | 2024-11-02T03:38:45.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
| 3408 | 2024-11-02T03:38:46.048Z | |
| 3409 | 2024-11-02T03:38:46.048Z | info: running `cargo check --bins` on wicket (165/168) |
| 3410 | 2024-11-02T03:38:46.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2024-11-02T03:38:46.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2024-11-02T03:38:46.702Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3413 | 2024-11-02T03:38:47.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3414 | 2024-11-02T03:38:47.266Z | |
| 3415 | 2024-11-02T03:38:47.266Z | info: running `cargo check --bins` on wicketd (166/168) |
| 3416 | 2024-11-02T03:38:47.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2024-11-02T03:38:47.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2024-11-02T03:38:47.947Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3419 | 2024-11-02T03:38:57.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
| 3420 | 2024-11-02T03:38:57.464Z | |
| 3421 | 2024-11-02T03:38:57.464Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
| 3422 | 2024-11-02T03:38:57.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2024-11-02T03:38:57.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2024-11-02T03:38:57.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2024-11-02T03:38:57.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3426 | 2024-11-02T03:38:58.034Z | |
| 3427 | 2024-11-02T03:38:58.034Z | info: running `cargo check --bins` on zone-setup (168/168) |
| 3428 | 2024-11-02T03:38:58.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2024-11-02T03:38:58.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2024-11-02T03:38:58.715Z | Checking uzers v0.12.1 |
| 3431 | 2024-11-02T03:38:59.051Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3432 | 2024-11-02T03:39:00.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 3433 | 2024-11-02T03:39:00.292Z | |
| 3434 | 2024-11-02T03:39:00.292Z | real 24:01.284259050 |
| 3435 | 2024-11-02T03:39:00.293Z | user 36:16.367860962 |
| 3436 | 2024-11-02T03:39:00.293Z | sys 5:14.302274757 |
| 3437 | 2024-11-02T03:39:00.293Z | trap 0.576075861 |
| 3438 | 2024-11-02T03:39:00.293Z | tflt 2.687137494 |
| 3439 | 2024-11-02T03:39:00.293Z | dflt 2.561955644 |
| 3440 | 2024-11-02T03:39:00.293Z | kflt 0.001395920 |
| 3441 | 2024-11-02T03:39:00.298Z | lock 1:27:34.771833524 |
| 3442 | 2024-11-02T03:39:00.298Z | slp 3:24:37.504158508 |
| 3443 | 2024-11-02T03:39:00.298Z | lat 59.071077187 |
| 3444 | 2024-11-02T03:39:00.298Z | stop 3:01.347234641 |
| 3445 | 2024-11-02T03:39:00.298Z | process exited: duration 1690622 ms, exit code 0 |
| |
| 3446 | 2024-11-02T03:39:00.309Z | found 0 output files |