|
|
|
| 1 | 2024-05-05T00:57:07.416Z | job assigned to worker 01HX340Q2ZHSD11G7QZ6Y576WZ (queued for 57 s) |
| |
| 2 | 2024-05-05T00:57:15.151Z | starting task 0: "setup" |
| 3 | 2024-05-05T00:57:15.209Z | ++ uname -s |
| 4 | 2024-05-05T00:57:15.222Z | + kern=SunOS |
| 5 | 2024-05-05T00:57:15.222Z | + case "$kern" in |
| 6 | 2024-05-05T00:57:15.222Z | + groupadd -g 12345 build |
| 7 | 2024-05-05T00:57:15.222Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-05T00:57:17.237Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-05T00:57:17.373Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-05T00:57:17.382Z | + home_fs=zfs |
| 11 | 2024-05-05T00:57:17.382Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-05T00:57:17.382Z | + mkdir -p /home/build |
| 13 | 2024-05-05T00:57:17.382Z | + chown build:build /home/build /work |
| 14 | 2024-05-05T00:57:19.373Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-05T00:57:19.384Z | process exited: duration 4216 ms, exit code 0 |
| |
| 16 | 2024-05-05T00:57:19.395Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-05T00:57:19.402Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-05T00:57:19.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-05-05T00:57:19.582Z | info: downloading installer |
| 20 | 2024-05-05T00:57:21.081Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-05T00:57:21.081Z | warning: /opt/ooce/bin |
| 22 | 2024-05-05T00:57:21.082Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-05T00:57:21.082Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-05T00:57:21.082Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-05T00:57:21.082Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-05T00:57:21.082Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-05T00:57:21.082Z | error: cannot install while Rust is installed |
| 28 | 2024-05-05T00:57:21.082Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-05T00:57:21.163Z | info: profile set to 'default' |
| 30 | 2024-05-05T00:57:21.163Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-05T00:57:21.184Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-05-05T00:57:21.332Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-05-05T00:57:21.332Z | info: downloading component 'cargo' |
| 34 | 2024-05-05T00:57:22.240Z | info: downloading component 'clippy' |
| 35 | 2024-05-05T00:57:22.574Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-05T00:57:24.172Z | info: downloading component 'rust-std' |
| 37 | 2024-05-05T00:57:25.860Z | info: downloading component 'rustc' |
| 38 | 2024-05-05T00:57:30.953Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-05T00:57:31.320Z | info: installing component 'cargo' |
| 40 | 2024-05-05T00:57:32.135Z | info: installing component 'clippy' |
| 41 | 2024-05-05T00:57:32.496Z | info: installing component 'rust-docs' |
| 42 | 2024-05-05T00:57:33.943Z | info: installing component 'rust-std' |
| 43 | 2024-05-05T00:57:36.187Z | info: installing component 'rustc' |
| 44 | 2024-05-05T00:57:39.793Z | info: installing component 'rustfmt' |
| 45 | 2024-05-05T00:57:40.168Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-05-05T00:57:40.168Z | |
| 47 | 2024-05-05T00:57:40.456Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-05-05T00:57:40.456Z | |
| 49 | 2024-05-05T00:57:40.462Z | |
| 50 | 2024-05-05T00:57:40.462Z | Rust is installed now. Great! |
| 51 | 2024-05-05T00:57:40.462Z | |
| 52 | 2024-05-05T00:57:40.462Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-05T00:57:40.462Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-05T00:57:40.462Z | |
| 55 | 2024-05-05T00:57:40.462Z | To configure your current shell, you need to source |
| 56 | 2024-05-05T00:57:40.462Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-05T00:57:40.462Z | |
| 58 | 2024-05-05T00:57:40.462Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-05T00:57:40.462Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-05T00:57:40.463Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-05T00:57:40.555Z | + rustc --version |
| 62 | 2024-05-05T00:57:40.619Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 63 | 2024-05-05T00:57:40.636Z | process exited: duration 21210 ms, exit code 0 |
| |
| 64 | 2024-05-05T00:57:40.669Z | starting task 2: "authentication" |
| 65 | 2024-05-05T00:57:40.690Z | process exited: duration 24 ms, exit code 0 |
| |
| 66 | 2024-05-05T00:57:40.707Z | starting task 3: "clone repository" |
| 67 | 2024-05-05T00:57:40.715Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-05-05T00:57:40.715Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-05-05T00:57:40.864Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-05-05T00:57:45.880Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-05-05T00:57:45.880Z | + git fetch origin a25140e565405336168afcc2c1ad60c78375a682 |
| 72 | 2024-05-05T00:57:46.215Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-05-05T00:57:46.215Z | * branch a25140e565405336168afcc2c1ad60c78375a682 -> FETCH_HEAD |
| 74 | 2024-05-05T00:57:46.231Z | + [[ -n external-service-allowlists ]] |
| 75 | 2024-05-05T00:57:46.235Z | ++ git branch --show-current |
| 76 | 2024-05-05T00:57:46.235Z | + current=main |
| 77 | 2024-05-05T00:57:46.235Z | + [[ main != external-service-allowlists ]] |
| 78 | 2024-05-05T00:57:46.235Z | + git branch -f external-service-allowlists a25140e565405336168afcc2c1ad60c78375a682 |
| 79 | 2024-05-05T00:57:46.235Z | + git checkout -f external-service-allowlists |
| 80 | 2024-05-05T00:57:46.330Z | Switched to branch 'external-service-allowlists' |
| 81 | 2024-05-05T00:57:46.334Z | + git reset --hard a25140e565405336168afcc2c1ad60c78375a682 |
| 82 | 2024-05-05T00:57:46.432Z | HEAD is now at a25140e56 Add a source IP allowlist for user-facing services |
| 83 | 2024-05-05T00:57:46.436Z | process exited: duration 5730 ms, exit code 0 |
| |
| 84 | 2024-05-05T00:57:46.445Z | starting task 4: "build" |
| 85 | 2024-05-05T00:57:46.451Z | + cargo --version |
| 86 | 2024-05-05T00:57:46.456Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 87 | 2024-05-05T00:57:46.607Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 88 | 2024-05-05T00:57:46.607Z | info: downloading component 'cargo' |
| 89 | 2024-05-05T00:57:47.431Z | info: downloading component 'clippy' |
| 90 | 2024-05-05T00:57:47.684Z | info: downloading component 'rust-docs' |
| 91 | 2024-05-05T00:57:48.769Z | info: downloading component 'rust-std' |
| 92 | 2024-05-05T00:57:50.386Z | info: downloading component 'rustc' |
| 93 | 2024-05-05T00:57:54.723Z | info: downloading component 'rustfmt' |
| 94 | 2024-05-05T00:57:54.972Z | info: installing component 'cargo' |
| 95 | 2024-05-05T00:57:55.796Z | info: installing component 'clippy' |
| 96 | 2024-05-05T00:57:56.138Z | info: installing component 'rust-docs' |
| 97 | 2024-05-05T00:57:57.624Z | info: installing component 'rust-std' |
| 98 | 2024-05-05T00:57:59.250Z | info: installing component 'rustc' |
| 99 | 2024-05-05T00:58:03.300Z | info: installing component 'rustfmt' |
| 100 | 2024-05-05T00:58:03.714Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 101 | 2024-05-05T00:58:03.722Z | + rustc --version |
| 102 | 2024-05-05T00:58:03.769Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 103 | 2024-05-05T00:58:03.773Z | + source ./env.sh |
| 104 | 2024-05-05T00:58:03.773Z | ++ set -o xtrace |
| 105 | 2024-05-05T00:58:03.781Z | ++++ dirname ./env.sh |
| 106 | 2024-05-05T00:58:03.781Z | +++ readlink -f . |
| 107 | 2024-05-05T00:58:03.904Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2024-05-05T00:58:03.911Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2024-05-05T00:58:03.912Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2024-05-05T00:58:03.912Z | ++ 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 |
| 111 | 2024-05-05T00:58:03.912Z | ++ 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 |
| 112 | 2024-05-05T00:58:03.912Z | ++ 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 |
| 113 | 2024-05-05T00:58:03.912Z | ++ 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 |
| 114 | 2024-05-05T00:58:03.912Z | ++ 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 |
| 115 | 2024-05-05T00:58:03.913Z | ++ 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 |
| 116 | 2024-05-05T00:58:03.913Z | ++ unset OMICRON_WS |
| 117 | 2024-05-05T00:58:03.913Z | ++ set +o xtrace |
| 118 | 2024-05-05T00:58:04.002Z | |
| 119 | 2024-05-05T00:58:04.002Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2024-05-05T00:58:04.002Z | # # # # # # # # # # # # # # # |
| 121 | 2024-05-05T00:58:04.003Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2024-05-05T00:58:04.003Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2024-05-05T00:58:04.003Z | # # # # # # # # # # # # # # # |
| 124 | 2024-05-05T00:58:04.003Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2024-05-05T00:58:04.003Z | |
| 126 | 2024-05-05T00:58:16.644Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 127 | 2024-05-05T00:58:18.821Z | Planning: Solver setup ... Done (0.932s) |
| 128 | 2024-05-05T00:58:18.831Z | Planning: Running solver ... Done (0.017s) |
| 129 | 2024-05-05T00:58:18.890Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2024-05-05T00:58:19.313Z | Planning: Fetching manifests: 0/4 0% complete |
| 131 | 2024-05-05T00:58:19.752Z | Planning: Fetching manifests: 4/4 100% complete |
| 132 | 2024-05-05T00:58:19.752Z | Planning: Package planning ... Done (0.048s) |
| 133 | 2024-05-05T00:58:19.774Z | Planning: Merging actions ... Done (0.050s) |
| 134 | 2024-05-05T00:58:20.611Z | Planning: Checking for conflicting actions ... Done (1.273s) |
| 135 | 2024-05-05T00:58:20.630Z | Planning: Consolidating action changes ... Done (0.010s) |
| 136 | 2024-05-05T00:58:29.114Z | Planning: Evaluating mediators ... Done (7.762s) |
| 137 | 2024-05-05T00:58:29.132Z | Planning: Planning completed in 11.76 seconds |
| 138 | 2024-05-05T00:58:29.431Z | Packages to install: 4 |
| 139 | 2024-05-05T00:58:29.432Z | Mediators to change: 2 |
| 140 | 2024-05-05T00:58:29.449Z | Services to change: 1 |
| 141 | 2024-05-05T00:58:29.450Z | Estimated space available: 155.31 GB |
| 142 | 2024-05-05T00:58:29.450Z | Estimated space to be consumed: 1.44 GB |
| 143 | 2024-05-05T00:58:29.450Z | Create boot environment: No |
| 144 | 2024-05-05T00:58:29.450Z | Create backup boot environment: No |
| 145 | 2024-05-05T00:58:29.450Z | Rebuild boot archive: No |
| 146 | 2024-05-05T00:58:29.450Z | |
| 147 | 2024-05-05T00:58:29.451Z | Changed mediators: |
| 148 | 2024-05-05T00:58:29.451Z | mediator clang: |
| 149 | 2024-05-05T00:58:29.451Z | version: None -> 15 (system default) |
| 150 | 2024-05-05T00:58:29.451Z | |
| 151 | 2024-05-05T00:58:29.451Z | mediator llvm: |
| 152 | 2024-05-05T00:58:29.451Z | version: 14 (system default) -> 15 (system default) |
| 153 | 2024-05-05T00:58:29.452Z | |
| 154 | 2024-05-05T00:58:29.452Z | Changed packages: |
| 155 | 2024-05-05T00:58:29.452Z | helios-dev |
| 156 | 2024-05-05T00:58:29.452Z | developer/build-essential |
| 157 | 2024-05-05T00:58:29.452Z | None -> 11-2.0 |
| 158 | 2024-05-05T00:58:29.452Z | library/libxmlsec1 |
| 159 | 2024-05-05T00:58:29.453Z | None -> 1.2.35-2.0 |
| 160 | 2024-05-05T00:58:29.453Z | ooce/developer/clang-15 |
| 161 | 2024-05-05T00:58:29.453Z | None -> 15.0.7-2.0 |
| 162 | 2024-05-05T00:58:29.453Z | ooce/developer/llvm-15 |
| 163 | 2024-05-05T00:58:29.453Z | None -> 15.0.7-2.0 |
| 164 | 2024-05-05T00:58:29.453Z | |
| 165 | 2024-05-05T00:58:29.454Z | Services: |
| 166 | 2024-05-05T00:58:29.454Z | restart_fmri: |
| 167 | 2024-05-05T00:58:29.454Z | svc:/system/update-man-index:default |
| 168 | 2024-05-05T00:58:29.479Z | |
| 169 | 2024-05-05T00:58:29.479Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 170 | 2024-05-05T00:58:34.482Z | Download: 1614/3290 items 117.8/212.6MB 55% complete (23.9M/s) |
| 171 | 2024-05-05T00:58:39.471Z | Download: 3225/3290 items 170.2/212.6MB 80% complete (17.0M/s) |
| 172 | 2024-05-05T00:58:43.252Z | Download: Completed 212.60 MB in 13.77 seconds (15.4M/s) |
| 173 | 2024-05-05T00:58:43.984Z | Actions: 1/3689 actions (Installing new actions) |
| 174 | 2024-05-05T00:58:49.021Z | Actions: 3561/3689 actions (Installing new actions) |
| 175 | 2024-05-05T00:58:49.710Z | Actions: Completed 3689 actions in 5.73 seconds. |
| 176 | 2024-05-05T00:58:50.206Z | Done (0.490s) |
| 177 | 2024-05-05T00:58:50.206Z | Done (0.000s) |
| 178 | 2024-05-05T00:58:50.486Z | Done (0.283s) |
| 179 | 2024-05-05T00:58:57.502Z | Done (6.863s) |
| 180 | 2024-05-05T00:58:57.690Z | Done (0.115s) |
| 181 | 2024-05-05T00:58:57.715Z | Done (0.000s) |
| 182 | 2024-05-05T00:58:57.901Z | Done (0.000s) |
| 183 | 2024-05-05T00:58:58.703Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2024-05-05T00:58:58.725Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2024-05-05T00:58:58.725Z | Planning: Consolidating action changes ... Done |
| 186 | 2024-05-05T00:58:58.740Z | Planning: Evaluating mediators ... Done |
| 187 | 2024-05-05T00:58:58.740Z | Planning: Planning completed in 0.43 seconds |
| 188 | 2024-05-05T00:58:58.760Z | Mediators to change: 2 |
| 189 | 2024-05-05T00:58:58.760Z | Create boot environment: No |
| 190 | 2024-05-05T00:58:58.767Z | Create backup boot environment: No |
| 191 | 2024-05-05T00:58:58.834Z | Done |
| 192 | 2024-05-05T00:58:58.834Z | Done |
| 193 | 2024-05-05T00:58:59.023Z | Done |
| 194 | 2024-05-05T00:59:02.536Z | Done |
| 195 | 2024-05-05T00:59:02.613Z | Done |
| 196 | 2024-05-05T00:59:02.618Z | Done |
| 197 | 2024-05-05T00:59:02.754Z | Done |
| 198 | 2024-05-05T00:59:03.366Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2024-05-05T00:59:03.371Z | Planning: Merging actions ... Done |
| 200 | 2024-05-05T00:59:03.555Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2024-05-05T00:59:03.560Z | Planning: Consolidating action changes ... Done |
| 202 | 2024-05-05T00:59:03.826Z | Planning: Evaluating mediators ... Done |
| 203 | 2024-05-05T00:59:03.875Z | Planning: Planning completed in 0.74 seconds |
| 204 | 2024-05-05T00:59:03.905Z | Packages to change: 1 |
| 205 | 2024-05-05T00:59:03.905Z | Mediators to change: 1 |
| 206 | 2024-05-05T00:59:03.910Z | Services to change: 1 |
| 207 | 2024-05-05T00:59:03.910Z | Create boot environment: No |
| 208 | 2024-05-05T00:59:03.910Z | Create backup boot environment: Yes |
| 209 | 2024-05-05T00:59:05.856Z | Actions: 1/6 actions (Updating modified actions) |
| 210 | 2024-05-05T00:59:05.962Z | Actions: Completed 6 actions in 0.10 seconds. |
| 211 | 2024-05-05T00:59:05.972Z | Done |
| 212 | 2024-05-05T00:59:05.972Z | Done |
| 213 | 2024-05-05T00:59:06.429Z | Done |
| 214 | 2024-05-05T00:59:09.461Z | Done |
| 215 | 2024-05-05T00:59:09.547Z | Done |
| 216 | 2024-05-05T00:59:09.564Z | Done |
| 217 | 2024-05-05T00:59:09.662Z | Done |
| 218 | 2024-05-05T00:59:10.114Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 219 | 2024-05-05T00:59:10.114Z | clang system 15 system |
| 220 | 2024-05-05T00:59:10.114Z | csh system system illumos |
| 221 | 2024-05-05T00:59:10.115Z | ctags system system illumos |
| 222 | 2024-05-05T00:59:10.115Z | gcc vendor 12 vendor |
| 223 | 2024-05-05T00:59:10.115Z | gcc system 10 system |
| 224 | 2024-05-05T00:59:10.115Z | gcc system 7 system |
| 225 | 2024-05-05T00:59:10.115Z | go system 1.20 system |
| 226 | 2024-05-05T00:59:10.115Z | go system 1.19 system |
| 227 | 2024-05-05T00:59:10.116Z | llvm system 15 system |
| 228 | 2024-05-05T00:59:10.116Z | llvm system 14 system |
| 229 | 2024-05-05T00:59:10.116Z | mariadb system 10.6 system |
| 230 | 2024-05-05T00:59:10.116Z | mta vendor vendor dma |
| 231 | 2024-05-05T00:59:10.117Z | openjdk system 17 system |
| 232 | 2024-05-05T00:59:10.117Z | openjdk system 11 system |
| 233 | 2024-05-05T00:59:10.117Z | openjdk system 1.8 system |
| 234 | 2024-05-05T00:59:10.117Z | openssl vendor 3 vendor |
| 235 | 2024-05-05T00:59:10.118Z | perl system 5.36 system |
| 236 | 2024-05-05T00:59:10.118Z | postgresql system 15 system |
| 237 | 2024-05-05T00:59:10.118Z | postgresql system 13 system |
| 238 | 2024-05-05T00:59:10.118Z | python vendor 3 vendor |
| 239 | 2024-05-05T00:59:10.118Z | python system 2 system |
| 240 | 2024-05-05T00:59:10.118Z | python3 system 3.11 system |
| 241 | 2024-05-05T00:59:10.118Z | ruby system 3.0 system |
| 242 | 2024-05-05T00:59:10.118Z | words vendor vendor american-english |
| 243 | 2024-05-05T00:59:10.118Z | words system system australian-english |
| 244 | 2024-05-05T00:59:10.119Z | words system system british-english |
| 245 | 2024-05-05T00:59:10.119Z | words system system canadian-english |
| 246 | 2024-05-05T00:59:10.119Z | words system system french |
| 247 | 2024-05-05T00:59:10.119Z | words system system italian |
| 248 | 2024-05-05T00:59:10.119Z | words system system ngerman |
| 249 | 2024-05-05T00:59:10.119Z | words system system ogerman |
| 250 | 2024-05-05T00:59:10.119Z | words system system spanish |
| 251 | 2024-05-05T00:59:10.444Z | PUBLISHER TYPE STATUS P LOCATION |
| 252 | 2024-05-05T00:59:10.445Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 253 | 2024-05-05T00:59:11.762Z | FMRI IFO |
| 254 | 2024-05-05T00:59:11.763Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 255 | 2024-05-05T00:59:11.763Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 256 | 2024-05-05T00:59:11.763Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 257 | 2024-05-05T00:59:11.764Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 258 | 2024-05-05T00:59:11.764Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 259 | 2024-05-05T00:59:11.764Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 260 | 2024-05-05T00:59:11.764Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 261 | 2024-05-05T00:59:11.765Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 262 | 2024-05-05T00:59:11.765Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 263 | 2024-05-05T00:59:11.765Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 264 | 2024-05-05T00:59:11.765Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 265 | 2024-05-05T00:59:11.781Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 266 | 2024-05-05T00:59:12.015Z | + set -o errexit |
| 267 | 2024-05-05T00:59:12.026Z | +++ dirname ./tools/ci_download_cockroachdb |
| 268 | 2024-05-05T00:59:12.026Z | ++ cd ./tools |
| 269 | 2024-05-05T00:59:12.026Z | ++ pwd |
| 270 | 2024-05-05T00:59:12.026Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 271 | 2024-05-05T00:59:12.026Z | ++ basename ./tools/ci_download_cockroachdb |
| 272 | 2024-05-05T00:59:12.027Z | + ARG0=ci_download_cockroachdb |
| 273 | 2024-05-05T00:59:12.027Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 274 | 2024-05-05T00:59:12.027Z | + CIDL_VERSION=v22.1.9 |
| 275 | 2024-05-05T00:59:12.027Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 276 | 2024-05-05T00:59:12.027Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 277 | 2024-05-05T00:59:12.027Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 278 | 2024-05-05T00:59:12.027Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 279 | 2024-05-05T00:59:12.027Z | + TARGET_DIR=out |
| 280 | 2024-05-05T00:59:12.028Z | + DOWNLOAD_DIR=out/downloads |
| 281 | 2024-05-05T00:59:12.028Z | + DEST_DIR=./out/cockroachdb |
| 282 | 2024-05-05T00:59:12.028Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 283 | 2024-05-05T00:59:12.029Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 284 | 2024-05-05T00:59:12.029Z | + main |
| 285 | 2024-05-05T00:59:12.029Z | + [[ 0 != 0 ]] |
| 286 | 2024-05-05T00:59:12.029Z | + CIDL_OS=solaris2.11 |
| 287 | 2024-05-05T00:59:12.049Z | + [[ 0 != 0 ]] |
| 288 | 2024-05-05T00:59:12.050Z | + configure_os solaris2.11 |
| 289 | 2024-05-05T00:59:12.050Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 290 | 2024-05-05T00:59:12.050Z | current directory: /work/oxidecomputer/omicron |
| 291 | 2024-05-05T00:59:12.050Z | + echo 'configuring based on OS: "solaris2.11"' |
| 292 | 2024-05-05T00:59:12.050Z | + case "$1" in |
| 293 | 2024-05-05T00:59:12.050Z | + CIDL_BUILD=illumos |
| 294 | 2024-05-05T00:59:12.050Z | configuring based on OS: "solaris2.11" |
| 295 | 2024-05-05T00:59:12.050Z | + CIDL_SUFFIX=tar.gz |
| 296 | 2024-05-05T00:59:12.050Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 297 | 2024-05-05T00:59:12.051Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 298 | 2024-05-05T00:59:12.051Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 299 | 2024-05-05T00:59:12.051Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 300 | 2024-05-05T00:59:12.051Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2024-05-05T00:59:12.051Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 302 | 2024-05-05T00:59:12.051Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 303 | 2024-05-05T00:59:12.052Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 304 | 2024-05-05T00:59:12.052Z | + CIDL_SHA256FUNC=do_sha256sum |
| 305 | 2024-05-05T00:59:12.052Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 306 | 2024-05-05T00:59:12.052Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 307 | 2024-05-05T00:59:12.052Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 308 | 2024-05-05T00:59:12.052Z | + mkdir -p out/downloads |
| 309 | 2024-05-05T00:59:12.052Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2024-05-05T00:59:12.052Z | + mkdir -p ./out/cockroachdb |
| 311 | 2024-05-05T00:59:12.052Z | + local DO_DOWNLOAD=true |
| 312 | 2024-05-05T00:59:12.052Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 313 | 2024-05-05T00:59:12.052Z | + '[' true == true ']' |
| 314 | 2024-05-05T00:59:12.053Z | + echo Downloading... |
| 315 | 2024-05-05T00:59:12.053Z | Downloading... |
| 316 | 2024-05-05T00:59:12.053Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 317 | 2024-05-05T00:59:12.053Z | + 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 |
| 318 | 2024-05-05T00:59:18.714Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 319 | 2024-05-05T00:59:18.725Z | ++ sha256sum |
| 320 | 2024-05-05T00:59:18.725Z | ++ awk '{print $1}' |
| 321 | 2024-05-05T00:59:18.778Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 322 | 2024-05-05T00:59:18.778Z | + [[ 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 ]] |
| 323 | 2024-05-05T00:59:18.787Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 324 | 2024-05-05T00:59:18.787Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 325 | 2024-05-05T00:59:20.966Z | + do_assemble_illumos |
| 326 | 2024-05-05T00:59:20.966Z | + rm -r ./out/cockroachdb |
| 327 | 2024-05-05T00:59:20.972Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 328 | 2024-05-05T00:59:21.362Z | + ./out/cockroachdb/bin/cockroach version |
| 329 | 2024-05-05T00:59:21.543Z | Build Tag: v22.1.9-dirty |
| 330 | 2024-05-05T00:59:21.543Z | Build Time: 2022/10/26 21:17:46 |
| 331 | 2024-05-05T00:59:21.543Z | Distribution: OSS |
| 332 | 2024-05-05T00:59:21.543Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 333 | 2024-05-05T00:59:21.543Z | Go Version: go1.17.13 |
| 334 | 2024-05-05T00:59:21.544Z | C Compiler: gcc 10.3.0 |
| 335 | 2024-05-05T00:59:21.544Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 336 | 2024-05-05T00:59:21.544Z | Build Type: release |
| 337 | 2024-05-05T00:59:21.562Z | + set -o errexit |
| 338 | 2024-05-05T00:59:21.576Z | +++ dirname ./tools/ci_download_clickhouse |
| 339 | 2024-05-05T00:59:21.576Z | ++ cd ./tools |
| 340 | 2024-05-05T00:59:21.576Z | ++ pwd |
| 341 | 2024-05-05T00:59:21.577Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 342 | 2024-05-05T00:59:21.577Z | ++ basename ./tools/ci_download_clickhouse |
| 343 | 2024-05-05T00:59:21.577Z | + ARG0=ci_download_clickhouse |
| 344 | 2024-05-05T00:59:21.577Z | + TARGET_DIR=out |
| 345 | 2024-05-05T00:59:21.577Z | + DOWNLOAD_DIR=out/downloads |
| 346 | 2024-05-05T00:59:21.577Z | + DEST_DIR=./out/clickhouse |
| 347 | 2024-05-05T00:59:21.577Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 348 | 2024-05-05T00:59:21.577Z | + CIDL_VERSION=v23.8.7.24 |
| 349 | 2024-05-05T00:59:21.578Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 350 | 2024-05-05T00:59:21.578Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 351 | 2024-05-05T00:59:21.578Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 352 | 2024-05-05T00:59:21.578Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 353 | 2024-05-05T00:59:21.578Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 354 | 2024-05-05T00:59:21.578Z | + main |
| 355 | 2024-05-05T00:59:21.578Z | + [[ 0 != 0 ]] |
| 356 | 2024-05-05T00:59:21.579Z | + CIDL_OS=solaris2.11 |
| 357 | 2024-05-05T00:59:21.579Z | + [[ 0 != 0 ]] |
| 358 | 2024-05-05T00:59:21.579Z | + configure_os solaris2.11 |
| 359 | 2024-05-05T00:59:21.579Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 360 | 2024-05-05T00:59:21.579Z | current directory: /work/oxidecomputer/omicron |
| 361 | 2024-05-05T00:59:21.580Z | + echo 'configuring based on OS: "solaris2.11"' |
| 362 | 2024-05-05T00:59:21.580Z | configuring based on OS: "solaris2.11" |
| 363 | 2024-05-05T00:59:21.580Z | + CIDL_DASHREV= |
| 364 | 2024-05-05T00:59:21.580Z | + case "$1" in |
| 365 | 2024-05-05T00:59:21.580Z | + CIDL_PLATFORM=illumos |
| 366 | 2024-05-05T00:59:21.580Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 367 | 2024-05-05T00:59:21.580Z | + CIDL_MD5FUNC=do_md5sum |
| 368 | 2024-05-05T00:59:21.581Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 369 | 2024-05-05T00:59:21.581Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 370 | 2024-05-05T00:59:21.581Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 371 | 2024-05-05T00:59:21.581Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 372 | 2024-05-05T00:59:21.581Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 373 | 2024-05-05T00:59:21.581Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 374 | 2024-05-05T00:59:21.582Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 375 | 2024-05-05T00:59:21.582Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 376 | 2024-05-05T00:59:21.582Z | + mkdir -p out/downloads |
| 377 | 2024-05-05T00:59:21.606Z | + mkdir -p ./out/clickhouse |
| 378 | 2024-05-05T00:59:21.607Z | + local DO_DOWNLOAD=true |
| 379 | 2024-05-05T00:59:21.607Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 380 | 2024-05-05T00:59:21.607Z | + '[' true == true ']' |
| 381 | 2024-05-05T00:59:21.607Z | + echo Downloading... |
| 382 | 2024-05-05T00:59:21.607Z | Downloading... |
| 383 | 2024-05-05T00:59:21.608Z | + 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 |
| 384 | 2024-05-05T00:59:21.608Z | + 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 |
| 385 | 2024-05-05T00:59:23.172Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 386 | 2024-05-05T00:59:23.183Z | ++ md5sum |
| 387 | 2024-05-05T00:59:23.183Z | ++ awk '{print $1}' |
| 388 | 2024-05-05T00:59:23.505Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 389 | 2024-05-05T00:59:23.506Z | + [[ 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 ]] |
| 390 | 2024-05-05T00:59:23.510Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 391 | 2024-05-05T00:59:23.510Z | + mkdir -p ./out/clickhouse |
| 392 | 2024-05-05T00:59:23.510Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 393 | 2024-05-05T00:59:27.352Z | + [[ solaris2.11 == darwin* ]] |
| 394 | 2024-05-05T00:59:27.352Z | + ./out/clickhouse/clickhouse server --version |
| 395 | 2024-05-05T00:59:27.790Z | ClickHouse server version 23.8.7.1. |
| 396 | 2024-05-05T00:59:27.802Z | + set -o errexit |
| 397 | 2024-05-05T00:59:27.808Z | +++ dirname ./tools/ci_download_console |
| 398 | 2024-05-05T00:59:27.808Z | ++ cd ./tools |
| 399 | 2024-05-05T00:59:27.808Z | ++ pwd |
| 400 | 2024-05-05T00:59:27.808Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 401 | 2024-05-05T00:59:27.814Z | ++ basename ./tools/ci_download_console |
| 402 | 2024-05-05T00:59:27.814Z | + ARG0=ci_download_console |
| 403 | 2024-05-05T00:59:27.814Z | + TARGET_DIR=out |
| 404 | 2024-05-05T00:59:27.815Z | + DOWNLOAD_DIR=out/downloads |
| 405 | 2024-05-05T00:59:27.815Z | + DEST_DIR=./out/console-assets |
| 406 | 2024-05-05T00:59:27.815Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 407 | 2024-05-05T00:59:27.815Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 408 | 2024-05-05T00:59:27.815Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 409 | 2024-05-05T00:59:27.815Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 410 | 2024-05-05T00:59:27.816Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 411 | 2024-05-05T00:59:27.818Z | + main |
| 412 | 2024-05-05T00:59:27.818Z | + [[ 0 != 0 ]] |
| 413 | 2024-05-05T00:59:27.818Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 414 | 2024-05-05T00:59:27.818Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 415 | 2024-05-05T00:59:27.818Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 416 | 2024-05-05T00:59:27.819Z | Local file: out/downloads/console.tar.gz |
| 417 | 2024-05-05T00:59:27.819Z | + local DO_DOWNLOAD=true |
| 418 | 2024-05-05T00:59:27.819Z | + [[ -f out/downloads/console.tar.gz ]] |
| 419 | 2024-05-05T00:59:27.819Z | + mkdir -p out/downloads |
| 420 | 2024-05-05T00:59:27.819Z | + '[' true == true ']' |
| 421 | 2024-05-05T00:59:27.819Z | + echo Downloading... |
| 422 | 2024-05-05T00:59:27.819Z | Downloading... |
| 423 | 2024-05-05T00:59:27.819Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 424 | 2024-05-05T00:59:27.819Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 425 | 2024-05-05T00:59:28.401Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 426 | 2024-05-05T00:59:28.401Z | ++ case "$OSTYPE" in |
| 427 | 2024-05-05T00:59:28.401Z | ++ SHA=sha256sum |
| 428 | 2024-05-05T00:59:28.406Z | ++ sha256sum |
| 429 | 2024-05-05T00:59:28.406Z | ++ awk '{print $1}' |
| 430 | 2024-05-05T00:59:28.410Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 431 | 2024-05-05T00:59:28.414Z | + [[ 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 ]] |
| 432 | 2024-05-05T00:59:28.414Z | + rm -rf ./out/console-assets |
| 433 | 2024-05-05T00:59:28.414Z | + mkdir -p ./out/console-assets |
| 434 | 2024-05-05T00:59:28.425Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 435 | 2024-05-05T00:59:28.425Z | + mkdir -p ./out/console-assets |
| 436 | 2024-05-05T00:59:28.425Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 437 | 2024-05-05T00:59:28.509Z | + set -o errexit |
| 438 | 2024-05-05T00:59:28.514Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 439 | 2024-05-05T00:59:28.514Z | ++ cd ./tools |
| 440 | 2024-05-05T00:59:28.515Z | ++ pwd |
| 441 | 2024-05-05T00:59:28.515Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 442 | 2024-05-05T00:59:28.521Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 443 | 2024-05-05T00:59:28.521Z | + ARG0=ci_download_dendrite_openapi |
| 444 | 2024-05-05T00:59:28.521Z | + TARGET_DIR=out |
| 445 | 2024-05-05T00:59:28.521Z | + DOWNLOAD_DIR=out/downloads |
| 446 | 2024-05-05T00:59:28.521Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 447 | 2024-05-05T00:59:28.521Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 448 | 2024-05-05T00:59:28.521Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 449 | 2024-05-05T00:59:28.521Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 450 | 2024-05-05T00:59:28.521Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 451 | 2024-05-05T00:59:28.522Z | + main |
| 452 | 2024-05-05T00:59:28.522Z | + [[ 0 != 0 ]] |
| 453 | 2024-05-05T00:59:28.522Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
| 454 | 2024-05-05T00:59:28.522Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 455 | 2024-05-05T00:59:28.522Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
| 456 | 2024-05-05T00:59:28.522Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 457 | 2024-05-05T00:59:28.523Z | + local DO_DOWNLOAD=true |
| 458 | 2024-05-05T00:59:28.523Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
| 459 | 2024-05-05T00:59:28.523Z | + mkdir -p out/downloads |
| 460 | 2024-05-05T00:59:28.523Z | + '[' true == true ']' |
| 461 | 2024-05-05T00:59:28.523Z | + echo Downloading... |
| 462 | 2024-05-05T00:59:28.524Z | Downloading... |
| 463 | 2024-05-05T00:59:28.524Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 464 | 2024-05-05T00:59:28.524Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 465 | 2024-05-05T00:59:29.174Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 466 | 2024-05-05T00:59:29.174Z | ++ case "$OSTYPE" in |
| 467 | 2024-05-05T00:59:29.183Z | ++ SHA=sha256sum |
| 468 | 2024-05-05T00:59:29.183Z | ++ sha256sum |
| 469 | 2024-05-05T00:59:29.183Z | ++ awk '{print $1}' |
| 470 | 2024-05-05T00:59:29.192Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 471 | 2024-05-05T00:59:29.192Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
| 472 | 2024-05-05T00:59:29.192Z | + set -o errexit |
| 473 | 2024-05-05T00:59:29.198Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 474 | 2024-05-05T00:59:29.198Z | ++ cd ./tools |
| 475 | 2024-05-05T00:59:29.198Z | ++ pwd |
| 476 | 2024-05-05T00:59:29.198Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 477 | 2024-05-05T00:59:29.198Z | ++ basename ./tools/ci_download_dendrite_stub |
| 478 | 2024-05-05T00:59:29.198Z | + ARG0=ci_download_dendrite_stub |
| 479 | 2024-05-05T00:59:29.198Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 480 | 2024-05-05T00:59:29.198Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 481 | 2024-05-05T00:59:29.198Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
| 482 | 2024-05-05T00:59:29.198Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
| 483 | 2024-05-05T00:59:29.198Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 484 | 2024-05-05T00:59:29.198Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 485 | 2024-05-05T00:59:29.198Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 486 | 2024-05-05T00:59:29.198Z | + TARGET_DIR=out |
| 487 | 2024-05-05T00:59:29.198Z | + DOWNLOAD_DIR=out/downloads |
| 488 | 2024-05-05T00:59:29.198Z | + DEST_DIR=./out/dendrite-stub |
| 489 | 2024-05-05T00:59:29.198Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 490 | 2024-05-05T00:59:29.198Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 491 | 2024-05-05T00:59:29.199Z | + REPO=oxidecomputer/dendrite |
| 492 | 2024-05-05T00:59:29.199Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 493 | 2024-05-05T00:59:29.199Z | + main |
| 494 | 2024-05-05T00:59:29.199Z | + [[ 0 != 0 ]] |
| 495 | 2024-05-05T00:59:29.199Z | + CIDL_OS=solaris2.11 |
| 496 | 2024-05-05T00:59:29.199Z | + [[ 0 != 0 ]] |
| 497 | 2024-05-05T00:59:29.199Z | + configure_os solaris2.11 |
| 498 | 2024-05-05T00:59:29.199Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 499 | 2024-05-05T00:59:29.199Z | current directory: /work/oxidecomputer/omicron |
| 500 | 2024-05-05T00:59:29.199Z | + echo 'configuring based on OS: "solaris2.11"' |
| 501 | 2024-05-05T00:59:29.199Z | + case "$1" in |
| 502 | 2024-05-05T00:59:29.199Z | configuring based on OS: "solaris2.11" |
| 503 | 2024-05-05T00:59:29.199Z | + SET_BINARIES= |
| 504 | 2024-05-05T00:59:29.199Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 505 | 2024-05-05T00:59:29.199Z | + CIDL_SHA256FUNC=do_sha256sum |
| 506 | 2024-05-05T00:59:29.199Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 507 | 2024-05-05T00:59:29.200Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 508 | 2024-05-05T00:59:29.200Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 509 | 2024-05-05T00:59:29.200Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
| 510 | 2024-05-05T00:59:29.200Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 511 | 2024-05-05T00:59:29.200Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 512 | 2024-05-05T00:59:29.200Z | + mkdir -p out/downloads |
| 513 | 2024-05-05T00:59:29.200Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 514 | 2024-05-05T00:59:29.200Z | + mkdir -p ./out/dendrite-stub |
| 515 | 2024-05-05T00:59:29.216Z | + fetch_and_verify |
| 516 | 2024-05-05T00:59:29.216Z | + local DO_DOWNLOAD=true |
| 517 | 2024-05-05T00:59:29.216Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 518 | 2024-05-05T00:59:29.216Z | + '[' true == true ']' |
| 519 | 2024-05-05T00:59:29.216Z | + echo Downloading... |
| 520 | 2024-05-05T00:59:29.216Z | Downloading... |
| 521 | 2024-05-05T00:59:29.216Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 522 | 2024-05-05T00:59:29.216Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 523 | 2024-05-05T00:59:37.459Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 524 | 2024-05-05T00:59:37.465Z | ++ sha256sum |
| 525 | 2024-05-05T00:59:37.465Z | ++ awk '{print $1}' |
| 526 | 2024-05-05T00:59:37.485Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 527 | 2024-05-05T00:59:37.485Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
| 528 | 2024-05-05T00:59:37.903Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 529 | 2024-05-05T00:59:37.903Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 530 | 2024-05-05T00:59:38.108Z | + do_assemble |
| 531 | 2024-05-05T00:59:38.108Z | + rm -r ./out/dendrite-stub |
| 532 | 2024-05-05T00:59:38.113Z | + mkdir ./out/dendrite-stub |
| 533 | 2024-05-05T00:59:38.113Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 534 | 2024-05-05T00:59:38.196Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 535 | 2024-05-05T00:59:38.206Z | + set -o errexit |
| 536 | 2024-05-05T00:59:38.211Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 537 | 2024-05-05T00:59:38.211Z | ++ cd ./tools |
| 538 | 2024-05-05T00:59:38.212Z | ++ pwd |
| 539 | 2024-05-05T00:59:38.212Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 540 | 2024-05-05T00:59:38.212Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 541 | 2024-05-05T00:59:38.218Z | + ARG0=ci_download_maghemite_mgd |
| 542 | 2024-05-05T00:59:38.218Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 543 | 2024-05-05T00:59:38.218Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
| 544 | 2024-05-05T00:59:38.218Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
| 545 | 2024-05-05T00:59:38.219Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 546 | 2024-05-05T00:59:38.219Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
| 547 | 2024-05-05T00:59:38.219Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 548 | 2024-05-05T00:59:38.219Z | + TARGET_DIR=out |
| 549 | 2024-05-05T00:59:38.219Z | + DOWNLOAD_DIR=out/downloads |
| 550 | 2024-05-05T00:59:38.219Z | + DEST_DIR=./out/mgd |
| 551 | 2024-05-05T00:59:38.219Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 552 | 2024-05-05T00:59:38.219Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 553 | 2024-05-05T00:59:38.219Z | + REPO=oxidecomputer/maghemite |
| 554 | 2024-05-05T00:59:38.219Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
| 555 | 2024-05-05T00:59:38.219Z | + main |
| 556 | 2024-05-05T00:59:38.219Z | + rm -rf out/downloads/root |
| 557 | 2024-05-05T00:59:38.225Z | + [[ 0 != 0 ]] |
| 558 | 2024-05-05T00:59:38.225Z | + CIDL_OS=solaris2.11 |
| 559 | 2024-05-05T00:59:38.225Z | + [[ 0 != 0 ]] |
| 560 | 2024-05-05T00:59:38.225Z | + configure_os solaris2.11 |
| 561 | 2024-05-05T00:59:38.225Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 562 | 2024-05-05T00:59:38.225Z | current directory: /work/oxidecomputer/omicron |
| 563 | 2024-05-05T00:59:38.225Z | + echo 'configuring based on OS: "solaris2.11"' |
| 564 | 2024-05-05T00:59:38.225Z | + case "$1" in |
| 565 | 2024-05-05T00:59:38.225Z | configuring based on OS: "solaris2.11" |
| 566 | 2024-05-05T00:59:38.225Z | + SET_BINARIES= |
| 567 | 2024-05-05T00:59:38.225Z | + CIDL_SHA256FUNC=do_sha256sum |
| 568 | 2024-05-05T00:59:38.225Z | + TARBALL_FILENAME=mgd.tar.gz |
| 569 | 2024-05-05T00:59:38.225Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
| 570 | 2024-05-05T00:59:38.225Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 571 | 2024-05-05T00:59:38.225Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
| 572 | 2024-05-05T00:59:38.225Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
| 573 | 2024-05-05T00:59:38.225Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 574 | 2024-05-05T00:59:38.225Z | Local file: out/downloads/mgd.tar.gz |
| 575 | 2024-05-05T00:59:38.225Z | + mkdir -p out/downloads |
| 576 | 2024-05-05T00:59:38.226Z | + mkdir -p ./out/mgd |
| 577 | 2024-05-05T00:59:38.231Z | + fetch_and_verify |
| 578 | 2024-05-05T00:59:38.231Z | + local DO_DOWNLOAD=true |
| 579 | 2024-05-05T00:59:38.231Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 580 | 2024-05-05T00:59:38.231Z | + '[' true == true ']' |
| 581 | 2024-05-05T00:59:38.232Z | + echo Downloading... |
| 582 | 2024-05-05T00:59:38.232Z | Downloading... |
| 583 | 2024-05-05T00:59:38.232Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
| 584 | 2024-05-05T00:59:38.232Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
| 585 | 2024-05-05T00:59:45.524Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 586 | 2024-05-05T00:59:45.530Z | ++ sha256sum |
| 587 | 2024-05-05T00:59:45.530Z | ++ awk '{print $1}' |
| 588 | 2024-05-05T00:59:45.554Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
| 589 | 2024-05-05T00:59:45.560Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
| 590 | 2024-05-05T00:59:45.560Z | + do_untar out/downloads/mgd.tar.gz |
| 591 | 2024-05-05T00:59:45.560Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 592 | 2024-05-05T00:59:46.139Z | + do_assemble |
| 593 | 2024-05-05T00:59:46.139Z | + rm -r ./out/mgd |
| 594 | 2024-05-05T00:59:46.145Z | + mkdir ./out/mgd |
| 595 | 2024-05-05T00:59:46.146Z | + cp -r out/downloads/root ./out/mgd/root |
| 596 | 2024-05-05T00:59:46.629Z | + set -o errexit |
| 597 | 2024-05-05T00:59:46.646Z | +++ dirname ./tools/ci_download_transceiver_control |
| 598 | 2024-05-05T00:59:46.646Z | ++ cd ./tools |
| 599 | 2024-05-05T00:59:46.646Z | ++ pwd |
| 600 | 2024-05-05T00:59:46.646Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 601 | 2024-05-05T00:59:46.646Z | ++ basename ./tools/ci_download_transceiver_control |
| 602 | 2024-05-05T00:59:46.647Z | + ARG0=ci_download_transceiver_control |
| 603 | 2024-05-05T00:59:46.647Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 604 | 2024-05-05T00:59:46.647Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 605 | 2024-05-05T00:59:46.647Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 606 | 2024-05-05T00:59:46.647Z | + TARGET_DIR=out |
| 607 | 2024-05-05T00:59:46.647Z | + DOWNLOAD_DIR=out/downloads |
| 608 | 2024-05-05T00:59:46.647Z | + DEST_DIR=./out/transceiver-control |
| 609 | 2024-05-05T00:59:46.647Z | + BIN_DIR=/opt/oxide/bin |
| 610 | 2024-05-05T00:59:46.648Z | + BINARY=xcvradm |
| 611 | 2024-05-05T00:59:46.648Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 612 | 2024-05-05T00:59:46.648Z | + REPO=oxidecomputer/transceiver-control |
| 613 | 2024-05-05T00:59:46.648Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 614 | 2024-05-05T00:59:46.649Z | + main |
| 615 | 2024-05-05T00:59:46.649Z | + [[ 0 != 0 ]] |
| 616 | 2024-05-05T00:59:46.649Z | + CIDL_OS=solaris2.11 |
| 617 | 2024-05-05T00:59:46.649Z | + [[ 0 != 0 ]] |
| 618 | 2024-05-05T00:59:46.649Z | + configure_os solaris2.11 |
| 619 | 2024-05-05T00:59:46.650Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 620 | 2024-05-05T00:59:46.650Z | + echo 'configuring based on OS: "solaris2.11"' |
| 621 | 2024-05-05T00:59:46.650Z | current directory: /work/oxidecomputer/omicron |
| 622 | 2024-05-05T00:59:46.650Z | configuring based on OS: "solaris2.11" |
| 623 | 2024-05-05T00:59:46.650Z | + case "$1" in |
| 624 | 2024-05-05T00:59:46.650Z | + SET_BINARIES= |
| 625 | 2024-05-05T00:59:46.651Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 626 | 2024-05-05T00:59:46.651Z | + CIDL_SHA256FUNC=do_sha256sum |
| 627 | 2024-05-05T00:59:46.651Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 628 | 2024-05-05T00:59:46.651Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 629 | 2024-05-05T00:59:46.652Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 630 | 2024-05-05T00:59:46.652Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 631 | 2024-05-05T00:59:46.652Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 632 | 2024-05-05T00:59:46.652Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 633 | 2024-05-05T00:59:46.653Z | + mkdir -p out/downloads |
| 634 | 2024-05-05T00:59:46.653Z | Local file: out/downloads/xcvradm.gz |
| 635 | 2024-05-05T00:59:46.653Z | + mkdir -p ./out/transceiver-control |
| 636 | 2024-05-05T00:59:46.654Z | + fetch_and_verify |
| 637 | 2024-05-05T00:59:46.654Z | + local DO_DOWNLOAD=true |
| 638 | 2024-05-05T00:59:46.655Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 639 | 2024-05-05T00:59:46.655Z | + '[' true == true ']' |
| 640 | 2024-05-05T00:59:46.655Z | + echo Downloading... |
| 641 | 2024-05-05T00:59:46.656Z | Downloading... |
| 642 | 2024-05-05T00:59:46.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 643 | 2024-05-05T00:59:46.656Z | + 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 |
| 644 | 2024-05-05T00:59:48.330Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 645 | 2024-05-05T00:59:48.338Z | ++ sha256sum |
| 646 | 2024-05-05T00:59:48.338Z | ++ awk '{print $1}' |
| 647 | 2024-05-05T00:59:48.345Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 648 | 2024-05-05T00:59:48.345Z | + [[ 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 ]] |
| 649 | 2024-05-05T00:59:48.345Z | + do_unpack out/downloads/xcvradm.gz |
| 650 | 2024-05-05T00:59:48.345Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 651 | 2024-05-05T00:59:48.345Z | + gzip -dc out/downloads/xcvradm.gz |
| 652 | 2024-05-05T00:59:48.462Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 653 | 2024-05-05T00:59:48.476Z | + do_assemble |
| 654 | 2024-05-05T00:59:48.476Z | + rm -r ./out/transceiver-control |
| 655 | 2024-05-05T00:59:48.477Z | + mkdir ./out/transceiver-control |
| 656 | 2024-05-05T00:59:48.477Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 657 | 2024-05-05T00:59:48.557Z | + set -o errexit |
| 658 | 2024-05-05T00:59:48.580Z | +++ dirname ./tools/ci_download_thundermuffin |
| 659 | 2024-05-05T00:59:48.580Z | ++ cd ./tools |
| 660 | 2024-05-05T00:59:48.580Z | ++ pwd |
| 661 | 2024-05-05T00:59:48.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 662 | 2024-05-05T00:59:48.581Z | ++ basename ./tools/ci_download_thundermuffin |
| 663 | 2024-05-05T00:59:48.581Z | + ARG0=ci_download_thundermuffin |
| 664 | 2024-05-05T00:59:48.581Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 665 | 2024-05-05T00:59:48.581Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 666 | 2024-05-05T00:59:48.581Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 667 | 2024-05-05T00:59:48.581Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 668 | 2024-05-05T00:59:48.582Z | + TARGET_DIR=out |
| 669 | 2024-05-05T00:59:48.582Z | + DOWNLOAD_DIR=out/downloads |
| 670 | 2024-05-05T00:59:48.582Z | + DEST_DIR=./out/thundermuffin |
| 671 | 2024-05-05T00:59:48.582Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 672 | 2024-05-05T00:59:48.582Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 673 | 2024-05-05T00:59:48.582Z | + REPO=oxidecomputer/thundermuffin |
| 674 | 2024-05-05T00:59:48.582Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 675 | 2024-05-05T00:59:48.582Z | + main |
| 676 | 2024-05-05T00:59:48.583Z | + rm -rf out/downloads/root |
| 677 | 2024-05-05T00:59:48.583Z | + [[ 0 != 0 ]] |
| 678 | 2024-05-05T00:59:48.583Z | + CIDL_OS=solaris2.11 |
| 679 | 2024-05-05T00:59:48.583Z | + [[ 0 != 0 ]] |
| 680 | 2024-05-05T00:59:48.583Z | + configure_os solaris2.11 |
| 681 | 2024-05-05T00:59:48.583Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 682 | 2024-05-05T00:59:48.583Z | current directory: /work/oxidecomputer/omicron |
| 683 | 2024-05-05T00:59:48.584Z | + echo 'configuring based on OS: "solaris2.11"' |
| 684 | 2024-05-05T00:59:48.584Z | configuring based on OS: "solaris2.11" |
| 685 | 2024-05-05T00:59:48.584Z | + case "$1" in |
| 686 | 2024-05-05T00:59:48.584Z | + SET_BINARIES= |
| 687 | 2024-05-05T00:59:48.584Z | + CIDL_SHA256FUNC=do_sha256sum |
| 688 | 2024-05-05T00:59:48.585Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 689 | 2024-05-05T00:59:48.585Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 690 | 2024-05-05T00:59:48.585Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 691 | 2024-05-05T00:59:48.585Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 692 | 2024-05-05T00:59:48.585Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 693 | 2024-05-05T00:59:48.585Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 694 | 2024-05-05T00:59:48.585Z | Local file: out/downloads/thundermuffin.tar.gz |
| 695 | 2024-05-05T00:59:48.585Z | + mkdir -p out/downloads |
| 696 | 2024-05-05T00:59:48.585Z | + mkdir -p ./out/thundermuffin |
| 697 | 2024-05-05T00:59:48.585Z | + fetch_and_verify |
| 698 | 2024-05-05T00:59:48.585Z | + local DO_DOWNLOAD=true |
| 699 | 2024-05-05T00:59:48.585Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 700 | 2024-05-05T00:59:48.585Z | + '[' true == true ']' |
| 701 | 2024-05-05T00:59:48.585Z | + echo Downloading... |
| 702 | 2024-05-05T00:59:48.585Z | Downloading... |
| 703 | 2024-05-05T00:59:48.585Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 704 | 2024-05-05T00:59:48.585Z | + 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 |
| 705 | 2024-05-05T00:59:50.206Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 706 | 2024-05-05T00:59:50.206Z | ++ sha256sum |
| 707 | 2024-05-05T00:59:50.207Z | ++ awk '{print $1}' |
| 708 | 2024-05-05T00:59:50.221Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 709 | 2024-05-05T00:59:50.221Z | + [[ 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 ]] |
| 710 | 2024-05-05T00:59:50.222Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 711 | 2024-05-05T00:59:50.222Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 712 | 2024-05-05T00:59:50.270Z | + do_assemble |
| 713 | 2024-05-05T00:59:50.270Z | + rm -r ./out/thundermuffin |
| 714 | 2024-05-05T00:59:50.285Z | + mkdir ./out/thundermuffin |
| 715 | 2024-05-05T00:59:50.285Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 716 | 2024-05-05T00:59:50.609Z | All builder prerequisites installed successfully, and PATH looks valid |
| 717 | 2024-05-05T00:59:50.615Z | |
| 718 | 2024-05-05T00:59:50.615Z | real 1:46.490807595 |
| 719 | 2024-05-05T00:59:50.616Z | user 32.979888883 |
| 720 | 2024-05-05T00:59:50.616Z | sys 6.638090212 |
| 721 | 2024-05-05T00:59:50.616Z | trap 0.009076335 |
| 722 | 2024-05-05T00:59:50.616Z | tflt 0.389550327 |
| 723 | 2024-05-05T00:59:50.616Z | dflt 0.405775977 |
| 724 | 2024-05-05T00:59:50.616Z | kflt 0.307236776 |
| 725 | 2024-05-05T00:59:50.616Z | lock 1.924510590 |
| 726 | 2024-05-05T00:59:50.616Z | slp 3:37.838471111 |
| 727 | 2024-05-05T00:59:50.617Z | lat 1.955981516 |
| 728 | 2024-05-05T00:59:50.617Z | stop 0.153304212 |
| 729 | 2024-05-05T00:59:50.617Z | |
| 730 | 2024-05-05T00:59:50.617Z | #### # # ##### ##### # # |
| 731 | 2024-05-05T00:59:50.617Z | # # # # # # # # # # |
| 732 | 2024-05-05T00:59:50.617Z | # # # # # # # # |
| 733 | 2024-05-05T00:59:50.617Z | # # # ##### ##### # |
| 734 | 2024-05-05T00:59:50.617Z | # # # # # # # |
| 735 | 2024-05-05T00:59:50.617Z | #### ###### # # # # |
| 736 | 2024-05-05T00:59:50.617Z | |
| 737 | 2024-05-05T00:59:50.832Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 738 | 2024-05-05T00:59:51.135Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 739 | 2024-05-05T00:59:51.441Z | Updating crates.io index |
| 740 | 2024-05-05T00:59:51.493Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 741 | 2024-05-05T00:59:52.275Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 742 | 2024-05-05T00:59:52.928Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 743 | 2024-05-05T00:59:54.949Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 744 | 2024-05-05T00:59:55.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 745 | 2024-05-05T00:59:55.816Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 746 | 2024-05-05T00:59:56.915Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 747 | 2024-05-05T00:59:58.680Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 748 | 2024-05-05T00:59:59.651Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 749 | 2024-05-05T01:00:00.419Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 750 | 2024-05-05T01:00:01.086Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 751 | 2024-05-05T01:00:01.259Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 752 | 2024-05-05T01:00:01.600Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 753 | 2024-05-05T01:00:01.885Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 754 | 2024-05-05T01:00:02.250Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 755 | 2024-05-05T01:00:02.576Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 756 | 2024-05-05T01:00:03.008Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 757 | 2024-05-05T01:00:03.262Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 758 | 2024-05-05T01:00:03.542Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 759 | 2024-05-05T01:00:03.831Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 760 | 2024-05-05T01:00:04.183Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 761 | 2024-05-05T01:00:04.576Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 762 | 2024-05-05T01:00:05.138Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 763 | 2024-05-05T01:00:05.512Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 764 | 2024-05-05T01:00:05.940Z | Updating git repository `https://github.com/jgallagher/nix` |
| 765 | 2024-05-05T01:00:06.938Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 766 | 2024-05-05T01:00:07.259Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 767 | 2024-05-05T01:00:09.262Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 768 | 2024-05-05T01:00:09.658Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 769 | 2024-05-05T01:00:09.955Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 770 | 2024-05-05T01:00:10.367Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 771 | 2024-05-05T01:00:11.406Z | Downloading crates ... |
| 772 | 2024-05-05T01:00:11.517Z | Downloaded anstyle v1.0.6 |
| 773 | 2024-05-05T01:00:12.052Z | Downloaded clap_derive v4.5.4 |
| 774 | 2024-05-05T01:00:12.052Z | Downloaded anstream v0.6.11 |
| 775 | 2024-05-05T01:00:12.053Z | Downloaded autocfg v1.1.0 |
| 776 | 2024-05-05T01:00:12.053Z | Downloaded bitflags v2.4.2 |
| 777 | 2024-05-05T01:00:12.053Z | Downloaded clap v4.5.4 |
| 778 | 2024-05-05T01:00:12.053Z | Downloaded unicode-ident v1.0.12 |
| 779 | 2024-05-05T01:00:12.053Z | Downloaded errno v0.3.8 |
| 780 | 2024-05-05T01:00:12.053Z | Downloaded itoa v1.0.9 |
| 781 | 2024-05-05T01:00:12.053Z | Downloaded camino v1.1.6 |
| 782 | 2024-05-05T01:00:12.054Z | Downloaded heck v0.5.0 |
| 783 | 2024-05-05T01:00:12.054Z | Downloaded equivalent v1.0.1 |
| 784 | 2024-05-05T01:00:12.054Z | Downloaded swrite v0.1.0 |
| 785 | 2024-05-05T01:00:12.054Z | Downloaded colorchoice v1.0.0 |
| 786 | 2024-05-05T01:00:12.054Z | Downloaded utf8parse v0.2.1 |
| 787 | 2024-05-05T01:00:12.054Z | Downloaded cargo-platform v0.1.3 |
| 788 | 2024-05-05T01:00:12.054Z | Downloaded fs-err v2.11.0 |
| 789 | 2024-05-05T01:00:12.054Z | Downloaded toml_datetime v0.6.5 |
| 790 | 2024-05-05T01:00:12.054Z | Downloaded clap_lex v0.7.0 |
| 791 | 2024-05-05T01:00:12.054Z | Downloaded thiserror v1.0.59 |
| 792 | 2024-05-05T01:00:12.055Z | Downloaded anstyle-query v1.0.0 |
| 793 | 2024-05-05T01:00:12.055Z | Downloaded anstyle-parse v0.2.1 |
| 794 | 2024-05-05T01:00:12.055Z | Downloaded macaddr v1.0.1 |
| 795 | 2024-05-05T01:00:12.055Z | Downloaded terminal_size v0.3.0 |
| 796 | 2024-05-05T01:00:12.055Z | Downloaded serde_spanned v0.6.5 |
| 797 | 2024-05-05T01:00:12.055Z | Downloaded cargo_toml v0.20.2 |
| 798 | 2024-05-05T01:00:12.055Z | Downloaded semver v1.0.22 |
| 799 | 2024-05-05T01:00:12.055Z | Downloaded thiserror-impl v1.0.59 |
| 800 | 2024-05-05T01:00:12.055Z | Downloaded strsim v0.11.0 |
| 801 | 2024-05-05T01:00:12.055Z | Downloaded cargo_metadata v0.18.1 |
| 802 | 2024-05-05T01:00:12.055Z | Downloaded quote v1.0.36 |
| 803 | 2024-05-05T01:00:12.055Z | Downloaded anyhow v1.0.82 |
| 804 | 2024-05-05T01:00:12.055Z | Downloaded ryu v1.0.15 |
| 805 | 2024-05-05T01:00:12.056Z | Downloaded proc-macro2 v1.0.81 |
| 806 | 2024-05-05T01:00:12.056Z | Downloaded serde_derive v1.0.199 |
| 807 | 2024-05-05T01:00:12.056Z | Downloaded toml v0.8.12 |
| 808 | 2024-05-05T01:00:12.056Z | Downloaded indexmap v2.2.6 |
| 809 | 2024-05-05T01:00:12.056Z | Downloaded serde v1.0.199 |
| 810 | 2024-05-05T01:00:12.056Z | Downloaded toml_edit v0.22.12 |
| 811 | 2024-05-05T01:00:12.056Z | Downloaded serde_json v1.0.116 |
| 812 | 2024-05-05T01:00:12.056Z | Downloaded hashbrown v0.14.3 |
| 813 | 2024-05-05T01:00:12.056Z | Downloaded winnow v0.6.1 |
| 814 | 2024-05-05T01:00:12.056Z | Downloaded clap_builder v4.5.2 |
| 815 | 2024-05-05T01:00:12.056Z | Downloaded syn v2.0.60 |
| 816 | 2024-05-05T01:00:12.056Z | Downloaded memchr v2.7.1 |
| 817 | 2024-05-05T01:00:12.056Z | Downloaded rustix v0.38.31 |
| 818 | 2024-05-05T01:00:12.056Z | Downloaded libc v0.2.153 |
| 819 | 2024-05-05T01:00:12.056Z | Compiling proc-macro2 v1.0.81 |
| 820 | 2024-05-05T01:00:12.057Z | Compiling unicode-ident v1.0.12 |
| 821 | 2024-05-05T01:00:12.057Z | Compiling serde v1.0.199 |
| 822 | 2024-05-05T01:00:12.057Z | Compiling libc v0.2.153 |
| 823 | 2024-05-05T01:00:12.057Z | Compiling rustix v0.38.31 |
| 824 | 2024-05-05T01:00:12.057Z | Compiling bitflags v2.4.2 |
| 825 | 2024-05-05T01:00:12.057Z | Compiling hashbrown v0.14.3 |
| 826 | 2024-05-05T01:00:12.057Z | Compiling utf8parse v0.2.1 |
| 827 | 2024-05-05T01:00:12.233Z | Compiling equivalent v1.0.1 |
| 828 | 2024-05-05T01:00:12.248Z | Compiling anstyle-parse v0.2.1 |
| 829 | 2024-05-05T01:00:12.351Z | Compiling winnow v0.6.1 |
| 830 | 2024-05-05T01:00:12.499Z | Compiling thiserror v1.0.59 |
| 831 | 2024-05-05T01:00:12.552Z | Compiling camino v1.1.6 |
| 832 | 2024-05-05T01:00:13.112Z | Compiling indexmap v2.2.6 |
| 833 | 2024-05-05T01:00:13.912Z | Compiling autocfg v1.1.0 |
| 834 | 2024-05-05T01:00:14.468Z | Compiling semver v1.0.22 |
| 835 | 2024-05-05T01:00:14.702Z | Compiling colorchoice v1.0.0 |
| 836 | 2024-05-05T01:00:14.819Z | Compiling anstyle v1.0.6 |
| 837 | 2024-05-05T01:00:15.340Z | Compiling anstyle-query v1.0.0 |
| 838 | 2024-05-05T01:00:15.340Z | Compiling serde_json v1.0.116 |
| 839 | 2024-05-05T01:00:15.340Z | Compiling anstream v0.6.11 |
| 840 | 2024-05-05T01:00:15.753Z | Compiling fs-err v2.11.0 |
| 841 | 2024-05-05T01:00:15.759Z | Compiling itoa v1.0.9 |
| 842 | 2024-05-05T01:00:15.759Z | Compiling heck v0.5.0 |
| 843 | 2024-05-05T01:00:15.759Z | Compiling clap_lex v0.7.0 |
| 844 | 2024-05-05T01:00:15.759Z | Compiling ryu v1.0.15 |
| 845 | 2024-05-05T01:00:15.759Z | Compiling strsim v0.11.0 |
| 846 | 2024-05-05T01:00:15.759Z | Compiling anyhow v1.0.82 |
| 847 | 2024-05-05T01:00:15.900Z | Compiling swrite v0.1.0 |
| 848 | 2024-05-05T01:00:16.121Z | Compiling quote v1.0.36 |
| 849 | 2024-05-05T01:00:16.370Z | Compiling errno v0.3.8 |
| 850 | 2024-05-05T01:00:16.449Z | Compiling syn v2.0.60 |
| 851 | 2024-05-05T01:00:17.290Z | Compiling terminal_size v0.3.0 |
| 852 | 2024-05-05T01:00:17.380Z | Compiling clap_builder v4.5.2 |
| 853 | 2024-05-05T01:00:21.226Z | Compiling serde_derive v1.0.199 |
| 854 | 2024-05-05T01:00:21.238Z | Compiling thiserror-impl v1.0.59 |
| 855 | 2024-05-05T01:00:21.238Z | Compiling clap_derive v4.5.4 |
| 856 | 2024-05-05T01:00:23.830Z | Compiling clap v4.5.4 |
| 857 | 2024-05-05T01:00:28.638Z | Compiling toml_datetime v0.6.5 |
| 858 | 2024-05-05T01:00:28.651Z | Compiling serde_spanned v0.6.5 |
| 859 | 2024-05-05T01:00:28.651Z | Compiling cargo-platform v0.1.3 |
| 860 | 2024-05-05T01:00:28.651Z | Compiling macaddr v1.0.1 |
| 861 | 2024-05-05T01:00:28.993Z | Compiling toml_edit v0.22.12 |
| 862 | 2024-05-05T01:00:30.315Z | Compiling cargo_metadata v0.18.1 |
| 863 | 2024-05-05T01:00:30.847Z | Compiling toml v0.8.12 |
| 864 | 2024-05-05T01:00:31.534Z | Compiling cargo_toml v0.20.2 |
| 865 | 2024-05-05T01:00:34.814Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 866 | 2024-05-05T01:00:37.170Z | Finished dev [unoptimized + debuginfo] target(s) in 46.49s |
| 867 | 2024-05-05T01:00:37.369Z | Running `target/debug/xtask clippy` |
| 868 | 2024-05-05T01:00:37.409Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
| 869 | 2024-05-05T01:00:38.018Z | Downloading crates ... |
| 870 | 2024-05-05T01:00:38.112Z | Downloaded adler v1.0.2 |
| 871 | 2024-05-05T01:00:38.132Z | Downloaded addr2line v0.21.0 |
| 872 | 2024-05-05T01:00:38.132Z | Downloaded aead v0.5.2 |
| 873 | 2024-05-05T01:00:38.132Z | Downloaded ahash v0.8.8 |
| 874 | 2024-05-05T01:00:38.142Z | Downloaded assert_cmd v2.0.14 |
| 875 | 2024-05-05T01:00:38.142Z | Downloaded arrayref v0.3.7 |
| 876 | 2024-05-05T01:00:38.142Z | Downloaded cfg-expr v0.15.6 |
| 877 | 2024-05-05T01:00:38.142Z | Downloaded async-trait v0.1.80 |
| 878 | 2024-05-05T01:00:38.154Z | Downloaded assert_matches v1.5.0 |
| 879 | 2024-05-05T01:00:38.154Z | Downloaded http-body v1.0.0 |
| 880 | 2024-05-05T01:00:38.154Z | Downloaded cc v1.0.83 |
| 881 | 2024-05-05T01:00:38.164Z | Downloaded async-stream v0.3.5 |
| 882 | 2024-05-05T01:00:38.164Z | Downloaded hmac v0.12.1 |
| 883 | 2024-05-05T01:00:38.164Z | Downloaded hex v0.4.3 |
| 884 | 2024-05-05T01:00:38.164Z | Downloaded hex-literal v0.4.1 |
| 885 | 2024-05-05T01:00:38.164Z | Downloaded http-range v0.1.5 |
| 886 | 2024-05-05T01:00:38.164Z | Downloaded allocator-api2 v0.2.16 |
| 887 | 2024-05-05T01:00:38.172Z | Downloaded byteorder v1.5.0 |
| 888 | 2024-05-05T01:00:38.172Z | Downloaded arc-swap v1.6.0 |
| 889 | 2024-05-05T01:00:38.172Z | Downloaded http-body v0.4.5 |
| 890 | 2024-05-05T01:00:38.172Z | Downloaded constant_time_eq v0.3.0 |
| 891 | 2024-05-05T01:00:38.188Z | Downloaded array-init v0.0.4 |
| 892 | 2024-05-05T01:00:38.188Z | Downloaded ascii v1.1.0 |
| 893 | 2024-05-05T01:00:38.188Z | Downloaded httpdate v1.0.3 |
| 894 | 2024-05-05T01:00:38.188Z | Downloaded http v0.2.12 |
| 895 | 2024-05-05T01:00:38.207Z | Downloaded ident_case v1.0.1 |
| 896 | 2024-05-05T01:00:38.207Z | Downloaded home v0.5.5 |
| 897 | 2024-05-05T01:00:38.207Z | Downloaded cfg-if v1.0.0 |
| 898 | 2024-05-05T01:00:38.207Z | Downloaded ascii-canvas v3.0.0 |
| 899 | 2024-05-05T01:00:38.207Z | Downloaded anes v0.1.6 |
| 900 | 2024-05-05T01:00:38.207Z | Downloaded aho-corasick v1.1.2 |
| 901 | 2024-05-05T01:00:38.208Z | Downloaded hostname v0.3.1 |
| 902 | 2024-05-05T01:00:38.208Z | Downloaded constant_time_eq v0.2.6 |
| 903 | 2024-05-05T01:00:38.208Z | Downloaded heck v0.4.1 |
| 904 | 2024-05-05T01:00:38.226Z | Downloaded crypto-bigint v0.5.2 |
| 905 | 2024-05-05T01:00:38.226Z | Downloaded ciborium v0.2.2 |
| 906 | 2024-05-05T01:00:38.226Z | Downloaded is_ci v1.2.0 |
| 907 | 2024-05-05T01:00:38.226Z | Downloaded ciborium-io v0.2.2 |
| 908 | 2024-05-05T01:00:38.227Z | Downloaded convert_case v0.4.0 |
| 909 | 2024-05-05T01:00:38.227Z | Downloaded const_format_proc_macros v0.2.32 |
| 910 | 2024-05-05T01:00:38.227Z | Downloaded bit-set v0.5.3 |
| 911 | 2024-05-05T01:00:38.227Z | Downloaded cexpr v0.6.0 |
| 912 | 2024-05-05T01:00:38.227Z | Downloaded lalrpop-util v0.19.12 |
| 913 | 2024-05-05T01:00:38.228Z | Downloaded instant v0.1.12 |
| 914 | 2024-05-05T01:00:38.228Z | Downloaded bytecount v0.6.3 |
| 915 | 2024-05-05T01:00:38.237Z | Downloaded keccak v0.1.4 |
| 916 | 2024-05-05T01:00:38.237Z | Downloaded is-terminal v0.4.9 |
| 917 | 2024-05-05T01:00:38.237Z | Downloaded atomic-waker v1.1.1 |
| 918 | 2024-05-05T01:00:38.237Z | Downloaded atty v0.2.14 |
| 919 | 2024-05-05T01:00:38.238Z | Downloaded indoc v2.0.3 |
| 920 | 2024-05-05T01:00:38.238Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 921 | 2024-05-05T01:00:38.238Z | Downloaded lazycell v1.3.0 |
| 922 | 2024-05-05T01:00:38.238Z | Downloaded lazy_static v1.4.0 |
| 923 | 2024-05-05T01:00:38.238Z | Downloaded hyper-rustls v0.24.2 |
| 924 | 2024-05-05T01:00:38.238Z | Downloaded kstat-rs v0.2.3 |
| 925 | 2024-05-05T01:00:38.238Z | Downloaded iana-time-zone v0.1.57 |
| 926 | 2024-05-05T01:00:38.663Z | Downloaded hyper-staticfile v0.9.5 |
| 927 | 2024-05-05T01:00:38.663Z | Downloaded const_format v0.2.32 |
| 928 | 2024-05-05T01:00:38.663Z | Downloaded new_debug_unreachable v1.0.4 |
| 929 | 2024-05-05T01:00:38.663Z | Downloaded bitstruct v0.1.1 |
| 930 | 2024-05-05T01:00:38.663Z | Downloaded cobs v0.2.3 |
| 931 | 2024-05-05T01:00:38.663Z | Downloaded bytes v1.6.0 |
| 932 | 2024-05-05T01:00:38.675Z | Downloaded memoffset v0.7.1 |
| 933 | 2024-05-05T01:00:38.675Z | Downloaded inout v0.1.3 |
| 934 | 2024-05-05T01:00:38.675Z | Downloaded indoc v1.0.9 |
| 935 | 2024-05-05T01:00:38.675Z | Downloaded nested v0.1.1 |
| 936 | 2024-05-05T01:00:38.675Z | Downloaded matches v0.1.10 |
| 937 | 2024-05-05T01:00:38.675Z | Downloaded cipher v0.4.4 |
| 938 | 2024-05-05T01:00:38.675Z | Downloaded ciborium-ll v0.2.2 |
| 939 | 2024-05-05T01:00:38.675Z | Downloaded nodrop v0.1.14 |
| 940 | 2024-05-05T01:00:38.675Z | Downloaded newline-converter v0.3.0 |
| 941 | 2024-05-05T01:00:38.675Z | Downloaded match_cfg v0.1.0 |
| 942 | 2024-05-05T01:00:38.675Z | Downloaded camino-tempfile v1.1.1 |
| 943 | 2024-05-05T01:00:38.675Z | Downloaded num-conv v0.1.0 |
| 944 | 2024-05-05T01:00:38.675Z | Downloaded headers-core v0.2.0 |
| 945 | 2024-05-05T01:00:38.675Z | Downloaded crunchy v0.2.2 |
| 946 | 2024-05-05T01:00:38.675Z | Downloaded crucible-workspace-hack v0.1.0 |
| 947 | 2024-05-05T01:00:38.675Z | Downloaded bitstruct_derive v0.1.0 |
| 948 | 2024-05-05T01:00:38.675Z | Downloaded hyper-rustls v0.26.0 |
| 949 | 2024-05-05T01:00:38.676Z | Downloaded httptest v0.15.5 |
| 950 | 2024-05-05T01:00:38.676Z | Downloaded linked-hash-map v0.5.6 |
| 951 | 2024-05-05T01:00:38.676Z | Downloaded cpufeatures v0.2.12 |
| 952 | 2024-05-05T01:00:38.676Z | Downloaded bb8 v0.8.3 |
| 953 | 2024-05-05T01:00:38.676Z | Downloaded atomicwrites v0.4.3 |
| 954 | 2024-05-05T01:00:38.676Z | Downloaded async-stream-impl v0.3.5 |
| 955 | 2024-05-05T01:00:38.676Z | Downloaded argon2 v0.5.3 |
| 956 | 2024-05-05T01:00:38.676Z | Downloaded block-padding v0.3.3 |
| 957 | 2024-05-05T01:00:38.676Z | Downloaded hubpack_derive v0.1.1 |
| 958 | 2024-05-05T01:00:38.676Z | Downloaded bitflags v1.3.2 |
| 959 | 2024-05-05T01:00:38.676Z | Downloaded chacha20 v0.9.1 |
| 960 | 2024-05-05T01:00:38.676Z | Downloaded bitfield v0.14.0 |
| 961 | 2024-05-05T01:00:38.676Z | Downloaded newtype_derive v0.1.6 |
| 962 | 2024-05-05T01:00:38.676Z | Downloaded humantime v2.1.0 |
| 963 | 2024-05-05T01:00:38.676Z | Downloaded memmap v0.7.0 |
| 964 | 2024-05-05T01:00:38.676Z | Downloaded ipnetwork v0.20.0 |
| 965 | 2024-05-05T01:00:38.676Z | Downloaded scroll_derive v0.12.0 |
| 966 | 2024-05-05T01:00:38.676Z | Downloaded hyper-tls v0.5.0 |
| 967 | 2024-05-05T01:00:38.676Z | Downloaded corncobs v0.1.3 |
| 968 | 2024-05-05T01:00:38.676Z | Downloaded linear-map v1.2.0 |
| 969 | 2024-05-05T01:00:38.676Z | Downloaded nibble_vec v0.1.0 |
| 970 | 2024-05-05T01:00:38.676Z | Downloaded nanorand v0.7.0 |
| 971 | 2024-05-05T01:00:38.676Z | Downloaded bzip2 v0.4.4 |
| 972 | 2024-05-05T01:00:38.677Z | Downloaded castaway v0.2.2 |
| 973 | 2024-05-05T01:00:38.677Z | Downloaded newtype-uuid v1.1.0 |
| 974 | 2024-05-05T01:00:38.677Z | Downloaded libsw v3.3.1 |
| 975 | 2024-05-05T01:00:38.677Z | Downloaded mime v0.3.17 |
| 976 | 2024-05-05T01:00:38.677Z | Downloaded tinyvec_macros v0.1.1 |
| 977 | 2024-05-05T01:00:38.677Z | Downloaded take_mut v0.2.2 |
| 978 | 2024-05-05T01:00:38.677Z | Downloaded normalize-line-endings v0.3.0 |
| 979 | 2024-05-05T01:00:38.677Z | Downloaded managed v0.8.0 |
| 980 | 2024-05-05T01:00:38.677Z | Downloaded multimap v0.10.0 |
| 981 | 2024-05-05T01:00:38.677Z | Downloaded md-5 v0.10.5 |
| 982 | 2024-05-05T01:00:38.677Z | Downloaded maplit v1.0.2 |
| 983 | 2024-05-05T01:00:38.677Z | Downloaded mockall v0.12.1 |
| 984 | 2024-05-05T01:00:38.677Z | Downloaded num-derive v0.4.0 |
| 985 | 2024-05-05T01:00:38.677Z | Downloaded crossbeam-deque v0.8.3 |
| 986 | 2024-05-05T01:00:38.677Z | Downloaded maybe-uninit v2.0.0 |
| 987 | 2024-05-05T01:00:38.677Z | Downloaded lru-cache v0.1.2 |
| 988 | 2024-05-05T01:00:38.677Z | Downloaded hyper-util v0.1.2 |
| 989 | 2024-05-05T01:00:38.677Z | Downloaded doc-comment v0.3.3 |
| 990 | 2024-05-05T01:00:38.677Z | Downloaded display-error-chain v0.2.0 |
| 991 | 2024-05-05T01:00:38.677Z | Downloaded embedded-io v0.4.0 |
| 992 | 2024-05-05T01:00:38.677Z | Downloaded num v0.4.2 |
| 993 | 2024-05-05T01:00:38.677Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 994 | 2024-05-05T01:00:38.677Z | Downloaded serde_tokenstream v0.2.0 |
| 995 | 2024-05-05T01:00:38.678Z | Downloaded endian-type v0.1.2 |
| 996 | 2024-05-05T01:00:38.678Z | Downloaded colored v2.1.0 |
| 997 | 2024-05-05T01:00:38.678Z | Downloaded criterion-plot v0.5.0 |
| 998 | 2024-05-05T01:00:38.678Z | Downloaded cancel-safe-futures v0.1.5 |
| 999 | 2024-05-05T01:00:38.678Z | Downloaded strsim v0.10.0 |
| 1000 | 2024-05-05T01:00:38.678Z | Downloaded structmeta v0.2.0 |
| 1001 | 2024-05-05T01:00:38.678Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1002 | 2024-05-05T01:00:38.678Z | Downloaded crc v3.0.1 |
| 1003 | 2024-05-05T01:00:38.678Z | Downloaded cookie v0.17.0 |
| 1004 | 2024-05-05T01:00:38.678Z | Downloaded libtest-mimic v0.7.2 |
| 1005 | 2024-05-05T01:00:38.678Z | Downloaded ipnet v2.9.0 |
| 1006 | 2024-05-05T01:00:38.678Z | Downloaded memmap2 v0.7.1 |
| 1007 | 2024-05-05T01:00:38.678Z | Downloaded crc32fast v1.3.2 |
| 1008 | 2024-05-05T01:00:38.678Z | Downloaded cookie_store v0.20.0 |
| 1009 | 2024-05-05T01:00:38.678Z | Downloaded mime_guess v2.0.4 |
| 1010 | 2024-05-05T01:00:38.678Z | Downloaded console v0.15.8 |
| 1011 | 2024-05-05T01:00:38.678Z | Downloaded pretty-hex v0.4.1 |
| 1012 | 2024-05-05T01:00:38.678Z | Downloaded pin-utils v0.1.0 |
| 1013 | 2024-05-05T01:00:38.678Z | Downloaded pretty-hex v0.2.1 |
| 1014 | 2024-05-05T01:00:38.678Z | Downloaded peeking_take_while v0.1.2 |
| 1015 | 2024-05-05T01:00:38.678Z | Downloaded hubpack v0.1.2 |
| 1016 | 2024-05-05T01:00:38.678Z | Downloaded pathdiff v0.2.1 |
| 1017 | 2024-05-05T01:00:38.678Z | Downloaded multer v3.0.0 |
| 1018 | 2024-05-05T01:00:38.678Z | Downloaded nu-ansi-term v0.50.0 |
| 1019 | 2024-05-05T01:00:38.679Z | Downloaded native-tls v0.2.11 |
| 1020 | 2024-05-05T01:00:38.679Z | Downloaded tabwriter v1.4.0 |
| 1021 | 2024-05-05T01:00:38.679Z | Downloaded opaque-debug v0.3.0 |
| 1022 | 2024-05-05T01:00:38.679Z | Downloaded sha1 v0.10.6 |
| 1023 | 2024-05-05T01:00:38.679Z | Downloaded http v1.0.0 |
| 1024 | 2024-05-05T01:00:38.679Z | Downloaded scroll v0.12.0 |
| 1025 | 2024-05-05T01:00:38.679Z | Downloaded rustc_version v0.4.0 |
| 1026 | 2024-05-05T01:00:38.679Z | Downloaded der_derive v0.7.2 |
| 1027 | 2024-05-05T01:00:38.679Z | Downloaded rustc_version v0.1.7 |
| 1028 | 2024-05-05T01:00:38.679Z | Downloaded futures-sink v0.3.30 |
| 1029 | 2024-05-05T01:00:38.679Z | Downloaded erased-serde v0.3.31 |
| 1030 | 2024-05-05T01:00:38.679Z | Downloaded zerocopy v0.3.0 |
| 1031 | 2024-05-05T01:00:38.679Z | Downloaded untrusted v0.9.0 |
| 1032 | 2024-05-05T01:00:38.684Z | Downloaded untrusted v0.7.1 |
| 1033 | 2024-05-05T01:00:38.684Z | Downloaded universal-hash v0.5.1 |
| 1034 | 2024-05-05T01:00:38.684Z | Downloaded unicode-xid v0.2.4 |
| 1035 | 2024-05-05T01:00:38.684Z | Downloaded ena v0.14.2 |
| 1036 | 2024-05-05T01:00:38.684Z | Downloaded enum-as-inner v0.5.1 |
| 1037 | 2024-05-05T01:00:38.684Z | Downloaded target-lexicon v0.12.13 |
| 1038 | 2024-05-05T01:00:38.684Z | Downloaded rtoolbox v0.0.1 |
| 1039 | 2024-05-05T01:00:38.684Z | Downloaded num-iter v0.1.44 |
| 1040 | 2024-05-05T01:00:38.684Z | Downloaded const-oid v0.9.6 |
| 1041 | 2024-05-05T01:00:38.684Z | Downloaded log v0.4.21 |
| 1042 | 2024-05-05T01:00:38.684Z | Downloaded compact_str v0.7.1 |
| 1043 | 2024-05-05T01:00:38.684Z | Downloaded cookie v0.18.1 |
| 1044 | 2024-05-05T01:00:38.684Z | Downloaded mockall_derive v0.12.1 |
| 1045 | 2024-05-05T01:00:38.684Z | Downloaded clang-sys v1.6.1 |
| 1046 | 2024-05-05T01:00:38.684Z | Downloaded stability v0.2.0 |
| 1047 | 2024-05-05T01:00:38.685Z | Downloaded sqlparser_derive v0.2.2 |
| 1048 | 2024-05-05T01:00:38.685Z | Downloaded bcs v0.1.6 |
| 1049 | 2024-05-05T01:00:38.685Z | Downloaded waitgroup v0.1.2 |
| 1050 | 2024-05-05T01:00:38.685Z | Downloaded bit-vec v0.6.3 |
| 1051 | 2024-05-05T01:00:38.685Z | Downloaded peg v0.8.2 |
| 1052 | 2024-05-05T01:00:38.685Z | Downloaded olpc-cjson v0.1.3 |
| 1053 | 2024-05-05T01:00:38.685Z | Downloaded oorandom v11.1.3 |
| 1054 | 2024-05-05T01:00:38.685Z | Downloaded libloading v0.7.4 |
| 1055 | 2024-05-05T01:00:38.685Z | Downloaded miniz_oxide v0.7.1 |
| 1056 | 2024-05-05T01:00:38.685Z | Downloaded cassowary v0.3.0 |
| 1057 | 2024-05-05T01:00:38.685Z | Downloaded foreign-types-shared v0.3.1 |
| 1058 | 2024-05-05T01:00:38.685Z | Downloaded sha2 v0.10.8 |
| 1059 | 2024-05-05T01:00:38.685Z | Downloaded foreign-types-shared v0.1.1 |
| 1060 | 2024-05-05T01:00:38.685Z | Downloaded dof v0.3.0 |
| 1061 | 2024-05-05T01:00:38.685Z | Downloaded blake2b_simd v1.0.1 |
| 1062 | 2024-05-05T01:00:38.685Z | Downloaded tap v1.0.1 |
| 1063 | 2024-05-05T01:00:38.685Z | Downloaded snafu-derive v0.8.2 |
| 1064 | 2024-05-05T01:00:38.685Z | Downloaded ref-cast v1.0.22 |
| 1065 | 2024-05-05T01:00:38.685Z | Downloaded crossbeam-epoch v0.9.18 |
| 1066 | 2024-05-05T01:00:38.685Z | Downloaded crossbeam-utils v0.8.19 |
| 1067 | 2024-05-05T01:00:38.685Z | Downloaded secrecy v0.8.0 |
| 1068 | 2024-05-05T01:00:38.685Z | Downloaded num-integer v0.1.46 |
| 1069 | 2024-05-05T01:00:38.685Z | Downloaded sct v0.7.0 |
| 1070 | 2024-05-05T01:00:38.685Z | Downloaded signature v2.1.0 |
| 1071 | 2024-05-05T01:00:38.686Z | Downloaded semver v0.1.20 |
| 1072 | 2024-05-05T01:00:38.686Z | Downloaded yasna v0.5.2 |
| 1073 | 2024-05-05T01:00:38.686Z | Downloaded tokio-tungstenite v0.21.0 |
| 1074 | 2024-05-05T01:00:38.686Z | Downloaded sigpipe v0.1.3 |
| 1075 | 2024-05-05T01:00:38.686Z | Downloaded tar v0.4.40 |
| 1076 | 2024-05-05T01:00:38.686Z | Downloaded smf v0.2.3 |
| 1077 | 2024-05-05T01:00:38.686Z | Downloaded smawk v0.3.1 |
| 1078 | 2024-05-05T01:00:38.686Z | Downloaded signature v1.6.4 |
| 1079 | 2024-05-05T01:00:38.686Z | Downloaded sec1 v0.7.3 |
| 1080 | 2024-05-05T01:00:38.686Z | Downloaded thread_local v1.1.7 |
| 1081 | 2024-05-05T01:00:38.686Z | Downloaded scopeguard v1.2.0 |
| 1082 | 2024-05-05T01:00:38.686Z | Downloaded psl-types v2.0.11 |
| 1083 | 2024-05-05T01:00:38.686Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1084 | 2024-05-05T01:00:38.686Z | Downloaded thread-id v4.2.0 |
| 1085 | 2024-05-05T01:00:38.686Z | Downloaded thiserror-no-std v2.0.2 |
| 1086 | 2024-05-05T01:00:38.686Z | Downloaded zeroize_derive v1.4.2 |
| 1087 | 2024-05-05T01:00:38.686Z | Downloaded wait-timeout v0.2.0 |
| 1088 | 2024-05-05T01:00:38.686Z | Downloaded tui-tree-widget v0.19.0 |
| 1089 | 2024-05-05T01:00:38.686Z | Downloaded termcolor v1.2.0 |
| 1090 | 2024-05-05T01:00:38.686Z | Downloaded static_assertions v1.1.0 |
| 1091 | 2024-05-05T01:00:38.686Z | Downloaded stable_deref_trait v1.2.0 |
| 1092 | 2024-05-05T01:00:38.686Z | Downloaded pkcs1 v0.7.5 |
| 1093 | 2024-05-05T01:00:38.686Z | Downloaded lock_api v0.4.10 |
| 1094 | 2024-05-05T01:00:38.687Z | Downloaded quick-error v1.2.3 |
| 1095 | 2024-05-05T01:00:38.687Z | Downloaded pin-project-lite v0.2.13 |
| 1096 | 2024-05-05T01:00:38.687Z | Downloaded pin-project-internal v1.1.3 |
| 1097 | 2024-05-05T01:00:38.687Z | Downloaded defmt-parser v0.3.3 |
| 1098 | 2024-05-05T01:00:38.687Z | Downloaded walkdir v2.5.0 |
| 1099 | 2024-05-05T01:00:38.687Z | Downloaded num_cpus v1.16.0 |
| 1100 | 2024-05-05T01:00:38.687Z | Downloaded tokio-rustls v0.25.0 |
| 1101 | 2024-05-05T01:00:38.687Z | Downloaded futures-io v0.3.30 |
| 1102 | 2024-05-05T01:00:38.687Z | Downloaded debug-ignore v1.0.5 |
| 1103 | 2024-05-05T01:00:38.687Z | Downloaded base64 v0.13.1 |
| 1104 | 2024-05-05T01:00:38.687Z | Downloaded num_enum_derive v0.5.11 |
| 1105 | 2024-05-05T01:00:38.687Z | Downloaded num_enum v0.5.11 |
| 1106 | 2024-05-05T01:00:38.687Z | Downloaded gethostname v0.4.3 |
| 1107 | 2024-05-05T01:00:38.687Z | Downloaded phf_shared v0.11.2 |
| 1108 | 2024-05-05T01:00:38.687Z | Downloaded base64 v0.22.0 |
| 1109 | 2024-05-05T01:00:38.687Z | Downloaded foreign-types v0.5.0 |
| 1110 | 2024-05-05T01:00:38.687Z | Downloaded rand_core v0.6.4 |
| 1111 | 2024-05-05T01:00:38.687Z | Downloaded plain v0.2.3 |
| 1112 | 2024-05-05T01:00:38.687Z | Downloaded dtrace-parser v0.2.0 |
| 1113 | 2024-05-05T01:00:38.687Z | Downloaded pkg-config v0.3.27 |
| 1114 | 2024-05-05T01:00:38.687Z | Downloaded shell-words v1.1.0 |
| 1115 | 2024-05-05T01:00:38.687Z | Downloaded rand_seeder v0.2.3 |
| 1116 | 2024-05-05T01:00:38.687Z | Downloaded rand_chacha v0.3.1 |
| 1117 | 2024-05-05T01:00:38.687Z | Downloaded ron v0.8.1 |
| 1118 | 2024-05-05T01:00:38.688Z | Downloaded radium v0.7.0 |
| 1119 | 2024-05-05T01:00:38.688Z | Downloaded r2d2 v0.8.10 |
| 1120 | 2024-05-05T01:00:38.688Z | Downloaded serde_path_to_error v0.1.16 |
| 1121 | 2024-05-05T01:00:38.688Z | Downloaded tokio-rustls v0.24.1 |
| 1122 | 2024-05-05T01:00:38.688Z | Downloaded base64 v0.21.7 |
| 1123 | 2024-05-05T01:00:38.688Z | Downloaded num_threads v0.1.6 |
| 1124 | 2024-05-05T01:00:38.688Z | Downloaded omicron-zone-package v0.11.0 |
| 1125 | 2024-05-05T01:00:38.688Z | Downloaded portpicker v0.1.1 |
| 1126 | 2024-05-05T01:00:38.688Z | Downloaded cstr-argument v0.1.2 |
| 1127 | 2024-05-05T01:00:38.688Z | Downloaded predicates v3.1.0 |
| 1128 | 2024-05-05T01:00:38.688Z | Downloaded plotters-svg v0.3.5 |
| 1129 | 2024-05-05T01:00:38.688Z | Downloaded structmeta v0.3.0 |
| 1130 | 2024-05-05T01:00:38.688Z | Downloaded slog-bunyan v2.5.0 |
| 1131 | 2024-05-05T01:00:38.688Z | Downloaded slog-async v2.8.0 |
| 1132 | 2024-05-05T01:00:38.692Z | Downloaded tokio-macros v2.2.0 |
| 1133 | 2024-05-05T01:00:38.692Z | Downloaded serde_yaml v0.9.25 |
| 1134 | 2024-05-05T01:00:38.692Z | Downloaded tokio-native-tls v0.3.1 |
| 1135 | 2024-05-05T01:00:38.692Z | Downloaded xattr v1.0.1 |
| 1136 | 2024-05-05T01:00:38.692Z | Downloaded target-spec v3.1.0 |
| 1137 | 2024-05-05T01:00:38.692Z | Downloaded defmt v0.3.5 |
| 1138 | 2024-05-05T01:00:38.692Z | Downloaded unsafe-libyaml v0.2.10 |
| 1139 | 2024-05-05T01:00:38.692Z | Downloaded toolchain_find v0.4.0 |
| 1140 | 2024-05-05T01:00:38.692Z | Downloaded uzers v0.11.3 |
| 1141 | 2024-05-05T01:00:38.693Z | Downloaded usdt-impl v0.3.5 |
| 1142 | 2024-05-05T01:00:38.693Z | Downloaded defmt-macros v0.3.6 |
| 1143 | 2024-05-05T01:00:38.693Z | Downloaded filetime v0.2.23 |
| 1144 | 2024-05-05T01:00:38.693Z | Downloaded usdt-attr-macro v0.5.0 |
| 1145 | 2024-05-05T01:00:38.693Z | Downloaded deranged v0.3.11 |
| 1146 | 2024-05-05T01:00:38.693Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1147 | 2024-05-05T01:00:38.693Z | Downloaded usdt-attr-macro v0.3.5 |
| 1148 | 2024-05-05T01:00:38.693Z | Downloaded datatest-stable v0.2.9 |
| 1149 | 2024-05-05T01:00:38.693Z | Downloaded zeroize v1.7.0 |
| 1150 | 2024-05-05T01:00:38.693Z | Downloaded want v0.3.1 |
| 1151 | 2024-05-05T01:00:38.693Z | Downloaded backtrace v0.3.69 |
| 1152 | 2024-05-05T01:00:38.693Z | Downloaded dyn-clone v1.0.17 |
| 1153 | 2024-05-05T01:00:38.693Z | Downloaded digest v0.10.7 |
| 1154 | 2024-05-05T01:00:38.693Z | Downloaded group v0.13.0 |
| 1155 | 2024-05-05T01:00:38.693Z | Downloaded proc-macro-error v1.0.4 |
| 1156 | 2024-05-05T01:00:38.693Z | Downloaded minimal-lexical v0.2.1 |
| 1157 | 2024-05-05T01:00:38.693Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1158 | 2024-05-05T01:00:38.693Z | Downloaded heck v0.3.3 |
| 1159 | 2024-05-05T01:00:38.693Z | Downloaded trybuild v1.0.91 |
| 1160 | 2024-05-05T01:00:38.693Z | Downloaded darling v0.20.8 |
| 1161 | 2024-05-05T01:00:38.693Z | Downloaded phf_shared v0.10.0 |
| 1162 | 2024-05-05T01:00:38.693Z | Downloaded mio v0.8.11 |
| 1163 | 2024-05-05T01:00:38.693Z | Downloaded packed_struct_codegen v0.10.1 |
| 1164 | 2024-05-05T01:00:38.694Z | Downloaded ucd-trie v0.1.6 |
| 1165 | 2024-05-05T01:00:38.694Z | Downloaded serde-big-array v0.5.1 |
| 1166 | 2024-05-05T01:00:38.694Z | Downloaded tinytemplate v1.2.1 |
| 1167 | 2024-05-05T01:00:38.694Z | Downloaded serde-big-array v0.4.1 |
| 1168 | 2024-05-05T01:00:38.694Z | Downloaded rustls-pemfile v1.0.3 |
| 1169 | 2024-05-05T01:00:38.694Z | Downloaded tempfile v3.10.1 |
| 1170 | 2024-05-05T01:00:38.694Z | Downloaded slog-scope v4.4.0 |
| 1171 | 2024-05-05T01:00:38.694Z | Downloaded slog-envlogger v2.2.0 |
| 1172 | 2024-05-05T01:00:38.694Z | Downloaded slab v0.4.9 |
| 1173 | 2024-05-05T01:00:38.694Z | Downloaded serde_plain v1.0.2 |
| 1174 | 2024-05-05T01:00:38.694Z | Downloaded similar-asserts v1.5.0 |
| 1175 | 2024-05-05T01:00:38.694Z | Downloaded num-bigint v0.4.4 |
| 1176 | 2024-05-05T01:00:38.699Z | Downloaded tiny-keccak v2.0.2 |
| 1177 | 2024-05-05T01:00:38.699Z | Downloaded slog-dtrace v0.3.0 |
| 1178 | 2024-05-05T01:00:38.699Z | Downloaded pkcs8 v0.10.2 |
| 1179 | 2024-05-05T01:00:38.704Z | Downloaded rpassword v7.3.1 |
| 1180 | 2024-05-05T01:00:38.704Z | Downloaded parse-size v1.0.0 |
| 1181 | 2024-05-05T01:00:38.704Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1182 | 2024-05-05T01:00:38.704Z | Downloaded topological-sort v0.2.2 |
| 1183 | 2024-05-05T01:00:38.709Z | Downloaded which v4.4.0 |
| 1184 | 2024-05-05T01:00:38.709Z | Downloaded crossbeam-channel v0.5.8 |
| 1185 | 2024-05-05T01:00:38.713Z | Downloaded openssl-macros v0.1.1 |
| 1186 | 2024-05-05T01:00:38.714Z | Downloaded futures-channel v0.3.30 |
| 1187 | 2024-05-05T01:00:38.718Z | Downloaded parking_lot v0.12.1 |
| 1188 | 2024-05-05T01:00:38.718Z | Downloaded parking_lot v0.11.2 |
| 1189 | 2024-05-05T01:00:38.723Z | Downloaded fnv v1.0.7 |
| 1190 | 2024-05-05T01:00:38.723Z | Downloaded hash32 v0.3.1 |
| 1191 | 2024-05-05T01:00:38.723Z | Downloaded socket2 v0.5.6 |
| 1192 | 2024-05-05T01:00:38.727Z | Downloaded tungstenite v0.21.0 |
| 1193 | 2024-05-05T01:00:38.733Z | Downloaded parking_lot_core v0.8.6 |
| 1194 | 2024-05-05T01:00:38.733Z | Downloaded poly1305 v0.8.0 |
| 1195 | 2024-05-05T01:00:38.739Z | Downloaded parking_lot_core v0.9.8 |
| 1196 | 2024-05-05T01:00:38.739Z | Downloaded toml v0.5.11 |
| 1197 | 2024-05-05T01:00:38.742Z | Downloaded signal-hook-tokio v0.3.1 |
| 1198 | 2024-05-05T01:00:38.742Z | Downloaded float-cmp v0.9.0 |
| 1199 | 2024-05-05T01:00:38.743Z | Downloaded darling_macro v0.20.8 |
| 1200 | 2024-05-05T01:00:38.743Z | Downloaded time-core v0.1.2 |
| 1201 | 2024-05-05T01:00:38.743Z | Downloaded signal-hook-mio v0.2.3 |
| 1202 | 2024-05-05T01:00:38.746Z | Downloaded subprocess v0.2.9 |
| 1203 | 2024-05-05T01:00:38.747Z | Downloaded phf v0.11.2 |
| 1204 | 2024-05-05T01:00:38.751Z | Downloaded pest_generator v2.7.6 |
| 1205 | 2024-05-05T01:00:38.751Z | Downloaded tinyvec v1.6.0 |
| 1206 | 2024-05-05T01:00:38.758Z | Downloaded rustls-pemfile v2.1.2 |
| 1207 | 2024-05-05T01:00:38.758Z | Downloaded slog-stdlog v4.1.1 |
| 1208 | 2024-05-05T01:00:38.758Z | Downloaded siphasher v0.3.11 |
| 1209 | 2024-05-05T01:00:38.758Z | Downloaded num-traits v0.2.18 |
| 1210 | 2024-05-05T01:00:38.763Z | Downloaded dtrace-parser v0.1.14 |
| 1211 | 2024-05-05T01:00:38.763Z | Downloaded spin v0.5.2 |
| 1212 | 2024-05-05T01:00:38.768Z | Downloaded string_cache v0.8.7 |
| 1213 | 2024-05-05T01:00:38.768Z | Downloaded spki v0.7.2 |
| 1214 | 2024-05-05T01:00:38.769Z | Downloaded smallvec v0.6.14 |
| 1215 | 2024-05-05T01:00:38.775Z | Downloaded data-encoding v2.4.0 |
| 1216 | 2024-05-05T01:00:38.775Z | Downloaded predicates-core v1.0.6 |
| 1217 | 2024-05-05T01:00:38.775Z | Downloaded wyz v0.5.1 |
| 1218 | 2024-05-05T01:00:38.775Z | Downloaded whoami v1.5.1 |
| 1219 | 2024-05-05T01:00:38.787Z | Downloaded futures-macro v0.3.30 |
| 1220 | 2024-05-05T01:00:38.787Z | Downloaded version_check v0.9.4 |
| 1221 | 2024-05-05T01:00:38.787Z | Downloaded flume v0.11.0 |
| 1222 | 2024-05-05T01:00:38.787Z | Downloaded predicates-tree v1.0.9 |
| 1223 | 2024-05-05T01:00:38.787Z | Downloaded fatfs v0.3.6 |
| 1224 | 2024-05-05T01:00:38.799Z | Downloaded sqlformat v0.2.3 |
| 1225 | 2024-05-05T01:00:38.799Z | Downloaded der v0.7.8 |
| 1226 | 2024-05-05T01:00:38.799Z | Downloaded parse-display v0.9.0 |
| 1227 | 2024-05-05T01:00:38.799Z | Downloaded flagset v0.4.3 |
| 1228 | 2024-05-05T01:00:38.799Z | Downloaded getrandom v0.2.12 |
| 1229 | 2024-05-05T01:00:38.813Z | Downloaded tungstenite v0.20.1 |
| 1230 | 2024-05-05T01:00:38.813Z | Downloaded pest_meta v2.7.6 |
| 1231 | 2024-05-05T01:00:38.813Z | Downloaded libm v0.2.7 |
| 1232 | 2024-05-05T01:00:38.834Z | Downloaded number_prefix v0.4.0 |
| 1233 | 2024-05-05T01:00:38.834Z | Downloaded zone_cfg_derive v0.1.2 |
| 1234 | 2024-05-05T01:00:38.834Z | Downloaded time-macros v0.2.17 |
| 1235 | 2024-05-05T01:00:38.834Z | Downloaded oso-derive v0.27.3 |
| 1236 | 2024-05-05T01:00:38.834Z | Downloaded plotters-backend v0.3.5 |
| 1237 | 2024-05-05T01:00:38.834Z | Downloaded platforms v3.0.2 |
| 1238 | 2024-05-05T01:00:38.834Z | Downloaded usdt v0.3.5 |
| 1239 | 2024-05-05T01:00:38.834Z | Downloaded rstest v0.19.0 |
| 1240 | 2024-05-05T01:00:38.844Z | Downloaded futures-task v0.3.30 |
| 1241 | 2024-05-05T01:00:38.844Z | Downloaded derive_builder v0.20.0 |
| 1242 | 2024-05-05T01:00:38.844Z | Downloaded fragile v2.0.0 |
| 1243 | 2024-05-05T01:00:38.844Z | Downloaded either v1.11.0 |
| 1244 | 2024-05-05T01:00:38.844Z | Downloaded openssl-probe v0.1.5 |
| 1245 | 2024-05-05T01:00:38.844Z | Downloaded rust-argon2 v2.1.0 |
| 1246 | 2024-05-05T01:00:38.844Z | Downloaded serde_derive_internals v0.29.0 |
| 1247 | 2024-05-05T01:00:38.853Z | Downloaded hyper v1.1.0 |
| 1248 | 2024-05-05T01:00:38.853Z | Downloaded shlex v1.3.0 |
| 1249 | 2024-05-05T01:00:38.862Z | Downloaded same-file v1.0.6 |
| 1250 | 2024-05-05T01:00:38.862Z | Downloaded vte v0.11.1 |
| 1251 | 2024-05-05T01:00:38.862Z | Downloaded textwrap v0.16.1 |
| 1252 | 2024-05-05T01:00:38.862Z | Downloaded owo-colors v4.0.0 |
| 1253 | 2024-05-05T01:00:38.871Z | Downloaded supports-color v3.0.0 |
| 1254 | 2024-05-05T01:00:38.871Z | Downloaded subtle v2.5.0 |
| 1255 | 2024-05-05T01:00:38.871Z | Downloaded packed_struct v0.10.1 |
| 1256 | 2024-05-05T01:00:38.871Z | Downloaded diesel_derives v2.1.2 |
| 1257 | 2024-05-05T01:00:38.871Z | Downloaded rand v0.8.5 |
| 1258 | 2024-05-05T01:00:38.879Z | Downloaded yansi v0.5.1 |
| 1259 | 2024-05-05T01:00:38.879Z | Downloaded utf-8 v0.7.6 |
| 1260 | 2024-05-05T01:00:38.879Z | Downloaded toml_edit v0.19.15 |
| 1261 | 2024-05-05T01:00:38.892Z | Downloaded strum v0.26.2 |
| 1262 | 2024-05-05T01:00:38.897Z | Downloaded derive_builder_macro v0.20.0 |
| 1263 | 2024-05-05T01:00:38.897Z | Downloaded sync_wrapper v0.1.2 |
| 1264 | 2024-05-05T01:00:38.897Z | Downloaded peg-runtime v0.8.2 |
| 1265 | 2024-05-05T01:00:38.897Z | Downloaded tower-layer v0.3.2 |
| 1266 | 2024-05-05T01:00:38.897Z | Downloaded zone v0.1.8 |
| 1267 | 2024-05-05T01:00:38.897Z | Downloaded slog-term v2.9.1 |
| 1268 | 2024-05-05T01:00:38.901Z | Downloaded postcard v1.0.8 |
| 1269 | 2024-05-05T01:00:38.901Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1270 | 2024-05-05T01:00:38.908Z | Downloaded termios v0.3.3 |
| 1271 | 2024-05-05T01:00:38.908Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1272 | 2024-05-05T01:00:38.908Z | Downloaded hashbrown v0.13.2 |
| 1273 | 2024-05-05T01:00:38.915Z | Downloaded rusty-fork v0.3.0 |
| 1274 | 2024-05-05T01:00:38.915Z | Downloaded escape8259 v0.5.2 |
| 1275 | 2024-05-05T01:00:38.915Z | Downloaded funty v2.0.0 |
| 1276 | 2024-05-05T01:00:38.920Z | Downloaded derive-where v1.2.7 |
| 1277 | 2024-05-05T01:00:38.920Z | Downloaded steno v0.4.0 |
| 1278 | 2024-05-05T01:00:38.920Z | Downloaded ff v0.13.0 |
| 1279 | 2024-05-05T01:00:38.924Z | Downloaded usdt-macro v0.5.0 |
| 1280 | 2024-05-05T01:00:38.925Z | Downloaded fallible-iterator v0.2.0 |
| 1281 | 2024-05-05T01:00:38.925Z | Downloaded unarray v0.1.4 |
| 1282 | 2024-05-05T01:00:38.930Z | Downloaded futures v0.3.30 |
| 1283 | 2024-05-05T01:00:38.935Z | Downloaded precomputed-hash v0.1.1 |
| 1284 | 2024-05-05T01:00:38.935Z | Downloaded usdt-impl v0.5.0 |
| 1285 | 2024-05-05T01:00:38.935Z | Downloaded postgres-protocol v0.6.6 |
| 1286 | 2024-05-05T01:00:38.935Z | Downloaded peg-macros v0.8.2 |
| 1287 | 2024-05-05T01:00:38.940Z | Downloaded proc-macro-crate v1.3.1 |
| 1288 | 2024-05-05T01:00:38.940Z | Downloaded fd-lock v4.0.2 |
| 1289 | 2024-05-05T01:00:38.940Z | Downloaded path-slash v0.1.5 |
| 1290 | 2024-05-05T01:00:38.940Z | Downloaded itertools v0.12.1 |
| 1291 | 2024-05-05T01:00:38.949Z | Downloaded fxhash v0.2.1 |
| 1292 | 2024-05-05T01:00:38.953Z | Downloaded hash32 v0.2.1 |
| 1293 | 2024-05-05T01:00:38.953Z | Downloaded foreign-types v0.3.2 |
| 1294 | 2024-05-05T01:00:38.953Z | Downloaded ref-cast-impl v1.0.22 |
| 1295 | 2024-05-05T01:00:38.953Z | Downloaded zerocopy-derive v0.7.32 |
| 1296 | 2024-05-05T01:00:38.957Z | Downloaded similar v2.4.0 |
| 1297 | 2024-05-05T01:00:38.961Z | Downloaded foreign-types-macros v0.2.3 |
| 1298 | 2024-05-05T01:00:38.961Z | Downloaded glob v0.3.1 |
| 1299 | 2024-05-05T01:00:38.968Z | Downloaded tower-service v0.3.2 |
| 1300 | 2024-05-05T01:00:38.968Z | Downloaded num-bigint-dig v0.8.4 |
| 1301 | 2024-05-05T01:00:38.974Z | Downloaded uuid v1.8.0 |
| 1302 | 2024-05-05T01:00:38.974Z | Downloaded strum_macros v0.24.3 |
| 1303 | 2024-05-05T01:00:38.974Z | Downloaded unicase v2.7.0 |
| 1304 | 2024-05-05T01:00:39.000Z | Downloaded rsa v0.9.2 |
| 1305 | 2024-05-05T01:00:39.000Z | Downloaded termtree v0.4.1 |
| 1306 | 2024-05-05T01:00:39.000Z | Downloaded synstructure v0.12.6 |
| 1307 | 2024-05-05T01:00:39.000Z | Downloaded pem v3.0.4 |
| 1308 | 2024-05-05T01:00:39.000Z | Downloaded ppv-lite86 v0.2.17 |
| 1309 | 2024-05-05T01:00:39.000Z | Downloaded postgres-types v0.2.6 |
| 1310 | 2024-05-05T01:00:39.000Z | Downloaded rstest_macros v0.19.0 |
| 1311 | 2024-05-05T01:00:39.000Z | Downloaded signal-hook-registry v1.4.1 |
| 1312 | 2024-05-05T01:00:39.000Z | Downloaded structmeta-derive v0.2.0 |
| 1313 | 2024-05-05T01:00:39.000Z | Downloaded tracing-core v0.1.32 |
| 1314 | 2024-05-05T01:00:39.000Z | Downloaded tokio-postgres v0.7.10 |
| 1315 | 2024-05-05T01:00:39.031Z | Downloaded futures-timer v3.0.2 |
| 1316 | 2024-05-05T01:00:39.031Z | Downloaded serde_repr v0.1.16 |
| 1317 | 2024-05-05T01:00:39.031Z | Downloaded rustversion v1.0.14 |
| 1318 | 2024-05-05T01:00:39.031Z | Downloaded rand_xorshift v0.3.0 |
| 1319 | 2024-05-05T01:00:39.031Z | Downloaded powerfmt v0.2.0 |
| 1320 | 2024-05-05T01:00:39.031Z | Downloaded crypto-common v0.1.6 |
| 1321 | 2024-05-05T01:00:39.031Z | Downloaded downcast v0.11.0 |
| 1322 | 2024-05-05T01:00:39.031Z | Downloaded serde_tokenstream v0.1.7 |
| 1323 | 2024-05-05T01:00:39.031Z | Downloaded schemars_derive v0.8.17 |
| 1324 | 2024-05-05T01:00:39.031Z | Downloaded guppy v0.17.5 |
| 1325 | 2024-05-05T01:00:39.042Z | Downloaded rustc-hash v1.1.0 |
| 1326 | 2024-05-05T01:00:39.043Z | Downloaded dof v0.1.5 |
| 1327 | 2024-05-05T01:00:39.043Z | Downloaded usdt-macro v0.3.5 |
| 1328 | 2024-05-05T01:00:39.043Z | Downloaded derive_builder_core v0.20.0 |
| 1329 | 2024-05-05T01:00:39.043Z | Downloaded flate2 v1.0.28 |
| 1330 | 2024-05-05T01:00:39.043Z | Downloaded globset v0.4.13 |
| 1331 | 2024-05-05T01:00:39.043Z | Downloaded getopts v0.2.21 |
| 1332 | 2024-05-05T01:00:39.043Z | Downloaded form_urlencoded v1.2.1 |
| 1333 | 2024-05-05T01:00:39.043Z | Downloaded rustls-native-certs v0.7.0 |
| 1334 | 2024-05-05T01:00:39.043Z | Downloaded partial-io v0.5.4 |
| 1335 | 2024-05-05T01:00:39.043Z | Downloaded dirs-sys-next v0.1.2 |
| 1336 | 2024-05-05T01:00:39.043Z | Downloaded serde_with_macros v3.7.0 |
| 1337 | 2024-05-05T01:00:39.043Z | Downloaded difflib v0.4.0 |
| 1338 | 2024-05-05T01:00:39.043Z | Downloaded usdt v0.5.0 |
| 1339 | 2024-05-05T01:00:39.043Z | Downloaded oso v0.27.3 |
| 1340 | 2024-05-05T01:00:39.056Z | Downloaded heapless v0.7.16 |
| 1341 | 2024-05-05T01:00:39.056Z | Downloaded csv-core v0.1.11 |
| 1342 | 2024-05-05T01:00:39.083Z | Downloaded darling_core v0.20.8 |
| 1343 | 2024-05-05T01:00:39.083Z | Downloaded fancy-regex v0.13.0 |
| 1344 | 2024-05-05T01:00:39.083Z | Downloaded structmeta-derive v0.3.0 |
| 1345 | 2024-05-05T01:00:39.083Z | Downloaded zip v0.6.6 |
| 1346 | 2024-05-05T01:00:39.083Z | Downloaded reqwest v0.11.27 |
| 1347 | 2024-05-05T01:00:39.109Z | Downloaded derive_more v0.99.17 |
| 1348 | 2024-05-05T01:00:39.109Z | Downloaded schemars v0.8.17 |
| 1349 | 2024-05-05T01:00:39.109Z | Downloaded password-hash v0.5.0 |
| 1350 | 2024-05-05T01:00:39.109Z | Downloaded signal-hook v0.3.17 |
| 1351 | 2024-05-05T01:00:39.109Z | Downloaded prettyplease v0.2.19 |
| 1352 | 2024-05-05T01:00:39.109Z | Downloaded rustls-webpki v0.101.7 |
| 1353 | 2024-05-05T01:00:39.143Z | Downloaded term v0.7.0 |
| 1354 | 2024-05-05T01:00:39.143Z | Downloaded dirs-next v2.0.0 |
| 1355 | 2024-05-05T01:00:39.143Z | Downloaded test-strategy v0.3.1 |
| 1356 | 2024-05-05T01:00:39.559Z | Downloaded unicode-bidi v0.3.15 |
| 1357 | 2024-05-05T01:00:39.559Z | Downloaded x509-cert v0.2.4 |
| 1358 | 2024-05-05T01:00:39.559Z | Downloaded expectorate v1.1.0 |
| 1359 | 2024-05-05T01:00:39.559Z | Downloaded url v2.5.0 |
| 1360 | 2024-05-05T01:00:39.559Z | Downloaded rayon-core v1.12.1 |
| 1361 | 2024-05-05T01:00:39.559Z | Downloaded hashbrown v0.12.3 |
| 1362 | 2024-05-05T01:00:39.559Z | Downloaded zerocopy v0.7.32 |
| 1363 | 2024-05-05T01:00:39.560Z | Downloaded trust-dns-server v0.22.1 |
| 1364 | 2024-05-05T01:00:39.560Z | Downloaded trust-dns-resolver v0.22.0 |
| 1365 | 2024-05-05T01:00:39.560Z | Downloaded tough v0.17.1 |
| 1366 | 2024-05-05T01:00:39.560Z | Downloaded openssl-sys v0.9.102 |
| 1367 | 2024-05-05T01:00:39.560Z | Downloaded salty v0.2.0 |
| 1368 | 2024-05-05T01:00:39.560Z | Downloaded rustls-webpki v0.102.1 |
| 1369 | 2024-05-05T01:00:39.560Z | Downloaded rcgen v0.12.1 |
| 1370 | 2024-05-05T01:00:39.560Z | Downloaded rustyline v14.0.0 |
| 1371 | 2024-05-05T01:00:39.560Z | Downloaded h2 v0.3.26 |
| 1372 | 2024-05-05T01:00:39.560Z | Downloaded tower v0.4.13 |
| 1373 | 2024-05-05T01:00:39.561Z | Downloaded heapless v0.8.0 |
| 1374 | 2024-05-05T01:00:39.561Z | Downloaded idna v0.2.3 |
| 1375 | 2024-05-05T01:00:39.561Z | Downloaded pest v2.7.6 |
| 1376 | 2024-05-05T01:00:39.561Z | Downloaded idna v0.3.0 |
| 1377 | 2024-05-05T01:00:39.561Z | Downloaded trust-dns-client v0.22.0 |
| 1378 | 2024-05-05T01:00:39.561Z | Downloaded vcpkg v0.2.15 |
| 1379 | 2024-05-05T01:00:39.561Z | Downloaded serde_with v3.7.0 |
| 1380 | 2024-05-05T01:00:39.561Z | Downloaded sqlparser v0.45.0 |
| 1381 | 2024-05-05T01:00:39.561Z | Downloaded futures-util v0.3.30 |
| 1382 | 2024-05-05T01:00:39.561Z | Downloaded goblin v0.8.0 |
| 1383 | 2024-05-05T01:00:39.561Z | Downloaded unicode-normalization v0.1.22 |
| 1384 | 2024-05-05T01:00:39.561Z | Downloaded petgraph v0.6.4 |
| 1385 | 2024-05-05T01:00:39.561Z | Downloaded regex v1.10.4 |
| 1386 | 2024-05-05T01:00:39.561Z | Downloaded plotters v0.3.5 |
| 1387 | 2024-05-05T01:00:39.562Z | Downloaded diesel v2.1.6 |
| 1388 | 2024-05-05T01:00:39.562Z | Downloaded smoltcp v0.11.0 |
| 1389 | 2024-05-05T01:00:39.562Z | Downloaded regex-syntax v0.8.2 |
| 1390 | 2024-05-05T01:00:39.562Z | Downloaded smoltcp v0.9.1 |
| 1391 | 2024-05-05T01:00:39.562Z | Downloaded webpki-roots v0.25.2 |
| 1392 | 2024-05-05T01:00:39.562Z | Downloaded radix_trie v0.2.1 |
| 1393 | 2024-05-05T01:00:39.562Z | Downloaded object v0.32.1 |
| 1394 | 2024-05-05T01:00:39.562Z | Downloaded rayon v1.10.0 |
| 1395 | 2024-05-05T01:00:39.562Z | Downloaded tabled v0.15.0 |
| 1396 | 2024-05-05T01:00:39.562Z | Downloaded regex-automata v0.4.5 |
| 1397 | 2024-05-05T01:00:39.562Z | Downloaded csv v1.3.0 |
| 1398 | 2024-05-05T01:00:39.562Z | Downloaded sha3 v0.10.8 |
| 1399 | 2024-05-05T01:00:39.563Z | Downloaded bstr v0.2.17 |
| 1400 | 2024-05-05T01:00:39.563Z | Downloaded polar-core v0.27.3 |
| 1401 | 2024-05-05T01:00:39.563Z | Downloaded proptest v1.4.0 |
| 1402 | 2024-05-05T01:00:39.563Z | Downloaded object v0.30.4 |
| 1403 | 2024-05-05T01:00:39.563Z | Downloaded bstr v1.9.0 |
| 1404 | 2024-05-05T01:00:39.563Z | Downloaded gimli v0.28.0 |
| 1405 | 2024-05-05T01:00:39.563Z | Downloaded curve25519-dalek v4.1.2 |
| 1406 | 2024-05-05T01:00:39.569Z | Downloaded openssl v0.10.64 |
| 1407 | 2024-05-05T01:00:39.576Z | Downloaded trust-dns-proto v0.22.0 |
| 1408 | 2024-05-05T01:00:39.988Z | Downloaded nix v0.28.0 |
| 1409 | 2024-05-05T01:00:39.988Z | Downloaded bitvec v1.0.1 |
| 1410 | 2024-05-05T01:00:39.988Z | Downloaded rustls v0.21.9 |
| 1411 | 2024-05-05T01:00:39.989Z | Downloaded regress v0.9.1 |
| 1412 | 2024-05-05T01:00:39.989Z | Downloaded regex-syntax v0.6.29 |
| 1413 | 2024-05-05T01:00:39.989Z | Downloaded time v0.3.34 |
| 1414 | 2024-05-05T01:00:39.989Z | Downloaded rustls v0.22.4 |
| 1415 | 2024-05-05T01:00:39.989Z | Downloaded sled v0.34.7 |
| 1416 | 2024-05-05T01:00:39.989Z | Downloaded bindgen v0.69.2 |
| 1417 | 2024-05-05T01:00:39.989Z | Downloaded openapiv3 v2.0.0 |
| 1418 | 2024-05-05T01:00:39.989Z | Downloaded syn v1.0.109 |
| 1419 | 2024-05-05T01:00:39.989Z | Downloaded tracing v0.1.40 |
| 1420 | 2024-05-05T01:00:39.989Z | Downloaded quick-xml v0.31.0 |
| 1421 | 2024-05-05T01:00:39.989Z | Downloaded unicode-segmentation v1.10.1 |
| 1422 | 2024-05-05T01:00:39.989Z | Downloaded portable-atomic v1.4.3 |
| 1423 | 2024-05-05T01:00:39.989Z | Downloaded lalrpop v0.19.12 |
| 1424 | 2024-05-05T01:00:39.989Z | Downloaded ratatui v0.26.2 |
| 1425 | 2024-05-05T01:00:39.989Z | Downloaded zerocopy-derive v0.6.6 |
| 1426 | 2024-05-05T01:00:39.989Z | Downloaded zerocopy-derive v0.2.0 |
| 1427 | 2024-05-05T01:00:39.989Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1428 | 2024-05-05T01:00:39.989Z | Downloaded idna v0.5.0 |
| 1429 | 2024-05-05T01:00:39.989Z | Downloaded blake3 v1.5.0 |
| 1430 | 2024-05-05T01:00:39.989Z | Downloaded pretty_assertions v1.4.0 |
| 1431 | 2024-05-05T01:00:39.989Z | Downloaded hyper v0.14.28 |
| 1432 | 2024-05-05T01:00:39.989Z | Downloaded serde_urlencoded v0.7.1 |
| 1433 | 2024-05-05T01:00:39.989Z | Downloaded fixedbitset v0.4.2 |
| 1434 | 2024-05-05T01:00:39.990Z | Downloaded reedline v0.31.0 |
| 1435 | 2024-05-05T01:00:39.990Z | Downloaded tokio v1.37.0 |
| 1436 | 2024-05-05T01:00:39.990Z | Downloaded chrono v0.4.38 |
| 1437 | 2024-05-05T01:00:39.990Z | Downloaded regex-automata v0.1.10 |
| 1438 | 2024-05-05T01:00:39.990Z | Downloaded winnow v0.5.15 |
| 1439 | 2024-05-05T01:00:39.990Z | Downloaded strum_macros v0.25.2 |
| 1440 | 2024-05-05T01:00:39.990Z | Downloaded headers v0.3.9 |
| 1441 | 2024-05-05T01:00:39.990Z | Downloaded strum_macros v0.26.1 |
| 1442 | 2024-05-05T01:00:39.990Z | Downloaded unicode-linebreak v0.1.5 |
| 1443 | 2024-05-05T01:00:39.990Z | Downloaded crossterm v0.27.0 |
| 1444 | 2024-05-05T01:00:39.990Z | Downloaded vsss-rs v3.3.4 |
| 1445 | 2024-05-05T01:00:39.990Z | Downloaded tokio-util v0.7.10 |
| 1446 | 2024-05-05T01:00:39.990Z | Downloaded spin v0.9.8 |
| 1447 | 2024-05-05T01:00:39.990Z | Downloaded publicsuffix v2.2.3 |
| 1448 | 2024-05-05T01:00:39.990Z | Downloaded nom v7.1.3 |
| 1449 | 2024-05-05T01:00:39.990Z | Downloaded threadpool v1.8.1 |
| 1450 | 2024-05-05T01:00:39.990Z | Downloaded stringprep v0.1.3 |
| 1451 | 2024-05-05T01:00:39.990Z | Downloaded rustc-demangle v0.1.23 |
| 1452 | 2024-05-05T01:00:39.990Z | Downloaded tracing-attributes v0.1.27 |
| 1453 | 2024-05-05T01:00:39.990Z | Downloaded libxml v0.3.3 |
| 1454 | 2024-05-05T01:00:39.990Z | Downloaded itertools v0.10.5 |
| 1455 | 2024-05-05T01:00:39.990Z | Downloaded pest_derive v2.7.6 |
| 1456 | 2024-05-05T01:00:39.990Z | Downloaded relative-path v1.9.0 |
| 1457 | 2024-05-05T01:00:39.991Z | Downloaded papergrid v0.11.0 |
| 1458 | 2024-05-05T01:00:39.991Z | Downloaded typed-path v0.7.0 |
| 1459 | 2024-05-05T01:00:39.991Z | Downloaded unicode_categories v0.1.1 |
| 1460 | 2024-05-05T01:00:39.991Z | Downloaded criterion v0.5.1 |
| 1461 | 2024-05-05T01:00:39.991Z | Downloaded parse-display-derive v0.9.0 |
| 1462 | 2024-05-05T01:00:39.991Z | Downloaded ron v0.7.1 |
| 1463 | 2024-05-05T01:00:39.991Z | Downloaded num-rational v0.4.1 |
| 1464 | 2024-05-05T01:00:39.991Z | Downloaded pin-project v1.1.3 |
| 1465 | 2024-05-05T01:00:39.991Z | Downloaded half v2.3.1 |
| 1466 | 2024-05-05T01:00:39.991Z | Downloaded serde-hex v0.1.0 |
| 1467 | 2024-05-05T01:00:39.991Z | Downloaded resolv-conf v0.7.0 |
| 1468 | 2024-05-05T01:00:39.991Z | Downloaded unicode-width v0.1.11 |
| 1469 | 2024-05-05T01:00:39.991Z | Downloaded elliptic-curve v0.13.8 |
| 1470 | 2024-05-05T01:00:39.991Z | Downloaded tabled_derive v0.7.0 |
| 1471 | 2024-05-05T01:00:39.991Z | Downloaded toml v0.7.8 |
| 1472 | 2024-05-05T01:00:39.991Z | Downloaded encoding_rs v0.8.33 |
| 1473 | 2024-05-05T01:00:39.991Z | Downloaded futures-executor v0.3.30 |
| 1474 | 2024-05-05T01:00:39.991Z | Downloaded futures-core v0.3.30 |
| 1475 | 2024-05-05T01:00:39.991Z | Downloaded snafu v0.8.2 |
| 1476 | 2024-05-05T01:00:39.991Z | Downloaded percent-encoding v2.3.1 |
| 1477 | 2024-05-05T01:00:39.991Z | Downloaded paste v1.0.14 |
| 1478 | 2024-05-05T01:00:39.995Z | Downloaded socket2 v0.4.9 |
| 1479 | 2024-05-05T01:00:39.995Z | Downloaded hkdf v0.12.4 |
| 1480 | 2024-05-05T01:00:39.995Z | Downloaded pem-rfc7468 v0.7.0 |
| 1481 | 2024-05-05T01:00:39.995Z | Downloaded generic-array v0.14.7 |
| 1482 | 2024-05-05T01:00:40.016Z | Downloaded slog-json v2.6.1 |
| 1483 | 2024-05-05T01:00:40.017Z | Downloaded samael v0.0.15 |
| 1484 | 2024-05-05T01:00:40.039Z | Downloaded fastrand v2.0.1 |
| 1485 | 2024-05-05T01:00:40.039Z | Downloaded ed25519 v1.5.3 |
| 1486 | 2024-05-05T01:00:40.039Z | Downloaded rustls-pki-types v1.3.0 |
| 1487 | 2024-05-05T01:00:40.039Z | Downloaded diff v0.1.13 |
| 1488 | 2024-05-05T01:00:40.039Z | Downloaded zerocopy v0.6.6 |
| 1489 | 2024-05-05T01:00:40.039Z | Downloaded indicatif v0.17.8 |
| 1490 | 2024-05-05T01:00:40.039Z | Downloaded once_cell v1.19.0 |
| 1491 | 2024-05-05T01:00:40.039Z | Downloaded blake2 v0.10.6 |
| 1492 | 2024-05-05T01:00:40.039Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1493 | 2024-05-05T01:00:40.039Z | Downloaded typenum v1.16.0 |
| 1494 | 2024-05-05T01:00:40.040Z | Downloaded slog v2.7.0 |
| 1495 | 2024-05-05T01:00:40.054Z | Downloaded env_logger v0.10.0 |
| 1496 | 2024-05-05T01:00:40.054Z | Downloaded env_logger v0.9.3 |
| 1497 | 2024-05-05T01:00:40.054Z | Downloaded tokio-tungstenite v0.20.1 |
| 1498 | 2024-05-05T01:00:40.054Z | Downloaded tokio-stream v0.1.15 |
| 1499 | 2024-05-05T01:00:40.054Z | Downloaded crc-catalog v2.2.0 |
| 1500 | 2024-05-05T01:00:40.054Z | Downloaded crc-any v2.4.3 |
| 1501 | 2024-05-05T01:00:40.054Z | Downloaded smallvec v1.13.1 |
| 1502 | 2024-05-05T01:00:40.054Z | Downloaded serde_arrays v0.1.0 |
| 1503 | 2024-05-05T01:00:40.054Z | Downloaded num-complex v0.4.5 |
| 1504 | 2024-05-05T01:00:40.054Z | Downloaded try-lock v0.2.4 |
| 1505 | 2024-05-05T01:00:40.054Z | Downloaded lru v0.12.1 |
| 1506 | 2024-05-05T01:00:40.054Z | Downloaded indexmap v1.9.3 |
| 1507 | 2024-05-05T01:00:40.054Z | Downloaded buf-list v1.0.3 |
| 1508 | 2024-05-05T01:00:40.054Z | Downloaded block-buffer v0.10.4 |
| 1509 | 2024-05-05T01:00:40.055Z | Downloaded base64ct v1.6.0 |
| 1510 | 2024-05-05T01:00:40.055Z | Downloaded backoff v0.4.0 |
| 1511 | 2024-05-05T01:00:40.059Z | Downloaded libefi-sys v0.1.0 |
| 1512 | 2024-05-05T01:00:40.059Z | Downloaded cast v0.3.0 |
| 1513 | 2024-05-05T01:00:40.059Z | Downloaded base16ct v0.2.0 |
| 1514 | 2024-05-05T01:00:40.059Z | Downloaded chacha20poly1305 v0.10.1 |
| 1515 | 2024-05-05T01:00:40.059Z | Downloaded cfg_aliases v0.1.1 |
| 1516 | 2024-05-05T01:00:40.063Z | Downloaded async-recursion v1.1.0 |
| 1517 | 2024-05-05T01:00:40.063Z | Downloaded approx v0.5.1 |
| 1518 | 2024-05-05T01:00:40.066Z | Downloaded httparse v1.8.0 |
| 1519 | 2024-05-05T01:00:40.066Z | Downloaded highway v1.1.0 |
| 1520 | 2024-05-05T01:00:40.070Z | Downloaded arrayvec v0.7.4 |
| 1521 | 2024-05-05T01:00:40.401Z | Downloaded ring v0.17.8 |
| 1522 | 2024-05-05T01:00:40.518Z | Downloaded ring v0.16.20 |
| 1523 | 2024-05-05T01:00:41.153Z | Compiling libc v0.2.153 |
| 1524 | 2024-05-05T01:00:41.153Z | Compiling serde v1.0.199 |
| 1525 | 2024-05-05T01:00:41.167Z | Compiling version_check v0.9.4 |
| 1526 | 2024-05-05T01:00:41.167Z | Checking cfg-if v1.0.0 |
| 1527 | 2024-05-05T01:00:41.203Z | Compiling lock_api v0.4.10 |
| 1528 | 2024-05-05T01:00:41.209Z | Compiling parking_lot_core v0.9.8 |
| 1529 | 2024-05-05T01:00:41.227Z | Compiling syn v2.0.60 |
| 1530 | 2024-05-05T01:00:41.252Z | Compiling once_cell v1.19.0 |
| 1531 | 2024-05-05T01:00:41.257Z | Compiling libm v0.2.7 |
| 1532 | 2024-05-05T01:00:41.603Z | Compiling num-traits v0.2.18 |
| 1533 | 2024-05-05T01:00:41.622Z | Compiling memchr v2.7.1 |
| 1534 | 2024-05-05T01:00:41.635Z | Compiling serde_json v1.0.116 |
| 1535 | 2024-05-05T01:00:41.684Z | Compiling byteorder v1.5.0 |
| 1536 | 2024-05-05T01:00:41.725Z | Compiling syn v1.0.109 |
| 1537 | 2024-05-05T01:00:41.955Z | Compiling ahash v0.8.8 |
| 1538 | 2024-05-05T01:00:42.493Z | Checking log v0.4.21 |
| 1539 | 2024-05-05T01:00:42.776Z | Compiling slab v0.4.9 |
| 1540 | 2024-05-05T01:00:42.815Z | Compiling typenum v1.16.0 |
| 1541 | 2024-05-05T01:00:43.162Z | Checking getrandom v0.2.12 |
| 1542 | 2024-05-05T01:00:43.190Z | Checking itoa v1.0.9 |
| 1543 | 2024-05-05T01:00:43.369Z | Compiling cc v1.0.83 |
| 1544 | 2024-05-05T01:00:43.427Z | Compiling generic-array v0.14.7 |
| 1545 | 2024-05-05T01:00:43.683Z | Checking scopeguard v1.2.0 |
| 1546 | 2024-05-05T01:00:43.820Z | Checking smallvec v1.13.1 |
| 1547 | 2024-05-05T01:00:43.893Z | Compiling allocator-api2 v0.2.16 |
| 1548 | 2024-05-05T01:00:44.001Z | Compiling pkg-config v0.3.27 |
| 1549 | 2024-05-05T01:00:44.187Z | Compiling rustix v0.38.31 |
| 1550 | 2024-05-05T01:00:44.208Z | Compiling schemars v0.8.17 |
| 1551 | 2024-05-05T01:00:44.589Z | Compiling httparse v1.8.0 |
| 1552 | 2024-05-05T01:00:44.716Z | Checking pin-project-lite v0.2.13 |
| 1553 | 2024-05-05T01:00:44.780Z | Checking parking_lot v0.12.1 |
| 1554 | 2024-05-05T01:00:44.816Z | Compiling time-core v0.1.2 |
| 1555 | 2024-05-05T01:00:44.984Z | Compiling num-conv v0.1.0 |
| 1556 | 2024-05-05T01:00:45.077Z | Compiling fnv v1.0.7 |
| 1557 | 2024-05-05T01:00:45.195Z | Checking signal-hook-registry v1.4.1 |
| 1558 | 2024-05-05T01:00:45.256Z | Compiling time-macros v0.2.17 |
| 1559 | 2024-05-05T01:00:45.342Z | Compiling vcpkg v0.2.15 |
| 1560 | 2024-05-05T01:00:45.431Z | Checking mio v0.8.11 |
| 1561 | 2024-05-05T01:00:45.591Z | Compiling heck v0.4.1 |
| 1562 | 2024-05-05T01:00:46.030Z | Checking ryu v1.0.15 |
| 1563 | 2024-05-05T01:00:46.052Z | Compiling aho-corasick v1.1.2 |
| 1564 | 2024-05-05T01:00:46.386Z | Compiling ring v0.17.8 |
| 1565 | 2024-05-05T01:00:47.502Z | Compiling openssl-sys v0.9.102 |
| 1566 | 2024-05-05T01:00:47.610Z | Compiling regex-syntax v0.8.2 |
| 1567 | 2024-05-05T01:00:48.637Z | Compiling serde_derive_internals v0.29.0 |
| 1568 | 2024-05-05T01:00:49.316Z | Checking rand_core v0.6.4 |
| 1569 | 2024-05-05T01:00:49.568Z | Checking num_cpus v1.16.0 |
| 1570 | 2024-05-05T01:00:49.676Z | Checking futures-core v0.3.30 |
| 1571 | 2024-05-05T01:00:49.849Z | Compiling ring v0.16.20 |
| 1572 | 2024-05-05T01:00:50.843Z | Compiling regex-automata v0.4.5 |
| 1573 | 2024-05-05T01:00:50.945Z | Checking socket2 v0.5.6 |
| 1574 | 2024-05-05T01:00:51.341Z | Compiling openssl v0.10.64 |
| 1575 | 2024-05-05T01:00:51.706Z | Compiling slog v2.7.0 |
| 1576 | 2024-05-05T01:00:52.168Z | Compiling rustversion v1.0.14 |
| 1577 | 2024-05-05T01:00:52.209Z | Compiling ucd-trie v0.1.6 |
| 1578 | 2024-05-05T01:00:52.835Z | Compiling crossbeam-utils v0.8.19 |
| 1579 | 2024-05-05T01:00:53.423Z | Compiling native-tls v0.2.11 |
| 1580 | 2024-05-05T01:00:53.718Z | Compiling iana-time-zone v0.1.57 |
| 1581 | 2024-05-05T01:00:53.735Z | Compiling rustls v0.21.9 |
| 1582 | 2024-05-05T01:00:53.972Z | Compiling cookie v0.17.0 |
| 1583 | 2024-05-05T01:00:54.067Z | Checking spin v0.5.2 |
| 1584 | 2024-05-05T01:00:54.253Z | Compiling backtrace v0.3.69 |
| 1585 | 2024-05-05T01:00:54.296Z | Compiling dyn-clone v1.0.17 |
| 1586 | 2024-05-05T01:00:54.398Z | Compiling unicode-xid v0.2.4 |
| 1587 | 2024-05-05T01:00:54.550Z | Checking futures-sink v0.3.30 |
| 1588 | 2024-05-05T01:00:54.574Z | Compiling anyhow v1.0.82 |
| 1589 | 2024-05-05T01:00:54.713Z | Checking pin-utils v0.1.0 |
| 1590 | 2024-05-05T01:00:54.770Z | Checking futures-channel v0.3.30 |
| 1591 | 2024-05-05T01:00:55.164Z | Compiling serde_derive v1.0.199 |
| 1592 | 2024-05-05T01:00:55.258Z | Compiling zerocopy-derive v0.7.32 |
| 1593 | 2024-05-05T01:00:55.339Z | Compiling thiserror-impl v1.0.59 |
| 1594 | 2024-05-05T01:00:55.343Z | Compiling zeroize_derive v1.4.2 |
| 1595 | 2024-05-05T01:00:55.928Z | Compiling tokio-macros v2.2.0 |
| 1596 | 2024-05-05T01:00:56.314Z | Compiling futures-macro v0.3.30 |
| 1597 | 2024-05-05T01:00:56.370Z | Compiling tracing-attributes v0.1.27 |
| 1598 | 2024-05-05T01:00:56.959Z | Compiling schemars_derive v0.8.17 |
| 1599 | 2024-05-05T01:00:57.627Z | Compiling zerocopy v0.7.32 |
| 1600 | 2024-05-05T01:00:57.668Z | Compiling regex v1.10.4 |
| 1601 | 2024-05-05T01:00:58.484Z | Checking zeroize v1.7.0 |
| 1602 | 2024-05-05T01:00:58.716Z | Compiling thiserror v1.0.59 |
| 1603 | 2024-05-05T01:00:58.756Z | Compiling openssl-macros v0.1.1 |
| 1604 | 2024-05-05T01:00:58.842Z | Compiling pest v2.7.6 |
| 1605 | 2024-05-05T01:00:59.529Z | Compiling async-trait v0.1.80 |
| 1606 | 2024-05-05T01:00:59.880Z | Compiling hashbrown v0.14.3 |
| 1607 | 2024-05-05T01:01:00.473Z | Checking futures-task v0.3.30 |
| 1608 | 2024-05-05T01:01:00.490Z | Checking futures-io v0.3.30 |
| 1609 | 2024-05-05T01:01:00.597Z | Compiling tinyvec_macros v0.1.1 |
| 1610 | 2024-05-05T01:01:00.675Z | Compiling tinyvec v1.6.0 |
| 1611 | 2024-05-05T01:01:00.691Z | Checking futures-util v0.3.30 |
| 1612 | 2024-05-05T01:01:00.914Z | Compiling scroll_derive v0.12.0 |
| 1613 | 2024-05-05T01:01:01.236Z | Compiling pest_meta v2.7.6 |
| 1614 | 2024-05-05T01:01:01.512Z | Compiling thread-id v4.2.0 |
| 1615 | 2024-05-05T01:01:02.084Z | Compiling unicode-normalization v0.1.22 |
| 1616 | 2024-05-05T01:01:02.162Z | Compiling der_derive v0.7.2 |
| 1617 | 2024-05-05T01:01:02.512Z | Compiling pest_generator v2.7.6 |
| 1618 | 2024-05-05T01:01:03.297Z | Compiling unicode-bidi v0.3.15 |
| 1619 | 2024-05-05T01:01:04.483Z | Compiling errno v0.3.8 |
| 1620 | 2024-05-05T01:01:04.680Z | Compiling crc32fast v1.3.2 |
| 1621 | 2024-05-05T01:01:04.718Z | Compiling unicode-width v0.1.11 |
| 1622 | 2024-05-05T01:01:04.763Z | Compiling either v1.11.0 |
| 1623 | 2024-05-05T01:01:04.865Z | Checking subtle v2.5.0 |
| 1624 | 2024-05-05T01:01:05.465Z | Compiling winnow v0.5.15 |
| 1625 | 2024-05-05T01:01:05.996Z | Compiling synstructure v0.12.6 |
| 1626 | 2024-05-05T01:01:06.016Z | Compiling pest_derive v2.7.6 |
| 1627 | 2024-05-05T01:01:06.819Z | Compiling spin v0.9.8 |
| 1628 | 2024-05-05T01:01:07.258Z | Compiling tracing-core v0.1.32 |
| 1629 | 2024-05-05T01:01:07.359Z | Compiling scroll v0.12.0 |
| 1630 | 2024-05-05T01:01:07.654Z | Compiling usdt-impl v0.5.0 |
| 1631 | 2024-05-05T01:01:07.727Z | Compiling zerocopy-derive v0.2.0 |
| 1632 | 2024-05-05T01:01:07.922Z | Compiling percent-encoding v2.3.1 |
| 1633 | 2024-05-05T01:01:07.968Z | Compiling tracing v0.1.40 |
| 1634 | 2024-05-05T01:01:08.452Z | Compiling plain v0.2.3 |
| 1635 | 2024-05-05T01:01:08.976Z | Compiling const-oid v0.9.6 |
| 1636 | 2024-05-05T01:01:08.990Z | Compiling goblin v0.8.0 |
| 1637 | 2024-05-05T01:01:08.990Z | Compiling pretty-hex v0.4.1 |
| 1638 | 2024-05-05T01:01:08.990Z | Checking bytes v1.6.0 |
| 1639 | 2024-05-05T01:01:09.109Z | Checking bitflags v2.4.2 |
| 1640 | 2024-05-05T01:01:09.533Z | Checking chrono v0.4.38 |
| 1641 | 2024-05-05T01:01:09.684Z | Compiling indexmap v2.2.6 |
| 1642 | 2024-05-05T01:01:10.671Z | Checking tokio v1.37.0 |
| 1643 | 2024-05-05T01:01:10.730Z | Compiling uuid v1.8.0 |
| 1644 | 2024-05-05T01:01:11.218Z | Compiling semver v1.0.22 |
| 1645 | 2024-05-05T01:01:11.540Z | Compiling http v0.2.12 |
| 1646 | 2024-05-05T01:01:11.934Z | Compiling toml_datetime v0.6.5 |
| 1647 | 2024-05-05T01:01:12.046Z | Compiling serde_spanned v0.6.5 |
| 1648 | 2024-05-05T01:01:12.060Z | Compiling rustc_version v0.4.0 |
| 1649 | 2024-05-05T01:01:12.787Z | Compiling toml_edit v0.19.15 |
| 1650 | 2024-05-05T01:01:12.808Z | Compiling openapiv3 v2.0.0 |
| 1651 | 2024-05-05T01:01:14.833Z | Compiling dof v0.3.0 |
| 1652 | 2024-05-05T01:01:15.392Z | Compiling dtrace-parser v0.2.0 |
| 1653 | 2024-05-05T01:01:16.985Z | Compiling clap_derive v4.5.4 |
| 1654 | 2024-05-05T01:01:17.280Z | Compiling signal-hook v0.3.17 |
| 1655 | 2024-05-05T01:01:17.393Z | Compiling untrusted v0.9.0 |
| 1656 | 2024-05-05T01:01:17.474Z | Compiling powerfmt v0.2.0 |
| 1657 | 2024-05-05T01:01:17.547Z | Compiling untrusted v0.7.1 |
| 1658 | 2024-05-05T01:01:17.573Z | Compiling foreign-types-shared v0.1.1 |
| 1659 | 2024-05-05T01:01:17.669Z | Compiling foreign-types v0.3.2 |
| 1660 | 2024-05-05T01:01:17.756Z | Compiling deranged v0.3.11 |
| 1661 | 2024-05-05T01:01:18.708Z | Compiling form_urlencoded v1.2.1 |
| 1662 | 2024-05-05T01:01:19.009Z | Compiling crypto-common v0.1.6 |
| 1663 | 2024-05-05T01:01:19.241Z | Compiling zerocopy-derive v0.6.6 |
| 1664 | 2024-05-05T01:01:19.721Z | Compiling usdt-impl v0.3.5 |
| 1665 | 2024-05-05T01:01:20.069Z | Compiling tokio-util v0.7.10 |
| 1666 | 2024-05-05T01:01:20.668Z | Compiling num_threads v0.1.6 |
| 1667 | 2024-05-05T01:01:20.796Z | Compiling siphasher v0.3.11 |
| 1668 | 2024-05-05T01:01:20.845Z | Compiling try-lock v0.2.4 |
| 1669 | 2024-05-05T01:01:20.969Z | Compiling base64 v0.21.7 |
| 1670 | 2024-05-05T01:01:21.160Z | Compiling h2 v0.3.26 |
| 1671 | 2024-05-05T01:01:21.348Z | Compiling want v0.3.1 |
| 1672 | 2024-05-05T01:01:21.399Z | Compiling time v0.3.34 |
| 1673 | 2024-05-05T01:01:21.626Z | Compiling rustls-webpki v0.101.7 |
| 1674 | 2024-05-05T01:01:21.697Z | Compiling sct v0.7.0 |
| 1675 | 2024-05-05T01:01:21.725Z | Compiling http-body v0.4.5 |
| 1676 | 2024-05-05T01:01:22.013Z | Compiling zerocopy v0.3.0 |
| 1677 | 2024-05-05T01:01:22.158Z | Compiling block-buffer v0.10.4 |
| 1678 | 2024-05-05T01:01:22.428Z | Compiling idna v0.5.0 |
| 1679 | 2024-05-05T01:01:22.640Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1680 | 2024-05-05T01:01:23.091Z | Compiling socket2 v0.4.9 |
| 1681 | 2024-05-05T01:01:23.493Z | Compiling tower-service v0.3.2 |
| 1682 | 2024-05-05T01:01:23.607Z | Compiling httpdate v1.0.3 |
| 1683 | 2024-05-05T01:01:23.715Z | Compiling openssl-probe v0.1.5 |
| 1684 | 2024-05-05T01:01:24.016Z | Compiling url v2.5.0 |
| 1685 | 2024-05-05T01:01:24.057Z | Compiling dof v0.1.5 |
| 1686 | 2024-05-05T01:01:24.917Z | Compiling digest v0.10.7 |
| 1687 | 2024-05-05T01:01:25.164Z | Compiling heapless v0.7.16 |
| 1688 | 2024-05-05T01:01:25.557Z | Compiling dtrace-parser v0.1.14 |
| 1689 | 2024-05-05T01:01:25.609Z | Compiling idna v0.3.0 |
| 1690 | 2024-05-05T01:01:25.840Z | Compiling lazy_static v1.4.0 |
| 1691 | 2024-05-05T01:01:26.700Z | Compiling adler v1.0.2 |
| 1692 | 2024-05-05T01:01:26.925Z | Compiling psl-types v2.0.11 |
| 1693 | 2024-05-05T01:01:27.126Z | Compiling ppv-lite86 v0.2.17 |
| 1694 | 2024-05-05T01:01:27.180Z | Checking equivalent v1.0.1 |
| 1695 | 2024-05-05T01:01:27.201Z | Compiling publicsuffix v2.2.3 |
| 1696 | 2024-05-05T01:01:27.463Z | Compiling miniz_oxide v0.7.1 |
| 1697 | 2024-05-05T01:01:27.868Z | Compiling hyper v0.14.28 |
| 1698 | 2024-05-05T01:01:27.892Z | Compiling rand_chacha v0.3.1 |
| 1699 | 2024-05-05T01:01:28.634Z | Compiling tokio-rustls v0.24.1 |
| 1700 | 2024-05-05T01:01:28.884Z | Compiling tokio-native-tls v0.3.1 |
| 1701 | 2024-05-05T01:01:29.318Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2024-05-05T01:01:29.693Z | Compiling serde_tokenstream v0.1.7 |
| 1703 | 2024-05-05T01:01:29.713Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1704 | 2024-05-05T01:01:30.081Z | Compiling bit-vec v0.6.3 |
| 1705 | 2024-05-05T01:01:30.210Z | Compiling ipnet v2.9.0 |
| 1706 | 2024-05-05T01:01:30.293Z | Compiling cookie_store v0.20.0 |
| 1707 | 2024-05-05T01:01:30.519Z | Compiling rand v0.8.5 |
| 1708 | 2024-05-05T01:01:31.143Z | Compiling rustls-pemfile v1.0.3 |
| 1709 | 2024-05-05T01:01:31.372Z | Compiling phf_shared v0.10.0 |
| 1710 | 2024-05-05T01:01:31.394Z | Compiling serde_urlencoded v0.7.1 |
| 1711 | 2024-05-05T01:01:31.616Z | Compiling encoding_rs v0.8.33 |
| 1712 | 2024-05-05T01:01:31.739Z | Compiling num-bigint v0.4.4 |
| 1713 | 2024-05-05T01:01:31.744Z | Compiling webpki-roots v0.25.2 |
| 1714 | 2024-05-05T01:01:31.884Z | Compiling base64ct v1.6.0 |
| 1715 | 2024-05-05T01:01:31.898Z | Compiling fixedbitset v0.4.2 |
| 1716 | 2024-05-05T01:01:32.191Z | Compiling mime v0.3.17 |
| 1717 | 2024-05-05T01:01:32.348Z | Compiling smoltcp v0.9.1 |
| 1718 | 2024-05-05T01:01:32.442Z | Compiling gimli v0.28.0 |
| 1719 | 2024-05-05T01:01:32.504Z | Compiling new_debug_unreachable v1.0.4 |
| 1720 | 2024-05-05T01:01:32.588Z | Compiling sync_wrapper v0.1.2 |
| 1721 | 2024-05-05T01:01:32.603Z | Compiling minimal-lexical v0.2.1 |
| 1722 | 2024-05-05T01:01:32.698Z | Compiling precomputed-hash v0.1.1 |
| 1723 | 2024-05-05T01:01:32.809Z | Compiling string_cache v0.8.7 |
| 1724 | 2024-05-05T01:01:33.100Z | Compiling nom v7.1.3 |
| 1725 | 2024-05-05T01:01:33.104Z | Compiling pem-rfc7468 v0.7.0 |
| 1726 | 2024-05-05T01:01:33.272Z | Compiling petgraph v0.6.4 |
| 1727 | 2024-05-05T01:01:33.391Z | Compiling usdt-macro v0.3.5 |
| 1728 | 2024-05-05T01:01:33.463Z | Compiling usdt-attr-macro v0.3.5 |
| 1729 | 2024-05-05T01:01:33.874Z | Compiling bit-set v0.5.3 |
| 1730 | 2024-05-05T01:01:34.149Z | Compiling hmac v0.12.1 |
| 1731 | 2024-05-05T01:01:34.713Z | Compiling hyper-rustls v0.24.2 |
| 1732 | 2024-05-05T01:01:34.775Z | Compiling hyper-tls v0.5.0 |
| 1733 | 2024-05-05T01:01:34.969Z | Compiling itertools v0.10.5 |
| 1734 | 2024-05-05T01:01:35.059Z | Compiling reqwest v0.11.27 |
| 1735 | 2024-05-05T01:01:35.114Z | Compiling hubpack_derive v0.1.1 |
| 1736 | 2024-05-05T01:01:36.053Z | Compiling enum-as-inner v0.5.1 |
| 1737 | 2024-05-05T01:01:36.118Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1738 | 2024-05-05T01:01:36.496Z | Compiling addr2line v0.21.0 |
| 1739 | 2024-05-05T01:01:36.757Z | Compiling object v0.32.1 |
| 1740 | 2024-05-05T01:01:36.922Z | Compiling flagset v0.4.3 |
| 1741 | 2024-05-05T01:01:37.064Z | Compiling lalrpop-util v0.19.12 |
| 1742 | 2024-05-05T01:01:37.087Z | Compiling unicode-segmentation v1.10.1 |
| 1743 | 2024-05-05T01:01:37.175Z | Compiling rustc-demangle v0.1.23 |
| 1744 | 2024-05-05T01:01:37.752Z | Compiling der v0.7.8 |
| 1745 | 2024-05-05T01:01:37.768Z | Compiling toml_edit v0.22.12 |
| 1746 | 2024-05-05T01:01:37.790Z | Compiling diesel_derives v2.1.2 |
| 1747 | 2024-05-05T01:01:37.899Z | Compiling flate2 v1.0.28 |
| 1748 | 2024-05-05T01:01:38.112Z | Compiling futures-executor v0.3.30 |
| 1749 | 2024-05-05T01:01:38.566Z | Compiling cpufeatures v0.2.12 |
| 1750 | 2024-05-05T01:01:38.697Z | Compiling sha2 v0.10.8 |
| 1751 | 2024-05-05T01:01:40.507Z | Compiling spki v0.7.2 |
| 1752 | 2024-05-05T01:01:40.511Z | Compiling futures v0.3.30 |
| 1753 | 2024-05-05T01:01:40.580Z | Compiling md-5 v0.10.5 |
| 1754 | 2024-05-05T01:01:40.809Z | Compiling toml v0.7.8 |
| 1755 | 2024-05-05T01:01:41.050Z | Compiling hex v0.4.3 |
| 1756 | 2024-05-05T01:01:41.621Z | Compiling stringprep v0.1.3 |
| 1757 | 2024-05-05T01:01:41.693Z | Compiling serde_repr v0.1.16 |
| 1758 | 2024-05-05T01:01:42.348Z | Compiling strum_macros v0.25.2 |
| 1759 | 2024-05-05T01:01:42.872Z | Compiling num-integer v0.1.46 |
| 1760 | 2024-05-05T01:01:43.048Z | Compiling hash32 v0.2.1 |
| 1761 | 2024-05-05T01:01:43.432Z | Checking unicode-ident v1.0.12 |
| 1762 | 2024-05-05T01:01:43.584Z | Compiling fallible-iterator v0.2.0 |
| 1763 | 2024-05-05T01:01:43.608Z | Compiling stable_deref_trait v1.2.0 |
| 1764 | 2024-05-05T01:01:44.282Z | Compiling postgres-protocol v0.6.6 |
| 1765 | 2024-05-05T01:01:44.287Z | Compiling pkcs8 v0.10.2 |
| 1766 | 2024-05-05T01:01:45.224Z | Compiling phf_shared v0.11.2 |
| 1767 | 2024-05-05T01:01:45.608Z | Compiling terminal_size v0.3.0 |
| 1768 | 2024-05-05T01:01:45.806Z | Compiling ff v0.13.0 |
| 1769 | 2024-05-05T01:01:45.961Z | Compiling block-padding v0.3.3 |
| 1770 | 2024-05-05T01:01:46.015Z | Compiling scheduled-thread-pool v0.2.7 |
| 1771 | 2024-05-05T01:01:46.372Z | Compiling managed v0.8.0 |
| 1772 | 2024-05-05T01:01:46.444Z | Compiling regex-automata v0.1.10 |
| 1773 | 2024-05-05T01:01:46.478Z | Compiling base16ct v0.2.0 |
| 1774 | 2024-05-05T01:01:46.560Z | Compiling matches v0.1.10 |
| 1775 | 2024-05-05T01:01:46.584Z | Compiling peg-runtime v0.8.2 |
| 1776 | 2024-05-05T01:01:46.642Z | Compiling bitflags v1.3.2 |
| 1777 | 2024-05-05T01:01:46.781Z | Compiling sec1 v0.7.3 |
| 1778 | 2024-05-05T01:01:46.801Z | Compiling clap_builder v4.5.2 |
| 1779 | 2024-05-05T01:01:46.917Z | Compiling bstr v0.2.17 |
| 1780 | 2024-05-05T01:01:47.289Z | Compiling idna v0.2.3 |
| 1781 | 2024-05-05T01:01:47.326Z | Compiling r2d2 v0.8.10 |
| 1782 | 2024-05-05T01:01:47.700Z | Compiling inout v0.1.3 |
| 1783 | 2024-05-05T01:01:48.323Z | Compiling group v0.13.0 |
| 1784 | 2024-05-05T01:01:48.341Z | Compiling signal-hook-mio v0.2.3 |
| 1785 | 2024-05-05T01:01:48.493Z | Compiling phf v0.11.2 |
| 1786 | 2024-05-05T01:01:48.637Z | Compiling bzip2 v0.4.4 |
| 1787 | 2024-05-05T01:01:48.793Z | Compiling postgres-types v0.2.6 |
| 1788 | 2024-05-05T01:01:48.855Z | Compiling hubpack v0.1.2 |
| 1789 | 2024-05-05T01:01:49.009Z | Compiling hkdf v0.12.4 |
| 1790 | 2024-05-05T01:01:49.282Z | Compiling zerocopy v0.6.6 |
| 1791 | 2024-05-05T01:01:49.547Z | Compiling ipnetwork v0.20.0 |
| 1792 | 2024-05-05T01:01:50.079Z | Compiling crypto-bigint v0.5.2 |
| 1793 | 2024-05-05T01:01:50.131Z | Compiling float-cmp v0.9.0 |
| 1794 | 2024-05-05T01:01:50.345Z | Compiling static_assertions v1.1.0 |
| 1795 | 2024-05-05T01:01:50.764Z | Compiling normalize-line-endings v0.3.0 |
| 1796 | 2024-05-05T01:01:50.764Z | Compiling data-encoding v2.4.0 |
| 1797 | 2024-05-05T01:01:50.764Z | Compiling difflib v0.4.0 |
| 1798 | 2024-05-05T01:01:50.764Z | Compiling predicates-core v1.0.6 |
| 1799 | 2024-05-05T01:01:50.897Z | Compiling whoami v1.5.1 |
| 1800 | 2024-05-05T01:01:51.524Z | Compiling tokio-postgres v0.7.10 |
| 1801 | 2024-05-05T01:01:52.065Z | Compiling elliptic-curve v0.13.8 |
| 1802 | 2024-05-05T01:01:52.247Z | Compiling yasna v0.5.2 |
| 1803 | 2024-05-05T01:01:52.764Z | Compiling trust-dns-proto v0.22.0 |
| 1804 | 2024-05-05T01:01:52.853Z | Compiling predicates v3.1.0 |
| 1805 | 2024-05-05T01:01:53.463Z | Compiling diesel v2.1.6 |
| 1806 | 2024-05-05T01:01:54.149Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1807 | 2024-05-05T01:01:54.624Z | Compiling clap v4.5.4 |
| 1808 | 2024-05-05T01:01:54.741Z | Compiling zip v0.6.6 |
| 1809 | 2024-05-05T01:01:55.461Z | Compiling crossterm v0.27.0 |
| 1810 | 2024-05-05T01:01:56.096Z | Compiling cipher v0.4.4 |
| 1811 | 2024-05-05T01:01:56.112Z | Compiling similar v2.4.0 |
| 1812 | 2024-05-05T01:01:56.558Z | Checking proc-macro2 v1.0.81 |
| 1813 | 2024-05-05T01:01:56.600Z | Compiling num-iter v0.1.44 |
| 1814 | 2024-05-05T01:01:56.776Z | Compiling usdt v0.3.5 |
| 1815 | 2024-05-05T01:01:57.054Z | Compiling console v0.15.8 |
| 1816 | 2024-05-05T01:01:57.200Z | Compiling tokio-stream v0.1.15 |
| 1817 | 2024-05-05T01:01:58.197Z | Compiling bstr v1.9.0 |
| 1818 | 2024-05-05T01:01:58.545Z | Compiling base64 v0.22.0 |
| 1819 | 2024-05-05T01:01:58.549Z | Checking quote v1.0.36 |
| 1820 | 2024-05-05T01:02:03.584Z | Checking utf8parse v0.2.1 |
| 1821 | 2024-05-05T01:02:06.842Z | Checking anstyle v1.0.6 |
| 1822 | 2024-05-05T01:02:08.545Z | Checking anstyle-parse v0.2.1 |
| 1823 | 2024-05-05T01:02:08.576Z | Checking anstyle-query v1.0.0 |
| 1824 | 2024-05-05T01:02:08.696Z | Checking colorchoice v1.0.0 |
| 1825 | 2024-05-05T01:02:08.805Z | Checking anstream v0.6.11 |
| 1826 | 2024-05-05T01:02:09.126Z | Checking strsim v0.11.0 |
| 1827 | 2024-05-05T01:02:09.143Z | Checking clap_lex v0.7.0 |
| 1828 | 2024-05-05T01:02:11.513Z | Compiling serde_tokenstream v0.2.0 |
| 1829 | 2024-05-05T01:02:13.562Z | Checking winnow v0.6.1 |
| 1830 | 2024-05-05T01:02:21.807Z | Compiling regress v0.9.1 |
| 1831 | 2024-05-05T01:02:21.915Z | Compiling getopts v0.2.21 |
| 1832 | 2024-05-05T01:02:22.710Z | Compiling unsafe-libyaml v0.2.10 |
| 1833 | 2024-05-05T01:02:22.946Z | Checking heck v0.5.0 |
| 1834 | 2024-05-05T01:02:23.122Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 1835 | 2024-05-05T01:02:23.727Z | Checking is-terminal v0.4.9 |
| 1836 | 2024-05-05T01:02:23.753Z | Checking camino v1.1.6 |
| 1837 | 2024-05-05T01:02:23.833Z | Compiling ident_case v1.0.1 |
| 1838 | 2024-05-05T01:02:23.992Z | Compiling serde_yaml v0.9.25 |
| 1839 | 2024-05-05T01:02:24.265Z | Compiling rayon-core v1.12.1 |
| 1840 | 2024-05-05T01:02:24.387Z | Compiling strsim v0.10.0 |
| 1841 | 2024-05-05T01:02:24.585Z | Checking sha1 v0.10.6 |
| 1842 | 2024-05-05T01:02:24.608Z | Checking http v1.0.0 |
| 1843 | 2024-05-05T01:02:24.836Z | Compiling darling_core v0.20.8 |
| 1844 | 2024-05-05T01:02:25.150Z | Compiling paste v1.0.14 |
| 1845 | 2024-05-05T01:02:25.671Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 1846 | 2024-05-05T01:02:25.902Z | Compiling strum_macros v0.26.1 |
| 1847 | 2024-05-05T01:02:26.744Z | Checking rustls-pki-types v1.3.0 |
| 1848 | 2024-05-05T01:02:27.143Z | Checking match_cfg v0.1.0 |
| 1849 | 2024-05-05T01:02:27.235Z | Checking fastrand v2.0.1 |
| 1850 | 2024-05-05T01:02:27.562Z | Checking tempfile v3.10.1 |
| 1851 | 2024-05-05T01:02:27.898Z | Checking hostname v0.3.1 |
| 1852 | 2024-05-05T01:02:28.107Z | Checking dirs-sys-next v0.1.2 |
| 1853 | 2024-05-05T01:02:28.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1854 | 2024-05-05T01:02:28.268Z | Checking quick-error v1.2.3 |
| 1855 | 2024-05-05T01:02:28.400Z | Checking dirs-next v2.0.0 |
| 1856 | 2024-05-05T01:02:28.427Z | Checking crossbeam-channel v0.5.8 |
| 1857 | 2024-05-05T01:02:28.546Z | Checking thread_local v1.1.7 |
| 1858 | 2024-05-05T01:02:28.647Z | Compiling rustls v0.22.4 |
| 1859 | 2024-05-05T01:02:28.796Z | Compiling slog-async v2.8.0 |
| 1860 | 2024-05-05T01:02:28.955Z | Checking term v0.7.0 |
| 1861 | 2024-05-05T01:02:29.126Z | Checking rustls-webpki v0.102.1 |
| 1862 | 2024-05-05T01:02:29.243Z | Checking instant v0.1.12 |
| 1863 | 2024-05-05T01:02:29.354Z | Checking take_mut v0.2.2 |
| 1864 | 2024-05-05T01:02:29.369Z | Checking slog-term v2.9.1 |
| 1865 | 2024-05-05T01:02:29.388Z | Checking rustls-pemfile v2.1.2 |
| 1866 | 2024-05-05T01:02:29.629Z | Compiling blake3 v1.5.0 |
| 1867 | 2024-05-05T01:02:29.765Z | Compiling multer v3.0.0 |
| 1868 | 2024-05-05T01:02:29.855Z | Checking debug-ignore v1.0.5 |
| 1869 | 2024-05-05T01:02:29.974Z | Checking toml v0.8.12 |
| 1870 | 2024-05-05T01:02:30.123Z | Checking slog-json v2.6.1 |
| 1871 | 2024-05-05T01:02:30.365Z | Compiling crossbeam-deque v0.8.3 |
| 1872 | 2024-05-05T01:02:30.475Z | Compiling async-stream-impl v0.3.5 |
| 1873 | 2024-05-05T01:02:30.657Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1874 | 2024-05-05T01:02:30.695Z | Checking atomic-waker v1.1.1 |
| 1875 | 2024-05-05T01:02:30.939Z | Compiling same-file v1.0.6 |
| 1876 | 2024-05-05T01:02:31.090Z | Checking strum v0.26.2 |
| 1877 | 2024-05-05T01:02:31.261Z | Compiling walkdir v2.5.0 |
| 1878 | 2024-05-05T01:02:31.469Z | Checking waitgroup v0.1.2 |
| 1879 | 2024-05-05T01:02:31.843Z | Compiling darling_macro v0.20.8 |
| 1880 | 2024-05-05T01:02:31.882Z | Checking async-stream v0.3.5 |
| 1881 | 2024-05-05T01:02:31.967Z | Checking slog-bunyan v2.5.0 |
| 1882 | 2024-05-05T01:02:32.074Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1883 | 2024-05-05T01:02:32.162Z | Checking serde_path_to_error v0.1.16 |
| 1884 | 2024-05-05T01:02:32.464Z | Compiling rayon v1.10.0 |
| 1885 | 2024-05-05T01:02:32.932Z | Compiling darling v0.20.8 |
| 1886 | 2024-05-05T01:02:33.044Z | Compiling filetime v0.2.23 |
| 1887 | 2024-05-05T01:02:33.370Z | Checking tokio-rustls v0.25.0 |
| 1888 | 2024-05-05T01:02:33.388Z | Compiling xattr v1.0.1 |
| 1889 | 2024-05-05T01:02:33.407Z | Compiling memmap2 v0.7.1 |
| 1890 | 2024-05-05T01:02:33.654Z | Compiling constant_time_eq v0.3.0 |
| 1891 | 2024-05-05T01:02:33.723Z | Compiling arrayvec v0.7.4 |
| 1892 | 2024-05-05T01:02:33.803Z | Compiling arrayref v0.3.7 |
| 1893 | 2024-05-05T01:02:33.822Z | Compiling home v0.5.5 |
| 1894 | 2024-05-05T01:02:33.837Z | Compiling tar v0.4.40 |
| 1895 | 2024-05-05T01:02:33.892Z | Compiling camino-tempfile v1.1.1 |
| 1896 | 2024-05-05T01:02:34.059Z | Compiling toolchain_find v0.4.0 |
| 1897 | 2024-05-05T01:02:34.110Z | Compiling serde_with_macros v3.7.0 |
| 1898 | 2024-05-05T01:02:35.148Z | Compiling topological-sort v0.2.2 |
| 1899 | 2024-05-05T01:02:35.361Z | Compiling rustfmt-wrapper v0.2.1 |
| 1900 | 2024-05-05T01:02:35.919Z | Checking newtype-uuid v1.1.0 |
| 1901 | 2024-05-05T01:02:35.944Z | Checking wait-timeout v0.2.0 |
| 1902 | 2024-05-05T01:02:36.042Z | Compiling structmeta-derive v0.3.0 |
| 1903 | 2024-05-05T01:02:36.112Z | Checking rusty-fork v0.3.0 |
| 1904 | 2024-05-05T01:02:36.145Z | Compiling structmeta-derive v0.2.0 |
| 1905 | 2024-05-05T01:02:36.400Z | Checking rand_xorshift v0.3.0 |
| 1906 | 2024-05-05T01:02:36.815Z | Checking unarray v0.1.4 |
| 1907 | 2024-05-05T01:02:36.815Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 1908 | 2024-05-05T01:02:37.254Z | Checking proptest v1.4.0 |
| 1909 | 2024-05-05T01:02:37.303Z | Checking serde_with v3.7.0 |
| 1910 | 2024-05-05T01:02:37.822Z | Compiling omicron-zone-package v0.11.0 |
| 1911 | 2024-05-05T01:02:38.708Z | Checking backoff v0.4.0 |
| 1912 | 2024-05-05T01:02:39.001Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1913 | 2024-05-05T01:02:39.126Z | Compiling structmeta v0.3.0 |
| 1914 | 2024-05-05T01:02:39.286Z | Compiling structmeta v0.2.0 |
| 1915 | 2024-05-05T01:02:39.579Z | Compiling parse-display-derive v0.9.0 |
| 1916 | 2024-05-05T01:02:39.697Z | Compiling test-strategy v0.3.1 |
| 1917 | 2024-05-05T01:02:39.787Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1918 | 2024-05-05T01:02:39.928Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1919 | 2024-05-05T01:02:40.171Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1920 | 2024-05-05T01:02:40.642Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1921 | 2024-05-05T01:02:40.775Z | Checking macaddr v1.0.1 |
| 1922 | 2024-05-05T01:02:40.982Z | Compiling proc-macro-error-attr v1.0.4 |
| 1923 | 2024-05-05T01:02:41.119Z | Compiling proc-macro-error v1.0.4 |
| 1924 | 2024-05-05T01:02:41.436Z | Compiling proc-macro-crate v1.3.1 |
| 1925 | 2024-05-05T01:02:41.555Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1926 | 2024-05-05T01:02:42.239Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1927 | 2024-05-05T01:02:42.558Z | Compiling foreign-types-macros v0.2.3 |
| 1928 | 2024-05-05T01:02:42.589Z | Compiling num_enum_derive v0.5.11 |
| 1929 | 2024-05-05T01:02:42.969Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1930 | 2024-05-05T01:02:43.292Z | Checking foreign-types-shared v0.3.1 |
| 1931 | 2024-05-05T01:02:43.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1932 | 2024-05-05T01:02:43.694Z | Checking cstr-argument v0.1.2 |
| 1933 | 2024-05-05T01:02:43.753Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 1934 | 2024-05-05T01:02:43.860Z | Checking foreign-types v0.5.0 |
| 1935 | 2024-05-05T01:02:43.872Z | Checking pretty-hex v0.2.1 |
| 1936 | 2024-05-05T01:02:43.971Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1937 | 2024-05-05T01:02:44.016Z | Checking tabwriter v1.4.0 |
| 1938 | 2024-05-05T01:02:44.086Z | Checking colored v2.1.0 |
| 1939 | 2024-05-05T01:02:44.226Z | Checking smf v0.2.3 |
| 1940 | 2024-05-05T01:02:44.245Z | Checking humantime v2.1.0 |
| 1941 | 2024-05-05T01:02:44.289Z | Checking parse-display v0.9.0 |
| 1942 | 2024-05-05T01:02:44.363Z | Checking termcolor v1.2.0 |
| 1943 | 2024-05-05T01:02:44.497Z | Checking arc-swap v1.6.0 |
| 1944 | 2024-05-05T01:02:44.515Z | Compiling usdt-attr-macro v0.5.0 |
| 1945 | 2024-05-05T01:02:44.618Z | Compiling usdt-macro v0.5.0 |
| 1946 | 2024-05-05T01:02:44.651Z | Checking memmap v0.7.0 |
| 1947 | 2024-05-05T01:02:44.720Z | Checking utf-8 v0.7.6 |
| 1948 | 2024-05-05T01:02:44.844Z | Checking newline-converter v0.3.0 |
| 1949 | 2024-05-05T01:02:44.896Z | Checking slog-scope v4.4.0 |
| 1950 | 2024-05-05T01:02:45.062Z | Checking slog-stdlog v4.1.1 |
| 1951 | 2024-05-05T01:02:45.221Z | Checking slog-envlogger v2.2.0 |
| 1952 | 2024-05-05T01:02:45.359Z | Checking num_enum v0.5.11 |
| 1953 | 2024-05-05T01:02:45.422Z | Checking expectorate v1.1.0 |
| 1954 | 2024-05-05T01:02:45.488Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1955 | 2024-05-05T01:02:45.491Z | Checking tungstenite v0.20.1 |
| 1956 | 2024-05-05T01:02:45.565Z | Checking termtree v0.4.1 |
| 1957 | 2024-05-05T01:02:45.728Z | Compiling heapless v0.8.0 |
| 1958 | 2024-05-05T01:02:45.776Z | Checking predicates-tree v1.0.9 |
| 1959 | 2024-05-05T01:02:45.837Z | Checking hash32 v0.3.1 |
| 1960 | 2024-05-05T01:02:45.902Z | Compiling smoltcp v0.11.0 |
| 1961 | 2024-05-05T01:02:46.014Z | Checking cobs v0.2.3 |
| 1962 | 2024-05-05T01:02:46.032Z | Checking embedded-io v0.4.0 |
| 1963 | 2024-05-05T01:02:46.101Z | Checking usdt v0.5.0 |
| 1964 | 2024-05-05T01:02:46.167Z | Compiling crucible-workspace-hack v0.1.0 |
| 1965 | 2024-05-05T01:02:46.227Z | Checking postcard v1.0.8 |
| 1966 | 2024-05-05T01:02:46.337Z | Checking sigpipe v0.1.3 |
| 1967 | 2024-05-05T01:02:46.355Z | Checking tokio-tungstenite v0.20.1 |
| 1968 | 2024-05-05T01:02:46.439Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1969 | 2024-05-05T01:02:46.459Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1970 | 2024-05-05T01:02:46.643Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1971 | 2024-05-05T01:02:47.084Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 1972 | 2024-05-05T01:02:47.099Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1973 | 2024-05-05T01:02:47.099Z | Checking atty v0.2.14 |
| 1974 | 2024-05-05T01:02:47.099Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1975 | 2024-05-05T01:02:47.099Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1976 | 2024-05-05T01:02:47.099Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1977 | 2024-05-05T01:02:47.465Z | Compiling mockall_derive v0.12.1 |
| 1978 | 2024-05-05T01:02:47.639Z | Compiling num-derive v0.4.0 |
| 1979 | 2024-05-05T01:02:47.709Z | Checking downcast v0.11.0 |
| 1980 | 2024-05-05T01:02:47.907Z | Checking fragile v2.0.0 |
| 1981 | 2024-05-05T01:02:48.179Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 1982 | 2024-05-05T01:02:48.393Z | Checking pem v3.0.4 |
| 1983 | 2024-05-05T01:02:48.412Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1984 | 2024-05-05T01:02:48.484Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1985 | 2024-05-05T01:02:48.636Z | Checking env_logger v0.9.3 |
| 1986 | 2024-05-05T01:02:48.661Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 1987 | 2024-05-05T01:02:48.785Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 1988 | 2024-05-05T01:02:48.934Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1989 | 2024-05-05T01:02:49.050Z | Compiling bitstruct_derive v0.1.0 |
| 1990 | 2024-05-05T01:02:49.200Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1991 | 2024-05-05T01:02:49.279Z | Checking ascii v1.1.0 |
| 1992 | 2024-05-05T01:02:49.319Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1993 | 2024-05-05T01:02:49.470Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1994 | 2024-05-05T01:02:49.642Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1995 | 2024-05-05T01:02:49.701Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1996 | 2024-05-05T01:02:49.909Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 1997 | 2024-05-05T01:02:49.980Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1998 | 2024-05-05T01:02:50.245Z | Checking serde_arrays v0.1.0 |
| 1999 | 2024-05-05T01:02:50.289Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2000 | 2024-05-05T01:02:50.353Z | Checking erased-serde v0.3.31 |
| 2001 | 2024-05-05T01:02:50.366Z | Compiling heck v0.3.3 |
| 2002 | 2024-05-05T01:02:50.391Z | Checking bitstruct v0.1.1 |
| 2003 | 2024-05-05T01:02:50.443Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 2004 | 2024-05-05T01:02:50.478Z | Checking tungstenite v0.21.0 |
| 2005 | 2024-05-05T01:02:50.604Z | Checking base64 v0.13.1 |
| 2006 | 2024-05-05T01:02:50.786Z | Compiling zone_cfg_derive v0.1.2 |
| 2007 | 2024-05-05T01:02:50.996Z | Checking ron v0.7.1 |
| 2008 | 2024-05-05T01:02:51.303Z | Checking tokio-tungstenite v0.21.0 |
| 2009 | 2024-05-05T01:02:51.374Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2010 | 2024-05-05T01:02:51.617Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2011 | 2024-05-05T01:02:51.733Z | Checking headers-core v0.2.0 |
| 2012 | 2024-05-05T01:02:51.874Z | Checking portpicker v0.1.1 |
| 2013 | 2024-05-05T01:02:52.007Z | Checking headers v0.3.9 |
| 2014 | 2024-05-05T01:02:52.095Z | Checking rcgen v0.12.1 |
| 2015 | 2024-05-05T01:02:52.403Z | Checking zone v0.1.8 |
| 2016 | 2024-05-05T01:02:52.480Z | Checking atomicwrites v0.4.3 |
| 2017 | 2024-05-05T01:02:52.666Z | Checking subprocess v0.2.9 |
| 2018 | 2024-05-05T01:02:52.810Z | Checking linked-hash-map v0.5.6 |
| 2019 | 2024-05-05T01:02:53.026Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2020 | 2024-05-05T01:02:53.046Z | Checking password-hash v0.5.0 |
| 2021 | 2024-05-05T01:02:53.064Z | Checking blake2 v0.10.6 |
| 2022 | 2024-05-05T01:02:53.119Z | Checking lru-cache v0.1.2 |
| 2023 | 2024-05-05T01:02:53.172Z | Checking swrite v0.1.0 |
| 2024 | 2024-05-05T01:02:53.275Z | Checking itertools v0.12.1 |
| 2025 | 2024-05-05T01:02:53.291Z | Compiling derive-where v1.2.7 |
| 2026 | 2024-05-05T01:02:53.295Z | Checking resolv-conf v0.7.0 |
| 2027 | 2024-05-05T01:02:53.445Z | Checking half v2.3.1 |
| 2028 | 2024-05-05T01:02:53.470Z | Checking argon2 v0.5.3 |
| 2029 | 2024-05-05T01:02:53.631Z | Checking trust-dns-resolver v0.22.0 |
| 2030 | 2024-05-05T01:02:53.903Z | Checking ciborium-io v0.2.2 |
| 2031 | 2024-05-05T01:02:54.015Z | Compiling cancel-safe-futures v0.1.5 |
| 2032 | 2024-05-05T01:02:54.101Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2033 | 2024-05-05T01:02:54.407Z | Checking ciborium-ll v0.2.2 |
| 2034 | 2024-05-05T01:02:54.898Z | Checking ciborium v0.2.2 |
| 2035 | 2024-05-05T01:02:54.898Z | Checking bytecount v0.6.3 |
| 2036 | 2024-05-05T01:02:55.028Z | Checking papergrid v0.11.0 |
| 2037 | 2024-05-05T01:02:55.118Z | Compiling tabled_derive v0.7.0 |
| 2038 | 2024-05-05T01:02:55.511Z | Checking mockall v0.12.1 |
| 2039 | 2024-05-05T01:02:55.691Z | Compiling slog-dtrace v0.3.0 |
| 2040 | 2024-05-05T01:02:55.732Z | Compiling semver v0.1.20 |
| 2041 | 2024-05-05T01:02:55.844Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2042 | 2024-05-05T01:02:56.055Z | Compiling rustc_version v0.1.7 |
| 2043 | 2024-05-05T01:02:56.166Z | Checking libsw v3.3.1 |
| 2044 | 2024-05-05T01:02:56.374Z | Checking linear-map v1.2.0 |
| 2045 | 2024-05-05T01:02:56.423Z | Checking owo-colors v4.0.0 |
| 2046 | 2024-05-05T01:02:56.535Z | Compiling newtype_derive v0.1.6 |
| 2047 | 2024-05-05T01:02:56.690Z | Compiling num-rational v0.4.1 |
| 2048 | 2024-05-05T01:02:56.806Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2049 | 2024-05-05T01:02:56.849Z | Compiling radium v0.7.0 |
| 2050 | 2024-05-05T01:02:56.880Z | Checking num-complex v0.4.5 |
| 2051 | 2024-05-05T01:02:57.006Z | Checking steno v0.4.0 |
| 2052 | 2024-05-05T01:02:57.369Z | Checking nibble_vec v0.1.0 |
| 2053 | 2024-05-05T01:02:57.560Z | Checking endian-type v0.1.2 |
| 2054 | 2024-05-05T01:02:57.767Z | Compiling maybe-uninit v2.0.0 |
| 2055 | 2024-05-05T01:02:57.772Z | Checking tap v1.0.1 |
| 2056 | 2024-05-05T01:02:57.801Z | Checking tabled v0.15.0 |
| 2057 | 2024-05-05T01:02:57.829Z | Checking num v0.4.2 |
| 2058 | 2024-05-05T01:02:57.915Z | Checking wyz v0.5.1 |
| 2059 | 2024-05-05T01:02:57.930Z | Checking radix_trie v0.2.1 |
| 2060 | 2024-05-05T01:02:58.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2061 | 2024-05-05T01:02:58.327Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2062 | 2024-05-05T01:02:58.343Z | Checking fxhash v0.2.1 |
| 2063 | 2024-05-05T01:02:58.507Z | Checking crc-catalog v2.2.0 |
| 2064 | 2024-05-05T01:02:58.633Z | Checking funty v2.0.0 |
| 2065 | 2024-05-05T01:02:58.673Z | Compiling packed_struct v0.10.1 |
| 2066 | 2024-05-05T01:02:59.101Z | Compiling num-bigint-dig v0.8.4 |
| 2067 | 2024-05-05T01:02:59.233Z | Checking crc v3.0.1 |
| 2068 | 2024-05-05T01:02:59.433Z | Compiling packed_struct_codegen v0.10.1 |
| 2069 | 2024-05-05T01:02:59.495Z | Compiling indexmap v1.9.3 |
| 2070 | 2024-05-05T01:02:59.501Z | Checking nodrop v0.1.14 |
| 2071 | 2024-05-05T01:02:59.548Z | Checking bitvec v1.0.1 |
| 2072 | 2024-05-05T01:02:59.609Z | Checking array-init v0.0.4 |
| 2073 | 2024-05-05T01:02:59.814Z | Checking smallvec v0.6.14 |
| 2074 | 2024-05-05T01:03:00.234Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2075 | 2024-05-05T01:03:00.234Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2076 | 2024-05-05T01:03:00.524Z | Checking pkcs1 v0.7.5 |
| 2077 | 2024-05-05T01:03:00.580Z | Checking signature v2.1.0 |
| 2078 | 2024-05-05T01:03:00.765Z | Checking bitfield v0.14.0 |
| 2079 | 2024-05-05T01:03:00.790Z | Checking hashbrown v0.12.3 |
| 2080 | 2024-05-05T01:03:00.861Z | Checking serde-hex v0.1.0 |
| 2081 | 2024-05-05T01:03:01.015Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2082 | 2024-05-05T01:03:01.245Z | Checking env_logger v0.10.0 |
| 2083 | 2024-05-05T01:03:01.640Z | Checking x509-cert v0.2.4 |
| 2084 | 2024-05-05T01:03:02.250Z | Checking rsa v0.9.2 |
| 2085 | 2024-05-05T01:03:02.399Z | Checking ron v0.8.1 |
| 2086 | 2024-05-05T01:03:02.496Z | Checking hashbrown v0.13.2 |
| 2087 | 2024-05-05T01:03:02.769Z | Checking crc-any v2.4.3 |
| 2088 | 2024-05-05T01:03:03.126Z | Checking path-slash v0.1.5 |
| 2089 | 2024-05-05T01:03:03.192Z | Checking display-error-chain v0.2.0 |
| 2090 | 2024-05-05T01:03:03.261Z | Compiling convert_case v0.4.0 |
| 2091 | 2024-05-05T01:03:03.265Z | Compiling async-recursion v1.1.0 |
| 2092 | 2024-05-05T01:03:03.327Z | Checking maplit v1.0.2 |
| 2093 | 2024-05-05T01:03:03.423Z | Compiling buf-list v1.0.3 |
| 2094 | 2024-05-05T01:03:03.453Z | Checking object v0.30.4 |
| 2095 | 2024-05-05T01:03:03.553Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2096 | 2024-05-05T01:03:03.805Z | Checking gethostname v0.4.3 |
| 2097 | 2024-05-05T01:03:03.941Z | Compiling libefi-sys v0.1.0 |
| 2098 | 2024-05-05T01:03:04.232Z | Compiling parking_lot_core v0.8.6 |
| 2099 | 2024-05-05T01:03:04.250Z | Compiling derive_more v0.99.17 |
| 2100 | 2024-05-05T01:03:04.426Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2101 | 2024-05-05T01:03:04.924Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2102 | 2024-05-05T01:03:05.022Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2103 | 2024-05-05T01:03:05.037Z | Checking keccak v0.1.4 |
| 2104 | 2024-05-05T01:03:05.042Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2105 | 2024-05-05T01:03:05.154Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2106 | 2024-05-05T01:03:05.333Z | Checking parking_lot v0.11.2 |
| 2107 | 2024-05-05T01:03:05.350Z | Checking sha3 v0.10.8 |
| 2108 | 2024-05-05T01:03:05.430Z | Checking trust-dns-client v0.22.0 |
| 2109 | 2024-05-05T01:03:05.452Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2110 | 2024-05-05T01:03:05.483Z | Checking toml v0.5.11 |
| 2111 | 2024-05-05T01:03:05.584Z | Checking secrecy v0.8.0 |
| 2112 | 2024-05-05T01:03:05.691Z | Compiling pin-project-internal v1.1.3 |
| 2113 | 2024-05-05T01:03:05.781Z | Checking sled v0.34.7 |
| 2114 | 2024-05-05T01:03:06.582Z | Compiling vte_generate_state_changes v0.1.1 |
| 2115 | 2024-05-05T01:03:06.943Z | Checking trust-dns-server v0.22.1 |
| 2116 | 2024-05-05T01:03:07.258Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2117 | 2024-05-05T01:03:07.582Z | Checking vte v0.11.1 |
| 2118 | 2024-05-05T01:03:08.529Z | Checking fd-lock v4.0.2 |
| 2119 | 2024-05-05T01:03:08.713Z | Compiling glob v0.3.1 |
| 2120 | 2024-05-05T01:03:08.922Z | Checking pin-project v1.1.3 |
| 2121 | 2024-05-05T01:03:09.023Z | Checking strip-ansi-escapes v0.2.0 |
| 2122 | 2024-05-05T01:03:09.157Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2123 | 2024-05-05T01:03:09.170Z | Checking nu-ansi-term v0.50.0 |
| 2124 | 2024-05-05T01:03:09.187Z | Compiling platforms v3.0.2 |
| 2125 | 2024-05-05T01:03:09.410Z | Compiling prettyplease v0.2.19 |
| 2126 | 2024-05-05T01:03:09.477Z | Compiling snafu-derive v0.8.2 |
| 2127 | 2024-05-05T01:03:09.552Z | Checking reedline v0.31.0 |
| 2128 | 2024-05-05T01:03:09.636Z | Checking globset v0.4.13 |
| 2129 | 2024-05-05T01:03:09.713Z | Checking olpc-cjson v0.1.3 |
| 2130 | 2024-05-05T01:03:09.917Z | Checking serde_plain v1.0.2 |
| 2131 | 2024-05-05T01:03:10.134Z | Compiling memoffset v0.7.1 |
| 2132 | 2024-05-05T01:03:10.157Z | Checking typed-path v0.7.0 |
| 2133 | 2024-05-05T01:03:10.437Z | Compiling crunchy v0.2.2 |
| 2134 | 2024-05-05T01:03:10.965Z | Compiling curve25519-dalek v4.1.2 |
| 2135 | 2024-05-05T01:03:11.031Z | Compiling clang-sys v1.6.1 |
| 2136 | 2024-05-05T01:03:11.611Z | Checking fs-err v2.11.0 |
| 2137 | 2024-05-05T01:03:11.778Z | Compiling unicase v2.7.0 |
| 2138 | 2024-05-05T01:03:11.899Z | Checking parse-size v1.0.0 |
| 2139 | 2024-05-05T01:03:12.040Z | Compiling tiny-keccak v2.0.2 |
| 2140 | 2024-05-05T01:03:12.313Z | Checking universal-hash v0.5.1 |
| 2141 | 2024-05-05T01:03:12.383Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2142 | 2024-05-05T01:03:12.404Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2143 | 2024-05-05T01:03:12.479Z | Checking nanorand v0.7.0 |
| 2144 | 2024-05-05T01:03:12.838Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2145 | 2024-05-05T01:03:12.877Z | Compiling cfg_aliases v0.1.1 |
| 2146 | 2024-05-05T01:03:12.975Z | Checking opaque-debug v0.3.0 |
| 2147 | 2024-05-05T01:03:13.062Z | Checking signature v1.6.4 |
| 2148 | 2024-05-05T01:03:13.134Z | Compiling salty v0.2.0 |
| 2149 | 2024-05-05T01:03:13.186Z | Checking ed25519 v1.5.3 |
| 2150 | 2024-05-05T01:03:13.413Z | Checking poly1305 v0.8.0 |
| 2151 | 2024-05-05T01:03:13.667Z | Compiling nix v0.28.0 |
| 2152 | 2024-05-05T01:03:13.715Z | Checking flume v0.11.0 |
| 2153 | 2024-05-05T01:03:13.848Z | Compiling ascii-canvas v3.0.0 |
| 2154 | 2024-05-05T01:03:14.366Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2155 | 2024-05-05T01:03:14.450Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2156 | 2024-05-05T01:03:14.692Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2157 | 2024-05-05T01:03:14.779Z | Checking chacha20 v0.9.1 |
| 2158 | 2024-05-05T01:03:15.084Z | Checking aead v0.5.2 |
| 2159 | 2024-05-05T01:03:15.204Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2160 | 2024-05-05T01:03:15.333Z | Checking snafu v0.8.2 |
| 2161 | 2024-05-05T01:03:15.409Z | Checking serde-big-array v0.5.1 |
| 2162 | 2024-05-05T01:03:15.443Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2163 | 2024-05-05T01:03:15.582Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2164 | 2024-05-05T01:03:15.598Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2165 | 2024-05-05T01:03:15.611Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2166 | 2024-05-05T01:03:15.972Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2167 | 2024-05-05T01:03:16.774Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2168 | 2024-05-05T01:03:16.826Z | Checking tough v0.17.1 |
| 2169 | 2024-05-05T01:03:17.790Z | Checking thiserror-no-std v2.0.2 |
| 2170 | 2024-05-05T01:03:17.894Z | Checking kstat-rs v0.2.3 |
| 2171 | 2024-05-05T01:03:18.013Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2172 | 2024-05-05T01:03:18.217Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2173 | 2024-05-05T01:03:18.550Z | Compiling ena v0.14.2 |
| 2174 | 2024-05-05T01:03:18.664Z | Compiling libloading v0.7.4 |
| 2175 | 2024-05-05T01:03:18.941Z | Compiling diff v0.1.13 |
| 2176 | 2024-05-05T01:03:19.119Z | Compiling bindgen v0.69.2 |
| 2177 | 2024-05-05T01:03:19.271Z | Compiling regex-syntax v0.6.29 |
| 2178 | 2024-05-05T01:03:19.555Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2179 | 2024-05-05T01:03:19.596Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2180 | 2024-05-05T01:03:19.812Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2181 | 2024-05-05T01:03:20.214Z | Checking vsss-rs v3.3.4 |
| 2182 | 2024-05-05T01:03:21.372Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2183 | 2024-05-05T01:03:21.575Z | Checking chacha20poly1305 v0.10.1 |
| 2184 | 2024-05-05T01:03:22.346Z | Compiling lalrpop v0.19.12 |
| 2185 | 2024-05-05T01:03:22.398Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2186 | 2024-05-05T01:03:22.482Z | Checking signal-hook-tokio v0.3.1 |
| 2187 | 2024-05-05T01:03:22.619Z | Compiling cexpr v0.6.0 |
| 2188 | 2024-05-05T01:03:22.642Z | Checking serde-big-array v0.4.1 |
| 2189 | 2024-05-05T01:03:22.803Z | Compiling which v4.4.0 |
| 2190 | 2024-05-05T01:03:23.383Z | Compiling shlex v1.3.0 |
| 2191 | 2024-05-05T01:03:23.432Z | Compiling lazycell v1.3.0 |
| 2192 | 2024-05-05T01:03:23.585Z | Compiling ref-cast v1.0.22 |
| 2193 | 2024-05-05T01:03:23.795Z | Compiling peeking_take_while v0.1.2 |
| 2194 | 2024-05-05T01:03:23.925Z | Compiling rustc-hash v1.1.0 |
| 2195 | 2024-05-05T01:03:24.153Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2196 | 2024-05-05T01:03:24.978Z | Compiling mime_guess v2.0.4 |
| 2197 | 2024-05-05T01:03:25.351Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2198 | 2024-05-05T01:03:26.312Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2199 | 2024-05-05T01:03:26.602Z | Compiling derive_builder_core v0.20.0 |
| 2200 | 2024-05-05T01:03:27.647Z | Compiling peg-macros v0.8.2 |
| 2201 | 2024-05-05T01:03:28.108Z | Compiling sqlparser_derive v0.2.2 |
| 2202 | 2024-05-05T01:03:29.012Z | Compiling ref-cast-impl v1.0.22 |
| 2203 | 2024-05-05T01:03:29.240Z | Compiling libxml v0.3.3 |
| 2204 | 2024-05-05T01:03:29.321Z | Checking unicode_categories v0.1.1 |
| 2205 | 2024-05-05T01:03:29.604Z | Checking corncobs v0.1.3 |
| 2206 | 2024-05-05T01:03:29.715Z | Checking rustyline v14.0.0 |
| 2207 | 2024-05-05T01:03:29.784Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2208 | 2024-05-05T01:03:29.954Z | Checking sqlformat v0.2.3 |
| 2209 | 2024-05-05T01:03:30.377Z | Checking sqlparser v0.45.0 |
| 2210 | 2024-05-05T01:03:31.257Z | Compiling derive_builder_macro v0.20.0 |
| 2211 | 2024-05-05T01:03:31.357Z | Checking peg v0.8.2 |
| 2212 | 2024-05-05T01:03:31.410Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2213 | 2024-05-05T01:03:31.710Z | Checking bcs v0.1.6 |
| 2214 | 2024-05-05T01:03:32.215Z | Compiling strum_macros v0.24.3 |
| 2215 | 2024-05-05T01:03:32.243Z | Compiling cookie v0.18.1 |
| 2216 | 2024-05-05T01:03:32.553Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2217 | 2024-05-05T01:03:32.592Z | Checking highway v1.1.0 |
| 2218 | 2024-05-05T01:03:32.862Z | Compiling indoc v1.0.9 |
| 2219 | 2024-05-05T01:03:33.153Z | Checking derive_builder v0.20.0 |
| 2220 | 2024-05-05T01:03:33.952Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2221 | 2024-05-05T01:03:34.263Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2222 | 2024-05-05T01:03:34.513Z | Checking bb8 v0.8.3 |
| 2223 | 2024-05-05T01:03:34.956Z | Checking quick-xml v0.31.0 |
| 2224 | 2024-05-05T01:03:35.765Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2225 | 2024-05-05T01:03:35.876Z | Compiling oso-derive v0.27.3 |
| 2226 | 2024-05-05T01:03:36.090Z | Compiling const_format_proc_macros v0.2.32 |
| 2227 | 2024-05-05T01:03:36.955Z | Checking http-range v0.1.5 |
| 2228 | 2024-05-05T01:03:36.978Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2229 | 2024-05-05T01:03:37.168Z | Checking hyper-staticfile v0.9.5 |
| 2230 | 2024-05-05T01:03:37.578Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2231 | 2024-05-05T01:03:38.440Z | Checking const_format v0.2.32 |
| 2232 | 2024-05-05T01:03:39.503Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2233 | 2024-05-05T01:03:39.517Z | Checking assert_matches v1.5.0 |
| 2234 | 2024-05-05T01:03:39.606Z | Checking rand_seeder v0.2.3 |
| 2235 | 2024-05-05T01:03:39.826Z | Compiling portable-atomic v1.4.3 |
| 2236 | 2024-05-05T01:03:40.897Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2237 | 2024-05-05T01:03:41.214Z | Checking number_prefix v0.4.0 |
| 2238 | 2024-05-05T01:03:41.239Z | Checking castaway v0.2.2 |
| 2239 | 2024-05-05T01:03:41.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2240 | 2024-05-05T01:03:41.388Z | Checking compact_str v0.7.1 |
| 2241 | 2024-05-05T01:03:41.403Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2242 | 2024-05-05T01:03:41.568Z | Checking lru v0.12.1 |
| 2243 | 2024-05-05T01:03:41.705Z | Compiling stability v0.2.0 |
| 2244 | 2024-05-05T01:03:41.818Z | Checking cassowary v0.3.0 |
| 2245 | 2024-05-05T01:03:42.104Z | Compiling indoc v2.0.3 |
| 2246 | 2024-05-05T01:03:42.109Z | Checking indicatif v0.17.8 |
| 2247 | 2024-05-05T01:03:42.263Z | Checking unicode-linebreak v0.1.5 |
| 2248 | 2024-05-05T01:03:43.068Z | Checking smawk v0.3.1 |
| 2249 | 2024-05-05T01:03:43.073Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2250 | 2024-05-05T01:03:43.073Z | Checking is_ci v1.2.0 |
| 2251 | 2024-05-05T01:03:43.073Z | Checking textwrap v0.16.1 |
| 2252 | 2024-05-05T01:03:43.073Z | Checking supports-color v3.0.0 |
| 2253 | 2024-05-05T01:03:43.073Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2254 | 2024-05-05T01:03:43.124Z | Checking fatfs v0.3.6 |
| 2255 | 2024-05-05T01:03:43.213Z | Checking rtoolbox v0.0.1 |
| 2256 | 2024-05-05T01:03:43.242Z | Checking ratatui v0.26.2 |
| 2257 | 2024-05-05T01:03:43.384Z | Checking rpassword v7.3.1 |
| 2258 | 2024-05-05T01:03:43.522Z | Checking shell-words v1.1.0 |
| 2259 | 2024-05-05T01:03:43.574Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2260 | 2024-05-05T01:03:43.702Z | Checking yansi v0.5.1 |
| 2261 | 2024-05-05T01:03:44.107Z | Compiling target-lexicon v0.12.13 |
| 2262 | 2024-05-05T01:03:44.161Z | Checking pretty_assertions v1.4.0 |
| 2263 | 2024-05-05T01:03:44.352Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2264 | 2024-05-05T01:03:44.627Z | Compiling doc-comment v0.3.3 |
| 2265 | 2024-05-05T01:03:45.151Z | Checking plotters-backend v0.3.5 |
| 2266 | 2024-05-05T01:03:45.325Z | Compiling guppy-workspace-hack v0.1.0 |
| 2267 | 2024-05-05T01:03:45.632Z | Checking plotters-svg v0.3.5 |
| 2268 | 2024-05-05T01:03:45.869Z | Checking http-body v1.0.0 |
| 2269 | 2024-05-05T01:03:45.943Z | Checking tower-layer v0.3.2 |
| 2270 | 2024-05-05T01:03:46.153Z | Checking tui-tree-widget v0.19.0 |
| 2271 | 2024-05-05T01:03:46.169Z | Compiling assert_cmd v2.0.14 |
| 2272 | 2024-05-05T01:03:46.184Z | Compiling target-spec v3.1.0 |
| 2273 | 2024-05-05T01:03:46.304Z | Checking cast v0.3.0 |
| 2274 | 2024-05-05T01:03:46.449Z | Checking cfg-expr v0.15.6 |
| 2275 | 2024-05-05T01:03:46.591Z | Checking tower v0.4.13 |
| 2276 | 2024-05-05T01:03:46.606Z | Checking hyper v1.1.0 |
| 2277 | 2024-05-05T01:03:46.610Z | Checking criterion-plot v0.5.0 |
| 2278 | 2024-05-05T01:03:46.836Z | Checking plotters v0.3.5 |
| 2279 | 2024-05-05T01:03:47.198Z | Checking tinytemplate v1.2.1 |
| 2280 | 2024-05-05T01:03:47.232Z | Checking cargo-platform v0.1.3 |
| 2281 | 2024-05-05T01:03:47.385Z | Checking oorandom v11.1.3 |
| 2282 | 2024-05-05T01:03:47.507Z | Checking anes v0.1.6 |
| 2283 | 2024-05-05T01:03:47.537Z | Checking cargo_metadata v0.18.1 |
| 2284 | 2024-05-05T01:03:47.833Z | Checking hyper-util v0.1.2 |
| 2285 | 2024-05-05T01:03:47.937Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2286 | 2024-05-05T01:03:48.717Z | Checking rustls-native-certs v0.7.0 |
| 2287 | 2024-05-05T01:03:48.722Z | Checking httptest v0.15.5 |
| 2288 | 2024-05-05T01:03:48.722Z | Checking criterion v0.5.1 |
| 2289 | 2024-05-05T01:03:49.147Z | Checking pathdiff v0.2.1 |
| 2290 | 2024-05-05T01:03:49.160Z | Checking nested v0.1.1 |
| 2291 | 2024-05-05T01:03:49.261Z | Checking hyper-rustls v0.26.0 |
| 2292 | 2024-05-05T01:03:49.285Z | Checking escape8259 v0.5.2 |
| 2293 | 2024-05-05T01:03:49.332Z | Checking guppy v0.17.5 |
| 2294 | 2024-05-05T01:03:49.462Z | Checking threadpool v1.8.1 |
| 2295 | 2024-05-05T01:03:49.660Z | Checking libtest-mimic v0.7.2 |
| 2296 | 2024-05-05T01:03:50.132Z | Checking similar-asserts v1.5.0 |
| 2297 | 2024-05-05T01:03:50.353Z | Checking fancy-regex v0.13.0 |
| 2298 | 2024-05-05T01:03:50.367Z | Compiling rstest_macros v0.19.0 |
| 2299 | 2024-05-05T01:03:51.093Z | Checking datatest-stable v0.2.9 |
| 2300 | 2024-05-05T01:03:51.364Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2301 | 2024-05-05T01:03:51.421Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2302 | 2024-05-05T01:03:51.437Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2303 | 2024-05-05T01:03:51.727Z | Checking csv-core v0.1.11 |
| 2304 | 2024-05-05T01:03:51.854Z | Compiling trybuild v1.0.91 |
| 2305 | 2024-05-05T01:03:52.036Z | Checking constant_time_eq v0.2.6 |
| 2306 | 2024-05-05T01:03:52.065Z | Compiling relative-path v1.9.0 |
| 2307 | 2024-05-05T01:03:52.183Z | Checking blake2b_simd v1.0.1 |
| 2308 | 2024-05-05T01:03:52.309Z | Checking csv v1.3.0 |
| 2309 | 2024-05-05T01:03:52.803Z | Checking multimap v0.10.0 |
| 2310 | 2024-05-05T01:03:53.001Z | Checking futures-timer v3.0.2 |
| 2311 | 2024-05-05T01:03:53.078Z | Checking rust-argon2 v2.1.0 |
| 2312 | 2024-05-05T01:03:53.491Z | Checking partial-io v0.5.4 |
| 2313 | 2024-05-05T01:03:53.830Z | Checking approx v0.5.1 |
| 2314 | 2024-05-05T01:03:54.045Z | Checking uzers v0.11.3 |
| 2315 | 2024-05-05T01:03:54.747Z | Checking termios v0.3.3 |
| 2316 | 2024-05-05T01:03:54.753Z | Checking hex-literal v0.4.1 |
| 2317 | 2024-05-05T01:03:56.161Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2318 | 2024-05-05T01:03:56.384Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2319 | 2024-05-05T01:03:56.757Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2320 | 2024-05-05T01:03:58.891Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2321 | 2024-05-05T01:04:00.790Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2322 | 2024-05-05T01:04:02.208Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2323 | 2024-05-05T01:04:03.217Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2324 | 2024-05-05T01:04:04.588Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2325 | 2024-05-05T01:04:05.065Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2326 | 2024-05-05T01:04:05.148Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2327 | 2024-05-05T01:04:06.607Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2328 | 2024-05-05T01:04:07.009Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2329 | 2024-05-05T01:04:07.409Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2330 | 2024-05-05T01:04:08.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2331 | 2024-05-05T01:04:08.605Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2332 | 2024-05-05T01:04:08.824Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2333 | 2024-05-05T01:04:09.687Z | Checking rstest v0.19.0 |
| 2334 | 2024-05-05T01:04:12.583Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2335 | 2024-05-05T01:04:12.658Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2336 | 2024-05-05T01:04:13.468Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2337 | 2024-05-05T01:04:14.321Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2338 | 2024-05-05T01:04:14.411Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2339 | 2024-05-05T01:04:15.142Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2340 | 2024-05-05T01:04:15.637Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2341 | 2024-05-05T01:04:18.086Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2342 | 2024-05-05T01:04:18.188Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2343 | 2024-05-05T01:04:19.069Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2344 | 2024-05-05T01:04:20.713Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2345 | 2024-05-05T01:04:21.192Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2346 | 2024-05-05T01:04:22.679Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2347 | 2024-05-05T01:04:23.899Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2348 | 2024-05-05T01:04:25.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2349 | 2024-05-05T01:04:28.882Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2350 | 2024-05-05T01:04:29.793Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2351 | 2024-05-05T01:04:30.385Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2352 | 2024-05-05T01:04:30.807Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2353 | 2024-05-05T01:04:30.848Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2354 | 2024-05-05T01:04:31.648Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2355 | 2024-05-05T01:04:37.320Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2356 | 2024-05-05T01:04:40.781Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2357 | 2024-05-05T01:04:40.813Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2358 | 2024-05-05T01:04:41.785Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2359 | 2024-05-05T01:04:53.622Z | Compiling samael v0.0.15 |
| 2360 | 2024-05-05T01:05:10.127Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2361 | 2024-05-05T01:05:17.792Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2362 | 2024-05-05T01:05:19.099Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2363 | 2024-05-05T01:05:28.949Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2364 | 2024-05-05T01:05:33.109Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2365 | 2024-05-05T01:05:41.144Z | Compiling polar-core v0.27.3 |
| 2366 | 2024-05-05T01:05:48.494Z | Checking oso v0.27.3 |
| 2367 | 2024-05-05T01:06:14.124Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2368 | 2024-05-05T01:06:14.124Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2369 | 2024-05-05T01:06:14.127Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2370 | 2024-05-05T01:07:12.910Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 35s |
| 2371 | 2024-05-05T01:07:13.105Z | |
| 2372 | 2024-05-05T01:07:13.105Z | real 7:22.413871597 |
| 2373 | 2024-05-05T01:07:13.105Z | user 37:33.365970884 |
| 2374 | 2024-05-05T01:07:13.105Z | sys 6:38.132390038 |
| 2375 | 2024-05-05T01:07:13.105Z | trap 1.011231009 |
| 2376 | 2024-05-05T01:07:13.105Z | tflt 8.504473967 |
| 2377 | 2024-05-05T01:07:13.108Z | dflt 8.051114384 |
| 2378 | 2024-05-05T01:07:13.108Z | kflt 0.019294590 |
| 2379 | 2024-05-05T01:07:13.109Z | lock 57:11.139644981 |
| 2380 | 2024-05-05T01:07:13.109Z | slp 1:55:41.409190063 |
| 2381 | 2024-05-05T01:07:13.109Z | lat 1:41.464860184 |
| 2382 | 2024-05-05T01:07:13.109Z | stop 4:14.525207539 |
| 2383 | 2024-05-05T01:07:14.018Z | warning: output filename collision. |
| 2384 | 2024-05-05T01:07:14.018Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
| 2385 | 2024-05-05T01:07:14.018Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
| 2386 | 2024-05-05T01:07:14.018Z | The targets should have unique names. |
| 2387 | 2024-05-05T01:07:14.018Z | This is a known bug where multiple crates with the same name use |
| 2388 | 2024-05-05T01:07:14.018Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2389 | 2024-05-05T01:07:14.018Z | warning: output filename collision. |
| 2390 | 2024-05-05T01:07:14.018Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
| 2391 | 2024-05-05T01:07:14.018Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
| 2392 | 2024-05-05T01:07:14.018Z | The targets should have unique names. |
| 2393 | 2024-05-05T01:07:14.018Z | This is a known bug where multiple crates with the same name use |
| 2394 | 2024-05-05T01:07:14.018Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2395 | 2024-05-05T01:07:14.023Z | warning: output filename collision. |
| 2396 | 2024-05-05T01:07:14.023Z | 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?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
| 2397 | 2024-05-05T01:07:14.023Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2398 | 2024-05-05T01:07:14.023Z | The targets should have unique names. |
| 2399 | 2024-05-05T01:07:14.023Z | This is a known bug where multiple crates with the same name use |
| 2400 | 2024-05-05T01:07:14.023Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2401 | 2024-05-05T01:07:14.023Z | warning: output filename collision. |
| 2402 | 2024-05-05T01:07:14.023Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
| 2403 | 2024-05-05T01:07:14.023Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
| 2404 | 2024-05-05T01:07:14.023Z | The targets should have unique names. |
| 2405 | 2024-05-05T01:07:14.023Z | This is a known bug where multiple crates with the same name use |
| 2406 | 2024-05-05T01:07:14.023Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2407 | 2024-05-05T01:07:14.023Z | warning: output filename collision. |
| 2408 | 2024-05-05T01:07:14.023Z | 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)`. |
| 2409 | 2024-05-05T01:07:14.023Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2410 | 2024-05-05T01:07:14.024Z | The targets should have unique names. |
| 2411 | 2024-05-05T01:07:14.024Z | This is a known bug where multiple crates with the same name use |
| 2412 | 2024-05-05T01:07:14.024Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2413 | 2024-05-05T01:07:14.024Z | warning: output filename collision. |
| 2414 | 2024-05-05T01:07:14.024Z | 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)`. |
| 2415 | 2024-05-05T01:07:14.024Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2416 | 2024-05-05T01:07:14.024Z | The targets should have unique names. |
| 2417 | 2024-05-05T01:07:14.024Z | This is a known bug where multiple crates with the same name use |
| 2418 | 2024-05-05T01:07:14.024Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2419 | 2024-05-05T01:07:14.024Z | warning: output filename collision. |
| 2420 | 2024-05-05T01:07:14.024Z | 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
| 2421 | 2024-05-05T01:07:14.024Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
| 2422 | 2024-05-05T01:07:14.024Z | The targets should have unique names. |
| 2423 | 2024-05-05T01:07:14.024Z | This is a known bug where multiple crates with the same name use |
| 2424 | 2024-05-05T01:07:14.024Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2425 | 2024-05-05T01:07:14.024Z | warning: output filename collision. |
| 2426 | 2024-05-05T01:07:14.024Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#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)`. |
| 2427 | 2024-05-05T01:07:14.024Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2428 | 2024-05-05T01:07:14.024Z | The targets should have unique names. |
| 2429 | 2024-05-05T01:07:14.024Z | This is a known bug where multiple crates with the same name use |
| 2430 | 2024-05-05T01:07:14.024Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2431 | 2024-05-05T01:07:14.024Z | warning: output filename collision. |
| 2432 | 2024-05-05T01:07:14.024Z | 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`. |
| 2433 | 2024-05-05T01:07:14.025Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
| 2434 | 2024-05-05T01:07:14.025Z | The targets should have unique names. |
| 2435 | 2024-05-05T01:07:14.025Z | This is a known bug where multiple crates with the same name use |
| 2436 | 2024-05-05T01:07:14.025Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2437 | 2024-05-05T01:07:14.521Z | Documenting libc v0.2.153 |
| 2438 | 2024-05-05T01:07:14.569Z | Documenting cfg-if v1.0.0 |
| 2439 | 2024-05-05T01:07:14.581Z | Documenting serde_derive v1.0.199 |
| 2440 | 2024-05-05T01:07:14.611Z | Documenting log v0.4.21 |
| 2441 | 2024-05-05T01:07:14.627Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2442 | 2024-05-05T01:07:14.643Z | Documenting memchr v2.7.1 |
| 2443 | 2024-05-05T01:07:14.655Z | Documenting byteorder v1.5.0 |
| 2444 | 2024-05-05T01:07:14.670Z | Documenting scopeguard v1.2.0 |
| 2445 | 2024-05-05T01:07:14.909Z | Documenting smallvec v1.13.1 |
| 2446 | 2024-05-05T01:07:17.755Z | Documenting itoa v1.0.9 |
| 2447 | 2024-05-05T01:07:17.806Z | Documenting lock_api v0.4.10 |
| 2448 | 2024-05-05T01:07:18.492Z | Documenting pin-project-lite v0.2.13 |
| 2449 | 2024-05-05T01:07:18.560Z | Documenting once_cell v1.19.0 |
| 2450 | 2024-05-05T01:07:18.579Z | Documenting libm v0.2.7 |
| 2451 | 2024-05-05T01:07:19.278Z | Documenting getrandom v0.2.12 |
| 2452 | 2024-05-05T01:07:19.298Z | Documenting parking_lot_core v0.9.8 |
| 2453 | 2024-05-05T01:07:20.870Z | Documenting signal-hook-registry v1.4.1 |
| 2454 | 2024-05-05T01:07:21.141Z | Documenting mio v0.8.11 |
| 2455 | 2024-05-05T01:07:21.309Z | Documenting zeroize_derive v1.4.2 |
| 2456 | 2024-05-05T01:07:22.340Z | Documenting num-traits v0.2.18 |
| 2457 | 2024-05-05T01:07:22.351Z | Documenting serde v1.0.199 |
| 2458 | 2024-05-05T01:07:22.494Z | Documenting thiserror-impl v1.0.59 |
| 2459 | 2024-05-05T01:07:23.412Z | Documenting rand_core v0.6.4 |
| 2460 | 2024-05-05T01:07:24.272Z | Documenting parking_lot v0.12.1 |
| 2461 | 2024-05-05T01:07:25.112Z | Documenting futures-core v0.3.30 |
| 2462 | 2024-05-05T01:07:26.254Z | Documenting zeroize v1.7.0 |
| 2463 | 2024-05-05T01:07:26.555Z | Documenting ryu v1.0.15 |
| 2464 | 2024-05-05T01:07:27.365Z | Documenting num_cpus v1.16.0 |
| 2465 | 2024-05-05T01:07:27.670Z | Documenting thiserror v1.0.59 |
| 2466 | 2024-05-05T01:07:27.845Z | Documenting socket2 v0.5.6 |
| 2467 | 2024-05-05T01:07:29.117Z | Documenting tokio-macros v2.2.0 |
| 2468 | 2024-05-05T01:07:29.258Z | Documenting zerocopy v0.7.32 |
| 2469 | 2024-05-05T01:07:29.783Z | Documenting futures-sink v0.3.30 |
| 2470 | 2024-05-05T01:07:44.374Z | Documenting typenum v1.16.0 |
| 2471 | 2024-05-05T01:07:44.375Z | Documenting pin-utils v0.1.0 |
| 2472 | 2024-05-05T01:07:44.375Z | Documenting subtle v2.5.0 |
| 2473 | 2024-05-05T01:07:44.375Z | Documenting slab v0.4.9 |
| 2474 | 2024-05-05T01:07:44.428Z | Documenting futures-channel v0.3.30 |
| 2475 | 2024-05-05T01:07:44.428Z | Documenting futures-macro v0.3.30 |
| 2476 | 2024-05-05T01:07:44.428Z | Documenting bytes v1.6.0 |
| 2477 | 2024-05-05T01:07:44.839Z | Documenting bitflags v2.4.2 |
| 2478 | 2024-05-05T01:07:44.900Z | Documenting serde_json v1.0.116 |
| 2479 | 2024-05-05T01:07:44.954Z | Documenting iana-time-zone v0.1.57 |
| 2480 | 2024-05-05T01:07:44.954Z | Documenting futures-io v0.3.30 |
| 2481 | 2024-05-05T01:07:45.079Z | Documenting futures-task v0.3.30 |
| 2482 | 2024-05-05T01:07:45.231Z | Documenting uuid v1.8.0 |
| 2483 | 2024-05-05T01:07:45.884Z | Documenting generic-array v0.14.7 |
| 2484 | 2024-05-05T01:07:47.749Z | Documenting tokio v1.37.0 |
| 2485 | 2024-05-05T01:07:48.923Z | Documenting chrono v0.4.38 |
| 2486 | 2024-05-05T01:07:48.955Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2487 | 2024-05-05T01:07:49.371Z | Documenting futures-util v0.3.30 |
| 2488 | 2024-05-05T01:07:49.374Z | Documenting ahash v0.8.8 |
| 2489 | 2024-05-05T01:07:49.657Z | Documenting allocator-api2 v0.2.16 |
| 2490 | 2024-05-05T01:07:50.439Z | Documenting crypto-common v0.1.6 |
| 2491 | 2024-05-05T01:07:51.516Z | Documenting const-oid v0.9.6 |
| 2492 | 2024-05-05T01:07:53.880Z | Documenting tinyvec_macros v0.1.1 |
| 2493 | 2024-05-05T01:07:53.914Z | Documenting hashbrown v0.14.3 |
| 2494 | 2024-05-05T01:07:55.195Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2495 | 2024-05-05T01:07:55.374Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2496 | 2024-05-05T01:07:56.029Z | Documenting tracing-core v0.1.32 |
| 2497 | 2024-05-05T01:07:56.153Z | Documenting serde_derive_internals v0.29.0 |
| 2498 | 2024-05-05T01:07:56.741Z | Documenting tinyvec v1.6.0 |
| 2499 | 2024-05-05T01:07:57.734Z | Checking serde_derive_internals v0.29.0 |
| 2500 | 2024-05-05T01:07:58.313Z | Documenting tracing-attributes v0.1.27 |
| 2501 | 2024-05-05T01:07:59.044Z | Documenting dyn-clone v1.0.17 |
| 2502 | 2024-05-05T01:07:59.235Z | Documenting ppv-lite86 v0.2.17 |
| 2503 | 2024-05-05T01:07:59.612Z | Documenting unicode-bidi v0.3.15 |
| 2504 | 2024-05-05T01:08:00.576Z | Documenting unicode-normalization v0.1.22 |
| 2505 | 2024-05-05T01:08:02.677Z | Documenting lazy_static v1.4.0 |
| 2506 | 2024-05-05T01:08:02.911Z | Documenting rand_chacha v0.3.1 |
| 2507 | 2024-05-05T01:08:03.171Z | Documenting schemars_derive v0.8.17 |
| 2508 | 2024-05-05T01:08:04.222Z | Documenting percent-encoding v2.3.1 |
| 2509 | 2024-05-05T01:08:04.501Z | Documenting block-buffer v0.10.4 |
| 2510 | 2024-05-05T01:08:07.028Z | Documenting equivalent v1.0.1 |
| 2511 | 2024-05-05T01:08:07.299Z | Documenting powerfmt v0.2.0 |
| 2512 | 2024-05-05T01:08:07.926Z | Documenting rand v0.8.5 |
| 2513 | 2024-05-05T01:08:08.230Z | Documenting schemars v0.8.17 |
| 2514 | 2024-05-05T01:08:08.374Z | Documenting fnv v1.0.7 |
| 2515 | 2024-05-05T01:08:08.610Z | Documenting form_urlencoded v1.2.1 |
| 2516 | 2024-05-05T01:08:10.313Z | Documenting deranged v0.3.11 |
| 2517 | 2024-05-05T01:08:10.411Z | Documenting indexmap v2.2.6 |
| 2518 | 2024-05-05T01:08:12.045Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2024-05-05T01:08:12.566Z | Documenting digest v0.10.7 |
| 2520 | 2024-05-05T01:08:12.840Z | Documenting time-macros v0.2.17 |
| 2521 | 2024-05-05T01:08:13.357Z | Documenting unicode-width v0.1.11 |
| 2522 | 2024-05-05T01:08:14.908Z | Documenting tracing v0.1.40 |
| 2523 | 2024-05-05T01:08:15.460Z | Documenting num-conv v0.1.0 |
| 2524 | 2024-05-05T01:08:15.820Z | Documenting time-core v0.1.2 |
| 2525 | 2024-05-05T01:08:16.183Z | Documenting num_threads v0.1.6 |
| 2526 | 2024-05-05T01:08:16.195Z | Documenting idna v0.5.0 |
| 2527 | 2024-05-05T01:08:17.677Z | Documenting errno v0.3.8 |
| 2528 | 2024-05-05T01:08:20.120Z | Documenting unicode-ident v1.0.12 |
| 2529 | 2024-05-05T01:08:26.052Z | Documenting adler v1.0.2 |
| 2530 | 2024-05-05T01:08:26.108Z | Documenting slog v2.7.0 |
| 2531 | 2024-05-05T01:08:26.174Z | Documenting time v0.3.34 |
| 2532 | 2024-05-05T01:08:26.187Z | Documenting url v2.5.0 |
| 2533 | 2024-05-05T01:08:26.247Z | Documenting rustix v0.38.31 |
| 2534 | 2024-05-05T01:08:26.900Z | Documenting httparse v1.8.0 |
| 2535 | 2024-05-05T01:08:28.338Z | Documenting proc-macro2 v1.0.81 |
| 2536 | 2024-05-05T01:08:29.394Z | Documenting miniz_oxide v0.7.1 |
| 2537 | 2024-05-05T01:08:30.592Z | Documenting cpufeatures v0.2.12 |
| 2538 | 2024-05-05T01:08:31.106Z | Documenting async-trait v0.1.80 |
| 2539 | 2024-05-05T01:08:31.327Z | Documenting httpdate v1.0.3 |
| 2540 | 2024-05-05T01:08:32.067Z | Documenting try-lock v0.2.4 |
| 2541 | 2024-05-05T01:08:33.620Z | Documenting http-body v0.4.5 |
| 2542 | 2024-05-05T01:08:33.741Z | Documenting quote v1.0.36 |
| 2543 | 2024-05-05T01:08:34.164Z | Documenting aho-corasick v1.1.2 |
| 2544 | 2024-05-05T01:08:34.186Z | Documenting openssl-sys v0.9.102 |
| 2545 | 2024-05-05T01:08:36.560Z | Documenting openssl-macros v0.1.1 |
| 2546 | 2024-05-05T01:08:36.560Z | Documenting want v0.3.1 |
| 2547 | 2024-05-05T01:08:36.560Z | Documenting tokio-util v0.7.10 |
| 2548 | 2024-05-05T01:08:37.250Z | Documenting tower-service v0.3.2 |
| 2549 | 2024-05-05T01:08:37.889Z | Documenting syn v2.0.60 |
| 2550 | 2024-05-05T01:08:39.053Z | Documenting regex-syntax v0.8.2 |
| 2551 | 2024-05-05T01:08:39.459Z | Documenting gimli v0.28.0 |
| 2552 | 2024-05-05T01:08:40.299Z | Documenting mime v0.3.17 |
| 2553 | 2024-05-05T01:08:40.968Z | Documenting object v0.32.1 |
| 2554 | 2024-05-05T01:08:40.979Z | Documenting openssl v0.10.64 |
| 2555 | 2024-05-05T01:08:41.339Z | Documenting openssl-probe v0.1.5 |
| 2556 | 2024-05-05T01:08:42.217Z | Documenting h2 v0.3.26 |
| 2557 | 2024-05-05T01:08:44.626Z | Documenting rustc-demangle v0.1.23 |
| 2558 | 2024-05-05T01:08:45.589Z | Documenting ipnet v2.9.0 |
| 2559 | 2024-05-05T01:08:45.912Z | Documenting regex-automata v0.4.5 |
| 2560 | 2024-05-05T01:08:46.046Z | Documenting addr2line v0.21.0 |
| 2561 | 2024-05-05T01:08:48.059Z | Documenting base64ct v1.6.0 |
| 2562 | 2024-05-05T01:08:49.823Z | Documenting native-tls v0.2.11 |
| 2563 | 2024-05-05T01:08:49.964Z | Documenting futures-executor v0.3.30 |
| 2564 | 2024-05-05T01:08:50.419Z | Documenting encoding_rs v0.8.33 |
| 2565 | 2024-05-05T01:08:52.828Z | Documenting hyper v0.14.28 |
| 2566 | 2024-05-05T01:08:52.947Z | Documenting backtrace v0.3.69 |
| 2567 | 2024-05-05T01:08:53.151Z | Documenting psl-types v2.0.11 |
| 2568 | 2024-05-05T01:08:54.664Z | Documenting serde_urlencoded v0.7.1 |
| 2569 | 2024-05-05T01:08:54.867Z | Documenting regex v1.10.4 |
| 2570 | 2024-05-05T01:08:55.209Z | Documenting crossbeam-utils v0.8.19 |
| 2571 | 2024-05-05T01:08:55.348Z | Documenting tokio-native-tls v0.3.1 |
| 2572 | 2024-05-05T01:08:56.135Z | Documenting publicsuffix v2.2.3 |
| 2573 | 2024-05-05T01:08:58.278Z | Documenting anyhow v1.0.82 |
| 2574 | 2024-05-05T01:08:59.142Z | Documenting utf8parse v0.2.1 |
| 2575 | 2024-05-05T01:09:00.184Z | Documenting futures v0.3.30 |
| 2576 | 2024-05-05T01:09:00.346Z | Documenting pem-rfc7468 v0.7.0 |
| 2577 | 2024-05-05T01:09:01.038Z | Documenting cookie_store v0.20.0 |
| 2578 | 2024-05-05T01:09:01.269Z | Checking pest_meta v2.7.6 |
| 2579 | 2024-05-05T01:09:01.355Z | Documenting der_derive v0.7.2 |
| 2580 | 2024-05-05T01:09:02.140Z | Documenting sync_wrapper v0.1.2 |
| 2581 | 2024-05-05T01:09:02.516Z | Documenting webpki-roots v0.25.2 |
| 2582 | 2024-05-05T01:09:03.240Z | Documenting flagset v0.4.3 |
| 2583 | 2024-05-05T01:09:05.102Z | Documenting num-integer v0.1.46 |
| 2584 | 2024-05-05T01:09:05.448Z | Documenting hyper-rustls v0.24.2 |
| 2585 | 2024-05-05T01:09:05.460Z | Documenting hyper-tls v0.5.0 |
| 2586 | 2024-05-05T01:09:06.533Z | Documenting pest_meta v2.7.6 |
| 2587 | 2024-05-05T01:09:06.547Z | Documenting scroll_derive v0.12.0 |
| 2588 | 2024-05-05T01:09:06.821Z | Documenting der v0.7.8 |
| 2589 | 2024-05-05T01:09:07.353Z | Checking pest_generator v2.7.6 |
| 2590 | 2024-05-05T01:09:08.038Z | Documenting openapiv3 v2.0.0 |
| 2591 | 2024-05-05T01:09:08.298Z | Documenting ucd-trie v0.1.6 |
| 2592 | 2024-05-05T01:09:10.289Z | Documenting plain v0.2.3 |
| 2593 | 2024-05-05T01:09:11.617Z | Documenting pest_generator v2.7.6 |
| 2594 | 2024-05-05T01:09:12.219Z | Documenting spki v0.7.2 |
| 2595 | 2024-05-05T01:09:12.222Z | Documenting spin v0.9.8 |
| 2596 | 2024-05-05T01:09:12.284Z | Documenting pest v2.7.6 |
| 2597 | 2024-05-05T01:09:12.344Z | Documenting scroll v0.12.0 |
| 2598 | 2024-05-05T01:09:13.184Z | Documenting either v1.11.0 |
| 2599 | 2024-05-05T01:09:13.875Z | Documenting reqwest v0.11.27 |
| 2600 | 2024-05-05T01:09:15.378Z | Documenting pretty-hex v0.4.1 |
| 2601 | 2024-05-05T01:09:15.692Z | Documenting anstyle v1.0.6 |
| 2602 | 2024-05-05T01:09:16.545Z | Documenting goblin v0.8.0 |
| 2603 | 2024-05-05T01:09:16.647Z | Documenting pkcs8 v0.10.2 |
| 2604 | 2024-05-05T01:09:16.731Z | Documenting pest_derive v2.7.6 |
| 2605 | 2024-05-05T01:09:17.714Z | Documenting anstyle-parse v0.2.1 |
| 2606 | 2024-05-05T01:09:18.422Z | Documenting thread-id v4.2.0 |
| 2607 | 2024-05-05T01:09:18.499Z | Documenting data-encoding v2.4.0 |
| 2608 | 2024-05-05T01:09:19.795Z | Documenting colorchoice v1.0.0 |
| 2609 | 2024-05-05T01:09:21.061Z | Documenting anstyle-query v1.0.0 |
| 2610 | 2024-05-05T01:09:21.258Z | Documenting dtrace-parser v0.2.0 |
| 2611 | 2024-05-05T01:09:21.382Z | Documenting crossbeam-epoch v0.9.18 |
| 2612 | 2024-05-05T01:09:22.678Z | Documenting terminal_size v0.3.0 |
| 2613 | 2024-05-05T01:09:23.062Z | Documenting sha2 v0.10.8 |
| 2614 | 2024-05-05T01:09:23.270Z | Documenting ipnetwork v0.20.0 |
| 2615 | 2024-05-05T01:09:24.772Z | Documenting dof v0.3.0 |
| 2616 | 2024-05-05T01:09:25.190Z | Documenting hex v0.4.3 |
| 2617 | 2024-05-05T01:09:25.756Z | Documenting crc32fast v1.3.2 |
| 2618 | 2024-05-05T01:09:25.759Z | Documenting anstream v0.6.11 |
| 2619 | 2024-05-05T01:09:26.215Z | Documenting strsim v0.11.0 |
| 2620 | 2024-05-05T01:09:27.739Z | Documenting clap_lex v0.7.0 |
| 2621 | 2024-05-05T01:09:28.065Z | Documenting untrusted v0.9.0 |
| 2622 | 2024-05-05T01:09:29.553Z | Documenting unicode-segmentation v1.10.1 |
| 2623 | 2024-05-05T01:09:29.697Z | Documenting num-iter v0.1.44 |
| 2624 | 2024-05-05T01:09:29.991Z | Documenting usdt-impl v0.5.0 |
| 2625 | 2024-05-05T01:09:30.061Z | Documenting hmac v0.12.1 |
| 2626 | 2024-05-05T01:09:30.352Z | Documenting signal-hook v0.3.17 |
| 2627 | 2024-05-05T01:09:30.455Z | Documenting clap_derive v4.5.4 |
| 2628 | 2024-05-05T01:09:30.999Z | Documenting ring v0.17.8 |
| 2629 | 2024-05-05T01:09:31.639Z | Documenting clap_builder v4.5.2 |
| 2630 | 2024-05-05T01:09:33.387Z | Documenting base64 v0.22.0 |
| 2631 | 2024-05-05T01:09:34.253Z | Documenting static_assertions v1.1.0 |
| 2632 | 2024-05-05T01:09:34.583Z | Documenting flate2 v1.0.28 |
| 2633 | 2024-05-05T01:09:35.485Z | Documenting managed v0.8.0 |
| 2634 | 2024-05-05T01:09:36.050Z | Documenting signal-hook-mio v0.2.3 |
| 2635 | 2024-05-05T01:09:36.669Z | Documenting enum-as-inner v0.5.1 |
| 2636 | 2024-05-05T01:09:36.753Z | Documenting block-padding v0.3.3 |
| 2637 | 2024-05-05T01:09:37.274Z | Documenting scheduled-thread-pool v0.2.7 |
| 2638 | 2024-05-05T01:09:37.563Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2639 | 2024-05-05T01:09:38.390Z | Documenting clap v4.5.4 |
| 2640 | 2024-05-05T01:09:38.919Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2641 | 2024-05-05T01:09:39.184Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2642 | 2024-05-05T01:09:39.348Z | Documenting md-5 v0.10.5 |
| 2643 | 2024-05-05T01:09:41.055Z | Documenting crossterm v0.27.0 |
| 2644 | 2024-05-05T01:09:41.461Z | Documenting inout v0.1.3 |
| 2645 | 2024-05-05T01:09:41.462Z | Documenting trust-dns-proto v0.22.0 |
| 2646 | 2024-05-05T01:09:42.266Z | Documenting r2d2 v0.8.10 |
| 2647 | 2024-05-05T01:09:42.463Z | Documenting bzip2 v0.4.4 |
| 2648 | 2024-05-05T01:09:43.853Z | Documenting stringprep v0.1.3 |
| 2649 | 2024-05-05T01:09:43.984Z | Documenting regress v0.9.1 |
| 2650 | 2024-05-05T01:09:44.618Z | Documenting diesel_derives v2.1.2 |
| 2651 | 2024-05-05T01:09:45.798Z | Documenting ff v0.13.0 |
| 2652 | 2024-05-05T01:09:46.472Z | Documenting toml_datetime v0.6.5 |
| 2653 | 2024-05-05T01:09:46.577Z | Documenting serde_spanned v0.6.5 |
| 2654 | 2024-05-05T01:09:47.510Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2655 | 2024-05-05T01:09:48.842Z | Documenting bit-vec v0.6.3 |
| 2656 | 2024-05-05T01:09:50.215Z | Documenting fallible-iterator v0.2.0 |
| 2657 | 2024-05-05T01:09:50.493Z | Documenting siphasher v0.3.11 |
| 2658 | 2024-05-05T01:09:50.798Z | Documenting winnow v0.6.1 |
| 2659 | 2024-05-05T01:09:50.896Z | Documenting base16ct v0.2.0 |
| 2660 | 2024-05-05T01:09:51.094Z | Documenting group v0.13.0 |
| 2661 | 2024-05-05T01:09:51.583Z | Documenting zip v0.6.6 |
| 2662 | 2024-05-05T01:09:52.318Z | Documenting diesel v2.1.6 |
| 2663 | 2024-05-05T01:09:53.440Z | Documenting cipher v0.4.4 |
| 2664 | 2024-05-05T01:09:54.004Z | Documenting phf_shared v0.11.2 |
| 2665 | 2024-05-05T01:09:54.578Z | Documenting sec1 v0.7.3 |
| 2666 | 2024-05-05T01:09:55.298Z | Documenting postgres-protocol v0.6.6 |
| 2667 | 2024-05-05T01:09:55.938Z | Documenting hkdf v0.12.4 |
| 2668 | 2024-05-05T01:09:56.967Z | Documenting num-bigint v0.4.4 |
| 2669 | 2024-05-05T01:09:57.121Z | Documenting toml_edit v0.22.12 |
| 2670 | 2024-05-05T01:09:58.249Z | Documenting bstr v1.9.0 |
| 2671 | 2024-05-05T01:10:07.918Z | Documenting console v0.15.8 |
| 2672 | 2024-05-05T01:10:15.121Z | Documenting crypto-bigint v0.5.2 |
| 2673 | 2024-05-05T01:10:15.367Z | Documenting hubpack v0.1.2 |
| 2674 | 2024-05-05T01:10:15.730Z | Documenting serde_repr v0.1.16 |
| 2675 | 2024-05-05T01:10:15.821Z | Checking strsim v0.10.0 |
| 2676 | 2024-05-05T01:10:16.033Z | Documenting fixedbitset v0.4.2 |
| 2677 | 2024-05-05T01:10:16.086Z | Documenting new_debug_unreachable v1.0.4 |
| 2678 | 2024-05-05T01:10:16.189Z | Documenting precomputed-hash v0.1.1 |
| 2679 | 2024-05-05T01:10:16.387Z | Documenting heck v0.5.0 |
| 2680 | 2024-05-05T01:10:18.333Z | Documenting lalrpop-util v0.19.12 |
| 2681 | 2024-05-05T01:10:19.562Z | Documenting minimal-lexical v0.2.1 |
| 2682 | 2024-05-05T01:10:19.707Z | Checking ident_case v1.0.1 |
| 2683 | 2024-05-05T01:10:19.848Z | Checking unsafe-libyaml v0.2.10 |
| 2684 | 2024-05-05T01:10:19.874Z | Documenting petgraph v0.6.4 |
| 2685 | 2024-05-05T01:10:20.020Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 2686 | 2024-05-05T01:10:20.689Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2687 | 2024-05-05T01:10:20.966Z | Documenting yasna v0.5.2 |
| 2688 | 2024-05-05T01:10:30.596Z | Documenting string_cache v0.8.7 |
| 2689 | 2024-05-05T01:10:30.745Z | Documenting postgres-types v0.2.6 |
| 2690 | 2024-05-05T01:10:30.830Z | Documenting nom v7.1.3 |
| 2691 | 2024-05-05T01:10:31.195Z | Documenting phf v0.11.2 |
| 2692 | 2024-05-05T01:10:31.273Z | Documenting similar v2.4.0 |
| 2693 | 2024-05-05T01:10:31.517Z | Documenting elliptic-curve v0.13.8 |
| 2694 | 2024-05-05T01:10:31.636Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 2695 | 2024-05-05T01:10:32.217Z | Documenting semver v1.0.22 |
| 2696 | 2024-05-05T01:10:35.333Z | Documenting float-cmp v0.9.0 |
| 2697 | 2024-05-05T01:10:36.152Z | Documenting difflib v0.4.0 |
| 2698 | 2024-05-05T01:10:36.788Z | Documenting peg-runtime v0.8.2 |
| 2699 | 2024-05-05T01:10:36.842Z | Documenting normalize-line-endings v0.3.0 |
| 2700 | 2024-05-05T01:10:36.910Z | Documenting whoami v1.5.1 |
| 2701 | 2024-05-05T01:10:38.228Z | Documenting unsafe-libyaml v0.2.10 |
| 2702 | 2024-05-05T01:10:38.628Z | Documenting predicates-core v1.0.6 |
| 2703 | 2024-05-05T01:10:47.864Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
| 2704 | 2024-05-05T01:10:47.972Z | Checking serde_yaml v0.9.25 |
| 2705 | 2024-05-05T01:10:48.085Z | Checking darling_core v0.20.8 |
| 2706 | 2024-05-05T01:10:48.235Z | Documenting tokio-postgres v0.7.10 |
| 2707 | 2024-05-05T01:10:48.319Z | Documenting bit-set v0.5.3 |
| 2708 | 2024-05-05T01:10:48.599Z | Documenting predicates v3.1.0 |
| 2709 | 2024-05-05T01:10:48.609Z | Documenting serde_yaml v0.9.25 |
| 2710 | 2024-05-05T01:10:48.826Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2711 | 2024-05-05T01:10:49.768Z | Documenting getopts v0.2.21 |
| 2712 | 2024-05-05T01:10:49.787Z | Documenting tokio-stream v0.1.15 |
| 2713 | 2024-05-05T01:10:53.336Z | Documenting ident_case v1.0.1 |
| 2714 | 2024-05-05T01:10:53.753Z | Checking darling v0.20.8 |
| 2715 | 2024-05-05T01:10:53.873Z | Documenting is-terminal v0.4.9 |
| 2716 | 2024-05-05T01:10:54.602Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2717 | 2024-05-05T01:10:54.910Z | Documenting strum v0.26.2 |
| 2718 | 2024-05-05T01:10:55.030Z | Documenting dirs-sys-next v0.1.2 |
| 2719 | 2024-05-05T01:10:56.539Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2720 | 2024-05-05T01:10:57.244Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2721 | 2024-05-05T01:10:57.269Z | Documenting darling_core v0.20.8 |
| 2722 | 2024-05-05T01:10:58.359Z | Documenting match_cfg v0.1.0 |
| 2723 | 2024-05-05T01:10:58.938Z | Documenting sha1 v0.10.6 |
| 2724 | 2024-05-05T01:10:58.987Z | Documenting http v1.0.0 |
| 2725 | 2024-05-05T01:10:59.927Z | Documenting dirs-next v2.0.0 |
| 2726 | 2024-05-05T01:11:01.226Z | Documenting camino v1.1.6 |
| 2727 | 2024-05-05T01:11:01.631Z | Documenting hostname v0.3.1 |
| 2728 | 2024-05-05T01:11:03.257Z | Documenting paste v1.0.14 |
| 2729 | 2024-05-05T01:11:03.444Z | Documenting thread_local v1.1.7 |
| 2730 | 2024-05-05T01:11:04.663Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
| 2731 | 2024-05-05T01:11:04.688Z | Documenting rustls-pki-types v1.3.0 |
| 2732 | 2024-05-05T01:11:04.768Z | Documenting term v0.7.0 |
| 2733 | 2024-05-05T01:11:05.987Z | Documenting crossbeam-channel v0.5.8 |
| 2734 | 2024-05-05T01:11:05.996Z | Documenting darling_macro v0.20.8 |
| 2735 | 2024-05-05T01:11:06.488Z | Documenting take_mut v0.2.2 |
| 2736 | 2024-05-05T01:11:07.448Z | Documenting slog-json v2.6.1 |
| 2737 | 2024-05-05T01:11:07.648Z | Documenting async-stream-impl v0.3.5 |
| 2738 | 2024-05-05T01:11:08.889Z | Documenting rustls-webpki v0.102.1 |
| 2739 | 2024-05-05T01:11:09.820Z | Documenting slog-term v2.9.1 |
| 2740 | 2024-05-05T01:11:10.571Z | Documenting debug-ignore v1.0.5 |
| 2741 | 2024-05-05T01:11:10.821Z | Documenting darling v0.20.8 |
| 2742 | 2024-05-05T01:11:11.175Z | Documenting slog-async v2.8.0 |
| 2743 | 2024-05-05T01:11:12.468Z | Documenting atomic-waker v1.1.1 |
| 2744 | 2024-05-05T01:11:13.276Z | Documenting async-stream v0.3.5 |
| 2745 | 2024-05-05T01:11:13.452Z | Documenting slog-bunyan v2.5.0 |
| 2746 | 2024-05-05T01:11:13.745Z | Documenting rustls v0.22.4 |
| 2747 | 2024-05-05T01:11:15.157Z | Documenting rustls-pemfile v2.1.2 |
| 2748 | 2024-05-05T01:11:15.309Z | Documenting multer v3.0.0 |
| 2749 | 2024-05-05T01:11:15.882Z | Documenting waitgroup v0.1.2 |
| 2750 | 2024-05-05T01:11:15.934Z | Documenting toml v0.8.12 |
| 2751 | 2024-05-05T01:11:17.378Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2752 | 2024-05-05T01:11:17.673Z | Documenting serde_path_to_error v0.1.16 |
| 2753 | 2024-05-05T01:11:18.372Z | Documenting serde_with_macros v3.7.0 |
| 2754 | 2024-05-05T01:11:19.923Z | Documenting structmeta-derive v0.3.0 |
| 2755 | 2024-05-05T01:11:20.063Z | Documenting newtype-uuid v1.1.0 |
| 2756 | 2024-05-05T01:11:20.519Z | Checking structmeta v0.3.0 |
| 2757 | 2024-05-05T01:11:20.738Z | Documenting instant v0.1.12 |
| 2758 | 2024-05-05T01:11:21.899Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2759 | 2024-05-05T01:11:22.708Z | Documenting tokio-rustls v0.25.0 |
| 2760 | 2024-05-05T01:11:22.932Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2761 | 2024-05-05T01:11:23.116Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2762 | 2024-05-05T01:11:23.489Z | Documenting serde_with v3.7.0 |
| 2763 | 2024-05-05T01:11:24.872Z | Documenting backoff v0.4.0 |
| 2764 | 2024-05-05T01:11:25.408Z | Documenting structmeta v0.3.0 |
| 2765 | 2024-05-05T01:11:25.518Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2766 | 2024-05-05T01:11:27.469Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2767 | 2024-05-05T01:11:28.464Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 2768 | 2024-05-05T01:11:30.118Z | Documenting parse-display-derive v0.9.0 |
| 2769 | 2024-05-05T01:11:30.288Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2770 | 2024-05-05T01:11:31.158Z | Documenting macaddr v1.0.1 |
| 2771 | 2024-05-05T01:11:31.547Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2772 | 2024-05-05T01:11:32.012Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2773 | 2024-05-05T01:11:34.528Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2774 | 2024-05-05T01:11:34.753Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2775 | 2024-05-05T01:11:35.490Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2776 | 2024-05-05T01:11:35.653Z | Documenting fastrand v2.0.1 |
| 2777 | 2024-05-05T01:11:36.056Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2778 | 2024-05-05T01:11:36.181Z | Checking proc-macro-crate v1.3.1 |
| 2779 | 2024-05-05T01:11:36.328Z | Documenting proc-macro-crate v1.3.1 |
| 2780 | 2024-05-05T01:11:36.415Z | Documenting foreign-types-macros v0.2.3 |
| 2781 | 2024-05-05T01:11:36.466Z | Documenting parse-display v0.9.0 |
| 2782 | 2024-05-05T01:11:37.875Z | Documenting foreign-types-shared v0.3.1 |
| 2783 | 2024-05-05T01:11:37.908Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2784 | 2024-05-05T01:11:38.240Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2785 | 2024-05-05T01:11:39.572Z | Documenting tempfile v3.10.1 |
| 2786 | 2024-05-05T01:11:41.152Z | Documenting cstr-argument v0.1.2 |
| 2787 | 2024-05-05T01:11:41.837Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2788 | 2024-05-05T01:11:41.967Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2789 | 2024-05-05T01:11:42.081Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2790 | 2024-05-05T01:11:42.121Z | Documenting foreign-types v0.5.0 |
| 2791 | 2024-05-05T01:11:42.536Z | Documenting num_enum_derive v0.5.11 |
| 2792 | 2024-05-05T01:11:42.887Z | Documenting tabwriter v1.4.0 |
| 2793 | 2024-05-05T01:11:44.429Z | Documenting camino-tempfile v1.1.1 |
| 2794 | 2024-05-05T01:11:45.346Z | Documenting colored v2.1.0 |
| 2795 | 2024-05-05T01:11:46.947Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2796 | 2024-05-05T01:11:47.090Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2797 | 2024-05-05T01:11:47.316Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2798 | 2024-05-05T01:11:47.406Z | Documenting hash32 v0.3.1 |
| 2799 | 2024-05-05T01:11:49.289Z | Documenting stable_deref_trait v1.2.0 |
| 2800 | 2024-05-05T01:11:49.485Z | Documenting num_enum v0.5.11 |
| 2801 | 2024-05-05T01:11:49.625Z | Documenting smf v0.2.3 |
| 2802 | 2024-05-05T01:11:49.708Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2803 | 2024-05-05T01:11:50.859Z | Documenting embedded-io v0.4.0 |
| 2804 | 2024-05-05T01:11:51.602Z | Documenting cobs v0.2.3 |
| 2805 | 2024-05-05T01:11:52.386Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2806 | 2024-05-05T01:11:52.518Z | Documenting heapless v0.8.0 |
| 2807 | 2024-05-05T01:11:53.918Z | Documenting crucible-workspace-hack v0.1.0 |
| 2808 | 2024-05-05T01:11:54.070Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2809 | 2024-05-05T01:11:54.296Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2810 | 2024-05-05T01:11:54.655Z | Documenting postcard v1.0.8 |
| 2811 | 2024-05-05T01:11:55.538Z | Documenting memmap v0.7.0 |
| 2812 | 2024-05-05T01:11:57.874Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2813 | 2024-05-05T01:11:58.684Z | Documenting smoltcp v0.11.0 |
| 2814 | 2024-05-05T01:11:58.839Z | Documenting newline-converter v0.3.0 |
| 2815 | 2024-05-05T01:11:59.429Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2816 | 2024-05-05T01:11:59.550Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2817 | 2024-05-05T01:12:00.257Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2818 | 2024-05-05T01:12:00.585Z | Documenting usdt v0.5.0 |
| 2819 | 2024-05-05T01:12:00.722Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2820 | 2024-05-05T01:12:01.277Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2821 | 2024-05-05T01:12:02.582Z | Documenting sigpipe v0.1.3 |
| 2822 | 2024-05-05T01:12:02.741Z | Documenting num-derive v0.4.0 |
| 2823 | 2024-05-05T01:12:02.896Z | Documenting expectorate v1.1.0 |
| 2824 | 2024-05-05T01:12:03.908Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2825 | 2024-05-05T01:12:04.996Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2826 | 2024-05-05T01:12:06.600Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2827 | 2024-05-05T01:12:06.631Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2828 | 2024-05-05T01:12:06.877Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2829 | 2024-05-05T01:12:07.307Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2830 | 2024-05-05T01:12:07.605Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2831 | 2024-05-05T01:12:07.688Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2832 | 2024-05-05T01:12:07.966Z | Documenting password-hash v0.5.0 |
| 2833 | 2024-05-05T01:12:08.129Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2834 | 2024-05-05T01:12:11.370Z | Documenting blake2 v0.10.6 |
| 2835 | 2024-05-05T01:12:12.133Z | Documenting linked-hash-map v0.5.6 |
| 2836 | 2024-05-05T01:12:12.551Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2837 | 2024-05-05T01:12:12.972Z | Documenting proc-macro-error-attr v1.0.4 |
| 2838 | 2024-05-05T01:12:13.107Z | Documenting humantime v2.1.0 |
| 2839 | 2024-05-05T01:12:13.457Z | Checking proc-macro-error v1.0.4 |
| 2840 | 2024-05-05T01:12:13.709Z | Documenting bytecount v0.6.3 |
| 2841 | 2024-05-05T01:12:16.048Z | Documenting argon2 v0.5.3 |
| 2842 | 2024-05-05T01:12:16.291Z | Documenting lru-cache v0.1.2 |
| 2843 | 2024-05-05T01:12:16.920Z | Documenting papergrid v0.11.0 |
| 2844 | 2024-05-05T01:12:17.111Z | Documenting proc-macro-error v1.0.4 |
| 2845 | 2024-05-05T01:12:17.304Z | Documenting derive-where v1.2.7 |
| 2846 | 2024-05-05T01:12:18.775Z | Documenting swrite v0.1.0 |
| 2847 | 2024-05-05T01:12:19.773Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2848 | 2024-05-05T01:12:20.406Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2849 | 2024-05-05T01:12:20.765Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2850 | 2024-05-05T01:12:21.263Z | Documenting newtype_derive v0.1.6 |
| 2851 | 2024-05-05T01:12:21.724Z | Documenting tabled_derive v0.7.0 |
| 2852 | 2024-05-05T01:12:21.746Z | Documenting itertools v0.12.1 |
| 2853 | 2024-05-05T01:12:22.865Z | Documenting arc-swap v1.6.0 |
| 2854 | 2024-05-05T01:12:23.329Z | Documenting quick-error v1.2.3 |
| 2855 | 2024-05-05T01:12:23.621Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2856 | 2024-05-05T01:12:25.979Z | Documenting steno v0.4.0 |
| 2857 | 2024-05-05T01:12:26.687Z | Documenting tabled v0.15.0 |
| 2858 | 2024-05-05T01:12:27.351Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2859 | 2024-05-05T01:12:27.613Z | Documenting resolv-conf v0.7.0 |
| 2860 | 2024-05-05T01:12:27.720Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2861 | 2024-05-05T01:12:27.823Z | Documenting slog-scope v4.4.0 |
| 2862 | 2024-05-05T01:12:28.109Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2863 | 2024-05-05T01:12:30.010Z | Documenting num-rational v0.4.1 |
| 2864 | 2024-05-05T01:12:31.985Z | Documenting slog-stdlog v4.1.1 |
| 2865 | 2024-05-05T01:12:32.594Z | Documenting trust-dns-resolver v0.22.0 |
| 2866 | 2024-05-05T01:12:34.398Z | Documenting num-complex v0.4.5 |
| 2867 | 2024-05-05T01:12:34.914Z | Documenting xattr v1.0.1 |
| 2868 | 2024-05-05T01:12:34.926Z | Documenting filetime v0.2.23 |
| 2869 | 2024-05-05T01:12:35.789Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2870 | 2024-05-05T01:12:36.176Z | Documenting slog-envlogger v2.2.0 |
| 2871 | 2024-05-05T01:12:39.841Z | Documenting tap v1.0.1 |
| 2872 | 2024-05-05T01:12:39.884Z | Documenting num v0.4.2 |
| 2873 | 2024-05-05T01:12:40.053Z | Documenting tar v0.4.40 |
| 2874 | 2024-05-05T01:12:41.146Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2875 | 2024-05-05T01:12:41.166Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2876 | 2024-05-05T01:12:42.295Z | Documenting radium v0.7.0 |
| 2877 | 2024-05-05T01:12:42.418Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2878 | 2024-05-05T01:12:42.635Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2879 | 2024-05-05T01:12:42.843Z | Documenting nibble_vec v0.1.0 |
| 2880 | 2024-05-05T01:12:42.995Z | Documenting wyz v0.5.1 |
| 2881 | 2024-05-05T01:12:45.349Z | Documenting funty v2.0.0 |
| 2882 | 2024-05-05T01:12:45.671Z | Documenting crc-catalog v2.2.0 |
| 2883 | 2024-05-05T01:12:46.214Z | Documenting endian-type v0.1.2 |
| 2884 | 2024-05-05T01:12:46.580Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2885 | 2024-05-05T01:12:46.989Z | Documenting cancel-safe-futures v0.1.5 |
| 2886 | 2024-05-05T01:12:47.067Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2887 | 2024-05-05T01:12:47.173Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2888 | 2024-05-05T01:12:47.359Z | Documenting packed_struct_codegen v0.10.1 |
| 2889 | 2024-05-05T01:12:48.745Z | Documenting bitvec v1.0.1 |
| 2890 | 2024-05-05T01:12:49.096Z | Documenting crc v3.0.1 |
| 2891 | 2024-05-05T01:12:50.349Z | Documenting radix_trie v0.2.1 |
| 2892 | 2024-05-05T01:12:52.206Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2893 | 2024-05-05T01:12:52.521Z | Documenting same-file v1.0.6 |
| 2894 | 2024-05-05T01:12:52.915Z | Documenting nodrop v0.1.14 |
| 2895 | 2024-05-05T01:12:53.024Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2896 | 2024-05-05T01:12:54.335Z | Documenting packed_struct v0.10.1 |
| 2897 | 2024-05-05T01:12:54.796Z | Documenting num-bigint-dig v0.8.4 |
| 2898 | 2024-05-05T01:12:55.976Z | Documenting array-init v0.0.4 |
| 2899 | 2024-05-05T01:12:56.572Z | Documenting walkdir v2.5.0 |
| 2900 | 2024-05-05T01:12:56.597Z | Documenting pkcs1 v0.7.5 |
| 2901 | 2024-05-05T01:12:59.331Z | Documenting signature v2.1.0 |
| 2902 | 2024-05-05T01:13:00.673Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2903 | 2024-05-05T01:13:00.806Z | Documenting termcolor v1.2.0 |
| 2904 | 2024-05-05T01:13:01.045Z | Documenting bitfield v0.14.0 |
| 2905 | 2024-05-05T01:13:01.253Z | Documenting display-error-chain v0.2.0 |
| 2906 | 2024-05-05T01:13:02.081Z | Documenting serde-hex v0.1.0 |
| 2907 | 2024-05-05T01:13:02.862Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
| 2908 | 2024-05-05T01:13:02.862Z | --> nexus/types/src/sectioned_table.rs:145:7 |
| 2909 | 2024-05-05T01:13:02.862Z | | |
| 2910 | 2024-05-05T01:13:02.862Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
| 2911 | 2024-05-05T01:13:02.862Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
| 2912 | 2024-05-05T01:13:02.862Z | | |
| 2913 | 2024-05-05T01:13:02.862Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2914 | 2024-05-05T01:13:02.862Z | |
| 2915 | 2024-05-05T01:13:03.553Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2916 | 2024-05-05T01:13:04.425Z | Documenting rsa v0.9.2 |
| 2917 | 2024-05-05T01:13:04.501Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2918 | 2024-05-05T01:13:05.005Z | Documenting env_logger v0.10.0 |
| 2919 | 2024-05-05T01:13:05.127Z | warning: `nexus-types` (lib doc) generated 1 warning |
| 2920 | 2024-05-05T01:13:05.130Z | Documenting slog-dtrace v0.3.0 |
| 2921 | 2024-05-05T01:13:05.372Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2922 | 2024-05-05T01:13:05.640Z | Documenting pem v3.0.4 |
| 2923 | 2024-05-05T01:13:06.620Z | Documenting x509-cert v0.2.4 |
| 2924 | 2024-05-05T01:13:07.747Z | Documenting libsw v3.3.1 |
| 2925 | 2024-05-05T01:13:08.342Z | Documenting ron v0.8.1 |
| 2926 | 2024-05-05T01:13:09.818Z | Documenting half v2.3.1 |
| 2927 | 2024-05-05T01:13:10.201Z | Documenting ciborium-io v0.2.2 |
| 2928 | 2024-05-05T01:13:12.471Z | Documenting linear-map v1.2.0 |
| 2929 | 2024-05-05T01:13:12.513Z | Documenting maplit v1.0.2 |
| 2930 | 2024-05-05T01:13:12.898Z | Documenting owo-colors v4.0.0 |
| 2931 | 2024-05-05T01:13:12.920Z | Documenting crc-any v2.4.3 |
| 2932 | 2024-05-05T01:13:13.344Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2933 | 2024-05-05T01:13:13.989Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2934 | 2024-05-05T01:13:14.189Z | Documenting ciborium-ll v0.2.2 |
| 2935 | 2024-05-05T01:13:14.927Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2936 | 2024-05-05T01:13:16.479Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2937 | 2024-05-05T01:13:16.547Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2938 | 2024-05-05T01:13:16.846Z | Documenting headers-core v0.2.0 |
| 2939 | 2024-05-05T01:13:18.398Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2940 | 2024-05-05T01:13:18.894Z | Documenting path-slash v0.1.5 |
| 2941 | 2024-05-05T01:13:19.205Z | Documenting ciborium v0.2.2 |
| 2942 | 2024-05-05T01:13:22.546Z | Documenting fxhash v0.2.1 |
| 2943 | 2024-05-05T01:13:23.260Z | Documenting headers v0.3.9 |
| 2944 | 2024-05-05T01:13:23.907Z | Documenting async-recursion v1.1.0 |
| 2945 | 2024-05-05T01:13:24.688Z | Documenting vte_generate_state_changes v0.1.1 |
| 2946 | 2024-05-05T01:13:25.671Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2947 | 2024-05-05T01:13:26.791Z | Checking convert_case v0.4.0 |
| 2948 | 2024-05-05T01:13:26.990Z | Documenting convert_case v0.4.0 |
| 2949 | 2024-05-05T01:13:28.831Z | Documenting vte v0.11.1 |
| 2950 | 2024-05-05T01:13:28.936Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2951 | 2024-05-05T01:13:29.610Z | Documenting buf-list v1.0.3 |
| 2952 | 2024-05-05T01:13:29.634Z | Documenting derive_builder_core v0.20.0 |
| 2953 | 2024-05-05T01:13:31.935Z | Documenting derive_more v0.99.17 |
| 2954 | 2024-05-05T01:13:32.483Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2955 | 2024-05-05T01:13:33.331Z | Checking derive_builder_core v0.20.0 |
| 2956 | 2024-05-05T01:13:34.199Z | Documenting fd-lock v4.0.2 |
| 2957 | 2024-05-05T01:13:34.485Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2958 | 2024-05-05T01:13:36.267Z | Documenting bitstruct_derive v0.1.0 |
| 2959 | 2024-05-05T01:13:37.829Z | Documenting pin-project-internal v1.1.3 |
| 2960 | 2024-05-05T01:13:38.996Z | Documenting ascii v1.1.0 |
| 2961 | 2024-05-05T01:13:39.426Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2962 | 2024-05-05T01:13:39.553Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2963 | 2024-05-05T01:13:39.779Z | Documenting derive_builder_macro v0.20.0 |
| 2964 | 2024-05-05T01:13:41.419Z | Documenting bitstruct v0.1.1 |
| 2965 | 2024-05-05T01:13:42.441Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2966 | 2024-05-05T01:13:43.100Z | Documenting pin-project v1.1.3 |
| 2967 | 2024-05-05T01:13:44.247Z | Documenting strip-ansi-escapes v0.2.0 |
| 2968 | 2024-05-05T01:13:44.400Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2969 | 2024-05-05T01:13:44.488Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2970 | 2024-05-05T01:13:44.699Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2971 | 2024-05-05T01:13:46.627Z | Documenting crossbeam-deque v0.8.3 |
| 2972 | 2024-05-05T01:13:48.284Z | Documenting snafu-derive v0.8.2 |
| 2973 | 2024-05-05T01:13:49.530Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2974 | 2024-05-05T01:13:49.707Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2975 | 2024-05-05T01:13:49.728Z | Documenting erased-serde v0.3.31 |
| 2976 | 2024-05-05T01:13:50.458Z | Documenting serde_arrays v0.1.0 |
| 2977 | 2024-05-05T01:13:50.760Z | Documenting ref-cast-impl v1.0.22 |
| 2978 | 2024-05-05T01:13:54.828Z | Documenting nu-ansi-term v0.50.0 |
| 2979 | 2024-05-05T01:13:55.490Z | Checking unicode-xid v0.2.4 |
| 2980 | 2024-05-05T01:13:55.654Z | Documenting unicode-xid v0.2.4 |
| 2981 | 2024-05-05T01:13:55.718Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2982 | 2024-05-05T01:13:55.905Z | Documenting snafu v0.8.2 |
| 2983 | 2024-05-05T01:13:56.033Z | Documenting ref-cast v1.0.22 |
| 2984 | 2024-05-05T01:13:56.114Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2985 | 2024-05-05T01:13:58.592Z | Documenting const_format_proc_macros v0.2.32 |
| 2986 | 2024-05-05T01:13:59.015Z | Documenting reedline v0.31.0 |
| 2987 | 2024-05-05T01:13:59.740Z | Documenting rayon-core v1.12.1 |
| 2988 | 2024-05-05T01:14:00.388Z | Documenting derive_builder v0.20.0 |
| 2989 | 2024-05-05T01:14:02.212Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2990 | 2024-05-05T01:14:03.094Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2991 | 2024-05-05T01:14:03.919Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2992 | 2024-05-05T01:14:04.274Z | Documenting libefi-sys v0.1.0 |
| 2993 | 2024-05-05T01:14:05.078Z | Documenting trust-dns-client v0.22.0 |
| 2994 | 2024-05-05T01:14:07.664Z | Documenting polar-core v0.27.3 |
| 2995 | 2024-05-05T01:14:08.446Z | Documenting libxml v0.3.3 |
| 2996 | 2024-05-05T01:14:08.770Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2997 | 2024-05-05T01:14:09.972Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2998 | 2024-05-05T01:14:10.185Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2999 | 2024-05-05T01:14:10.642Z | Documenting globset v0.4.13 |
| 3000 | 2024-05-05T01:14:11.592Z | Documenting bb8 v0.8.3 |
| 3001 | 2024-05-05T01:14:13.794Z | Documenting olpc-cjson v0.1.3 |
| 3002 | 2024-05-05T01:14:14.984Z | Documenting serde_plain v1.0.2 |
| 3003 | 2024-05-05T01:14:16.524Z | Documenting quick-xml v0.31.0 |
| 3004 | 2024-05-05T01:14:16.717Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3005 | 2024-05-05T01:14:17.695Z | Documenting oso-derive v0.27.3 |
| 3006 | 2024-05-05T01:14:18.037Z | Documenting keccak v0.1.4 |
| 3007 | 2024-05-05T01:14:18.788Z | Documenting utf-8 v0.7.6 |
| 3008 | 2024-05-05T01:14:19.521Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3009 | 2024-05-05T01:14:21.341Z | Documenting typed-path v0.7.0 |
| 3010 | 2024-05-05T01:14:22.298Z | Documenting sha3 v0.10.8 |
| 3011 | 2024-05-05T01:14:22.424Z | Documenting oso v0.27.3 |
| 3012 | 2024-05-05T01:14:22.906Z | Documenting tungstenite v0.21.0 |
| 3013 | 2024-05-05T01:14:23.532Z | Documenting samael v0.0.15 |
| 3014 | 2024-05-05T01:14:23.748Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 3015 | 2024-05-05T01:14:27.466Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 3016 | 2024-05-05T01:14:27.756Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3017 | 2024-05-05T01:14:27.889Z | Documenting tough v0.17.1 |
| 3018 | 2024-05-05T01:14:28.690Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3019 | 2024-05-05T01:14:28.964Z | Documenting trust-dns-server v0.22.1 |
| 3020 | 2024-05-05T01:14:30.294Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3021 | 2024-05-05T01:14:34.508Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3022 | 2024-05-05T01:14:35.155Z | Documenting rayon v1.10.0 |
| 3023 | 2024-05-05T01:14:35.695Z | Documenting const_format v0.2.32 |
| 3024 | 2024-05-05T01:14:36.531Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3025 | 2024-05-05T01:14:38.501Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3026 | 2024-05-05T01:14:39.124Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3027 | 2024-05-05T01:14:39.294Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3028 | 2024-05-05T01:14:39.515Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3029 | 2024-05-05T01:14:39.652Z | Documenting sled v0.34.7 |
| 3030 | 2024-05-05T01:14:40.630Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3031 | 2024-05-05T01:14:41.213Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3032 | 2024-05-05T01:14:41.654Z | Documenting fs-err v2.11.0 |
| 3033 | 2024-05-05T01:14:42.134Z | Documenting nix v0.28.0 |
| 3034 | 2024-05-05T01:14:43.296Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 3035 | 2024-05-05T01:14:43.597Z | Documenting cookie v0.18.1 |
| 3036 | 2024-05-05T01:14:43.752Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3037 | 2024-05-05T01:14:44.045Z | Documenting secrecy v0.8.0 |
| 3038 | 2024-05-05T01:14:44.923Z | Documenting gethostname v0.4.3 |
| 3039 | 2024-05-05T01:14:45.969Z | Documenting peg-macros v0.8.2 |
| 3040 | 2024-05-05T01:14:46.045Z | Documenting rustversion v1.0.14 |
| 3041 | 2024-05-05T01:14:48.576Z | Documenting sqlparser_derive v0.2.2 |
| 3042 | 2024-05-05T01:14:48.589Z | Documenting parse-size v1.0.0 |
| 3043 | 2024-05-05T01:14:48.771Z | Documenting home v0.5.5 |
| 3044 | 2024-05-05T01:14:49.867Z | Documenting unicode_categories v0.1.1 |
| 3045 | 2024-05-05T01:14:50.326Z | Documenting castaway v0.2.2 |
| 3046 | 2024-05-05T01:14:51.455Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3047 | 2024-05-05T01:14:52.001Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3048 | 2024-05-05T01:14:52.404Z | Documenting peg v0.8.2 |
| 3049 | 2024-05-05T01:14:52.968Z | Documenting rustyline v14.0.0 |
| 3050 | 2024-05-05T01:14:53.255Z | Documenting sqlparser v0.45.0 |
| 3051 | 2024-05-05T01:14:54.489Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3052 | 2024-05-05T01:14:54.846Z | Documenting sqlformat v0.2.3 |
| 3053 | 2024-05-05T01:14:57.201Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3054 | 2024-05-05T01:14:59.201Z | Documenting tokio-tungstenite v0.21.0 |
| 3055 | 2024-05-05T01:15:00.186Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3056 | 2024-05-05T01:15:03.574Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3057 | 2024-05-05T01:15:04.872Z | Documenting zone v0.1.8 |
| 3058 | 2024-05-05T01:15:06.332Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 3059 | 2024-05-05T01:15:06.693Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 3060 | 2024-05-05T01:15:07.868Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3061 | 2024-05-05T01:15:09.897Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3062 | 2024-05-05T01:15:10.380Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3063 | 2024-05-05T01:15:10.656Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3064 | 2024-05-05T01:15:10.937Z | Documenting portpicker v0.1.1 |
| 3065 | 2024-05-05T01:15:11.954Z | Documenting universal-hash v0.5.1 |
| 3066 | 2024-05-05T01:15:13.451Z | Documenting bcs v0.1.6 |
| 3067 | 2024-05-05T01:15:16.164Z | Documenting kstat-rs v0.2.3 |
| 3068 | 2024-05-05T01:15:16.733Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3069 | 2024-05-05T01:15:26.343Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3070 | 2024-05-05T01:15:26.769Z | Documenting opaque-debug v0.3.0 |
| 3071 | 2024-05-05T01:15:26.816Z | Documenting highway v1.1.0 |
| 3072 | 2024-05-05T01:15:26.909Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3073 | 2024-05-05T01:15:26.949Z | Documenting thiserror-no-std v2.0.2 |
| 3074 | 2024-05-05T01:15:27.363Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3075 | 2024-05-05T01:15:27.863Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3076 | 2024-05-05T01:15:30.120Z | Documenting poly1305 v0.8.0 |
| 3077 | 2024-05-05T01:15:30.357Z | Documenting compact_str v0.7.1 |
| 3078 | 2024-05-05T01:15:31.012Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3079 | 2024-05-05T01:15:31.799Z | Documenting curve25519-dalek v4.1.2 |
| 3080 | 2024-05-05T01:15:34.776Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3081 | 2024-05-05T01:15:35.413Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3082 | 2024-05-05T01:15:36.672Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3083 | 2024-05-05T01:15:37.256Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3084 | 2024-05-05T01:15:37.576Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3085 | 2024-05-05T01:15:38.076Z | Documenting portable-atomic v1.4.3 |
| 3086 | 2024-05-05T01:15:40.848Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3087 | 2024-05-05T01:15:41.308Z | Documenting ed25519 v1.5.3 |
| 3088 | 2024-05-05T01:15:41.858Z | Documenting memoffset v0.7.1 |
| 3089 | 2024-05-05T01:15:42.507Z | Documenting unicase v2.7.0 |
| 3090 | 2024-05-05T01:15:44.875Z | Documenting rcgen v0.12.1 |
| 3091 | 2024-05-05T01:15:45.005Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 3092 | 2024-05-05T01:15:46.322Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3093 | 2024-05-05T01:15:48.743Z | warning: could not parse code block as Rust code |
| 3094 | 2024-05-05T01:15:48.743Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
| 3095 | 2024-05-05T01:15:48.743Z | | |
| 3096 | 2024-05-05T01:15:48.743Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
| 3097 | 2024-05-05T01:15:48.743Z | 247 | | /// |
| 3098 | 2024-05-05T01:15:48.743Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
| 3099 | 2024-05-05T01:15:48.743Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
| 3100 | 2024-05-05T01:15:48.743Z | ... | |
| 3101 | 2024-05-05T01:15:48.743Z | 277 | | /// |
| 3102 | 2024-05-05T01:15:48.743Z | 278 | | /// Will be parsed as `this string has " in it`. |
| 3103 | 2024-05-05T01:15:48.743Z | | |________________________________________________________^ |
| 3104 | 2024-05-05T01:15:48.743Z | | |
| 3105 | 2024-05-05T01:15:48.743Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
| 3106 | 2024-05-05T01:15:48.744Z | = note: error from rustc: unknown start of token: \ |
| 3107 | 2024-05-05T01:15:48.744Z | = note: error from rustc: unknown start of token: \ |
| 3108 | 2024-05-05T01:15:48.744Z | = note: error from rustc: unknown start of token: \ |
| 3109 | 2024-05-05T01:15:48.744Z | = note: error from rustc: unknown start of token: \ |
| 3110 | 2024-05-05T01:15:48.744Z | = note: error from rustc: unknown start of token: \ |
| 3111 | 2024-05-05T01:15:48.744Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
| 3112 | 2024-05-05T01:15:48.744Z | |
| 3113 | 2024-05-05T01:15:48.802Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 3114 | 2024-05-05T01:15:49.282Z | Documenting atomicwrites v0.4.3 |
| 3115 | 2024-05-05T01:15:50.261Z | warning: `oximeter-db` (lib doc) generated 1 warning |
| 3116 | 2024-05-05T01:15:50.264Z | Documenting chacha20 v0.9.1 |
| 3117 | 2024-05-05T01:15:53.228Z | Documenting lru v0.12.1 |
| 3118 | 2024-05-05T01:15:54.276Z | Documenting aead v0.5.2 |
| 3119 | 2024-05-05T01:15:55.210Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3120 | 2024-05-05T01:15:55.477Z | Documenting rand_seeder v0.2.3 |
| 3121 | 2024-05-05T01:15:55.939Z | Documenting nanorand v0.7.0 |
| 3122 | 2024-05-05T01:15:57.998Z | Documenting subprocess v0.2.9 |
| 3123 | 2024-05-05T01:16:08.196Z | Documenting stability v0.2.0 |
| 3124 | 2024-05-05T01:16:08.381Z | Documenting glob v0.3.1 |
| 3125 | 2024-05-05T01:16:08.686Z | Documenting cassowary v0.3.0 |
| 3126 | 2024-05-05T01:16:09.095Z | Documenting number_prefix v0.4.0 |
| 3127 | 2024-05-05T01:16:09.318Z | Documenting chacha20poly1305 v0.10.1 |
| 3128 | 2024-05-05T01:16:09.330Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3129 | 2024-05-05T01:16:09.483Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3130 | 2024-05-05T01:16:12.425Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3131 | 2024-05-05T01:16:12.953Z | Documenting flume v0.11.0 |
| 3132 | 2024-05-05T01:16:13.317Z | Documenting indicatif v0.17.8 |
| 3133 | 2024-05-05T01:16:13.678Z | Documenting ratatui v0.26.2 |
| 3134 | 2024-05-05T01:16:25.444Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3135 | 2024-05-05T01:16:25.756Z | Documenting mime_guess v2.0.4 |
| 3136 | 2024-05-05T01:16:25.894Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3137 | 2024-05-05T01:16:26.320Z | Documenting salty v0.2.0 |
| 3138 | 2024-05-05T01:16:26.489Z | Documenting vsss-rs v3.3.4 |
| 3139 | 2024-05-05T01:16:26.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3140 | 2024-05-05T01:16:28.196Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3141 | 2024-05-05T01:16:29.152Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3142 | 2024-05-05T01:16:29.431Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3143 | 2024-05-05T01:16:30.308Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3144 | 2024-05-05T01:16:31.569Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3145 | 2024-05-05T01:16:32.254Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3146 | 2024-05-05T01:16:32.542Z | Documenting serde-big-array v0.5.1 |
| 3147 | 2024-05-05T01:16:32.616Z | Documenting rtoolbox v0.0.1 |
| 3148 | 2024-05-05T01:16:34.004Z | Documenting unicode-linebreak v0.1.5 |
| 3149 | 2024-05-05T01:16:34.077Z | Documenting smawk v0.3.1 |
| 3150 | 2024-05-05T01:16:36.362Z | Documenting is_ci v1.2.0 |
| 3151 | 2024-05-05T01:16:36.830Z | Documenting http-range v0.1.5 |
| 3152 | 2024-05-05T01:16:37.496Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3153 | 2024-05-05T01:16:37.811Z | Documenting rpassword v7.3.1 |
| 3154 | 2024-05-05T01:16:37.994Z | Documenting textwrap v0.16.1 |
| 3155 | 2024-05-05T01:16:40.441Z | Documenting supports-color v3.0.0 |
| 3156 | 2024-05-05T01:16:41.024Z | Documenting hyper-staticfile v0.9.5 |
| 3157 | 2024-05-05T01:16:42.156Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3158 | 2024-05-05T01:16:42.305Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3159 | 2024-05-05T01:16:44.474Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3160 | 2024-05-05T01:16:45.215Z | Documenting tui-tree-widget v0.19.0 |
| 3161 | 2024-05-05T01:16:45.954Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3162 | 2024-05-05T01:16:47.005Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3163 | 2024-05-05T01:16:47.716Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3164 | 2024-05-05T01:16:49.449Z | warning: unresolved link to `test_sled_transitions` |
| 3165 | 2024-05-05T01:16:49.449Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
| 3166 | 2024-05-05T01:16:49.449Z | | |
| 3167 | 2024-05-05T01:16:49.449Z | 636 | /// [`test_sled_transitions`]. |
| 3168 | 2024-05-05T01:16:49.449Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3169 | 2024-05-05T01:16:49.449Z | | |
| 3170 | 2024-05-05T01:16:49.449Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3171 | 2024-05-05T01:16:49.449Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3172 | 2024-05-05T01:16:49.449Z | |
| 3173 | 2024-05-05T01:16:49.453Z | warning: unresolved link to `test_sled_transitions` |
| 3174 | 2024-05-05T01:16:49.453Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
| 3175 | 2024-05-05T01:16:49.453Z | | |
| 3176 | 2024-05-05T01:16:49.453Z | 672 | /// [`test_sled_transitions`]. |
| 3177 | 2024-05-05T01:16:49.453Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 3178 | 2024-05-05T01:16:49.453Z | | |
| 3179 | 2024-05-05T01:16:49.453Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3180 | 2024-05-05T01:16:49.453Z | |
| 3181 | 2024-05-05T01:16:49.453Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 3182 | 2024-05-05T01:16:49.453Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
| 3183 | 2024-05-05T01:16:49.453Z | | |
| 3184 | 2024-05-05T01:16:49.453Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 3185 | 2024-05-05T01:16:49.453Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 3186 | 2024-05-05T01:16:49.453Z | |
| 3187 | 2024-05-05T01:16:50.178Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3188 | 2024-05-05T01:16:50.715Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3189 | 2024-05-05T01:16:50.934Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3190 | 2024-05-05T01:16:51.360Z | Documenting signal-hook-tokio v0.3.1 |
| 3191 | 2024-05-05T01:16:51.493Z | Documenting memmap2 v0.7.1 |
| 3192 | 2024-05-05T01:16:51.598Z | Documenting shell-words v1.1.0 |
| 3193 | 2024-05-05T01:16:52.158Z | Documenting arrayref v0.3.7 |
| 3194 | 2024-05-05T01:16:55.555Z | Documenting arrayvec v0.7.4 |
| 3195 | 2024-05-05T01:16:55.975Z | Documenting corncobs v0.1.3 |
| 3196 | 2024-05-05T01:16:56.197Z | Documenting constant_time_eq v0.3.0 |
| 3197 | 2024-05-05T01:16:56.708Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3198 | 2024-05-05T01:16:59.500Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3199 | 2024-05-05T01:16:59.527Z | Documenting blake3 v1.5.0 |
| 3200 | 2024-05-05T01:16:59.541Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3201 | 2024-05-05T01:16:59.788Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3202 | 2024-05-05T01:17:01.449Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3203 | 2024-05-05T01:17:04.247Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3204 | 2024-05-05T01:17:04.468Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3205 | 2024-05-05T01:17:06.950Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
| 3206 | 2024-05-05T01:17:06.953Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3207 | 2024-05-05T01:17:09.685Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3208 | 2024-05-05T01:17:19.775Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3209 | 2024-05-05T01:17:23.504Z | warning: unresolved link to `BlueprintDisksConfig` |
| 3210 | 2024-05-05T01:17:23.504Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
| 3211 | 2024-05-05T01:17:23.504Z | | |
| 3212 | 2024-05-05T01:17:23.504Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
| 3213 | 2024-05-05T01:17:23.504Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
| 3214 | 2024-05-05T01:17:23.504Z | | |
| 3215 | 2024-05-05T01:17:23.504Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3216 | 2024-05-05T01:17:23.504Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3217 | 2024-05-05T01:17:23.505Z | |
| 3218 | 2024-05-05T01:17:23.678Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3219 | 2024-05-05T01:17:24.568Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
| 3220 | 2024-05-05T01:17:24.571Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3221 | 2024-05-05T01:17:24.627Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 3222 | 2024-05-05T01:17:25.468Z | Documenting fatfs v0.3.6 |
| 3223 | 2024-05-05T01:17:26.280Z | warning: unclosed HTML tag `usize` |
| 3224 | 2024-05-05T01:17:26.280Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 3225 | 2024-05-05T01:17:26.280Z | | |
| 3226 | 2024-05-05T01:17:26.280Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 3227 | 2024-05-05T01:17:26.280Z | | ^^^^^^^ |
| 3228 | 2024-05-05T01:17:26.280Z | | |
| 3229 | 2024-05-05T01:17:26.280Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 3230 | 2024-05-05T01:17:26.280Z | |
| 3231 | 2024-05-05T01:17:27.741Z | warning: `wicket` (lib doc) generated 1 warning |
| 3232 | 2024-05-05T01:17:27.752Z | Documenting assert_matches v1.5.0 |
| 3233 | 2024-05-05T01:17:30.953Z | Documenting topological-sort v0.2.2 |
| 3234 | 2024-05-05T01:17:30.968Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3235 | 2024-05-05T01:17:33.078Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3236 | 2024-05-05T01:17:35.139Z | Documenting omicron-zone-package v0.11.0 |
| 3237 | 2024-05-05T01:17:37.004Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 3238 | 2024-05-05T01:17:37.005Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 3239 | 2024-05-05T01:17:37.005Z | | |
| 3240 | 2024-05-05T01:17:37.005Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 3241 | 2024-05-05T01:17:37.005Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 3242 | 2024-05-05T01:17:37.006Z | | |
| 3243 | 2024-05-05T01:17:37.006Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3244 | 2024-05-05T01:17:37.006Z | |
| 3245 | 2024-05-05T01:17:38.874Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3246 | 2024-05-05T01:17:40.393Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 3247 | 2024-05-05T01:17:40.946Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2024-05-05T01:17:42.954Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3249 | 2024-05-05T01:17:43.914Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3250 | 2024-05-05T01:17:45.564Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3251 | 2024-05-05T01:17:46.008Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3252 | 2024-05-05T01:17:49.197Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3253 | 2024-05-05T01:17:49.927Z | Documenting uzers v0.11.3 |
| 3254 | 2024-05-05T01:17:55.113Z | Documenting termios v0.3.3 |
| 3255 | 2024-05-05T01:17:55.630Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3256 | 2024-05-05T01:17:59.087Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3257 | 2024-05-05T01:17:59.897Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3258 | 2024-05-05T01:18:00.229Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3259 | 2024-05-05T01:18:07.690Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3260 | 2024-05-05T01:18:10.177Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3261 | 2024-05-05T01:18:15.648Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3262 | 2024-05-05T01:18:28.242Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3263 | 2024-05-05T01:18:39.577Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3264 | 2024-05-05T01:18:41.994Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3265 | 2024-05-05T01:18:43.390Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3266 | 2024-05-05T01:18:46.583Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3267 | 2024-05-05T01:18:51.878Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3268 | 2024-05-05T01:18:52.749Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3269 | 2024-05-05T01:19:00.591Z | warning: unresolved link to `Nexus` |
| 3270 | 2024-05-05T01:19:00.591Z | --> nexus/src/app/instance_network.rs:280:34 |
| 3271 | 2024-05-05T01:19:00.592Z | | |
| 3272 | 2024-05-05T01:19:00.592Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3273 | 2024-05-05T01:19:00.592Z | | ^^^^^ no item named `Nexus` in scope |
| 3274 | 2024-05-05T01:19:00.592Z | | |
| 3275 | 2024-05-05T01:19:00.592Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3276 | 2024-05-05T01:19:00.592Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3277 | 2024-05-05T01:19:00.592Z | |
| 3278 | 2024-05-05T01:19:00.597Z | warning: unresolved link to `Nexus` |
| 3279 | 2024-05-05T01:19:00.597Z | --> nexus/src/app/instance_network.rs:458:34 |
| 3280 | 2024-05-05T01:19:00.597Z | | |
| 3281 | 2024-05-05T01:19:00.597Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3282 | 2024-05-05T01:19:00.597Z | | ^^^^^ no item named `Nexus` in scope |
| 3283 | 2024-05-05T01:19:00.597Z | | |
| 3284 | 2024-05-05T01:19:00.597Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3285 | 2024-05-05T01:19:00.598Z | |
| 3286 | 2024-05-05T01:19:00.598Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3287 | 2024-05-05T01:19:00.598Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3288 | 2024-05-05T01:19:00.598Z | | |
| 3289 | 2024-05-05T01:19:00.598Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3290 | 2024-05-05T01:19:00.598Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3291 | 2024-05-05T01:19:00.598Z | | |
| 3292 | 2024-05-05T01:19:00.598Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3293 | 2024-05-05T01:19:00.598Z | |
| 3294 | 2024-05-05T01:19:00.598Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3295 | 2024-05-05T01:19:00.598Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3296 | 2024-05-05T01:19:00.598Z | | |
| 3297 | 2024-05-05T01:19:00.598Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3298 | 2024-05-05T01:19:00.598Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3299 | 2024-05-05T01:19:00.598Z | |
| 3300 | 2024-05-05T01:19:00.598Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3301 | 2024-05-05T01:19:00.598Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3302 | 2024-05-05T01:19:00.598Z | | |
| 3303 | 2024-05-05T01:19:00.598Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3304 | 2024-05-05T01:19:00.599Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3305 | 2024-05-05T01:19:00.599Z | |
| 3306 | 2024-05-05T01:19:00.599Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3307 | 2024-05-05T01:19:00.599Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3308 | 2024-05-05T01:19:00.599Z | | |
| 3309 | 2024-05-05T01:19:00.599Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3310 | 2024-05-05T01:19:00.599Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3311 | 2024-05-05T01:19:00.599Z | |
| 3312 | 2024-05-05T01:19:00.599Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3313 | 2024-05-05T01:19:00.599Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3314 | 2024-05-05T01:19:00.599Z | | |
| 3315 | 2024-05-05T01:19:00.599Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3316 | 2024-05-05T01:19:00.599Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3317 | 2024-05-05T01:19:00.599Z | |
| 3318 | 2024-05-05T01:19:00.599Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3319 | 2024-05-05T01:19:00.599Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3320 | 2024-05-05T01:19:00.599Z | | |
| 3321 | 2024-05-05T01:19:00.599Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3322 | 2024-05-05T01:19:00.599Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3323 | 2024-05-05T01:19:00.599Z | |
| 3324 | 2024-05-05T01:19:00.599Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3325 | 2024-05-05T01:19:00.599Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3326 | 2024-05-05T01:19:00.599Z | | |
| 3327 | 2024-05-05T01:19:00.600Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3328 | 2024-05-05T01:19:00.600Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3329 | 2024-05-05T01:19:00.600Z | |
| 3330 | 2024-05-05T01:19:03.696Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
| 3331 | 2024-05-05T01:19:20.537Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 07s |
| 3332 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
| 3333 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
| 3334 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
| 3335 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
| 3336 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
| 3337 | 2024-05-05T01:19:20.616Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
| 3338 | 2024-05-05T01:19:20.622Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
| 3339 | 2024-05-05T01:19:20.622Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
| 3340 | 2024-05-05T01:19:20.622Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
| 3341 | 2024-05-05T01:19:20.622Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
| 3342 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
| 3343 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
| 3344 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
| 3345 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
| 3346 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
| 3347 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
| 3348 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
| 3349 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
| 3350 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
| 3351 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
| 3352 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
| 3353 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
| 3354 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
| 3355 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
| 3356 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
| 3357 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
| 3358 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
| 3359 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
| 3360 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
| 3361 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
| 3362 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
| 3363 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
| 3364 | 2024-05-05T01:19:20.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
| 3365 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
| 3366 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
| 3367 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
| 3368 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
| 3369 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
| 3370 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
| 3371 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
| 3372 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
| 3373 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
| 3374 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
| 3375 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
| 3376 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
| 3377 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
| 3378 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
| 3379 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
| 3380 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
| 3381 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
| 3382 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
| 3383 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
| 3384 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
| 3385 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
| 3386 | 2024-05-05T01:19:20.624Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3387 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
| 3388 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
| 3389 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
| 3390 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3391 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
| 3392 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
| 3393 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
| 3394 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
| 3395 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
| 3396 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
| 3397 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
| 3398 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
| 3399 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
| 3400 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
| 3401 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
| 3402 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
| 3403 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
| 3404 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
| 3405 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
| 3406 | 2024-05-05T01:19:20.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
| 3407 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
| 3408 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
| 3409 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
| 3410 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
| 3411 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
| 3412 | 2024-05-05T01:19:20.626Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
| 3413 | 2024-05-05T01:19:20.647Z | |
| 3414 | 2024-05-05T01:19:20.650Z | real 12:07.388583628 |
| 3415 | 2024-05-05T01:19:20.650Z | user 33:18.022661452 |
| 3416 | 2024-05-05T01:19:20.650Z | sys 53:02.598267728 |
| 3417 | 2024-05-05T01:19:20.650Z | trap 0.889194075 |
| 3418 | 2024-05-05T01:19:20.650Z | tflt 0.151177631 |
| 3419 | 2024-05-05T01:19:20.650Z | dflt 0.630924385 |
| 3420 | 2024-05-05T01:19:20.650Z | kflt 0.000164512 |
| 3421 | 2024-05-05T01:19:20.650Z | lock 3:18:35.403894180 |
| 3422 | 2024-05-05T01:19:20.650Z | slp 3:24:20.702827131 |
| 3423 | 2024-05-05T01:19:20.651Z | lat 4:16.386430158 |
| 3424 | 2024-05-05T01:19:20.651Z | stop 1:41.410778525 |
| 3425 | 2024-05-05T01:19:20.651Z | process exited: duration 1293976 ms, exit code 0 |
| |
| 3426 | 2024-05-05T01:19:20.658Z | found 0 output files |