|  |  |  | 
| 1 | 2024-05-29T21:03:23.667Z | job assigned to worker 01HZ32K9K6A300BQFNE5R2RJCE (queued for 38 s) | 
|  | 
| 2 | 2024-05-29T21:03:23.955Z | starting task 0: "setup" | 
| 3 | 2024-05-29T21:03:23.979Z | ++ uname -s | 
| 4 | 2024-05-29T21:03:23.979Z | + kern=SunOS | 
| 5 | 2024-05-29T21:03:23.980Z | + case "$kern" in | 
| 6 | 2024-05-29T21:03:23.980Z | + groupadd -g 12345 build | 
| 7 | 2024-05-29T21:03:23.980Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build | 
| 8 | 2024-05-29T21:03:26.000Z | + zfs create -o mountpoint=/work rpool/work | 
| 9 | 2024-05-29T21:03:26.034Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab | 
| 10 | 2024-05-29T21:03:26.059Z | + home_fs=zfs | 
| 11 | 2024-05-29T21:03:26.059Z | + [[ zfs == autofs ]] | 
| 12 | 2024-05-29T21:03:26.059Z | + mkdir -p /home/build | 
| 13 | 2024-05-29T21:03:26.059Z | + chown build:build /home/build /work | 
| 14 | 2024-05-29T21:03:28.040Z | + chmod 0700 /home/build /work | 
| 15 | 2024-05-29T21:03:28.066Z | process exited: duration 4088 ms, exit code 0 | 
|  | 
| 16 | 2024-05-29T21:03:28.119Z | starting task 1: "rust-toolchain" | 
| 17 | 2024-05-29T21:03:28.157Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | 
| 18 | 2024-05-29T21:03:28.157Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default | 
| 19 | 2024-05-29T21:03:28.271Z | info: downloading installer | 
| 20 | 2024-05-29T21:03:28.726Z | warning: it looks like you have an existing installation of Rust at: | 
| 21 | 2024-05-29T21:03:28.726Z | warning: /opt/ooce/bin | 
| 22 | 2024-05-29T21:03:28.727Z | warning: It is recommended that rustup be the primary Rust installation. | 
| 23 | 2024-05-29T21:03:28.727Z | warning: Otherwise you may have confusion unless you are careful with your PATH | 
| 24 | 2024-05-29T21:03:28.727Z | warning: If you are sure that you want both rustup and your already installed Rust | 
| 25 | 2024-05-29T21:03:28.727Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes | 
| 26 | 2024-05-29T21:03:28.727Z | warning: or pass `-y' to ignore all ignorable checks. | 
| 27 | 2024-05-29T21:03:28.727Z | error: cannot install while Rust is installed | 
| 28 | 2024-05-29T21:03:28.727Z | warning: continuing (because the -y flag is set and the error is ignorable) | 
| 29 | 2024-05-29T21:03:28.768Z | info: profile set to 'default' | 
| 30 | 2024-05-29T21:03:28.768Z | info: default host triple is x86_64-unknown-illumos | 
| 31 | 2024-05-29T21:03:28.794Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' | 
| 32 | 2024-05-29T21:03:28.872Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) | 
| 33 | 2024-05-29T21:03:28.872Z | info: downloading component 'cargo' | 
| 34 | 2024-05-29T21:03:29.435Z | info: downloading component 'clippy' | 
| 35 | 2024-05-29T21:03:29.987Z | info: downloading component 'rust-docs' | 
| 36 | 2024-05-29T21:03:30.215Z | info: downloading component 'rust-std' | 
| 37 | 2024-05-29T21:03:30.982Z | info: downloading component 'rustc' | 
| 38 | 2024-05-29T21:03:33.254Z | info: downloading component 'rustfmt' | 
| 39 | 2024-05-29T21:03:33.663Z | info: installing component 'cargo' | 
| 40 | 2024-05-29T21:03:34.739Z | info: installing component 'clippy' | 
| 41 | 2024-05-29T21:03:35.112Z | info: installing component 'rust-docs' | 
| 42 | 2024-05-29T21:03:37.632Z | info: installing component 'rust-std' | 
| 43 | 2024-05-29T21:03:39.706Z | info: installing component 'rustc' | 
| 44 | 2024-05-29T21:03:44.499Z | info: installing component 'rustfmt' | 
| 45 | 2024-05-29T21:03:44.877Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' | 
| 46 | 2024-05-29T21:03:44.877Z |  | 
| 47 | 2024-05-29T21:03:44.960Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) | 
| 48 | 2024-05-29T21:03:44.960Z |  | 
| 49 | 2024-05-29T21:03:44.961Z |  | 
| 50 | 2024-05-29T21:03:44.961Z | Rust is installed now. Great! | 
| 51 | 2024-05-29T21:03:44.961Z |  | 
| 52 | 2024-05-29T21:03:44.991Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH | 
| 53 | 2024-05-29T21:03:44.991Z | environment variable. This has not been done automatically. | 
| 54 | 2024-05-29T21:03:44.991Z |  | 
| 55 | 2024-05-29T21:03:44.991Z | To configure your current shell, you need to source | 
| 56 | 2024-05-29T21:03:44.991Z | the corresponding env file under $HOME/.cargo. | 
| 57 | 2024-05-29T21:03:44.991Z |  | 
| 58 | 2024-05-29T21:03:44.991Z | This is usually done by running one of the following (note the leading DOT): | 
| 59 | 2024-05-29T21:03:44.991Z | . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh | 
| 60 | 2024-05-29T21:03:44.991Z | source "$HOME/.cargo/env.fish"  # For fish | 
| 61 | 2024-05-29T21:03:45.044Z | + rustc --version | 
| 62 | 2024-05-29T21:03:45.123Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) | 
| 63 | 2024-05-29T21:03:45.151Z | process exited: duration 17006 ms, exit code 0 | 
|  | 
| 64 | 2024-05-29T21:03:45.209Z | starting task 2: "authentication" | 
| 65 | 2024-05-29T21:03:45.274Z | process exited: duration 65 ms, exit code 0 | 
|  | 
| 66 | 2024-05-29T21:03:45.334Z | starting task 3: "clone repository" | 
| 67 | 2024-05-29T21:03:45.361Z | + mkdir -p /work/oxidecomputer/omicron | 
| 68 | 2024-05-29T21:03:45.361Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron | 
| 69 | 2024-05-29T21:03:45.361Z | Cloning into '/work/oxidecomputer/omicron'... | 
| 70 | 2024-05-29T21:03:51.713Z | + cd /work/oxidecomputer/omicron | 
| 71 | 2024-05-29T21:03:51.713Z | + git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231 | 
| 72 | 2024-05-29T21:03:52.448Z | From https://github.com/oxidecomputer/omicron | 
| 73 | 2024-05-29T21:03:52.448Z | * branch                6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD | 
| 74 | 2024-05-29T21:03:52.473Z | + [[ -n '' ]] | 
| 75 | 2024-05-29T21:03:52.473Z | + git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231 | 
| 76 | 2024-05-29T21:03:52.647Z | HEAD is now at 6917f4231 wait until the task starts | 
| 77 | 2024-05-29T21:03:52.672Z | process exited: duration 7324 ms, exit code 0 | 
|  | 
| 78 | 2024-05-29T21:03:52.721Z | starting task 4: "build" | 
| 79 | 2024-05-29T21:03:52.745Z | + cargo --version | 
| 80 | 2024-05-29T21:03:52.794Z | cargo 1.77.2 (e52e36006 2024-03-26) | 
| 81 | 2024-05-29T21:03:52.818Z | + rustc --version | 
| 82 | 2024-05-29T21:03:52.866Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) | 
| 83 | 2024-05-29T21:03:52.891Z | + source ./env.sh | 
| 84 | 2024-05-29T21:03:52.891Z | ++ set -o xtrace | 
| 85 | 2024-05-29T21:03:52.892Z | ++++ dirname ./env.sh | 
| 86 | 2024-05-29T21:03:52.892Z | +++ readlink -f . | 
| 87 | 2024-05-29T21:03:52.892Z | ++ OMICRON_WS=/work/oxidecomputer/omicron | 
| 88 | 2024-05-29T21:03:52.892Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 89 | 2024-05-29T21:03:52.892Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 90 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 91 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 92 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 93 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 94 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 95 | 2024-05-29T21:03:52.892Z | ++ 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 | 
| 96 | 2024-05-29T21:03:52.892Z | ++ unset OMICRON_WS | 
| 97 | 2024-05-29T21:03:52.892Z | ++ set +o xtrace | 
| 98 | 2024-05-29T21:03:52.892Z |  | 
| 99 | 2024-05-29T21:03:52.892Z | #####   #####   ######  #####   ######   ####   #    #     #     ####      # | 
| 100 | 2024-05-29T21:03:52.892Z | #    #  #    #  #       #    #  #       #    #  #    #     #    #          # | 
| 101 | 2024-05-29T21:03:52.892Z | #    #  #    #  #####   #    #  #####   #    #  #    #     #     ####      # | 
| 102 | 2024-05-29T21:03:52.892Z | #####   #####   #       #####   #       #  # #  #    #     #         #     # | 
| 103 | 2024-05-29T21:03:52.892Z | #       #   #   #       #   #   #       #   #   #    #     #    #    #     # | 
| 104 | 2024-05-29T21:03:52.892Z | #       #    #  ######  #    #  ######   ### #   ####      #     ####      # | 
| 105 | 2024-05-29T21:03:52.892Z |  | 
| 106 | 2024-05-29T21:03:57.710Z | Startup: Refreshing catalog 'helios-dev' ... Done | 
| 107 | 2024-05-29T21:03:59.673Z | Startup: Caching catalogs ... Done | 
| 108 | 2024-05-29T21:04:02.063Z | Planning: Solver setup ... Done (1.790s) | 
| 109 | 2024-05-29T21:04:02.100Z | Planning: Running solver ... Done (0.033s) | 
| 110 | 2024-05-29T21:04:02.145Z | Planning: Finding local manifests ... Done (0.002s) | 
| 111 | 2024-05-29T21:04:02.211Z | Planning: Fetching manifests: 0/4  0% complete | 
| 112 | 2024-05-29T21:04:02.603Z | Planning: Fetching manifests: 4/4  100% complete | 
| 113 | 2024-05-29T21:04:02.656Z | Planning: Package planning ... Done (0.057s) | 
| 114 | 2024-05-29T21:04:02.716Z | Planning: Merging actions ... Done (0.060s) | 
| 115 | 2024-05-29T21:04:03.066Z | Planning: Checking for conflicting actions ... Done (0.349s) | 
| 116 | 2024-05-29T21:04:03.097Z | Planning: Consolidating action changes ... Done (0.013s) | 
| 117 | 2024-05-29T21:04:03.702Z | Planning: Evaluating mediators ... Done (0.623s) | 
| 118 | 2024-05-29T21:04:03.728Z | Planning: Planning completed in 3.98 seconds | 
| 119 | 2024-05-29T21:04:03.757Z | Packages to install:         4 | 
| 120 | 2024-05-29T21:04:03.757Z | Mediators to change:         2 | 
| 121 | 2024-05-29T21:04:03.757Z | Services to change:         1 | 
| 122 | 2024-05-29T21:04:03.757Z | Estimated space available: 148.91 GB | 
| 123 | 2024-05-29T21:04:03.757Z | Estimated space to be consumed:   1.45 GB | 
| 124 | 2024-05-29T21:04:03.757Z | Create boot environment:        No | 
| 125 | 2024-05-29T21:04:03.757Z | Create backup boot environment:        No | 
| 126 | 2024-05-29T21:04:03.757Z | Rebuild boot archive:        No | 
| 127 | 2024-05-29T21:04:03.757Z |  | 
| 128 | 2024-05-29T21:04:03.757Z | Changed mediators: | 
| 129 | 2024-05-29T21:04:03.757Z | mediator clang: | 
| 130 | 2024-05-29T21:04:03.757Z | version: None -> 15 (system default) | 
| 131 | 2024-05-29T21:04:03.757Z |  | 
| 132 | 2024-05-29T21:04:03.758Z | mediator llvm: | 
| 133 | 2024-05-29T21:04:03.758Z | version: 14 (system default) -> 15 (system default) | 
| 134 | 2024-05-29T21:04:03.758Z |  | 
| 135 | 2024-05-29T21:04:03.758Z | Changed packages: | 
| 136 | 2024-05-29T21:04:03.758Z | helios-dev | 
| 137 | 2024-05-29T21:04:03.758Z | developer/build-essential | 
| 138 | 2024-05-29T21:04:03.758Z | None -> 11-2.0 | 
| 139 | 2024-05-29T21:04:03.758Z | library/libxmlsec1 | 
| 140 | 2024-05-29T21:04:03.758Z | None -> 1.2.35-2.0 | 
| 141 | 2024-05-29T21:04:03.758Z | ooce/developer/clang-15 | 
| 142 | 2024-05-29T21:04:03.758Z | None -> 15.0.7-2.0 | 
| 143 | 2024-05-29T21:04:03.758Z | ooce/developer/llvm-15 | 
| 144 | 2024-05-29T21:04:03.758Z | None -> 15.0.7-2.0 | 
| 145 | 2024-05-29T21:04:03.758Z |  | 
| 146 | 2024-05-29T21:04:03.758Z | Services: | 
| 147 | 2024-05-29T21:04:03.758Z | restart_fmri: | 
| 148 | 2024-05-29T21:04:03.758Z | svc:/system/update-man-index:default | 
| 149 | 2024-05-29T21:04:03.786Z |  | 
| 150 | 2024-05-29T21:04:03.787Z | Download:    0/3290 items    0.0/212.6MB  0% complete | 
| 151 | 2024-05-29T21:04:08.790Z | Download: 1198/3290 items   79.1/212.6MB  37% complete (15.9M/s) | 
| 152 | 2024-05-29T21:04:13.794Z | Download: 1763/3290 items  118.2/212.6MB  55% complete (12.1M/s) | 
| 153 | 2024-05-29T21:04:18.810Z | Download: 2468/3290 items  120.2/212.6MB  56% complete (4.5M/s) | 
| 154 | 2024-05-29T21:04:23.804Z | Download: 3244/3290 items  168.0/212.6MB  79% complete (4.9M/s) | 
| 155 | 2024-05-29T21:04:28.806Z | Download: 3248/3290 items  190.3/212.6MB  89% complete (6.9M/s) | 
| 156 | 2024-05-29T21:04:33.842Z | Download: 3249/3290 items  203.1/212.6MB  95% complete (3.7M/s) | 
| 157 | 2024-05-29T21:04:35.075Z | Download: Completed 212.60 MB in 31.29 seconds (6.8M/s) | 
| 158 | 2024-05-29T21:04:35.255Z | Actions:    1/3689 actions (Installing new actions) | 
| 159 | 2024-05-29T21:04:40.451Z | Actions: 2106/3689 actions (Installing new actions) | 
| 160 | 2024-05-29T21:04:40.997Z | Actions: Completed 3689 actions in 5.74 seconds. | 
| 161 | 2024-05-29T21:04:41.311Z | Done (0.303s) | 
| 162 | 2024-05-29T21:04:41.311Z | Done (0.000s) | 
| 163 | 2024-05-29T21:04:41.669Z | Done (0.358s) | 
| 164 | 2024-05-29T21:04:46.584Z | Done (4.789s) | 
| 165 | 2024-05-29T21:04:46.676Z | Done (0.018s) | 
| 166 | 2024-05-29T21:04:46.703Z | Done (0.000s) | 
| 167 | 2024-05-29T21:04:46.820Z | Done (0.000s) | 
| 168 | 2024-05-29T21:04:47.437Z | Planning: Evaluating mediator changes ... Done | 
| 169 | 2024-05-29T21:04:47.649Z | Planning: Checking for conflicting actions ... Done | 
| 170 | 2024-05-29T21:04:47.674Z | Planning: Consolidating action changes ... Done | 
| 171 | 2024-05-29T21:04:47.994Z | Planning: Evaluating mediators ... Done | 
| 172 | 2024-05-29T21:04:48.025Z | Planning: Planning completed in 0.55 seconds | 
| 173 | 2024-05-29T21:04:48.052Z | Mediators to change:  2 | 
| 174 | 2024-05-29T21:04:48.052Z | Create boot environment: No | 
| 175 | 2024-05-29T21:04:48.052Z | Create backup boot environment: No | 
| 176 | 2024-05-29T21:04:48.093Z | Done | 
| 177 | 2024-05-29T21:04:48.093Z | Done | 
| 178 | 2024-05-29T21:04:48.337Z | Done | 
| 179 | 2024-05-29T21:04:52.485Z | Done | 
| 180 | 2024-05-29T21:04:52.577Z | Done | 
| 181 | 2024-05-29T21:04:52.603Z | Done | 
| 182 | 2024-05-29T21:04:52.653Z | Done | 
| 183 | 2024-05-29T21:04:53.383Z | Planning: Evaluating mediator changes ... Done | 
| 184 | 2024-05-29T21:04:53.408Z | Planning: Merging actions ... Done | 
| 185 | 2024-05-29T21:04:53.630Z | Planning: Checking for conflicting actions ... Done | 
| 186 | 2024-05-29T21:04:53.658Z | Planning: Consolidating action changes ... Done | 
| 187 | 2024-05-29T21:04:53.952Z | Planning: Evaluating mediators ... Done | 
| 188 | 2024-05-29T21:04:54.020Z | Planning: Planning completed in 0.93 seconds | 
| 189 | 2024-05-29T21:04:54.465Z | Packages to change:   1 | 
| 190 | 2024-05-29T21:04:54.465Z | Mediators to change:   1 | 
| 191 | 2024-05-29T21:04:54.465Z | Services to change:   1 | 
| 192 | 2024-05-29T21:04:54.465Z | Create boot environment:  No | 
| 193 | 2024-05-29T21:04:54.465Z | Create backup boot environment: Yes | 
| 194 | 2024-05-29T21:04:55.983Z | Actions: 1/6 actions (Updating modified actions) | 
| 195 | 2024-05-29T21:04:56.413Z | Actions: Completed 6 actions in 0.00 seconds. | 
| 196 | 2024-05-29T21:04:56.413Z | Done | 
| 197 | 2024-05-29T21:04:56.413Z | Done | 
| 198 | 2024-05-29T21:04:56.413Z | Done | 
| 199 | 2024-05-29T21:04:59.802Z | Done | 
| 200 | 2024-05-29T21:04:59.897Z | Done | 
| 201 | 2024-05-29T21:04:59.921Z | Done | 
| 202 | 2024-05-29T21:04:59.971Z | Done | 
| 203 | 2024-05-29T21:05:00.903Z | MEDIATOR   VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION | 
| 204 | 2024-05-29T21:05:00.903Z | clang      system    15      system | 
| 205 | 2024-05-29T21:05:00.903Z | csh        system            system     illumos | 
| 206 | 2024-05-29T21:05:00.903Z | ctags      system            system     illumos | 
| 207 | 2024-05-29T21:05:00.903Z | gcc        vendor    12      vendor | 
| 208 | 2024-05-29T21:05:00.903Z | gcc        system    10      system | 
| 209 | 2024-05-29T21:05:00.903Z | gcc        system    7       system | 
| 210 | 2024-05-29T21:05:00.903Z | go         system    1.20    system | 
| 211 | 2024-05-29T21:05:00.903Z | go         system    1.19    system | 
| 212 | 2024-05-29T21:05:00.903Z | llvm       system    15      system | 
| 213 | 2024-05-29T21:05:00.904Z | llvm       system    14      system | 
| 214 | 2024-05-29T21:05:00.904Z | mariadb    system    10.6    system | 
| 215 | 2024-05-29T21:05:00.904Z | mta        vendor            vendor     dma | 
| 216 | 2024-05-29T21:05:00.904Z | openjdk    system    17      system | 
| 217 | 2024-05-29T21:05:00.904Z | openjdk    system    11      system | 
| 218 | 2024-05-29T21:05:00.904Z | openjdk    system    1.8     system | 
| 219 | 2024-05-29T21:05:00.904Z | openssl    vendor    3       vendor | 
| 220 | 2024-05-29T21:05:00.904Z | perl       system    5.36    system | 
| 221 | 2024-05-29T21:05:00.904Z | postgresql system    15      system | 
| 222 | 2024-05-29T21:05:00.904Z | postgresql system    13      system | 
| 223 | 2024-05-29T21:05:00.904Z | python     vendor    3       vendor | 
| 224 | 2024-05-29T21:05:00.904Z | python     system    2       system | 
| 225 | 2024-05-29T21:05:00.904Z | python3    system    3.11    system | 
| 226 | 2024-05-29T21:05:00.904Z | ruby       system    3.0     system | 
| 227 | 2024-05-29T21:05:00.904Z | words      vendor            vendor     american-english | 
| 228 | 2024-05-29T21:05:00.904Z | words      system            system     australian-english | 
| 229 | 2024-05-29T21:05:00.904Z | words      system            system     british-english | 
| 230 | 2024-05-29T21:05:00.904Z | words      system            system     canadian-english | 
| 231 | 2024-05-29T21:05:00.904Z | words      system            system     french | 
| 232 | 2024-05-29T21:05:00.904Z | words      system            system     italian | 
| 233 | 2024-05-29T21:05:00.904Z | words      system            system     ngerman | 
| 234 | 2024-05-29T21:05:00.904Z | words      system            system     ogerman | 
| 235 | 2024-05-29T21:05:00.904Z | words      system            system     spanish | 
| 236 | 2024-05-29T21:05:00.938Z | PUBLISHER                   TYPE     STATUS P LOCATION | 
| 237 | 2024-05-29T21:05:00.939Z | helios-dev                  origin   online F https://pkg.oxide.computer/helios/2/dev/ | 
| 238 | 2024-05-29T21:05:02.662Z | FMRI                                                                         IFO | 
| 239 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z           im- | 
| 240 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z            i-- | 
| 241 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z              im- | 
| 242 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z         im- | 
| 243 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z         --- | 
| 244 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z       i-- | 
| 245 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z                     i-- | 
| 246 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z                     --- | 
| 247 | 2024-05-29T21:05:02.663Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z          i-- | 
| 248 | 2024-05-29T21:05:02.664Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z          --- | 
| 249 | 2024-05-29T21:05:02.664Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z          i-- | 
| 250 | 2024-05-29T21:05:02.664Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z          --- | 
| 251 | 2024-05-29T21:05:02.943Z | + set -o errexit | 
| 252 | 2024-05-29T21:05:02.969Z | +++ dirname ./tools/ci_download_cockroachdb | 
| 253 | 2024-05-29T21:05:02.969Z | ++ cd ./tools | 
| 254 | 2024-05-29T21:05:02.969Z | ++ pwd | 
| 255 | 2024-05-29T21:05:02.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 256 | 2024-05-29T21:05:02.969Z | ++ basename ./tools/ci_download_cockroachdb | 
| 257 | 2024-05-29T21:05:02.969Z | + ARG0=ci_download_cockroachdb | 
| 258 | 2024-05-29T21:05:02.969Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version | 
| 259 | 2024-05-29T21:05:02.970Z | + CIDL_VERSION=v22.1.9 | 
| 260 | 2024-05-29T21:05:02.970Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums | 
| 261 | 2024-05-29T21:05:02.970Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 | 
| 262 | 2024-05-29T21:05:02.970Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 | 
| 263 | 2024-05-29T21:05:02.970Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 | 
| 264 | 2024-05-29T21:05:02.970Z | + TARGET_DIR=out | 
| 265 | 2024-05-29T21:05:02.970Z | + DOWNLOAD_DIR=out/downloads | 
| 266 | 2024-05-29T21:05:02.970Z | + DEST_DIR=./out/cockroachdb | 
| 267 | 2024-05-29T21:05:02.970Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com | 
| 268 | 2024-05-29T21:05:02.970Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads | 
| 269 | 2024-05-29T21:05:02.970Z | + main | 
| 270 | 2024-05-29T21:05:02.970Z | + [[ 0 != 0 ]] | 
| 271 | 2024-05-29T21:05:02.970Z | + CIDL_OS=solaris2.11 | 
| 272 | 2024-05-29T21:05:02.970Z | + [[ 0 != 0 ]] | 
| 273 | 2024-05-29T21:05:02.970Z | + configure_os solaris2.11 | 
| 274 | 2024-05-29T21:05:02.970Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 275 | 2024-05-29T21:05:02.970Z | current directory: /work/oxidecomputer/omicron | 
| 276 | 2024-05-29T21:05:02.970Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 277 | 2024-05-29T21:05:02.970Z | configuring based on OS: "solaris2.11" | 
| 278 | 2024-05-29T21:05:02.970Z | + case "$1" in | 
| 279 | 2024-05-29T21:05:02.970Z | + CIDL_BUILD=illumos | 
| 280 | 2024-05-29T21:05:02.970Z | + CIDL_SUFFIX=tar.gz | 
| 281 | 2024-05-29T21:05:02.971Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 | 
| 282 | 2024-05-29T21:05:02.971Z | + CIDL_URL_BASE=https://illumos.org/downloads | 
| 283 | 2024-05-29T21:05:02.971Z | + CIDL_ASSEMBLE=do_assemble_illumos | 
| 284 | 2024-05-29T21:05:02.971Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos | 
| 285 | 2024-05-29T21:05:02.971Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz | 
| 286 | 2024-05-29T21:05:02.971Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 287 | 2024-05-29T21:05:02.971Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos | 
| 288 | 2024-05-29T21:05:02.971Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 289 | 2024-05-29T21:05:02.971Z | + CIDL_SHA256FUNC=do_sha256sum | 
| 290 | 2024-05-29T21:05:02.971Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' | 
| 291 | 2024-05-29T21:05:02.971Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' | 
| 292 | 2024-05-29T21:05:02.971Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 293 | 2024-05-29T21:05:02.971Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 294 | 2024-05-29T21:05:02.971Z | + mkdir -p out/downloads | 
| 295 | 2024-05-29T21:05:02.971Z | + mkdir -p ./out/cockroachdb | 
| 296 | 2024-05-29T21:05:02.971Z | + local DO_DOWNLOAD=true | 
| 297 | 2024-05-29T21:05:02.971Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] | 
| 298 | 2024-05-29T21:05:02.971Z | + '[' true == true ']' | 
| 299 | 2024-05-29T21:05:02.971Z | + echo Downloading... | 
| 300 | 2024-05-29T21:05:02.971Z | Downloading... | 
| 301 | 2024-05-29T21:05:02.971Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 302 | 2024-05-29T21:05:02.971Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 303 | 2024-05-29T21:05:09.126Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 304 | 2024-05-29T21:05:09.150Z | ++ sha256sum | 
| 305 | 2024-05-29T21:05:09.151Z | ++ awk '{print $1}' | 
| 306 | 2024-05-29T21:05:09.203Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 | 
| 307 | 2024-05-29T21:05:09.203Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] | 
| 308 | 2024-05-29T21:05:09.228Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz | 
| 309 | 2024-05-29T21:05:09.228Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads | 
| 310 | 2024-05-29T21:05:12.120Z | + do_assemble_illumos | 
| 311 | 2024-05-29T21:05:12.120Z | + rm -r ./out/cockroachdb | 
| 312 | 2024-05-29T21:05:12.145Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb | 
| 313 | 2024-05-29T21:05:12.635Z | + ./out/cockroachdb/bin/cockroach version | 
| 314 | 2024-05-29T21:05:12.885Z | Build Tag:        v22.1.9-dirty | 
| 315 | 2024-05-29T21:05:12.886Z | Build Time:       2022/10/26 21:17:46 | 
| 316 | 2024-05-29T21:05:12.886Z | Distribution:     OSS | 
| 317 | 2024-05-29T21:05:12.886Z | Platform:         illumos amd64 (x86_64-pc-solaris2.11) | 
| 318 | 2024-05-29T21:05:12.886Z | Go Version:       go1.17.13 | 
| 319 | 2024-05-29T21:05:12.886Z | C Compiler:       gcc 10.3.0 | 
| 320 | 2024-05-29T21:05:12.886Z | Build Commit ID:  e438c2f89282e607e0e6ca1d38b2e0a622f94493 | 
| 321 | 2024-05-29T21:05:12.887Z | Build Type:       release | 
| 322 | 2024-05-29T21:05:12.913Z | + set -o errexit | 
| 323 | 2024-05-29T21:05:12.913Z | +++ dirname ./tools/ci_download_clickhouse | 
| 324 | 2024-05-29T21:05:12.913Z | ++ cd ./tools | 
| 325 | 2024-05-29T21:05:12.913Z | ++ pwd | 
| 326 | 2024-05-29T21:05:12.913Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 327 | 2024-05-29T21:05:12.913Z | ++ basename ./tools/ci_download_clickhouse | 
| 328 | 2024-05-29T21:05:12.940Z | + ARG0=ci_download_clickhouse | 
| 329 | 2024-05-29T21:05:12.940Z | + TARGET_DIR=out | 
| 330 | 2024-05-29T21:05:12.940Z | + DOWNLOAD_DIR=out/downloads | 
| 331 | 2024-05-29T21:05:12.940Z | + DEST_DIR=./out/clickhouse | 
| 332 | 2024-05-29T21:05:12.940Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version | 
| 333 | 2024-05-29T21:05:12.940Z | + CIDL_VERSION=v23.8.7.24 | 
| 334 | 2024-05-29T21:05:12.940Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums | 
| 335 | 2024-05-29T21:05:12.940Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a | 
| 336 | 2024-05-29T21:05:12.940Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 | 
| 337 | 2024-05-29T21:05:12.940Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe | 
| 338 | 2024-05-29T21:05:12.940Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com | 
| 339 | 2024-05-29T21:05:12.940Z | + main | 
| 340 | 2024-05-29T21:05:12.940Z | + [[ 0 != 0 ]] | 
| 341 | 2024-05-29T21:05:12.940Z | + CIDL_OS=solaris2.11 | 
| 342 | 2024-05-29T21:05:12.940Z | + [[ 0 != 0 ]] | 
| 343 | 2024-05-29T21:05:12.941Z | + configure_os solaris2.11 | 
| 344 | 2024-05-29T21:05:12.941Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 345 | 2024-05-29T21:05:12.941Z | current directory: /work/oxidecomputer/omicron | 
| 346 | 2024-05-29T21:05:12.941Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 347 | 2024-05-29T21:05:12.941Z | configuring based on OS: "solaris2.11" | 
| 348 | 2024-05-29T21:05:12.941Z | + CIDL_DASHREV= | 
| 349 | 2024-05-29T21:05:12.941Z | + case "$1" in | 
| 350 | 2024-05-29T21:05:12.941Z | + CIDL_PLATFORM=illumos | 
| 351 | 2024-05-29T21:05:12.941Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe | 
| 352 | 2024-05-29T21:05:12.941Z | + CIDL_MD5FUNC=do_md5sum | 
| 353 | 2024-05-29T21:05:12.941Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 | 
| 354 | 2024-05-29T21:05:12.941Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz | 
| 355 | 2024-05-29T21:05:12.941Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 356 | 2024-05-29T21:05:12.941Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 357 | 2024-05-29T21:05:12.941Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' | 
| 358 | 2024-05-29T21:05:12.941Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 359 | 2024-05-29T21:05:12.941Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' | 
| 360 | 2024-05-29T21:05:12.941Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 361 | 2024-05-29T21:05:12.941Z | + mkdir -p out/downloads | 
| 362 | 2024-05-29T21:05:12.941Z | + mkdir -p ./out/clickhouse | 
| 363 | 2024-05-29T21:05:12.941Z | + local DO_DOWNLOAD=true | 
| 364 | 2024-05-29T21:05:12.942Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] | 
| 365 | 2024-05-29T21:05:12.942Z | + '[' true == true ']' | 
| 366 | 2024-05-29T21:05:12.942Z | + echo Downloading... | 
| 367 | 2024-05-29T21:05:12.942Z | Downloading... | 
| 368 | 2024-05-29T21:05:12.942Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 369 | 2024-05-29T21:05:12.942Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 370 | 2024-05-29T21:05:25.227Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz | 
| 371 | 2024-05-29T21:05:25.253Z | ++ md5sum | 
| 372 | 2024-05-29T21:05:25.253Z | ++ awk '{print $1}' | 
| 373 | 2024-05-29T21:05:25.494Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe | 
| 374 | 2024-05-29T21:05:25.495Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] | 
| 375 | 2024-05-29T21:05:25.495Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse | 
| 376 | 2024-05-29T21:05:25.495Z | + mkdir -p ./out/clickhouse | 
| 377 | 2024-05-29T21:05:25.522Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse | 
| 378 | 2024-05-29T21:05:30.605Z | + [[ solaris2.11 == darwin* ]] | 
| 379 | 2024-05-29T21:05:30.605Z | + ./out/clickhouse/clickhouse server --version | 
| 380 | 2024-05-29T21:05:30.753Z | ClickHouse server version 23.8.7.1. | 
| 381 | 2024-05-29T21:05:30.781Z | + set -o errexit | 
| 382 | 2024-05-29T21:05:30.808Z | +++ dirname ./tools/ci_download_console | 
| 383 | 2024-05-29T21:05:30.808Z | ++ cd ./tools | 
| 384 | 2024-05-29T21:05:30.809Z | ++ pwd | 
| 385 | 2024-05-29T21:05:30.809Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 386 | 2024-05-29T21:05:30.809Z | ++ basename ./tools/ci_download_console | 
| 387 | 2024-05-29T21:05:30.810Z | + ARG0=ci_download_console | 
| 388 | 2024-05-29T21:05:30.810Z | + TARGET_DIR=out | 
| 389 | 2024-05-29T21:05:30.810Z | + DOWNLOAD_DIR=out/downloads | 
| 390 | 2024-05-29T21:05:30.810Z | + DEST_DIR=./out/console-assets | 
| 391 | 2024-05-29T21:05:30.811Z | + source /work/oxidecomputer/omicron/tools/console_version | 
| 392 | 2024-05-29T21:05:30.811Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 | 
| 393 | 2024-05-29T21:05:30.811Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c | 
| 394 | 2024-05-29T21:05:30.811Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz | 
| 395 | 2024-05-29T21:05:30.812Z | + TARBALL_FILE=out/downloads/console.tar.gz | 
| 396 | 2024-05-29T21:05:30.812Z | + main | 
| 397 | 2024-05-29T21:05:30.812Z | + [[ 0 != 0 ]] | 
| 398 | 2024-05-29T21:05:30.812Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' | 
| 399 | 2024-05-29T21:05:30.812Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz | 
| 400 | 2024-05-29T21:05:30.813Z | + echo 'Local file: out/downloads/console.tar.gz' | 
| 401 | 2024-05-29T21:05:30.813Z | + local DO_DOWNLOAD=true | 
| 402 | 2024-05-29T21:05:30.813Z | Local file: out/downloads/console.tar.gz | 
| 403 | 2024-05-29T21:05:30.813Z | + [[ -f out/downloads/console.tar.gz ]] | 
| 404 | 2024-05-29T21:05:30.813Z | + mkdir -p out/downloads | 
| 405 | 2024-05-29T21:05:30.813Z | + '[' true == true ']' | 
| 406 | 2024-05-29T21:05:30.814Z | + echo Downloading... | 
| 407 | 2024-05-29T21:05:30.814Z | Downloading... | 
| 408 | 2024-05-29T21:05:30.814Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz | 
| 409 | 2024-05-29T21:05:30.814Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz | 
| 410 | 2024-05-29T21:05:31.064Z | ++ do_sha256sum out/downloads/console.tar.gz | 
| 411 | 2024-05-29T21:05:31.064Z | ++ case "$OSTYPE" in | 
| 412 | 2024-05-29T21:05:31.064Z | ++ SHA=sha256sum | 
| 413 | 2024-05-29T21:05:31.101Z | ++ sha256sum | 
| 414 | 2024-05-29T21:05:31.102Z | ++ awk '{print $1}' | 
| 415 | 2024-05-29T21:05:31.102Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c | 
| 416 | 2024-05-29T21:05:31.102Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] | 
| 417 | 2024-05-29T21:05:31.102Z | + rm -rf ./out/console-assets | 
| 418 | 2024-05-29T21:05:31.103Z | + mkdir -p ./out/console-assets | 
| 419 | 2024-05-29T21:05:31.103Z | + do_untar out/downloads/console.tar.gz ./out/console-assets | 
| 420 | 2024-05-29T21:05:31.103Z | + mkdir -p ./out/console-assets | 
| 421 | 2024-05-29T21:05:31.103Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets | 
| 422 | 2024-05-29T21:05:31.207Z | + set -o errexit | 
| 423 | 2024-05-29T21:05:31.233Z | +++ dirname ./tools/ci_download_dendrite_openapi | 
| 424 | 2024-05-29T21:05:31.233Z | ++ cd ./tools | 
| 425 | 2024-05-29T21:05:31.234Z | ++ pwd | 
| 426 | 2024-05-29T21:05:31.234Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 427 | 2024-05-29T21:05:31.234Z | ++ basename ./tools/ci_download_dendrite_openapi | 
| 428 | 2024-05-29T21:05:31.234Z | + ARG0=ci_download_dendrite_openapi | 
| 429 | 2024-05-29T21:05:31.234Z | + TARGET_DIR=out | 
| 430 | 2024-05-29T21:05:31.234Z | + DOWNLOAD_DIR=out/downloads | 
| 431 | 2024-05-29T21:05:31.234Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version | 
| 432 | 2024-05-29T21:05:31.234Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c | 
| 433 | 2024-05-29T21:05:31.234Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 | 
| 434 | 2024-05-29T21:05:31.234Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json | 
| 435 | 2024-05-29T21:05:31.234Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json | 
| 436 | 2024-05-29T21:05:31.234Z | + main | 
| 437 | 2024-05-29T21:05:31.234Z | + [[ 0 != 0 ]] | 
| 438 | 2024-05-29T21:05:31.234Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' | 
| 439 | 2024-05-29T21:05:31.234Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' | 
| 440 | 2024-05-29T21:05:31.234Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json | 
| 441 | 2024-05-29T21:05:31.234Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json | 
| 442 | 2024-05-29T21:05:31.234Z | + local DO_DOWNLOAD=true | 
| 443 | 2024-05-29T21:05:31.234Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] | 
| 444 | 2024-05-29T21:05:31.234Z | + mkdir -p out/downloads | 
| 445 | 2024-05-29T21:05:31.234Z | + '[' true == true ']' | 
| 446 | 2024-05-29T21:05:31.234Z | + echo Downloading... | 
| 447 | 2024-05-29T21:05:31.234Z | Downloading... | 
| 448 | 2024-05-29T21:05:31.234Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json | 
| 449 | 2024-05-29T21:05:31.235Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json | 
| 450 | 2024-05-29T21:05:32.217Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json | 
| 451 | 2024-05-29T21:05:32.217Z | ++ case "$OSTYPE" in | 
| 452 | 2024-05-29T21:05:32.217Z | ++ SHA=sha256sum | 
| 453 | 2024-05-29T21:05:32.277Z | ++ sha256sum | 
| 454 | 2024-05-29T21:05:32.277Z | ++ awk '{print $1}' | 
| 455 | 2024-05-29T21:05:32.277Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 | 
| 456 | 2024-05-29T21:05:32.277Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] | 
| 457 | 2024-05-29T21:05:32.278Z | + set -o errexit | 
| 458 | 2024-05-29T21:05:32.278Z | +++ dirname ./tools/ci_download_dendrite_stub | 
| 459 | 2024-05-29T21:05:32.278Z | ++ cd ./tools | 
| 460 | 2024-05-29T21:05:32.278Z | ++ pwd | 
| 461 | 2024-05-29T21:05:32.278Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 462 | 2024-05-29T21:05:32.278Z | ++ basename ./tools/ci_download_dendrite_stub | 
| 463 | 2024-05-29T21:05:32.278Z | + ARG0=ci_download_dendrite_stub | 
| 464 | 2024-05-29T21:05:32.279Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums | 
| 465 | 2024-05-29T21:05:32.279Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 | 
| 466 | 2024-05-29T21:05:32.279Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b | 
| 467 | 2024-05-29T21:05:32.279Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 | 
| 468 | 2024-05-29T21:05:32.279Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version | 
| 469 | 2024-05-29T21:05:32.279Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c | 
| 470 | 2024-05-29T21:05:32.280Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 | 
| 471 | 2024-05-29T21:05:32.280Z | + TARGET_DIR=out | 
| 472 | 2024-05-29T21:05:32.280Z | + DOWNLOAD_DIR=out/downloads | 
| 473 | 2024-05-29T21:05:32.280Z | + DEST_DIR=./out/dendrite-stub | 
| 474 | 2024-05-29T21:05:32.280Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin | 
| 475 | 2024-05-29T21:05:32.280Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file | 
| 476 | 2024-05-29T21:05:32.281Z | + REPO=oxidecomputer/dendrite | 
| 477 | 2024-05-29T21:05:32.281Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c | 
| 478 | 2024-05-29T21:05:32.281Z | + main | 
| 479 | 2024-05-29T21:05:32.281Z | + [[ 0 != 0 ]] | 
| 480 | 2024-05-29T21:05:32.281Z | + CIDL_OS=solaris2.11 | 
| 481 | 2024-05-29T21:05:32.281Z | + [[ 0 != 0 ]] | 
| 482 | 2024-05-29T21:05:32.281Z | + configure_os solaris2.11 | 
| 483 | 2024-05-29T21:05:32.282Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 484 | 2024-05-29T21:05:32.282Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 485 | 2024-05-29T21:05:32.282Z | + case "$1" in | 
| 486 | 2024-05-29T21:05:32.282Z | current directory: /work/oxidecomputer/omicron | 
| 487 | 2024-05-29T21:05:32.282Z | configuring based on OS: "solaris2.11" | 
| 488 | 2024-05-29T21:05:32.283Z | + SET_BINARIES= | 
| 489 | 2024-05-29T21:05:32.283Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 | 
| 490 | 2024-05-29T21:05:32.283Z | + CIDL_SHA256FUNC=do_sha256sum | 
| 491 | 2024-05-29T21:05:32.283Z | + TARBALL_FILENAME=dendrite-stub.tar.gz | 
| 492 | 2024-05-29T21:05:32.283Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz | 
| 493 | 2024-05-29T21:05:32.283Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz | 
| 494 | 2024-05-29T21:05:32.284Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' | 
| 495 | 2024-05-29T21:05:32.284Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz | 
| 496 | 2024-05-29T21:05:32.284Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' | 
| 497 | 2024-05-29T21:05:32.284Z | Local file: out/downloads/dendrite-stub.tar.gz | 
| 498 | 2024-05-29T21:05:32.284Z | + mkdir -p out/downloads | 
| 499 | 2024-05-29T21:05:33.190Z | + mkdir -p ./out/dendrite-stub | 
| 500 | 2024-05-29T21:05:33.190Z | + fetch_and_verify | 
| 501 | 2024-05-29T21:05:33.190Z | + local DO_DOWNLOAD=true | 
| 502 | 2024-05-29T21:05:33.190Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] | 
| 503 | 2024-05-29T21:05:33.190Z | + '[' true == true ']' | 
| 504 | 2024-05-29T21:05:33.190Z | + echo Downloading... | 
| 505 | 2024-05-29T21:05:33.190Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz | 
| 506 | 2024-05-29T21:05:33.190Z | Downloading... | 
| 507 | 2024-05-29T21:05:33.190Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz | 
| 508 | 2024-05-29T21:05:40.875Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz | 
| 509 | 2024-05-29T21:05:40.909Z | ++ sha256sum | 
| 510 | 2024-05-29T21:05:40.910Z | ++ awk '{print $1}' | 
| 511 | 2024-05-29T21:05:40.910Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 | 
| 512 | 2024-05-29T21:05:40.910Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] | 
| 513 | 2024-05-29T21:05:40.910Z | + do_untar out/downloads/dendrite-stub.tar.gz | 
| 514 | 2024-05-29T21:05:40.910Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads | 
| 515 | 2024-05-29T21:05:41.747Z | + do_assemble | 
| 516 | 2024-05-29T21:05:41.748Z | + rm -r ./out/dendrite-stub | 
| 517 | 2024-05-29T21:05:41.778Z | + mkdir ./out/dendrite-stub | 
| 518 | 2024-05-29T21:05:41.778Z | + cp -r out/downloads/root ./out/dendrite-stub/root | 
| 519 | 2024-05-29T21:05:41.921Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin | 
| 520 | 2024-05-29T21:05:42.389Z | + set -o errexit | 
| 521 | 2024-05-29T21:05:42.389Z | +++ dirname ./tools/ci_download_maghemite_mgd | 
| 522 | 2024-05-29T21:05:42.389Z | ++ cd ./tools | 
| 523 | 2024-05-29T21:05:42.389Z | ++ pwd | 
| 524 | 2024-05-29T21:05:42.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 525 | 2024-05-29T21:05:42.390Z | ++ basename ./tools/ci_download_maghemite_mgd | 
| 526 | 2024-05-29T21:05:42.390Z | + ARG0=ci_download_maghemite_mgd | 
| 527 | 2024-05-29T21:05:42.390Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums | 
| 528 | 2024-05-29T21:05:42.390Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd | 
| 529 | 2024-05-29T21:05:42.390Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 | 
| 530 | 2024-05-29T21:05:42.390Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version | 
| 531 | 2024-05-29T21:05:42.390Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 | 
| 532 | 2024-05-29T21:05:42.390Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 | 
| 533 | 2024-05-29T21:05:42.390Z | + TARGET_DIR=out | 
| 534 | 2024-05-29T21:05:42.390Z | + DOWNLOAD_DIR=out/downloads | 
| 535 | 2024-05-29T21:05:42.391Z | + DEST_DIR=./out/mgd | 
| 536 | 2024-05-29T21:05:42.391Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin | 
| 537 | 2024-05-29T21:05:42.391Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file | 
| 538 | 2024-05-29T21:05:42.391Z | + REPO=oxidecomputer/maghemite | 
| 539 | 2024-05-29T21:05:42.391Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 | 
| 540 | 2024-05-29T21:05:42.391Z | + main | 
| 541 | 2024-05-29T21:05:42.391Z | + rm -rf out/downloads/root | 
| 542 | 2024-05-29T21:05:42.392Z | + [[ 0 != 0 ]] | 
| 543 | 2024-05-29T21:05:42.392Z | + CIDL_OS=solaris2.11 | 
| 544 | 2024-05-29T21:05:42.392Z | + [[ 0 != 0 ]] | 
| 545 | 2024-05-29T21:05:42.392Z | + configure_os solaris2.11 | 
| 546 | 2024-05-29T21:05:42.392Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 547 | 2024-05-29T21:05:42.392Z | current directory: /work/oxidecomputer/omicron | 
| 548 | 2024-05-29T21:05:42.392Z | configuring based on OS: "solaris2.11" | 
| 549 | 2024-05-29T21:05:42.392Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 550 | 2024-05-29T21:05:42.392Z | + case "$1" in | 
| 551 | 2024-05-29T21:05:42.392Z | + SET_BINARIES= | 
| 552 | 2024-05-29T21:05:42.392Z | + CIDL_SHA256FUNC=do_sha256sum | 
| 553 | 2024-05-29T21:05:42.393Z | + TARBALL_FILENAME=mgd.tar.gz | 
| 554 | 2024-05-29T21:05:42.393Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz | 
| 555 | 2024-05-29T21:05:42.393Z | + TARBALL_FILE=out/downloads/mgd.tar.gz | 
| 556 | 2024-05-29T21:05:42.393Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' | 
| 557 | 2024-05-29T21:05:42.393Z | + echo 'Local file: out/downloads/mgd.tar.gz' | 
| 558 | 2024-05-29T21:05:42.393Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz | 
| 559 | 2024-05-29T21:05:42.393Z | Local file: out/downloads/mgd.tar.gz | 
| 560 | 2024-05-29T21:05:42.393Z | + mkdir -p out/downloads | 
| 561 | 2024-05-29T21:05:42.393Z | + mkdir -p ./out/mgd | 
| 562 | 2024-05-29T21:05:42.393Z | + fetch_and_verify | 
| 563 | 2024-05-29T21:05:42.394Z | + local DO_DOWNLOAD=true | 
| 564 | 2024-05-29T21:05:42.394Z | + [[ -f out/downloads/mgd.tar.gz ]] | 
| 565 | 2024-05-29T21:05:42.394Z | + '[' true == true ']' | 
| 566 | 2024-05-29T21:05:42.394Z | + echo Downloading... | 
| 567 | 2024-05-29T21:05:42.394Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz | 
| 568 | 2024-05-29T21:05:42.394Z | Downloading... | 
| 569 | 2024-05-29T21:05:42.394Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz | 
| 570 | 2024-05-29T21:05:52.411Z | ++ do_sha256sum out/downloads/mgd.tar.gz | 
| 571 | 2024-05-29T21:05:52.438Z | ++ sha256sum | 
| 572 | 2024-05-29T21:05:52.438Z | ++ awk '{print $1}' | 
| 573 | 2024-05-29T21:05:52.465Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd | 
| 574 | 2024-05-29T21:05:52.465Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] | 
| 575 | 2024-05-29T21:05:52.465Z | + do_untar out/downloads/mgd.tar.gz | 
| 576 | 2024-05-29T21:05:52.465Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads | 
| 577 | 2024-05-29T21:05:53.198Z | + do_assemble | 
| 578 | 2024-05-29T21:05:53.198Z | + rm -r ./out/mgd | 
| 579 | 2024-05-29T21:05:53.231Z | + mkdir ./out/mgd | 
| 580 | 2024-05-29T21:05:53.231Z | + cp -r out/downloads/root ./out/mgd/root | 
| 581 | 2024-05-29T21:05:53.294Z | + set -o errexit | 
| 582 | 2024-05-29T21:05:53.346Z | +++ dirname ./tools/ci_download_transceiver_control | 
| 583 | 2024-05-29T21:05:53.346Z | ++ cd ./tools | 
| 584 | 2024-05-29T21:05:53.346Z | ++ pwd | 
| 585 | 2024-05-29T21:05:53.346Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 586 | 2024-05-29T21:05:53.346Z | ++ basename ./tools/ci_download_transceiver_control | 
| 587 | 2024-05-29T21:05:53.346Z | + ARG0=ci_download_transceiver_control | 
| 588 | 2024-05-29T21:05:53.346Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version | 
| 589 | 2024-05-29T21:05:53.347Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a | 
| 590 | 2024-05-29T21:05:53.347Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 | 
| 591 | 2024-05-29T21:05:53.347Z | + TARGET_DIR=out | 
| 592 | 2024-05-29T21:05:53.347Z | + DOWNLOAD_DIR=out/downloads | 
| 593 | 2024-05-29T21:05:53.347Z | + DEST_DIR=./out/transceiver-control | 
| 594 | 2024-05-29T21:05:53.347Z | + BIN_DIR=/opt/oxide/bin | 
| 595 | 2024-05-29T21:05:53.347Z | + BINARY=xcvradm | 
| 596 | 2024-05-29T21:05:53.347Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file | 
| 597 | 2024-05-29T21:05:53.348Z | + REPO=oxidecomputer/transceiver-control | 
| 598 | 2024-05-29T21:05:53.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a | 
| 599 | 2024-05-29T21:05:53.348Z | + main | 
| 600 | 2024-05-29T21:05:53.348Z | + [[ 0 != 0 ]] | 
| 601 | 2024-05-29T21:05:53.348Z | + CIDL_OS=solaris2.11 | 
| 602 | 2024-05-29T21:05:53.348Z | + [[ 0 != 0 ]] | 
| 603 | 2024-05-29T21:05:53.348Z | + configure_os solaris2.11 | 
| 604 | 2024-05-29T21:05:53.348Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 605 | 2024-05-29T21:05:53.348Z | current directory: /work/oxidecomputer/omicron | 
| 606 | 2024-05-29T21:05:53.348Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 607 | 2024-05-29T21:05:53.349Z | + case "$1" in | 
| 608 | 2024-05-29T21:05:53.349Z | configuring based on OS: "solaris2.11" | 
| 609 | 2024-05-29T21:05:53.349Z | + SET_BINARIES= | 
| 610 | 2024-05-29T21:05:53.349Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 | 
| 611 | 2024-05-29T21:05:53.349Z | + CIDL_SHA256FUNC=do_sha256sum | 
| 612 | 2024-05-29T21:05:53.349Z | + ARCHIVE_FILENAME=xcvradm.gz | 
| 613 | 2024-05-29T21:05:53.349Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz | 
| 614 | 2024-05-29T21:05:53.349Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz | 
| 615 | 2024-05-29T21:05:53.349Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' | 
| 616 | 2024-05-29T21:05:53.349Z | + echo 'Local file: out/downloads/xcvradm.gz' | 
| 617 | 2024-05-29T21:05:53.349Z | + mkdir -p out/downloads | 
| 618 | 2024-05-29T21:05:53.349Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz | 
| 619 | 2024-05-29T21:05:53.350Z | Local file: out/downloads/xcvradm.gz | 
| 620 | 2024-05-29T21:05:53.350Z | + mkdir -p ./out/transceiver-control | 
| 621 | 2024-05-29T21:05:53.350Z | + fetch_and_verify | 
| 622 | 2024-05-29T21:05:53.350Z | + local DO_DOWNLOAD=true | 
| 623 | 2024-05-29T21:05:53.350Z | + [[ -f out/downloads/xcvradm.gz ]] | 
| 624 | 2024-05-29T21:05:53.350Z | + '[' true == true ']' | 
| 625 | 2024-05-29T21:05:53.350Z | + echo Downloading... | 
| 626 | 2024-05-29T21:05:53.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz | 
| 627 | 2024-05-29T21:05:53.350Z | Downloading... | 
| 628 | 2024-05-29T21:05:53.350Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz | 
| 629 | 2024-05-29T21:05:55.670Z | ++ do_sha256sum out/downloads/xcvradm.gz | 
| 630 | 2024-05-29T21:05:55.694Z | ++ sha256sum | 
| 631 | 2024-05-29T21:05:55.694Z | ++ awk '{print $1}' | 
| 632 | 2024-05-29T21:05:55.694Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 | 
| 633 | 2024-05-29T21:05:55.694Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] | 
| 634 | 2024-05-29T21:05:55.694Z | + do_unpack out/downloads/xcvradm.gz | 
| 635 | 2024-05-29T21:05:55.694Z | + mkdir -p out/downloads/root//opt/oxide/bin | 
| 636 | 2024-05-29T21:05:55.694Z | + gzip -dc out/downloads/xcvradm.gz | 
| 637 | 2024-05-29T21:05:55.824Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm | 
| 638 | 2024-05-29T21:05:55.850Z | + do_assemble | 
| 639 | 2024-05-29T21:05:55.850Z | + rm -r ./out/transceiver-control | 
| 640 | 2024-05-29T21:05:55.850Z | + mkdir ./out/transceiver-control | 
| 641 | 2024-05-29T21:05:55.850Z | + cp -r out/downloads/root ./out/transceiver-control/root | 
| 642 | 2024-05-29T21:05:55.935Z | + set -o errexit | 
| 643 | 2024-05-29T21:05:55.968Z | +++ dirname ./tools/ci_download_thundermuffin | 
| 644 | 2024-05-29T21:05:55.968Z | ++ cd ./tools | 
| 645 | 2024-05-29T21:05:55.969Z | ++ pwd | 
| 646 | 2024-05-29T21:05:55.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools | 
| 647 | 2024-05-29T21:05:55.969Z | ++ basename ./tools/ci_download_thundermuffin | 
| 648 | 2024-05-29T21:05:55.970Z | + ARG0=ci_download_thundermuffin | 
| 649 | 2024-05-29T21:05:55.970Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums | 
| 650 | 2024-05-29T21:05:55.970Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa | 
| 651 | 2024-05-29T21:05:55.970Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version | 
| 652 | 2024-05-29T21:05:55.970Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 | 
| 653 | 2024-05-29T21:05:55.970Z | + TARGET_DIR=out | 
| 654 | 2024-05-29T21:05:55.971Z | + DOWNLOAD_DIR=out/downloads | 
| 655 | 2024-05-29T21:05:55.971Z | + DEST_DIR=./out/thundermuffin | 
| 656 | 2024-05-29T21:05:55.971Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin | 
| 657 | 2024-05-29T21:05:55.971Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file | 
| 658 | 2024-05-29T21:05:55.971Z | + REPO=oxidecomputer/thundermuffin | 
| 659 | 2024-05-29T21:05:55.971Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 | 
| 660 | 2024-05-29T21:05:55.972Z | + main | 
| 661 | 2024-05-29T21:05:55.972Z | + rm -rf out/downloads/root | 
| 662 | 2024-05-29T21:05:55.972Z | + [[ 0 != 0 ]] | 
| 663 | 2024-05-29T21:05:55.972Z | + CIDL_OS=solaris2.11 | 
| 664 | 2024-05-29T21:05:55.972Z | + [[ 0 != 0 ]] | 
| 665 | 2024-05-29T21:05:55.973Z | + configure_os solaris2.11 | 
| 666 | 2024-05-29T21:05:55.973Z | + echo 'current directory: /work/oxidecomputer/omicron' | 
| 667 | 2024-05-29T21:05:55.973Z | + echo 'configuring based on OS: "solaris2.11"' | 
| 668 | 2024-05-29T21:05:55.973Z | current directory: /work/oxidecomputer/omicron | 
| 669 | 2024-05-29T21:05:55.973Z | configuring based on OS: "solaris2.11" | 
| 670 | 2024-05-29T21:05:55.974Z | + case "$1" in | 
| 671 | 2024-05-29T21:05:55.974Z | + SET_BINARIES= | 
| 672 | 2024-05-29T21:05:55.974Z | + CIDL_SHA256FUNC=do_sha256sum | 
| 673 | 2024-05-29T21:05:55.974Z | + TARBALL_FILENAME=thundermuffin.tar.gz | 
| 674 | 2024-05-29T21:05:55.974Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz | 
| 675 | 2024-05-29T21:05:55.975Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz | 
| 676 | 2024-05-29T21:05:55.975Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' | 
| 677 | 2024-05-29T21:05:55.975Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' | 
| 678 | 2024-05-29T21:05:55.975Z | + mkdir -p out/downloads | 
| 679 | 2024-05-29T21:05:55.975Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz | 
| 680 | 2024-05-29T21:05:55.975Z | Local file: out/downloads/thundermuffin.tar.gz | 
| 681 | 2024-05-29T21:05:55.976Z | + mkdir -p ./out/thundermuffin | 
| 682 | 2024-05-29T21:05:55.976Z | + fetch_and_verify | 
| 683 | 2024-05-29T21:05:55.976Z | + local DO_DOWNLOAD=true | 
| 684 | 2024-05-29T21:05:55.976Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] | 
| 685 | 2024-05-29T21:05:55.976Z | + '[' true == true ']' | 
| 686 | 2024-05-29T21:05:55.977Z | + echo Downloading... | 
| 687 | 2024-05-29T21:05:55.977Z | Downloading... | 
| 688 | 2024-05-29T21:05:55.977Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz | 
| 689 | 2024-05-29T21:05:55.977Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz | 
| 690 | 2024-05-29T21:05:56.431Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz | 
| 691 | 2024-05-29T21:05:56.459Z | ++ sha256sum | 
| 692 | 2024-05-29T21:05:56.459Z | ++ awk '{print $1}' | 
| 693 | 2024-05-29T21:05:56.459Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa | 
| 694 | 2024-05-29T21:05:56.459Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] | 
| 695 | 2024-05-29T21:05:56.459Z | + do_untar out/downloads/thundermuffin.tar.gz | 
| 696 | 2024-05-29T21:05:56.459Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads | 
| 697 | 2024-05-29T21:05:56.527Z | + do_assemble | 
| 698 | 2024-05-29T21:05:56.527Z | + rm -r ./out/thundermuffin | 
| 699 | 2024-05-29T21:05:56.562Z | + mkdir ./out/thundermuffin | 
| 700 | 2024-05-29T21:05:56.562Z | + cp -r out/downloads/root ./out/thundermuffin/root | 
| 701 | 2024-05-29T21:05:56.588Z | All builder prerequisites installed successfully, and PATH looks valid | 
| 702 | 2024-05-29T21:05:56.588Z |  | 
| 703 | 2024-05-29T21:05:56.588Z | real     2:03.673475125 | 
| 704 | 2024-05-29T21:05:56.588Z | user       44.607106781 | 
| 705 | 2024-05-29T21:05:56.588Z | sys        11.289369817 | 
| 706 | 2024-05-29T21:05:56.588Z | trap        0.013181482 | 
| 707 | 2024-05-29T21:05:56.588Z | tflt        0.009641836 | 
| 708 | 2024-05-29T21:05:56.588Z | dflt        0.017395391 | 
| 709 | 2024-05-29T21:05:56.588Z | kflt        0.005316350 | 
| 710 | 2024-05-29T21:05:56.588Z | lock        1.966107368 | 
| 711 | 2024-05-29T21:05:56.588Z | slp      4:12.088273399 | 
| 712 | 2024-05-29T21:05:56.589Z | lat         4.694282394 | 
| 713 | 2024-05-29T21:05:56.589Z | stop        0.065527071 | 
| 714 | 2024-05-29T21:05:56.589Z |  | 
| 715 | 2024-05-29T21:05:56.589Z | ####   #          #    #####   #####    #   # | 
| 716 | 2024-05-29T21:05:56.589Z | #    #  #          #    #    #  #    #    # # | 
| 717 | 2024-05-29T21:05:56.589Z | #       #          #    #    #  #    #     # | 
| 718 | 2024-05-29T21:05:56.589Z | #       #          #    #####   #####      # | 
| 719 | 2024-05-29T21:05:56.589Z | #    #  #          #    #       #          # | 
| 720 | 2024-05-29T21:05:56.589Z | ####   ######     #    #       #          # | 
| 721 | 2024-05-29T21:05:56.589Z |  | 
| 722 | 2024-05-29T21:05:56.837Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` | 
| 723 | 2024-05-29T21:05:57.291Z | Updating git repository `https://github.com/oxidecomputer/zone` | 
| 724 | 2024-05-29T21:05:57.687Z | Updating crates.io index | 
| 725 | 2024-05-29T21:05:57.741Z | Updating git repository `https://github.com/oxidecomputer/dropshot` | 
| 726 | 2024-05-29T21:05:58.489Z | Updating git repository `https://github.com/oxidecomputer/maghemite` | 
| 727 | 2024-05-29T21:05:59.355Z | Updating git repository `https://github.com/oxidecomputer/progenitor` | 
| 728 | 2024-05-29T21:06:01.684Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` | 
| 729 | 2024-05-29T21:06:02.054Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` | 
| 730 | 2024-05-29T21:06:02.431Z | Updating git repository `https://github.com/oxidecomputer/propolis` | 
| 731 | 2024-05-29T21:06:03.686Z | Updating git repository `https://github.com/oxidecomputer/crucible` | 
| 732 | 2024-05-29T21:06:05.668Z | Updating git repository `https://github.com/oxidecomputer/opte` | 
| 733 | 2024-05-29T21:06:06.761Z | Updating git repository `https://github.com/oxidecomputer/falcon` | 
| 734 | 2024-05-29T21:06:07.705Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` | 
| 735 | 2024-05-29T21:06:08.379Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` | 
| 736 | 2024-05-29T21:06:08.934Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` | 
| 737 | 2024-05-29T21:06:09.451Z | Updating git repository `http://github.com/oxidecomputer/sprockets` | 
| 738 | 2024-05-29T21:06:10.141Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` | 
| 739 | 2024-05-29T21:06:10.653Z | Updating git repository `http://github.com/oxidecomputer/tofino` | 
| 740 | 2024-05-29T21:06:11.238Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` | 
| 741 | 2024-05-29T21:06:11.707Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` | 
| 742 | 2024-05-29T21:06:12.152Z | Updating git repository `https://github.com/oxidecomputer/libnvme` | 
| 743 | 2024-05-29T21:06:12.656Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` | 
| 744 | 2024-05-29T21:06:13.166Z | Updating git repository `https://github.com/oxidecomputer/ispf` | 
| 745 | 2024-05-29T21:06:13.718Z | Updating git repository `https://github.com/oxidecomputer/poptrie` | 
| 746 | 2024-05-29T21:06:14.132Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` | 
| 747 | 2024-05-29T21:06:15.912Z | Updating git repository `https://github.com/jgallagher/nix` | 
| 748 | 2024-05-29T21:06:17.039Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` | 
| 749 | 2024-05-29T21:06:17.425Z | Updating git repository `https://github.com/cbiffle/hubpack.git` | 
| 750 | 2024-05-29T21:06:17.868Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` | 
| 751 | 2024-05-29T21:06:18.370Z | Updating git repository `https://github.com/oxidecomputer/typify` | 
| 752 | 2024-05-29T21:06:20.520Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` | 
| 753 | 2024-05-29T21:06:21.057Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` | 
| 754 | 2024-05-29T21:06:21.459Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` | 
| 755 | 2024-05-29T21:06:22.056Z | Updating git repository `https://github.com/oxidecomputer/rfb` | 
| 756 | 2024-05-29T21:06:23.225Z | Downloading crates ... | 
| 757 | 2024-05-29T21:06:23.296Z | Downloaded anstyle-parse v0.2.4 | 
| 758 | 2024-05-29T21:06:23.325Z | Downloaded anstyle v1.0.7 | 
| 759 | 2024-05-29T21:06:23.325Z | Downloaded anyhow v1.0.83 | 
| 760 | 2024-05-29T21:06:23.325Z | Downloaded serde_derive v1.0.202 | 
| 761 | 2024-05-29T21:06:23.325Z | Downloaded terminal_size v0.3.0 | 
| 762 | 2024-05-29T21:06:23.326Z | Downloaded toml_datetime v0.6.6 | 
| 763 | 2024-05-29T21:06:23.326Z | Downloaded semver v1.0.23 | 
| 764 | 2024-05-29T21:06:23.326Z | Downloaded utf8parse v0.2.1 | 
| 765 | 2024-05-29T21:06:23.326Z | Downloaded unicode-ident v1.0.12 | 
| 766 | 2024-05-29T21:06:23.326Z | Downloaded proc-macro2 v1.0.82 | 
| 767 | 2024-05-29T21:06:23.358Z | Downloaded toml v0.8.13 | 
| 768 | 2024-05-29T21:06:23.358Z | Downloaded toml_edit v0.22.13 | 
| 769 | 2024-05-29T21:06:23.393Z | Downloaded winnow v0.6.8 | 
| 770 | 2024-05-29T21:06:23.393Z | Downloaded syn v2.0.64 | 
| 771 | 2024-05-29T21:06:23.423Z | Downloaded serde_json v1.0.117 | 
| 772 | 2024-05-29T21:06:23.423Z | Downloaded rustix v0.38.34 | 
| 773 | 2024-05-29T21:06:23.451Z | Downloaded libc v0.2.153 | 
| 774 | 2024-05-29T21:06:23.479Z | Downloaded clap_builder v4.5.2 | 
| 775 | 2024-05-29T21:06:23.479Z | Downloaded memchr v2.7.2 | 
| 776 | 2024-05-29T21:06:23.479Z | Downloaded indexmap v2.2.6 | 
| 777 | 2024-05-29T21:06:23.479Z | Downloaded hashbrown v0.14.5 | 
| 778 | 2024-05-29T21:06:23.503Z | Downloaded quote v1.0.36 | 
| 779 | 2024-05-29T21:06:23.503Z | Downloaded macaddr v1.0.1 | 
| 780 | 2024-05-29T21:06:23.503Z | Downloaded clap_derive v4.5.4 | 
| 781 | 2024-05-29T21:06:23.504Z | Downloaded cargo_toml v0.20.2 | 
| 782 | 2024-05-29T21:06:23.504Z | Downloaded ryu v1.0.18 | 
| 783 | 2024-05-29T21:06:23.504Z | Downloaded errno v0.3.9 | 
| 784 | 2024-05-29T21:06:23.504Z | Downloaded clap v4.5.4 | 
| 785 | 2024-05-29T21:06:23.529Z | Downloaded bitflags v2.5.0 | 
| 786 | 2024-05-29T21:06:23.529Z | Downloaded thiserror-impl v1.0.60 | 
| 787 | 2024-05-29T21:06:23.529Z | Downloaded thiserror v1.0.60 | 
| 788 | 2024-05-29T21:06:23.529Z | Downloaded strsim v0.11.1 | 
| 789 | 2024-05-29T21:06:23.529Z | Downloaded itoa v1.0.11 | 
| 790 | 2024-05-29T21:06:23.529Z | Downloaded heck v0.5.0 | 
| 791 | 2024-05-29T21:06:23.529Z | Downloaded clap_lex v0.7.0 | 
| 792 | 2024-05-29T21:06:23.529Z | Downloaded swrite v0.1.0 | 
| 793 | 2024-05-29T21:06:23.529Z | Downloaded serde_spanned v0.6.6 | 
| 794 | 2024-05-29T21:06:23.529Z | Downloaded serde v1.0.202 | 
| 795 | 2024-05-29T21:06:23.554Z | Downloaded fs-err v2.11.0 | 
| 796 | 2024-05-29T21:06:23.554Z | Downloaded equivalent v1.0.1 | 
| 797 | 2024-05-29T21:06:23.554Z | Downloaded cargo_metadata v0.18.1 | 
| 798 | 2024-05-29T21:06:23.555Z | Downloaded camino v1.1.7 | 
| 799 | 2024-05-29T21:06:23.555Z | Downloaded autocfg v1.3.0 | 
| 800 | 2024-05-29T21:06:23.555Z | Downloaded is_terminal_polyfill v1.70.0 | 
| 801 | 2024-05-29T21:06:23.555Z | Downloaded colorchoice v1.0.1 | 
| 802 | 2024-05-29T21:06:23.555Z | Downloaded cargo-platform v0.1.8 | 
| 803 | 2024-05-29T21:06:23.555Z | Downloaded anstyle-query v1.0.3 | 
| 804 | 2024-05-29T21:06:23.555Z | Downloaded anstream v0.6.14 | 
| 805 | 2024-05-29T21:06:23.657Z | Compiling proc-macro2 v1.0.82 | 
| 806 | 2024-05-29T21:06:23.657Z | Compiling unicode-ident v1.0.12 | 
| 807 | 2024-05-29T21:06:23.701Z | Compiling serde v1.0.202 | 
| 808 | 2024-05-29T21:06:23.701Z | Compiling libc v0.2.153 | 
| 809 | 2024-05-29T21:06:23.701Z | Compiling rustix v0.38.34 | 
| 810 | 2024-05-29T21:06:23.701Z | Compiling utf8parse v0.2.1 | 
| 811 | 2024-05-29T21:06:23.701Z | Compiling bitflags v2.5.0 | 
| 812 | 2024-05-29T21:06:23.701Z | Compiling hashbrown v0.14.5 | 
| 813 | 2024-05-29T21:06:23.999Z | Compiling equivalent v1.0.1 | 
| 814 | 2024-05-29T21:06:24.000Z | Compiling anstyle-parse v0.2.4 | 
| 815 | 2024-05-29T21:06:24.075Z | Compiling semver v1.0.23 | 
| 816 | 2024-05-29T21:06:24.168Z | Compiling colorchoice v1.0.1 | 
| 817 | 2024-05-29T21:06:24.347Z | Compiling autocfg v1.3.0 | 
| 818 | 2024-05-29T21:06:24.377Z | Compiling serde_json v1.0.117 | 
| 819 | 2024-05-29T21:06:24.476Z | Compiling camino v1.1.7 | 
| 820 | 2024-05-29T21:06:24.564Z | Compiling anstyle-query v1.0.3 | 
| 821 | 2024-05-29T21:06:24.618Z | Compiling anstyle v1.0.7 | 
| 822 | 2024-05-29T21:06:24.645Z | Compiling winnow v0.6.8 | 
| 823 | 2024-05-29T21:06:24.712Z | Compiling thiserror v1.0.60 | 
| 824 | 2024-05-29T21:06:24.939Z | Compiling indexmap v2.2.6 | 
| 825 | 2024-05-29T21:06:25.385Z | Compiling is_terminal_polyfill v1.70.0 | 
| 826 | 2024-05-29T21:06:25.411Z | Compiling anstream v0.6.14 | 
| 827 | 2024-05-29T21:06:25.411Z | Compiling fs-err v2.11.0 | 
| 828 | 2024-05-29T21:06:25.411Z | Compiling heck v0.5.0 | 
| 829 | 2024-05-29T21:06:25.411Z | Compiling quote v1.0.36 | 
| 830 | 2024-05-29T21:06:25.411Z | Compiling ryu v1.0.18 | 
| 831 | 2024-05-29T21:06:25.596Z | Compiling syn v2.0.64 | 
| 832 | 2024-05-29T21:06:25.684Z | Compiling errno v0.3.9 | 
| 833 | 2024-05-29T21:06:25.708Z | Compiling anyhow v1.0.83 | 
| 834 | 2024-05-29T21:06:25.743Z | Compiling strsim v0.11.1 | 
| 835 | 2024-05-29T21:06:25.877Z | Compiling itoa v1.0.11 | 
| 836 | 2024-05-29T21:06:25.985Z | Compiling clap_lex v0.7.0 | 
| 837 | 2024-05-29T21:06:26.057Z | Compiling swrite v0.1.0 | 
| 838 | 2024-05-29T21:06:26.662Z | Compiling terminal_size v0.3.0 | 
| 839 | 2024-05-29T21:06:26.821Z | Compiling clap_builder v4.5.2 | 
| 840 | 2024-05-29T21:06:31.636Z | Compiling serde_derive v1.0.202 | 
| 841 | 2024-05-29T21:06:31.636Z | Compiling thiserror-impl v1.0.60 | 
| 842 | 2024-05-29T21:06:31.663Z | Compiling clap_derive v4.5.4 | 
| 843 | 2024-05-29T21:06:34.794Z | Compiling clap v4.5.4 | 
| 844 | 2024-05-29T21:06:41.244Z | Compiling serde_spanned v0.6.6 | 
| 845 | 2024-05-29T21:06:41.244Z | Compiling toml_datetime v0.6.6 | 
| 846 | 2024-05-29T21:06:41.272Z | Compiling cargo-platform v0.1.8 | 
| 847 | 2024-05-29T21:06:41.272Z | Compiling macaddr v1.0.1 | 
| 848 | 2024-05-29T21:06:41.527Z | Compiling toml_edit v0.22.13 | 
| 849 | 2024-05-29T21:06:42.568Z | Compiling cargo_metadata v0.18.1 | 
| 850 | 2024-05-29T21:06:43.835Z | Compiling toml v0.8.13 | 
| 851 | 2024-05-29T21:06:44.517Z | Compiling cargo_toml v0.20.2 | 
| 852 | 2024-05-29T21:06:48.713Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 853 | 2024-05-29T21:06:51.927Z | Finished dev [unoptimized + debuginfo] target(s) in 55.30s | 
| 854 | 2024-05-29T21:06:52.133Z | Running `target/debug/xtask clippy` | 
| 855 | 2024-05-29T21:06:52.183Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" | 
| 856 | 2024-05-29T21:06:52.988Z | Downloading crates ... | 
| 857 | 2024-05-29T21:06:53.096Z | Downloaded argon2 v0.5.3 | 
| 858 | 2024-05-29T21:06:53.123Z | Downloaded addr2line v0.21.0 | 
| 859 | 2024-05-29T21:06:53.123Z | Downloaded arc-swap v1.7.1 | 
| 860 | 2024-05-29T21:06:53.123Z | Downloaded crypto-common v0.1.6 | 
| 861 | 2024-05-29T21:06:53.123Z | Downloaded headers-core v0.2.0 | 
| 862 | 2024-05-29T21:06:53.123Z | Downloaded hex-literal v0.4.1 | 
| 863 | 2024-05-29T21:06:53.123Z | Downloaded hostname v0.3.1 | 
| 864 | 2024-05-29T21:06:53.148Z | Downloaded hyper-util v0.1.3 | 
| 865 | 2024-05-29T21:06:53.148Z | Downloaded base64 v0.21.7 | 
| 866 | 2024-05-29T21:06:53.148Z | Downloaded ipnetwork v0.20.0 | 
| 867 | 2024-05-29T21:06:53.174Z | Downloaded lalrpop-util v0.19.12 | 
| 868 | 2024-05-29T21:06:53.174Z | Downloaded indicatif v0.17.8 | 
| 869 | 2024-05-29T21:06:53.200Z | Downloaded tinyvec_macros v0.1.1 | 
| 870 | 2024-05-29T21:06:53.200Z | Downloaded synstructure v0.12.6 | 
| 871 | 2024-05-29T21:06:53.200Z | Downloaded tls_codec_derive v0.4.1 | 
| 872 | 2024-05-29T21:06:53.200Z | Downloaded cstr-argument v0.1.2 | 
| 873 | 2024-05-29T21:06:53.200Z | Downloaded darling_macro v0.20.9 | 
| 874 | 2024-05-29T21:06:53.227Z | Downloaded zone v0.1.8 | 
| 875 | 2024-05-29T21:06:53.227Z | Downloaded derive_builder_macro v0.20.0 | 
| 876 | 2024-05-29T21:06:53.227Z | Downloaded openssl-probe v0.1.5 | 
| 877 | 2024-05-29T21:06:53.227Z | Downloaded unicode-linebreak v0.1.5 | 
| 878 | 2024-05-29T21:06:53.227Z | Downloaded tokio-native-tls v0.3.1 | 
| 879 | 2024-05-29T21:06:53.227Z | Downloaded scroll_derive v0.12.0 | 
| 880 | 2024-05-29T21:06:53.227Z | Downloaded openssl-macros v0.1.1 | 
| 881 | 2024-05-29T21:06:53.227Z | Downloaded pin-project-internal v1.1.5 | 
| 882 | 2024-05-29T21:06:53.227Z | Downloaded plain v0.2.3 | 
| 883 | 2024-05-29T21:06:53.255Z | Downloaded plotters-backend v0.3.5 | 
| 884 | 2024-05-29T21:06:53.255Z | Downloaded toolchain_find v0.4.0 | 
| 885 | 2024-05-29T21:06:53.255Z | Downloaded endian-type v0.1.2 | 
| 886 | 2024-05-29T21:06:53.256Z | Downloaded pretty-hex v0.4.1 | 
| 887 | 2024-05-29T21:06:53.256Z | Downloaded precomputed-hash v0.1.1 | 
| 888 | 2024-05-29T21:06:53.256Z | Downloaded der_derive v0.7.2 | 
| 889 | 2024-05-29T21:06:53.283Z | Downloaded pretty-hex v0.2.1 | 
| 890 | 2024-05-29T21:06:53.283Z | Downloaded thread_local v1.1.8 | 
| 891 | 2024-05-29T21:06:53.283Z | Downloaded waitgroup v0.1.2 | 
| 892 | 2024-05-29T21:06:53.283Z | Downloaded usdt-attr-macro v0.5.0 | 
| 893 | 2024-05-29T21:06:53.283Z | Downloaded escape8259 v0.5.2 | 
| 894 | 2024-05-29T21:06:53.283Z | Downloaded sha1 v0.10.6 | 
| 895 | 2024-05-29T21:06:53.283Z | Downloaded want v0.3.1 | 
| 896 | 2024-05-29T21:06:53.283Z | Downloaded mio v0.8.11 | 
| 897 | 2024-05-29T21:06:53.309Z | Downloaded num-conv v0.1.0 | 
| 898 | 2024-05-29T21:06:53.309Z | Downloaded peg-runtime v0.8.3 | 
| 899 | 2024-05-29T21:06:53.310Z | Downloaded tokio-tungstenite v0.21.0 | 
| 900 | 2024-05-29T21:06:53.310Z | Downloaded tower-service v0.3.2 | 
| 901 | 2024-05-29T21:06:53.310Z | Downloaded dtrace-parser v0.1.14 | 
| 902 | 2024-05-29T21:06:53.337Z | Downloaded rand_seeder v0.2.3 | 
| 903 | 2024-05-29T21:06:53.338Z | Downloaded heapless v0.7.17 | 
| 904 | 2024-05-29T21:06:53.338Z | Downloaded phf_shared v0.10.0 | 
| 905 | 2024-05-29T21:06:53.338Z | Downloaded diesel_table_macro_syntax v0.1.0 | 
| 906 | 2024-05-29T21:06:53.338Z | Downloaded pem v3.0.4 | 
| 907 | 2024-05-29T21:06:53.338Z | Downloaded hash32 v0.3.1 | 
| 908 | 2024-05-29T21:06:53.338Z | Downloaded tokio-postgres v0.7.10 | 
| 909 | 2024-05-29T21:06:53.364Z | Downloaded serde_repr v0.1.19 | 
| 910 | 2024-05-29T21:06:53.364Z | Downloaded sigpipe v0.1.3 | 
| 911 | 2024-05-29T21:06:53.364Z | Downloaded olpc-cjson v0.1.3 | 
| 912 | 2024-05-29T21:06:53.364Z | Downloaded zerocopy v0.3.2 | 
| 913 | 2024-05-29T21:06:53.365Z | Downloaded stable_deref_trait v1.2.0 | 
| 914 | 2024-05-29T21:06:53.365Z | Downloaded structmeta v0.3.0 | 
| 915 | 2024-05-29T21:06:53.365Z | Downloaded textwrap v0.16.1 | 
| 916 | 2024-05-29T21:06:53.365Z | Downloaded try-lock v0.2.5 | 
| 917 | 2024-05-29T21:06:53.394Z | Downloaded slab v0.4.9 | 
| 918 | 2024-05-29T21:06:53.395Z | Downloaded similar-asserts v1.5.0 | 
| 919 | 2024-05-29T21:06:53.395Z | Downloaded portpicker v0.1.1 | 
| 920 | 2024-05-29T21:06:53.395Z | Downloaded slog-async v2.8.0 | 
| 921 | 2024-05-29T21:06:53.395Z | Downloaded ed25519 v1.5.3 | 
| 922 | 2024-05-29T21:06:53.395Z | Downloaded termios v0.3.3 | 
| 923 | 2024-05-29T21:06:53.395Z | Downloaded sync_wrapper v0.1.2 | 
| 924 | 2024-05-29T21:06:53.395Z | Downloaded usdt-macro v0.3.5 | 
| 925 | 2024-05-29T21:06:53.395Z | Downloaded expectorate v1.1.0 | 
| 926 | 2024-05-29T21:06:53.395Z | Downloaded strum v0.26.2 | 
| 927 | 2024-05-29T21:06:53.422Z | Downloaded serde-big-array v0.5.1 | 
| 928 | 2024-05-29T21:06:53.422Z | Downloaded proc-macro-crate v1.3.1 | 
| 929 | 2024-05-29T21:06:53.422Z | Downloaded plotters-svg v0.3.5 | 
| 930 | 2024-05-29T21:06:53.422Z | Downloaded digest v0.10.7 | 
| 931 | 2024-05-29T21:06:53.422Z | Downloaded pretty_assertions v1.4.0 | 
| 932 | 2024-05-29T21:06:53.422Z | Downloaded usdt-macro v0.5.0 | 
| 933 | 2024-05-29T21:06:53.422Z | Downloaded xattr v1.3.1 | 
| 934 | 2024-05-29T21:06:53.422Z | Downloaded guppy-workspace-hack v0.1.0 | 
| 935 | 2024-05-29T21:06:53.422Z | Downloaded rand v0.8.5 | 
| 936 | 2024-05-29T21:06:53.422Z | Downloaded path-slash v0.1.5 | 
| 937 | 2024-05-29T21:06:53.423Z | Downloaded phf_shared v0.11.2 | 
| 938 | 2024-05-29T21:06:53.423Z | Downloaded target-spec v3.1.0 | 
| 939 | 2024-05-29T21:06:53.448Z | Downloaded paste v1.0.15 | 
| 940 | 2024-05-29T21:06:53.448Z | Downloaded parse-display v0.9.0 | 
| 941 | 2024-05-29T21:06:53.448Z | Downloaded rayon v1.10.0 | 
| 942 | 2024-05-29T21:06:53.448Z | Downloaded parking_lot_core v0.9.10 | 
| 943 | 2024-05-29T21:06:53.474Z | Downloaded unicode-segmentation v1.11.0 | 
| 944 | 2024-05-29T21:06:53.474Z | Downloaded password-hash v0.5.0 | 
| 945 | 2024-05-29T21:06:53.474Z | Downloaded rustls v0.21.12 | 
| 946 | 2024-05-29T21:06:53.501Z | Downloaded half v2.4.1 | 
| 947 | 2024-05-29T21:06:53.501Z | Downloaded radix_trie v0.2.1 | 
| 948 | 2024-05-29T21:06:53.501Z | Downloaded url v2.5.0 | 
| 949 | 2024-05-29T21:06:53.526Z | Downloaded sqlparser v0.45.0 | 
| 950 | 2024-05-29T21:06:53.526Z | Downloaded guppy v0.17.5 | 
| 951 | 2024-05-29T21:06:53.526Z | Downloaded serde_with v3.8.1 | 
| 952 | 2024-05-29T21:06:53.551Z | Downloaded h2 v0.3.26 | 
| 953 | 2024-05-29T21:06:53.551Z | Downloaded syn v1.0.109 | 
| 954 | 2024-05-29T21:06:53.576Z | Downloaded diesel v2.1.6 | 
| 955 | 2024-05-29T21:06:53.608Z | Downloaded finl_unicode v1.2.0 | 
| 956 | 2024-05-29T21:06:53.637Z | Downloaded encoding_rs v0.8.34 | 
| 957 | 2024-05-29T21:06:53.668Z | Downloaded petgraph v0.6.5 | 
| 958 | 2024-05-29T21:06:53.694Z | Downloaded sha3 v0.10.8 | 
| 959 | 2024-05-29T21:06:53.694Z | Downloaded csv v1.3.0 | 
| 960 | 2024-05-29T21:06:53.722Z | Downloaded tokio v1.37.0 | 
| 961 | 2024-05-29T21:06:53.750Z | Downloaded ratatui v0.26.2 | 
| 962 | 2024-05-29T21:06:53.776Z | Downloaded ring v0.17.8 | 
| 963 | 2024-05-29T21:06:53.862Z | Downloaded ring v0.16.20 | 
| 964 | 2024-05-29T21:06:53.980Z | Downloaded openapiv3 v2.0.0 | 
| 965 | 2024-05-29T21:06:53.980Z | Downloaded gimli v0.28.1 | 
| 966 | 2024-05-29T21:06:54.005Z | Downloaded object v0.32.2 | 
| 967 | 2024-05-29T21:06:54.005Z | Downloaded object v0.30.4 | 
| 968 | 2024-05-29T21:06:54.031Z | Downloaded trust-dns-proto v0.22.0 | 
| 969 | 2024-05-29T21:06:54.032Z | Downloaded proptest v1.4.0 | 
| 970 | 2024-05-29T21:06:54.058Z | Downloaded goblin v0.8.2 | 
| 971 | 2024-05-29T21:06:54.058Z | Downloaded vcpkg v0.2.15 | 
| 972 | 2024-05-29T21:06:54.090Z | Downloaded sled v0.34.7 | 
| 973 | 2024-05-29T21:06:54.115Z | Downloaded webpki-roots v0.25.4 | 
| 974 | 2024-05-29T21:06:54.115Z | Downloaded openssl v0.10.64 | 
| 975 | 2024-05-29T21:06:54.140Z | Downloaded curve25519-dalek v4.1.2 | 
| 976 | 2024-05-29T21:06:54.140Z | Downloaded regex-automata v0.4.6 | 
| 977 | 2024-05-29T21:06:54.168Z | Downloaded nix v0.28.0 | 
| 978 | 2024-05-29T21:06:54.168Z | Downloaded zerocopy-derive v0.6.6 | 
| 979 | 2024-05-29T21:06:54.199Z | Downloaded bzip2-sys v0.1.11+1.0.8 | 
| 980 | 2024-05-29T21:06:54.227Z | Downloaded zerocopy-derive v0.2.0 | 
| 981 | 2024-05-29T21:06:54.227Z | Downloaded polar-core v0.27.3 | 
| 982 | 2024-05-29T21:06:54.227Z | Downloaded winnow v0.5.40 | 
| 983 | 2024-05-29T21:06:54.254Z | Downloaded futures-util v0.3.30 | 
| 984 | 2024-05-29T21:06:54.255Z | Downloaded regex-syntax v0.8.3 | 
| 985 | 2024-05-29T21:06:54.281Z | Downloaded regress v0.9.1 | 
| 986 | 2024-05-29T21:06:54.281Z | Downloaded idna v0.5.0 | 
| 987 | 2024-05-29T21:06:54.281Z | Downloaded idna v0.3.0 | 
| 988 | 2024-05-29T21:06:54.306Z | Downloaded uuid v1.8.0 | 
| 989 | 2024-05-29T21:06:54.306Z | Downloaded partial-io v0.5.4 | 
| 990 | 2024-05-29T21:06:54.306Z | Downloaded pest v2.7.10 | 
| 991 | 2024-05-29T21:06:54.306Z | Downloaded serde_yaml v0.9.34+deprecated | 
| 992 | 2024-05-29T21:06:54.306Z | Downloaded portable-atomic v1.6.0 | 
| 993 | 2024-05-29T21:06:54.332Z | Downloaded unsafe-libyaml v0.2.11 | 
| 994 | 2024-05-29T21:06:54.332Z | Downloaded unicode_categories v0.1.1 | 
| 995 | 2024-05-29T21:06:54.332Z | Downloaded flume v0.11.0 | 
| 996 | 2024-05-29T21:06:54.332Z | Downloaded flate2 v1.0.30 | 
| 997 | 2024-05-29T21:06:54.332Z | Downloaded hashbrown v0.12.3 | 
| 998 | 2024-05-29T21:06:54.359Z | Downloaded tough v0.17.1 | 
| 999 | 2024-05-29T21:06:54.359Z | Downloaded tokio-util v0.7.11 | 
| 1000 | 2024-05-29T21:06:54.359Z | Downloaded regex v1.10.4 | 
| 1001 | 2024-05-29T21:06:54.385Z | Downloaded plotters v0.3.5 | 
| 1002 | 2024-05-29T21:06:54.415Z | Downloaded smoltcp v0.11.0 | 
| 1003 | 2024-05-29T21:06:54.415Z | Downloaded rustls v0.22.4 | 
| 1004 | 2024-05-29T21:06:54.441Z | Downloaded regex-syntax v0.6.29 | 
| 1005 | 2024-05-29T21:06:54.441Z | Downloaded lalrpop v0.19.12 | 
| 1006 | 2024-05-29T21:06:54.441Z | Downloaded publicsuffix v2.2.3 | 
| 1007 | 2024-05-29T21:06:54.441Z | Downloaded serde_with_macros v3.8.1 | 
| 1008 | 2024-05-29T21:06:54.465Z | Downloaded tar v0.4.40 | 
| 1009 | 2024-05-29T21:06:54.466Z | Downloaded postcard v1.0.8 | 
| 1010 | 2024-05-29T21:06:54.466Z | Downloaded quick-xml v0.31.0 | 
| 1011 | 2024-05-29T21:06:54.466Z | Downloaded trust-dns-client v0.22.0 | 
| 1012 | 2024-05-29T21:06:54.466Z | Downloaded diesel_derives v2.1.4 | 
| 1013 | 2024-05-29T21:06:54.466Z | Downloaded parking_lot_core v0.8.6 | 
| 1014 | 2024-05-29T21:06:54.466Z | Downloaded parking_lot v0.12.2 | 
| 1015 | 2024-05-29T21:06:54.491Z | Downloaded packed_struct v0.10.1 | 
| 1016 | 2024-05-29T21:06:54.491Z | Downloaded wait-timeout v0.2.0 | 
| 1017 | 2024-05-29T21:06:54.491Z | Downloaded parse-display-derive v0.9.0 | 
| 1018 | 2024-05-29T21:06:54.491Z | Downloaded utf-8 v0.7.6 | 
| 1019 | 2024-05-29T21:06:54.491Z | Downloaded quick-error v1.2.3 | 
| 1020 | 2024-05-29T21:06:54.491Z | Downloaded usdt-impl v0.3.5 | 
| 1021 | 2024-05-29T21:06:54.492Z | Downloaded untrusted v0.9.0 | 
| 1022 | 2024-05-29T21:06:54.492Z | Downloaded proc-macro-error-attr v1.0.4 | 
| 1023 | 2024-05-29T21:06:54.492Z | Downloaded term v0.7.0 | 
| 1024 | 2024-05-29T21:06:54.492Z | Downloaded tempfile v3.10.1 | 
| 1025 | 2024-05-29T21:06:54.492Z | Downloaded unicode-width v0.1.12 | 
| 1026 | 2024-05-29T21:06:54.492Z | Downloaded slog v2.7.0 | 
| 1027 | 2024-05-29T21:06:54.518Z | Downloaded num-traits v0.2.19 | 
| 1028 | 2024-05-29T21:06:54.518Z | Downloaded hashbrown v0.13.2 | 
| 1029 | 2024-05-29T21:06:54.518Z | Downloaded num-bigint-dig v0.8.4 | 
| 1030 | 2024-05-29T21:06:54.518Z | Downloaded tower v0.4.13 | 
| 1031 | 2024-05-29T21:06:54.518Z | Downloaded smoltcp v0.9.1 | 
| 1032 | 2024-05-29T21:06:54.544Z | Downloaded globset v0.4.14 | 
| 1033 | 2024-05-29T21:06:54.544Z | Downloaded getrandom v0.2.14 | 
| 1034 | 2024-05-29T21:06:54.544Z | Downloaded elliptic-curve v0.13.8 | 
| 1035 | 2024-05-29T21:06:54.544Z | Downloaded steno v0.4.0 | 
| 1036 | 2024-05-29T21:06:54.545Z | Downloaded toml_edit v0.19.15 | 
| 1037 | 2024-05-29T21:06:54.570Z | Downloaded reqwest v0.11.27 | 
| 1038 | 2024-05-29T21:06:54.570Z | Downloaded usdt-impl v0.5.0 | 
| 1039 | 2024-05-29T21:06:54.570Z | Downloaded slog-envlogger v2.2.0 | 
| 1040 | 2024-05-29T21:06:54.597Z | Downloaded dyn-clone v1.0.17 | 
| 1041 | 2024-05-29T21:06:54.597Z | Downloaded dirs-next v2.0.0 | 
| 1042 | 2024-05-29T21:06:54.597Z | Downloaded psl-types v2.0.11 | 
| 1043 | 2024-05-29T21:06:54.597Z | Downloaded similar v2.5.0 | 
| 1044 | 2024-05-29T21:06:54.597Z | Downloaded diff v0.1.13 | 
| 1045 | 2024-05-29T21:06:54.597Z | Downloaded poly1305 v0.8.0 | 
| 1046 | 2024-05-29T21:06:54.597Z | Downloaded trybuild v1.0.96 | 
| 1047 | 2024-05-29T21:06:54.597Z | Downloaded test-strategy v0.3.1 | 
| 1048 | 2024-05-29T21:06:54.597Z | Downloaded structmeta v0.2.0 | 
| 1049 | 2024-05-29T21:06:54.597Z | Downloaded libxml v0.3.3 | 
| 1050 | 2024-05-29T21:06:54.627Z | Downloaded smallvec v1.13.2 | 
| 1051 | 2024-05-29T21:06:54.627Z | Downloaded parse-size v1.0.0 | 
| 1052 | 2024-05-29T21:06:54.627Z | Downloaded serde-big-array v0.4.1 | 
| 1053 | 2024-05-29T21:06:54.627Z | Downloaded serde_urlencoded v0.7.1 | 
| 1054 | 2024-05-29T21:06:54.627Z | Downloaded serde-hex v0.1.0 | 
| 1055 | 2024-05-29T21:06:54.627Z | Downloaded slog-dtrace v0.3.0 | 
| 1056 | 2024-05-29T21:06:54.627Z | Downloaded proc-macro-error v1.0.4 | 
| 1057 | 2024-05-29T21:06:54.627Z | Downloaded postgres-protocol v0.6.6 | 
| 1058 | 2024-05-29T21:06:54.627Z | Downloaded termcolor v1.4.1 | 
| 1059 | 2024-05-29T21:06:54.627Z | Downloaded target-lexicon v0.12.14 | 
| 1060 | 2024-05-29T21:06:54.627Z | Downloaded tracing v0.1.40 | 
| 1061 | 2024-05-29T21:06:54.654Z | Downloaded untrusted v0.7.1 | 
| 1062 | 2024-05-29T21:06:54.654Z | Downloaded structmeta-derive v0.2.0 | 
| 1063 | 2024-05-29T21:06:54.654Z | Downloaded signal-hook-tokio v0.3.1 | 
| 1064 | 2024-05-29T21:06:54.654Z | Downloaded serde_arrays v0.1.0 | 
| 1065 | 2024-05-29T21:06:54.654Z | Downloaded owo-colors v4.0.0 | 
| 1066 | 2024-05-29T21:06:54.654Z | Downloaded papergrid v0.11.0 | 
| 1067 | 2024-05-29T21:06:54.654Z | Downloaded wyz v0.5.1 | 
| 1068 | 2024-05-29T21:06:54.655Z | Downloaded signal-hook-registry v1.4.2 | 
| 1069 | 2024-05-29T21:06:54.655Z | Downloaded unicode-xid v0.2.4 | 
| 1070 | 2024-05-29T21:06:54.655Z | Downloaded trust-dns-server v0.22.1 | 
| 1071 | 2024-05-29T21:06:54.655Z | Downloaded trust-dns-resolver v0.22.0 | 
| 1072 | 2024-05-29T21:06:54.655Z | Downloaded difflib v0.4.0 | 
| 1073 | 2024-05-29T21:06:54.655Z | Downloaded universal-hash v0.5.1 | 
| 1074 | 2024-05-29T21:06:54.682Z | Downloaded filetime v0.2.23 | 
| 1075 | 2024-05-29T21:06:54.682Z | Downloaded erased-serde v0.3.31 | 
| 1076 | 2024-05-29T21:06:54.682Z | Downloaded glob v0.3.1 | 
| 1077 | 2024-05-29T21:06:54.682Z | Downloaded float-cmp v0.9.0 | 
| 1078 | 2024-05-29T21:06:54.682Z | Downloaded flagset v0.4.5 | 
| 1079 | 2024-05-29T21:06:54.682Z | Downloaded supports-color v3.0.0 | 
| 1080 | 2024-05-29T21:06:54.682Z | Downloaded structmeta-derive v0.3.0 | 
| 1081 | 2024-05-29T21:06:54.682Z | Downloaded unicode-normalization v0.1.23 | 
| 1082 | 2024-05-29T21:06:54.682Z | Downloaded reedline v0.31.0 | 
| 1083 | 2024-05-29T21:06:54.682Z | Downloaded uzers v0.11.3 | 
| 1084 | 2024-05-29T21:06:54.682Z | Downloaded num-bigint v0.4.5 | 
| 1085 | 2024-05-29T21:06:54.708Z | Downloaded tracing-core v0.1.32 | 
| 1086 | 2024-05-29T21:06:54.708Z | Downloaded rustls-webpki v0.101.7 | 
| 1087 | 2024-05-29T21:06:54.708Z | Downloaded num-integer v0.1.46 | 
| 1088 | 2024-05-29T21:06:54.709Z | Downloaded time v0.3.36 | 
| 1089 | 2024-05-29T21:06:54.734Z | Downloaded rustyline v14.0.0 | 
| 1090 | 2024-05-29T21:06:54.734Z | Downloaded tabled v0.15.0 | 
| 1091 | 2024-05-29T21:06:54.760Z | Downloaded fixedbitset v0.4.2 | 
| 1092 | 2024-05-29T21:06:54.760Z | Downloaded ff v0.13.0 | 
| 1093 | 2024-05-29T21:06:54.760Z | Downloaded ena v0.14.3 | 
| 1094 | 2024-05-29T21:06:54.760Z | Downloaded slog-bunyan v2.5.0 | 
| 1095 | 2024-05-29T21:06:54.761Z | Downloaded num-iter v0.1.45 | 
| 1096 | 2024-05-29T21:06:54.761Z | Downloaded num-rational v0.4.2 | 
| 1097 | 2024-05-29T21:06:54.761Z | Downloaded pest_meta v2.7.10 | 
| 1098 | 2024-05-29T21:06:54.761Z | Downloaded nom v7.1.3 | 
| 1099 | 2024-05-29T21:06:54.761Z | Downloaded num_cpus v1.16.0 | 
| 1100 | 2024-05-29T21:06:54.761Z | Downloaded num-complex v0.4.6 | 
| 1101 | 2024-05-29T21:06:54.761Z | Downloaded zerocopy v0.7.34 | 
| 1102 | 2024-05-29T21:06:54.786Z | Downloaded rustls-webpki v0.102.4 | 
| 1103 | 2024-05-29T21:06:54.811Z | Downloaded signature v2.2.0 | 
| 1104 | 2024-05-29T21:06:54.811Z | Downloaded signature v1.6.4 | 
| 1105 | 2024-05-29T21:06:54.811Z | Downloaded yasna v0.5.2 | 
| 1106 | 2024-05-29T21:06:54.811Z | Downloaded slog-term v2.9.1 | 
| 1107 | 2024-05-29T21:06:54.811Z | Downloaded headers v0.3.9 | 
| 1108 | 2024-05-29T21:06:54.853Z | Downloaded fatfs v0.3.6 | 
| 1109 | 2024-05-29T21:06:54.853Z | Downloaded siphasher v0.3.11 | 
| 1110 | 2024-05-29T21:06:54.853Z | Downloaded group v0.13.0 | 
| 1111 | 2024-05-29T21:06:54.853Z | Downloaded vte v0.11.1 | 
| 1112 | 2024-05-29T21:06:54.853Z | Downloaded vsss-rs v3.3.4 | 
| 1113 | 2024-05-29T21:06:54.854Z | Downloaded fancy-regex v0.13.0 | 
| 1114 | 2024-05-29T21:06:54.854Z | Downloaded termtree v0.4.1 | 
| 1115 | 2024-05-29T21:06:54.854Z | Downloaded embedded-io v0.4.0 | 
| 1116 | 2024-05-29T21:06:54.854Z | Downloaded num-derive v0.4.2 | 
| 1117 | 2024-05-29T21:06:54.854Z | Downloaded hash32 v0.2.1 | 
| 1118 | 2024-05-29T21:06:54.854Z | Downloaded serde_derive_internals v0.29.1 | 
| 1119 | 2024-05-29T21:06:55.287Z | Downloaded idna v0.2.3 | 
| 1120 | 2024-05-29T21:06:55.287Z | Downloaded sct v0.7.1 | 
| 1121 | 2024-05-29T21:06:55.287Z | Downloaded prettyplease v0.2.20 | 
| 1122 | 2024-05-29T21:06:55.287Z | Downloaded der v0.7.9 | 
| 1123 | 2024-05-29T21:06:55.287Z | Downloaded static_assertions v1.1.0 | 
| 1124 | 2024-05-29T21:06:55.287Z | Downloaded pest_derive v2.7.10 | 
| 1125 | 2024-05-29T21:06:55.287Z | Downloaded pem-rfc7468 v0.7.0 | 
| 1126 | 2024-05-29T21:06:55.287Z | Downloaded smawk v0.3.2 | 
| 1127 | 2024-05-29T21:06:55.287Z | Downloaded serde_tokenstream v0.2.0 | 
| 1128 | 2024-05-29T21:06:55.287Z | Downloaded phf v0.11.2 | 
| 1129 | 2024-05-29T21:06:55.287Z | Downloaded yansi v0.5.1 | 
| 1130 | 2024-05-29T21:06:55.287Z | Downloaded subprocess v0.2.9 | 
| 1131 | 2024-05-29T21:06:55.288Z | Downloaded smallvec v0.6.14 | 
| 1132 | 2024-05-29T21:06:55.288Z | Downloaded slog-stdlog v4.1.1 | 
| 1133 | 2024-05-29T21:06:55.326Z | Downloaded slog-scope v4.4.0 | 
| 1134 | 2024-05-29T21:06:55.326Z | Downloaded slog-json v2.6.1 | 
| 1135 | 2024-05-29T21:06:55.326Z | Downloaded parking_lot v0.11.2 | 
| 1136 | 2024-05-29T21:06:55.326Z | Downloaded oso-derive v0.27.3 | 
| 1137 | 2024-05-29T21:06:55.326Z | Downloaded serde_tokenstream v0.1.7 | 
| 1138 | 2024-05-29T21:06:55.326Z | Downloaded serde_plain v1.0.2 | 
| 1139 | 2024-05-29T21:06:55.326Z | Downloaded signal-hook v0.3.17 | 
| 1140 | 2024-05-29T21:06:55.326Z | Downloaded itertools v0.12.1 | 
| 1141 | 2024-05-29T21:06:55.327Z | Downloaded serde_path_to_error v0.1.16 | 
| 1142 | 2024-05-29T21:06:55.327Z | Downloaded pest_generator v2.7.10 | 
| 1143 | 2024-05-29T21:06:55.327Z | Downloaded num_enum_derive v0.5.11 | 
| 1144 | 2024-05-29T21:06:55.327Z | Downloaded num_enum v0.5.11 | 
| 1145 | 2024-05-29T21:06:55.327Z | Downloaded strip-ansi-escapes v0.2.0 | 
| 1146 | 2024-05-29T21:06:55.327Z | Downloaded fastrand v2.1.0 | 
| 1147 | 2024-05-29T21:06:55.327Z | Downloaded whoami v1.5.1 | 
| 1148 | 2024-05-29T21:06:55.327Z | Downloaded dof v0.3.0 | 
| 1149 | 2024-05-29T21:06:55.327Z | Downloaded dof v0.1.5 | 
| 1150 | 2024-05-29T21:06:55.327Z | Downloaded semver v0.1.20 | 
| 1151 | 2024-05-29T21:06:55.328Z | Downloaded secrecy v0.8.0 | 
| 1152 | 2024-05-29T21:06:55.328Z | Downloaded sec1 v0.7.3 | 
| 1153 | 2024-05-29T21:06:55.328Z | Downloaded rand_core v0.6.4 | 
| 1154 | 2024-05-29T21:06:55.328Z | Downloaded stability v0.2.0 | 
| 1155 | 2024-05-29T21:06:55.328Z | Downloaded sqlparser_derive v0.2.2 | 
| 1156 | 2024-05-29T21:06:55.328Z | Downloaded dirs-sys-next v0.1.2 | 
| 1157 | 2024-05-29T21:06:55.328Z | Downloaded peg-macros v0.8.3 | 
| 1158 | 2024-05-29T21:06:55.328Z | Downloaded salty v0.2.0 | 
| 1159 | 2024-05-29T21:06:55.328Z | Downloaded number_prefix v0.4.0 | 
| 1160 | 2024-05-29T21:06:55.328Z | Downloaded num_threads v0.1.7 | 
| 1161 | 2024-05-29T21:06:55.328Z | Downloaded dtrace-parser v0.2.0 | 
| 1162 | 2024-05-29T21:06:55.329Z | Downloaded version_check v0.9.4 | 
| 1163 | 2024-05-29T21:06:55.329Z | Downloaded stringprep v0.1.4 | 
| 1164 | 2024-05-29T21:06:55.329Z | Downloaded string_cache v0.8.7 | 
| 1165 | 2024-05-29T21:06:55.329Z | Downloaded strum_macros v0.26.2 | 
| 1166 | 2024-05-29T21:06:55.329Z | Downloaded sqlformat v0.2.3 | 
| 1167 | 2024-05-29T21:06:55.329Z | Downloaded env_logger v0.9.3 | 
| 1168 | 2024-05-29T21:06:55.329Z | Downloaded schemars v0.8.19 | 
| 1169 | 2024-05-29T21:06:55.329Z | Downloaded radium v0.7.0 | 
| 1170 | 2024-05-29T21:06:55.330Z | Downloaded r2d2 v0.8.10 | 
| 1171 | 2024-05-29T21:06:55.330Z | Downloaded openssl-sys v0.9.102 | 
| 1172 | 2024-05-29T21:06:55.330Z | Downloaded darling_core v0.20.9 | 
| 1173 | 2024-05-29T21:06:55.330Z | Downloaded downcast v0.11.0 | 
| 1174 | 2024-05-29T21:06:55.330Z | Downloaded doc-comment v0.3.3 | 
| 1175 | 2024-05-29T21:06:55.330Z | Downloaded display-error-chain v0.2.0 | 
| 1176 | 2024-05-29T21:06:55.330Z | Downloaded vte_generate_state_changes v0.1.1 | 
| 1177 | 2024-05-29T21:06:55.330Z | Downloaded rand_chacha v0.3.1 | 
| 1178 | 2024-05-29T21:06:55.330Z | Downloaded peg v0.8.3 | 
| 1179 | 2024-05-29T21:06:55.330Z | Downloaded fd-lock v4.0.2 | 
| 1180 | 2024-05-29T21:06:55.330Z | Downloaded either v1.12.0 | 
| 1181 | 2024-05-29T21:06:55.331Z | Downloaded toml v0.7.8 | 
| 1182 | 2024-05-29T21:06:55.331Z | Downloaded toml v0.5.11 | 
| 1183 | 2024-05-29T21:06:55.331Z | Downloaded tower-layer v0.3.2 | 
| 1184 | 2024-05-29T21:06:55.331Z | Downloaded percent-encoding v2.3.1 | 
| 1185 | 2024-05-29T21:06:55.331Z | Downloaded pathdiff v0.2.1 | 
| 1186 | 2024-05-29T21:06:55.331Z | Downloaded packed_struct_codegen v0.10.1 | 
| 1187 | 2024-05-29T21:06:55.331Z | Downloaded which v4.4.2 | 
| 1188 | 2024-05-29T21:06:55.331Z | Downloaded walkdir v2.5.0 | 
| 1189 | 2024-05-29T21:06:55.331Z | Downloaded usdt v0.5.0 | 
| 1190 | 2024-05-29T21:06:55.331Z | Downloaded usdt v0.3.5 | 
| 1191 | 2024-05-29T21:06:55.332Z | Downloaded tracing-attributes v0.1.27 | 
| 1192 | 2024-05-29T21:06:55.332Z | Downloaded subtle v2.5.0 | 
| 1193 | 2024-05-29T21:06:55.332Z | Downloaded predicates-core v1.0.6 | 
| 1194 | 2024-05-29T21:06:55.332Z | Downloaded futures-task v0.3.30 | 
| 1195 | 2024-05-29T21:06:55.332Z | Downloaded futures v0.3.30 | 
| 1196 | 2024-05-29T21:06:55.332Z | Downloaded env_logger v0.10.2 | 
| 1197 | 2024-05-29T21:06:55.332Z | Downloaded tokio-tungstenite v0.20.1 | 
| 1198 | 2024-05-29T21:06:55.332Z | Downloaded samael v0.0.15 | 
| 1199 | 2024-05-29T21:06:55.332Z | Downloaded ron v0.8.1 | 
| 1200 | 2024-05-29T21:06:55.332Z | Downloaded tokio-rustls v0.24.1 | 
| 1201 | 2024-05-29T21:06:55.332Z | Downloaded fallible-iterator v0.2.0 | 
| 1202 | 2024-05-29T21:06:55.333Z | Downloaded spki v0.7.3 | 
| 1203 | 2024-05-29T21:06:55.333Z | Downloaded spin v0.9.8 | 
| 1204 | 2024-05-29T21:06:55.333Z | Downloaded signal-hook-mio v0.2.3 | 
| 1205 | 2024-05-29T21:06:55.333Z | Downloaded shlex v1.3.0 | 
| 1206 | 2024-05-29T21:06:55.333Z | Downloaded shell-words v1.1.0 | 
| 1207 | 2024-05-29T21:06:55.333Z | Downloaded sha2 v0.10.8 | 
| 1208 | 2024-05-29T21:06:55.333Z | Downloaded postgres-types v0.2.6 | 
| 1209 | 2024-05-29T21:06:55.333Z | Downloaded rayon-core v1.12.1 | 
| 1210 | 2024-05-29T21:06:55.333Z | Downloaded chrono v0.4.38 | 
| 1211 | 2024-05-29T21:06:55.333Z | Downloaded futures-executor v0.3.30 | 
| 1212 | 2024-05-29T21:06:55.334Z | Downloaded futures-channel v0.3.30 | 
| 1213 | 2024-05-29T21:06:55.334Z | Downloaded tokio-stream v0.1.15 | 
| 1214 | 2024-05-29T21:06:55.334Z | Downloaded tokio-rustls v0.25.0 | 
| 1215 | 2024-05-29T21:06:55.334Z | Downloaded ron v0.7.1 | 
| 1216 | 2024-05-29T21:06:55.334Z | Downloaded oso v0.27.3 | 
| 1217 | 2024-05-29T21:06:55.334Z | Downloaded once_cell v1.19.0 | 
| 1218 | 2024-05-29T21:06:55.335Z | Downloaded x509-cert v0.2.5 | 
| 1219 | 2024-05-29T21:06:55.335Z | Downloaded regex-automata v0.1.10 | 
| 1220 | 2024-05-29T21:06:55.335Z | Downloaded libm v0.2.8 | 
| 1221 | 2024-05-29T21:06:55.335Z | Downloaded bstr v1.9.1 | 
| 1222 | 2024-05-29T21:06:55.335Z | Downloaded usdt-attr-macro v0.3.5 | 
| 1223 | 2024-05-29T21:06:55.335Z | Downloaded strum_macros v0.25.3 | 
| 1224 | 2024-05-29T21:06:55.335Z | Downloaded strum_macros v0.24.3 | 
| 1225 | 2024-05-29T21:06:55.335Z | Downloaded predicates-tree v1.0.9 | 
| 1226 | 2024-05-29T21:06:55.336Z | Downloaded predicates v3.1.0 | 
| 1227 | 2024-05-29T21:06:55.336Z | Downloaded pin-project v1.1.5 | 
| 1228 | 2024-05-29T21:06:55.336Z | Downloaded ppv-lite86 v0.2.17 | 
| 1229 | 2024-05-29T21:06:55.336Z | Downloaded powerfmt v0.2.0 | 
| 1230 | 2024-05-29T21:06:55.336Z | Downloaded getopts v0.2.21 | 
| 1231 | 2024-05-29T21:06:55.336Z | Downloaded gethostname v0.4.3 | 
| 1232 | 2024-05-29T21:06:55.336Z | Downloaded generic-array v0.14.7 | 
| 1233 | 2024-05-29T21:06:55.365Z | Downloaded futures-timer v3.0.3 | 
| 1234 | 2024-05-29T21:06:55.365Z | Downloaded futures-sink v0.3.30 | 
| 1235 | 2024-05-29T21:06:55.366Z | Downloaded futures-macro v0.3.30 | 
| 1236 | 2024-05-29T21:06:55.366Z | Downloaded futures-io v0.3.30 | 
| 1237 | 2024-05-29T21:06:55.367Z | Downloaded pkcs1 v0.7.5 | 
| 1238 | 2024-05-29T21:06:55.367Z | Downloaded typed-path v0.7.1 | 
| 1239 | 2024-05-29T21:06:55.367Z | Downloaded funty v2.0.0 | 
| 1240 | 2024-05-29T21:06:55.367Z | Downloaded foreign-types-macros v0.2.3 | 
| 1241 | 2024-05-29T21:06:55.368Z | Downloaded foreign-types v0.5.0 | 
| 1242 | 2024-05-29T21:06:55.368Z | Downloaded thread-id v4.2.1 | 
| 1243 | 2024-05-29T21:06:55.368Z | Downloaded derive-where v1.2.7 | 
| 1244 | 2024-05-29T21:06:55.368Z | Downloaded futures-core v0.3.30 | 
| 1245 | 2024-05-29T21:06:55.369Z | Downloaded fragile v2.0.0 | 
| 1246 | 2024-05-29T21:06:55.369Z | Downloaded form_urlencoded v1.2.1 | 
| 1247 | 2024-05-29T21:06:55.369Z | Downloaded fnv v1.0.7 | 
| 1248 | 2024-05-29T21:06:55.370Z | Downloaded derive_more v0.99.17 | 
| 1249 | 2024-05-29T21:06:55.370Z | Downloaded enum-as-inner v0.5.1 | 
| 1250 | 2024-05-29T21:06:55.370Z | Downloaded topological-sort v0.2.2 | 
| 1251 | 2024-05-29T21:06:55.371Z | Downloaded scopeguard v1.2.0 | 
| 1252 | 2024-05-29T21:06:55.371Z | Downloaded bstr v0.2.17 | 
| 1253 | 2024-05-29T21:06:55.371Z | Downloaded scroll v0.12.0 | 
| 1254 | 2024-05-29T21:06:55.372Z | Downloaded tiny-keccak v2.0.2 | 
| 1255 | 2024-05-29T21:06:55.372Z | Downloaded time-macros v0.2.18 | 
| 1256 | 2024-05-29T21:06:55.372Z | Downloaded threadpool v1.8.1 | 
| 1257 | 2024-05-29T21:06:55.373Z | Downloaded thiserror-no-std v2.0.2 | 
| 1258 | 2024-05-29T21:06:55.373Z | Downloaded thiserror-impl-no-std v2.0.2 | 
| 1259 | 2024-05-29T21:06:55.373Z | Downloaded resolv-conf v0.7.0 | 
| 1260 | 2024-05-29T21:06:55.374Z | Downloaded zip v0.6.6 | 
| 1261 | 2024-05-29T21:06:55.374Z | Downloaded defmt v0.3.8 | 
| 1262 | 2024-05-29T21:06:55.374Z | Downloaded unicode-bidi v0.3.15 | 
| 1263 | 2024-05-29T21:06:55.374Z | Downloaded snafu-derive v0.8.2 | 
| 1264 | 2024-05-29T21:06:55.375Z | Downloaded foreign-types-shared v0.3.1 | 
| 1265 | 2024-05-29T21:06:55.375Z | Downloaded foreign-types-shared v0.1.1 | 
| 1266 | 2024-05-29T21:06:55.375Z | Downloaded rusty-fork v0.3.0 | 
| 1267 | 2024-05-29T21:06:55.375Z | Downloaded omicron-zone-package v0.11.0 | 
| 1268 | 2024-05-29T21:06:55.375Z | Downloaded criterion v0.5.1 | 
| 1269 | 2024-05-29T21:06:55.375Z | Downloaded fxhash v0.2.1 | 
| 1270 | 2024-05-29T21:06:55.375Z | Downloaded foreign-types v0.3.2 | 
| 1271 | 2024-05-29T21:06:55.376Z | Downloaded ref-cast-impl v1.0.23 | 
| 1272 | 2024-05-29T21:06:55.376Z | Downloaded rcgen v0.12.1 | 
| 1273 | 2024-05-29T21:06:55.376Z | Downloaded time-core v0.1.2 | 
| 1274 | 2024-05-29T21:06:55.376Z | Downloaded schemars_derive v0.8.19 | 
| 1275 | 2024-05-29T21:06:55.376Z | Downloaded scheduled-thread-pool v0.2.7 | 
| 1276 | 2024-05-29T21:06:55.376Z | Downloaded relative-path v1.9.3 | 
| 1277 | 2024-05-29T21:06:55.376Z | Downloaded pkg-config v0.3.30 | 
| 1278 | 2024-05-29T21:06:55.376Z | Downloaded pkcs8 v0.10.2 | 
| 1279 | 2024-05-29T21:06:55.376Z | Downloaded pin-project-lite v0.2.14 | 
| 1280 | 2024-05-29T21:06:55.376Z | Downloaded derive_builder_core v0.20.0 | 
| 1281 | 2024-05-29T21:06:55.376Z | Downloaded derive_builder v0.20.0 | 
| 1282 | 2024-05-29T21:06:55.376Z | Downloaded darling v0.20.9 | 
| 1283 | 2024-05-29T21:06:55.377Z | Downloaded zerocopy v0.6.6 | 
| 1284 | 2024-05-29T21:06:55.377Z | Downloaded tungstenite v0.20.1 | 
| 1285 | 2024-05-29T21:06:55.377Z | Downloaded same-file v1.0.6 | 
| 1286 | 2024-05-29T21:06:55.377Z | Downloaded rpassword v7.3.1 | 
| 1287 | 2024-05-29T21:06:55.377Z | Downloaded ref-cast v1.0.23 | 
| 1288 | 2024-05-29T21:06:55.377Z | Downloaded platforms v3.4.0 | 
| 1289 | 2024-05-29T21:06:55.377Z | Downloaded defmt-macros v0.3.9 | 
| 1290 | 2024-05-29T21:06:55.377Z | Downloaded crossterm v0.27.0 | 
| 1291 | 2024-05-29T21:06:55.377Z | Downloaded oorandom v11.1.3 | 
| 1292 | 2024-05-29T21:06:55.377Z | Downloaded csv-core v0.1.11 | 
| 1293 | 2024-05-29T21:06:55.377Z | Downloaded pin-utils v0.1.0 | 
| 1294 | 2024-05-29T21:06:55.377Z | Downloaded deranged v0.3.11 | 
| 1295 | 2024-05-29T21:06:55.378Z | Downloaded debug-ignore v1.0.5 | 
| 1296 | 2024-05-29T21:06:55.378Z | Downloaded rsa v0.9.6 | 
| 1297 | 2024-05-29T21:06:55.378Z | Downloaded defmt-parser v0.3.4 | 
| 1298 | 2024-05-29T21:06:55.378Z | Downloaded datatest-stable v0.2.9 | 
| 1299 | 2024-05-29T21:06:55.378Z | Downloaded data-encoding v2.6.0 | 
| 1300 | 2024-05-29T21:06:55.378Z | Downloaded zeroize_derive v1.4.2 | 
| 1301 | 2024-05-29T21:06:55.378Z | Downloaded zerocopy-derive v0.7.34 | 
| 1302 | 2024-05-29T21:06:55.378Z | Downloaded tungstenite v0.21.0 | 
| 1303 | 2024-05-29T21:06:55.378Z | Downloaded curve25519-dalek-derive v0.1.1 | 
| 1304 | 2024-05-29T21:06:55.378Z | Downloaded ucd-trie v0.1.6 | 
| 1305 | 2024-05-29T21:06:55.378Z | Downloaded snafu v0.8.2 | 
| 1306 | 2024-05-29T21:06:55.379Z | Downloaded mockall_derive v0.12.1 | 
| 1307 | 2024-05-29T21:06:55.379Z | Downloaded log v0.4.21 | 
| 1308 | 2024-05-29T21:06:55.379Z | Downloaded libefi-sys v0.1.0 | 
| 1309 | 2024-05-29T21:06:55.379Z | Downloaded nu-ansi-term v0.50.0 | 
| 1310 | 2024-05-29T21:06:55.379Z | Downloaded memmap2 v0.9.4 | 
| 1311 | 2024-05-29T21:06:55.379Z | Downloaded lock_api v0.4.12 | 
| 1312 | 2024-05-29T21:06:55.379Z | Downloaded unarray v0.1.4 | 
| 1313 | 2024-05-29T21:06:55.379Z | Downloaded tokio-macros v2.2.0 | 
| 1314 | 2024-05-29T21:06:55.379Z | Downloaded rstest_macros v0.19.0 | 
| 1315 | 2024-05-29T21:06:55.379Z | Downloaded opaque-debug v0.3.1 | 
| 1316 | 2024-05-29T21:06:55.379Z | Downloaded zeroize v1.7.0 | 
| 1317 | 2024-05-29T21:06:55.379Z | Downloaded tinyvec v1.6.0 | 
| 1318 | 2024-05-29T21:06:55.380Z | Downloaded minimal-lexical v0.2.1 | 
| 1319 | 2024-05-29T21:06:55.380Z | Downloaded unicase v2.7.0 | 
| 1320 | 2024-05-29T21:06:55.406Z | Downloaded typenum v1.17.0 | 
| 1321 | 2024-05-29T21:06:55.406Z | Downloaded crossbeam-channel v0.5.12 | 
| 1322 | 2024-05-29T21:06:55.406Z | Downloaded tinytemplate v1.2.1 | 
| 1323 | 2024-05-29T21:06:55.406Z | Downloaded tap v1.0.1 | 
| 1324 | 2024-05-29T21:06:55.407Z | Downloaded rustversion v1.0.17 | 
| 1325 | 2024-05-29T21:06:55.407Z | Downloaded num v0.4.3 | 
| 1326 | 2024-05-29T21:06:55.407Z | Downloaded nodrop v0.1.14 | 
| 1327 | 2024-05-29T21:06:55.407Z | Downloaded native-tls v0.2.11 | 
| 1328 | 2024-05-29T21:06:55.407Z | Downloaded spin v0.5.2 | 
| 1329 | 2024-05-29T21:06:55.407Z | Downloaded socket2 v0.5.7 | 
| 1330 | 2024-05-29T21:06:55.407Z | Downloaded socket2 v0.4.10 | 
| 1331 | 2024-05-29T21:06:55.407Z | Downloaded maybe-uninit v2.0.0 | 
| 1332 | 2024-05-29T21:06:55.407Z | Downloaded managed v0.8.0 | 
| 1333 | 2024-05-29T21:06:55.407Z | Downloaded lru-cache v0.1.2 | 
| 1334 | 2024-05-29T21:06:55.407Z | Downloaded linked-hash-map v0.5.6 | 
| 1335 | 2024-05-29T21:06:55.407Z | Downloaded linear-map v1.2.0 | 
| 1336 | 2024-05-29T21:06:55.408Z | Downloaded crypto-bigint v0.5.5 | 
| 1337 | 2024-05-29T21:06:55.408Z | Downloaded blake3 v1.5.1 | 
| 1338 | 2024-05-29T21:06:55.434Z | Downloaded zone_cfg_derive v0.1.2 | 
| 1339 | 2024-05-29T21:06:55.434Z | Downloaded tui-tree-widget v0.19.0 | 
| 1340 | 2024-05-29T21:06:55.435Z | Downloaded tls_codec v0.4.1 | 
| 1341 | 2024-05-29T21:06:55.435Z | Downloaded tabwriter v1.4.0 | 
| 1342 | 2024-05-29T21:06:55.435Z | Downloaded rustls-pki-types v1.7.0 | 
| 1343 | 2024-05-29T21:06:55.435Z | Downloaded rustls-pemfile v2.1.2 | 
| 1344 | 2024-05-29T21:06:55.435Z | Downloaded rustls-native-certs v0.7.0 | 
| 1345 | 2024-05-29T21:06:55.435Z | Downloaded rustc-hash v1.1.0 | 
| 1346 | 2024-05-29T21:06:55.435Z | Downloaded rustc-demangle v0.1.24 | 
| 1347 | 2024-05-29T21:06:55.435Z | Downloaded rust-argon2 v2.1.0 | 
| 1348 | 2024-05-29T21:06:55.435Z | Downloaded rstest v0.19.0 | 
| 1349 | 2024-05-29T21:06:55.435Z | Downloaded nibble_vec v0.1.0 | 
| 1350 | 2024-05-29T21:06:55.435Z | Downloaded newtype-uuid v1.1.0 | 
| 1351 | 2024-05-29T21:06:55.462Z | Downloaded nanorand v0.7.0 | 
| 1352 | 2024-05-29T21:06:55.462Z | Downloaded mime v0.3.17 | 
| 1353 | 2024-05-29T21:06:55.462Z | Downloaded memoffset v0.7.1 | 
| 1354 | 2024-05-29T21:06:55.463Z | Downloaded memmap v0.7.0 | 
| 1355 | 2024-05-29T21:06:55.463Z | Downloaded matches v0.1.10 | 
| 1356 | 2024-05-29T21:06:55.463Z | Downloaded maplit v1.0.2 | 
| 1357 | 2024-05-29T21:06:55.463Z | Downloaded lru v0.12.3 | 
| 1358 | 2024-05-29T21:06:55.463Z | Downloaded libtest-mimic v0.7.3 | 
| 1359 | 2024-05-29T21:06:55.463Z | Downloaded const_format v0.2.32 | 
| 1360 | 2024-05-29T21:06:55.463Z | Downloaded take_mut v0.2.2 | 
| 1361 | 2024-05-29T21:06:55.463Z | Downloaded tabled_derive v0.7.0 | 
| 1362 | 2024-05-29T21:06:55.463Z | Downloaded normalize-line-endings v0.3.0 | 
| 1363 | 2024-05-29T21:06:55.463Z | Downloaded match_cfg v0.1.0 | 
| 1364 | 2024-05-29T21:06:55.463Z | Downloaded smf v0.2.3 | 
| 1365 | 2024-05-29T21:06:55.463Z | Downloaded rustls-pemfile v1.0.4 | 
| 1366 | 2024-05-29T21:06:55.463Z | Downloaded rustfmt-wrapper v0.2.1 | 
| 1367 | 2024-05-29T21:06:55.463Z | Downloaded rustc_version v0.4.0 | 
| 1368 | 2024-05-29T21:06:55.463Z | Downloaded rustc_version v0.1.7 | 
| 1369 | 2024-05-29T21:06:55.489Z | Downloaded rtoolbox v0.0.2 | 
| 1370 | 2024-05-29T21:06:55.490Z | Downloaded newline-converter v0.3.0 | 
| 1371 | 2024-05-29T21:06:55.490Z | Downloaded new_debug_unreachable v1.0.6 | 
| 1372 | 2024-05-29T21:06:55.490Z | Downloaded nested v0.1.1 | 
| 1373 | 2024-05-29T21:06:55.490Z | Downloaded multer v3.1.0 | 
| 1374 | 2024-05-29T21:06:55.490Z | Downloaded miniz_oxide v0.7.2 | 
| 1375 | 2024-05-29T21:06:55.490Z | Downloaded mime_guess v2.0.4 | 
| 1376 | 2024-05-29T21:06:55.490Z | Downloaded md-5 v0.10.6 | 
| 1377 | 2024-05-29T21:06:55.490Z | Downloaded libsw v3.3.1 | 
| 1378 | 2024-05-29T21:06:55.490Z | Downloaded libloading v0.8.3 | 
| 1379 | 2024-05-29T21:06:55.490Z | Downloaded lazycell v1.3.0 | 
| 1380 | 2024-05-29T21:06:55.490Z | Downloaded kstat-rs v0.2.3 | 
| 1381 | 2024-05-29T21:06:55.490Z | Downloaded keccak v0.1.5 | 
| 1382 | 2024-05-29T21:06:55.490Z | Downloaded hkdf v0.12.4 | 
| 1383 | 2024-05-29T21:06:55.490Z | Downloaded crossbeam-utils v0.8.19 | 
| 1384 | 2024-05-29T21:06:55.490Z | Downloaded compact_str v0.7.1 | 
| 1385 | 2024-05-29T21:06:55.516Z | Downloaded bindgen v0.69.4 | 
| 1386 | 2024-05-29T21:06:55.516Z | Downloaded rand_xorshift v0.3.0 | 
| 1387 | 2024-05-29T21:06:55.516Z | Downloaded newtype_derive v0.1.6 | 
| 1388 | 2024-05-29T21:06:55.516Z | Downloaded multimap v0.10.0 | 
| 1389 | 2024-05-29T21:06:55.516Z | Downloaded mockall v0.12.1 | 
| 1390 | 2024-05-29T21:06:55.516Z | Downloaded lazy_static v1.4.0 | 
| 1391 | 2024-05-29T21:06:55.516Z | Downloaded itertools v0.10.5 | 
| 1392 | 2024-05-29T21:06:55.516Z | Downloaded iana-time-zone v0.1.60 | 
| 1393 | 2024-05-29T21:06:55.516Z | Downloaded http v0.2.12 | 
| 1394 | 2024-05-29T21:06:55.545Z | Downloaded crossbeam-epoch v0.9.18 | 
| 1395 | 2024-05-29T21:06:55.545Z | Downloaded crossbeam-deque v0.8.5 | 
| 1396 | 2024-05-29T21:06:55.545Z | Downloaded crc-catalog v2.4.0 | 
| 1397 | 2024-05-29T21:06:55.545Z | Downloaded crc-any v2.5.0 | 
| 1398 | 2024-05-29T21:06:55.545Z | Downloaded cookie_store v0.20.0 | 
| 1399 | 2024-05-29T21:06:55.545Z | Downloaded cookie v0.18.1 | 
| 1400 | 2024-05-29T21:06:55.545Z | Downloaded cookie v0.17.0 | 
| 1401 | 2024-05-29T21:06:55.545Z | Downloaded convert_case v0.4.0 | 
| 1402 | 2024-05-29T21:06:55.545Z | Downloaded const_format_proc_macros v0.2.32 | 
| 1403 | 2024-05-29T21:06:55.545Z | Downloaded const-oid v0.9.6 | 
| 1404 | 2024-05-29T21:06:55.545Z | Downloaded console v0.15.8 | 
| 1405 | 2024-05-29T21:06:55.545Z | Downloaded colored v2.1.0 | 
| 1406 | 2024-05-29T21:06:55.572Z | Downloaded cobs v0.2.3 | 
| 1407 | 2024-05-29T21:06:55.572Z | Downloaded ciborium-ll v0.2.2 | 
| 1408 | 2024-05-29T21:06:55.572Z | Downloaded ciborium v0.2.2 | 
| 1409 | 2024-05-29T21:06:55.572Z | Downloaded chacha20poly1305 v0.10.1 | 
| 1410 | 2024-05-29T21:06:55.572Z | Downloaded cfg-expr v0.15.8 | 
| 1411 | 2024-05-29T21:06:55.572Z | Downloaded cexpr v0.6.0 | 
| 1412 | 2024-05-29T21:06:55.572Z | Downloaded indexmap v1.9.3 | 
| 1413 | 2024-05-29T21:06:55.572Z | Downloaded crunchy v0.2.2 | 
| 1414 | 2024-05-29T21:06:55.572Z | Downloaded crucible-workspace-hack v0.1.0 | 
| 1415 | 2024-05-29T21:06:55.572Z | Downloaded crc32fast v1.4.0 | 
| 1416 | 2024-05-29T21:06:55.572Z | Downloaded crc v3.2.1 | 
| 1417 | 2024-05-29T21:06:55.572Z | Downloaded cpufeatures v0.2.12 | 
| 1418 | 2024-05-29T21:06:55.572Z | Downloaded corncobs v0.1.3 | 
| 1419 | 2024-05-29T21:06:55.573Z | Downloaded constant_time_eq v0.3.0 | 
| 1420 | 2024-05-29T21:06:55.603Z | Downloaded cfg_aliases v0.1.1 | 
| 1421 | 2024-05-29T21:06:55.603Z | Downloaded castaway v0.2.2 | 
| 1422 | 2024-05-29T21:06:55.603Z | Downloaded is_ci v1.2.0 | 
| 1423 | 2024-05-29T21:06:55.603Z | Downloaded is-terminal v0.4.12 | 
| 1424 | 2024-05-29T21:06:55.604Z | Downloaded indoc v2.0.5 | 
| 1425 | 2024-05-29T21:06:55.604Z | Downloaded indoc v1.0.9 | 
| 1426 | 2024-05-29T21:06:55.604Z | Downloaded impl-trait-for-tuples v0.2.2 | 
| 1427 | 2024-05-29T21:06:55.604Z | Downloaded hyper-rustls v0.26.0 | 
| 1428 | 2024-05-29T21:06:55.604Z | Downloaded httpdate v1.0.3 | 
| 1429 | 2024-05-29T21:06:55.604Z | Downloaded httparse v1.8.0 | 
| 1430 | 2024-05-29T21:06:55.604Z | Downloaded bitstruct_derive v0.1.0 | 
| 1431 | 2024-05-29T21:06:55.604Z | Downloaded ipnet v2.9.0 | 
| 1432 | 2024-05-29T21:06:55.604Z | Downloaded instant v0.1.12 | 
| 1433 | 2024-05-29T21:06:55.604Z | Downloaded inout v0.1.3 | 
| 1434 | 2024-05-29T21:06:55.604Z | Downloaded ident_case v1.0.1 | 
| 1435 | 2024-05-29T21:06:55.604Z | Downloaded hyper-tls v0.5.0 | 
| 1436 | 2024-05-29T21:06:55.604Z | Downloaded hyper-staticfile v0.9.5 | 
| 1437 | 2024-05-29T21:06:55.632Z | Downloaded hyper-rustls v0.24.2 | 
| 1438 | 2024-05-29T21:06:55.632Z | Downloaded hyper v1.3.1 | 
| 1439 | 2024-05-29T21:06:55.632Z | Downloaded hyper v0.14.28 | 
| 1440 | 2024-05-29T21:06:55.632Z | Downloaded humantime v2.1.0 | 
| 1441 | 2024-05-29T21:06:55.632Z | Downloaded hubpack_derive v0.1.1 | 
| 1442 | 2024-05-29T21:06:55.632Z | Downloaded hubpack v0.1.2 | 
| 1443 | 2024-05-29T21:06:55.632Z | Downloaded http-range v0.1.5 | 
| 1444 | 2024-05-29T21:06:55.633Z | Downloaded http-body v1.0.0 | 
| 1445 | 2024-05-29T21:06:55.633Z | Downloaded http-body v0.4.6 | 
| 1446 | 2024-05-29T21:06:55.633Z | Downloaded http v1.1.0 | 
| 1447 | 2024-05-29T21:06:55.661Z | Downloaded hostname v0.4.0 | 
| 1448 | 2024-05-29T21:06:55.661Z | Downloaded home v0.5.9 | 
| 1449 | 2024-05-29T21:06:55.661Z | Downloaded criterion-plot v0.5.0 | 
| 1450 | 2024-05-29T21:06:55.661Z | Downloaded clang-sys v1.7.0 | 
| 1451 | 2024-05-29T21:06:55.661Z | Downloaded cipher v0.4.4 | 
| 1452 | 2024-05-29T21:06:55.661Z | Downloaded ciborium-io v0.2.2 | 
| 1453 | 2024-05-29T21:06:55.661Z | Downloaded cast v0.3.0 | 
| 1454 | 2024-05-29T21:06:55.661Z | Downloaded cassowary v0.3.0 | 
| 1455 | 2024-05-29T21:06:55.661Z | Downloaded camino-tempfile v1.1.1 | 
| 1456 | 2024-05-29T21:06:55.661Z | Downloaded bzip2 v0.4.4 | 
| 1457 | 2024-05-29T21:06:55.661Z | Downloaded byteorder v1.5.0 | 
| 1458 | 2024-05-29T21:06:55.661Z | Downloaded buf-list v1.0.3 | 
| 1459 | 2024-05-29T21:06:55.661Z | Downloaded blake2b_simd v1.0.2 | 
| 1460 | 2024-05-29T21:06:55.661Z | Downloaded blake2 v0.10.6 | 
| 1461 | 2024-05-29T21:06:55.661Z | Downloaded bitvec v1.0.1 | 
| 1462 | 2024-05-29T21:06:55.689Z | Downloaded httptest v0.15.5 | 
| 1463 | 2024-05-29T21:06:55.689Z | Downloaded hmac v0.12.1 | 
| 1464 | 2024-05-29T21:06:55.689Z | Downloaded hex v0.4.3 | 
| 1465 | 2024-05-29T21:06:55.689Z | Downloaded heapless v0.8.0 | 
| 1466 | 2024-05-29T21:06:55.689Z | Downloaded chacha20 v0.9.1 | 
| 1467 | 2024-05-29T21:06:55.689Z | Downloaded cfg-if v1.0.0 | 
| 1468 | 2024-05-29T21:06:55.689Z | Downloaded cc v1.0.97 | 
| 1469 | 2024-05-29T21:06:55.716Z | Downloaded bytes v1.6.0 | 
| 1470 | 2024-05-29T21:06:55.717Z | Downloaded block-buffer v0.10.4 | 
| 1471 | 2024-05-29T21:06:55.717Z | Downloaded bitflags v1.3.2 | 
| 1472 | 2024-05-29T21:06:55.717Z | Downloaded highway v1.1.0 | 
| 1473 | 2024-05-29T21:06:55.717Z | Downloaded heck v0.4.1 | 
| 1474 | 2024-05-29T21:06:55.717Z | Downloaded cancel-safe-futures v0.1.5 | 
| 1475 | 2024-05-29T21:06:55.717Z | Downloaded bitstruct v0.1.1 | 
| 1476 | 2024-05-29T21:06:55.717Z | Downloaded bcs v0.1.6 | 
| 1477 | 2024-05-29T21:06:55.717Z | Downloaded base64 v0.13.1 | 
| 1478 | 2024-05-29T21:06:55.717Z | Downloaded assert_cmd v2.0.14 | 
| 1479 | 2024-05-29T21:06:55.717Z | Downloaded heck v0.3.3 | 
| 1480 | 2024-05-29T21:06:55.717Z | Downloaded bytecount v0.6.8 | 
| 1481 | 2024-05-29T21:06:55.752Z | Downloaded block-padding v0.3.3 | 
| 1482 | 2024-05-29T21:06:55.752Z | Downloaded bitfield v0.14.0 | 
| 1483 | 2024-05-29T21:06:55.752Z | Downloaded base64 v0.22.1 | 
| 1484 | 2024-05-29T21:06:55.752Z | Downloaded bit-vec v0.6.3 | 
| 1485 | 2024-05-29T21:06:55.752Z | Downloaded bb8 v0.8.3 | 
| 1486 | 2024-05-29T21:06:55.752Z | Downloaded base64ct v1.6.0 | 
| 1487 | 2024-05-29T21:06:55.752Z | Downloaded backtrace v0.3.71 | 
| 1488 | 2024-05-29T21:06:55.752Z | Downloaded async-stream-impl v0.3.5 | 
| 1489 | 2024-05-29T21:06:55.753Z | Downloaded ascii v1.1.0 | 
| 1490 | 2024-05-29T21:06:55.753Z | Downloaded arrayref v0.3.7 | 
| 1491 | 2024-05-29T21:06:55.753Z | Downloaded bit-set v0.5.3 | 
| 1492 | 2024-05-29T21:06:55.753Z | Downloaded base16ct v0.2.0 | 
| 1493 | 2024-05-29T21:06:55.753Z | Downloaded backoff v0.4.0 | 
| 1494 | 2024-05-29T21:06:55.781Z | Downloaded atty v0.2.14 | 
| 1495 | 2024-05-29T21:06:55.781Z | Downloaded atomicwrites v0.4.3 | 
| 1496 | 2024-05-29T21:06:55.781Z | Downloaded atomic-waker v1.1.2 | 
| 1497 | 2024-05-29T21:06:55.781Z | Downloaded async-trait v0.1.80 | 
| 1498 | 2024-05-29T21:06:55.781Z | Downloaded async-stream v0.3.5 | 
| 1499 | 2024-05-29T21:06:55.781Z | Downloaded async-recursion v1.1.1 | 
| 1500 | 2024-05-29T21:06:55.781Z | Downloaded assert_matches v1.5.0 | 
| 1501 | 2024-05-29T21:06:55.781Z | Downloaded ascii-canvas v3.0.0 | 
| 1502 | 2024-05-29T21:06:55.781Z | Downloaded arrayvec v0.7.4 | 
| 1503 | 2024-05-29T21:06:55.781Z | Downloaded array-init v0.0.4 | 
| 1504 | 2024-05-29T21:06:55.781Z | Downloaded approx v0.5.1 | 
| 1505 | 2024-05-29T21:06:55.781Z | Downloaded anes v0.1.6 | 
| 1506 | 2024-05-29T21:06:55.781Z | Downloaded aho-corasick v1.1.3 | 
| 1507 | 2024-05-29T21:06:55.781Z | Downloaded ahash v0.8.11 | 
| 1508 | 2024-05-29T21:06:55.781Z | Downloaded adler v1.0.2 | 
| 1509 | 2024-05-29T21:06:55.781Z | Downloaded allocator-api2 v0.2.18 | 
| 1510 | 2024-05-29T21:06:55.807Z | Downloaded aead v0.5.2 | 
| 1511 | 2024-05-29T21:06:56.372Z | Compiling libc v0.2.153 | 
| 1512 | 2024-05-29T21:06:56.373Z | Compiling serde v1.0.202 | 
| 1513 | 2024-05-29T21:06:56.399Z | Compiling version_check v0.9.4 | 
| 1514 | 2024-05-29T21:06:56.399Z | Checking cfg-if v1.0.0 | 
| 1515 | 2024-05-29T21:06:56.399Z | Compiling lock_api v0.4.12 | 
| 1516 | 2024-05-29T21:06:56.399Z | Compiling parking_lot_core v0.9.10 | 
| 1517 | 2024-05-29T21:06:56.485Z | Compiling syn v2.0.64 | 
| 1518 | 2024-05-29T21:06:56.522Z | Compiling cc v1.0.97 | 
| 1519 | 2024-05-29T21:06:56.554Z | Compiling libm v0.2.8 | 
| 1520 | 2024-05-29T21:06:56.837Z | Compiling num-traits v0.2.19 | 
| 1521 | 2024-05-29T21:06:56.910Z | Compiling once_cell v1.19.0 | 
| 1522 | 2024-05-29T21:06:56.935Z | Compiling memchr v2.7.2 | 
| 1523 | 2024-05-29T21:06:56.960Z | Compiling serde_json v1.0.117 | 
| 1524 | 2024-05-29T21:06:57.107Z | Compiling ahash v0.8.11 | 
| 1525 | 2024-05-29T21:06:57.287Z | Compiling byteorder v1.5.0 | 
| 1526 | 2024-05-29T21:06:57.483Z | Compiling syn v1.0.109 | 
| 1527 | 2024-05-29T21:06:57.704Z | Checking log v0.4.21 | 
| 1528 | 2024-05-29T21:06:57.969Z | Checking getrandom v0.2.14 | 
| 1529 | 2024-05-29T21:06:58.195Z | Compiling slab v0.4.9 | 
| 1530 | 2024-05-29T21:06:58.263Z | Checking itoa v1.0.11 | 
| 1531 | 2024-05-29T21:06:58.308Z | Compiling typenum v1.17.0 | 
| 1532 | 2024-05-29T21:06:58.379Z | Compiling generic-array v0.14.7 | 
| 1533 | 2024-05-29T21:06:58.471Z | Checking scopeguard v1.2.0 | 
| 1534 | 2024-05-29T21:06:58.623Z | Checking smallvec v1.13.2 | 
| 1535 | 2024-05-29T21:06:58.712Z | Compiling allocator-api2 v0.2.18 | 
| 1536 | 2024-05-29T21:06:58.792Z | Compiling pkg-config v0.3.30 | 
| 1537 | 2024-05-29T21:06:58.914Z | Compiling rustix v0.38.34 | 
| 1538 | 2024-05-29T21:06:58.945Z | Compiling schemars v0.8.19 | 
| 1539 | 2024-05-29T21:06:59.612Z | Checking pin-project-lite v0.2.14 | 
| 1540 | 2024-05-29T21:06:59.695Z | Compiling ring v0.17.8 | 
| 1541 | 2024-05-29T21:06:59.727Z | Compiling httparse v1.8.0 | 
| 1542 | 2024-05-29T21:06:59.823Z | Checking parking_lot v0.12.2 | 
| 1543 | 2024-05-29T21:06:59.931Z | Compiling num-conv v0.1.0 | 
| 1544 | 2024-05-29T21:07:00.114Z | Compiling time-core v0.1.2 | 
| 1545 | 2024-05-29T21:07:00.139Z | Checking signal-hook-registry v1.4.2 | 
| 1546 | 2024-05-29T21:07:00.266Z | Compiling time-macros v0.2.18 | 
| 1547 | 2024-05-29T21:07:00.304Z | Compiling fnv v1.0.7 | 
| 1548 | 2024-05-29T21:07:00.331Z | Checking mio v0.8.11 | 
| 1549 | 2024-05-29T21:07:00.355Z | Compiling vcpkg v0.2.15 | 
| 1550 | 2024-05-29T21:07:00.417Z | Compiling heck v0.4.1 | 
| 1551 | 2024-05-29T21:07:00.807Z | Checking ryu v1.0.18 | 
| 1552 | 2024-05-29T21:07:00.846Z | Checking num_cpus v1.16.0 | 
| 1553 | 2024-05-29T21:07:00.955Z | Compiling aho-corasick v1.1.3 | 
| 1554 | 2024-05-29T21:07:02.153Z | Compiling regex-syntax v0.8.3 | 
| 1555 | 2024-05-29T21:07:02.193Z | Compiling openssl-sys v0.9.102 | 
| 1556 | 2024-05-29T21:07:03.087Z | Compiling serde_derive_internals v0.29.1 | 
| 1557 | 2024-05-29T21:07:03.222Z | Checking rand_core v0.6.4 | 
| 1558 | 2024-05-29T21:07:03.469Z | Checking futures-core v0.3.30 | 
| 1559 | 2024-05-29T21:07:03.910Z | Checking socket2 v0.5.7 | 
| 1560 | 2024-05-29T21:07:03.941Z | Compiling openssl v0.10.64 | 
| 1561 | 2024-05-29T21:07:04.045Z | Compiling ucd-trie v0.1.6 | 
| 1562 | 2024-05-29T21:07:04.463Z | Compiling slog v2.7.0 | 
| 1563 | 2024-05-29T21:07:04.578Z | Compiling rustversion v1.0.17 | 
| 1564 | 2024-05-29T21:07:04.921Z | Compiling regex-automata v0.4.6 | 
| 1565 | 2024-05-29T21:07:05.087Z | Compiling crossbeam-utils v0.8.19 | 
| 1566 | 2024-05-29T21:07:05.420Z | Compiling native-tls v0.2.11 | 
| 1567 | 2024-05-29T21:07:05.514Z | Compiling rustls v0.21.12 | 
| 1568 | 2024-05-29T21:07:05.608Z | Compiling iana-time-zone v0.1.60 | 
| 1569 | 2024-05-29T21:07:05.727Z | Compiling cookie v0.17.0 | 
| 1570 | 2024-05-29T21:07:05.775Z | Compiling backtrace v0.3.71 | 
| 1571 | 2024-05-29T21:07:06.017Z | Compiling dyn-clone v1.0.17 | 
| 1572 | 2024-05-29T21:07:06.105Z | Checking futures-sink v0.3.30 | 
| 1573 | 2024-05-29T21:07:06.203Z | Compiling anyhow v1.0.83 | 
| 1574 | 2024-05-29T21:07:06.460Z | Checking pin-utils v0.1.0 | 
| 1575 | 2024-05-29T21:07:06.544Z | Checking futures-channel v0.3.30 | 
| 1576 | 2024-05-29T21:07:06.823Z | Checking futures-io v0.3.30 | 
| 1577 | 2024-05-29T21:07:07.022Z | Checking futures-task v0.3.30 | 
| 1578 | 2024-05-29T21:07:07.460Z | Compiling tinyvec_macros v0.1.1 | 
| 1579 | 2024-05-29T21:07:07.460Z | Compiling tinyvec v1.6.0 | 
| 1580 | 2024-05-29T21:07:07.460Z | Compiling thread-id v4.2.1 | 
| 1581 | 2024-05-29T21:07:07.460Z | Compiling errno v0.3.9 | 
| 1582 | 2024-05-29T21:07:07.621Z | Compiling either v1.12.0 | 
| 1583 | 2024-05-29T21:07:07.685Z | Compiling unicode-bidi v0.3.15 | 
| 1584 | 2024-05-29T21:07:07.951Z | Checking subtle v2.5.0 | 
| 1585 | 2024-05-29T21:07:08.005Z | Compiling unicode-width v0.1.12 | 
| 1586 | 2024-05-29T21:07:08.181Z | Compiling spin v0.9.8 | 
| 1587 | 2024-05-29T21:07:08.451Z | Compiling unicode-normalization v0.1.23 | 
| 1588 | 2024-05-29T21:07:08.545Z | Compiling usdt-impl v0.5.0 | 
| 1589 | 2024-05-29T21:07:08.737Z | Compiling crc32fast v1.4.0 | 
| 1590 | 2024-05-29T21:07:08.762Z | Compiling serde_derive v1.0.202 | 
| 1591 | 2024-05-29T21:07:08.840Z | Compiling zerocopy-derive v0.7.34 | 
| 1592 | 2024-05-29T21:07:08.894Z | Compiling thiserror-impl v1.0.60 | 
| 1593 | 2024-05-29T21:07:09.143Z | Compiling zeroize_derive v1.4.2 | 
| 1594 | 2024-05-29T21:07:09.379Z | Compiling tokio-macros v2.2.0 | 
| 1595 | 2024-05-29T21:07:09.532Z | Compiling futures-macro v0.3.30 | 
| 1596 | 2024-05-29T21:07:10.005Z | Compiling tracing-attributes v0.1.27 | 
| 1597 | 2024-05-29T21:07:10.505Z | Compiling schemars_derive v0.8.19 | 
| 1598 | 2024-05-29T21:07:10.794Z | Compiling regex v1.10.4 | 
| 1599 | 2024-05-29T21:07:10.839Z | Compiling zerocopy v0.7.34 | 
| 1600 | 2024-05-29T21:07:11.218Z | Checking zeroize v1.7.0 | 
| 1601 | 2024-05-29T21:07:11.428Z | Compiling openssl-macros v0.1.1 | 
| 1602 | 2024-05-29T21:07:11.710Z | Compiling thiserror v1.0.60 | 
| 1603 | 2024-05-29T21:07:11.943Z | Compiling pest v2.7.10 | 
| 1604 | 2024-05-29T21:07:12.112Z | Compiling async-trait v0.1.80 | 
| 1605 | 2024-05-29T21:07:12.573Z | Compiling hashbrown v0.14.5 | 
| 1606 | 2024-05-29T21:07:13.155Z | Compiling scroll_derive v0.12.0 | 
| 1607 | 2024-05-29T21:07:13.227Z | Checking futures-util v0.3.30 | 
| 1608 | 2024-05-29T21:07:13.676Z | Compiling der_derive v0.7.2 | 
| 1609 | 2024-05-29T21:07:14.339Z | Compiling pest_meta v2.7.10 | 
| 1610 | 2024-05-29T21:07:14.491Z | Compiling scroll v0.12.0 | 
| 1611 | 2024-05-29T21:07:14.549Z | Compiling winnow v0.5.40 | 
| 1612 | 2024-05-29T21:07:15.209Z | Compiling plain v0.2.3 | 
| 1613 | 2024-05-29T21:07:15.338Z | Compiling pest_generator v2.7.10 | 
| 1614 | 2024-05-29T21:07:15.822Z | Compiling goblin v0.8.2 | 
| 1615 | 2024-05-29T21:07:17.607Z | Compiling pretty-hex v0.4.1 | 
| 1616 | 2024-05-29T21:07:17.778Z | Compiling percent-encoding v2.3.1 | 
| 1617 | 2024-05-29T21:07:17.807Z | Compiling const-oid v0.9.6 | 
| 1618 | 2024-05-29T21:07:17.968Z | Compiling tracing-core v0.1.32 | 
| 1619 | 2024-05-29T21:07:18.089Z | Compiling untrusted v0.9.0 | 
| 1620 | 2024-05-29T21:07:18.465Z | Compiling pest_derive v2.7.10 | 
| 1621 | 2024-05-29T21:07:19.082Z | Compiling tracing v0.1.40 | 
| 1622 | 2024-05-29T21:07:19.128Z | Compiling clap_derive v4.5.4 | 
| 1623 | 2024-05-29T21:07:19.155Z | Compiling dtrace-parser v0.2.0 | 
| 1624 | 2024-05-29T21:07:19.476Z | Checking bytes v1.6.0 | 
| 1625 | 2024-05-29T21:07:20.411Z | Compiling indexmap v2.2.6 | 
| 1626 | 2024-05-29T21:07:20.958Z | Compiling semver v1.0.23 | 
| 1627 | 2024-05-29T21:07:21.516Z | Checking tokio v1.37.0 | 
| 1628 | 2024-05-29T21:07:21.565Z | Compiling serde_tokenstream v0.2.0 | 
| 1629 | 2024-05-29T21:07:21.617Z | Compiling bitflags v2.5.0 | 
| 1630 | 2024-05-29T21:07:21.718Z | Compiling chrono v0.4.38 | 
| 1631 | 2024-05-29T21:07:21.870Z | Compiling uuid v1.8.0 | 
| 1632 | 2024-05-29T21:07:22.009Z | Compiling http v0.2.12 | 
| 1633 | 2024-05-29T21:07:22.235Z | Compiling toml_datetime v0.6.6 | 
| 1634 | 2024-05-29T21:07:22.451Z | Compiling serde_spanned v0.6.6 | 
| 1635 | 2024-05-29T21:07:22.650Z | Compiling rustc_version v0.4.0 | 
| 1636 | 2024-05-29T21:07:22.990Z | Compiling toml_edit v0.19.15 | 
| 1637 | 2024-05-29T21:07:23.274Z | Compiling openapiv3 v2.0.0 | 
| 1638 | 2024-05-29T21:07:24.045Z | Compiling dof v0.3.0 | 
| 1639 | 2024-05-29T21:07:25.835Z | Compiling signal-hook v0.3.17 | 
| 1640 | 2024-05-29T21:07:26.018Z | Compiling foreign-types-shared v0.1.1 | 
| 1641 | 2024-05-29T21:07:26.058Z | Compiling powerfmt v0.2.0 | 
| 1642 | 2024-05-29T21:07:26.119Z | Compiling spin v0.5.2 | 
| 1643 | 2024-05-29T21:07:26.311Z | Compiling deranged v0.3.11 | 
| 1644 | 2024-05-29T21:07:26.388Z | Compiling foreign-types v0.3.2 | 
| 1645 | 2024-05-29T21:07:26.497Z | Compiling usdt-macro v0.5.0 | 
| 1646 | 2024-05-29T21:07:26.700Z | Compiling usdt-attr-macro v0.5.0 | 
| 1647 | 2024-05-29T21:07:26.954Z | Compiling form_urlencoded v1.2.1 | 
| 1648 | 2024-05-29T21:07:27.133Z | Compiling crypto-common v0.1.6 | 
| 1649 | 2024-05-29T21:07:27.242Z | Compiling zerocopy-derive v0.6.6 | 
| 1650 | 2024-05-29T21:07:27.352Z | Compiling num_threads v0.1.7 | 
| 1651 | 2024-05-29T21:07:27.476Z | Compiling try-lock v0.2.5 | 
| 1652 | 2024-05-29T21:07:27.608Z | Compiling base64 v0.21.7 | 
| 1653 | 2024-05-29T21:07:27.954Z | Compiling siphasher v0.3.11 | 
| 1654 | 2024-05-29T21:07:27.980Z | Compiling time v0.3.36 | 
| 1655 | 2024-05-29T21:07:28.236Z | Compiling want v0.3.1 | 
| 1656 | 2024-05-29T21:07:28.261Z | Compiling http-body v0.4.6 | 
| 1657 | 2024-05-29T21:07:28.287Z | Compiling rustls-webpki v0.101.7 | 
| 1658 | 2024-05-29T21:07:28.543Z | Compiling sct v0.7.1 | 
| 1659 | 2024-05-29T21:07:28.804Z | Compiling block-buffer v0.10.4 | 
| 1660 | 2024-05-29T21:07:29.019Z | Compiling tokio-util v0.7.11 | 
| 1661 | 2024-05-29T21:07:29.105Z | Compiling idna v0.5.0 | 
| 1662 | 2024-05-29T21:07:29.642Z | Compiling openssl-probe v0.1.5 | 
| 1663 | 2024-05-29T21:07:29.750Z | Compiling tower-service v0.3.2 | 
| 1664 | 2024-05-29T21:07:29.857Z | Compiling h2 v0.3.26 | 
| 1665 | 2024-05-29T21:07:29.918Z | Compiling httpdate v1.0.3 | 
| 1666 | 2024-05-29T21:07:29.944Z | Compiling url v2.5.0 | 
| 1667 | 2024-05-29T21:07:30.304Z | Compiling digest v0.10.7 | 
| 1668 | 2024-05-29T21:07:30.709Z | Compiling heapless v0.7.17 | 
| 1669 | 2024-05-29T21:07:31.177Z | Compiling idna v0.3.0 | 
| 1670 | 2024-05-29T21:07:31.429Z | Compiling ppv-lite86 v0.2.17 | 
| 1671 | 2024-05-29T21:07:32.168Z | Compiling psl-types v2.0.11 | 
| 1672 | 2024-05-29T21:07:32.339Z | Checking equivalent v1.0.1 | 
| 1673 | 2024-05-29T21:07:32.381Z | Compiling publicsuffix v2.2.3 | 
| 1674 | 2024-05-29T21:07:32.406Z | Compiling rand_chacha v0.3.1 | 
| 1675 | 2024-05-29T21:07:32.606Z | Compiling crossbeam-epoch v0.9.18 | 
| 1676 | 2024-05-29T21:07:33.427Z | Compiling tokio-rustls v0.24.1 | 
| 1677 | 2024-05-29T21:07:33.522Z | Compiling tokio-native-tls v0.3.1 | 
| 1678 | 2024-05-29T21:07:33.766Z | Compiling adler v1.0.2 | 
| 1679 | 2024-05-29T21:07:33.794Z | Compiling ipnet v2.9.0 | 
| 1680 | 2024-05-29T21:07:33.821Z | Compiling bit-vec v0.6.3 | 
| 1681 | 2024-05-29T21:07:33.981Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) | 
| 1682 | 2024-05-29T21:07:34.178Z | Compiling cookie_store v0.20.0 | 
| 1683 | 2024-05-29T21:07:34.667Z | Compiling miniz_oxide v0.7.2 | 
| 1684 | 2024-05-29T21:07:34.714Z | Compiling rand v0.8.5 | 
| 1685 | 2024-05-29T21:07:34.880Z | Compiling phf_shared v0.10.0 | 
| 1686 | 2024-05-29T21:07:35.206Z | Compiling hyper v0.14.28 | 
| 1687 | 2024-05-29T21:07:35.437Z | Compiling rustls-pemfile v1.0.4 | 
| 1688 | 2024-05-29T21:07:35.536Z | Compiling serde_urlencoded v0.7.1 | 
| 1689 | 2024-05-29T21:07:35.567Z | Compiling lazy_static v1.4.0 | 
| 1690 | 2024-05-29T21:07:35.670Z | Compiling encoding_rs v0.8.34 | 
| 1691 | 2024-05-29T21:07:35.786Z | Compiling mime v0.3.17 | 
| 1692 | 2024-05-29T21:07:35.914Z | Compiling new_debug_unreachable v1.0.6 | 
| 1693 | 2024-05-29T21:07:35.979Z | Compiling smoltcp v0.9.1 | 
| 1694 | 2024-05-29T21:07:36.007Z | Compiling base64ct v1.6.0 | 
| 1695 | 2024-05-29T21:07:36.266Z | Compiling webpki-roots v0.25.4 | 
| 1696 | 2024-05-29T21:07:36.349Z | Compiling sync_wrapper v0.1.2 | 
| 1697 | 2024-05-29T21:07:36.398Z | Compiling gimli v0.28.1 | 
| 1698 | 2024-05-29T21:07:36.466Z | Compiling minimal-lexical v0.2.1 | 
| 1699 | 2024-05-29T21:07:36.492Z | Compiling precomputed-hash v0.1.1 | 
| 1700 | 2024-05-29T21:07:36.554Z | Compiling fixedbitset v0.4.2 | 
| 1701 | 2024-05-29T21:07:36.585Z | Compiling string_cache v0.8.7 | 
| 1702 | 2024-05-29T21:07:36.883Z | Compiling nom v7.1.3 | 
| 1703 | 2024-05-29T21:07:36.911Z | Compiling petgraph v0.6.5 | 
| 1704 | 2024-05-29T21:07:36.988Z | Compiling pem-rfc7468 v0.7.0 | 
| 1705 | 2024-05-29T21:07:37.586Z | Compiling bit-set v0.5.3 | 
| 1706 | 2024-05-29T21:07:37.708Z | Compiling hmac v0.12.1 | 
| 1707 | 2024-05-29T21:07:37.814Z | Compiling enum-as-inner v0.5.1 | 
| 1708 | 2024-05-29T21:07:37.899Z | Compiling hubpack_derive v0.1.1 | 
| 1709 | 2024-05-29T21:07:38.110Z | Compiling itertools v0.10.5 | 
| 1710 | 2024-05-29T21:07:38.625Z | Compiling diesel_table_macro_syntax v0.1.0 | 
| 1711 | 2024-05-29T21:07:38.651Z | Compiling object v0.32.2 | 
| 1712 | 2024-05-29T21:07:39.086Z | Compiling flagset v0.4.5 | 
| 1713 | 2024-05-29T21:07:39.346Z | Compiling lalrpop-util v0.19.12 | 
| 1714 | 2024-05-29T21:07:39.581Z | Compiling unicode-segmentation v1.11.0 | 
| 1715 | 2024-05-29T21:07:39.761Z | Compiling addr2line v0.21.0 | 
| 1716 | 2024-05-29T21:07:40.104Z | Compiling rustc-demangle v0.1.24 | 
| 1717 | 2024-05-29T21:07:40.129Z | Compiling toml_edit v0.22.13 | 
| 1718 | 2024-05-29T21:07:40.283Z | Compiling der v0.7.9 | 
| 1719 | 2024-05-29T21:07:40.309Z | Compiling diesel_derives v2.1.4 | 
| 1720 | 2024-05-29T21:07:40.372Z | Compiling futures-executor v0.3.30 | 
| 1721 | 2024-05-29T21:07:40.821Z | Compiling hyper-rustls v0.24.2 | 
| 1722 | 2024-05-29T21:07:40.863Z | Compiling hyper-tls v0.5.0 | 
| 1723 | 2024-05-29T21:07:40.899Z | Compiling itertools v0.12.1 | 
| 1724 | 2024-05-29T21:07:41.109Z | Compiling reqwest v0.11.27 | 
| 1725 | 2024-05-29T21:07:41.663Z | Compiling cpufeatures v0.2.12 | 
| 1726 | 2024-05-29T21:07:41.753Z | Compiling finl_unicode v1.2.0 | 
| 1727 | 2024-05-29T21:07:43.065Z | Compiling stringprep v0.1.4 | 
| 1728 | 2024-05-29T21:07:43.252Z | Compiling spki v0.7.3 | 
| 1729 | 2024-05-29T21:07:43.310Z | Compiling sha2 v0.10.8 | 
| 1730 | 2024-05-29T21:07:44.003Z | Compiling flate2 v1.0.30 | 
| 1731 | 2024-05-29T21:07:44.404Z | Compiling futures v0.3.30 | 
| 1732 | 2024-05-29T21:07:44.839Z | Compiling md-5 v0.10.6 | 
| 1733 | 2024-05-29T21:07:45.066Z | Compiling toml v0.7.8 | 
| 1734 | 2024-05-29T21:07:45.320Z | Compiling hex v0.4.3 | 
| 1735 | 2024-05-29T21:07:45.510Z | Compiling strum_macros v0.25.3 | 
| 1736 | 2024-05-29T21:07:45.816Z | Compiling serde_repr v0.1.19 | 
| 1737 | 2024-05-29T21:07:46.429Z | Compiling num-integer v0.1.46 | 
| 1738 | 2024-05-29T21:07:46.772Z | Compiling hash32 v0.2.1 | 
| 1739 | 2024-05-29T21:07:46.797Z | Compiling fs-err v2.11.0 | 
| 1740 | 2024-05-29T21:07:46.849Z | Checking unicode-ident v1.0.12 | 
| 1741 | 2024-05-29T21:07:46.913Z | Compiling fallible-iterator v0.2.0 | 
| 1742 | 2024-05-29T21:07:47.053Z | Compiling stable_deref_trait v1.2.0 | 
| 1743 | 2024-05-29T21:07:47.099Z | Compiling pkcs8 v0.10.2 | 
| 1744 | 2024-05-29T21:07:47.212Z | Compiling phf_shared v0.11.2 | 
| 1745 | 2024-05-29T21:07:47.481Z | Compiling postgres-protocol v0.6.6 | 
| 1746 | 2024-05-29T21:07:47.578Z | Compiling terminal_size v0.3.0 | 
| 1747 | 2024-05-29T21:07:47.750Z | Compiling ff v0.13.0 | 
| 1748 | 2024-05-29T21:07:48.104Z | Compiling block-padding v0.3.3 | 
| 1749 | 2024-05-29T21:07:48.129Z | Compiling scheduled-thread-pool v0.2.7 | 
| 1750 | 2024-05-29T21:07:48.340Z | Compiling bitflags v1.3.2 | 
| 1751 | 2024-05-29T21:07:48.433Z | Compiling peg-runtime v0.8.3 | 
| 1752 | 2024-05-29T21:07:48.471Z | Compiling matches v0.1.10 | 
| 1753 | 2024-05-29T21:07:48.559Z | Compiling managed v0.8.0 | 
| 1754 | 2024-05-29T21:07:48.584Z | Compiling base16ct v0.2.0 | 
| 1755 | 2024-05-29T21:07:48.625Z | Compiling clap_builder v4.5.2 | 
| 1756 | 2024-05-29T21:07:48.846Z | Compiling sec1 v0.7.3 | 
| 1757 | 2024-05-29T21:07:48.920Z | Compiling idna v0.2.3 | 
| 1758 | 2024-05-29T21:07:48.998Z | Compiling r2d2 v0.8.10 | 
| 1759 | 2024-05-29T21:07:49.326Z | Compiling inout v0.1.3 | 
| 1760 | 2024-05-29T21:07:49.571Z | Compiling postgres-types v0.2.6 | 
| 1761 | 2024-05-29T21:07:49.674Z | Compiling group v0.13.0 | 
| 1762 | 2024-05-29T21:07:49.931Z | Compiling signal-hook-mio v0.2.3 | 
| 1763 | 2024-05-29T21:07:50.058Z | Compiling phf v0.11.2 | 
| 1764 | 2024-05-29T21:07:50.296Z | Compiling num-bigint v0.4.5 | 
| 1765 | 2024-05-29T21:07:50.615Z | Compiling hubpack v0.1.2 | 
| 1766 | 2024-05-29T21:07:50.657Z | Compiling hkdf v0.12.4 | 
| 1767 | 2024-05-29T21:07:50.863Z | Compiling zerocopy v0.6.6 | 
| 1768 | 2024-05-29T21:07:50.997Z | Compiling ipnetwork v0.20.0 | 
| 1769 | 2024-05-29T21:07:51.022Z | Compiling crypto-bigint v0.5.5 | 
| 1770 | 2024-05-29T21:07:51.515Z | Compiling float-cmp v0.9.0 | 
| 1771 | 2024-05-29T21:07:51.698Z | Compiling memmap v0.7.0 | 
| 1772 | 2024-05-29T21:07:51.769Z | Compiling whoami v1.5.1 | 
| 1773 | 2024-05-29T21:07:52.002Z | Compiling static_assertions v1.1.0 | 
| 1774 | 2024-05-29T21:07:52.090Z | Compiling data-encoding v2.6.0 | 
| 1775 | 2024-05-29T21:07:52.287Z | Compiling normalize-line-endings v0.3.0 | 
| 1776 | 2024-05-29T21:07:52.312Z | Compiling predicates-core v1.0.6 | 
| 1777 | 2024-05-29T21:07:52.397Z | Compiling difflib v0.4.0 | 
| 1778 | 2024-05-29T21:07:52.607Z | Compiling trust-dns-proto v0.22.0 | 
| 1779 | 2024-05-29T21:07:53.307Z | Compiling elliptic-curve v0.13.8 | 
| 1780 | 2024-05-29T21:07:53.372Z | Compiling predicates v3.1.0 | 
| 1781 | 2024-05-29T21:07:53.686Z | Compiling yasna v0.5.2 | 
| 1782 | 2024-05-29T21:07:53.899Z | Compiling diesel v2.1.6 | 
| 1783 | 2024-05-29T21:07:53.952Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) | 
| 1784 | 2024-05-29T21:07:54.819Z | Compiling tokio-postgres v0.7.10 | 
| 1785 | 2024-05-29T21:07:55.235Z | Compiling usdt v0.5.0 | 
| 1786 | 2024-05-29T21:07:55.653Z | Compiling clap v4.5.4 | 
| 1787 | 2024-05-29T21:07:55.681Z | Compiling crossterm v0.27.0 | 
| 1788 | 2024-05-29T21:07:55.761Z | Compiling cipher v0.4.4 | 
| 1789 | 2024-05-29T21:07:56.474Z | Checking proc-macro2 v1.0.82 | 
| 1790 | 2024-05-29T21:07:56.857Z | Compiling num-iter v0.1.45 | 
| 1791 | 2024-05-29T21:07:56.998Z | Compiling similar v2.5.0 | 
| 1792 | 2024-05-29T21:07:57.023Z | Compiling console v0.15.8 | 
| 1793 | 2024-05-29T21:07:58.192Z | Compiling tokio-stream v0.1.15 | 
| 1794 | 2024-05-29T21:07:58.397Z | Compiling bstr v1.9.1 | 
| 1795 | 2024-05-29T21:07:58.671Z | Checking quote v1.0.36 | 
| 1796 | 2024-05-29T21:08:02.018Z | Checking utf8parse v0.2.1 | 
| 1797 | 2024-05-29T21:08:05.594Z | Checking anstyle v1.0.7 | 
| 1798 | 2024-05-29T21:08:06.804Z | Checking anstyle-parse v0.2.4 | 
| 1799 | 2024-05-29T21:08:07.034Z | Checking colorchoice v1.0.1 | 
| 1800 | 2024-05-29T21:08:07.095Z | Checking anstyle-query v1.0.3 | 
| 1801 | 2024-05-29T21:08:07.142Z | Checking is_terminal_polyfill v1.70.0 | 
| 1802 | 2024-05-29T21:08:07.246Z | Checking anstream v0.6.14 | 
| 1803 | 2024-05-29T21:08:07.516Z | Checking strsim v0.11.1 | 
| 1804 | 2024-05-29T21:08:07.552Z | Checking clap_lex v0.7.0 | 
| 1805 | 2024-05-29T21:08:10.425Z | Checking winnow v0.6.8 | 
| 1806 | 2024-05-29T21:08:18.304Z | Compiling regress v0.9.1 | 
| 1807 | 2024-05-29T21:08:18.500Z | Compiling getopts v0.2.21 | 
| 1808 | 2024-05-29T21:08:18.526Z | Compiling unsafe-libyaml v0.2.11 | 
| 1809 | 2024-05-29T21:08:18.589Z | Checking heck v0.5.0 | 
| 1810 | 2024-05-29T21:08:19.330Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1811 | 2024-05-29T21:08:19.590Z | Compiling serde_yaml v0.9.34+deprecated | 
| 1812 | 2024-05-29T21:08:19.999Z | Checking camino v1.1.7 | 
| 1813 | 2024-05-29T21:08:20.025Z | Checking base64 v0.22.1 | 
| 1814 | 2024-05-29T21:08:20.161Z | Checking is-terminal v0.4.12 | 
| 1815 | 2024-05-29T21:08:20.260Z | Compiling ident_case v1.0.1 | 
| 1816 | 2024-05-29T21:08:20.415Z | Compiling darling_core v0.20.9 | 
| 1817 | 2024-05-29T21:08:20.445Z | Checking sha1 v0.10.6 | 
| 1818 | 2024-05-29T21:08:20.479Z | Checking http v1.1.0 | 
| 1819 | 2024-05-29T21:08:20.662Z | Compiling paste v1.0.15 | 
| 1820 | 2024-05-29T21:08:21.045Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1821 | 2024-05-29T21:08:21.681Z | Compiling strum_macros v0.26.2 | 
| 1822 | 2024-05-29T21:08:21.827Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1823 | 2024-05-29T21:08:22.144Z | Checking fastrand v2.1.0 | 
| 1824 | 2024-05-29T21:08:22.199Z | Checking match_cfg v0.1.0 | 
| 1825 | 2024-05-29T21:08:22.280Z | Checking rustls-pki-types v1.7.0 | 
| 1826 | 2024-05-29T21:08:22.412Z | Checking tempfile v3.10.1 | 
| 1827 | 2024-05-29T21:08:22.640Z | Checking hostname v0.3.1 | 
| 1828 | 2024-05-29T21:08:22.740Z | Checking dirs-sys-next v0.1.2 | 
| 1829 | 2024-05-29T21:08:22.892Z | Checking quick-error v1.2.3 | 
| 1830 | 2024-05-29T21:08:22.984Z | Checking dirs-next v2.0.0 | 
| 1831 | 2024-05-29T21:08:23.009Z | Checking crossbeam-channel v0.5.12 | 
| 1832 | 2024-05-29T21:08:23.088Z | Checking thread_local v1.1.8 | 
| 1833 | 2024-05-29T21:08:23.114Z | Compiling slog-async v2.8.0 | 
| 1834 | 2024-05-29T21:08:23.321Z | Compiling rustls v0.22.4 | 
| 1835 | 2024-05-29T21:08:23.582Z | Checking term v0.7.0 | 
| 1836 | 2024-05-29T21:08:23.612Z | Checking rustls-webpki v0.102.4 | 
| 1837 | 2024-05-29T21:08:23.640Z | Checking instant v0.1.12 | 
| 1838 | 2024-05-29T21:08:23.688Z | Checking take_mut v0.2.2 | 
| 1839 | 2024-05-29T21:08:23.725Z | Checking rustls-pemfile v2.1.2 | 
| 1840 | 2024-05-29T21:08:23.921Z | Compiling multer v3.1.0 | 
| 1841 | 2024-05-29T21:08:23.951Z | Checking slog-term v2.9.1 | 
| 1842 | 2024-05-29T21:08:24.056Z | Checking debug-ignore v1.0.5 | 
| 1843 | 2024-05-29T21:08:24.230Z | Checking toml v0.8.13 | 
| 1844 | 2024-05-29T21:08:24.281Z | Checking slog-json v2.6.1 | 
| 1845 | 2024-05-29T21:08:24.399Z | Compiling async-stream-impl v0.3.5 | 
| 1846 | 2024-05-29T21:08:24.516Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) | 
| 1847 | 2024-05-29T21:08:24.756Z | Checking atomic-waker v1.1.2 | 
| 1848 | 2024-05-29T21:08:24.870Z | Checking waitgroup v0.1.2 | 
| 1849 | 2024-05-29T21:08:24.918Z | Checking slog-bunyan v2.5.0 | 
| 1850 | 2024-05-29T21:08:25.060Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) | 
| 1851 | 2024-05-29T21:08:25.311Z | Checking serde_path_to_error v0.1.16 | 
| 1852 | 2024-05-29T21:08:25.534Z | Checking async-stream v0.3.5 | 
| 1853 | 2024-05-29T21:08:25.702Z | Checking hostname v0.4.0 | 
| 1854 | 2024-05-29T21:08:25.827Z | Checking newtype-uuid v1.1.0 | 
| 1855 | 2024-05-29T21:08:25.852Z | Checking wait-timeout v0.2.0 | 
| 1856 | 2024-05-29T21:08:25.880Z | Checking strum v0.26.2 | 
| 1857 | 2024-05-29T21:08:25.995Z | Compiling structmeta-derive v0.3.0 | 
| 1858 | 2024-05-29T21:08:26.026Z | Checking rusty-fork v0.3.0 | 
| 1859 | 2024-05-29T21:08:26.053Z | Compiling structmeta-derive v0.2.0 | 
| 1860 | 2024-05-29T21:08:26.250Z | Compiling darling_macro v0.20.9 | 
| 1861 | 2024-05-29T21:08:26.276Z | Checking rand_xorshift v0.3.0 | 
| 1862 | 2024-05-29T21:08:26.418Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) | 
| 1863 | 2024-05-29T21:08:26.661Z | Checking unarray v0.1.4 | 
| 1864 | 2024-05-29T21:08:26.786Z | Checking proptest v1.4.0 | 
| 1865 | 2024-05-29T21:08:26.872Z | Checking backoff v0.4.0 | 
| 1866 | 2024-05-29T21:08:27.120Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 1867 | 2024-05-29T21:08:27.145Z | Compiling darling v0.20.9 | 
| 1868 | 2024-05-29T21:08:27.237Z | Checking tokio-rustls v0.25.0 | 
| 1869 | 2024-05-29T21:08:27.267Z | Compiling serde_with_macros v3.8.1 | 
| 1870 | 2024-05-29T21:08:27.754Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 1871 | 2024-05-29T21:08:27.869Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 1872 | 2024-05-29T21:08:28.092Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 1873 | 2024-05-29T21:08:28.484Z | Compiling structmeta v0.2.0 | 
| 1874 | 2024-05-29T21:08:28.516Z | Compiling structmeta v0.3.0 | 
| 1875 | 2024-05-29T21:08:28.743Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 1876 | 2024-05-29T21:08:28.854Z | Compiling test-strategy v0.3.1 | 
| 1877 | 2024-05-29T21:08:28.882Z | Compiling parse-display-derive v0.9.0 | 
| 1878 | 2024-05-29T21:08:28.883Z | Checking macaddr v1.0.1 | 
| 1879 | 2024-05-29T21:08:29.158Z | Compiling proc-macro-error-attr v1.0.4 | 
| 1880 | 2024-05-29T21:08:29.493Z | Compiling proc-macro-error v1.0.4 | 
| 1881 | 2024-05-29T21:08:29.900Z | Checking serde_with v3.8.1 | 
| 1882 | 2024-05-29T21:08:30.482Z | Checking camino-tempfile v1.1.1 | 
| 1883 | 2024-05-29T21:08:30.536Z | Compiling proc-macro-crate v1.3.1 | 
| 1884 | 2024-05-29T21:08:30.713Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 1885 | 2024-05-29T21:08:31.006Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 1886 | 2024-05-29T21:08:31.191Z | Compiling foreign-types-macros v0.2.3 | 
| 1887 | 2024-05-29T21:08:31.255Z | Checking foreign-types-shared v0.3.1 | 
| 1888 | 2024-05-29T21:08:31.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 1889 | 2024-05-29T21:08:31.435Z | Compiling num_enum_derive v0.5.11 | 
| 1890 | 2024-05-29T21:08:31.874Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 1891 | 2024-05-29T21:08:32.201Z | Checking cstr-argument v0.1.2 | 
| 1892 | 2024-05-29T21:08:32.240Z | Checking foreign-types v0.5.0 | 
| 1893 | 2024-05-29T21:08:32.339Z | Checking pretty-hex v0.2.1 | 
| 1894 | 2024-05-29T21:08:32.365Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 1895 | 2024-05-29T21:08:32.483Z | Checking tabwriter v1.4.0 | 
| 1896 | 2024-05-29T21:08:32.543Z | Checking colored v2.1.0 | 
| 1897 | 2024-05-29T21:08:32.619Z | Checking socket2 v0.4.10 | 
| 1898 | 2024-05-29T21:08:32.677Z | Checking smf v0.2.3 | 
| 1899 | 2024-05-29T21:08:32.720Z | Checking humantime v2.1.0 | 
| 1900 | 2024-05-29T21:08:32.779Z | Checking termcolor v1.4.1 | 
| 1901 | 2024-05-29T21:08:32.871Z | Checking parse-display v0.9.0 | 
| 1902 | 2024-05-29T21:08:32.968Z | Checking arc-swap v1.7.1 | 
| 1903 | 2024-05-29T21:08:33.000Z | Checking xattr v1.3.1 | 
| 1904 | 2024-05-29T21:08:33.062Z | Checking filetime v0.2.23 | 
| 1905 | 2024-05-29T21:08:33.088Z | Checking same-file v1.0.6 | 
| 1906 | 2024-05-29T21:08:33.130Z | Checking utf-8 v0.7.6 | 
| 1907 | 2024-05-29T21:08:33.157Z | Checking newline-converter v0.3.0 | 
| 1908 | 2024-05-29T21:08:33.226Z | Checking walkdir v2.5.0 | 
| 1909 | 2024-05-29T21:08:33.252Z | Checking tar v0.4.40 | 
| 1910 | 2024-05-29T21:08:33.285Z | Checking expectorate v1.1.0 | 
| 1911 | 2024-05-29T21:08:33.317Z | Checking tungstenite v0.20.1 | 
| 1912 | 2024-05-29T21:08:33.342Z | Checking slog-scope v4.4.0 | 
| 1913 | 2024-05-29T21:08:33.424Z | Checking termtree v0.4.1 | 
| 1914 | 2024-05-29T21:08:33.462Z | Compiling heapless v0.8.0 | 
| 1915 | 2024-05-29T21:08:33.524Z | Checking slog-stdlog v4.1.1 | 
| 1916 | 2024-05-29T21:08:33.604Z | Checking predicates-tree v1.0.9 | 
| 1917 | 2024-05-29T21:08:33.669Z | Checking slog-envlogger v2.2.0 | 
| 1918 | 2024-05-29T21:08:33.695Z | Checking num_enum v0.5.11 | 
| 1919 | 2024-05-29T21:08:33.738Z | Checking hash32 v0.3.1 | 
| 1920 | 2024-05-29T21:08:33.824Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 1921 | 2024-05-29T21:08:33.859Z | Compiling smoltcp v0.11.0 | 
| 1922 | 2024-05-29T21:08:33.884Z | Checking embedded-io v0.4.0 | 
| 1923 | 2024-05-29T21:08:33.920Z | Checking cobs v0.2.3 | 
| 1924 | 2024-05-29T21:08:34.033Z | Checking tokio-tungstenite v0.20.1 | 
| 1925 | 2024-05-29T21:08:34.060Z | Compiling crucible-workspace-hack v0.1.0 | 
| 1926 | 2024-05-29T21:08:34.060Z | Checking sigpipe v0.1.3 | 
| 1927 | 2024-05-29T21:08:34.094Z | Checking postcard v1.0.8 | 
| 1928 | 2024-05-29T21:08:34.174Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1929 | 2024-05-29T21:08:34.401Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1930 | 2024-05-29T21:08:34.533Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1931 | 2024-05-29T21:08:34.591Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1932 | 2024-05-29T21:08:34.619Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) | 
| 1933 | 2024-05-29T21:08:34.645Z | Checking pem v3.0.4 | 
| 1934 | 2024-05-29T21:08:34.740Z | Checking atty v0.2.14 | 
| 1935 | 2024-05-29T21:08:34.852Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 1936 | 2024-05-29T21:08:34.852Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) | 
| 1937 | 2024-05-29T21:08:35.067Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 1938 | 2024-05-29T21:08:35.352Z | Compiling num-derive v0.4.2 | 
| 1939 | 2024-05-29T21:08:35.381Z | Compiling mockall_derive v0.12.1 | 
| 1940 | 2024-05-29T21:08:35.470Z | Checking downcast v0.11.0 | 
| 1941 | 2024-05-29T21:08:35.636Z | Checking fragile v2.0.0 | 
| 1942 | 2024-05-29T21:08:35.864Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 1943 | 2024-05-29T21:08:36.118Z | Compiling derive-where v1.2.7 | 
| 1944 | 2024-05-29T21:08:36.152Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) | 
| 1945 | 2024-05-29T21:08:36.389Z | Checking env_logger v0.9.3 | 
| 1946 | 2024-05-29T21:08:37.232Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1947 | 2024-05-29T21:08:37.262Z | Compiling bitstruct_derive v0.1.0 | 
| 1948 | 2024-05-29T21:08:37.263Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1949 | 2024-05-29T21:08:37.263Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1950 | 2024-05-29T21:08:37.298Z | Checking ascii v1.1.0 | 
| 1951 | 2024-05-29T21:08:37.438Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 1952 | 2024-05-29T21:08:37.618Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1953 | 2024-05-29T21:08:37.690Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) | 
| 1954 | 2024-05-29T21:08:37.846Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1955 | 2024-05-29T21:08:37.991Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1956 | 2024-05-29T21:08:38.138Z | Checking bitstruct v0.1.1 | 
| 1957 | 2024-05-29T21:08:38.212Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1958 | 2024-05-29T21:08:38.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1959 | 2024-05-29T21:08:38.452Z | Checking erased-serde v0.3.31 | 
| 1960 | 2024-05-29T21:08:38.478Z | Checking serde_arrays v0.1.0 | 
| 1961 | 2024-05-29T21:08:38.478Z | Compiling heck v0.3.3 | 
| 1962 | 2024-05-29T21:08:38.623Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) | 
| 1963 | 2024-05-29T21:08:38.756Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1964 | 2024-05-29T21:08:38.823Z | Compiling zone_cfg_derive v0.1.2 | 
| 1965 | 2024-05-29T21:08:38.911Z | Checking tungstenite v0.21.0 | 
| 1966 | 2024-05-29T21:08:39.046Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 1967 | 2024-05-29T21:08:39.482Z | Checking base64 v0.13.1 | 
| 1968 | 2024-05-29T21:08:39.482Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1969 | 2024-05-29T21:08:39.647Z | Checking ron v0.7.1 | 
| 1970 | 2024-05-29T21:08:39.694Z | Checking tokio-tungstenite v0.21.0 | 
| 1971 | 2024-05-29T21:08:39.962Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 1972 | 2024-05-29T21:08:40.083Z | Checking headers-core v0.2.0 | 
| 1973 | 2024-05-29T21:08:40.169Z | Checking zone v0.1.8 | 
| 1974 | 2024-05-29T21:08:40.201Z | Checking portpicker v0.1.1 | 
| 1975 | 2024-05-29T21:08:40.231Z | Checking headers v0.3.9 | 
| 1976 | 2024-05-29T21:08:40.320Z | Checking rcgen v0.12.1 | 
| 1977 | 2024-05-29T21:08:40.578Z | Checking atomicwrites v0.4.3 | 
| 1978 | 2024-05-29T21:08:40.687Z | Checking subprocess v0.2.9 | 
| 1979 | 2024-05-29T21:08:40.739Z | Compiling convert_case v0.4.0 | 
| 1980 | 2024-05-29T21:08:40.768Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1981 | 2024-05-29T21:08:40.851Z | Checking linked-hash-map v0.5.6 | 
| 1982 | 2024-05-29T21:08:40.888Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1983 | 2024-05-29T21:08:41.125Z | Checking lru-cache v0.1.2 | 
| 1984 | 2024-05-29T21:08:41.151Z | Checking password-hash v0.5.0 | 
| 1985 | 2024-05-29T21:08:41.151Z | Checking blake2 v0.10.6 | 
| 1986 | 2024-05-29T21:08:41.288Z | Checking swrite v0.1.0 | 
| 1987 | 2024-05-29T21:08:41.384Z | Compiling rayon-core v1.12.1 | 
| 1988 | 2024-05-29T21:08:41.540Z | Checking resolv-conf v0.7.0 | 
| 1989 | 2024-05-29T21:08:41.567Z | Checking argon2 v0.5.3 | 
| 1990 | 2024-05-29T21:08:41.592Z | Compiling derive_more v0.99.17 | 
| 1991 | 2024-05-29T21:08:41.640Z | Checking half v2.4.1 | 
| 1992 | 2024-05-29T21:08:41.836Z | Checking trust-dns-resolver v0.22.0 | 
| 1993 | 2024-05-29T21:08:41.915Z | Checking mockall v0.12.1 | 
| 1994 | 2024-05-29T21:08:42.018Z | Compiling cancel-safe-futures v0.1.5 | 
| 1995 | 2024-05-29T21:08:42.101Z | Checking ciborium-io v0.2.2 | 
| 1996 | 2024-05-29T21:08:42.126Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 1997 | 2024-05-29T21:08:42.214Z | Checking ciborium-ll v0.2.2 | 
| 1998 | 2024-05-29T21:08:42.380Z | Compiling slog-dtrace v0.3.0 | 
| 1999 | 2024-05-29T21:08:42.418Z | Compiling semver v0.1.20 | 
| 2000 | 2024-05-29T21:08:42.459Z | Checking ciborium v0.2.2 | 
| 2001 | 2024-05-29T21:08:42.687Z | Compiling rustc_version v0.1.7 | 
| 2002 | 2024-05-29T21:08:42.714Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2003 | 2024-05-29T21:08:42.942Z | Checking libsw v3.3.1 | 
| 2004 | 2024-05-29T21:08:42.985Z | Checking linear-map v1.2.0 | 
| 2005 | 2024-05-29T21:08:43.047Z | Checking owo-colors v4.0.0 | 
| 2006 | 2024-05-29T21:08:43.100Z | Compiling newtype_derive v0.1.6 | 
| 2007 | 2024-05-29T21:08:43.259Z | Compiling unicode-xid v0.2.4 | 
| 2008 | 2024-05-29T21:08:43.286Z | Compiling radium v0.7.0 | 
| 2009 | 2024-05-29T21:08:43.417Z | Checking num-rational v0.4.2 | 
| 2010 | 2024-05-29T21:08:43.522Z | Checking steno v0.4.0 | 
| 2011 | 2024-05-29T21:08:43.547Z | Checking num-complex v0.4.6 | 
| 2012 | 2024-05-29T21:08:43.663Z | Checking nibble_vec v0.1.0 | 
| 2013 | 2024-05-29T21:08:43.831Z | Compiling maybe-uninit v2.0.0 | 
| 2014 | 2024-05-29T21:08:44.272Z | Checking tap v1.0.1 | 
| 2015 | 2024-05-29T21:08:44.272Z | Checking endian-type v0.1.2 | 
| 2016 | 2024-05-29T21:08:44.298Z | Checking radix_trie v0.2.1 | 
| 2017 | 2024-05-29T21:08:44.323Z | Checking num v0.4.3 | 
| 2018 | 2024-05-29T21:08:44.430Z | Checking wyz v0.5.1 | 
| 2019 | 2024-05-29T21:08:44.521Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2020 | 2024-05-29T21:08:44.636Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2021 | 2024-05-29T21:08:44.754Z | Compiling bzip2-sys v0.1.11+1.0.8 | 
| 2022 | 2024-05-29T21:08:44.939Z | Checking fxhash v0.2.1 | 
| 2023 | 2024-05-29T21:08:45.088Z | Compiling num-bigint-dig v0.8.4 | 
| 2024 | 2024-05-29T21:08:45.134Z | Compiling packed_struct v0.10.1 | 
| 2025 | 2024-05-29T21:08:45.349Z | Checking funty v2.0.0 | 
| 2026 | 2024-05-29T21:08:45.452Z | Checking crc-catalog v2.4.0 | 
| 2027 | 2024-05-29T21:08:45.576Z | Checking crc v3.2.1 | 
| 2028 | 2024-05-29T21:08:45.742Z | Compiling packed_struct_codegen v0.10.1 | 
| 2029 | 2024-05-29T21:08:45.942Z | Compiling indexmap v1.9.3 | 
| 2030 | 2024-05-29T21:08:46.126Z | Checking bitvec v1.0.1 | 
| 2031 | 2024-05-29T21:08:46.182Z | Checking nodrop v0.1.14 | 
| 2032 | 2024-05-29T21:08:46.286Z | Checking array-init v0.0.4 | 
| 2033 | 2024-05-29T21:08:46.338Z | Checking smallvec v0.6.14 | 
| 2034 | 2024-05-29T21:08:46.658Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2035 | 2024-05-29T21:08:46.919Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2036 | 2024-05-29T21:08:47.077Z | Checking pkcs1 v0.7.5 | 
| 2037 | 2024-05-29T21:08:47.300Z | Checking signature v2.2.0 | 
| 2038 | 2024-05-29T21:08:47.386Z | Checking hashbrown v0.12.3 | 
| 2039 | 2024-05-29T21:08:47.473Z | Checking bitfield v0.14.0 | 
| 2040 | 2024-05-29T21:08:47.536Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2041 | 2024-05-29T21:08:47.684Z | Checking serde-hex v0.1.0 | 
| 2042 | 2024-05-29T21:08:47.984Z | Checking bzip2 v0.4.4 | 
| 2043 | 2024-05-29T21:08:48.079Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2044 | 2024-05-29T21:08:48.233Z | Checking env_logger v0.10.2 | 
| 2045 | 2024-05-29T21:08:48.284Z | Checking x509-cert v0.2.5 | 
| 2046 | 2024-05-29T21:08:48.353Z | Checking rsa v0.9.6 | 
| 2047 | 2024-05-29T21:08:48.502Z | Checking ron v0.8.1 | 
| 2048 | 2024-05-29T21:08:48.598Z | Checking hashbrown v0.13.2 | 
| 2049 | 2024-05-29T21:08:48.779Z | Checking crc-any v2.5.0 | 
| 2050 | 2024-05-29T21:08:49.077Z | Compiling home v0.5.9 | 
| 2051 | 2024-05-29T21:08:49.185Z | Checking zip v0.6.6 | 
| 2052 | 2024-05-29T21:08:49.329Z | Checking display-error-chain v0.2.0 | 
| 2053 | 2024-05-29T21:08:49.462Z | Checking path-slash v0.1.5 | 
| 2054 | 2024-05-29T21:08:49.507Z | Checking object v0.30.4 | 
| 2055 | 2024-05-29T21:08:49.572Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2056 | 2024-05-29T21:08:49.598Z | Compiling async-recursion v1.1.1 | 
| 2057 | 2024-05-29T21:08:49.649Z | Compiling buf-list v1.0.3 | 
| 2058 | 2024-05-29T21:08:49.787Z | Compiling ring v0.16.20 | 
| 2059 | 2024-05-29T21:08:49.813Z | Compiling blake3 v1.5.1 | 
| 2060 | 2024-05-29T21:08:50.479Z | Checking maplit v1.0.2 | 
| 2061 | 2024-05-29T21:08:50.581Z | Checking gethostname v0.4.3 | 
| 2062 | 2024-05-29T21:08:50.649Z | Compiling libefi-sys v0.1.0 | 
| 2063 | 2024-05-29T21:08:50.713Z | Compiling parking_lot_core v0.8.6 | 
| 2064 | 2024-05-29T21:08:50.866Z | Compiling pin-project-internal v1.1.5 | 
| 2065 | 2024-05-29T21:08:50.919Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 2066 | 2024-05-29T21:08:51.160Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2067 | 2024-05-29T21:08:51.344Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 2068 | 2024-05-29T21:08:51.374Z | Compiling crossbeam-deque v0.8.5 | 
| 2069 | 2024-05-29T21:08:51.434Z | Checking keccak v0.1.5 | 
| 2070 | 2024-05-29T21:08:51.583Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) | 
| 2071 | 2024-05-29T21:08:51.710Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) | 
| 2072 | 2024-05-29T21:08:52.165Z | Checking sha3 v0.10.8 | 
| 2073 | 2024-05-29T21:08:52.682Z | Checking parking_lot v0.11.2 | 
| 2074 | 2024-05-29T21:08:52.727Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 2075 | 2024-05-29T21:08:52.922Z | Checking trust-dns-client v0.22.0 | 
| 2076 | 2024-05-29T21:08:52.971Z | Compiling synstructure v0.12.6 | 
| 2077 | 2024-05-29T21:08:52.997Z | Checking toml v0.5.11 | 
| 2078 | 2024-05-29T21:08:53.409Z | Checking pin-project v1.1.5 | 
| 2079 | 2024-05-29T21:08:53.518Z | Checking secrecy v0.8.0 | 
| 2080 | 2024-05-29T21:08:53.695Z | Compiling rayon v1.10.0 | 
| 2081 | 2024-05-29T21:08:53.916Z | Checking sled v0.34.7 | 
| 2082 | 2024-05-29T21:08:54.188Z | Checking trust-dns-server v0.22.1 | 
| 2083 | 2024-05-29T21:08:54.511Z | Compiling zerocopy-derive v0.2.0 | 
| 2084 | 2024-05-29T21:08:54.831Z | Compiling memmap2 v0.9.4 | 
| 2085 | 2024-05-29T21:08:54.873Z | Compiling constant_time_eq v0.3.0 | 
| 2086 | 2024-05-29T21:08:55.022Z | Compiling arrayref v0.3.7 | 
| 2087 | 2024-05-29T21:08:55.113Z | Compiling untrusted v0.7.1 | 
| 2088 | 2024-05-29T21:08:55.194Z | Compiling arrayvec v0.7.4 | 
| 2089 | 2024-05-29T21:08:56.248Z | Compiling toolchain_find v0.4.0 | 
| 2090 | 2024-05-29T21:08:56.640Z | Compiling vte_generate_state_changes v0.1.1 | 
| 2091 | 2024-05-29T21:08:56.819Z | Compiling topological-sort v0.2.2 | 
| 2092 | 2024-05-29T21:08:56.993Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) | 
| 2093 | 2024-05-29T21:08:57.203Z | Checking vte v0.11.1 | 
| 2094 | 2024-05-29T21:08:57.294Z | Compiling rustfmt-wrapper v0.2.1 | 
| 2095 | 2024-05-29T21:08:57.640Z | Checking fd-lock v4.0.2 | 
| 2096 | 2024-05-29T21:08:57.764Z | Compiling omicron-zone-package v0.11.0 | 
| 2097 | 2024-05-29T21:08:57.803Z | Compiling glob v0.3.1 | 
| 2098 | 2024-05-29T21:08:58.180Z | Compiling snafu-derive v0.8.2 | 
| 2099 | 2024-05-29T21:08:58.264Z | Checking strip-ansi-escapes v0.2.0 | 
| 2100 | 2024-05-29T21:08:58.306Z | Compiling usdt-impl v0.3.5 | 
| 2101 | 2024-05-29T21:08:58.397Z | Checking nu-ansi-term v0.50.0 | 
| 2102 | 2024-05-29T21:08:58.543Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2103 | 2024-05-29T21:08:58.620Z | Compiling zerocopy v0.3.2 | 
| 2104 | 2024-05-29T21:08:58.746Z | Checking globset v0.4.14 | 
| 2105 | 2024-05-29T21:08:58.773Z | Checking reedline v0.31.0 | 
| 2106 | 2024-05-29T21:08:58.834Z | Checking olpc-cjson v0.1.3 | 
| 2107 | 2024-05-29T21:08:59.004Z | Checking serde_plain v1.0.2 | 
| 2108 | 2024-05-29T21:08:59.100Z | Checking typed-path v0.7.1 | 
| 2109 | 2024-05-29T21:08:59.185Z | Compiling prettyplease v0.2.20 | 
| 2110 | 2024-05-29T21:08:59.232Z | Compiling dof v0.1.5 | 
| 2111 | 2024-05-29T21:08:59.474Z | Compiling dtrace-parser v0.1.14 | 
| 2112 | 2024-05-29T21:08:59.998Z | Checking parse-size v1.0.0 | 
| 2113 | 2024-05-29T21:09:00.029Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2114 | 2024-05-29T21:09:00.915Z | Compiling serde_tokenstream v0.1.7 | 
| 2115 | 2024-05-29T21:09:01.177Z | Compiling memoffset v0.7.1 | 
| 2116 | 2024-05-29T21:09:01.367Z | Compiling platforms v3.4.0 | 
| 2117 | 2024-05-29T21:09:01.444Z | Compiling crunchy v0.2.2 | 
| 2118 | 2024-05-29T21:09:01.554Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) | 
| 2119 | 2024-05-29T21:09:01.778Z | Compiling clang-sys v1.7.0 | 
| 2120 | 2024-05-29T21:09:01.904Z | Compiling curve25519-dalek v4.1.2 | 
| 2121 | 2024-05-29T21:09:02.108Z | Compiling unicase v2.7.0 | 
| 2122 | 2024-05-29T21:09:02.157Z | Compiling tiny-keccak v2.0.2 | 
| 2123 | 2024-05-29T21:09:02.492Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2124 | 2024-05-29T21:09:02.701Z | Compiling usdt-attr-macro v0.3.5 | 
| 2125 | 2024-05-29T21:09:02.730Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2126 | 2024-05-29T21:09:02.889Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2127 | 2024-05-29T21:09:03.002Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2128 | 2024-05-29T21:09:03.095Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2129 | 2024-05-29T21:09:03.922Z | Checking snafu v0.8.2 | 
| 2130 | 2024-05-29T21:09:03.956Z | Compiling usdt-macro v0.3.5 | 
| 2131 | 2024-05-29T21:09:04.014Z | Checking universal-hash v0.5.1 | 
| 2132 | 2024-05-29T21:09:04.042Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2133 | 2024-05-29T21:09:04.156Z | Compiling thiserror-impl-no-std v2.0.2 | 
| 2134 | 2024-05-29T21:09:04.396Z | Checking tough v0.17.1 | 
| 2135 | 2024-05-29T21:09:05.159Z | Compiling curve25519-dalek-derive v0.1.1 | 
| 2136 | 2024-05-29T21:09:05.699Z | Checking nanorand v0.7.0 | 
| 2137 | 2024-05-29T21:09:05.970Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) | 
| 2138 | 2024-05-29T21:09:06.011Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) | 
| 2139 | 2024-05-29T21:09:06.281Z | Checking opaque-debug v0.3.1 | 
| 2140 | 2024-05-29T21:09:06.372Z | Checking bytecount v0.6.8 | 
| 2141 | 2024-05-29T21:09:06.404Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2142 | 2024-05-29T21:09:06.436Z | Checking signature v1.6.4 | 
| 2143 | 2024-05-29T21:09:06.508Z | Compiling salty v0.2.0 | 
| 2144 | 2024-05-29T21:09:06.558Z | Compiling cfg_aliases v0.1.1 | 
| 2145 | 2024-05-29T21:09:06.658Z | Compiling nix v0.28.0 | 
| 2146 | 2024-05-29T21:09:06.795Z | Checking thiserror-no-std v2.0.2 | 
| 2147 | 2024-05-29T21:09:06.900Z | Checking ed25519 v1.5.3 | 
| 2148 | 2024-05-29T21:09:06.970Z | Checking papergrid v0.11.0 | 
| 2149 | 2024-05-29T21:09:07.312Z | Checking poly1305 v0.8.0 | 
| 2150 | 2024-05-29T21:09:07.697Z | Checking flume v0.11.0 | 
| 2151 | 2024-05-29T21:09:07.723Z | Checking usdt v0.3.5 | 
| 2152 | 2024-05-29T21:09:07.749Z | Compiling ascii-canvas v3.0.0 | 
| 2153 | 2024-05-29T21:09:08.101Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) | 
| 2154 | 2024-05-29T21:09:08.158Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 2155 | 2024-05-29T21:09:08.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2156 | 2024-05-29T21:09:08.366Z | Compiling tabled_derive v0.7.0 | 
| 2157 | 2024-05-29T21:09:08.451Z | Checking chacha20 v0.9.1 | 
| 2158 | 2024-05-29T21:09:08.931Z | Checking aead v0.5.2 | 
| 2159 | 2024-05-29T21:09:08.959Z | Checking serde-big-array v0.5.1 | 
| 2160 | 2024-05-29T21:09:08.959Z | Checking kstat-rs v0.2.3 | 
| 2161 | 2024-05-29T21:09:08.959Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) | 
| 2162 | 2024-05-29T21:09:08.959Z | Compiling ena v0.14.3 | 
| 2163 | 2024-05-29T21:09:09.109Z | Compiling libloading v0.8.3 | 
| 2164 | 2024-05-29T21:09:09.157Z | Compiling regex-syntax v0.6.29 | 
| 2165 | 2024-05-29T21:09:09.542Z | Compiling bindgen v0.69.4 | 
| 2166 | 2024-05-29T21:09:09.729Z | Compiling diff v0.1.13 | 
| 2167 | 2024-05-29T21:09:10.120Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) | 
| 2168 | 2024-05-29T21:09:10.314Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) | 
| 2169 | 2024-05-29T21:09:10.523Z | Checking tabled v0.15.0 | 
| 2170 | 2024-05-29T21:09:10.582Z | Checking chacha20poly1305 v0.10.1 | 
| 2171 | 2024-05-29T21:09:10.741Z | Checking vsss-rs v3.3.4 | 
| 2172 | 2024-05-29T21:09:11.633Z | Compiling lalrpop v0.19.12 | 
| 2173 | 2024-05-29T21:09:12.538Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 2174 | 2024-05-29T21:09:13.411Z | Compiling which v4.4.2 | 
| 2175 | 2024-05-29T21:09:13.467Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2176 | 2024-05-29T21:09:13.708Z | Checking signal-hook-tokio v0.3.1 | 
| 2177 | 2024-05-29T21:09:13.810Z | Compiling cexpr v0.6.0 | 
| 2178 | 2024-05-29T21:09:13.883Z | Checking serde-big-array v0.4.1 | 
| 2179 | 2024-05-29T21:09:13.982Z | Compiling shlex v1.3.0 | 
| 2180 | 2024-05-29T21:09:14.042Z | Compiling ref-cast v1.0.23 | 
| 2181 | 2024-05-29T21:09:14.481Z | Compiling rustc-hash v1.1.0 | 
| 2182 | 2024-05-29T21:09:14.580Z | Compiling lazycell v1.3.0 | 
| 2183 | 2024-05-29T21:09:14.694Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 2184 | 2024-05-29T21:09:15.332Z | Compiling mime_guess v2.0.4 | 
| 2185 | 2024-05-29T21:09:15.876Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 2186 | 2024-05-29T21:09:16.333Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2187 | 2024-05-29T21:09:16.493Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2188 | 2024-05-29T21:09:16.571Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2189 | 2024-05-29T21:09:17.386Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2190 | 2024-05-29T21:09:18.661Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2191 | 2024-05-29T21:09:19.125Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2192 | 2024-05-29T21:09:20.189Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 2193 | 2024-05-29T21:09:20.687Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2194 | 2024-05-29T21:09:21.241Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2195 | 2024-05-29T21:09:21.600Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2196 | 2024-05-29T21:09:21.707Z | Compiling derive_builder_core v0.20.0 | 
| 2197 | 2024-05-29T21:09:22.429Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2198 | 2024-05-29T21:09:23.942Z | Compiling peg-macros v0.8.3 | 
| 2199 | 2024-05-29T21:09:23.966Z | Compiling ref-cast-impl v1.0.23 | 
| 2200 | 2024-05-29T21:09:23.966Z | Compiling sqlparser_derive v0.2.2 | 
| 2201 | 2024-05-29T21:09:24.637Z | Compiling libxml v0.3.3 | 
| 2202 | 2024-05-29T21:09:24.705Z | Checking corncobs v0.1.3 | 
| 2203 | 2024-05-29T21:09:24.933Z | Checking unicode_categories v0.1.1 | 
| 2204 | 2024-05-29T21:09:24.996Z | Checking rustyline v14.0.0 | 
| 2205 | 2024-05-29T21:09:25.180Z | Checking sqlformat v0.2.3 | 
| 2206 | 2024-05-29T21:09:25.833Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 2207 | 2024-05-29T21:09:26.520Z | Checking sqlparser v0.45.0 | 
| 2208 | 2024-05-29T21:09:26.548Z | Compiling derive_builder_macro v0.20.0 | 
| 2209 | 2024-05-29T21:09:26.548Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2210 | 2024-05-29T21:09:26.548Z | Checking peg v0.8.3 | 
| 2211 | 2024-05-29T21:09:26.654Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2212 | 2024-05-29T21:09:26.829Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2213 | 2024-05-29T21:09:26.973Z | Checking bcs v0.1.6 | 
| 2214 | 2024-05-29T21:09:27.062Z | Compiling strum_macros v0.24.3 | 
| 2215 | 2024-05-29T21:09:27.354Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) | 
| 2216 | 2024-05-29T21:09:27.587Z | Compiling cookie v0.18.1 | 
| 2217 | 2024-05-29T21:09:27.840Z | Checking highway v1.1.0 | 
| 2218 | 2024-05-29T21:09:28.168Z | Compiling indoc v1.0.9 | 
| 2219 | 2024-05-29T21:09:29.131Z | Checking derive_builder v0.20.0 | 
| 2220 | 2024-05-29T21:09:30.098Z | Compiling const_format_proc_macros v0.2.32 | 
| 2221 | 2024-05-29T21:09:30.208Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2222 | 2024-05-29T21:09:30.243Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2223 | 2024-05-29T21:09:30.457Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2224 | 2024-05-29T21:09:30.899Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2225 | 2024-05-29T21:09:31.103Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2226 | 2024-05-29T21:09:31.737Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2227 | 2024-05-29T21:09:31.762Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2228 | 2024-05-29T21:09:32.281Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2229 | 2024-05-29T21:09:33.478Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 2230 | 2024-05-29T21:09:33.770Z | Checking bb8 v0.8.3 | 
| 2231 | 2024-05-29T21:09:34.047Z | Checking quick-xml v0.31.0 | 
| 2232 | 2024-05-29T21:09:34.590Z | Compiling impl-trait-for-tuples v0.2.2 | 
| 2233 | 2024-05-29T21:09:34.743Z | Compiling oso-derive v0.27.3 | 
| 2234 | 2024-05-29T21:09:34.768Z | Checking http-range v0.1.5 | 
| 2235 | 2024-05-29T21:09:34.925Z | Checking hyper-staticfile v0.9.5 | 
| 2236 | 2024-05-29T21:09:35.277Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) | 
| 2237 | 2024-05-29T21:09:35.590Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 2238 | 2024-05-29T21:09:35.747Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2239 | 2024-05-29T21:09:35.790Z | Checking const_format v0.2.32 | 
| 2240 | 2024-05-29T21:09:36.864Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2241 | 2024-05-29T21:09:37.584Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2242 | 2024-05-29T21:09:37.833Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2243 | 2024-05-29T21:09:38.762Z | Checking assert_matches v1.5.0 | 
| 2244 | 2024-05-29T21:09:38.846Z | Checking rand_seeder v0.2.3 | 
| 2245 | 2024-05-29T21:09:39.037Z | Compiling portable-atomic v1.6.0 | 
| 2246 | 2024-05-29T21:09:39.331Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2247 | 2024-05-29T21:09:39.513Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2248 | 2024-05-29T21:09:39.919Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2249 | 2024-05-29T21:09:40.606Z | Checking number_prefix v0.4.0 | 
| 2250 | 2024-05-29T21:09:40.652Z | Checking castaway v0.2.2 | 
| 2251 | 2024-05-29T21:09:40.745Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2252 | 2024-05-29T21:09:40.774Z | Checking indicatif v0.17.8 | 
| 2253 | 2024-05-29T21:09:40.803Z | Checking compact_str v0.7.1 | 
| 2254 | 2024-05-29T21:09:40.989Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2255 | 2024-05-29T21:09:41.218Z | Checking lru v0.12.3 | 
| 2256 | 2024-05-29T21:09:41.402Z | Compiling stability v0.2.0 | 
| 2257 | 2024-05-29T21:09:41.430Z | Compiling indoc v2.0.5 | 
| 2258 | 2024-05-29T21:09:41.458Z | Checking cassowary v0.3.0 | 
| 2259 | 2024-05-29T21:09:41.847Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2260 | 2024-05-29T21:09:42.269Z | Checking smawk v0.3.2 | 
| 2261 | 2024-05-29T21:09:42.331Z | Checking ratatui v0.26.2 | 
| 2262 | 2024-05-29T21:09:42.445Z | Checking unicode-linebreak v0.1.5 | 
| 2263 | 2024-05-29T21:09:42.762Z | Checking textwrap v0.16.1 | 
| 2264 | 2024-05-29T21:09:43.090Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2265 | 2024-05-29T21:09:43.132Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2266 | 2024-05-29T21:09:43.754Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2267 | 2024-05-29T21:09:43.919Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2268 | 2024-05-29T21:09:44.337Z | Checking is_ci v1.2.0 | 
| 2269 | 2024-05-29T21:09:44.478Z | Checking supports-color v3.0.0 | 
| 2270 | 2024-05-29T21:09:44.649Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2271 | 2024-05-29T21:09:44.714Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2272 | 2024-05-29T21:09:44.789Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 2273 | 2024-05-29T21:09:44.878Z | Checking fatfs v0.3.6 | 
| 2274 | 2024-05-29T21:09:45.740Z | Checking shell-words v1.1.0 | 
| 2275 | 2024-05-29T21:09:45.894Z | Checking rtoolbox v0.0.2 | 
| 2276 | 2024-05-29T21:09:45.921Z | Checking tui-tree-widget v0.19.0 | 
| 2277 | 2024-05-29T21:09:46.065Z | Checking rpassword v7.3.1 | 
| 2278 | 2024-05-29T21:09:46.111Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 2279 | 2024-05-29T21:09:46.218Z | Checking yansi v0.5.1 | 
| 2280 | 2024-05-29T21:09:46.448Z | Checking pretty_assertions v1.4.0 | 
| 2281 | 2024-05-29T21:09:46.622Z | Compiling target-lexicon v0.12.14 | 
| 2282 | 2024-05-29T21:09:46.903Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 2283 | 2024-05-29T21:09:47.020Z | Checking cargo-platform v0.1.8 | 
| 2284 | 2024-05-29T21:09:47.265Z | Compiling doc-comment v0.3.3 | 
| 2285 | 2024-05-29T21:09:47.453Z | Compiling guppy-workspace-hack v0.1.0 | 
| 2286 | 2024-05-29T21:09:47.693Z | Checking plotters-backend v0.3.5 | 
| 2287 | 2024-05-29T21:09:47.997Z | Checking plotters-svg v0.3.5 | 
| 2288 | 2024-05-29T21:09:48.142Z | Checking cargo_metadata v0.18.1 | 
| 2289 | 2024-05-29T21:09:48.219Z | Checking http-body v1.0.0 | 
| 2290 | 2024-05-29T21:09:48.314Z | Compiling assert_cmd v2.0.14 | 
| 2291 | 2024-05-29T21:09:48.412Z | Checking regex-automata v0.1.10 | 
| 2292 | 2024-05-29T21:09:48.686Z | Checking tower-layer v0.3.2 | 
| 2293 | 2024-05-29T21:09:48.778Z | Checking cast v0.3.0 | 
| 2294 | 2024-05-29T21:09:48.942Z | Compiling target-spec v3.1.0 | 
| 2295 | 2024-05-29T21:09:49.410Z | Checking criterion-plot v0.5.0 | 
| 2296 | 2024-05-29T21:09:49.508Z | Checking tower v0.4.13 | 
| 2297 | 2024-05-29T21:09:49.537Z | Checking bstr v0.2.17 | 
| 2298 | 2024-05-29T21:09:49.573Z | Checking hyper v1.3.1 | 
| 2299 | 2024-05-29T21:09:50.152Z | Checking cfg-expr v0.15.8 | 
| 2300 | 2024-05-29T21:09:50.278Z | Checking plotters v0.3.5 | 
| 2301 | 2024-05-29T21:09:50.845Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) | 
| 2302 | 2024-05-29T21:09:50.872Z | Checking tinytemplate v1.2.1 | 
| 2303 | 2024-05-29T21:09:51.444Z | Checking oorandom v11.1.3 | 
| 2304 | 2024-05-29T21:09:51.579Z | Checking anes v0.1.6 | 
| 2305 | 2024-05-29T21:09:51.886Z | Checking criterion v0.5.1 | 
| 2306 | 2024-05-29T21:09:52.328Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2307 | 2024-05-29T21:09:52.680Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2308 | 2024-05-29T21:09:52.849Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2309 | 2024-05-29T21:09:53.197Z | Checking hyper-util v0.1.3 | 
| 2310 | 2024-05-29T21:09:53.561Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2311 | 2024-05-29T21:09:54.052Z | Checking httptest v0.15.5 | 
| 2312 | 2024-05-29T21:09:54.433Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) | 
| 2313 | 2024-05-29T21:09:54.670Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2314 | 2024-05-29T21:09:54.804Z | Checking rustls-native-certs v0.7.0 | 
| 2315 | 2024-05-29T21:09:54.924Z | Checking pathdiff v0.2.1 | 
| 2316 | 2024-05-29T21:09:55.054Z | Checking nested v0.1.1 | 
| 2317 | 2024-05-29T21:09:56.798Z | Checking guppy v0.17.5 | 
| 2318 | 2024-05-29T21:09:57.539Z | Checking hyper-rustls v0.26.0 | 
| 2319 | 2024-05-29T21:09:57.819Z | Checking escape8259 v0.5.2 | 
| 2320 | 2024-05-29T21:09:57.872Z | Checking threadpool v1.8.1 | 
| 2321 | 2024-05-29T21:09:57.986Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 2322 | 2024-05-29T21:09:58.054Z | Checking libtest-mimic v0.7.3 | 
| 2323 | 2024-05-29T21:09:58.492Z | Checking similar-asserts v1.5.0 | 
| 2324 | 2024-05-29T21:09:58.492Z | Checking fancy-regex v0.13.0 | 
| 2325 | 2024-05-29T21:09:58.591Z | Compiling rstest_macros v0.19.0 | 
| 2326 | 2024-05-29T21:09:59.067Z | Checking datatest-stable v0.2.9 | 
| 2327 | 2024-05-29T21:09:59.121Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2328 | 2024-05-29T21:09:59.339Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 2329 | 2024-05-29T21:09:59.584Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) | 
| 2330 | 2024-05-29T21:09:59.805Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) | 
| 2331 | 2024-05-29T21:10:00.198Z | Checking csv-core v0.1.11 | 
| 2332 | 2024-05-29T21:10:00.309Z | Compiling relative-path v1.9.3 | 
| 2333 | 2024-05-29T21:10:00.458Z | Compiling trybuild v1.0.96 | 
| 2334 | 2024-05-29T21:10:00.487Z | Checking csv v1.3.0 | 
| 2335 | 2024-05-29T21:10:00.916Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2336 | 2024-05-29T21:10:01.116Z | Checking blake2b_simd v1.0.2 | 
| 2337 | 2024-05-29T21:10:01.803Z | Checking multimap v0.10.0 | 
| 2338 | 2024-05-29T21:10:02.068Z | Checking futures-timer v3.0.3 | 
| 2339 | 2024-05-29T21:10:02.341Z | Checking rust-argon2 v2.1.0 | 
| 2340 | 2024-05-29T21:10:03.923Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2341 | 2024-05-29T21:10:05.572Z | Checking partial-io v0.5.4 | 
| 2342 | 2024-05-29T21:10:05.893Z | Checking approx v0.5.1 | 
| 2343 | 2024-05-29T21:10:06.093Z | Checking termios v0.3.3 | 
| 2344 | 2024-05-29T21:10:06.270Z | Checking uzers v0.11.3 | 
| 2345 | 2024-05-29T21:10:06.560Z | Checking hex-literal v0.4.1 | 
| 2346 | 2024-05-29T21:10:08.456Z | Checking rstest v0.19.0 | 
| 2347 | 2024-05-29T21:10:10.099Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2348 | 2024-05-29T21:10:10.971Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 2349 | 2024-05-29T21:10:22.632Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 2350 | 2024-05-29T21:10:29.236Z | Compiling samael v0.0.15 | 
| 2351 | 2024-05-29T21:10:45.574Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) | 
| 2352 | 2024-05-29T21:10:47.382Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 2353 | 2024-05-29T21:11:02.599Z | Compiling polar-core v0.27.3 | 
| 2354 | 2024-05-29T21:11:11.498Z | Checking oso v0.27.3 | 
| 2355 | 2024-05-29T21:11:47.299Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2356 | 2024-05-29T21:11:47.299Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2357 | 2024-05-29T21:11:47.325Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2358 | 2024-05-29T21:13:12.564Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 20s | 
| 2359 | 2024-05-29T21:13:12.779Z |  | 
| 2360 | 2024-05-29T21:13:12.779Z | real     7:16.217244943 | 
| 2361 | 2024-05-29T21:13:12.804Z | user    32:39.454188355 | 
| 2362 | 2024-05-29T21:13:12.804Z | sys      6:10.776681493 | 
| 2363 | 2024-05-29T21:13:12.804Z | trap        0.917874479 | 
| 2364 | 2024-05-29T21:13:12.804Z | tflt        0.520346700 | 
| 2365 | 2024-05-29T21:13:12.804Z | dflt        1.568435790 | 
| 2366 | 2024-05-29T21:13:12.804Z | kflt        0.002899159 | 
| 2367 | 2024-05-29T21:13:12.804Z | lock    50:00.104531052 | 
| 2368 | 2024-05-29T21:13:12.804Z | slp   1:39:01.736758925 | 
| 2369 | 2024-05-29T21:13:12.804Z | lat      1:44.843766941 | 
| 2370 | 2024-05-29T21:13:12.805Z | stop     4:30.473164919 | 
| 2371 | 2024-05-29T21:13:13.983Z | warning: output filename collision. | 
| 2372 | 2024-05-29T21:13:13.983Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. | 
| 2373 | 2024-05-29T21:13:13.983Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html | 
| 2374 | 2024-05-29T21:13:13.983Z | The targets should have unique names. | 
| 2375 | 2024-05-29T21:13:13.983Z | This is a known bug where multiple crates with the same name use | 
| 2376 | 2024-05-29T21:13:13.984Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2377 | 2024-05-29T21:13:13.984Z | warning: output filename collision. | 
| 2378 | 2024-05-29T21:13:13.984Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. | 
| 2379 | 2024-05-29T21:13:13.984Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html | 
| 2380 | 2024-05-29T21:13:13.984Z | The targets should have unique names. | 
| 2381 | 2024-05-29T21:13:13.984Z | This is a known bug where multiple crates with the same name use | 
| 2382 | 2024-05-29T21:13:13.984Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2383 | 2024-05-29T21:13:14.031Z | warning: output filename collision. | 
| 2384 | 2024-05-29T21:13:14.031Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. | 
| 2385 | 2024-05-29T21:13:14.031Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html | 
| 2386 | 2024-05-29T21:13:14.031Z | The targets should have unique names. | 
| 2387 | 2024-05-29T21:13:14.031Z | This is a known bug where multiple crates with the same name use | 
| 2388 | 2024-05-29T21:13:14.031Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2389 | 2024-05-29T21:13:14.031Z | warning: output filename collision. | 
| 2390 | 2024-05-29T21:13:14.031Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. | 
| 2391 | 2024-05-29T21:13:14.032Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html | 
| 2392 | 2024-05-29T21:13:14.032Z | The targets should have unique names. | 
| 2393 | 2024-05-29T21:13:14.032Z | This is a known bug where multiple crates with the same name use | 
| 2394 | 2024-05-29T21:13:14.032Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2395 | 2024-05-29T21:13:14.032Z | warning: output filename collision. | 
| 2396 | 2024-05-29T21:13:14.032Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. | 
| 2397 | 2024-05-29T21:13:14.032Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html | 
| 2398 | 2024-05-29T21:13:14.032Z | The targets should have unique names. | 
| 2399 | 2024-05-29T21:13:14.032Z | This is a known bug where multiple crates with the same name use | 
| 2400 | 2024-05-29T21:13:14.032Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2401 | 2024-05-29T21:13:14.032Z | warning: output filename collision. | 
| 2402 | 2024-05-29T21:13:14.032Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. | 
| 2403 | 2024-05-29T21:13:14.032Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html | 
| 2404 | 2024-05-29T21:13:14.032Z | The targets should have unique names. | 
| 2405 | 2024-05-29T21:13:14.032Z | This is a known bug where multiple crates with the same name use | 
| 2406 | 2024-05-29T21:13:14.032Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2407 | 2024-05-29T21:13:14.032Z | warning: output filename collision. | 
| 2408 | 2024-05-29T21:13:14.032Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. | 
| 2409 | 2024-05-29T21:13:14.032Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html | 
| 2410 | 2024-05-29T21:13:14.032Z | The targets should have unique names. | 
| 2411 | 2024-05-29T21:13:14.032Z | This is a known bug where multiple crates with the same name use | 
| 2412 | 2024-05-29T21:13:14.032Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2413 | 2024-05-29T21:13:14.032Z | warning: output filename collision. | 
| 2414 | 2024-05-29T21:13:14.033Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. | 
| 2415 | 2024-05-29T21:13:14.033Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html | 
| 2416 | 2024-05-29T21:13:14.033Z | The targets should have unique names. | 
| 2417 | 2024-05-29T21:13:14.033Z | This is a known bug where multiple crates with the same name use | 
| 2418 | 2024-05-29T21:13:14.033Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2419 | 2024-05-29T21:13:14.033Z | warning: output filename collision. | 
| 2420 | 2024-05-29T21:13:14.033Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. | 
| 2421 | 2024-05-29T21:13:14.033Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html | 
| 2422 | 2024-05-29T21:13:14.033Z | The targets should have unique names. | 
| 2423 | 2024-05-29T21:13:14.033Z | This is a known bug where multiple crates with the same name use | 
| 2424 | 2024-05-29T21:13:14.033Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2425 | 2024-05-29T21:13:14.657Z | Documenting libc v0.2.153 | 
| 2426 | 2024-05-29T21:13:14.681Z | Documenting cfg-if v1.0.0 | 
| 2427 | 2024-05-29T21:13:14.706Z | Documenting serde_derive v1.0.202 | 
| 2428 | 2024-05-29T21:13:14.730Z | Documenting log v0.4.21 | 
| 2429 | 2024-05-29T21:13:14.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2430 | 2024-05-29T21:13:14.779Z | Documenting memchr v2.7.2 | 
| 2431 | 2024-05-29T21:13:14.779Z | Documenting byteorder v1.5.0 | 
| 2432 | 2024-05-29T21:13:14.804Z | Documenting scopeguard v1.2.0 | 
| 2433 | 2024-05-29T21:13:15.016Z | Documenting smallvec v1.13.2 | 
| 2434 | 2024-05-29T21:13:17.167Z | Documenting itoa v1.0.11 | 
| 2435 | 2024-05-29T21:13:17.969Z | Documenting pin-project-lite v0.2.14 | 
| 2436 | 2024-05-29T21:13:18.392Z | Documenting lock_api v0.4.12 | 
| 2437 | 2024-05-29T21:13:18.429Z | Documenting getrandom v0.2.14 | 
| 2438 | 2024-05-29T21:13:18.462Z | Documenting parking_lot_core v0.9.10 | 
| 2439 | 2024-05-29T21:13:18.513Z | Documenting signal-hook-registry v1.4.2 | 
| 2440 | 2024-05-29T21:13:18.909Z | Documenting libm v0.2.8 | 
| 2441 | 2024-05-29T21:13:19.838Z | Documenting mio v0.8.11 | 
| 2442 | 2024-05-29T21:13:20.646Z | Documenting once_cell v1.19.0 | 
| 2443 | 2024-05-29T21:13:20.856Z | Documenting serde v1.0.202 | 
| 2444 | 2024-05-29T21:13:21.960Z | Documenting num-traits v0.2.19 | 
| 2445 | 2024-05-29T21:13:22.356Z | Documenting thiserror-impl v1.0.60 | 
| 2446 | 2024-05-29T21:13:22.420Z | Documenting parking_lot v0.12.2 | 
| 2447 | 2024-05-29T21:13:22.449Z | Documenting rand_core v0.6.4 | 
| 2448 | 2024-05-29T21:13:22.481Z | Documenting zeroize_derive v1.4.2 | 
| 2449 | 2024-05-29T21:13:24.036Z | Documenting ryu v1.0.18 | 
| 2450 | 2024-05-29T21:13:24.312Z | Documenting futures-core v0.3.30 | 
| 2451 | 2024-05-29T21:13:26.356Z | Documenting num_cpus v1.16.0 | 
| 2452 | 2024-05-29T21:13:26.539Z | Documenting socket2 v0.5.7 | 
| 2453 | 2024-05-29T21:13:26.563Z | Documenting tokio-macros v2.2.0 | 
| 2454 | 2024-05-29T21:13:26.663Z | Documenting zerocopy v0.7.34 | 
| 2455 | 2024-05-29T21:13:27.043Z | Documenting zeroize v1.7.0 | 
| 2456 | 2024-05-29T21:13:27.205Z | Documenting thiserror v1.0.60 | 
| 2457 | 2024-05-29T21:13:27.916Z | Documenting futures-sink v0.3.30 | 
| 2458 | 2024-05-29T21:13:30.031Z | Documenting typenum v1.17.0 | 
| 2459 | 2024-05-29T21:13:32.224Z | Documenting subtle v2.5.0 | 
| 2460 | 2024-05-29T21:13:32.268Z | Documenting pin-utils v0.1.0 | 
| 2461 | 2024-05-29T21:13:32.346Z | Documenting futures-channel v0.3.30 | 
| 2462 | 2024-05-29T21:13:32.371Z | Documenting slab v0.4.9 | 
| 2463 | 2024-05-29T21:13:32.395Z | Documenting futures-macro v0.3.30 | 
| 2464 | 2024-05-29T21:13:33.339Z | Documenting futures-task v0.3.30 | 
| 2465 | 2024-05-29T21:13:40.303Z | Documenting bytes v1.6.0 | 
| 2466 | 2024-05-29T21:13:43.527Z | Documenting bitflags v2.5.0 | 
| 2467 | 2024-05-29T21:13:43.592Z | Documenting serde_json v1.0.117 | 
| 2468 | 2024-05-29T21:13:43.639Z | Documenting iana-time-zone v0.1.60 | 
| 2469 | 2024-05-29T21:13:43.664Z | Documenting futures-io v0.3.30 | 
| 2470 | 2024-05-29T21:13:43.704Z | Documenting uuid v1.8.0 | 
| 2471 | 2024-05-29T21:13:43.826Z | Documenting ahash v0.8.11 | 
| 2472 | 2024-05-29T21:13:43.923Z | Documenting tokio v1.37.0 | 
| 2473 | 2024-05-29T21:13:45.209Z | Documenting generic-array v0.14.7 | 
| 2474 | 2024-05-29T21:13:47.659Z | Documenting futures-util v0.3.30 | 
| 2475 | 2024-05-29T21:13:47.830Z | Documenting allocator-api2 v0.2.18 | 
| 2476 | 2024-05-29T21:13:47.929Z | Documenting chrono v0.4.38 | 
| 2477 | 2024-05-29T21:13:48.135Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2478 | 2024-05-29T21:13:48.311Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2479 | 2024-05-29T21:13:48.336Z | Documenting tinyvec_macros v0.1.1 | 
| 2480 | 2024-05-29T21:13:48.977Z | Documenting const-oid v0.9.6 | 
| 2481 | 2024-05-29T21:13:49.002Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2482 | 2024-05-29T21:13:49.388Z | Documenting crypto-common v0.1.6 | 
| 2483 | 2024-05-29T21:13:50.816Z | Documenting tinyvec v1.6.0 | 
| 2484 | 2024-05-29T21:13:50.816Z | Documenting hashbrown v0.14.5 | 
| 2485 | 2024-05-29T21:13:53.317Z | Documenting serde_derive_internals v0.29.1 | 
| 2486 | 2024-05-29T21:13:53.790Z | Checking serde_derive_internals v0.29.1 | 
| 2487 | 2024-05-29T21:13:53.852Z | Documenting dyn-clone v1.0.17 | 
| 2488 | 2024-05-29T21:13:53.913Z | Documenting ppv-lite86 v0.2.17 | 
| 2489 | 2024-05-29T21:13:54.116Z | Documenting unicode-normalization v0.1.23 | 
| 2490 | 2024-05-29T21:13:54.418Z | Documenting tracing-core v0.1.32 | 
| 2491 | 2024-05-29T21:13:56.163Z | Documenting tracing-attributes v0.1.27 | 
| 2492 | 2024-05-29T21:13:56.265Z | Documenting unicode-bidi v0.3.15 | 
| 2493 | 2024-05-29T21:13:56.291Z | Documenting lazy_static v1.4.0 | 
| 2494 | 2024-05-29T21:13:56.673Z | Documenting percent-encoding v2.3.1 | 
| 2495 | 2024-05-29T21:13:56.952Z | Documenting rand_chacha v0.3.1 | 
| 2496 | 2024-05-29T21:13:58.430Z | Documenting block-buffer v0.10.4 | 
| 2497 | 2024-05-29T21:13:58.657Z | Documenting schemars_derive v0.8.19 | 
| 2498 | 2024-05-29T21:13:58.841Z | Documenting equivalent v1.0.1 | 
| 2499 | 2024-05-29T21:14:00.222Z | Documenting powerfmt v0.2.0 | 
| 2500 | 2024-05-29T21:14:00.394Z | Documenting form_urlencoded v1.2.1 | 
| 2501 | 2024-05-29T21:14:00.980Z | Documenting rand v0.8.5 | 
| 2502 | 2024-05-29T21:14:01.505Z | Documenting indexmap v2.2.6 | 
| 2503 | 2024-05-29T21:14:01.576Z | Documenting time-macros v0.2.18 | 
| 2504 | 2024-05-29T21:14:04.422Z | Documenting digest v0.10.7 | 
| 2505 | 2024-05-29T21:14:04.479Z | Documenting deranged v0.3.11 | 
| 2506 | 2024-05-29T21:14:04.556Z | Documenting schemars v0.8.19 | 
| 2507 | 2024-05-29T21:14:04.611Z | Documenting time-core v0.1.2 | 
| 2508 | 2024-05-29T21:14:05.336Z | Documenting num-conv v0.1.0 | 
| 2509 | 2024-05-29T21:14:05.622Z | Documenting unicode-width v0.1.12 | 
| 2510 | 2024-05-29T21:14:06.471Z | Documenting num_threads v0.1.7 | 
| 2511 | 2024-05-29T21:14:07.288Z | Documenting fnv v1.0.7 | 
| 2512 | 2024-05-29T21:14:08.158Z | Documenting idna v0.5.0 | 
| 2513 | 2024-05-29T21:14:08.390Z | Documenting adler v1.0.2 | 
| 2514 | 2024-05-29T21:14:09.037Z | Documenting unicode-ident v1.0.12 | 
| 2515 | 2024-05-29T21:14:11.142Z | Documenting tracing v0.1.40 | 
| 2516 | 2024-05-29T21:14:19.667Z | Documenting time v0.3.36 | 
| 2517 | 2024-05-29T21:14:19.731Z | Documenting miniz_oxide v0.7.2 | 
| 2518 | 2024-05-29T21:14:19.757Z | Documenting slog v2.7.0 | 
| 2519 | 2024-05-29T21:14:19.820Z | Documenting httparse v1.8.0 | 
| 2520 | 2024-05-29T21:14:19.859Z | Documenting proc-macro2 v1.0.82 | 
| 2521 | 2024-05-29T21:14:19.968Z | Documenting url v2.5.0 | 
| 2522 | 2024-05-29T21:14:20.652Z | Documenting cpufeatures v0.2.12 | 
| 2523 | 2024-05-29T21:14:22.963Z | Documenting tokio-util v0.7.11 | 
| 2524 | 2024-05-29T21:14:23.270Z | Documenting errno v0.3.9 | 
| 2525 | 2024-05-29T21:14:23.703Z | Documenting async-trait v0.1.80 | 
| 2526 | 2024-05-29T21:14:23.811Z | Documenting try-lock v0.2.5 | 
| 2527 | 2024-05-29T21:14:23.936Z | Documenting httpdate v1.0.3 | 
| 2528 | 2024-05-29T21:14:24.167Z | Documenting quote v1.0.36 | 
| 2529 | 2024-05-29T21:14:25.608Z | Documenting http-body v0.4.6 | 
| 2530 | 2024-05-29T21:14:26.840Z | Documenting want v0.3.1 | 
| 2531 | 2024-05-29T21:14:27.575Z | Documenting rustix v0.38.34 | 
| 2532 | 2024-05-29T21:14:27.992Z | Documenting aho-corasick v1.1.3 | 
| 2533 | 2024-05-29T21:14:28.154Z | Documenting syn v2.0.64 | 
| 2534 | 2024-05-29T21:14:28.597Z | Documenting openssl-sys v0.9.102 | 
| 2535 | 2024-05-29T21:14:28.711Z | Documenting h2 v0.3.26 | 
| 2536 | 2024-05-29T21:14:28.746Z | Documenting openssl-macros v0.1.1 | 
| 2537 | 2024-05-29T21:14:30.156Z | Documenting regex-syntax v0.8.3 | 
| 2538 | 2024-05-29T21:14:30.596Z | Documenting tower-service v0.3.2 | 
| 2539 | 2024-05-29T21:14:32.980Z | Documenting gimli v0.28.1 | 
| 2540 | 2024-05-29T21:14:33.220Z | Documenting mime v0.3.17 | 
| 2541 | 2024-05-29T21:14:34.061Z | Documenting object v0.32.2 | 
| 2542 | 2024-05-29T21:14:34.247Z | Documenting openssl v0.10.64 | 
| 2543 | 2024-05-29T21:14:34.649Z | Documenting openssl-probe v0.1.5 | 
| 2544 | 2024-05-29T21:14:36.523Z | Documenting regex-automata v0.4.6 | 
| 2545 | 2024-05-29T21:14:37.278Z | Documenting ipnet v2.9.0 | 
| 2546 | 2024-05-29T21:14:37.814Z | Documenting hyper v0.14.28 | 
| 2547 | 2024-05-29T21:14:38.353Z | Documenting rustc-demangle v0.1.24 | 
| 2548 | 2024-05-29T21:14:39.145Z | Documenting addr2line v0.21.0 | 
| 2549 | 2024-05-29T21:14:41.128Z | Documenting base64ct v1.6.0 | 
| 2550 | 2024-05-29T21:14:41.219Z | Documenting futures-executor v0.3.30 | 
| 2551 | 2024-05-29T21:14:42.259Z | Documenting native-tls v0.2.11 | 
| 2552 | 2024-05-29T21:14:42.685Z | Documenting encoding_rs v0.8.34 | 
| 2553 | 2024-05-29T21:14:45.040Z | Documenting psl-types v2.0.11 | 
| 2554 | 2024-05-29T21:14:45.105Z | Documenting serde_urlencoded v0.7.1 | 
| 2555 | 2024-05-29T21:14:45.329Z | Documenting backtrace v0.3.71 | 
| 2556 | 2024-05-29T21:14:45.433Z | Documenting semver v1.0.23 | 
| 2557 | 2024-05-29T21:14:46.906Z | Checking pest_meta v2.7.10 | 
| 2558 | 2024-05-29T21:14:47.035Z | Documenting crossbeam-utils v0.8.19 | 
| 2559 | 2024-05-29T21:14:47.431Z | Documenting tokio-native-tls v0.3.1 | 
| 2560 | 2024-05-29T21:14:47.722Z | Documenting utf8parse v0.2.1 | 
| 2561 | 2024-05-29T21:14:48.028Z | Documenting publicsuffix v2.2.3 | 
| 2562 | 2024-05-29T21:14:48.687Z | Documenting hyper-rustls v0.24.2 | 
| 2563 | 2024-05-29T21:14:49.721Z | Documenting futures v0.3.30 | 
| 2564 | 2024-05-29T21:14:49.962Z | Documenting pem-rfc7468 v0.7.0 | 
| 2565 | 2024-05-29T21:14:51.037Z | Documenting anyhow v1.0.83 | 
| 2566 | 2024-05-29T21:14:51.068Z | Documenting regex v1.10.4 | 
| 2567 | 2024-05-29T21:14:51.564Z | Documenting pest_meta v2.7.10 | 
| 2568 | 2024-05-29T21:14:52.119Z | Documenting cookie_store v0.20.0 | 
| 2569 | 2024-05-29T21:14:52.861Z | Documenting hyper-tls v0.5.0 | 
| 2570 | 2024-05-29T21:14:53.814Z | Documenting der_derive v0.7.2 | 
| 2571 | 2024-05-29T21:14:54.394Z | Documenting scroll_derive v0.12.0 | 
| 2572 | 2024-05-29T21:14:54.877Z | Documenting sync_wrapper v0.1.2 | 
| 2573 | 2024-05-29T21:14:55.656Z | Documenting webpki-roots v0.25.4 | 
| 2574 | 2024-05-29T21:14:55.999Z | Documenting flagset v0.4.5 | 
| 2575 | 2024-05-29T21:14:57.095Z | Documenting pest_generator v2.7.10 | 
| 2576 | 2024-05-29T21:14:57.151Z | Checking pest_generator v2.7.10 | 
| 2577 | 2024-05-29T21:14:57.465Z | Documenting num-integer v0.1.46 | 
| 2578 | 2024-05-29T21:14:57.728Z | Documenting ucd-trie v0.1.6 | 
| 2579 | 2024-05-29T21:14:58.762Z | Documenting scroll v0.12.0 | 
| 2580 | 2024-05-29T21:14:58.850Z | Documenting plain v0.2.3 | 
| 2581 | 2024-05-29T21:14:59.055Z | Documenting der v0.7.9 | 
| 2582 | 2024-05-29T21:14:59.703Z | Documenting openapiv3 v2.0.0 | 
| 2583 | 2024-05-29T21:14:59.734Z | Documenting reqwest v0.11.27 | 
| 2584 | 2024-05-29T21:15:01.524Z | Documenting pretty-hex v0.4.1 | 
| 2585 | 2024-05-29T21:15:01.714Z | Documenting pest v2.7.10 | 
| 2586 | 2024-05-29T21:15:01.854Z | Documenting spin v0.9.8 | 
| 2587 | 2024-05-29T21:15:01.977Z | Documenting pest_derive v2.7.10 | 
| 2588 | 2024-05-29T21:15:02.854Z | Documenting goblin v0.8.2 | 
| 2589 | 2024-05-29T21:15:03.854Z | Documenting spki v0.7.3 | 
| 2590 | 2024-05-29T21:15:04.530Z | Documenting thread-id v4.2.1 | 
| 2591 | 2024-05-29T21:15:05.753Z | Documenting anstyle v1.0.7 | 
| 2592 | 2024-05-29T21:15:06.412Z | Documenting either v1.12.0 | 
| 2593 | 2024-05-29T21:15:06.440Z | Documenting dtrace-parser v0.2.0 | 
| 2594 | 2024-05-29T21:15:06.808Z | Documenting anstyle-parse v0.2.4 | 
| 2595 | 2024-05-29T21:15:08.155Z | Documenting pkcs8 v0.10.2 | 
| 2596 | 2024-05-29T21:15:08.453Z | Documenting memmap v0.7.0 | 
| 2597 | 2024-05-29T21:15:09.756Z | Documenting anstyle-query v1.0.3 | 
| 2598 | 2024-05-29T21:15:09.823Z | Documenting colorchoice v1.0.1 | 
| 2599 | 2024-05-29T21:15:10.086Z | Documenting is_terminal_polyfill v1.70.0 | 
| 2600 | 2024-05-29T21:15:10.111Z | Documenting dof v0.3.0 | 
| 2601 | 2024-05-29T21:15:10.319Z | Documenting data-encoding v2.6.0 | 
| 2602 | 2024-05-29T21:15:10.551Z | Documenting crossbeam-epoch v0.9.18 | 
| 2603 | 2024-05-29T21:15:12.510Z | Documenting terminal_size v0.3.0 | 
| 2604 | 2024-05-29T21:15:12.668Z | Documenting sha2 v0.10.8 | 
| 2605 | 2024-05-29T21:15:12.712Z | Documenting ipnetwork v0.20.0 | 
| 2606 | 2024-05-29T21:15:13.625Z | Documenting hex v0.4.3 | 
| 2607 | 2024-05-29T21:15:13.905Z | Documenting anstream v0.6.14 | 
| 2608 | 2024-05-29T21:15:14.205Z | Documenting crc32fast v1.4.0 | 
| 2609 | 2024-05-29T21:15:14.767Z | Documenting untrusted v0.9.0 | 
| 2610 | 2024-05-29T21:15:15.142Z | Documenting usdt-impl v0.5.0 | 
| 2611 | 2024-05-29T21:15:16.971Z | Documenting strsim v0.11.1 | 
| 2612 | 2024-05-29T21:15:17.479Z | Documenting unicode-segmentation v1.11.0 | 
| 2613 | 2024-05-29T21:15:17.538Z | Documenting clap_lex v0.7.0 | 
| 2614 | 2024-05-29T21:15:18.013Z | Documenting ring v0.17.8 | 
| 2615 | 2024-05-29T21:15:18.174Z | Documenting num-iter v0.1.45 | 
| 2616 | 2024-05-29T21:15:18.281Z | Documenting hmac v0.12.1 | 
| 2617 | 2024-05-29T21:15:18.336Z | Documenting signal-hook v0.3.17 | 
| 2618 | 2024-05-29T21:15:20.525Z | Documenting clap_derive v4.5.4 | 
| 2619 | 2024-05-29T21:15:20.697Z | Documenting static_assertions v1.1.0 | 
| 2620 | 2024-05-29T21:15:21.318Z | Documenting usdt v0.5.0 | 
| 2621 | 2024-05-29T21:15:21.435Z | Documenting clap_builder v4.5.2 | 
| 2622 | 2024-05-29T21:15:22.147Z | Documenting flate2 v1.0.30 | 
| 2623 | 2024-05-29T21:15:22.514Z | Documenting managed v0.8.0 | 
| 2624 | 2024-05-29T21:15:22.905Z | Documenting signal-hook-mio v0.2.3 | 
| 2625 | 2024-05-29T21:15:23.494Z | Documenting itertools v0.12.1 | 
| 2626 | 2024-05-29T21:15:23.526Z | Documenting enum-as-inner v0.5.1 | 
| 2627 | 2024-05-29T21:15:25.631Z | Documenting regress v0.9.1 | 
| 2628 | 2024-05-29T21:15:25.784Z | Documenting block-padding v0.3.3 | 
| 2629 | 2024-05-29T21:15:26.547Z | Documenting scheduled-thread-pool v0.2.7 | 
| 2630 | 2024-05-29T21:15:26.885Z | Documenting diesel_table_macro_syntax v0.1.0 | 
| 2631 | 2024-05-29T21:15:27.286Z | Checking diesel_table_macro_syntax v0.1.0 | 
| 2632 | 2024-05-29T21:15:27.446Z | Documenting finl_unicode v1.2.0 | 
| 2633 | 2024-05-29T21:15:27.573Z | Documenting clap v4.5.4 | 
| 2634 | 2024-05-29T21:15:27.892Z | Documenting trust-dns-proto v0.22.0 | 
| 2635 | 2024-05-29T21:15:30.095Z | Documenting inout v0.1.3 | 
| 2636 | 2024-05-29T21:15:30.140Z | Documenting crossterm v0.27.0 | 
| 2637 | 2024-05-29T21:15:30.591Z | Documenting r2d2 v0.8.10 | 
| 2638 | 2024-05-29T21:15:31.469Z | Documenting md-5 v0.10.6 | 
| 2639 | 2024-05-29T21:15:31.494Z | Documenting stringprep v0.1.4 | 
| 2640 | 2024-05-29T21:15:31.520Z | Documenting diesel_derives v2.1.4 | 
| 2641 | 2024-05-29T21:15:32.792Z | Documenting ff v0.13.0 | 
| 2642 | 2024-05-29T21:15:34.443Z | Documenting toml_datetime v0.6.6 | 
| 2643 | 2024-05-29T21:15:34.813Z | Documenting serde_spanned v0.6.6 | 
| 2644 | 2024-05-29T21:15:35.222Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) | 
| 2645 | 2024-05-29T21:15:35.554Z | Documenting bit-vec v0.6.3 | 
| 2646 | 2024-05-29T21:15:35.892Z | Documenting winnow v0.6.8 | 
| 2647 | 2024-05-29T21:15:36.243Z | Documenting siphasher v0.3.11 | 
| 2648 | 2024-05-29T21:15:36.790Z | Checking unsafe-libyaml v0.2.11 | 
| 2649 | 2024-05-29T21:15:37.747Z | Documenting heck v0.5.0 | 
| 2650 | 2024-05-29T21:15:38.000Z | Documenting base16ct v0.2.0 | 
| 2651 | 2024-05-29T21:15:38.468Z | Checking ident_case v1.0.1 | 
| 2652 | 2024-05-29T21:15:38.608Z | Documenting fallible-iterator v0.2.0 | 
| 2653 | 2024-05-29T21:15:38.903Z | Documenting group v0.13.0 | 
| 2654 | 2024-05-29T21:15:39.027Z | Documenting phf_shared v0.11.2 | 
| 2655 | 2024-05-29T21:15:39.211Z | Documenting diesel v2.1.6 | 
| 2656 | 2024-05-29T21:15:39.495Z | Documenting cipher v0.4.4 | 
| 2657 | 2024-05-29T21:15:40.714Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 2658 | 2024-05-29T21:15:40.832Z | Documenting toml_edit v0.22.13 | 
| 2659 | 2024-05-29T21:15:41.062Z | Documenting sec1 v0.7.3 | 
| 2660 | 2024-05-29T21:15:42.974Z | Documenting hkdf v0.12.4 | 
| 2661 | 2024-05-29T21:15:43.074Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 2662 | 2024-05-29T21:15:43.326Z | Documenting postgres-protocol v0.6.6 | 
| 2663 | 2024-05-29T21:15:54.623Z | Documenting num-bigint v0.4.5 | 
| 2664 | 2024-05-29T21:15:54.864Z | Documenting bstr v1.9.1 | 
| 2665 | 2024-05-29T21:16:04.343Z | Documenting console v0.15.8 | 
| 2666 | 2024-05-29T21:16:04.647Z | Documenting crypto-bigint v0.5.5 | 
| 2667 | 2024-05-29T21:16:04.802Z | Documenting hubpack v0.1.2 | 
| 2668 | 2024-05-29T21:16:04.840Z | Documenting serde_repr v0.1.19 | 
| 2669 | 2024-05-29T21:16:05.170Z | Documenting minimal-lexical v0.2.1 | 
| 2670 | 2024-05-29T21:16:05.658Z | Documenting precomputed-hash v0.1.1 | 
| 2671 | 2024-05-29T21:16:06.258Z | Documenting lalrpop-util v0.19.12 | 
| 2672 | 2024-05-29T21:16:06.981Z | Documenting unsafe-libyaml v0.2.11 | 
| 2673 | 2024-05-29T21:16:08.492Z | Documenting fixedbitset v0.4.2 | 
| 2674 | 2024-05-29T21:16:08.876Z | Documenting new_debug_unreachable v1.0.6 | 
| 2675 | 2024-05-29T21:16:09.078Z | Documenting nom v7.1.3 | 
| 2676 | 2024-05-29T21:16:09.200Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) | 
| 2677 | 2024-05-29T21:16:09.575Z | Documenting yasna v0.5.2 | 
| 2678 | 2024-05-29T21:16:10.225Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 2679 | 2024-05-29T21:16:10.557Z | Documenting serde_yaml v0.9.34+deprecated | 
| 2680 | 2024-05-29T21:16:21.244Z | Documenting petgraph v0.6.5 | 
| 2681 | 2024-05-29T21:16:21.285Z | Documenting string_cache v0.8.7 | 
| 2682 | 2024-05-29T21:16:21.746Z | Documenting postgres-types v0.2.6 | 
| 2683 | 2024-05-29T21:16:21.786Z | Documenting phf v0.11.2 | 
| 2684 | 2024-05-29T21:16:22.145Z | Checking darling_core v0.20.9 | 
| 2685 | 2024-05-29T21:16:22.235Z | Checking serde_yaml v0.9.34+deprecated | 
| 2686 | 2024-05-29T21:16:22.369Z | Documenting similar v2.5.0 | 
| 2687 | 2024-05-29T21:16:22.435Z | Documenting elliptic-curve v0.13.8 | 
| 2688 | 2024-05-29T21:16:23.831Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2689 | 2024-05-29T21:16:23.857Z | Documenting getopts v0.2.21 | 
| 2690 | 2024-05-29T21:16:25.803Z | Documenting float-cmp v0.9.0 | 
| 2691 | 2024-05-29T21:16:26.054Z | Documenting whoami v1.5.1 | 
| 2692 | 2024-05-29T21:16:26.841Z | Documenting predicates-core v1.0.6 | 
| 2693 | 2024-05-29T21:16:27.747Z | Documenting difflib v0.4.0 | 
| 2694 | 2024-05-29T21:16:28.137Z | Documenting normalize-line-endings v0.3.0 | 
| 2695 | 2024-05-29T21:16:29.038Z | Documenting peg-runtime v0.8.3 | 
| 2696 | 2024-05-29T21:16:39.371Z | Documenting tokio-postgres v0.7.10 | 
| 2697 | 2024-05-29T21:16:39.510Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2698 | 2024-05-29T21:16:39.669Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2699 | 2024-05-29T21:16:39.904Z | Documenting bit-set v0.5.3 | 
| 2700 | 2024-05-29T21:16:39.961Z | Documenting fs-err v2.11.0 | 
| 2701 | 2024-05-29T21:16:40.140Z | Documenting predicates v3.1.0 | 
| 2702 | 2024-05-29T21:16:40.270Z | Documenting tokio-stream v0.1.15 | 
| 2703 | 2024-05-29T21:16:40.387Z | Documenting ident_case v1.0.1 | 
| 2704 | 2024-05-29T21:16:43.689Z | Checking darling v0.20.9 | 
| 2705 | 2024-05-29T21:16:43.799Z | Documenting is-terminal v0.4.12 | 
| 2706 | 2024-05-29T21:16:44.085Z | Documenting darling_core v0.20.9 | 
| 2707 | 2024-05-29T21:16:44.551Z | Documenting strum v0.26.2 | 
| 2708 | 2024-05-29T21:16:45.302Z | Documenting base64 v0.22.1 | 
| 2709 | 2024-05-29T21:16:45.465Z | Documenting camino v1.1.7 | 
| 2710 | 2024-05-29T21:16:47.231Z | Documenting dirs-sys-next v0.1.2 | 
| 2711 | 2024-05-29T21:16:47.261Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2712 | 2024-05-29T21:16:47.438Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 2713 | 2024-05-29T21:16:47.859Z | Documenting sha1 v0.10.6 | 
| 2714 | 2024-05-29T21:16:48.392Z | Documenting http v1.1.0 | 
| 2715 | 2024-05-29T21:16:49.302Z | Documenting thread_local v1.1.8 | 
| 2716 | 2024-05-29T21:16:49.678Z | Documenting paste v1.0.15 | 
| 2717 | 2024-05-29T21:16:51.071Z | Documenting dirs-next v2.0.0 | 
| 2718 | 2024-05-29T21:16:51.165Z | Documenting rustls-pki-types v1.7.0 | 
| 2719 | 2024-05-29T21:16:52.435Z | Documenting darling_macro v0.20.9 | 
| 2720 | 2024-05-29T21:16:52.575Z | Documenting crossbeam-channel v0.5.12 | 
| 2721 | 2024-05-29T21:16:53.143Z | Documenting take_mut v0.2.2 | 
| 2722 | 2024-05-29T21:16:53.482Z | Documenting slog-json v2.6.1 | 
| 2723 | 2024-05-29T21:16:53.645Z | Documenting async-stream-impl v0.3.5 | 
| 2724 | 2024-05-29T21:16:55.179Z | Documenting term v0.7.0 | 
| 2725 | 2024-05-29T21:16:55.412Z | Documenting rustls-webpki v0.102.4 | 
| 2726 | 2024-05-29T21:16:56.530Z | Documenting debug-ignore v1.0.5 | 
| 2727 | 2024-05-29T21:16:56.750Z | Documenting atomic-waker v1.1.2 | 
| 2728 | 2024-05-29T21:16:56.929Z | Documenting slog-async v2.8.0 | 
| 2729 | 2024-05-29T21:16:57.151Z | Documenting darling v0.20.9 | 
| 2730 | 2024-05-29T21:16:58.209Z | Documenting slog-bunyan v2.5.0 | 
| 2731 | 2024-05-29T21:16:58.366Z | Documenting async-stream v0.3.5 | 
| 2732 | 2024-05-29T21:16:59.239Z | Documenting slog-term v2.9.1 | 
| 2733 | 2024-05-29T21:16:59.381Z | Documenting rustls-pemfile v2.1.2 | 
| 2734 | 2024-05-29T21:16:59.517Z | Documenting waitgroup v0.1.2 | 
| 2735 | 2024-05-29T21:17:00.205Z | Documenting rustls v0.22.4 | 
| 2736 | 2024-05-29T21:17:00.798Z | Documenting multer v3.1.0 | 
| 2737 | 2024-05-29T21:17:02.381Z | Documenting toml v0.8.13 | 
| 2738 | 2024-05-29T21:17:02.407Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) | 
| 2739 | 2024-05-29T21:17:02.801Z | Documenting serde_path_to_error v0.1.16 | 
| 2740 | 2024-05-29T21:17:03.190Z | Documenting hostname v0.4.0 | 
| 2741 | 2024-05-29T21:17:03.380Z | Documenting serde_with_macros v3.8.1 | 
| 2742 | 2024-05-29T21:17:03.719Z | Documenting structmeta-derive v0.3.0 | 
| 2743 | 2024-05-29T21:17:05.447Z | Documenting newtype-uuid v1.1.0 | 
| 2744 | 2024-05-29T21:17:07.185Z | Checking structmeta v0.3.0 | 
| 2745 | 2024-05-29T21:17:07.221Z | Documenting instant v0.1.12 | 
| 2746 | 2024-05-29T21:17:07.394Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2747 | 2024-05-29T21:17:07.954Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) | 
| 2748 | 2024-05-29T21:17:07.954Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 2749 | 2024-05-29T21:17:08.372Z | Documenting serde_with v3.8.1 | 
| 2750 | 2024-05-29T21:17:08.851Z | Documenting tokio-rustls v0.25.0 | 
| 2751 | 2024-05-29T21:17:08.876Z | Documenting structmeta v0.3.0 | 
| 2752 | 2024-05-29T21:17:10.555Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2753 | 2024-05-29T21:17:11.078Z | Documenting backoff v0.4.0 | 
| 2754 | 2024-05-29T21:17:11.921Z | Documenting macaddr v1.0.1 | 
| 2755 | 2024-05-29T21:17:12.053Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2756 | 2024-05-29T21:17:13.411Z | Documenting parse-display-derive v0.9.0 | 
| 2757 | 2024-05-29T21:17:14.195Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) | 
| 2758 | 2024-05-29T21:17:15.283Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2759 | 2024-05-29T21:17:15.686Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2760 | 2024-05-29T21:17:15.872Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2761 | 2024-05-29T21:17:16.019Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2762 | 2024-05-29T21:17:16.080Z | Documenting fastrand v2.1.0 | 
| 2763 | 2024-05-29T21:17:16.215Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2764 | 2024-05-29T21:17:16.833Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2765 | 2024-05-29T21:17:17.080Z | Checking proc-macro-crate v1.3.1 | 
| 2766 | 2024-05-29T21:17:17.297Z | Documenting proc-macro-crate v1.3.1 | 
| 2767 | 2024-05-29T21:17:18.457Z | Documenting foreign-types-macros v0.2.3 | 
| 2768 | 2024-05-29T21:17:18.712Z | Documenting foreign-types-shared v0.3.1 | 
| 2769 | 2024-05-29T21:17:18.949Z | Documenting parse-display v0.9.0 | 
| 2770 | 2024-05-29T21:17:19.011Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2771 | 2024-05-29T21:17:19.621Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2772 | 2024-05-29T21:17:19.798Z | Documenting tempfile v3.10.1 | 
| 2773 | 2024-05-29T21:17:21.566Z | Documenting cstr-argument v0.1.2 | 
| 2774 | 2024-05-29T21:17:22.321Z | Documenting num_enum_derive v0.5.11 | 
| 2775 | 2024-05-29T21:17:22.920Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 2776 | 2024-05-29T21:17:23.251Z | Documenting foreign-types v0.5.0 | 
| 2777 | 2024-05-29T21:17:23.433Z | Documenting tabwriter v1.4.0 | 
| 2778 | 2024-05-29T21:17:23.599Z | Documenting colored v2.1.0 | 
| 2779 | 2024-05-29T21:17:24.424Z | Documenting camino-tempfile v1.1.1 | 
| 2780 | 2024-05-29T21:17:25.405Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2781 | 2024-05-29T21:17:27.079Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2782 | 2024-05-29T21:17:27.328Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2783 | 2024-05-29T21:17:27.621Z | Documenting hash32 v0.3.1 | 
| 2784 | 2024-05-29T21:17:27.755Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 2785 | 2024-05-29T21:17:27.979Z | Documenting stable_deref_trait v1.2.0 | 
| 2786 | 2024-05-29T21:17:28.054Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2787 | 2024-05-29T21:17:28.559Z | Documenting num_enum v0.5.11 | 
| 2788 | 2024-05-29T21:17:28.721Z | Documenting smf v0.2.3 | 
| 2789 | 2024-05-29T21:17:30.647Z | Documenting cobs v0.2.3 | 
| 2790 | 2024-05-29T21:17:30.876Z | Documenting embedded-io v0.4.0 | 
| 2791 | 2024-05-29T21:17:31.286Z | Documenting heapless v0.8.0 | 
| 2792 | 2024-05-29T21:17:31.718Z | Documenting derive-where v1.2.7 | 
| 2793 | 2024-05-29T21:17:32.335Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2794 | 2024-05-29T21:17:32.382Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2795 | 2024-05-29T21:17:32.899Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2796 | 2024-05-29T21:17:33.397Z | Documenting crucible-workspace-hack v0.1.0 | 
| 2797 | 2024-05-29T21:17:33.806Z | Documenting postcard v1.0.8 | 
| 2798 | 2024-05-29T21:17:35.539Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2799 | 2024-05-29T21:17:36.032Z | Documenting smoltcp v0.11.0 | 
| 2800 | 2024-05-29T21:17:37.128Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2801 | 2024-05-29T21:17:37.254Z | Documenting newline-converter v0.3.0 | 
| 2802 | 2024-05-29T21:17:37.490Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2803 | 2024-05-29T21:17:38.192Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2804 | 2024-05-29T21:17:39.193Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 2805 | 2024-05-29T21:17:39.225Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) | 
| 2806 | 2024-05-29T21:17:40.179Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 2807 | 2024-05-29T21:17:41.201Z | Documenting expectorate v1.1.0 | 
| 2808 | 2024-05-29T21:17:41.613Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2809 | 2024-05-29T21:17:41.654Z | Documenting sigpipe v0.1.3 | 
| 2810 | 2024-05-29T21:17:42.186Z | Documenting num-derive v0.4.2 | 
| 2811 | 2024-05-29T21:17:43.899Z | Documenting convert_case v0.4.0 | 
| 2812 | 2024-05-29T21:17:44.603Z | Checking convert_case v0.4.0 | 
| 2813 | 2024-05-29T21:17:44.812Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 2814 | 2024-05-29T21:17:45.206Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2815 | 2024-05-29T21:17:45.338Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2816 | 2024-05-29T21:17:45.776Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2817 | 2024-05-29T21:17:45.951Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) | 
| 2818 | 2024-05-29T21:17:47.098Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 2819 | 2024-05-29T21:17:48.115Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2820 | 2024-05-29T21:17:48.152Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2821 | 2024-05-29T21:17:48.152Z | Documenting derive_more v0.99.17 | 
| 2822 | 2024-05-29T21:17:49.439Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2823 | 2024-05-29T21:17:50.069Z | Documenting password-hash v0.5.0 | 
| 2824 | 2024-05-29T21:17:50.691Z | Documenting blake2 v0.10.6 | 
| 2825 | 2024-05-29T21:17:50.977Z | Documenting linked-hash-map v0.5.6 | 
| 2826 | 2024-05-29T21:17:51.954Z | Documenting humantime v2.1.0 | 
| 2827 | 2024-05-29T21:17:53.937Z | Documenting swrite v0.1.0 | 
| 2828 | 2024-05-29T21:17:54.210Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2829 | 2024-05-29T21:17:54.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2830 | 2024-05-29T21:17:54.967Z | Documenting lru-cache v0.1.2 | 
| 2831 | 2024-05-29T21:17:55.427Z | Documenting argon2 v0.5.3 | 
| 2832 | 2024-05-29T21:17:55.914Z | Documenting newtype_derive v0.1.6 | 
| 2833 | 2024-05-29T21:17:55.969Z | Documenting quick-error v1.2.3 | 
| 2834 | 2024-05-29T21:17:56.871Z | Documenting arc-swap v1.7.1 | 
| 2835 | 2024-05-29T21:17:57.730Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2836 | 2024-05-29T21:17:58.852Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 2837 | 2024-05-29T21:17:59.606Z | Documenting xattr v1.3.1 | 
| 2838 | 2024-05-29T21:17:59.806Z | Documenting steno v0.4.0 | 
| 2839 | 2024-05-29T21:18:00.167Z | Documenting resolv-conf v0.7.0 | 
| 2840 | 2024-05-29T21:18:00.279Z | Documenting filetime v0.2.23 | 
| 2841 | 2024-05-29T21:18:00.534Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) | 
| 2842 | 2024-05-29T21:18:00.645Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2843 | 2024-05-29T21:18:00.926Z | Documenting slog-scope v4.4.0 | 
| 2844 | 2024-05-29T21:18:04.180Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2845 | 2024-05-29T21:18:04.832Z | Documenting trust-dns-resolver v0.22.0 | 
| 2846 | 2024-05-29T21:18:04.863Z | Documenting tar v0.4.40 | 
| 2847 | 2024-05-29T21:18:04.863Z | Documenting slog-stdlog v4.1.1 | 
| 2848 | 2024-05-29T21:18:06.734Z | Documenting num-rational v0.4.2 | 
| 2849 | 2024-05-29T21:18:07.106Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2850 | 2024-05-29T21:18:08.529Z | Documenting num-complex v0.4.6 | 
| 2851 | 2024-05-29T21:18:08.846Z | Documenting slog-envlogger v2.2.0 | 
| 2852 | 2024-05-29T21:18:09.234Z | Documenting tap v1.0.1 | 
| 2853 | 2024-05-29T21:18:10.772Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2854 | 2024-05-29T21:18:11.759Z | Documenting radium v0.7.0 | 
| 2855 | 2024-05-29T21:18:11.913Z | Documenting wyz v0.5.1 | 
| 2856 | 2024-05-29T21:18:12.167Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2857 | 2024-05-29T21:18:12.391Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2858 | 2024-05-29T21:18:13.054Z | Documenting num v0.4.3 | 
| 2859 | 2024-05-29T21:18:13.765Z | Documenting nibble_vec v0.1.0 | 
| 2860 | 2024-05-29T21:18:14.788Z | Documenting endian-type v0.1.2 | 
| 2861 | 2024-05-29T21:18:15.043Z | Documenting same-file v1.0.6 | 
| 2862 | 2024-05-29T21:18:15.859Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2863 | 2024-05-29T21:18:16.944Z | Documenting crc-catalog v2.4.0 | 
| 2864 | 2024-05-29T21:18:17.838Z | Documenting funty v2.0.0 | 
| 2865 | 2024-05-29T21:18:18.708Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2866 | 2024-05-29T21:18:18.801Z | Documenting radix_trie v0.2.1 | 
| 2867 | 2024-05-29T21:18:18.987Z | Documenting walkdir v2.5.0 | 
| 2868 | 2024-05-29T21:18:19.889Z | Documenting crc v3.2.1 | 
| 2869 | 2024-05-29T21:18:20.005Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2870 | 2024-05-29T21:18:20.451Z | Documenting cancel-safe-futures v0.1.5 | 
| 2871 | 2024-05-29T21:18:20.918Z | Documenting bitvec v1.0.1 | 
| 2872 | 2024-05-29T21:18:21.572Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2873 | 2024-05-29T21:18:22.823Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2874 | 2024-05-29T21:18:23.068Z | Documenting packed_struct_codegen v0.10.1 | 
| 2875 | 2024-05-29T21:18:23.117Z | Documenting nodrop v0.1.14 | 
| 2876 | 2024-05-29T21:18:23.382Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2877 | 2024-05-29T21:18:25.640Z | Documenting bzip2-sys v0.1.11+1.0.8 | 
| 2878 | 2024-05-29T21:18:25.942Z | Documenting array-init v0.0.4 | 
| 2879 | 2024-05-29T21:18:25.987Z | Documenting num-bigint-dig v0.8.4 | 
| 2880 | 2024-05-29T21:18:26.508Z | Documenting pem v3.0.4 | 
| 2881 | 2024-05-29T21:18:28.163Z | Documenting packed_struct v0.10.1 | 
| 2882 | 2024-05-29T21:18:29.103Z | Documenting pkcs1 v0.7.5 | 
| 2883 | 2024-05-29T21:18:29.839Z | Documenting signature v2.2.0 | 
| 2884 | 2024-05-29T21:18:30.615Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2885 | 2024-05-29T21:18:30.992Z | Documenting display-error-chain v0.2.0 | 
| 2886 | 2024-05-29T21:18:31.973Z | Documenting bitfield v0.14.0 | 
| 2887 | 2024-05-29T21:18:33.750Z | Documenting termcolor v1.4.1 | 
| 2888 | 2024-05-29T21:18:34.762Z | Documenting bzip2 v0.4.4 | 
| 2889 | 2024-05-29T21:18:34.970Z | Documenting rsa v0.9.6 | 
| 2890 | 2024-05-29T21:18:35.095Z | Documenting serde-hex v0.1.0 | 
| 2891 | 2024-05-29T21:18:35.276Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2892 | 2024-05-29T21:18:35.694Z | warning: unresolved link to `Blueprints` | 
| 2893 | 2024-05-29T21:18:35.694Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 | 
| 2894 | 2024-05-29T21:18:35.694Z | | | 
| 2895 | 2024-05-29T21:18:35.694Z | 5 | //! Types helpful for diffing [`Blueprints`]. | 
| 2896 | 2024-05-29T21:18:35.694Z | |                                 ^^^^^^^^^^ no item named `Blueprints` in scope | 
| 2897 | 2024-05-29T21:18:35.694Z | | | 
| 2898 | 2024-05-29T21:18:35.694Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 2899 | 2024-05-29T21:18:35.694Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default | 
| 2900 | 2024-05-29T21:18:35.694Z |  | 
| 2901 | 2024-05-29T21:18:35.720Z | warning: unresolved link to `Blueprints` | 
| 2902 | 2024-05-29T21:18:35.720Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 | 
| 2903 | 2024-05-29T21:18:35.720Z | | | 
| 2904 | 2024-05-29T21:18:35.720Z | 5 | //! Types helpful for rendering [`Blueprints`]. | 
| 2905 | 2024-05-29T21:18:35.720Z | |                                   ^^^^^^^^^^ no item named `Blueprints` in scope | 
| 2906 | 2024-05-29T21:18:35.720Z | | | 
| 2907 | 2024-05-29T21:18:35.720Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 2908 | 2024-05-29T21:18:35.720Z |  | 
| 2909 | 2024-05-29T21:18:35.720Z | warning: unresolved link to `BpSledTable` | 
| 2910 | 2024-05-29T21:18:35.720Z | --> nexus/types/src/deployment/blueprint_display.rs:174:49 | 
| 2911 | 2024-05-29T21:18:35.720Z | | | 
| 2912 | 2024-05-29T21:18:35.720Z | 174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. | 
| 2913 | 2024-05-29T21:18:35.720Z | |                                                 ^^^^^^^^^^^ no item named `BpSledTable` in scope | 
| 2914 | 2024-05-29T21:18:35.720Z | | | 
| 2915 | 2024-05-29T21:18:35.720Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 2916 | 2024-05-29T21:18:35.720Z |  | 
| 2917 | 2024-05-29T21:18:37.234Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2918 | 2024-05-29T21:18:37.824Z | Documenting slog-dtrace v0.3.0 | 
| 2919 | 2024-05-29T21:18:37.849Z | Documenting env_logger v0.10.2 | 
| 2920 | 2024-05-29T21:18:37.930Z | warning: `nexus-types` (lib doc) generated 3 warnings | 
| 2921 | 2024-05-29T21:18:37.956Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2922 | 2024-05-29T21:18:38.195Z | Documenting x509-cert v0.2.5 | 
| 2923 | 2024-05-29T21:18:38.946Z | Documenting libsw v3.3.1 | 
| 2924 | 2024-05-29T21:18:39.157Z | Documenting ron v0.8.1 | 
| 2925 | 2024-05-29T21:18:40.727Z | Documenting half v2.4.1 | 
| 2926 | 2024-05-29T21:18:42.084Z | Documenting owo-colors v4.0.0 | 
| 2927 | 2024-05-29T21:18:42.339Z | Documenting crc-any v2.5.0 | 
| 2928 | 2024-05-29T21:18:43.798Z | Documenting linear-map v1.2.0 | 
| 2929 | 2024-05-29T21:18:43.827Z | Documenting maplit v1.0.2 | 
| 2930 | 2024-05-29T21:18:44.023Z | Documenting ciborium-io v0.2.2 | 
| 2931 | 2024-05-29T21:18:44.376Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2932 | 2024-05-29T21:18:44.532Z | Documenting zip v0.6.6 | 
| 2933 | 2024-05-29T21:18:45.314Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2934 | 2024-05-29T21:18:46.636Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2935 | 2024-05-29T21:18:47.719Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 2936 | 2024-05-29T21:18:48.010Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2937 | 2024-05-29T21:18:48.475Z | Documenting ciborium-ll v0.2.2 | 
| 2938 | 2024-05-29T21:18:48.517Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2939 | 2024-05-29T21:18:48.665Z | Documenting headers-core v0.2.0 | 
| 2940 | 2024-05-29T21:18:48.984Z | Documenting async-recursion v1.1.1 | 
| 2941 | 2024-05-29T21:18:52.258Z | Documenting path-slash v0.1.5 | 
| 2942 | 2024-05-29T21:18:53.178Z | Documenting headers v0.3.9 | 
| 2943 | 2024-05-29T21:18:53.679Z | Documenting ciborium v0.2.2 | 
| 2944 | 2024-05-29T21:18:53.790Z | Documenting fxhash v0.2.1 | 
| 2945 | 2024-05-29T21:18:55.165Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2946 | 2024-05-29T21:18:55.576Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) | 
| 2947 | 2024-05-29T21:18:57.421Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2948 | 2024-05-29T21:18:57.864Z | Documenting buf-list v1.0.3 | 
| 2949 | 2024-05-29T21:18:58.208Z | Documenting pin-project-internal v1.1.5 | 
| 2950 | 2024-05-29T21:18:58.988Z | Documenting vte_generate_state_changes v0.1.1 | 
| 2951 | 2024-05-29T21:18:59.808Z | Documenting derive_builder_core v0.20.0 | 
| 2952 | 2024-05-29T21:19:02.530Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2953 | 2024-05-29T21:19:03.005Z | Documenting vte v0.11.1 | 
| 2954 | 2024-05-29T21:19:03.272Z | Documenting pin-project v1.1.5 | 
| 2955 | 2024-05-29T21:19:04.978Z | Checking derive_builder_core v0.20.0 | 
| 2956 | 2024-05-29T21:19:06.775Z | Documenting crossbeam-deque v0.8.5 | 
| 2957 | 2024-05-29T21:19:06.818Z | Documenting snafu-derive v0.8.2 | 
| 2958 | 2024-05-29T21:19:06.818Z | Documenting fd-lock v4.0.2 | 
| 2959 | 2024-05-29T21:19:06.883Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2960 | 2024-05-29T21:19:07.116Z | Documenting bitstruct_derive v0.1.0 | 
| 2961 | 2024-05-29T21:19:07.853Z | Documenting ascii v1.1.0 | 
| 2962 | 2024-05-29T21:19:09.773Z | Documenting rayon-core v1.12.1 | 
| 2963 | 2024-05-29T21:19:10.693Z | Documenting strip-ansi-escapes v0.2.0 | 
| 2964 | 2024-05-29T21:19:10.951Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) | 
| 2965 | 2024-05-29T21:19:11.358Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2966 | 2024-05-29T21:19:11.500Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2967 | 2024-05-29T21:19:11.914Z | Documenting bitstruct v0.1.1 | 
| 2968 | 2024-05-29T21:19:12.999Z | Documenting snafu v0.8.2 | 
| 2969 | 2024-05-29T21:19:14.383Z | Documenting derive_builder_macro v0.20.0 | 
| 2970 | 2024-05-29T21:19:14.729Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2971 | 2024-05-29T21:19:14.860Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2972 | 2024-05-29T21:19:15.547Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2973 | 2024-05-29T21:19:16.046Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2974 | 2024-05-29T21:19:16.258Z | Documenting proc-macro-error-attr v1.0.4 | 
| 2975 | 2024-05-29T21:19:16.285Z | Documenting globset v0.4.14 | 
| 2976 | 2024-05-29T21:19:17.148Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2977 | 2024-05-29T21:19:19.128Z | Documenting olpc-cjson v0.1.3 | 
| 2978 | 2024-05-29T21:19:20.095Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2979 | 2024-05-29T21:19:20.319Z | Documenting serde_plain v1.0.2 | 
| 2980 | 2024-05-29T21:19:20.953Z | Documenting erased-serde v0.3.31 | 
| 2981 | 2024-05-29T21:19:21.067Z | Documenting serde_arrays v0.1.0 | 
| 2982 | 2024-05-29T21:19:22.387Z | Documenting ref-cast-impl v1.0.23 | 
| 2983 | 2024-05-29T21:19:23.091Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2984 | 2024-05-29T21:19:23.381Z | Documenting typed-path v0.7.1 | 
| 2985 | 2024-05-29T21:19:24.768Z | Documenting nu-ansi-term v0.50.0 | 
| 2986 | 2024-05-29T21:19:25.458Z | Documenting unicode-xid v0.2.4 | 
| 2987 | 2024-05-29T21:19:26.421Z | Checking unicode-xid v0.2.4 | 
| 2988 | 2024-05-29T21:19:26.455Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 2989 | 2024-05-29T21:19:27.163Z | Documenting ref-cast v1.0.23 | 
| 2990 | 2024-05-29T21:19:28.395Z | Documenting const_format_proc_macros v0.2.32 | 
| 2991 | 2024-05-29T21:19:28.829Z | Documenting tough v0.17.1 | 
| 2992 | 2024-05-29T21:19:28.860Z | Documenting reedline v0.31.0 | 
| 2993 | 2024-05-29T21:19:30.227Z | Documenting proc-macro-error v1.0.4 | 
| 2994 | 2024-05-29T21:19:30.252Z | Documenting derive_builder v0.20.0 | 
| 2995 | 2024-05-29T21:19:31.461Z | Documenting rayon v1.10.0 | 
| 2996 | 2024-05-29T21:19:32.863Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2997 | 2024-05-29T21:19:34.893Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2998 | 2024-05-29T21:19:35.919Z | Documenting libefi-sys v0.1.0 | 
| 2999 | 2024-05-29T21:19:38.059Z | Documenting trust-dns-client v0.22.0 | 
| 3000 | 2024-05-29T21:19:39.566Z | Documenting polar-core v0.27.3 | 
| 3001 | 2024-05-29T21:19:39.857Z | Documenting libxml v0.3.3 | 
| 3002 | 2024-05-29T21:19:40.189Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 3003 | 2024-05-29T21:19:41.781Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 3004 | 2024-05-29T21:19:41.868Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 3005 | 2024-05-29T21:19:41.978Z | Checking proc-macro-error v1.0.4 | 
| 3006 | 2024-05-29T21:19:42.051Z | Documenting bb8 v0.8.3 | 
| 3007 | 2024-05-29T21:19:42.238Z | Documenting quick-xml v0.31.0 | 
| 3008 | 2024-05-29T21:19:46.198Z | Documenting oso-derive v0.27.3 | 
| 3009 | 2024-05-29T21:19:46.405Z | Documenting impl-trait-for-tuples v0.2.2 | 
| 3010 | 2024-05-29T21:19:46.491Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) | 
| 3011 | 2024-05-29T21:19:47.241Z | Documenting keccak v0.1.5 | 
| 3012 | 2024-05-29T21:19:48.258Z | Documenting parse-size v1.0.0 | 
| 3013 | 2024-05-29T21:19:48.425Z | Documenting bytecount v0.6.8 | 
| 3014 | 2024-05-29T21:19:50.164Z | Documenting utf-8 v0.7.6 | 
| 3015 | 2024-05-29T21:19:50.703Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) | 
| 3016 | 2024-05-29T21:19:50.894Z | Documenting sha3 v0.10.8 | 
| 3017 | 2024-05-29T21:19:51.262Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 3018 | 2024-05-29T21:19:51.403Z | Documenting papergrid v0.11.0 | 
| 3019 | 2024-05-29T21:19:52.052Z | Documenting oso v0.27.3 | 
| 3020 | 2024-05-29T21:19:53.905Z | Documenting tungstenite v0.21.0 | 
| 3021 | 2024-05-29T21:19:54.931Z | Documenting samael v0.0.15 | 
| 3022 | 2024-05-29T21:19:55.870Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) | 
| 3023 | 2024-05-29T21:19:56.270Z | Documenting trust-dns-server v0.22.1 | 
| 3024 | 2024-05-29T21:19:57.016Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 3025 | 2024-05-29T21:19:57.687Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 3026 | 2024-05-29T21:19:59.927Z | Documenting tabled_derive v0.7.0 | 
| 3027 | 2024-05-29T21:20:01.775Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 3028 | 2024-05-29T21:20:02.339Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 3029 | 2024-05-29T21:20:03.328Z | Documenting const_format v0.2.32 | 
| 3030 | 2024-05-29T21:20:04.992Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 3031 | 2024-05-29T21:20:05.474Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 3032 | 2024-05-29T21:20:06.284Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 3033 | 2024-05-29T21:20:06.405Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 3034 | 2024-05-29T21:20:06.493Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 3035 | 2024-05-29T21:20:06.536Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 3036 | 2024-05-29T21:20:06.808Z | Documenting sled v0.34.7 | 
| 3037 | 2024-05-29T21:20:07.061Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 3038 | 2024-05-29T21:20:07.163Z | Documenting nix v0.28.0 | 
| 3039 | 2024-05-29T21:20:07.794Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) | 
| 3040 | 2024-05-29T21:20:07.949Z | Documenting cookie v0.18.1 | 
| 3041 | 2024-05-29T21:20:08.497Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 3042 | 2024-05-29T21:20:08.788Z | Documenting secrecy v0.8.0 | 
| 3043 | 2024-05-29T21:20:11.537Z | Documenting gethostname v0.4.3 | 
| 3044 | 2024-05-29T21:20:11.566Z | Documenting peg-macros v0.8.3 | 
| 3045 | 2024-05-29T21:20:12.807Z | Documenting rustversion v1.0.17 | 
| 3046 | 2024-05-29T21:20:12.886Z | Documenting sqlparser_derive v0.2.2 | 
| 3047 | 2024-05-29T21:20:13.317Z | Documenting unicode_categories v0.1.1 | 
| 3048 | 2024-05-29T21:20:13.488Z | Documenting home v0.5.9 | 
| 3049 | 2024-05-29T21:20:15.230Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 3050 | 2024-05-29T21:20:15.895Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 3051 | 2024-05-29T21:20:16.443Z | Documenting peg v0.8.3 | 
| 3052 | 2024-05-29T21:20:17.015Z | Documenting castaway v0.2.2 | 
| 3053 | 2024-05-29T21:20:17.493Z | Documenting sqlformat v0.2.3 | 
| 3054 | 2024-05-29T21:20:17.723Z | Documenting sqlparser v0.45.0 | 
| 3055 | 2024-05-29T21:20:17.971Z | Documenting rustyline v14.0.0 | 
| 3056 | 2024-05-29T21:20:20.614Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 3057 | 2024-05-29T21:20:20.986Z | Documenting tabled v0.15.0 | 
| 3058 | 2024-05-29T21:20:21.941Z | Documenting tokio-tungstenite v0.21.0 | 
| 3059 | 2024-05-29T21:20:23.841Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 3060 | 2024-05-29T21:20:26.223Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 3061 | 2024-05-29T21:20:27.526Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 3062 | 2024-05-29T21:20:27.729Z | Documenting zone v0.1.8 | 
| 3063 | 2024-05-29T21:20:28.454Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) | 
| 3064 | 2024-05-29T21:20:29.490Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) | 
| 3065 | 2024-05-29T21:20:31.074Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 3066 | 2024-05-29T21:20:31.102Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 3067 | 2024-05-29T21:20:32.183Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 3068 | 2024-05-29T21:20:32.448Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 3069 | 2024-05-29T21:20:32.643Z | Documenting portpicker v0.1.1 | 
| 3070 | 2024-05-29T21:20:32.733Z | Documenting universal-hash v0.5.1 | 
| 3071 | 2024-05-29T21:20:34.879Z | Documenting bcs v0.1.6 | 
| 3072 | 2024-05-29T21:20:37.186Z | Documenting kstat-rs v0.2.3 | 
| 3073 | 2024-05-29T21:20:49.633Z | Documenting thiserror-impl-no-std v2.0.2 | 
| 3074 | 2024-05-29T21:20:49.633Z | Documenting curve25519-dalek-derive v0.1.1 | 
| 3075 | 2024-05-29T21:20:49.633Z | Documenting opaque-debug v0.3.1 | 
| 3076 | 2024-05-29T21:20:49.664Z | Documenting highway v1.1.0 | 
| 3077 | 2024-05-29T21:20:49.819Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 3078 | 2024-05-29T21:20:50.448Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) | 
| 3079 | 2024-05-29T21:20:50.498Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 3080 | 2024-05-29T21:20:52.325Z | Documenting poly1305 v0.8.0 | 
| 3081 | 2024-05-29T21:20:53.817Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 3082 | 2024-05-29T21:20:54.247Z | Documenting curve25519-dalek v4.1.2 | 
| 3083 | 2024-05-29T21:20:54.527Z | Documenting thiserror-no-std v2.0.2 | 
| 3084 | 2024-05-29T21:20:56.810Z | Documenting compact_str v0.7.1 | 
| 3085 | 2024-05-29T21:20:57.346Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 3086 | 2024-05-29T21:20:59.134Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 3087 | 2024-05-29T21:20:59.914Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 3088 | 2024-05-29T21:21:00.697Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 3089 | 2024-05-29T21:21:00.912Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 3090 | 2024-05-29T21:21:01.530Z | Documenting portable-atomic v1.6.0 | 
| 3091 | 2024-05-29T21:21:02.524Z | Documenting ed25519 v1.5.3 | 
| 3092 | 2024-05-29T21:21:04.057Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 3093 | 2024-05-29T21:21:05.168Z | Documenting memoffset v0.7.1 | 
| 3094 | 2024-05-29T21:21:05.527Z | Documenting unicase v2.7.0 | 
| 3095 | 2024-05-29T21:21:05.556Z | Documenting rcgen v0.12.1 | 
| 3096 | 2024-05-29T21:21:07.928Z | warning: could not parse code block as Rust code | 
| 3097 | 2024-05-29T21:21:07.928Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 | 
| 3098 | 2024-05-29T21:21:07.928Z | | | 
| 3099 | 2024-05-29T21:21:07.928Z | 246 | /         /// Parse a string literal, either single- or double-quoted. | 
| 3100 | 2024-05-29T21:21:07.928Z | 247 | |         /// | 
| 3101 | 2024-05-29T21:21:07.928Z | 248 | |         /// Parsing string literals is pretty tricky, but we add several | 
| 3102 | 2024-05-29T21:21:07.928Z | 249 | |         /// constraints to simplify things. First strings must be quoted, either | 
| 3103 | 2024-05-29T21:21:07.928Z | ...   | | 
| 3104 | 2024-05-29T21:21:07.928Z | 277 | |         /// | 
| 3105 | 2024-05-29T21:21:07.928Z | 278 | |         /// Will be parsed as `this string has " in it`. | 
| 3106 | 2024-05-29T21:21:07.929Z | | |________________________________________________________^ | 
| 3107 | 2024-05-29T21:21:07.929Z | | | 
| 3108 | 2024-05-29T21:21:07.929Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text | 
| 3109 | 2024-05-29T21:21:07.929Z | = note: error from rustc: unknown start of token: \ | 
| 3110 | 2024-05-29T21:21:07.929Z | = note: error from rustc: unknown start of token: \ | 
| 3111 | 2024-05-29T21:21:07.929Z | = note: error from rustc: unknown start of token: \ | 
| 3112 | 2024-05-29T21:21:07.929Z | = note: error from rustc: unknown start of token: \ | 
| 3113 | 2024-05-29T21:21:07.929Z | = note: error from rustc: unknown start of token: \ | 
| 3114 | 2024-05-29T21:21:07.929Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default | 
| 3115 | 2024-05-29T21:21:07.929Z |  | 
| 3116 | 2024-05-29T21:21:07.957Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) | 
| 3117 | 2024-05-29T21:21:08.871Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 3118 | 2024-05-29T21:21:09.144Z | warning: `oximeter-db` (lib doc) generated 1 warning | 
| 3119 | 2024-05-29T21:21:09.169Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 3120 | 2024-05-29T21:21:11.024Z | Documenting atomicwrites v0.4.3 | 
| 3121 | 2024-05-29T21:21:12.310Z | Documenting chacha20 v0.9.1 | 
| 3122 | 2024-05-29T21:21:14.070Z | Documenting lru v0.12.3 | 
| 3123 | 2024-05-29T21:21:15.607Z | Documenting aead v0.5.2 | 
| 3124 | 2024-05-29T21:21:17.376Z | Documenting rand_seeder v0.2.3 | 
| 3125 | 2024-05-29T21:21:18.419Z | Documenting nanorand v0.7.0 | 
| 3126 | 2024-05-29T21:21:18.840Z | Documenting subprocess v0.2.9 | 
| 3127 | 2024-05-29T21:21:19.338Z | Documenting stability v0.2.0 | 
| 3128 | 2024-05-29T21:21:21.042Z | Documenting cassowary v0.3.0 | 
| 3129 | 2024-05-29T21:21:22.113Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 3130 | 2024-05-29T21:21:31.415Z | Documenting glob v0.3.1 | 
| 3131 | 2024-05-29T21:21:32.020Z | Documenting number_prefix v0.4.0 | 
| 3132 | 2024-05-29T21:21:32.124Z | Documenting chacha20poly1305 v0.10.1 | 
| 3133 | 2024-05-29T21:21:32.149Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 3134 | 2024-05-29T21:21:32.342Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 3135 | 2024-05-29T21:21:32.555Z | Documenting flume v0.11.0 | 
| 3136 | 2024-05-29T21:21:32.850Z | Documenting ratatui v0.26.2 | 
| 3137 | 2024-05-29T21:21:35.464Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 3138 | 2024-05-29T21:21:36.108Z | Documenting indicatif v0.17.8 | 
| 3139 | 2024-05-29T21:21:36.965Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 3140 | 2024-05-29T21:21:48.362Z | Documenting mime_guess v2.0.4 | 
| 3141 | 2024-05-29T21:21:48.518Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) | 
| 3142 | 2024-05-29T21:21:48.552Z | Documenting salty v0.2.0 | 
| 3143 | 2024-05-29T21:21:48.577Z | Documenting vsss-rs v3.3.4 | 
| 3144 | 2024-05-29T21:21:48.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 3145 | 2024-05-29T21:21:49.687Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 3146 | 2024-05-29T21:21:50.171Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) | 
| 3147 | 2024-05-29T21:21:51.847Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 3148 | 2024-05-29T21:21:52.371Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 3149 | 2024-05-29T21:21:52.764Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 3150 | 2024-05-29T21:21:52.789Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 3151 | 2024-05-29T21:21:53.052Z | Documenting serde-big-array v0.5.1 | 
| 3152 | 2024-05-29T21:21:54.527Z | Documenting rtoolbox v0.0.2 | 
| 3153 | 2024-05-29T21:21:54.797Z | Documenting memmap2 v0.9.4 | 
| 3154 | 2024-05-29T21:21:55.375Z | Documenting smawk v0.3.2 | 
| 3155 | 2024-05-29T21:21:56.512Z | Documenting arrayref v0.3.7 | 
| 3156 | 2024-05-29T21:21:57.061Z | Documenting unicode-linebreak v0.1.5 | 
| 3157 | 2024-05-29T21:21:58.635Z | Documenting is_ci v1.2.0 | 
| 3158 | 2024-05-29T21:21:59.218Z | Documenting constant_time_eq v0.3.0 | 
| 3159 | 2024-05-29T21:21:59.399Z | Documenting arrayvec v0.7.4 | 
| 3160 | 2024-05-29T21:21:59.554Z | Documenting shell-words v1.1.0 | 
| 3161 | 2024-05-29T21:21:59.938Z | Documenting http-range v0.1.5 | 
| 3162 | 2024-05-29T21:22:00.771Z | Documenting textwrap v0.16.1 | 
| 3163 | 2024-05-29T21:22:02.029Z | Documenting rpassword v7.3.1 | 
| 3164 | 2024-05-29T21:22:02.591Z | Documenting blake3 v1.5.1 | 
| 3165 | 2024-05-29T21:22:02.695Z | Documenting supports-color v3.0.0 | 
| 3166 | 2024-05-29T21:22:03.678Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) | 
| 3167 | 2024-05-29T21:22:04.044Z | Documenting hyper-staticfile v0.9.5 | 
| 3168 | 2024-05-29T21:22:04.845Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 3169 | 2024-05-29T21:22:06.303Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 3170 | 2024-05-29T21:22:06.417Z | Documenting tui-tree-widget v0.19.0 | 
| 3171 | 2024-05-29T21:22:06.620Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 3172 | 2024-05-29T21:22:07.042Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 3173 | 2024-05-29T21:22:10.801Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 3174 | 2024-05-29T21:22:11.273Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 3175 | 2024-05-29T21:22:12.091Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 3176 | 2024-05-29T21:22:12.140Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 3177 | 2024-05-29T21:22:12.235Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 3178 | 2024-05-29T21:22:12.656Z | Documenting signal-hook-tokio v0.3.1 | 
| 3179 | 2024-05-29T21:22:12.831Z | Documenting topological-sort v0.2.2 | 
| 3180 | 2024-05-29T21:22:14.465Z | Documenting corncobs v0.1.3 | 
| 3181 | 2024-05-29T21:22:16.306Z | warning: unresolved link to `test_sled_transitions` | 
| 3182 | 2024-05-29T21:22:16.306Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 | 
| 3183 | 2024-05-29T21:22:16.306Z | | | 
| 3184 | 2024-05-29T21:22:16.306Z | 698 |     /// [`test_sled_transitions`]. | 
| 3185 | 2024-05-29T21:22:16.306Z | |           ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope | 
| 3186 | 2024-05-29T21:22:16.306Z | | | 
| 3187 | 2024-05-29T21:22:16.306Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3188 | 2024-05-29T21:22:16.306Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default | 
| 3189 | 2024-05-29T21:22:16.306Z |  | 
| 3190 | 2024-05-29T21:22:16.306Z | warning: unresolved link to `test_sled_transitions` | 
| 3191 | 2024-05-29T21:22:16.306Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 | 
| 3192 | 2024-05-29T21:22:16.306Z | | | 
| 3193 | 2024-05-29T21:22:16.307Z | 734 |     /// [`test_sled_transitions`]. | 
| 3194 | 2024-05-29T21:22:16.307Z | |           ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope | 
| 3195 | 2024-05-29T21:22:16.307Z | | | 
| 3196 | 2024-05-29T21:22:16.307Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3197 | 2024-05-29T21:22:16.307Z |  | 
| 3198 | 2024-05-29T21:22:16.331Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` | 
| 3199 | 2024-05-29T21:22:16.331Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 | 
| 3200 | 2024-05-29T21:22:16.331Z | | | 
| 3201 | 2024-05-29T21:22:16.331Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. | 
| 3202 | 2024-05-29T21:22:16.331Z | |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` | 
| 3203 | 2024-05-29T21:22:16.332Z |  | 
| 3204 | 2024-05-29T21:22:16.703Z | Documenting omicron-zone-package v0.11.0 | 
| 3205 | 2024-05-29T21:22:17.346Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 3206 | 2024-05-29T21:22:17.582Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 3207 | 2024-05-29T21:22:18.311Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 3208 | 2024-05-29T21:22:21.603Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 3209 | 2024-05-29T21:22:24.207Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 3210 | 2024-05-29T21:22:24.307Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 3211 | 2024-05-29T21:22:26.090Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 3212 | 2024-05-29T21:22:32.811Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings | 
| 3213 | 2024-05-29T21:22:32.837Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 3214 | 2024-05-29T21:22:33.635Z | warning: unclosed HTML tag `usize` | 
| 3215 | 2024-05-29T21:22:33.636Z | --> wicket/src/ui/panes/update.rs:153:19 | 
| 3216 | 2024-05-29T21:22:33.636Z | | | 
| 3217 | 2024-05-29T21:22:33.636Z | 153 |     /// TODO: The <usize> generic parameter is carried over from earlier versions | 
| 3218 | 2024-05-29T21:22:33.636Z | |                   ^^^^^^^ | 
| 3219 | 2024-05-29T21:22:33.636Z | | | 
| 3220 | 2024-05-29T21:22:33.636Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default | 
| 3221 | 2024-05-29T21:22:33.636Z |  | 
| 3222 | 2024-05-29T21:22:34.380Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 3223 | 2024-05-29T21:22:35.100Z | warning: `wicket` (lib doc) generated 1 warning | 
| 3224 | 2024-05-29T21:22:35.534Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 3225 | 2024-05-29T21:22:36.764Z | warning: unresolved link to `BlueprintDisksConfig` | 
| 3226 | 2024-05-29T21:22:36.765Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55 | 
| 3227 | 2024-05-29T21:22:36.765Z | | | 
| 3228 | 2024-05-29T21:22:36.765Z | 959 | /// blueprint.  We do this by keeping a copy of any [`BlueprintDisksConfig`] | 
| 3229 | 2024-05-29T21:22:36.765Z | |                                                       ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope | 
| 3230 | 2024-05-29T21:22:36.765Z | | | 
| 3231 | 2024-05-29T21:22:36.765Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3232 | 2024-05-29T21:22:36.765Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default | 
| 3233 | 2024-05-29T21:22:36.765Z |  | 
| 3234 | 2024-05-29T21:22:37.091Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 3235 | 2024-05-29T21:22:37.734Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning | 
| 3236 | 2024-05-29T21:22:37.734Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 3237 | 2024-05-29T21:22:38.651Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) | 
| 3238 | 2024-05-29T21:22:39.890Z | Documenting fatfs v0.3.6 | 
| 3239 | 2024-05-29T21:22:40.899Z | Documenting cargo-platform v0.1.8 | 
| 3240 | 2024-05-29T21:22:45.094Z | Documenting assert_matches v1.5.0 | 
| 3241 | 2024-05-29T21:22:45.295Z | Documenting cargo_metadata v0.18.1 | 
| 3242 | 2024-05-29T21:22:47.875Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 3243 | 2024-05-29T21:22:48.794Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 3244 | 2024-05-29T21:22:50.470Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 3245 | 2024-05-29T21:22:53.691Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` | 
| 3246 | 2024-05-29T21:22:53.691Z | --> sled-agent/src/sim/instance.rs:46:7 | 
| 3247 | 2024-05-29T21:22:53.691Z | | | 
| 3248 | 2024-05-29T21:22:53.691Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests | 
| 3249 | 2024-05-29T21:22:53.691Z | |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` | 
| 3250 | 2024-05-29T21:22:53.691Z | | | 
| 3251 | 2024-05-29T21:22:53.691Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default | 
| 3252 | 2024-05-29T21:22:53.691Z |  | 
| 3253 | 2024-05-29T21:22:55.727Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 3254 | 2024-05-29T21:22:55.994Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) | 
| 3255 | 2024-05-29T21:22:56.754Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning | 
| 3256 | 2024-05-29T21:22:56.781Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) | 
| 3257 | 2024-05-29T21:22:57.004Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) | 
| 3258 | 2024-05-29T21:22:57.564Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) | 
| 3259 | 2024-05-29T21:22:58.230Z | Documenting uzers v0.11.3 | 
| 3260 | 2024-05-29T21:22:59.499Z | Documenting termios v0.3.3 | 
| 3261 | 2024-05-29T21:23:01.878Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 3262 | 2024-05-29T21:23:02.390Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 3263 | 2024-05-29T21:23:03.431Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 3264 | 2024-05-29T21:23:10.598Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 3265 | 2024-05-29T21:23:11.047Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 3266 | 2024-05-29T21:23:13.001Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 3267 | 2024-05-29T21:23:23.727Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 3268 | 2024-05-29T21:23:30.090Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 3269 | 2024-05-29T21:23:31.197Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 3270 | 2024-05-29T21:23:34.721Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 3271 | 2024-05-29T21:23:44.878Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 3272 | 2024-05-29T21:23:47.187Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) | 
| 3273 | 2024-05-29T21:23:48.755Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 3274 | 2024-05-29T21:23:51.109Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 3275 | 2024-05-29T21:23:51.150Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 3276 | 2024-05-29T21:24:33.068Z | warning: unresolved link to `Nexus` | 
| 3277 | 2024-05-29T21:24:33.068Z | --> nexus/src/app/instance_network.rs:280:34 | 
| 3278 | 2024-05-29T21:24:33.068Z | | | 
| 3279 | 2024-05-29T21:24:33.068Z | 280 | ///   called by methods on the [`Nexus`] type, this is the `OpContext` used for | 
| 3280 | 2024-05-29T21:24:33.068Z | |                                  ^^^^^ no item named `Nexus` in scope | 
| 3281 | 2024-05-29T21:24:33.068Z | | | 
| 3282 | 2024-05-29T21:24:33.068Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3283 | 2024-05-29T21:24:33.069Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default | 
| 3284 | 2024-05-29T21:24:33.069Z |  | 
| 3285 | 2024-05-29T21:24:33.069Z | warning: unresolved link to `Nexus` | 
| 3286 | 2024-05-29T21:24:33.069Z | --> nexus/src/app/instance_network.rs:458:34 | 
| 3287 | 2024-05-29T21:24:33.069Z | | | 
| 3288 | 2024-05-29T21:24:33.069Z | 458 | ///   called by methods on the [`Nexus`] type, this is the `OpContext` used for | 
| 3289 | 2024-05-29T21:24:33.069Z | |                                  ^^^^^ no item named `Nexus` in scope | 
| 3290 | 2024-05-29T21:24:33.069Z | | | 
| 3291 | 2024-05-29T21:24:33.069Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3292 | 2024-05-29T21:24:33.069Z |  | 
| 3293 | 2024-05-29T21:24:33.098Z | warning: unresolved link to `VolumeConstructionRequest` | 
| 3294 | 2024-05-29T21:24:33.099Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 | 
| 3295 | 2024-05-29T21:24:33.099Z | | | 
| 3296 | 2024-05-29T21:24:33.099Z | 335 | /// [`VolumeConstructionRequest`] is shown here): | 
| 3297 | 2024-05-29T21:24:33.099Z | |       ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope | 
| 3298 | 2024-05-29T21:24:33.100Z | | | 
| 3299 | 2024-05-29T21:24:33.100Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` | 
| 3300 | 2024-05-29T21:24:33.100Z |  | 
| 3301 | 2024-05-29T21:24:33.101Z | warning: unresolved link to `fd00:1122:3344:101::5` | 
| 3302 | 2024-05-29T21:24:33.101Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 | 
| 3303 | 2024-05-29T21:24:33.101Z | | | 
| 3304 | 2024-05-29T21:24:33.101Z | 345 | ///           "[fd00:1122:3344:101::5]:1000", | 
| 3305 | 2024-05-29T21:24:33.101Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope | 
| 3306 | 2024-05-29T21:24:33.102Z |  | 
| 3307 | 2024-05-29T21:24:33.102Z | warning: unresolved link to `fd00:1122:3344:102::9` | 
| 3308 | 2024-05-29T21:24:33.102Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 | 
| 3309 | 2024-05-29T21:24:33.103Z | | | 
| 3310 | 2024-05-29T21:24:33.103Z | 346 | ///           "[fd00:1122:3344:102::9]:1000", | 
| 3311 | 2024-05-29T21:24:33.103Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope | 
| 3312 | 2024-05-29T21:24:33.103Z |  | 
| 3313 | 2024-05-29T21:24:33.104Z | warning: unresolved link to `fd00:1122:3344:103::2` | 
| 3314 | 2024-05-29T21:24:33.104Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 | 
| 3315 | 2024-05-29T21:24:33.104Z | | | 
| 3316 | 2024-05-29T21:24:33.104Z | 347 | ///           "[fd00:1122:3344:103::2]:1000" | 
| 3317 | 2024-05-29T21:24:33.104Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope | 
| 3318 | 2024-05-29T21:24:33.104Z |  | 
| 3319 | 2024-05-29T21:24:33.105Z | warning: unresolved link to `fd00:1122:3344:101::5` | 
| 3320 | 2024-05-29T21:24:33.105Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 | 
| 3321 | 2024-05-29T21:24:33.105Z | | | 
| 3322 | 2024-05-29T21:24:33.105Z | 366 | ///           "[fd00:1122:3344:101::5]:1001",         <-- port changed | 
| 3323 | 2024-05-29T21:24:33.105Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope | 
| 3324 | 2024-05-29T21:24:33.105Z |  | 
| 3325 | 2024-05-29T21:24:33.106Z | warning: unresolved link to `fd00:1122:3344:102::9` | 
| 3326 | 2024-05-29T21:24:33.106Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 | 
| 3327 | 2024-05-29T21:24:33.106Z | | | 
| 3328 | 2024-05-29T21:24:33.106Z | 367 | ///           "[fd00:1122:3344:102::9]:1001",         <-- port changed | 
| 3329 | 2024-05-29T21:24:33.106Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope | 
| 3330 | 2024-05-29T21:24:33.106Z |  | 
| 3331 | 2024-05-29T21:24:33.107Z | warning: unresolved link to `fd00:1122:3344:103::2` | 
| 3332 | 2024-05-29T21:24:33.107Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 | 
| 3333 | 2024-05-29T21:24:33.107Z | | | 
| 3334 | 2024-05-29T21:24:33.107Z | 368 | ///           "[fd00:1122:3344:103::2]:1001"          <-- port changed | 
| 3335 | 2024-05-29T21:24:33.107Z | |                 ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope | 
| 3336 | 2024-05-29T21:24:33.107Z |  | 
| 3337 | 2024-05-29T21:24:37.140Z | warning: `omicron-nexus` (lib doc) generated 9 warnings | 
| 3338 | 2024-05-29T21:24:54.592Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 41s | 
| 3339 | 2024-05-29T21:24:54.680Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html | 
| 3340 | 2024-05-29T21:24:54.680Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html | 
| 3341 | 2024-05-29T21:24:54.680Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html | 
| 3342 | 2024-05-29T21:24:54.680Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html | 
| 3343 | 2024-05-29T21:24:54.680Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html | 
| 3344 | 2024-05-29T21:24:54.681Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html | 
| 3345 | 2024-05-29T21:24:54.681Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html | 
| 3346 | 2024-05-29T21:24:54.681Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html | 
| 3347 | 2024-05-29T21:24:54.681Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html | 
| 3348 | 2024-05-29T21:24:54.745Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html | 
| 3349 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html | 
| 3350 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html | 
| 3351 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html | 
| 3352 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html | 
| 3353 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html | 
| 3354 | 2024-05-29T21:24:54.746Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html | 
| 3355 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html | 
| 3356 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html | 
| 3357 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html | 
| 3358 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html | 
| 3359 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html | 
| 3360 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html | 
| 3361 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html | 
| 3362 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html | 
| 3363 | 2024-05-29T21:24:54.747Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html | 
| 3364 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html | 
| 3365 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html | 
| 3366 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html | 
| 3367 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html | 
| 3368 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html | 
| 3369 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html | 
| 3370 | 2024-05-29T21:24:54.748Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html | 
| 3371 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html | 
| 3372 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html | 
| 3373 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html | 
| 3374 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html | 
| 3375 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html | 
| 3376 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html | 
| 3377 | 2024-05-29T21:24:54.749Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html | 
| 3378 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html | 
| 3379 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html | 
| 3380 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html | 
| 3381 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html | 
| 3382 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html | 
| 3383 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html | 
| 3384 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html | 
| 3385 | 2024-05-29T21:24:54.750Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html | 
| 3386 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html | 
| 3387 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html | 
| 3388 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html | 
| 3389 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html | 
| 3390 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html | 
| 3391 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html | 
| 3392 | 2024-05-29T21:24:54.751Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html | 
| 3393 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html | 
| 3394 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html | 
| 3395 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html | 
| 3396 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html | 
| 3397 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html | 
| 3398 | 2024-05-29T21:24:54.752Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html | 
| 3399 | 2024-05-29T21:24:54.753Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html | 
| 3400 | 2024-05-29T21:24:54.753Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html | 
| 3401 | 2024-05-29T21:24:54.753Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html | 
| 3402 | 2024-05-29T21:24:54.753Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html | 
| 3403 | 2024-05-29T21:24:54.753Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html | 
| 3404 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html | 
| 3405 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html | 
| 3406 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html | 
| 3407 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html | 
| 3408 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html | 
| 3409 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html | 
| 3410 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html | 
| 3411 | 2024-05-29T21:24:54.754Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html | 
| 3412 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html | 
| 3413 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html | 
| 3414 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html | 
| 3415 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html | 
| 3416 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html | 
| 3417 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html | 
| 3418 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html | 
| 3419 | 2024-05-29T21:24:54.755Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html | 
| 3420 | 2024-05-29T21:24:54.755Z |  | 
| 3421 | 2024-05-29T21:24:54.755Z | real    11:41.896474353 | 
| 3422 | 2024-05-29T21:24:54.756Z | user    30:10.160232924 | 
| 3423 | 2024-05-29T21:24:54.756Z | sys     46:44.619621527 | 
| 3424 | 2024-05-29T21:24:54.756Z | trap        0.862459002 | 
| 3425 | 2024-05-29T21:24:54.756Z | tflt        0.101971028 | 
| 3426 | 2024-05-29T21:24:54.756Z | dflt        1.060496092 | 
| 3427 | 2024-05-29T21:24:54.756Z | kflt        0.000960275 | 
| 3428 | 2024-05-29T21:24:54.756Z | lock  3:25:18.628060701 | 
| 3429 | 2024-05-29T21:24:54.756Z | slp   3:09:23.883555262 | 
| 3430 | 2024-05-29T21:24:54.756Z | lat      4:18.154679348 | 
| 3431 | 2024-05-29T21:24:54.756Z | stop     2:02.643785706 | 
| 3432 | 2024-05-29T21:24:54.783Z | process exited: duration 1261998 ms, exit code 0 | 
|  | 
| 3433 | 2024-05-29T21:24:54.839Z | found 0 output files |