|
|
|
| 1 | 2024-09-04T16:07:04.615Z | job assigned to worker 01J6YWKFP1ZN0Y8N0QB6191M5T (queued for 23 s) |
| |
| 2 | 2024-09-04T16:07:05.085Z | starting task 0: "setup" |
| 3 | 2024-09-04T16:07:05.109Z | ++ uname -s |
| 4 | 2024-09-04T16:07:05.109Z | + kern=SunOS |
| 5 | 2024-09-04T16:07:05.109Z | + case "$kern" in |
| 6 | 2024-09-04T16:07:05.109Z | + groupadd -g 12345 build |
| 7 | 2024-09-04T16:07:05.109Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-04T16:07:07.115Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-04T16:07:07.158Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-04T16:07:07.182Z | + home_fs=zfs |
| 11 | 2024-09-04T16:07:07.182Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-04T16:07:07.182Z | + mkdir -p /home/build |
| 13 | 2024-09-04T16:07:07.182Z | + chown build:build /home/build /work |
| 14 | 2024-09-04T16:07:09.167Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-04T16:07:09.192Z | process exited: duration 4086 ms, exit code 0 |
| |
| 16 | 2024-09-04T16:07:09.241Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-04T16:07:09.265Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-04T16:07:09.265Z | * toolchain channel = "1.80.1" |
| 19 | 2024-09-04T16:07:09.265Z | * toolchain profile = "default" |
| 20 | 2024-09-04T16:07:09.265Z | ' 1.80.1 |
| 21 | 2024-09-04T16:07:09.265Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-09-04T16:07:09.265Z | ' default |
| 23 | 2024-09-04T16:07:09.265Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-04T16:07:09.265Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-04T16:07:09.398Z | info: downloading installer |
| 26 | 2024-09-04T16:07:09.939Z | info: profile set to 'default' |
| 27 | 2024-09-04T16:07:09.939Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-04T16:07:09.962Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-04T16:07:10.036Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-04T16:07:10.036Z | info: downloading component 'cargo' |
| 31 | 2024-09-04T16:07:10.216Z | info: downloading component 'clippy' |
| 32 | 2024-09-04T16:07:10.302Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-04T16:07:10.519Z | info: downloading component 'rust-std' |
| 34 | 2024-09-04T16:07:10.894Z | info: downloading component 'rustc' |
| 35 | 2024-09-04T16:07:12.127Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-04T16:07:12.201Z | info: installing component 'cargo' |
| 37 | 2024-09-04T16:07:13.292Z | info: installing component 'clippy' |
| 38 | 2024-09-04T16:07:13.723Z | info: installing component 'rust-docs' |
| 39 | 2024-09-04T16:07:16.448Z | info: installing component 'rust-std' |
| 40 | 2024-09-04T16:07:18.310Z | info: installing component 'rustc' |
| 41 | 2024-09-04T16:07:23.521Z | info: installing component 'rustfmt' |
| 42 | 2024-09-04T16:07:23.927Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-09-04T16:07:23.927Z | |
| 44 | 2024-09-04T16:07:24.030Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-04T16:07:24.030Z | |
| 46 | 2024-09-04T16:07:24.030Z | |
| 47 | 2024-09-04T16:07:24.030Z | Rust is installed now. Great! |
| 48 | 2024-09-04T16:07:24.030Z | |
| 49 | 2024-09-04T16:07:24.030Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-04T16:07:24.030Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-04T16:07:24.030Z | |
| 52 | 2024-09-04T16:07:24.030Z | To configure your current shell, you need to source |
| 53 | 2024-09-04T16:07:24.030Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-04T16:07:24.030Z | |
| 55 | 2024-09-04T16:07:24.030Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-04T16:07:24.030Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-04T16:07:24.030Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-04T16:07:24.101Z | + rustc --version |
| 59 | 2024-09-04T16:07:24.204Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-04T16:07:24.227Z | process exited: duration 14970 ms, exit code 0 |
| |
| 61 | 2024-09-04T16:07:24.277Z | starting task 2: "authentication" |
| 62 | 2024-09-04T16:07:24.329Z | process exited: duration 54 ms, exit code 0 |
| |
| 63 | 2024-09-04T16:07:24.376Z | starting task 3: "clone repository" |
| 64 | 2024-09-04T16:07:24.400Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-04T16:07:24.400Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-04T16:07:24.424Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-04T16:07:29.524Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-04T16:07:29.524Z | + git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
| 69 | 2024-09-04T16:07:29.904Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-04T16:07:29.904Z | * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD |
| 71 | 2024-09-04T16:07:29.928Z | + [[ -n eliza/boot-on-fault-isnt-just-a-bool ]] |
| 72 | 2024-09-04T16:07:29.928Z | ++ git branch --show-current |
| 73 | 2024-09-04T16:07:29.928Z | + current=main |
| 74 | 2024-09-04T16:07:29.928Z | + [[ main != eliza/boot-on-fault-isnt-just-a-bool ]] |
| 75 | 2024-09-04T16:07:29.928Z | + git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
| 76 | 2024-09-04T16:07:29.951Z | + git checkout -f eliza/boot-on-fault-isnt-just-a-bool |
| 77 | 2024-09-04T16:07:30.115Z | Switched to branch 'eliza/boot-on-fault-isnt-just-a-bool' |
| 78 | 2024-09-04T16:07:30.138Z | + git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
| 79 | 2024-09-04T16:07:30.161Z | HEAD is now at 86b0ae678 actually we can just leave it null for now |
| 80 | 2024-09-04T16:07:30.161Z | process exited: duration 5767 ms, exit code 0 |
| |
| 81 | 2024-09-04T16:07:30.208Z | starting task 4: "build" |
| 82 | 2024-09-04T16:07:30.231Z | + cargo --version |
| 83 | 2024-09-04T16:07:30.280Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-04T16:07:30.304Z | + rustc --version |
| 85 | 2024-09-04T16:07:30.355Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-04T16:07:30.378Z | + source ./env.sh |
| 87 | 2024-09-04T16:07:30.379Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-09-04T16:07:30.379Z | ++ set -o xtrace |
| 89 | 2024-09-04T16:07:30.379Z | ++++ dirname ./env.sh |
| 90 | 2024-09-04T16:07:30.379Z | +++ readlink -f . |
| 91 | 2024-09-04T16:07:30.379Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-09-04T16:07:30.379Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-09-04T16:07:30.379Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-09-04T16:07:30.379Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-09-04T16:07:30.379Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-09-04T16:07:30.379Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-09-04T16:07:30.379Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-09-04T16:07:30.379Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-09-04T16:07:30.379Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-09-04T16:07:30.379Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-09-04T16:07:30.379Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-09-04T16:07:30.379Z | + banner prerequisites |
| 103 | 2024-09-04T16:07:30.379Z | |
| 104 | 2024-09-04T16:07:30.379Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-09-04T16:07:30.379Z | # # # # # # # # # # # # # # # |
| 106 | 2024-09-04T16:07:30.379Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-09-04T16:07:30.379Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-09-04T16:07:30.379Z | # # # # # # # # # # # # # # # |
| 109 | 2024-09-04T16:07:30.379Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-09-04T16:07:30.379Z | |
| 111 | 2024-09-04T16:07:30.379Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-09-04T16:07:35.744Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-09-04T16:07:38.470Z | Startup: Caching catalogs ... Done |
| 114 | 2024-09-04T16:07:40.810Z | Planning: Solver setup ... Done (1.682s) |
| 115 | 2024-09-04T16:07:40.839Z | Planning: Running solver ... Done (0.030s) |
| 116 | 2024-09-04T16:07:40.875Z | Planning: Finding local manifests ... Done (0.002s) |
| 117 | 2024-09-04T16:07:40.966Z | Planning: Fetching manifests: 0/5 0% complete |
| 118 | 2024-09-04T16:07:41.818Z | Planning: Fetching manifests: 5/5 100% complete |
| 119 | 2024-09-04T16:07:41.941Z | Planning: Package planning ... Done (0.123s) |
| 120 | 2024-09-04T16:07:42.008Z | Planning: Merging actions ... Done (0.067s) |
| 121 | 2024-09-04T16:07:42.308Z | Planning: Checking for conflicting actions ... Done (0.299s) |
| 122 | 2024-09-04T16:07:43.348Z | Planning: Consolidating action changes ... Done (1.039s) |
| 123 | 2024-09-04T16:07:43.765Z | Planning: Evaluating mediators ... Done (0.417s) |
| 124 | 2024-09-04T16:07:43.863Z | Planning: Planning completed in 5.32 seconds |
| 125 | 2024-09-04T16:07:43.887Z | Packages to install: 4 |
| 126 | 2024-09-04T16:07:43.887Z | Packages to update: 1 |
| 127 | 2024-09-04T16:07:43.887Z | Mediators to change: 2 |
| 128 | 2024-09-04T16:07:43.887Z | Services to change: 1 |
| 129 | 2024-09-04T16:07:43.887Z | Estimated space available: 148.82 GB |
| 130 | 2024-09-04T16:07:43.887Z | Estimated space to be consumed: 1.53 GB |
| 131 | 2024-09-04T16:07:43.887Z | Create boot environment: No |
| 132 | 2024-09-04T16:07:43.887Z | Create backup boot environment: Yes |
| 133 | 2024-09-04T16:07:43.887Z | Rebuild boot archive: No |
| 134 | 2024-09-04T16:07:43.887Z | |
| 135 | 2024-09-04T16:07:43.887Z | Changed mediators: |
| 136 | 2024-09-04T16:07:43.887Z | mediator clang: |
| 137 | 2024-09-04T16:07:43.887Z | version: None -> 15 (system default) |
| 138 | 2024-09-04T16:07:43.887Z | |
| 139 | 2024-09-04T16:07:43.887Z | mediator llvm: |
| 140 | 2024-09-04T16:07:43.887Z | version: 14 (system default) -> 15 (system default) |
| 141 | 2024-09-04T16:07:43.887Z | |
| 142 | 2024-09-04T16:07:43.887Z | Changed packages: |
| 143 | 2024-09-04T16:07:43.887Z | helios-dev |
| 144 | 2024-09-04T16:07:43.887Z | developer/build-essential |
| 145 | 2024-09-04T16:07:43.887Z | None -> 11-2.0 |
| 146 | 2024-09-04T16:07:43.887Z | library/libxmlsec1 |
| 147 | 2024-09-04T16:07:43.887Z | None -> 1.2.35-2.0 |
| 148 | 2024-09-04T16:07:43.887Z | ooce/developer/clang-15 |
| 149 | 2024-09-04T16:07:43.888Z | None -> 15.0.7-2.0 |
| 150 | 2024-09-04T16:07:43.888Z | ooce/developer/llvm-15 |
| 151 | 2024-09-04T16:07:43.888Z | None -> 15.0.7-2.0 |
| 152 | 2024-09-04T16:07:43.888Z | package/pkg |
| 153 | 2024-09-04T16:07:43.888Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 154 | 2024-09-04T16:07:43.888Z | |
| 155 | 2024-09-04T16:07:43.888Z | Services: |
| 156 | 2024-09-04T16:07:43.888Z | restart_fmri: |
| 157 | 2024-09-04T16:07:43.888Z | svc:/system/update-man-index:default |
| 158 | 2024-09-04T16:07:43.888Z | |
| 159 | 2024-09-04T16:07:43.888Z | Editable files to change: |
| 160 | 2024-09-04T16:07:43.888Z | Update: |
| 161 | 2024-09-04T16:07:43.888Z | usr/share/lib/pkg/web/config.shtml |
| 162 | 2024-09-04T16:07:43.950Z | |
| 163 | 2024-09-04T16:07:43.950Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 164 | 2024-09-04T16:07:48.957Z | Download: 780/4281 items 18.6/220.6MB 8% complete (3.8M/s) |
| 165 | 2024-09-04T16:07:53.957Z | Download: 1196/4281 items 71.6/220.6MB 32% complete (7.1M/s) |
| 166 | 2024-09-04T16:07:59.024Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
| 167 | 2024-09-04T16:08:04.024Z | Download: 3209/4281 items 154.2/220.6MB 69% complete (8.0M/s) |
| 168 | 2024-09-04T16:08:09.028Z | Download: 3248/4281 items 176.4/220.6MB 79% complete (5.7M/s) |
| 169 | 2024-09-04T16:08:14.042Z | Download: 3284/4281 items 211.3/220.6MB 95% complete (6.3M/s) |
| 170 | 2024-09-04T16:08:16.807Z | Download: Completed 220.60 MB in 32.86 seconds (6.7M/s) |
| 171 | 2024-09-04T16:08:18.292Z | Actions: 1/5063 actions (Removing old actions) |
| 172 | 2024-09-04T16:08:18.316Z | Actions: 194/5063 actions (Installing new actions) |
| 173 | 2024-09-04T16:08:23.318Z | Actions: 3660/5063 actions (Installing new actions) |
| 174 | 2024-09-04T16:08:24.106Z | Actions: 4226/5063 actions (Updating modified actions) |
| 175 | 2024-09-04T16:08:24.465Z | Actions: Completed 5063 actions in 6.17 seconds. |
| 176 | 2024-09-04T16:08:24.858Z | Done (0.384s) |
| 177 | 2024-09-04T16:08:24.885Z | Done (0.000s) |
| 178 | 2024-09-04T16:08:25.308Z | Done (0.448s) |
| 179 | 2024-09-04T16:08:30.413Z | Done (4.964s) |
| 180 | 2024-09-04T16:08:30.511Z | Done (0.019s) |
| 181 | 2024-09-04T16:08:30.534Z | Done (0.000s) |
| 182 | 2024-09-04T16:08:30.708Z | Done (0.000s) |
| 183 | 2024-09-04T16:08:31.409Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2024-09-04T16:08:31.669Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2024-09-04T16:08:31.693Z | Planning: Consolidating action changes ... Done |
| 186 | 2024-09-04T16:08:32.011Z | Planning: Evaluating mediators ... Done |
| 187 | 2024-09-04T16:08:32.034Z | Planning: Planning completed in 0.60 seconds |
| 188 | 2024-09-04T16:08:32.058Z | Mediators to change: 2 |
| 189 | 2024-09-04T16:08:32.058Z | Create boot environment: No |
| 190 | 2024-09-04T16:08:32.058Z | Create backup boot environment: No |
| 191 | 2024-09-04T16:08:32.119Z | Done |
| 192 | 2024-09-04T16:08:32.120Z | Done |
| 193 | 2024-09-04T16:08:32.449Z | Done |
| 194 | 2024-09-04T16:08:36.861Z | Done |
| 195 | 2024-09-04T16:08:36.958Z | Done |
| 196 | 2024-09-04T16:08:36.982Z | Done |
| 197 | 2024-09-04T16:08:37.048Z | Done |
| 198 | 2024-09-04T16:08:37.809Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2024-09-04T16:08:37.833Z | Planning: Merging actions ... Done |
| 200 | 2024-09-04T16:08:38.096Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2024-09-04T16:08:38.119Z | Planning: Consolidating action changes ... Done |
| 202 | 2024-09-04T16:08:38.415Z | Planning: Evaluating mediators ... Done |
| 203 | 2024-09-04T16:08:38.486Z | Planning: Planning completed in 0.97 seconds |
| 204 | 2024-09-04T16:08:38.533Z | Packages to change: 1 |
| 205 | 2024-09-04T16:08:38.533Z | Mediators to change: 1 |
| 206 | 2024-09-04T16:08:38.533Z | Services to change: 1 |
| 207 | 2024-09-04T16:08:38.533Z | Create boot environment: No |
| 208 | 2024-09-04T16:08:38.533Z | Create backup boot environment: Yes |
| 209 | 2024-09-04T16:08:39.067Z | Actions: 1/6 actions (Updating modified actions) |
| 210 | 2024-09-04T16:08:39.090Z | Actions: Completed 6 actions in 0.00 seconds. |
| 211 | 2024-09-04T16:08:39.090Z | Done |
| 212 | 2024-09-04T16:08:39.090Z | Done |
| 213 | 2024-09-04T16:08:39.161Z | Done |
| 214 | 2024-09-04T16:08:43.635Z | Done |
| 215 | 2024-09-04T16:08:43.716Z | Done |
| 216 | 2024-09-04T16:08:43.741Z | Done |
| 217 | 2024-09-04T16:08:43.815Z | Done |
| 218 | 2024-09-04T16:08:44.326Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 219 | 2024-09-04T16:08:44.326Z | clang system 15 system |
| 220 | 2024-09-04T16:08:44.326Z | csh system system illumos |
| 221 | 2024-09-04T16:08:44.326Z | ctags system system illumos |
| 222 | 2024-09-04T16:08:44.326Z | gcc vendor 12 vendor |
| 223 | 2024-09-04T16:08:44.326Z | gcc system 10 system |
| 224 | 2024-09-04T16:08:44.326Z | gcc system 7 system |
| 225 | 2024-09-04T16:08:44.326Z | go system 1.20 system |
| 226 | 2024-09-04T16:08:44.326Z | go system 1.19 system |
| 227 | 2024-09-04T16:08:44.326Z | llvm system 15 system |
| 228 | 2024-09-04T16:08:44.326Z | llvm system 14 system |
| 229 | 2024-09-04T16:08:44.326Z | mariadb system 10.6 system |
| 230 | 2024-09-04T16:08:44.326Z | mta vendor vendor dma |
| 231 | 2024-09-04T16:08:44.326Z | openjdk system 17 system |
| 232 | 2024-09-04T16:08:44.326Z | openjdk system 11 system |
| 233 | 2024-09-04T16:08:44.326Z | openjdk system 1.8 system |
| 234 | 2024-09-04T16:08:44.326Z | openssl vendor 3 vendor |
| 235 | 2024-09-04T16:08:44.326Z | perl system 5.36 system |
| 236 | 2024-09-04T16:08:44.326Z | postgresql system 15 system |
| 237 | 2024-09-04T16:08:44.326Z | postgresql system 13 system |
| 238 | 2024-09-04T16:08:44.326Z | python vendor 3 vendor |
| 239 | 2024-09-04T16:08:44.326Z | python system 2 system |
| 240 | 2024-09-04T16:08:44.326Z | python3 system 3.11 system |
| 241 | 2024-09-04T16:08:44.326Z | ruby system 3.0 system |
| 242 | 2024-09-04T16:08:44.326Z | words vendor vendor american-english |
| 243 | 2024-09-04T16:08:44.326Z | words system system australian-english |
| 244 | 2024-09-04T16:08:44.326Z | words system system british-english |
| 245 | 2024-09-04T16:08:44.326Z | words system system canadian-english |
| 246 | 2024-09-04T16:08:44.326Z | words system system french |
| 247 | 2024-09-04T16:08:44.327Z | words system system italian |
| 248 | 2024-09-04T16:08:44.327Z | words system system ngerman |
| 249 | 2024-09-04T16:08:44.327Z | words system system ogerman |
| 250 | 2024-09-04T16:08:44.327Z | words system system spanish |
| 251 | 2024-09-04T16:08:44.720Z | PUBLISHER TYPE STATUS P LOCATION |
| 252 | 2024-09-04T16:08:44.720Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 253 | 2024-09-04T16:08:46.878Z | FMRI IFO |
| 254 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 255 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 256 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 257 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 258 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 259 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 260 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 261 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 262 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 263 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 264 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 266 | 2024-09-04T16:08:46.878Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 267 | 2024-09-04T16:08:47.541Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 268 | 2024-09-04T16:08:47.960Z | Updating crates.io index |
| 269 | 2024-09-04T16:08:48.032Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 270 | 2024-09-04T16:08:48.918Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2024-09-04T16:08:49.792Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 272 | 2024-09-04T16:08:50.164Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 273 | 2024-09-04T16:08:51.890Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2024-09-04T16:08:52.197Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 275 | 2024-09-04T16:08:52.548Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2024-09-04T16:08:54.102Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2024-09-04T16:08:56.174Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2024-09-04T16:08:57.355Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 279 | 2024-09-04T16:08:58.056Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-09-04T16:08:58.421Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 281 | 2024-09-04T16:08:59.047Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 282 | 2024-09-04T16:08:59.440Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 283 | 2024-09-04T16:08:59.816Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 284 | 2024-09-04T16:09:00.357Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 285 | 2024-09-04T16:09:00.741Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 286 | 2024-09-04T16:09:01.078Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 287 | 2024-09-04T16:09:01.417Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 288 | 2024-09-04T16:09:01.764Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 289 | 2024-09-04T16:09:02.135Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 290 | 2024-09-04T16:09:02.694Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 291 | 2024-09-04T16:09:03.060Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 292 | 2024-09-04T16:09:03.515Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2024-09-04T16:09:04.160Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 294 | 2024-09-04T16:09:04.555Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 295 | 2024-09-04T16:09:05.178Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 296 | 2024-09-04T16:09:07.499Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 297 | 2024-09-04T16:09:08.043Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 298 | 2024-09-04T16:09:08.178Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 299 | 2024-09-04T16:09:08.625Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 300 | 2024-09-04T16:09:09.992Z | Downloading crates ... |
| 301 | 2024-09-04T16:09:10.063Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2024-09-04T16:09:10.279Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2024-09-04T16:09:10.279Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2024-09-04T16:09:10.305Z | Downloaded zerocopy-derive v0.7.34 |
| 305 | 2024-09-04T16:09:10.305Z | Downloaded utf8parse v0.2.1 |
| 306 | 2024-09-04T16:09:10.305Z | Downloaded zerocopy v0.7.34 |
| 307 | 2024-09-04T16:09:10.305Z | Downloaded syn v1.0.109 |
| 308 | 2024-09-04T16:09:10.305Z | Downloaded unicode-width v0.1.13 |
| 309 | 2024-09-04T16:09:10.305Z | Downloaded rustix v0.38.34 |
| 310 | 2024-09-04T16:09:10.305Z | Downloaded libc v0.2.158 |
| 311 | 2024-09-04T16:09:10.305Z | Downloaded winnow v0.6.18 |
| 312 | 2024-09-04T16:09:10.305Z | Downloaded usdt-impl v0.5.0 |
| 313 | 2024-09-04T16:09:10.305Z | Downloaded unicode-linebreak v0.1.5 |
| 314 | 2024-09-04T16:09:10.305Z | Downloaded ucd-trie v0.1.6 |
| 315 | 2024-09-04T16:09:10.305Z | Downloaded toml_edit v0.22.20 |
| 316 | 2024-09-04T16:09:10.305Z | Downloaded toml v0.8.19 |
| 317 | 2024-09-04T16:09:10.305Z | Downloaded textwrap v0.16.1 |
| 318 | 2024-09-04T16:09:10.306Z | Downloaded tabled v0.15.0 |
| 319 | 2024-09-04T16:09:10.306Z | Downloaded syn v2.0.74 |
| 320 | 2024-09-04T16:09:10.306Z | Downloaded serde_json v1.0.125 |
| 321 | 2024-09-04T16:09:10.306Z | Downloaded serde_derive v1.0.208 |
| 322 | 2024-09-04T16:09:10.306Z | Downloaded scroll v0.12.0 |
| 323 | 2024-09-04T16:09:10.333Z | Downloaded proc-macro2 v1.0.86 |
| 324 | 2024-09-04T16:09:10.334Z | Downloaded pest v2.7.10 |
| 325 | 2024-09-04T16:09:10.334Z | Downloaded memchr v2.7.2 |
| 326 | 2024-09-04T16:09:10.334Z | Downloaded hashbrown v0.14.5 |
| 327 | 2024-09-04T16:09:10.334Z | Downloaded goblin v0.8.2 |
| 328 | 2024-09-04T16:09:10.357Z | Downloaded clap_builder v4.5.15 |
| 329 | 2024-09-04T16:09:10.357Z | Downloaded thiserror-impl v1.0.63 |
| 330 | 2024-09-04T16:09:10.357Z | Downloaded semver v1.0.23 |
| 331 | 2024-09-04T16:09:10.357Z | Downloaded version_check v0.9.5 |
| 332 | 2024-09-04T16:09:10.357Z | Downloaded usdt v0.5.0 |
| 333 | 2024-09-04T16:09:10.357Z | Downloaded tempfile v3.10.1 |
| 334 | 2024-09-04T16:09:10.357Z | Downloaded strsim v0.11.1 |
| 335 | 2024-09-04T16:09:10.357Z | Downloaded smawk v0.3.2 |
| 336 | 2024-09-04T16:09:10.357Z | Downloaded sha2 v0.10.8 |
| 337 | 2024-09-04T16:09:10.357Z | Downloaded serde_spanned v0.6.7 |
| 338 | 2024-09-04T16:09:10.357Z | Downloaded serde v1.0.208 |
| 339 | 2024-09-04T16:09:10.381Z | Downloaded ryu v1.0.18 |
| 340 | 2024-09-04T16:09:10.381Z | Downloaded pest_meta v2.7.10 |
| 341 | 2024-09-04T16:09:10.381Z | Downloaded papergrid v0.11.0 |
| 342 | 2024-09-04T16:09:10.381Z | Downloaded indexmap v2.4.0 |
| 343 | 2024-09-04T16:09:10.381Z | Downloaded clap_derive v4.5.13 |
| 344 | 2024-09-04T16:09:10.381Z | Downloaded clap v4.5.16 |
| 345 | 2024-09-04T16:09:10.405Z | Downloaded camino v1.1.9 |
| 346 | 2024-09-04T16:09:10.405Z | Downloaded bitflags v2.6.0 |
| 347 | 2024-09-04T16:09:10.405Z | Downloaded anyhow v1.0.86 |
| 348 | 2024-09-04T16:09:10.405Z | Downloaded unicode-ident v1.0.12 |
| 349 | 2024-09-04T16:09:10.405Z | Downloaded typenum v1.17.0 |
| 350 | 2024-09-04T16:09:10.405Z | Downloaded thread-id v4.2.1 |
| 351 | 2024-09-04T16:09:10.405Z | Downloaded thiserror v1.0.63 |
| 352 | 2024-09-04T16:09:10.429Z | Downloaded terminal_size v0.3.0 |
| 353 | 2024-09-04T16:09:10.429Z | Downloaded tabled_derive v0.7.0 |
| 354 | 2024-09-04T16:09:10.429Z | Downloaded swrite v0.1.0 |
| 355 | 2024-09-04T16:09:10.429Z | Downloaded serde_tokenstream v0.2.2 |
| 356 | 2024-09-04T16:09:10.429Z | Downloaded scroll_derive v0.12.0 |
| 357 | 2024-09-04T16:09:10.429Z | Downloaded quote v1.0.36 |
| 358 | 2024-09-04T16:09:10.429Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2024-09-04T16:09:10.429Z | Downloaded proc-macro-error v1.0.4 |
| 360 | 2024-09-04T16:09:10.429Z | Downloaded pretty-hex v0.4.1 |
| 361 | 2024-09-04T16:09:10.429Z | Downloaded plain v0.2.3 |
| 362 | 2024-09-04T16:09:10.429Z | Downloaded pest_generator v2.7.10 |
| 363 | 2024-09-04T16:09:10.429Z | Downloaded pest_derive v2.7.10 |
| 364 | 2024-09-04T16:09:10.429Z | Downloaded once_cell v1.19.0 |
| 365 | 2024-09-04T16:09:10.454Z | Downloaded memmap v0.7.0 |
| 366 | 2024-09-04T16:09:10.454Z | Downloaded macaddr v1.0.1 |
| 367 | 2024-09-04T16:09:10.454Z | Downloaded log v0.4.21 |
| 368 | 2024-09-04T16:09:10.454Z | Downloaded itoa v1.0.11 |
| 369 | 2024-09-04T16:09:10.454Z | Downloaded is_terminal_polyfill v1.70.0 |
| 370 | 2024-09-04T16:09:10.454Z | Downloaded heck v0.5.0 |
| 371 | 2024-09-04T16:09:10.455Z | Downloaded heck v0.4.1 |
| 372 | 2024-09-04T16:09:10.455Z | Downloaded generic-array v0.14.7 |
| 373 | 2024-09-04T16:09:10.455Z | Downloaded fs-err v2.11.0 |
| 374 | 2024-09-04T16:09:10.455Z | Downloaded fnv v1.0.7 |
| 375 | 2024-09-04T16:09:10.455Z | Downloaded fastrand v2.1.0 |
| 376 | 2024-09-04T16:09:10.455Z | Downloaded errno v0.3.9 |
| 377 | 2024-09-04T16:09:10.455Z | Downloaded equivalent v1.0.1 |
| 378 | 2024-09-04T16:09:10.455Z | Downloaded dof v0.3.0 |
| 379 | 2024-09-04T16:09:10.456Z | Downloaded digest v0.10.7 |
| 380 | 2024-09-04T16:09:10.481Z | Downloaded crypto-common v0.1.6 |
| 381 | 2024-09-04T16:09:10.481Z | Downloaded cpufeatures v0.2.12 |
| 382 | 2024-09-04T16:09:10.481Z | Downloaded colorchoice v1.0.1 |
| 383 | 2024-09-04T16:09:10.481Z | Downloaded clap_lex v0.7.0 |
| 384 | 2024-09-04T16:09:10.482Z | Downloaded cfg-if v1.0.0 |
| 385 | 2024-09-04T16:09:10.482Z | Downloaded cargo_toml v0.20.4 |
| 386 | 2024-09-04T16:09:10.482Z | Downloaded cargo_metadata v0.18.1 |
| 387 | 2024-09-04T16:09:10.482Z | Downloaded cargo-platform v0.1.8 |
| 388 | 2024-09-04T16:09:10.482Z | Downloaded camino-tempfile v1.1.1 |
| 389 | 2024-09-04T16:09:10.482Z | Downloaded byteorder v1.5.0 |
| 390 | 2024-09-04T16:09:10.482Z | Downloaded bytecount v0.6.8 |
| 391 | 2024-09-04T16:09:10.482Z | Downloaded block-buffer v0.10.4 |
| 392 | 2024-09-04T16:09:10.483Z | Downloaded autocfg v1.3.0 |
| 393 | 2024-09-04T16:09:10.483Z | Downloaded anstyle-query v1.0.3 |
| 394 | 2024-09-04T16:09:10.483Z | Downloaded anstyle-parse v0.2.4 |
| 395 | 2024-09-04T16:09:10.483Z | Downloaded anstyle v1.0.8 |
| 396 | 2024-09-04T16:09:10.483Z | Downloaded anstream v0.6.14 |
| 397 | 2024-09-04T16:09:10.507Z | Downloaded toml_datetime v0.6.8 |
| 398 | 2024-09-04T16:09:10.643Z | Compiling proc-macro2 v1.0.86 |
| 399 | 2024-09-04T16:09:10.667Z | Compiling unicode-ident v1.0.12 |
| 400 | 2024-09-04T16:09:10.667Z | Compiling version_check v0.9.5 |
| 401 | 2024-09-04T16:09:10.667Z | Compiling serde v1.0.208 |
| 402 | 2024-09-04T16:09:10.667Z | Compiling thiserror v1.0.63 |
| 403 | 2024-09-04T16:09:10.667Z | Compiling memchr v2.7.2 |
| 404 | 2024-09-04T16:09:10.667Z | Compiling libc v0.2.158 |
| 405 | 2024-09-04T16:09:10.667Z | Compiling ryu v1.0.18 |
| 406 | 2024-09-04T16:09:10.935Z | Compiling itoa v1.0.11 |
| 407 | 2024-09-04T16:09:11.035Z | Compiling ucd-trie v0.1.6 |
| 408 | 2024-09-04T16:09:11.384Z | Compiling once_cell v1.19.0 |
| 409 | 2024-09-04T16:09:11.413Z | Compiling byteorder v1.5.0 |
| 410 | 2024-09-04T16:09:11.483Z | Compiling rustix v0.38.34 |
| 411 | 2024-09-04T16:09:11.691Z | Compiling serde_json v1.0.125 |
| 412 | 2024-09-04T16:09:11.758Z | Compiling bitflags v2.6.0 |
| 413 | 2024-09-04T16:09:12.010Z | Compiling usdt-impl v0.5.0 |
| 414 | 2024-09-04T16:09:12.110Z | Compiling quote v1.0.36 |
| 415 | 2024-09-04T16:09:12.172Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2024-09-04T16:09:12.238Z | Compiling syn v1.0.109 |
| 417 | 2024-09-04T16:09:12.296Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2024-09-04T16:09:12.462Z | Compiling syn v2.0.74 |
| 419 | 2024-09-04T16:09:12.562Z | Compiling plain v0.2.3 |
| 420 | 2024-09-04T16:09:12.586Z | Compiling errno v0.3.9 |
| 421 | 2024-09-04T16:09:12.715Z | Compiling equivalent v1.0.1 |
| 422 | 2024-09-04T16:09:12.826Z | Compiling hashbrown v0.14.5 |
| 423 | 2024-09-04T16:09:12.850Z | Compiling log v0.4.21 |
| 424 | 2024-09-04T16:09:12.887Z | Compiling camino v1.1.9 |
| 425 | 2024-09-04T16:09:12.916Z | Compiling thread-id v4.2.1 |
| 426 | 2024-09-04T16:09:12.947Z | Compiling utf8parse v0.2.1 |
| 427 | 2024-09-04T16:09:13.100Z | Compiling anstyle-parse v0.2.4 |
| 428 | 2024-09-04T16:09:13.392Z | Compiling is_terminal_polyfill v1.70.0 |
| 429 | 2024-09-04T16:09:13.504Z | Compiling anstyle v1.0.8 |
| 430 | 2024-09-04T16:09:13.528Z | Compiling pretty-hex v0.4.1 |
| 431 | 2024-09-04T16:09:13.638Z | Compiling autocfg v1.3.0 |
| 432 | 2024-09-04T16:09:13.687Z | Compiling semver v1.0.23 |
| 433 | 2024-09-04T16:09:13.721Z | Compiling colorchoice v1.0.1 |
| 434 | 2024-09-04T16:09:13.958Z | Compiling indexmap v2.4.0 |
| 435 | 2024-09-04T16:09:13.982Z | Compiling unicode-width v0.1.13 |
| 436 | 2024-09-04T16:09:14.024Z | Compiling winnow v0.6.18 |
| 437 | 2024-09-04T16:09:14.194Z | Compiling anstyle-query v1.0.3 |
| 438 | 2024-09-04T16:09:14.316Z | Compiling anstream v0.6.14 |
| 439 | 2024-09-04T16:09:14.501Z | Compiling terminal_size v0.3.0 |
| 440 | 2024-09-04T16:09:14.526Z | Compiling fs-err v2.11.0 |
| 441 | 2024-09-04T16:09:14.797Z | Compiling cfg-if v1.0.0 |
| 442 | 2024-09-04T16:09:14.836Z | Compiling fastrand v2.1.0 |
| 443 | 2024-09-04T16:09:14.923Z | Compiling heck v0.5.0 |
| 444 | 2024-09-04T16:09:15.026Z | Compiling fnv v1.0.7 |
| 445 | 2024-09-04T16:09:15.116Z | Compiling anyhow v1.0.86 |
| 446 | 2024-09-04T16:09:15.159Z | Compiling bytecount v0.6.8 |
| 447 | 2024-09-04T16:09:15.198Z | Compiling clap_lex v0.7.0 |
| 448 | 2024-09-04T16:09:15.332Z | Compiling strsim v0.11.1 |
| 449 | 2024-09-04T16:09:15.366Z | Compiling heck v0.4.1 |
| 450 | 2024-09-04T16:09:15.649Z | Compiling clap_builder v4.5.15 |
| 451 | 2024-09-04T16:09:15.791Z | Compiling papergrid v0.11.0 |
| 452 | 2024-09-04T16:09:15.815Z | Compiling tempfile v3.10.1 |
| 453 | 2024-09-04T16:09:16.119Z | Compiling memmap v0.7.0 |
| 454 | 2024-09-04T16:09:16.142Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2024-09-04T16:09:16.452Z | Compiling smawk v0.3.2 |
| 456 | 2024-09-04T16:09:16.678Z | Compiling textwrap v0.16.1 |
| 457 | 2024-09-04T16:09:17.166Z | Compiling swrite v0.1.0 |
| 458 | 2024-09-04T16:09:18.081Z | Compiling tabled_derive v0.7.0 |
| 459 | 2024-09-04T16:09:19.742Z | Compiling tabled v0.15.0 |
| 460 | 2024-09-04T16:09:20.408Z | Compiling serde_derive v1.0.208 |
| 461 | 2024-09-04T16:09:20.408Z | Compiling thiserror-impl v1.0.63 |
| 462 | 2024-09-04T16:09:20.431Z | Compiling zerocopy-derive v0.7.34 |
| 463 | 2024-09-04T16:09:20.431Z | Compiling scroll_derive v0.12.0 |
| 464 | 2024-09-04T16:09:20.431Z | Compiling clap_derive v4.5.13 |
| 465 | 2024-09-04T16:09:21.638Z | Compiling scroll v0.12.0 |
| 466 | 2024-09-04T16:09:22.052Z | Compiling goblin v0.8.2 |
| 467 | 2024-09-04T16:09:22.251Z | Compiling zerocopy v0.7.34 |
| 468 | 2024-09-04T16:09:22.895Z | Compiling pest v2.7.10 |
| 469 | 2024-09-04T16:09:23.406Z | Compiling clap v4.5.16 |
| 470 | 2024-09-04T16:09:24.883Z | Compiling pest_meta v2.7.10 |
| 471 | 2024-09-04T16:09:25.856Z | Compiling pest_generator v2.7.10 |
| 472 | 2024-09-04T16:09:27.451Z | Compiling pest_derive v2.7.10 |
| 473 | 2024-09-04T16:09:28.053Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2024-09-04T16:09:29.583Z | Compiling toml_datetime v0.6.8 |
| 475 | 2024-09-04T16:09:29.583Z | Compiling serde_spanned v0.6.7 |
| 476 | 2024-09-04T16:09:29.606Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-09-04T16:09:29.958Z | Compiling serde_tokenstream v0.2.2 |
| 478 | 2024-09-04T16:09:30.040Z | Compiling toml_edit v0.22.20 |
| 479 | 2024-09-04T16:09:30.133Z | Compiling macaddr v1.0.1 |
| 480 | 2024-09-04T16:09:30.173Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2024-09-04T16:09:30.935Z | Compiling dof v0.3.0 |
| 482 | 2024-09-04T16:09:30.935Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2024-09-04T16:09:32.437Z | Compiling toml v0.8.19 |
| 484 | 2024-09-04T16:09:32.859Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2024-09-04T16:09:32.914Z | Compiling usdt-macro v0.5.0 |
| 486 | 2024-09-04T16:09:33.265Z | Compiling cargo_toml v0.20.4 |
| 487 | 2024-09-04T16:09:34.008Z | Compiling usdt v0.5.0 |
| 488 | 2024-09-04T16:09:37.367Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2024-09-04T16:09:42.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.96s |
| 490 | 2024-09-04T16:09:42.423Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2024-09-04T16:09:43.154Z | Downloading crates ... |
| 492 | 2024-09-04T16:09:43.308Z | Downloaded crunchy v0.2.2 |
| 493 | 2024-09-04T16:09:43.332Z | Downloaded crossbeam-deque v0.8.5 |
| 494 | 2024-09-04T16:09:43.332Z | Downloaded csv-core v0.1.11 |
| 495 | 2024-09-04T16:09:43.332Z | Downloaded darling v0.20.9 |
| 496 | 2024-09-04T16:09:43.332Z | Downloaded darling_macro v0.20.9 |
| 497 | 2024-09-04T16:09:43.332Z | Downloaded crossbeam-utils v0.8.19 |
| 498 | 2024-09-04T16:09:43.355Z | Downloaded crc-any v2.5.0 |
| 499 | 2024-09-04T16:09:43.355Z | Downloaded cookie v0.17.0 |
| 500 | 2024-09-04T16:09:43.355Z | Downloaded is_ci v1.2.0 |
| 501 | 2024-09-04T16:09:43.355Z | Downloaded cstr-argument v0.1.2 |
| 502 | 2024-09-04T16:09:43.355Z | Downloaded crypto-bigint v0.5.5 |
| 503 | 2024-09-04T16:09:43.379Z | Downloaded crucible-workspace-hack v0.1.0 |
| 504 | 2024-09-04T16:09:43.379Z | Downloaded const_format v0.2.32 |
| 505 | 2024-09-04T16:09:43.379Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 506 | 2024-09-04T16:09:43.403Z | Downloaded ident_case v1.0.1 |
| 507 | 2024-09-04T16:09:43.403Z | Downloaded rustc_version v0.1.7 |
| 508 | 2024-09-04T16:09:43.403Z | Downloaded russh-cryptovec v0.7.2 |
| 509 | 2024-09-04T16:09:43.403Z | Downloaded const_format_proc_macros v0.2.32 |
| 510 | 2024-09-04T16:09:43.403Z | Downloaded blowfish v0.9.1 |
| 511 | 2024-09-04T16:09:43.403Z | Downloaded base64 v0.22.1 |
| 512 | 2024-09-04T16:09:43.403Z | Downloaded aes v0.8.4 |
| 513 | 2024-09-04T16:09:43.426Z | Downloaded hostname v0.3.1 |
| 514 | 2024-09-04T16:09:43.426Z | Downloaded want v0.3.1 |
| 515 | 2024-09-04T16:09:43.426Z | Downloaded scheduled-thread-pool v0.2.7 |
| 516 | 2024-09-04T16:09:43.426Z | Downloaded same-file v1.0.6 |
| 517 | 2024-09-04T16:09:43.426Z | Downloaded salsa20 v0.10.2 |
| 518 | 2024-09-04T16:09:43.450Z | Downloaded waitgroup v0.1.2 |
| 519 | 2024-09-04T16:09:43.450Z | Downloaded downcast v0.11.0 |
| 520 | 2024-09-04T16:09:43.450Z | Downloaded newline-converter v0.3.0 |
| 521 | 2024-09-04T16:09:43.450Z | Downloaded bytes v1.7.1 |
| 522 | 2024-09-04T16:09:43.450Z | Downloaded display-error-chain v0.2.1 |
| 523 | 2024-09-04T16:09:43.450Z | Downloaded rustls-pemfile v1.0.4 |
| 524 | 2024-09-04T16:09:43.450Z | Downloaded russh-keys v0.45.0 |
| 525 | 2024-09-04T16:09:43.473Z | Downloaded parse-size v1.0.0 |
| 526 | 2024-09-04T16:09:43.473Z | Downloaded glob v0.3.1 |
| 527 | 2024-09-04T16:09:43.473Z | Downloaded aes-gcm v0.10.3 |
| 528 | 2024-09-04T16:09:43.473Z | Downloaded futures-task v0.3.30 |
| 529 | 2024-09-04T16:09:43.473Z | Downloaded futures-sink v0.3.30 |
| 530 | 2024-09-04T16:09:43.473Z | Downloaded funty v2.0.0 |
| 531 | 2024-09-04T16:09:43.474Z | Downloaded parse-display-derive v0.10.0 |
| 532 | 2024-09-04T16:09:43.474Z | Downloaded parse-display v0.10.0 |
| 533 | 2024-09-04T16:09:43.499Z | Downloaded hash32 v0.3.1 |
| 534 | 2024-09-04T16:09:43.499Z | Downloaded proc-macro-crate v1.3.1 |
| 535 | 2024-09-04T16:09:43.499Z | Downloaded pretty-hex v0.2.1 |
| 536 | 2024-09-04T16:09:43.499Z | Downloaded predicates-tree v1.0.9 |
| 537 | 2024-09-04T16:09:43.499Z | Downloaded predicates-core v1.0.6 |
| 538 | 2024-09-04T16:09:43.527Z | Downloaded tower-service v0.3.2 |
| 539 | 2024-09-04T16:09:43.551Z | Downloaded ssh-cipher v0.2.0 |
| 540 | 2024-09-04T16:09:43.576Z | Downloaded opaque-debug v0.3.1 |
| 541 | 2024-09-04T16:09:43.576Z | Downloaded rusqlite v0.31.0 |
| 542 | 2024-09-04T16:09:43.600Z | Downloaded omicron-zone-package v0.11.0 |
| 543 | 2024-09-04T16:09:43.600Z | Downloaded sec1 v0.7.3 |
| 544 | 2024-09-04T16:09:43.600Z | Downloaded sct v0.7.1 |
| 545 | 2024-09-04T16:09:43.623Z | Downloaded scrypt v0.11.0 |
| 546 | 2024-09-04T16:09:43.623Z | Downloaded zone_cfg_derive v0.1.2 |
| 547 | 2024-09-04T16:09:43.624Z | Downloaded sigpipe v0.1.3 |
| 548 | 2024-09-04T16:09:43.624Z | Downloaded hickory-resolver v0.24.1 |
| 549 | 2024-09-04T16:09:43.647Z | Downloaded tough v0.17.1 |
| 550 | 2024-09-04T16:09:43.647Z | Downloaded float-cmp v0.9.0 |
| 551 | 2024-09-04T16:09:43.670Z | Downloaded embedded-io v0.4.0 |
| 552 | 2024-09-04T16:09:43.670Z | Downloaded endian-type v0.1.2 |
| 553 | 2024-09-04T16:09:43.670Z | Downloaded data-encoding v2.6.0 |
| 554 | 2024-09-04T16:09:43.670Z | Downloaded smallvec v1.13.2 |
| 555 | 2024-09-04T16:09:43.670Z | Downloaded winnow v0.5.40 |
| 556 | 2024-09-04T16:09:43.694Z | Downloaded slog-term v2.9.1 |
| 557 | 2024-09-04T16:09:43.694Z | Downloaded hex-literal v0.4.1 |
| 558 | 2024-09-04T16:09:43.694Z | Downloaded tinyvec_macros v0.1.1 |
| 559 | 2024-09-04T16:09:43.694Z | Downloaded similar v2.6.0 |
| 560 | 2024-09-04T16:09:43.718Z | Downloaded rand_xorshift v0.3.0 |
| 561 | 2024-09-04T16:09:43.718Z | Downloaded erased-serde v0.3.31 |
| 562 | 2024-09-04T16:09:43.718Z | Downloaded rustls v0.21.12 |
| 563 | 2024-09-04T16:09:43.742Z | Downloaded peg-runtime v0.8.3 |
| 564 | 2024-09-04T16:09:43.742Z | Downloaded pem-rfc7468 v0.7.0 |
| 565 | 2024-09-04T16:09:43.766Z | Downloaded universal-hash v0.5.1 |
| 566 | 2024-09-04T16:09:43.766Z | Downloaded ref-cast v1.0.23 |
| 567 | 2024-09-04T16:09:43.789Z | Downloaded phf_shared v0.10.0 |
| 568 | 2024-09-04T16:09:43.789Z | Downloaded time-core v0.1.2 |
| 569 | 2024-09-04T16:09:43.789Z | Downloaded libloading v0.8.3 |
| 570 | 2024-09-04T16:09:43.790Z | Downloaded termtree v0.4.1 |
| 571 | 2024-09-04T16:09:43.790Z | Downloaded polyval v0.6.2 |
| 572 | 2024-09-04T16:09:43.790Z | Downloaded strum_macros v0.25.3 |
| 573 | 2024-09-04T16:09:43.814Z | Downloaded sync_wrapper v0.1.2 |
| 574 | 2024-09-04T16:09:43.814Z | Downloaded take_mut v0.2.2 |
| 575 | 2024-09-04T16:09:43.814Z | Downloaded portpicker v0.1.1 |
| 576 | 2024-09-04T16:09:43.814Z | Downloaded tap v1.0.1 |
| 577 | 2024-09-04T16:09:43.814Z | Downloaded tabwriter v1.4.0 |
| 578 | 2024-09-04T16:09:43.838Z | Downloaded unicode_categories v0.1.1 |
| 579 | 2024-09-04T16:09:43.838Z | Downloaded mockall_derive v0.13.0 |
| 580 | 2024-09-04T16:09:43.838Z | Downloaded supports-color v3.0.0 |
| 581 | 2024-09-04T16:09:43.838Z | Downloaded psl-types v2.0.11 |
| 582 | 2024-09-04T16:09:43.838Z | Downloaded tokio-postgres v0.7.11 |
| 583 | 2024-09-04T16:09:43.862Z | Downloaded subprocess v0.2.9 |
| 584 | 2024-09-04T16:09:43.862Z | Downloaded indexmap v1.9.3 |
| 585 | 2024-09-04T16:09:43.862Z | Downloaded tokio-util v0.7.11 |
| 586 | 2024-09-04T16:09:43.862Z | Downloaded steno v0.4.1 |
| 587 | 2024-09-04T16:09:43.887Z | Downloaded portable-atomic v1.6.0 |
| 588 | 2024-09-04T16:09:43.911Z | Downloaded pin-project-internal v1.1.5 |
| 589 | 2024-09-04T16:09:43.911Z | Downloaded term v0.7.0 |
| 590 | 2024-09-04T16:09:43.936Z | Downloaded url v2.5.2 |
| 591 | 2024-09-04T16:09:43.960Z | Downloaded petgraph v0.6.5 |
| 592 | 2024-09-04T16:09:43.989Z | Downloaded reedline v0.33.0 |
| 593 | 2024-09-04T16:09:44.014Z | Downloaded rayon v1.10.0 |
| 594 | 2024-09-04T16:09:44.037Z | Downloaded proptest v1.5.0 |
| 595 | 2024-09-04T16:09:44.060Z | Downloaded ratatui v0.28.0 |
| 596 | 2024-09-04T16:09:44.091Z | Downloaded p384 v0.13.0 |
| 597 | 2024-09-04T16:09:44.115Z | Downloaded gimli v0.28.1 |
| 598 | 2024-09-04T16:09:44.139Z | Downloaded encoding_rs v0.8.34 |
| 599 | 2024-09-04T16:09:44.162Z | Downloaded smoltcp v0.11.0 |
| 600 | 2024-09-04T16:09:44.187Z | Downloaded smoltcp v0.9.1 |
| 601 | 2024-09-04T16:09:44.211Z | Downloaded openssl v0.10.66 |
| 602 | 2024-09-04T16:09:44.234Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 603 | 2024-09-04T16:09:44.294Z | Downloaded polar-core v0.27.3 |
| 604 | 2024-09-04T16:09:44.317Z | Downloaded nix v0.28.0 |
| 605 | 2024-09-04T16:09:44.341Z | Downloaded nix v0.27.1 |
| 606 | 2024-09-04T16:09:44.364Z | Downloaded lalrpop v0.19.12 |
| 607 | 2024-09-04T16:09:44.388Z | Downloaded idna v0.5.0 |
| 608 | 2024-09-04T16:09:44.388Z | Downloaded ring v0.17.8 |
| 609 | 2024-09-04T16:09:44.473Z | Downloaded idna v0.4.0 |
| 610 | 2024-09-04T16:09:44.496Z | Downloaded idna v0.3.0 |
| 611 | 2024-09-04T16:09:44.496Z | Downloaded idna v0.2.3 |
| 612 | 2024-09-04T16:09:44.520Z | Downloaded futures-util v0.3.30 |
| 613 | 2024-09-04T16:09:44.543Z | Downloaded itertools v0.13.0 |
| 614 | 2024-09-04T16:09:44.543Z | Downloaded hyper v0.14.30 |
| 615 | 2024-09-04T16:09:44.543Z | Downloaded ring v0.16.20 |
| 616 | 2024-09-04T16:09:44.642Z | Downloaded libz-sys v1.1.16 |
| 617 | 2024-09-04T16:09:44.725Z | Downloaded hkdf v0.12.4 |
| 618 | 2024-09-04T16:09:44.748Z | Downloaded libm v0.2.8 |
| 619 | 2024-09-04T16:09:44.748Z | Downloaded heapless v0.8.0 |
| 620 | 2024-09-04T16:09:44.748Z | Downloaded heapless v0.7.17 |
| 621 | 2024-09-04T16:09:44.748Z | Downloaded libsqlite3-sys v0.28.0 |
| 622 | 2024-09-04T16:09:44.837Z | Downloaded num-bigint-dig v0.8.4 |
| 623 | 2024-09-04T16:09:44.860Z | Downloaded nom v7.1.3 |
| 624 | 2024-09-04T16:09:44.861Z | Downloaded itertools v0.12.1 |
| 625 | 2024-09-04T16:09:44.861Z | Downloaded itertools v0.10.5 |
| 626 | 2024-09-04T16:09:44.884Z | Downloaded csv v1.3.0 |
| 627 | 2024-09-04T16:09:44.907Z | Downloaded regex-automata v0.4.6 |
| 628 | 2024-09-04T16:09:44.930Z | Downloaded snafu v0.8.2 |
| 629 | 2024-09-04T16:09:44.930Z | Downloaded rcgen v0.12.1 |
| 630 | 2024-09-04T16:09:44.930Z | Downloaded rayon-core v1.12.1 |
| 631 | 2024-09-04T16:09:44.930Z | Downloaded p256 v0.13.2 |
| 632 | 2024-09-04T16:09:44.930Z | Downloaded openssl-sys v0.9.103 |
| 633 | 2024-09-04T16:09:44.954Z | Downloaded flume v0.11.0 |
| 634 | 2024-09-04T16:09:44.954Z | Downloaded finl_unicode v1.2.0 |
| 635 | 2024-09-04T16:09:44.954Z | Downloaded sled v0.34.7 |
| 636 | 2024-09-04T16:09:44.977Z | Downloaded tracing v0.1.40 |
| 637 | 2024-09-04T16:09:44.977Z | Downloaded tokio v1.39.3 |
| 638 | 2024-09-04T16:09:45.016Z | Downloaded sha3 v0.10.8 |
| 639 | 2024-09-04T16:09:45.040Z | Downloaded libxml v0.3.3 |
| 640 | 2024-09-04T16:09:45.040Z | Downloaded http v1.1.0 |
| 641 | 2024-09-04T16:09:45.040Z | Downloaded http v0.2.12 |
| 642 | 2024-09-04T16:09:45.040Z | Downloaded tar v0.4.41 |
| 643 | 2024-09-04T16:09:45.064Z | Downloaded regex-syntax v0.8.4 |
| 644 | 2024-09-04T16:09:45.064Z | Downloaded regex-syntax v0.6.29 |
| 645 | 2024-09-04T16:09:45.064Z | Downloaded oso v0.27.3 |
| 646 | 2024-09-04T16:09:45.064Z | Downloaded futures v0.3.30 |
| 647 | 2024-09-04T16:09:45.087Z | Downloaded zerocopy-derive v0.6.6 |
| 648 | 2024-09-04T16:09:45.087Z | Downloaded num-bigint v0.4.5 |
| 649 | 2024-09-04T16:09:45.087Z | Downloaded mio v1.0.2 |
| 650 | 2024-09-04T16:09:45.111Z | Downloaded mio v0.8.11 |
| 651 | 2024-09-04T16:09:45.111Z | Downloaded minimal-lexical v0.2.1 |
| 652 | 2024-09-04T16:09:45.111Z | Downloaded hickory-server v0.24.1 |
| 653 | 2024-09-04T16:09:45.111Z | Downloaded regress v0.9.1 |
| 654 | 2024-09-04T16:09:45.134Z | Downloaded tls_codec_derive v0.4.1 |
| 655 | 2024-09-04T16:09:45.134Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 656 | 2024-09-04T16:09:45.157Z | Downloaded termcolor v1.4.1 |
| 657 | 2024-09-04T16:09:45.157Z | Downloaded regex v1.10.6 |
| 658 | 2024-09-04T16:09:45.157Z | Downloaded owo-colors v4.0.0 |
| 659 | 2024-09-04T16:09:45.157Z | Downloaded getrandom v0.2.14 |
| 660 | 2024-09-04T16:09:45.180Z | Downloaded futures-channel v0.3.30 |
| 661 | 2024-09-04T16:09:45.180Z | Downloaded headers v0.3.9 |
| 662 | 2024-09-04T16:09:45.180Z | Downloaded vcpkg v0.2.15 |
| 663 | 2024-09-04T16:09:45.216Z | Downloaded radix_trie v0.2.1 |
| 664 | 2024-09-04T16:09:45.240Z | Downloaded dropshot v0.10.1 |
| 665 | 2024-09-04T16:09:45.240Z | Downloaded openapiv3 v2.0.0 |
| 666 | 2024-09-04T16:09:45.263Z | Downloaded hickory-proto v0.24.1 |
| 667 | 2024-09-04T16:09:45.287Z | Downloaded time v0.3.36 |
| 668 | 2024-09-04T16:09:45.287Z | Downloaded reqwest v0.11.27 |
| 669 | 2024-09-04T16:09:45.287Z | Downloaded poly1305 v0.8.0 |
| 670 | 2024-09-04T16:09:45.310Z | Downloaded serde_urlencoded v0.7.1 |
| 671 | 2024-09-04T16:09:45.310Z | Downloaded serde_repr v0.1.19 |
| 672 | 2024-09-04T16:09:45.310Z | Downloaded serde_plain v1.0.2 |
| 673 | 2024-09-04T16:09:45.310Z | Downloaded serde_path_to_error v0.1.16 |
| 674 | 2024-09-04T16:09:45.310Z | Downloaded tokio-native-tls v0.3.1 |
| 675 | 2024-09-04T16:09:45.310Z | Downloaded tls_codec v0.4.1 |
| 676 | 2024-09-04T16:09:45.310Z | Downloaded hex v0.4.3 |
| 677 | 2024-09-04T16:09:45.310Z | Downloaded object v0.32.2 |
| 678 | 2024-09-04T16:09:45.333Z | Downloaded quick-xml v0.31.0 |
| 679 | 2024-09-04T16:09:45.333Z | Downloaded heck v0.3.3 |
| 680 | 2024-09-04T16:09:45.333Z | Downloaded ghash v0.5.1 |
| 681 | 2024-09-04T16:09:45.333Z | Downloaded foreign-types-macros v0.2.3 |
| 682 | 2024-09-04T16:09:45.334Z | Downloaded float-ord v0.3.2 |
| 683 | 2024-09-04T16:09:45.334Z | Downloaded pin-project v1.1.5 |
| 684 | 2024-09-04T16:09:45.357Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 685 | 2024-09-04T16:09:45.357Z | Downloaded unicode-normalization v0.1.23 |
| 686 | 2024-09-04T16:09:45.357Z | Downloaded getopts v0.2.21 |
| 687 | 2024-09-04T16:09:45.357Z | Downloaded futures-core v0.3.30 |
| 688 | 2024-09-04T16:09:45.357Z | Downloaded fragile v2.0.0 |
| 689 | 2024-09-04T16:09:45.357Z | Downloaded fd-lock v4.0.2 |
| 690 | 2024-09-04T16:09:45.357Z | Downloaded unicode-bidi v0.3.15 |
| 691 | 2024-09-04T16:09:45.357Z | Downloaded subtle v2.5.0 |
| 692 | 2024-09-04T16:09:45.357Z | Downloaded string_cache v0.8.7 |
| 693 | 2024-09-04T16:09:45.357Z | Downloaded static_assertions v1.1.0 |
| 694 | 2024-09-04T16:09:45.380Z | Downloaded pkg-config v0.3.30 |
| 695 | 2024-09-04T16:09:45.380Z | Downloaded pkcs1 v0.7.5 |
| 696 | 2024-09-04T16:09:45.380Z | Downloaded pin-utils v0.1.0 |
| 697 | 2024-09-04T16:09:45.380Z | Downloaded pin-project-lite v0.2.14 |
| 698 | 2024-09-04T16:09:45.380Z | Downloaded tracing-core v0.1.32 |
| 699 | 2024-09-04T16:09:45.380Z | Downloaded test-strategy v0.3.1 |
| 700 | 2024-09-04T16:09:45.381Z | Downloaded p521 v0.13.3 |
| 701 | 2024-09-04T16:09:45.404Z | Downloaded indicatif v0.17.8 |
| 702 | 2024-09-04T16:09:45.404Z | Downloaded tokio-tungstenite v0.21.0 |
| 703 | 2024-09-04T16:09:45.404Z | Downloaded gethostname v0.5.0 |
| 704 | 2024-09-04T16:09:45.404Z | Downloaded foreign-types v0.5.0 |
| 705 | 2024-09-04T16:09:45.404Z | Downloaded serde_with v3.9.0 |
| 706 | 2024-09-04T16:09:45.404Z | Downloaded diesel v2.2.3 |
| 707 | 2024-09-04T16:09:45.428Z | Downloaded libefi-sys v0.1.0 |
| 708 | 2024-09-04T16:09:45.428Z | Downloaded tokio-rustls v0.24.1 |
| 709 | 2024-09-04T16:09:45.428Z | Downloaded unicode-segmentation v1.11.0 |
| 710 | 2024-09-04T16:09:45.451Z | Downloaded oso-derive v0.27.3 |
| 711 | 2024-09-04T16:09:45.451Z | Downloaded headers-core v0.2.0 |
| 712 | 2024-09-04T16:09:45.451Z | Downloaded fxhash v0.2.1 |
| 713 | 2024-09-04T16:09:45.451Z | Downloaded foreign-types-shared v0.3.1 |
| 714 | 2024-09-04T16:09:45.451Z | Downloaded foreign-types-shared v0.1.1 |
| 715 | 2024-09-04T16:09:45.451Z | Downloaded foreign-types v0.3.2 |
| 716 | 2024-09-04T16:09:45.451Z | Downloaded object v0.30.4 |
| 717 | 2024-09-04T16:09:45.451Z | Downloaded miniz_oxide v0.7.2 |
| 718 | 2024-09-04T16:09:45.451Z | Downloaded phf v0.11.2 |
| 719 | 2024-09-04T16:09:45.451Z | Downloaded percent-encoding v2.3.1 |
| 720 | 2024-09-04T16:09:45.451Z | Downloaded utf-8 v0.7.6 |
| 721 | 2024-09-04T16:09:45.475Z | Downloaded try-lock v0.2.5 |
| 722 | 2024-09-04T16:09:45.475Z | Downloaded tracing-attributes v0.1.27 |
| 723 | 2024-09-04T16:09:45.475Z | Downloaded tokio-tungstenite v0.23.1 |
| 724 | 2024-09-04T16:09:45.475Z | Downloaded thread_local v1.1.8 |
| 725 | 2024-09-04T16:09:45.475Z | Downloaded thiserror-no-std v2.0.2 |
| 726 | 2024-09-04T16:09:45.475Z | Downloaded termios v0.3.3 |
| 727 | 2024-09-04T16:09:45.475Z | Downloaded snafu-derive v0.8.2 |
| 728 | 2024-09-04T16:09:45.475Z | Downloaded tungstenite v0.21.0 |
| 729 | 2024-09-04T16:09:45.475Z | Downloaded tungstenite v0.20.1 |
| 730 | 2024-09-04T16:09:45.475Z | Downloaded unsafe-libyaml v0.2.11 |
| 731 | 2024-09-04T16:09:45.520Z | Downloaded multer v3.1.0 |
| 732 | 2024-09-04T16:09:45.520Z | Downloaded mime_guess v2.0.4 |
| 733 | 2024-09-04T16:09:45.520Z | Downloaded structmeta-derive v0.3.0 |
| 734 | 2024-09-04T16:09:45.520Z | Downloaded strum_macros v0.24.3 |
| 735 | 2024-09-04T16:09:45.520Z | Downloaded flate2 v1.0.31 |
| 736 | 2024-09-04T16:09:45.520Z | Downloaded ff v0.13.0 |
| 737 | 2024-09-04T16:09:45.520Z | Downloaded lazy_static v1.5.0 |
| 738 | 2024-09-04T16:09:45.520Z | Downloaded phf_shared v0.11.2 |
| 739 | 2024-09-04T16:09:45.520Z | Downloaded strum_macros v0.26.4 |
| 740 | 2024-09-04T16:09:45.544Z | Downloaded strum v0.26.3 |
| 741 | 2024-09-04T16:09:45.544Z | Downloaded structmeta-derive v0.2.0 |
| 742 | 2024-09-04T16:09:45.544Z | Downloaded structmeta v0.3.0 |
| 743 | 2024-09-04T16:09:45.544Z | Downloaded structmeta v0.2.0 |
| 744 | 2024-09-04T16:09:45.544Z | Downloaded strip-ansi-escapes v0.2.0 |
| 745 | 2024-09-04T16:09:45.544Z | Downloaded stringprep v0.1.4 |
| 746 | 2024-09-04T16:09:45.544Z | Downloaded ref-cast-impl v1.0.23 |
| 747 | 2024-09-04T16:09:45.544Z | Downloaded untrusted v0.9.0 |
| 748 | 2024-09-04T16:09:45.544Z | Downloaded untrusted v0.7.1 |
| 749 | 2024-09-04T16:09:45.544Z | Downloaded tui-tree-widget v0.22.0 |
| 750 | 2024-09-04T16:09:45.544Z | Downloaded serde_derive_internals v0.29.1 |
| 751 | 2024-09-04T16:09:45.544Z | Downloaded serde_arrays v0.1.0 |
| 752 | 2024-09-04T16:09:45.544Z | Downloaded serde-hex v0.1.0 |
| 753 | 2024-09-04T16:09:45.544Z | Downloaded semver v0.1.20 |
| 754 | 2024-09-04T16:09:45.544Z | Downloaded secrecy v0.8.0 |
| 755 | 2024-09-04T16:09:45.544Z | Downloaded tokio-tungstenite v0.20.1 |
| 756 | 2024-09-04T16:09:45.544Z | Downloaded tokio-stream v0.1.15 |
| 757 | 2024-09-04T16:09:45.544Z | Downloaded tokio-rustls v0.25.0 |
| 758 | 2024-09-04T16:09:45.544Z | Downloaded password-hash v0.5.0 |
| 759 | 2024-09-04T16:09:45.544Z | Downloaded zip v0.6.6 |
| 760 | 2024-09-04T16:09:45.544Z | Downloaded vsss-rs v3.3.4 |
| 761 | 2024-09-04T16:09:45.544Z | Downloaded vergen v8.3.2 |
| 762 | 2024-09-04T16:09:45.544Z | Downloaded rand v0.8.5 |
| 763 | 2024-09-04T16:09:45.568Z | Downloaded publicsuffix v2.2.3 |
| 764 | 2024-09-04T16:09:45.568Z | Downloaded elliptic-curve v0.13.8 |
| 765 | 2024-09-04T16:09:45.568Z | Downloaded ed25519-dalek v2.1.1 |
| 766 | 2024-09-04T16:09:45.568Z | Downloaded rustls v0.22.4 |
| 767 | 2024-09-04T16:09:45.591Z | Downloaded num-complex v0.4.6 |
| 768 | 2024-09-04T16:09:45.591Z | Downloaded nu-ansi-term v0.50.0 |
| 769 | 2024-09-04T16:09:45.591Z | Downloaded mime v0.3.17 |
| 770 | 2024-09-04T16:09:45.591Z | Downloaded memmap2 v0.9.4 |
| 771 | 2024-09-04T16:09:45.591Z | Downloaded ipnetwork v0.20.0 |
| 772 | 2024-09-04T16:09:45.591Z | Downloaded ipnet v2.9.0 |
| 773 | 2024-09-04T16:09:45.591Z | Downloaded iana-time-zone v0.1.60 |
| 774 | 2024-09-04T16:09:45.591Z | Downloaded serde-big-array v0.5.1 |
| 775 | 2024-09-04T16:09:45.591Z | Downloaded peg-macros v0.8.4 |
| 776 | 2024-09-04T16:09:45.592Z | Downloaded password-hash v0.4.2 |
| 777 | 2024-09-04T16:09:45.615Z | Downloaded parking_lot v0.11.2 |
| 778 | 2024-09-04T16:09:45.615Z | Downloaded expectorate v1.1.0 |
| 779 | 2024-09-04T16:09:45.615Z | Downloaded der v0.7.9 |
| 780 | 2024-09-04T16:09:45.615Z | Downloaded native-tls v0.2.11 |
| 781 | 2024-09-04T16:09:45.616Z | Downloaded lock_api v0.4.12 |
| 782 | 2024-09-04T16:09:45.616Z | Downloaded tinyvec v1.6.0 |
| 783 | 2024-09-04T16:09:45.616Z | Downloaded tokio-macros v2.4.0 |
| 784 | 2024-09-04T16:09:45.616Z | Downloaded stable_deref_trait v1.2.0 |
| 785 | 2024-09-04T16:09:45.616Z | Downloaded deranged v0.3.11 |
| 786 | 2024-09-04T16:09:45.616Z | Downloaded trust-dns-proto v0.22.0 |
| 787 | 2024-09-04T16:09:45.639Z | Downloaded lalrpop-util v0.19.12 |
| 788 | 2024-09-04T16:09:45.639Z | Downloaded bstr v1.9.1 |
| 789 | 2024-09-04T16:09:45.662Z | Downloaded unicode-xid v0.2.4 |
| 790 | 2024-09-04T16:09:45.662Z | Downloaded unicode-truncate v1.0.0 |
| 791 | 2024-09-04T16:09:45.662Z | Downloaded paste v1.0.15 |
| 792 | 2024-09-04T16:09:45.662Z | Downloaded pkcs5 v0.7.1 |
| 793 | 2024-09-04T16:09:45.662Z | Downloaded pem v3.0.4 |
| 794 | 2024-09-04T16:09:45.662Z | Downloaded peg v0.8.4 |
| 795 | 2024-09-04T16:09:45.662Z | Downloaded pbkdf2 v0.12.2 |
| 796 | 2024-09-04T16:09:45.662Z | Downloaded pbkdf2 v0.11.0 |
| 797 | 2024-09-04T16:09:45.662Z | Downloaded packed_struct_codegen v0.10.1 |
| 798 | 2024-09-04T16:09:45.686Z | Downloaded packed_struct v0.10.1 |
| 799 | 2024-09-04T16:09:45.686Z | Downloaded zone v0.1.8 |
| 800 | 2024-09-04T16:09:45.686Z | Downloaded zeroize_derive v1.4.2 |
| 801 | 2024-09-04T16:09:45.686Z | Downloaded zeroize v1.7.0 |
| 802 | 2024-09-04T16:09:45.686Z | Downloaded uzers v0.11.3 |
| 803 | 2024-09-04T16:09:45.686Z | Downloaded rand_seeder v0.3.0 |
| 804 | 2024-09-04T16:09:45.686Z | Downloaded radium v0.7.0 |
| 805 | 2024-09-04T16:09:45.686Z | Downloaded pkcs8 v0.10.2 |
| 806 | 2024-09-04T16:09:45.686Z | Downloaded hickory-client v0.24.1 |
| 807 | 2024-09-04T16:09:45.686Z | Downloaded derive-where v1.2.7 |
| 808 | 2024-09-04T16:09:45.686Z | Downloaded lazycell v1.3.0 |
| 809 | 2024-09-04T16:09:45.686Z | Downloaded path-slash v0.1.5 |
| 810 | 2024-09-04T16:09:45.709Z | Downloaded tiny-keccak v2.0.2 |
| 811 | 2024-09-04T16:09:45.710Z | Downloaded time-macros v0.2.18 |
| 812 | 2024-09-04T16:09:45.710Z | Downloaded derive_builder_core v0.20.0 |
| 813 | 2024-09-04T16:09:45.710Z | Downloaded rand_core v0.6.4 |
| 814 | 2024-09-04T16:09:45.710Z | Downloaded rand_chacha v0.3.1 |
| 815 | 2024-09-04T16:09:45.710Z | Downloaded r2d2 v0.8.10 |
| 816 | 2024-09-04T16:09:45.710Z | Downloaded quick-error v1.2.3 |
| 817 | 2024-09-04T16:09:45.710Z | Downloaded env_logger v0.9.3 |
| 818 | 2024-09-04T16:09:45.710Z | Downloaded ecdsa v0.16.9 |
| 819 | 2024-09-04T16:09:45.710Z | Downloaded derive_builder v0.20.0 |
| 820 | 2024-09-04T16:09:45.733Z | Downloaded git2 v0.19.0 |
| 821 | 2024-09-04T16:09:45.733Z | Downloaded webpki-roots v0.25.4 |
| 822 | 2024-09-04T16:09:45.733Z | Downloaded serde_yaml v0.9.34+deprecated |
| 823 | 2024-09-04T16:09:45.733Z | Downloaded fixedbitset v0.4.2 |
| 824 | 2024-09-04T16:09:45.733Z | Downloaded filetime v0.2.25 |
| 825 | 2024-09-04T16:09:45.733Z | Downloaded fallible-iterator v0.2.0 |
| 826 | 2024-09-04T16:09:45.733Z | Downloaded ena v0.14.3 |
| 827 | 2024-09-04T16:09:45.757Z | Downloaded sqlparser v0.45.0 |
| 828 | 2024-09-04T16:09:45.757Z | Downloaded env_logger v0.10.2 |
| 829 | 2024-09-04T16:09:45.757Z | Downloaded enum-as-inner v0.6.0 |
| 830 | 2024-09-04T16:09:45.757Z | Downloaded dsl_auto_type v0.1.2 |
| 831 | 2024-09-04T16:09:45.757Z | Downloaded der_derive v0.7.2 |
| 832 | 2024-09-04T16:09:45.757Z | Downloaded defmt-macros v0.3.9 |
| 833 | 2024-09-04T16:09:45.757Z | Downloaded defmt v0.3.8 |
| 834 | 2024-09-04T16:09:45.757Z | Downloaded slog v2.7.0 |
| 835 | 2024-09-04T16:09:45.780Z | Downloaded openssl-probe v0.1.5 |
| 836 | 2024-09-04T16:09:45.780Z | Downloaded openssl-macros v0.1.1 |
| 837 | 2024-09-04T16:09:45.780Z | Downloaded jobserver v0.1.32 |
| 838 | 2024-09-04T16:09:45.780Z | Downloaded hmac v0.12.1 |
| 839 | 2024-09-04T16:09:45.780Z | Downloaded highway v1.2.0 |
| 840 | 2024-09-04T16:09:45.780Z | Downloaded slog-bunyan v2.5.0 |
| 841 | 2024-09-04T16:09:45.780Z | Downloaded serde_with_macros v3.9.0 |
| 842 | 2024-09-04T16:09:45.780Z | Downloaded dyn-clone v1.0.17 |
| 843 | 2024-09-04T16:09:45.780Z | Downloaded curve25519-dalek v4.1.3 |
| 844 | 2024-09-04T16:09:45.804Z | Downloaded flagset v0.4.5 |
| 845 | 2024-09-04T16:09:45.804Z | Downloaded fallible-iterator v0.3.0 |
| 846 | 2024-09-04T16:09:45.804Z | Downloaded either v1.13.0 |
| 847 | 2024-09-04T16:09:45.804Z | Downloaded ed25519 v2.2.3 |
| 848 | 2024-09-04T16:09:45.804Z | Downloaded dropshot_endpoint v0.10.1 |
| 849 | 2024-09-04T16:09:45.804Z | Downloaded derive_builder_macro v0.20.0 |
| 850 | 2024-09-04T16:09:45.804Z | Downloaded defmt-parser v0.3.4 |
| 851 | 2024-09-04T16:09:45.804Z | Downloaded debug-ignore v1.0.5 |
| 852 | 2024-09-04T16:09:45.804Z | Downloaded zone_cfg_derive v0.3.0 |
| 853 | 2024-09-04T16:09:45.804Z | Downloaded zone v0.3.0 |
| 854 | 2024-09-04T16:09:45.804Z | Downloaded smf v0.2.3 |
| 855 | 2024-09-04T16:09:45.804Z | Downloaded smallvec v0.6.14 |
| 856 | 2024-09-04T16:09:45.804Z | Downloaded slog-stdlog v4.1.1 |
| 857 | 2024-09-04T16:09:45.804Z | Downloaded slog-scope v4.4.0 |
| 858 | 2024-09-04T16:09:45.804Z | Downloaded slog-json v2.6.1 |
| 859 | 2024-09-04T16:09:45.828Z | Downloaded slog-envlogger v2.2.0 |
| 860 | 2024-09-04T16:09:45.828Z | Downloaded slog-dtrace v0.3.0 |
| 861 | 2024-09-04T16:09:45.828Z | Downloaded slog-async v2.8.0 |
| 862 | 2024-09-04T16:09:45.828Z | Downloaded slab v0.4.9 |
| 863 | 2024-09-04T16:09:45.828Z | Downloaded siphasher v0.3.11 |
| 864 | 2024-09-04T16:09:45.828Z | Downloaded signature v2.2.0 |
| 865 | 2024-09-04T16:09:45.828Z | Downloaded sha1 v0.10.6 |
| 866 | 2024-09-04T16:09:45.828Z | Downloaded nodrop v0.1.14 |
| 867 | 2024-09-04T16:09:45.828Z | Downloaded newtype-uuid v1.1.0 |
| 868 | 2024-09-04T16:09:45.828Z | Downloaded mockall v0.13.0 |
| 869 | 2024-09-04T16:09:45.828Z | Downloaded x509-cert v0.2.5 |
| 870 | 2024-09-04T16:09:45.828Z | Downloaded vte_generate_state_changes v0.1.1 |
| 871 | 2024-09-04T16:09:45.828Z | Downloaded ssh-key v0.6.6 |
| 872 | 2024-09-04T16:09:45.852Z | Downloaded h2 v0.3.26 |
| 873 | 2024-09-04T16:09:45.852Z | Downloaded rustls-webpki v0.102.4 |
| 874 | 2024-09-04T16:09:45.875Z | Downloaded rustls-webpki v0.101.7 |
| 875 | 2024-09-04T16:09:45.898Z | Downloaded num v0.4.3 |
| 876 | 2024-09-04T16:09:45.898Z | Downloaded nanorand v0.7.0 |
| 877 | 2024-09-04T16:09:45.898Z | Downloaded managed v0.8.0 |
| 878 | 2024-09-04T16:09:45.898Z | Downloaded lru v0.12.3 |
| 879 | 2024-09-04T16:09:45.898Z | Downloaded indent_write v2.2.0 |
| 880 | 2024-09-04T16:09:45.898Z | Downloaded chrono v0.4.38 |
| 881 | 2024-09-04T16:09:45.898Z | Downloaded bitvec v1.0.1 |
| 882 | 2024-09-04T16:09:45.921Z | Downloaded num-traits v0.2.19 |
| 883 | 2024-09-04T16:09:45.921Z | Downloaded memoffset v0.9.1 |
| 884 | 2024-09-04T16:09:45.921Z | Downloaded lru-cache v0.1.2 |
| 885 | 2024-09-04T16:09:45.921Z | Downloaded linked-hash-map v0.5.6 |
| 886 | 2024-09-04T16:09:45.921Z | Downloaded keccak v0.1.5 |
| 887 | 2024-09-04T16:09:45.945Z | Downloaded inout v0.1.3 |
| 888 | 2024-09-04T16:09:45.945Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 889 | 2024-09-04T16:09:45.945Z | Downloaded blake3 v1.5.1 |
| 890 | 2024-09-04T16:09:45.945Z | Downloaded olpc-cjson v0.1.3 |
| 891 | 2024-09-04T16:09:45.945Z | Downloaded number_prefix v0.4.0 |
| 892 | 2024-09-04T16:09:45.945Z | Downloaded num_threads v0.1.7 |
| 893 | 2024-09-04T16:09:45.945Z | Downloaded num_enum_derive v0.5.11 |
| 894 | 2024-09-04T16:09:45.945Z | Downloaded num_enum v0.5.11 |
| 895 | 2024-09-04T16:09:45.968Z | Downloaded num-rational v0.4.2 |
| 896 | 2024-09-04T16:09:45.968Z | Downloaded num-iter v0.1.45 |
| 897 | 2024-09-04T16:09:45.968Z | Downloaded num-integer v0.1.46 |
| 898 | 2024-09-04T16:09:45.968Z | Downloaded num-derive v0.4.2 |
| 899 | 2024-09-04T16:09:45.968Z | Downloaded futures-macro v0.3.30 |
| 900 | 2024-09-04T16:09:45.968Z | Downloaded futures-io v0.3.30 |
| 901 | 2024-09-04T16:09:45.968Z | Downloaded futures-executor v0.3.30 |
| 902 | 2024-09-04T16:09:45.968Z | Downloaded form_urlencoded v1.2.1 |
| 903 | 2024-09-04T16:09:45.968Z | Downloaded fatfs v0.3.6 |
| 904 | 2024-09-04T16:09:45.968Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 905 | 2024-09-04T16:09:45.968Z | Downloaded enum-as-inner v0.5.1 |
| 906 | 2024-09-04T16:09:45.968Z | Downloaded zerocopy v0.6.6 |
| 907 | 2024-09-04T16:09:45.968Z | Downloaded yasna v0.5.2 |
| 908 | 2024-09-04T16:09:45.968Z | Downloaded xattr v1.3.1 |
| 909 | 2024-09-04T16:09:45.992Z | Downloaded wyz v0.5.1 |
| 910 | 2024-09-04T16:09:45.992Z | Downloaded wait-timeout v0.2.0 |
| 911 | 2024-09-04T16:09:45.992Z | Downloaded vte v0.11.1 |
| 912 | 2024-09-04T16:09:45.992Z | Downloaded uuid v1.10.0 |
| 913 | 2024-09-04T16:09:45.992Z | Downloaded ssh-encoding v0.2.0 |
| 914 | 2024-09-04T16:09:45.992Z | Downloaded spin v0.9.8 |
| 915 | 2024-09-04T16:09:45.992Z | Downloaded socket2 v0.5.7 |
| 916 | 2024-09-04T16:09:45.992Z | Downloaded socket2 v0.4.10 |
| 917 | 2024-09-04T16:09:45.992Z | Downloaded signal-hook-registry v1.4.2 |
| 918 | 2024-09-04T16:09:45.992Z | Downloaded signal-hook v0.3.17 |
| 919 | 2024-09-04T16:09:45.992Z | Downloaded prettyplease v0.2.20 |
| 920 | 2024-09-04T16:09:46.016Z | Downloaded ppv-lite86 v0.2.17 |
| 921 | 2024-09-04T16:09:46.016Z | Downloaded postcard v1.0.8 |
| 922 | 2024-09-04T16:09:46.016Z | Downloaded hashbrown v0.13.2 |
| 923 | 2024-09-04T16:09:46.016Z | Downloaded hashbrown v0.12.3 |
| 924 | 2024-09-04T16:09:46.016Z | Downloaded diesel_derives v2.2.2 |
| 925 | 2024-09-04T16:09:46.016Z | Downloaded dhcproto v0.12.0 |
| 926 | 2024-09-04T16:09:46.040Z | Downloaded typed-path v0.7.1 |
| 927 | 2024-09-04T16:09:46.040Z | Downloaded toml_edit v0.19.15 |
| 928 | 2024-09-04T16:09:46.063Z | Downloaded rustyline v14.0.0 |
| 929 | 2024-09-04T16:09:46.063Z | Downloaded new_debug_unreachable v1.0.6 |
| 930 | 2024-09-04T16:09:46.063Z | Downloaded multimap v0.10.0 |
| 931 | 2024-09-04T16:09:46.063Z | Downloaded md-5 v0.10.6 |
| 932 | 2024-09-04T16:09:46.063Z | Downloaded maybe-uninit v2.0.0 |
| 933 | 2024-09-04T16:09:46.063Z | Downloaded match_cfg v0.1.0 |
| 934 | 2024-09-04T16:09:46.063Z | Downloaded maplit v1.0.2 |
| 935 | 2024-09-04T16:09:46.063Z | Downloaded linear-map v1.2.0 |
| 936 | 2024-09-04T16:09:46.063Z | Downloaded libsw v3.3.1 |
| 937 | 2024-09-04T16:09:46.063Z | Downloaded kstat-rs v0.2.4 |
| 938 | 2024-09-04T16:09:46.063Z | Downloaded internet-checksum v0.2.1 |
| 939 | 2024-09-04T16:09:46.087Z | Downloaded instability v0.3.2 |
| 940 | 2024-09-04T16:09:46.087Z | Downloaded indoc v1.0.9 |
| 941 | 2024-09-04T16:09:46.087Z | Downloaded hyper-tls v0.5.0 |
| 942 | 2024-09-04T16:09:46.087Z | Downloaded hyper-staticfile v0.9.5 |
| 943 | 2024-09-04T16:09:46.087Z | Downloaded hyper-rustls v0.24.2 |
| 944 | 2024-09-04T16:09:46.087Z | Downloaded humantime v2.1.0 |
| 945 | 2024-09-04T16:09:46.087Z | Downloaded hubpack v0.1.2 |
| 946 | 2024-09-04T16:09:46.087Z | Downloaded httpdate v1.0.3 |
| 947 | 2024-09-04T16:09:46.087Z | Downloaded httparse v1.8.0 |
| 948 | 2024-09-04T16:09:46.087Z | Downloaded http-body v0.4.6 |
| 949 | 2024-09-04T16:09:46.087Z | Downloaded hostname v0.4.0 |
| 950 | 2024-09-04T16:09:46.087Z | Downloaded home v0.5.9 |
| 951 | 2024-09-04T16:09:46.087Z | Downloaded sqlparser_derive v0.2.2 |
| 952 | 2024-09-04T16:09:46.087Z | Downloaded sqlformat v0.2.4 |
| 953 | 2024-09-04T16:09:46.110Z | Downloaded spki v0.7.3 |
| 954 | 2024-09-04T16:09:46.110Z | Downloaded spin v0.5.2 |
| 955 | 2024-09-04T16:09:46.110Z | Downloaded signal-hook-tokio v0.3.1 |
| 956 | 2024-09-04T16:09:46.111Z | Downloaded signal-hook-mio v0.2.4 |
| 957 | 2024-09-04T16:09:46.111Z | Downloaded shlex v1.3.0 |
| 958 | 2024-09-04T16:09:46.111Z | Downloaded shell-words v1.1.0 |
| 959 | 2024-09-04T16:09:46.111Z | Downloaded primeorder v0.13.6 |
| 960 | 2024-09-04T16:09:46.111Z | Downloaded predicates v3.1.2 |
| 961 | 2024-09-04T16:09:46.111Z | Downloaded postgres-types v0.2.7 |
| 962 | 2024-09-04T16:09:46.111Z | Downloaded postgres-protocol v0.6.7 |
| 963 | 2024-09-04T16:09:46.111Z | Downloaded parking_lot_core v0.8.6 |
| 964 | 2024-09-04T16:09:46.111Z | Downloaded parking_lot v0.12.2 |
| 965 | 2024-09-04T16:09:46.111Z | Downloaded half v2.4.1 |
| 966 | 2024-09-04T16:09:46.134Z | Downloaded diff v0.1.13 |
| 967 | 2024-09-04T16:09:46.134Z | Downloaded derive_more v0.99.18 |
| 968 | 2024-09-04T16:09:46.134Z | Downloaded russh v0.45.0 |
| 969 | 2024-09-04T16:09:46.134Z | Downloaded normalize-line-endings v0.3.0 |
| 970 | 2024-09-04T16:09:46.134Z | Downloaded nibble_vec v0.1.0 |
| 971 | 2024-09-04T16:09:46.134Z | Downloaded crossterm v0.27.0 |
| 972 | 2024-09-04T16:09:46.158Z | Downloaded bindgen v0.69.4 |
| 973 | 2024-09-04T16:09:46.158Z | Downloaded aho-corasick v1.1.3 |
| 974 | 2024-09-04T16:09:46.158Z | Downloaded topological-sort v0.2.2 |
| 975 | 2024-09-04T16:09:46.158Z | Downloaded toolchain_find v0.4.0 |
| 976 | 2024-09-04T16:09:46.158Z | Downloaded precomputed-hash v0.1.1 |
| 977 | 2024-09-04T16:09:46.158Z | Downloaded powerfmt v0.2.0 |
| 978 | 2024-09-04T16:09:46.181Z | Downloaded parking_lot_core v0.9.10 |
| 979 | 2024-09-04T16:09:46.182Z | Downloaded hashlink v0.9.1 |
| 980 | 2024-09-04T16:09:46.182Z | Downloaded hash32 v0.2.1 |
| 981 | 2024-09-04T16:09:46.182Z | Downloaded globset v0.4.14 |
| 982 | 2024-09-04T16:09:46.182Z | Downloaded des v0.8.1 |
| 983 | 2024-09-04T16:09:46.182Z | Downloaded tungstenite v0.23.0 |
| 984 | 2024-09-04T16:09:46.182Z | Downloaded toml v0.7.8 |
| 985 | 2024-09-04T16:09:46.182Z | Downloaded schemars v0.8.21 |
| 986 | 2024-09-04T16:09:46.205Z | Downloaded samael v0.0.15 |
| 987 | 2024-09-04T16:09:46.205Z | Downloaded rsa v0.9.6 |
| 988 | 2024-09-04T16:09:46.205Z | Downloaded ron v0.8.1 |
| 989 | 2024-09-04T16:09:46.229Z | Downloaded num-conv v0.1.0 |
| 990 | 2024-09-04T16:09:46.229Z | Downloaded md5 v0.7.0 |
| 991 | 2024-09-04T16:09:46.229Z | Downloaded is-terminal v0.4.12 |
| 992 | 2024-09-04T16:09:46.229Z | Downloaded instant v0.1.12 |
| 993 | 2024-09-04T16:09:46.229Z | Downloaded darling_core v0.20.9 |
| 994 | 2024-09-04T16:09:46.229Z | Downloaded crossbeam-channel v0.5.12 |
| 995 | 2024-09-04T16:09:46.229Z | Downloaded group v0.13.0 |
| 996 | 2024-09-04T16:09:46.229Z | Downloaded hubpack_derive v0.1.1 |
| 997 | 2024-09-04T16:09:46.229Z | Downloaded http-range v0.1.5 |
| 998 | 2024-09-04T16:09:46.229Z | Downloaded dirs-sys-next v0.1.2 |
| 999 | 2024-09-04T16:09:46.229Z | Downloaded dirs-next v2.0.0 |
| 1000 | 2024-09-04T16:09:46.253Z | Downloaded whoami v1.5.1 |
| 1001 | 2024-09-04T16:09:46.253Z | Downloaded walkdir v2.5.0 |
| 1002 | 2024-09-04T16:09:46.253Z | Downloaded compact_str v0.8.0 |
| 1003 | 2024-09-04T16:09:46.253Z | Downloaded async-trait v0.1.81 |
| 1004 | 2024-09-04T16:09:46.253Z | Downloaded ron v0.7.1 |
| 1005 | 2024-09-04T16:09:46.253Z | Downloaded newtype_derive v0.1.6 |
| 1006 | 2024-09-04T16:09:46.253Z | Downloaded crossterm v0.28.1 |
| 1007 | 2024-09-04T16:09:46.277Z | Downloaded difflib v0.4.0 |
| 1008 | 2024-09-04T16:09:46.277Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1009 | 2024-09-04T16:09:46.277Z | Downloaded dhcproto-macros v0.1.0 |
| 1010 | 2024-09-04T16:09:46.277Z | Downloaded which v4.4.2 |
| 1011 | 2024-09-04T16:09:46.277Z | Downloaded unicase v2.7.0 |
| 1012 | 2024-09-04T16:09:46.277Z | Downloaded unarray v0.1.4 |
| 1013 | 2024-09-04T16:09:46.277Z | Downloaded twox-hash v1.6.3 |
| 1014 | 2024-09-04T16:09:46.277Z | Downloaded rustls-pemfile v2.1.3 |
| 1015 | 2024-09-04T16:09:46.277Z | Downloaded rustc-demangle v0.1.24 |
| 1016 | 2024-09-04T16:09:46.277Z | Downloaded matches v0.1.10 |
| 1017 | 2024-09-04T16:09:46.277Z | Downloaded scopeguard v1.2.0 |
| 1018 | 2024-09-04T16:09:46.277Z | Downloaded schemars_derive v0.8.21 |
| 1019 | 2024-09-04T16:09:46.277Z | Downloaded rustls-pki-types v1.7.0 |
| 1020 | 2024-09-04T16:09:46.277Z | Downloaded crossbeam-epoch v0.9.18 |
| 1021 | 2024-09-04T16:09:46.300Z | Downloaded cookie v0.18.1 |
| 1022 | 2024-09-04T16:09:46.301Z | Downloaded const-oid v0.9.6 |
| 1023 | 2024-09-04T16:09:46.301Z | Downloaded rusty-fork v0.3.0 |
| 1024 | 2024-09-04T16:09:46.301Z | Downloaded rustversion v1.0.17 |
| 1025 | 2024-09-04T16:09:46.301Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1026 | 2024-09-04T16:09:46.301Z | Downloaded rustc_version v0.4.0 |
| 1027 | 2024-09-04T16:09:46.301Z | Downloaded rustc-hash v1.1.0 |
| 1028 | 2024-09-04T16:09:46.301Z | Downloaded rtoolbox v0.0.2 |
| 1029 | 2024-09-04T16:09:46.301Z | Downloaded rpassword v7.3.1 |
| 1030 | 2024-09-04T16:09:46.301Z | Downloaded rfc6979 v0.4.0 |
| 1031 | 2024-09-04T16:09:46.301Z | Downloaded resolv-conf v0.7.0 |
| 1032 | 2024-09-04T16:09:46.301Z | Downloaded crc-catalog v2.4.0 |
| 1033 | 2024-09-04T16:09:46.301Z | Downloaded crc v3.2.1 |
| 1034 | 2024-09-04T16:09:46.324Z | Downloaded convert_case v0.4.0 |
| 1035 | 2024-09-04T16:09:46.324Z | Downloaded cobs v0.2.3 |
| 1036 | 2024-09-04T16:09:46.324Z | Downloaded cipher v0.4.4 |
| 1037 | 2024-09-04T16:09:46.324Z | Downloaded chacha20 v0.9.1 |
| 1038 | 2024-09-04T16:09:46.325Z | Downloaded cexpr v0.6.0 |
| 1039 | 2024-09-04T16:09:46.325Z | Downloaded cbc v0.1.2 |
| 1040 | 2024-09-04T16:09:46.325Z | Downloaded cassowary v0.3.0 |
| 1041 | 2024-09-04T16:09:46.325Z | Downloaded buf-list v1.0.3 |
| 1042 | 2024-09-04T16:09:46.325Z | Downloaded base64 v0.13.1 |
| 1043 | 2024-09-04T16:09:46.325Z | Downloaded ctr v0.9.2 |
| 1044 | 2024-09-04T16:09:46.325Z | Downloaded ciborium-io v0.2.2 |
| 1045 | 2024-09-04T16:09:46.325Z | Downloaded chacha20poly1305 v0.10.1 |
| 1046 | 2024-09-04T16:09:46.348Z | Downloaded cc v1.0.97 |
| 1047 | 2024-09-04T16:09:46.348Z | Downloaded bitstruct v0.1.1 |
| 1048 | 2024-09-04T16:09:46.348Z | Downloaded bitflags v1.3.2 |
| 1049 | 2024-09-04T16:09:46.348Z | Downloaded bitfield v0.14.0 |
| 1050 | 2024-09-04T16:09:46.348Z | Downloaded bit-set v0.5.3 |
| 1051 | 2024-09-04T16:09:46.348Z | Downloaded base64 v0.21.7 |
| 1052 | 2024-09-04T16:09:46.348Z | Downloaded backtrace v0.3.71 |
| 1053 | 2024-09-04T16:09:46.348Z | Downloaded arc-swap v1.7.1 |
| 1054 | 2024-09-04T16:09:46.372Z | Downloaded clang-sys v1.7.0 |
| 1055 | 2024-09-04T16:09:46.372Z | Downloaded cancel-safe-futures v0.1.5 |
| 1056 | 2024-09-04T16:09:46.372Z | Downloaded blake2 v0.10.6 |
| 1057 | 2024-09-04T16:09:46.372Z | Downloaded bcs v0.1.6 |
| 1058 | 2024-09-04T16:09:46.372Z | Downloaded base64ct v1.6.0 |
| 1059 | 2024-09-04T16:09:46.372Z | Downloaded atomic-waker v1.1.2 |
| 1060 | 2024-09-04T16:09:46.372Z | Downloaded allocator-api2 v0.2.18 |
| 1061 | 2024-09-04T16:09:46.372Z | Downloaded addr2line v0.21.0 |
| 1062 | 2024-09-04T16:09:46.395Z | Downloaded bzip2 v0.4.4 |
| 1063 | 2024-09-04T16:09:46.395Z | Downloaded crc32fast v1.4.0 |
| 1064 | 2024-09-04T16:09:46.395Z | Downloaded cookie_store v0.20.0 |
| 1065 | 2024-09-04T16:09:46.395Z | Downloaded constant_time_eq v0.3.0 |
| 1066 | 2024-09-04T16:09:46.395Z | Downloaded console v0.15.8 |
| 1067 | 2024-09-04T16:09:46.395Z | Downloaded colored v2.1.0 |
| 1068 | 2024-09-04T16:09:46.395Z | Downloaded ciborium-ll v0.2.2 |
| 1069 | 2024-09-04T16:09:46.395Z | Downloaded ciborium v0.2.2 |
| 1070 | 2024-09-04T16:09:46.395Z | Downloaded cfg_aliases v0.1.1 |
| 1071 | 2024-09-04T16:09:46.395Z | Downloaded castaway v0.2.3 |
| 1072 | 2024-09-04T16:09:46.395Z | Downloaded block-padding v0.3.3 |
| 1073 | 2024-09-04T16:09:46.395Z | Downloaded bitstruct_derive v0.1.0 |
| 1074 | 2024-09-04T16:09:46.395Z | Downloaded bitfield-struct v0.6.1 |
| 1075 | 2024-09-04T16:09:46.419Z | Downloaded bit-vec v0.6.3 |
| 1076 | 2024-09-04T16:09:46.419Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1077 | 2024-09-04T16:09:46.419Z | Downloaded bb8 v0.8.5 |
| 1078 | 2024-09-04T16:09:46.419Z | Downloaded base16ct v0.2.0 |
| 1079 | 2024-09-04T16:09:46.419Z | Downloaded backoff v0.4.0 |
| 1080 | 2024-09-04T16:09:46.419Z | Downloaded atty v0.2.14 |
| 1081 | 2024-09-04T16:09:46.419Z | Downloaded atomicwrites v0.4.3 |
| 1082 | 2024-09-04T16:09:46.419Z | Downloaded async-stream-impl v0.3.5 |
| 1083 | 2024-09-04T16:09:46.419Z | Downloaded async-stream v0.3.5 |
| 1084 | 2024-09-04T16:09:46.419Z | Downloaded async-recursion v1.1.1 |
| 1085 | 2024-09-04T16:09:46.419Z | Downloaded async-bb8-diesel v0.2.1 |
| 1086 | 2024-09-04T16:09:46.419Z | Downloaded assert_matches v1.5.0 |
| 1087 | 2024-09-04T16:09:46.419Z | Downloaded ascii-canvas v3.0.0 |
| 1088 | 2024-09-04T16:09:46.419Z | Downloaded ascii v1.1.0 |
| 1089 | 2024-09-04T16:09:46.442Z | Downloaded arrayvec v0.7.4 |
| 1090 | 2024-09-04T16:09:46.442Z | Downloaded arrayref v0.3.7 |
| 1091 | 2024-09-04T16:09:46.442Z | Downloaded array-init v0.0.4 |
| 1092 | 2024-09-04T16:09:46.443Z | Downloaded argon2 v0.5.3 |
| 1093 | 2024-09-04T16:09:46.443Z | Downloaded ahash v0.8.11 |
| 1094 | 2024-09-04T16:09:46.443Z | Downloaded aead v0.5.2 |
| 1095 | 2024-09-04T16:09:46.443Z | Downloaded adler v1.0.2 |
| 1096 | 2024-09-04T16:09:46.552Z | Compiling serde v1.0.208 |
| 1097 | 2024-09-04T16:09:46.552Z | Compiling typenum v1.17.0 |
| 1098 | 2024-09-04T16:09:46.552Z | Compiling generic-array v0.14.7 |
| 1099 | 2024-09-04T16:09:46.552Z | Compiling lock_api v0.4.12 |
| 1100 | 2024-09-04T16:09:46.576Z | Compiling scopeguard v1.2.0 |
| 1101 | 2024-09-04T16:09:46.576Z | Compiling log v0.4.21 |
| 1102 | 2024-09-04T16:09:46.576Z | Compiling syn v2.0.74 |
| 1103 | 2024-09-04T16:09:46.576Z | Compiling getrandom v0.2.14 |
| 1104 | 2024-09-04T16:09:46.826Z | Compiling jobserver v0.1.32 |
| 1105 | 2024-09-04T16:09:46.967Z | Compiling rand_core v0.6.4 |
| 1106 | 2024-09-04T16:09:47.038Z | Compiling subtle v2.5.0 |
| 1107 | 2024-09-04T16:09:47.123Z | Compiling const-oid v0.9.6 |
| 1108 | 2024-09-04T16:09:47.147Z | Compiling cc v1.0.97 |
| 1109 | 2024-09-04T16:09:47.342Z | Compiling smallvec v1.13.2 |
| 1110 | 2024-09-04T16:09:47.422Z | Compiling pin-project-lite v0.2.14 |
| 1111 | 2024-09-04T16:09:47.445Z | Compiling parking_lot_core v0.9.10 |
| 1112 | 2024-09-04T16:09:47.537Z | Compiling signal-hook-registry v1.4.2 |
| 1113 | 2024-09-04T16:09:47.656Z | Compiling spin v0.9.8 |
| 1114 | 2024-09-04T16:09:47.692Z | Compiling mio v1.0.2 |
| 1115 | 2024-09-04T16:09:48.000Z | Compiling ahash v0.8.11 |
| 1116 | 2024-09-04T16:09:48.269Z | Compiling parking_lot v0.12.2 |
| 1117 | 2024-09-04T16:09:48.298Z | Compiling tinyvec_macros v0.1.1 |
| 1118 | 2024-09-04T16:09:48.377Z | Compiling tinyvec v1.6.0 |
| 1119 | 2024-09-04T16:09:48.506Z | Compiling socket2 v0.5.7 |
| 1120 | 2024-09-04T16:09:48.601Z | Compiling cpufeatures v0.2.12 |
| 1121 | 2024-09-04T16:09:48.685Z | Compiling libm v0.2.8 |
| 1122 | 2024-09-04T16:09:48.709Z | Compiling serde_json v1.0.125 |
| 1123 | 2024-09-04T16:09:48.732Z | Compiling futures-sink v0.3.30 |
| 1124 | 2024-09-04T16:09:48.991Z | Compiling futures-core v0.3.30 |
| 1125 | 2024-09-04T16:09:49.343Z | Compiling slab v0.4.9 |
| 1126 | 2024-09-04T16:09:49.366Z | Compiling num-traits v0.2.19 |
| 1127 | 2024-09-04T16:09:49.366Z | Compiling unicode-bidi v0.3.15 |
| 1128 | 2024-09-04T16:09:49.407Z | Compiling allocator-api2 v0.2.18 |
| 1129 | 2024-09-04T16:09:49.955Z | Compiling unicode-normalization v0.1.23 |
| 1130 | 2024-09-04T16:09:49.994Z | Compiling futures-channel v0.3.30 |
| 1131 | 2024-09-04T16:09:50.282Z | Compiling pkg-config v0.3.30 |
| 1132 | 2024-09-04T16:09:50.327Z | Compiling vcpkg v0.2.15 |
| 1133 | 2024-09-04T16:09:50.537Z | Compiling futures-task v0.3.30 |
| 1134 | 2024-09-04T16:09:50.906Z | Compiling pin-utils v0.1.0 |
| 1135 | 2024-09-04T16:09:50.992Z | Compiling futures-io v0.3.30 |
| 1136 | 2024-09-04T16:09:51.017Z | Compiling base64ct v1.6.0 |
| 1137 | 2024-09-04T16:09:51.059Z | Compiling ring v0.17.8 |
| 1138 | 2024-09-04T16:09:51.082Z | Compiling percent-encoding v2.3.1 |
| 1139 | 2024-09-04T16:09:51.282Z | Compiling ppv-lite86 v0.2.17 |
| 1140 | 2024-09-04T16:09:51.408Z | Compiling pem-rfc7468 v0.7.0 |
| 1141 | 2024-09-04T16:09:51.517Z | Compiling flagset v0.4.5 |
| 1142 | 2024-09-04T16:09:51.639Z | Compiling tracing-core v0.1.32 |
| 1143 | 2024-09-04T16:09:51.703Z | Compiling rustix v0.38.34 |
| 1144 | 2024-09-04T16:09:51.935Z | Compiling rand_chacha v0.3.1 |
| 1145 | 2024-09-04T16:09:52.051Z | Compiling untrusted v0.9.0 |
| 1146 | 2024-09-04T16:09:52.222Z | Compiling httparse v1.8.0 |
| 1147 | 2024-09-04T16:09:52.245Z | Compiling openssl-sys v0.9.103 |
| 1148 | 2024-09-04T16:09:52.467Z | Compiling rand v0.8.5 |
| 1149 | 2024-09-04T16:09:52.495Z | Compiling powerfmt v0.2.0 |
| 1150 | 2024-09-04T16:09:52.609Z | Compiling time-core v0.1.2 |
| 1151 | 2024-09-04T16:09:52.769Z | Compiling rustversion v1.0.17 |
| 1152 | 2024-09-04T16:09:52.821Z | Compiling foreign-types-shared v0.1.1 |
| 1153 | 2024-09-04T16:09:52.844Z | Compiling num-conv v0.1.0 |
| 1154 | 2024-09-04T16:09:52.931Z | Compiling openssl v0.10.66 |
| 1155 | 2024-09-04T16:09:53.112Z | Compiling time-macros v0.2.18 |
| 1156 | 2024-09-04T16:09:53.388Z | Compiling foreign-types v0.3.2 |
| 1157 | 2024-09-04T16:09:53.499Z | Compiling deranged v0.3.11 |
| 1158 | 2024-09-04T16:09:53.576Z | Compiling form_urlencoded v1.2.1 |
| 1159 | 2024-09-04T16:09:53.760Z | Compiling aho-corasick v1.1.3 |
| 1160 | 2024-09-04T16:09:53.966Z | Compiling siphasher v0.3.11 |
| 1161 | 2024-09-04T16:09:54.299Z | Compiling num_threads v0.1.7 |
| 1162 | 2024-09-04T16:09:54.323Z | Compiling native-tls v0.2.11 |
| 1163 | 2024-09-04T16:09:54.428Z | Compiling rustls v0.21.12 |
| 1164 | 2024-09-04T16:09:54.611Z | Compiling syn v1.0.109 |
| 1165 | 2024-09-04T16:09:54.654Z | Compiling regex-syntax v0.8.4 |
| 1166 | 2024-09-04T16:09:54.708Z | Compiling crossbeam-utils v0.8.19 |
| 1167 | 2024-09-04T16:09:55.175Z | Compiling try-lock v0.2.5 |
| 1168 | 2024-09-04T16:09:55.321Z | Compiling want v0.3.1 |
| 1169 | 2024-09-04T16:09:55.571Z | Compiling idna v0.5.0 |
| 1170 | 2024-09-04T16:09:55.906Z | Compiling time v0.3.36 |
| 1171 | 2024-09-04T16:09:55.930Z | Compiling cookie v0.17.0 |
| 1172 | 2024-09-04T16:09:56.163Z | Compiling finl_unicode v1.2.0 |
| 1173 | 2024-09-04T16:09:56.508Z | Compiling tower-service v0.3.2 |
| 1174 | 2024-09-04T16:09:56.631Z | Compiling adler v1.0.2 |
| 1175 | 2024-09-04T16:09:56.654Z | Compiling httpdate v1.0.3 |
| 1176 | 2024-09-04T16:09:56.805Z | Compiling slog v2.7.0 |
| 1177 | 2024-09-04T16:09:56.873Z | Compiling iana-time-zone v0.1.60 |
| 1178 | 2024-09-04T16:09:57.057Z | Compiling openssl-probe v0.1.5 |
| 1179 | 2024-09-04T16:09:57.270Z | Compiling miniz_oxide v0.7.2 |
| 1180 | 2024-09-04T16:09:57.299Z | Compiling stringprep v0.1.4 |
| 1181 | 2024-09-04T16:09:57.361Z | Compiling url v2.5.2 |
| 1182 | 2024-09-04T16:09:58.236Z | Compiling regex-automata v0.4.6 |
| 1183 | 2024-09-04T16:09:58.514Z | Compiling sct v0.7.1 |
| 1184 | 2024-09-04T16:09:58.816Z | Compiling rustls-webpki v0.101.7 |
| 1185 | 2024-09-04T16:09:59.050Z | Compiling serde_derive v1.0.208 |
| 1186 | 2024-09-04T16:09:59.932Z | Compiling zeroize_derive v1.4.2 |
| 1187 | 2024-09-04T16:09:59.956Z | Compiling zerocopy-derive v0.7.34 |
| 1188 | 2024-09-04T16:09:59.985Z | Compiling tokio-macros v2.4.0 |
| 1189 | 2024-09-04T16:10:00.161Z | Compiling thiserror-impl v1.0.63 |
| 1190 | 2024-09-04T16:10:00.365Z | Compiling futures-macro v0.3.30 |
| 1191 | 2024-09-04T16:10:01.189Z | Compiling zeroize v1.7.0 |
| 1192 | 2024-09-04T16:10:01.291Z | Compiling der_derive v0.7.2 |
| 1193 | 2024-09-04T16:10:01.728Z | Compiling zerocopy v0.7.34 |
| 1194 | 2024-09-04T16:10:01.891Z | Compiling futures-util v0.3.30 |
| 1195 | 2024-09-04T16:10:02.678Z | Compiling crypto-common v0.1.6 |
| 1196 | 2024-09-04T16:10:02.757Z | Compiling block-buffer v0.10.4 |
| 1197 | 2024-09-04T16:10:02.870Z | Compiling block-padding v0.3.3 |
| 1198 | 2024-09-04T16:10:02.980Z | Compiling digest v0.10.7 |
| 1199 | 2024-09-04T16:10:03.088Z | Compiling inout v0.1.3 |
| 1200 | 2024-09-04T16:10:03.236Z | Compiling thiserror v1.0.63 |
| 1201 | 2024-09-04T16:10:03.326Z | Compiling hmac v0.12.1 |
| 1202 | 2024-09-04T16:10:03.364Z | Compiling sha2 v0.10.8 |
| 1203 | 2024-09-04T16:10:03.392Z | Compiling cipher v0.4.4 |
| 1204 | 2024-09-04T16:10:03.540Z | Compiling hashbrown v0.14.5 |
| 1205 | 2024-09-04T16:10:03.574Z | Compiling pest v2.7.10 |
| 1206 | 2024-09-04T16:10:03.908Z | Compiling salsa20 v0.10.2 |
| 1207 | 2024-09-04T16:10:04.096Z | Compiling pbkdf2 v0.12.2 |
| 1208 | 2024-09-04T16:10:04.242Z | Compiling der v0.7.9 |
| 1209 | 2024-09-04T16:10:04.693Z | Compiling tracing-attributes v0.1.27 |
| 1210 | 2024-09-04T16:10:05.917Z | Compiling pest_meta v2.7.10 |
| 1211 | 2024-09-04T16:10:06.199Z | Compiling scroll_derive v0.12.0 |
| 1212 | 2024-09-04T16:10:06.986Z | Compiling pest_generator v2.7.10 |
| 1213 | 2024-09-04T16:10:07.104Z | Compiling spki v0.7.3 |
| 1214 | 2024-09-04T16:10:07.443Z | Compiling scrypt v0.11.0 |
| 1215 | 2024-09-04T16:10:07.471Z | Compiling scroll v0.12.0 |
| 1216 | 2024-09-04T16:10:07.947Z | Compiling tracing v0.1.40 |
| 1217 | 2024-09-04T16:10:07.971Z | Compiling cbc v0.1.2 |
| 1218 | 2024-09-04T16:10:07.971Z | Compiling aes v0.8.4 |
| 1219 | 2024-09-04T16:10:08.186Z | Compiling goblin v0.8.2 |
| 1220 | 2024-09-04T16:10:08.389Z | Compiling openssl-macros v0.1.1 |
| 1221 | 2024-09-04T16:10:08.640Z | Compiling md-5 v0.10.6 |
| 1222 | 2024-09-04T16:10:08.927Z | Compiling pkcs5 v0.7.1 |
| 1223 | 2024-09-04T16:10:09.052Z | Compiling num-integer v0.1.46 |
| 1224 | 2024-09-04T16:10:09.696Z | Compiling pkcs8 v0.10.2 |
| 1225 | 2024-09-04T16:10:09.931Z | Compiling backtrace v0.3.71 |
| 1226 | 2024-09-04T16:10:09.955Z | Compiling idna v0.3.0 |
| 1227 | 2024-09-04T16:10:10.144Z | Compiling lazy_static v1.5.0 |
| 1228 | 2024-09-04T16:10:10.167Z | Compiling pest_derive v2.7.10 |
| 1229 | 2024-09-04T16:10:10.264Z | Compiling bytes v1.7.1 |
| 1230 | 2024-09-04T16:10:10.288Z | Compiling bitflags v2.6.0 |
| 1231 | 2024-09-04T16:10:10.570Z | Compiling indexmap v2.4.0 |
| 1232 | 2024-09-04T16:10:10.669Z | Compiling semver v1.0.23 |
| 1233 | 2024-09-04T16:10:11.200Z | Compiling tokio v1.39.3 |
| 1234 | 2024-09-04T16:10:11.298Z | Compiling http v0.2.12 |
| 1235 | 2024-09-04T16:10:11.341Z | Compiling rustc_version v0.4.0 |
| 1236 | 2024-09-04T16:10:11.728Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2024-09-04T16:10:11.995Z | Compiling heapless v0.7.17 |
| 1238 | 2024-09-04T16:10:12.822Z | Compiling dof v0.3.0 |
| 1239 | 2024-09-04T16:10:13.192Z | Compiling http-body v0.4.6 |
| 1240 | 2024-09-04T16:10:13.381Z | Compiling uuid v1.10.0 |
| 1241 | 2024-09-04T16:10:13.455Z | Compiling usdt-impl v0.5.0 |
| 1242 | 2024-09-04T16:10:13.647Z | Compiling serde_spanned v0.6.7 |
| 1243 | 2024-09-04T16:10:13.909Z | Compiling toml_datetime v0.6.8 |
| 1244 | 2024-09-04T16:10:14.357Z | Compiling chrono v0.4.38 |
| 1245 | 2024-09-04T16:10:14.579Z | Compiling serde_tokenstream v0.2.2 |
| 1246 | 2024-09-04T16:10:14.602Z | Compiling hash32 v0.2.1 |
| 1247 | 2024-09-04T16:10:14.789Z | Compiling signal-hook v0.3.17 |
| 1248 | 2024-09-04T16:10:14.918Z | Compiling crc32fast v1.4.0 |
| 1249 | 2024-09-04T16:10:15.019Z | Compiling base64 v0.22.1 |
| 1250 | 2024-09-04T16:10:15.109Z | Compiling num-bigint-dig v0.8.4 |
| 1251 | 2024-09-04T16:10:15.350Z | Compiling smoltcp v0.9.1 |
| 1252 | 2024-09-04T16:10:15.374Z | Compiling cfg_aliases v0.1.1 |
| 1253 | 2024-09-04T16:10:15.467Z | Compiling gimli v0.28.1 |
| 1254 | 2024-09-04T16:10:15.661Z | Compiling fallible-iterator v0.2.0 |
| 1255 | 2024-09-04T16:10:15.964Z | Compiling psl-types v2.0.11 |
| 1256 | 2024-09-04T16:10:16.065Z | Compiling stable_deref_trait v1.2.0 |
| 1257 | 2024-09-04T16:10:16.170Z | Compiling publicsuffix v2.2.3 |
| 1258 | 2024-09-04T16:10:16.242Z | Compiling postgres-protocol v0.6.7 |
| 1259 | 2024-09-04T16:10:16.413Z | Compiling nix v0.28.0 |
| 1260 | 2024-09-04T16:10:16.618Z | Compiling terminal_size v0.3.0 |
| 1261 | 2024-09-04T16:10:16.816Z | Compiling hubpack_derive v0.1.1 |
| 1262 | 2024-09-04T16:10:17.085Z | Compiling num-iter v0.1.45 |
| 1263 | 2024-09-04T16:10:17.146Z | Compiling async-trait v0.1.81 |
| 1264 | 2024-09-04T16:10:17.346Z | Compiling zerocopy-derive v0.6.6 |
| 1265 | 2024-09-04T16:10:17.785Z | Compiling phf_shared v0.11.2 |
| 1266 | 2024-09-04T16:10:18.118Z | Compiling tokio-util v0.7.11 |
| 1267 | 2024-09-04T16:10:18.289Z | Compiling tokio-rustls v0.24.1 |
| 1268 | 2024-09-04T16:10:18.331Z | Compiling tokio-native-tls v0.3.1 |
| 1269 | 2024-09-04T16:10:18.572Z | Compiling serde_derive_internals v0.29.1 |
| 1270 | 2024-09-04T16:10:18.663Z | Compiling ff v0.13.0 |
| 1271 | 2024-09-04T16:10:18.904Z | Compiling addr2line v0.21.0 |
| 1272 | 2024-09-04T16:10:19.181Z | Compiling h2 v0.3.26 |
| 1273 | 2024-09-04T16:10:19.315Z | Compiling object v0.32.2 |
| 1274 | 2024-09-04T16:10:19.418Z | Compiling fs-err v2.11.0 |
| 1275 | 2024-09-04T16:10:19.442Z | Compiling either v1.13.0 |
| 1276 | 2024-09-04T16:10:19.480Z | Compiling rustc-demangle v0.1.24 |
| 1277 | 2024-09-04T16:10:19.516Z | Compiling base64 v0.21.7 |
| 1278 | 2024-09-04T16:10:19.676Z | Compiling schemars v0.8.21 |
| 1279 | 2024-09-04T16:10:19.804Z | Compiling base16ct v0.2.0 |
| 1280 | 2024-09-04T16:10:19.969Z | Compiling managed v0.8.0 |
| 1281 | 2024-09-04T16:10:20.086Z | Compiling ipnet v2.9.0 |
| 1282 | 2024-09-04T16:10:20.153Z | Compiling anyhow v1.0.86 |
| 1283 | 2024-09-04T16:10:20.289Z | Compiling winnow v0.5.40 |
| 1284 | 2024-09-04T16:10:20.342Z | Compiling bitflags v1.3.2 |
| 1285 | 2024-09-04T16:10:20.865Z | Compiling sec1 v0.7.3 |
| 1286 | 2024-09-04T16:10:20.891Z | Compiling schemars_derive v0.8.21 |
| 1287 | 2024-09-04T16:10:21.105Z | Compiling rustls-pemfile v1.0.4 |
| 1288 | 2024-09-04T16:10:21.349Z | Compiling clap_builder v4.5.15 |
| 1289 | 2024-09-04T16:10:21.606Z | Compiling zerocopy v0.6.6 |
| 1290 | 2024-09-04T16:10:22.171Z | Compiling group v0.13.0 |
| 1291 | 2024-09-04T16:10:22.294Z | Compiling phf v0.11.2 |
| 1292 | 2024-09-04T16:10:22.449Z | Compiling cookie_store v0.20.0 |
| 1293 | 2024-09-04T16:10:22.536Z | Compiling hubpack v0.1.2 |
| 1294 | 2024-09-04T16:10:23.339Z | Compiling toml_edit v0.19.15 |
| 1295 | 2024-09-04T16:10:23.504Z | Compiling postgres-types v0.2.7 |
| 1296 | 2024-09-04T16:10:24.073Z | Compiling usdt-attr-macro v0.5.0 |
| 1297 | 2024-09-04T16:10:24.572Z | Compiling hyper v0.14.30 |
| 1298 | 2024-09-04T16:10:25.272Z | Compiling usdt-macro v0.5.0 |
| 1299 | 2024-09-04T16:10:25.374Z | Compiling serde_urlencoded v0.7.1 |
| 1300 | 2024-09-04T16:10:25.818Z | Compiling pkcs1 v0.7.5 |
| 1301 | 2024-09-04T16:10:26.430Z | Compiling futures-executor v0.3.30 |
| 1302 | 2024-09-04T16:10:26.658Z | Compiling hkdf v0.12.4 |
| 1303 | 2024-09-04T16:10:26.883Z | Compiling signature v2.2.0 |
| 1304 | 2024-09-04T16:10:26.917Z | Compiling crypto-bigint v0.5.5 |
| 1305 | 2024-09-04T16:10:27.135Z | Compiling regex v1.10.6 |
| 1306 | 2024-09-04T16:10:27.446Z | Compiling bstr v1.9.1 |
| 1307 | 2024-09-04T16:10:27.671Z | Compiling strum_macros v0.25.3 |
| 1308 | 2024-09-04T16:10:28.003Z | Compiling enum-as-inner v0.6.0 |
| 1309 | 2024-09-04T16:10:28.800Z | Compiling clap_derive v4.5.13 |
| 1310 | 2024-09-04T16:10:28.862Z | Compiling serde_repr v0.1.19 |
| 1311 | 2024-09-04T16:10:28.952Z | Compiling phf_shared v0.10.0 |
| 1312 | 2024-09-04T16:10:29.298Z | Compiling float-cmp v0.9.0 |
| 1313 | 2024-09-04T16:10:29.489Z | Compiling idna v0.4.0 |
| 1314 | 2024-09-04T16:10:29.778Z | Compiling mio v0.8.11 |
| 1315 | 2024-09-04T16:10:29.811Z | Compiling encoding_rs v0.8.34 |
| 1316 | 2024-09-04T16:10:30.693Z | Compiling hyper-tls v0.5.0 |
| 1317 | 2024-09-04T16:10:30.884Z | Compiling hyper-rustls v0.24.2 |
| 1318 | 2024-09-04T16:10:30.985Z | Compiling new_debug_unreachable v1.0.6 |
| 1319 | 2024-09-04T16:10:31.009Z | Compiling dyn-clone v1.0.17 |
| 1320 | 2024-09-04T16:10:31.081Z | Compiling normalize-line-endings v0.3.0 |
| 1321 | 2024-09-04T16:10:31.187Z | Compiling precomputed-hash v0.1.1 |
| 1322 | 2024-09-04T16:10:31.211Z | Compiling minimal-lexical v0.2.1 |
| 1323 | 2024-09-04T16:10:31.211Z | Compiling fixedbitset v0.4.2 |
| 1324 | 2024-09-04T16:10:31.297Z | Compiling unicode-segmentation v1.11.0 |
| 1325 | 2024-09-04T16:10:31.613Z | Compiling difflib v0.4.0 |
| 1326 | 2024-09-04T16:10:31.642Z | Compiling data-encoding v2.6.0 |
| 1327 | 2024-09-04T16:10:31.666Z | Compiling sync_wrapper v0.1.2 |
| 1328 | 2024-09-04T16:10:31.792Z | Compiling whoami v1.5.1 |
| 1329 | 2024-09-04T16:10:31.981Z | Compiling static_assertions v1.1.0 |
| 1330 | 2024-09-04T16:10:32.072Z | Compiling mime v0.3.17 |
| 1331 | 2024-09-04T16:10:32.336Z | Compiling predicates-core v1.0.6 |
| 1332 | 2024-09-04T16:10:32.553Z | Compiling webpki-roots v0.25.4 |
| 1333 | 2024-09-04T16:10:32.587Z | Compiling bit-vec v0.6.3 |
| 1334 | 2024-09-04T16:10:32.652Z | Compiling predicates v3.1.2 |
| 1335 | 2024-09-04T16:10:32.676Z | Compiling clap v4.5.16 |
| 1336 | 2024-09-04T16:10:32.708Z | Compiling reqwest v0.11.27 |
| 1337 | 2024-09-04T16:10:32.781Z | Compiling hickory-proto v0.24.1 |
| 1338 | 2024-09-04T16:10:32.944Z | Compiling bit-set v0.5.3 |
| 1339 | 2024-09-04T16:10:32.992Z | Compiling tokio-postgres v0.7.11 |
| 1340 | 2024-09-04T16:10:33.196Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1341 | 2024-09-04T16:10:33.219Z | Compiling similar v2.6.0 |
| 1342 | 2024-09-04T16:10:33.553Z | Compiling console v0.15.8 |
| 1343 | 2024-09-04T16:10:34.186Z | Compiling toml_edit v0.22.20 |
| 1344 | 2024-09-04T16:10:34.412Z | Compiling nom v7.1.3 |
| 1345 | 2024-09-04T16:10:34.853Z | Compiling petgraph v0.6.5 |
| 1346 | 2024-09-04T16:10:35.243Z | Compiling string_cache v0.8.7 |
| 1347 | 2024-09-04T16:10:37.352Z | Compiling signal-hook-mio v0.2.4 |
| 1348 | 2024-09-04T16:10:37.470Z | Compiling usdt v0.5.0 |
| 1349 | 2024-09-04T16:10:37.508Z | Compiling elliptic-curve v0.13.8 |
| 1350 | 2024-09-04T16:10:37.909Z | Compiling rsa v0.9.6 |
| 1351 | 2024-09-04T16:10:38.204Z | Compiling futures v0.3.30 |
| 1352 | 2024-09-04T16:10:38.320Z | Compiling toml v0.7.8 |
| 1353 | 2024-09-04T16:10:38.435Z | Compiling flate2 v1.0.31 |
| 1354 | 2024-09-04T16:10:39.255Z | Compiling itertools v0.10.5 |
| 1355 | 2024-09-04T16:10:39.723Z | Compiling itertools v0.12.1 |
| 1356 | 2024-09-04T16:10:39.843Z | Compiling tokio-stream v0.1.15 |
| 1357 | 2024-09-04T16:10:40.665Z | Compiling openapiv3 v2.0.0 |
| 1358 | 2024-09-04T16:10:40.815Z | Compiling hex v0.4.3 |
| 1359 | 2024-09-04T16:10:41.092Z | Compiling sha1 v0.10.6 |
| 1360 | 2024-09-04T16:10:41.306Z | Compiling crossbeam-epoch v0.9.18 |
| 1361 | 2024-09-04T16:10:41.453Z | Compiling dirs-sys-next v0.1.2 |
| 1362 | 2024-09-04T16:10:41.480Z | Compiling lalrpop-util v0.19.12 |
| 1363 | 2024-09-04T16:10:41.787Z | Compiling peg-runtime v0.8.3 |
| 1364 | 2024-09-04T16:10:41.819Z | Compiling unicode-xid v0.2.4 |
| 1365 | 2024-09-04T16:10:41.945Z | Compiling dirs-next v2.0.0 |
| 1366 | 2024-09-04T16:10:41.983Z | Compiling thread_local v1.1.8 |
| 1367 | 2024-09-04T16:10:42.024Z | Compiling slog-async v2.8.0 |
| 1368 | 2024-09-04T16:10:42.120Z | Compiling term v0.7.0 |
| 1369 | 2024-09-04T16:10:42.215Z | Compiling xattr v1.3.1 |
| 1370 | 2024-09-04T16:10:42.349Z | Compiling crossbeam-channel v0.5.12 |
| 1371 | 2024-09-04T16:10:42.465Z | Compiling strum_macros v0.26.4 |
| 1372 | 2024-09-04T16:10:42.512Z | Compiling filetime v0.2.25 |
| 1373 | 2024-09-04T16:10:42.569Z | Compiling is-terminal v0.4.12 |
| 1374 | 2024-09-04T16:10:42.690Z | Compiling take_mut v0.2.2 |
| 1375 | 2024-09-04T16:10:42.786Z | Compiling tar v0.4.41 |
| 1376 | 2024-09-04T16:10:42.827Z | Compiling slog-term v2.9.1 |
| 1377 | 2024-09-04T16:10:43.388Z | Compiling camino v1.1.9 |
| 1378 | 2024-09-04T16:10:44.675Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1379 | 2024-09-04T16:10:45.542Z | Compiling strum v0.26.3 |
| 1380 | 2024-09-04T16:10:45.653Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1381 | 2024-09-04T16:10:51.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1382 | 2024-09-04T16:10:51.874Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1383 | 2024-09-04T16:10:51.937Z | Sep 04 16:10:51.120 INFO Starting download, target: Cockroach |
| 1384 | 2024-09-04T16:10:51.937Z | Sep 04 16:10:51.120 INFO Starting download, target: Clickhouse |
| 1385 | 2024-09-04T16:10:51.937Z | Sep 04 16:10:51.120 INFO Starting download, target: Console |
| 1386 | 2024-09-04T16:10:51.937Z | Sep 04 16:10:51.120 INFO Starting download, target: DendriteOpenapi |
| 1387 | 2024-09-04T16:10:51.961Z | Sep 04 16:10:51.121 INFO Starting download, target: DendriteStub |
| 1388 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.121 INFO Starting download, target: MaghemiteMgd |
| 1389 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.121 INFO Starting download, target: TransceiverControl |
| 1390 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.121 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1391 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.121 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1392 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.122 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1393 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.122 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1394 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.122 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1395 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.122 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1396 | 2024-09-04T16:10:51.962Z | Sep 04 16:10:51.122 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1397 | 2024-09-04T16:10:52.284Z | Sep 04 16:10:51.456 INFO Download complete, target: DendriteOpenapi |
| 1398 | 2024-09-04T16:10:52.365Z | Sep 04 16:10:51.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1399 | 2024-09-04T16:10:52.892Z | Sep 04 16:10:52.075 INFO Download complete, target: Console |
| 1400 | 2024-09-04T16:10:53.206Z | Sep 04 16:10:52.388 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1401 | 2024-09-04T16:10:53.819Z | Sep 04 16:10:53.002 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1402 | 2024-09-04T16:10:53.936Z | Sep 04 16:10:53.119 INFO Download complete, target: TransceiverControl |
| 1403 | 2024-09-04T16:10:56.995Z | Sep 04 16:10:56.179 INFO Download complete, target: DendriteStub |
| 1404 | 2024-09-04T16:10:59.655Z | Sep 04 16:10:58.838 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1405 | 2024-09-04T16:10:59.655Z | Sep 04 16:10:58.838 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1406 | 2024-09-04T16:11:00.552Z | Sep 04 16:10:59.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1407 | 2024-09-04T16:11:01.547Z | Sep 04 16:11:00.730 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1408 | 2024-09-04T16:11:05.110Z | Sep 04 16:11:04.269 INFO Download complete, target: MaghemiteMgd |
| 1409 | 2024-09-04T16:11:09.232Z | Sep 04 16:11:08.415 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1410 | 2024-09-04T16:11:09.694Z | Sep 04 16:11:08.877 INFO Checking that binary works, target: Cockroach |
| 1411 | 2024-09-04T16:11:09.898Z | Sep 04 16:11:09.081 INFO Download complete, target: Cockroach |
| 1412 | 2024-09-04T16:11:16.975Z | Sep 04 16:11:16.158 INFO Checking that binary works, target: Clickhouse |
| 1413 | 2024-09-04T16:11:17.271Z | Sep 04 16:11:16.455 INFO Download complete, target: Clickhouse |
| 1414 | 2024-09-04T16:11:17.301Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1415 | 2024-09-04T16:11:17.325Z | |
| 1416 | 2024-09-04T16:11:17.325Z | real 3:46.929822726 |
| 1417 | 2024-09-04T16:11:17.325Z | user 9:49.669811135 |
| 1418 | 2024-09-04T16:11:17.325Z | sys 2:21.332368010 |
| 1419 | 2024-09-04T16:11:17.325Z | trap 0.318348726 |
| 1420 | 2024-09-04T16:11:17.325Z | tflt 0.602601508 |
| 1421 | 2024-09-04T16:11:17.325Z | dflt 1.523492013 |
| 1422 | 2024-09-04T16:11:17.325Z | kflt 0.007211175 |
| 1423 | 2024-09-04T16:11:17.325Z | lock 20:51.798522728 |
| 1424 | 2024-09-04T16:11:17.325Z | slp 37:18.971589904 |
| 1425 | 2024-09-04T16:11:17.325Z | lat 47.108022801 |
| 1426 | 2024-09-04T16:11:17.325Z | stop 1:50.052534678 |
| 1427 | 2024-09-04T16:11:17.325Z | + banner clippy |
| 1428 | 2024-09-04T16:11:17.325Z | |
| 1429 | 2024-09-04T16:11:17.325Z | #### # # ##### ##### # # |
| 1430 | 2024-09-04T16:11:17.325Z | # # # # # # # # # # |
| 1431 | 2024-09-04T16:11:17.325Z | # # # # # # # # |
| 1432 | 2024-09-04T16:11:17.325Z | # # # ##### ##### # |
| 1433 | 2024-09-04T16:11:17.325Z | # # # # # # # |
| 1434 | 2024-09-04T16:11:17.325Z | #### ###### # # # # |
| 1435 | 2024-09-04T16:11:17.325Z | |
| 1436 | 2024-09-04T16:11:17.325Z | + export CARGO_INCREMENTAL=0 |
| 1437 | 2024-09-04T16:11:17.325Z | + CARGO_INCREMENTAL=0 |
| 1438 | 2024-09-04T16:11:17.325Z | + ptime -m cargo xtask clippy |
| 1439 | 2024-09-04T16:11:18.173Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1440 | 2024-09-04T16:11:22.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 1441 | 2024-09-04T16:11:23.049Z | Running `target/debug/xtask clippy` |
| 1442 | 2024-09-04T16:11:23.084Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1443 | 2024-09-04T16:11:24.098Z | Downloading crates ... |
| 1444 | 2024-09-04T16:11:24.516Z | Downloaded anes v0.1.6 |
| 1445 | 2024-09-04T16:11:24.540Z | Downloaded approx v0.5.1 |
| 1446 | 2024-09-04T16:11:24.540Z | Downloaded yansi v0.5.1 |
| 1447 | 2024-09-04T16:11:24.540Z | Downloaded tower v0.4.13 |
| 1448 | 2024-09-04T16:11:24.566Z | Downloaded trybuild v1.0.99 |
| 1449 | 2024-09-04T16:11:24.566Z | Downloaded relative-path v1.9.3 |
| 1450 | 2024-09-04T16:11:24.566Z | Downloaded tower-layer v0.3.2 |
| 1451 | 2024-09-04T16:11:24.566Z | Downloaded toml_edit v0.21.1 |
| 1452 | 2024-09-04T16:11:24.589Z | Downloaded threadpool v1.8.1 |
| 1453 | 2024-09-04T16:11:24.589Z | Downloaded target-lexicon v0.12.16 |
| 1454 | 2024-09-04T16:11:24.590Z | Downloaded rustls-native-certs v0.7.0 |
| 1455 | 2024-09-04T16:11:24.613Z | Downloaded rand_distr v0.4.3 |
| 1456 | 2024-09-04T16:11:24.613Z | Downloaded pretty_assertions v1.4.0 |
| 1457 | 2024-09-04T16:11:24.613Z | Downloaded partial-io v0.5.4 |
| 1458 | 2024-09-04T16:11:24.613Z | Downloaded doc-comment v0.3.3 |
| 1459 | 2024-09-04T16:11:24.613Z | Downloaded fancy-regex v0.13.0 |
| 1460 | 2024-09-04T16:11:24.613Z | Downloaded criterion-plot v0.5.0 |
| 1461 | 2024-09-04T16:11:24.613Z | Downloaded cfg-expr v0.16.0 |
| 1462 | 2024-09-04T16:11:24.613Z | Downloaded bstr v0.2.17 |
| 1463 | 2024-09-04T16:11:24.637Z | Downloaded assert_cmd v2.0.16 |
| 1464 | 2024-09-04T16:11:24.637Z | Downloaded rust-argon2 v2.1.0 |
| 1465 | 2024-09-04T16:11:24.637Z | Downloaded rstest_macros v0.22.0 |
| 1466 | 2024-09-04T16:11:24.638Z | Downloaded rstest v0.22.0 |
| 1467 | 2024-09-04T16:11:24.638Z | Downloaded regex-automata v0.1.10 |
| 1468 | 2024-09-04T16:11:24.662Z | Downloaded plotters-backend v0.3.5 |
| 1469 | 2024-09-04T16:11:24.662Z | Downloaded plotters v0.3.5 |
| 1470 | 2024-09-04T16:11:24.662Z | Downloaded oorandom v11.1.3 |
| 1471 | 2024-09-04T16:11:24.662Z | Downloaded nested v0.1.1 |
| 1472 | 2024-09-04T16:11:24.662Z | Downloaded hyper-util v0.1.3 |
| 1473 | 2024-09-04T16:11:24.662Z | Downloaded hyper v1.3.1 |
| 1474 | 2024-09-04T16:11:24.686Z | Downloaded httptest v0.15.5 |
| 1475 | 2024-09-04T16:11:24.686Z | Downloaded http-body v1.0.0 |
| 1476 | 2024-09-04T16:11:24.686Z | Downloaded guppy v0.17.7 |
| 1477 | 2024-09-04T16:11:24.686Z | Downloaded futures-timer v3.0.3 |
| 1478 | 2024-09-04T16:11:24.686Z | Downloaded tinytemplate v1.2.1 |
| 1479 | 2024-09-04T16:11:24.686Z | Downloaded target-spec v3.2.1 |
| 1480 | 2024-09-04T16:11:24.686Z | Downloaded similar-asserts v1.5.0 |
| 1481 | 2024-09-04T16:11:24.686Z | Downloaded proc-macro-crate v3.1.0 |
| 1482 | 2024-09-04T16:11:24.686Z | Downloaded plotters-svg v0.3.5 |
| 1483 | 2024-09-04T16:11:24.686Z | Downloaded pathdiff v0.2.1 |
| 1484 | 2024-09-04T16:11:24.710Z | Downloaded num_cpus v1.16.0 |
| 1485 | 2024-09-04T16:11:24.710Z | Downloaded libtest-mimic v0.7.3 |
| 1486 | 2024-09-04T16:11:24.710Z | Downloaded hyper-rustls v0.26.0 |
| 1487 | 2024-09-04T16:11:24.710Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1488 | 2024-09-04T16:11:24.710Z | Downloaded escape8259 v0.5.2 |
| 1489 | 2024-09-04T16:11:24.710Z | Downloaded datatest-stable v0.2.9 |
| 1490 | 2024-09-04T16:11:24.710Z | Downloaded criterion v0.5.1 |
| 1491 | 2024-09-04T16:11:24.710Z | Downloaded cast v0.3.0 |
| 1492 | 2024-09-04T16:11:24.710Z | Downloaded blake2b_simd v1.0.2 |
| 1493 | 2024-09-04T16:11:25.425Z | Checking cfg-if v1.0.0 |
| 1494 | 2024-09-04T16:11:25.453Z | Checking libc v0.2.158 |
| 1495 | 2024-09-04T16:11:25.478Z | Checking serde v1.0.208 |
| 1496 | 2024-09-04T16:11:25.502Z | Checking memchr v2.7.2 |
| 1497 | 2024-09-04T16:11:25.526Z | Checking scopeguard v1.2.0 |
| 1498 | 2024-09-04T16:11:25.550Z | Checking log v0.4.21 |
| 1499 | 2024-09-04T16:11:25.574Z | Checking byteorder v1.5.0 |
| 1500 | 2024-09-04T16:11:25.574Z | Checking itoa v1.0.11 |
| 1501 | 2024-09-04T16:11:25.599Z | Checking smallvec v1.13.2 |
| 1502 | 2024-09-04T16:11:25.655Z | Checking lock_api v0.4.12 |
| 1503 | 2024-09-04T16:11:25.745Z | Checking zeroize v1.7.0 |
| 1504 | 2024-09-04T16:11:25.776Z | Checking once_cell v1.19.0 |
| 1505 | 2024-09-04T16:11:25.880Z | Checking pin-project-lite v0.2.14 |
| 1506 | 2024-09-04T16:11:25.904Z | Checking typenum v1.17.0 |
| 1507 | 2024-09-04T16:11:25.974Z | Checking libm v0.2.8 |
| 1508 | 2024-09-04T16:11:25.998Z | Checking subtle v2.5.0 |
| 1509 | 2024-09-04T16:11:26.022Z | Checking thiserror v1.0.63 |
| 1510 | 2024-09-04T16:11:26.045Z | Checking ryu v1.0.18 |
| 1511 | 2024-09-04T16:11:26.128Z | Checking spin v0.9.8 |
| 1512 | 2024-09-04T16:11:26.206Z | Checking futures-core v0.3.30 |
| 1513 | 2024-09-04T16:11:26.234Z | Checking zerocopy v0.7.34 |
| 1514 | 2024-09-04T16:11:26.258Z | Checking const-oid v0.9.6 |
| 1515 | 2024-09-04T16:11:26.361Z | Checking getrandom v0.2.14 |
| 1516 | 2024-09-04T16:11:26.385Z | Checking parking_lot_core v0.9.10 |
| 1517 | 2024-09-04T16:11:26.431Z | Checking signal-hook-registry v1.4.2 |
| 1518 | 2024-09-04T16:11:26.581Z | Checking rand_core v0.6.4 |
| 1519 | 2024-09-04T16:11:26.681Z | Checking mio v1.0.2 |
| 1520 | 2024-09-04T16:11:26.704Z | Checking parking_lot v0.12.2 |
| 1521 | 2024-09-04T16:11:26.705Z | Checking num-traits v0.2.19 |
| 1522 | 2024-09-04T16:11:26.848Z | Checking generic-array v0.14.7 |
| 1523 | 2024-09-04T16:11:26.872Z | Checking socket2 v0.5.7 |
| 1524 | 2024-09-04T16:11:26.991Z | Checking futures-sink v0.3.30 |
| 1525 | 2024-09-04T16:11:27.123Z | Checking futures-channel v0.3.30 |
| 1526 | 2024-09-04T16:11:27.185Z | Checking slab v0.4.9 |
| 1527 | 2024-09-04T16:11:27.275Z | Checking pin-utils v0.1.0 |
| 1528 | 2024-09-04T16:11:27.370Z | Checking futures-io v0.3.30 |
| 1529 | 2024-09-04T16:11:27.394Z | Checking futures-task v0.3.30 |
| 1530 | 2024-09-04T16:11:27.420Z | Checking cpufeatures v0.2.12 |
| 1531 | 2024-09-04T16:11:27.444Z | Checking ahash v0.8.11 |
| 1532 | 2024-09-04T16:11:27.513Z | Checking allocator-api2 v0.2.18 |
| 1533 | 2024-09-04T16:11:27.546Z | Checking fnv v1.0.7 |
| 1534 | 2024-09-04T16:11:27.598Z | Checking futures-util v0.3.30 |
| 1535 | 2024-09-04T16:11:27.622Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1536 | 2024-09-04T16:11:27.657Z | Checking iana-time-zone v0.1.60 |
| 1537 | 2024-09-04T16:11:27.793Z | Checking crypto-common v0.1.6 |
| 1538 | 2024-09-04T16:11:27.817Z | Checking block-buffer v0.10.4 |
| 1539 | 2024-09-04T16:11:27.884Z | Checking equivalent v1.0.1 |
| 1540 | 2024-09-04T16:11:27.932Z | Checking ppv-lite86 v0.2.17 |
| 1541 | 2024-09-04T16:11:27.962Z | Checking tinyvec_macros v0.1.1 |
| 1542 | 2024-09-04T16:11:27.994Z | Checking tracing-core v0.1.32 |
| 1543 | 2024-09-04T16:11:28.020Z | Checking digest v0.10.7 |
| 1544 | 2024-09-04T16:11:28.050Z | Checking hashbrown v0.14.5 |
| 1545 | 2024-09-04T16:11:28.073Z | Checking tinyvec v1.6.0 |
| 1546 | 2024-09-04T16:11:28.097Z | Checking unicode-bidi v0.3.15 |
| 1547 | 2024-09-04T16:11:28.332Z | Checking dyn-clone v1.0.17 |
| 1548 | 2024-09-04T16:11:28.456Z | Checking percent-encoding v2.3.1 |
| 1549 | 2024-09-04T16:11:28.498Z | Checking rand_chacha v0.3.1 |
| 1550 | 2024-09-04T16:11:28.543Z | Checking tracing v0.1.40 |
| 1551 | 2024-09-04T16:11:28.594Z | Checking regex-syntax v0.8.4 |
| 1552 | 2024-09-04T16:11:28.650Z | Checking block-padding v0.3.3 |
| 1553 | 2024-09-04T16:11:28.877Z | Checking rand v0.8.5 |
| 1554 | 2024-09-04T16:11:28.901Z | Checking errno v0.3.9 |
| 1555 | 2024-09-04T16:11:28.924Z | Checking inout v0.1.3 |
| 1556 | 2024-09-04T16:11:29.064Z | Checking form_urlencoded v1.2.1 |
| 1557 | 2024-09-04T16:11:29.093Z | Checking lazy_static v1.5.0 |
| 1558 | 2024-09-04T16:11:29.124Z | Checking aho-corasick v1.1.3 |
| 1559 | 2024-09-04T16:11:29.166Z | Checking unicode-normalization v0.1.23 |
| 1560 | 2024-09-04T16:11:29.202Z | Checking cipher v0.4.4 |
| 1561 | 2024-09-04T16:11:29.253Z | Checking httparse v1.8.0 |
| 1562 | 2024-09-04T16:11:29.533Z | Checking bytes v1.7.1 |
| 1563 | 2024-09-04T16:11:29.574Z | Checking bitflags v2.6.0 |
| 1564 | 2024-09-04T16:11:29.614Z | Checking serde_json v1.0.125 |
| 1565 | 2024-09-04T16:11:29.860Z | Checking chrono v0.4.38 |
| 1566 | 2024-09-04T16:11:29.915Z | Checking indexmap v2.4.0 |
| 1567 | 2024-09-04T16:11:29.953Z | Checking uuid v1.10.0 |
| 1568 | 2024-09-04T16:11:30.269Z | Checking tokio v1.39.3 |
| 1569 | 2024-09-04T16:11:30.502Z | Checking rustix v0.38.34 |
| 1570 | 2024-09-04T16:11:30.527Z | Checking unicode-ident v1.0.12 |
| 1571 | 2024-09-04T16:11:30.686Z | Checking base64ct v1.6.0 |
| 1572 | 2024-09-04T16:11:31.069Z | Checking http v0.2.12 |
| 1573 | 2024-09-04T16:11:31.093Z | Checking hmac v0.12.1 |
| 1574 | 2024-09-04T16:11:31.117Z | Checking adler v1.0.2 |
| 1575 | 2024-09-04T16:11:31.236Z | Checking regex-automata v0.4.6 |
| 1576 | 2024-09-04T16:11:31.261Z | Checking unicode-width v0.1.13 |
| 1577 | 2024-09-04T16:11:31.296Z | Checking powerfmt v0.2.0 |
| 1578 | 2024-09-04T16:11:31.431Z | Checking miniz_oxide v0.7.2 |
| 1579 | 2024-09-04T16:11:31.543Z | Checking deranged v0.3.11 |
| 1580 | 2024-09-04T16:11:31.638Z | Checking schemars v0.8.21 |
| 1581 | 2024-09-04T16:11:31.864Z | Checking proc-macro2 v1.0.86 |
| 1582 | 2024-09-04T16:11:32.025Z | Checking idna v0.5.0 |
| 1583 | 2024-09-04T16:11:32.180Z | Checking sha2 v0.10.8 |
| 1584 | 2024-09-04T16:11:32.234Z | Checking num-conv v0.1.0 |
| 1585 | 2024-09-04T16:11:32.431Z | Checking num_threads v0.1.7 |
| 1586 | 2024-09-04T16:11:32.455Z | Checking time-core v0.1.2 |
| 1587 | 2024-09-04T16:11:32.539Z | Checking untrusted v0.9.0 |
| 1588 | 2024-09-04T16:11:32.595Z | Checking quote v1.0.36 |
| 1589 | 2024-09-04T16:11:32.645Z | Checking try-lock v0.2.5 |
| 1590 | 2024-09-04T16:11:32.684Z | Checking ring v0.17.8 |
| 1591 | 2024-09-04T16:11:32.707Z | Checking url v2.5.2 |
| 1592 | 2024-09-04T16:11:32.777Z | Checking want v0.3.1 |
| 1593 | 2024-09-04T16:11:32.883Z | Checking pem-rfc7468 v0.7.0 |
| 1594 | 2024-09-04T16:11:32.906Z | Checking syn v2.0.74 |
| 1595 | 2024-09-04T16:11:32.936Z | Checking slog v2.7.0 |
| 1596 | 2024-09-04T16:11:32.960Z | Checking time v0.3.36 |
| 1597 | 2024-09-04T16:11:33.117Z | Checking tower-service v0.3.2 |
| 1598 | 2024-09-04T16:11:33.222Z | Checking futures-executor v0.3.30 |
| 1599 | 2024-09-04T16:11:33.341Z | Checking flagset v0.4.5 |
| 1600 | 2024-09-04T16:11:33.372Z | Checking gimli v0.28.1 |
| 1601 | 2024-09-04T16:11:33.425Z | Checking futures v0.3.30 |
| 1602 | 2024-09-04T16:11:33.518Z | Checking httpdate v1.0.3 |
| 1603 | 2024-09-04T16:11:33.542Z | Checking der v0.7.9 |
| 1604 | 2024-09-04T16:11:33.726Z | Checking http-body v0.4.6 |
| 1605 | 2024-09-04T16:11:34.064Z | Checking pbkdf2 v0.12.2 |
| 1606 | 2024-09-04T16:11:34.176Z | Checking aes v0.8.4 |
| 1607 | 2024-09-04T16:11:34.216Z | Checking object v0.32.2 |
| 1608 | 2024-09-04T16:11:34.892Z | Checking rustc-demangle v0.1.24 |
| 1609 | 2024-09-04T16:11:34.952Z | Checking regex v1.10.6 |
| 1610 | 2024-09-04T16:11:34.976Z | Checking cbc v0.1.2 |
| 1611 | 2024-09-04T16:11:35.064Z | Checking spki v0.7.3 |
| 1612 | 2024-09-04T16:11:35.150Z | Checking salsa20 v0.10.2 |
| 1613 | 2024-09-04T16:11:35.253Z | Checking base64 v0.21.7 |
| 1614 | 2024-09-04T16:11:35.308Z | Checking mime v0.3.17 |
| 1615 | 2024-09-04T16:11:35.341Z | Checking scrypt v0.11.0 |
| 1616 | 2024-09-04T16:11:35.452Z | Checking utf8parse v0.2.1 |
| 1617 | 2024-09-04T16:11:35.539Z | Checking data-encoding v2.6.0 |
| 1618 | 2024-09-04T16:11:35.582Z | Checking ipnet v2.9.0 |
| 1619 | 2024-09-04T16:11:35.606Z | Checking pkcs5 v0.7.1 |
| 1620 | 2024-09-04T16:11:35.647Z | Checking toml_datetime v0.6.8 |
| 1621 | 2024-09-04T16:11:35.895Z | Checking serde_spanned v0.6.7 |
| 1622 | 2024-09-04T16:11:35.972Z | Checking crossbeam-utils v0.8.19 |
| 1623 | 2024-09-04T16:11:36.041Z | Checking openssl-probe v0.1.5 |
| 1624 | 2024-09-04T16:11:36.066Z | Checking foreign-types-shared v0.1.1 |
| 1625 | 2024-09-04T16:11:36.089Z | Checking pkcs8 v0.10.2 |
| 1626 | 2024-09-04T16:11:36.168Z | Checking foreign-types v0.3.2 |
| 1627 | 2024-09-04T16:11:36.193Z | Checking serde_urlencoded v0.7.1 |
| 1628 | 2024-09-04T16:11:36.231Z | Checking tokio-util v0.7.11 |
| 1629 | 2024-09-04T16:11:36.265Z | Checking openssl-sys v0.9.103 |
| 1630 | 2024-09-04T16:11:36.343Z | Checking addr2line v0.21.0 |
| 1631 | 2024-09-04T16:11:36.368Z | Checking encoding_rs v0.8.34 |
| 1632 | 2024-09-04T16:11:36.551Z | Checking anstyle v1.0.8 |
| 1633 | 2024-09-04T16:11:36.574Z | Checking rustls-webpki v0.101.7 |
| 1634 | 2024-09-04T16:11:36.755Z | Checking sct v0.7.1 |
| 1635 | 2024-09-04T16:11:36.860Z | Checking semver v1.0.23 |
| 1636 | 2024-09-04T16:11:36.932Z | Checking h2 v0.3.26 |
| 1637 | 2024-09-04T16:11:36.955Z | Checking sha1 v0.10.6 |
| 1638 | 2024-09-04T16:11:37.179Z | Checking either v1.13.0 |
| 1639 | 2024-09-04T16:11:37.203Z | Checking rustls v0.21.12 |
| 1640 | 2024-09-04T16:11:37.226Z | Checking scroll v0.12.0 |
| 1641 | 2024-09-04T16:11:37.306Z | Checking openssl v0.10.66 |
| 1642 | 2024-09-04T16:11:37.507Z | Checking plain v0.2.3 |
| 1643 | 2024-09-04T16:11:37.639Z | Checking ucd-trie v0.1.6 |
| 1644 | 2024-09-04T16:11:37.663Z | Checking goblin v0.8.2 |
| 1645 | 2024-09-04T16:11:37.815Z | Checking pest v2.7.10 |
| 1646 | 2024-09-04T16:11:37.931Z | Checking anstyle-parse v0.2.4 |
| 1647 | 2024-09-04T16:11:38.142Z | Checking openapiv3 v2.0.0 |
| 1648 | 2024-09-04T16:11:38.166Z | Checking idna v0.3.0 |
| 1649 | 2024-09-04T16:11:38.753Z | Checking psl-types v2.0.11 |
| 1650 | 2024-09-04T16:11:38.927Z | Checking is_terminal_polyfill v1.70.0 |
| 1651 | 2024-09-04T16:11:39.003Z | Checking backtrace v0.3.71 |
| 1652 | 2024-09-04T16:11:39.036Z | Checking pretty-hex v0.4.1 |
| 1653 | 2024-09-04T16:11:39.181Z | Checking anstyle-query v1.0.3 |
| 1654 | 2024-09-04T16:11:39.287Z | Checking colorchoice v1.0.1 |
| 1655 | 2024-09-04T16:11:39.407Z | Checking bitflags v1.3.2 |
| 1656 | 2024-09-04T16:11:39.466Z | Checking anyhow v1.0.86 |
| 1657 | 2024-09-04T16:11:39.501Z | Checking base64 v0.22.1 |
| 1658 | 2024-09-04T16:11:39.733Z | Checking tokio-rustls v0.24.1 |
| 1659 | 2024-09-04T16:11:39.790Z | Checking anstream v0.6.14 |
| 1660 | 2024-09-04T16:11:39.813Z | Checking dtrace-parser v0.2.0 |
| 1661 | 2024-09-04T16:11:39.902Z | Checking publicsuffix v2.2.3 |
| 1662 | 2024-09-04T16:11:40.030Z | Checking rustls-pemfile v1.0.4 |
| 1663 | 2024-09-04T16:11:40.108Z | Checking cookie v0.17.0 |
| 1664 | 2024-09-04T16:11:40.108Z | Checking terminal_size v0.3.0 |
| 1665 | 2024-09-04T16:11:40.194Z | Checking thread-id v4.2.1 |
| 1666 | 2024-09-04T16:11:40.218Z | Checking clap_lex v0.7.0 |
| 1667 | 2024-09-04T16:11:40.280Z | Checking strsim v0.11.1 |
| 1668 | 2024-09-04T16:11:40.305Z | Checking signature v2.2.0 |
| 1669 | 2024-09-04T16:11:40.432Z | Checking memmap v0.7.0 |
| 1670 | 2024-09-04T16:11:40.456Z | Checking cookie_store v0.20.0 |
| 1671 | 2024-09-04T16:11:40.485Z | Checking sync_wrapper v0.1.2 |
| 1672 | 2024-09-04T16:11:40.539Z | Checking clap_builder v4.5.15 |
| 1673 | 2024-09-04T16:11:40.601Z | Checking webpki-roots v0.25.4 |
| 1674 | 2024-09-04T16:11:40.625Z | Checking num-integer v0.1.46 |
| 1675 | 2024-09-04T16:11:40.746Z | Checking winnow v0.6.18 |
| 1676 | 2024-09-04T16:11:40.779Z | Checking base16ct v0.2.0 |
| 1677 | 2024-09-04T16:11:40.946Z | Checking sec1 v0.7.3 |
| 1678 | 2024-09-04T16:11:41.007Z | Checking ff v0.13.0 |
| 1679 | 2024-09-04T16:11:41.045Z | Checking stable_deref_trait v1.2.0 |
| 1680 | 2024-09-04T16:11:41.139Z | Checking num-iter v0.1.45 |
| 1681 | 2024-09-04T16:11:41.203Z | Checking group v0.13.0 |
| 1682 | 2024-09-04T16:11:41.274Z | Checking hkdf v0.12.4 |
| 1683 | 2024-09-04T16:11:41.300Z | Checking crypto-bigint v0.5.5 |
| 1684 | 2024-09-04T16:11:41.444Z | Checking crc32fast v1.4.0 |
| 1685 | 2024-09-04T16:11:41.468Z | Checking crossbeam-epoch v0.9.18 |
| 1686 | 2024-09-04T16:11:41.565Z | Checking dof v0.3.0 |
| 1687 | 2024-09-04T16:11:41.656Z | Checking hex v0.4.3 |
| 1688 | 2024-09-04T16:11:41.702Z | Checking hyper v0.14.30 |
| 1689 | 2024-09-04T16:11:41.792Z | Checking native-tls v0.2.11 |
| 1690 | 2024-09-04T16:11:41.849Z | Checking static_assertions v1.1.0 |
| 1691 | 2024-09-04T16:11:41.943Z | Checking managed v0.8.0 |
| 1692 | 2024-09-04T16:11:42.077Z | Checking tokio-native-tls v0.3.1 |
| 1693 | 2024-09-04T16:11:42.100Z | Checking winnow v0.5.40 |
| 1694 | 2024-09-04T16:11:42.124Z | Checking usdt-impl v0.5.0 |
| 1695 | 2024-09-04T16:11:42.263Z | Checking unicode-segmentation v1.11.0 |
| 1696 | 2024-09-04T16:11:42.300Z | Checking num-bigint-dig v0.8.4 |
| 1697 | 2024-09-04T16:11:42.564Z | Checking usdt v0.5.0 |
| 1698 | 2024-09-04T16:11:42.786Z | Checking pkcs1 v0.7.5 |
| 1699 | 2024-09-04T16:11:42.809Z | Checking zerocopy v0.6.6 |
| 1700 | 2024-09-04T16:11:42.923Z | Checking clap v4.5.16 |
| 1701 | 2024-09-04T16:11:43.037Z | Checking signal-hook v0.3.17 |
| 1702 | 2024-09-04T16:11:43.066Z | Checking toml_edit v0.22.20 |
| 1703 | 2024-09-04T16:11:43.112Z | Checking flate2 v1.0.31 |
| 1704 | 2024-09-04T16:11:43.322Z | Checking bstr v1.9.1 |
| 1705 | 2024-09-04T16:11:43.420Z | Checking mio v0.8.11 |
| 1706 | 2024-09-04T16:11:43.537Z | Checking elliptic-curve v0.13.8 |
| 1707 | 2024-09-04T16:11:43.644Z | Checking siphasher v0.3.11 |
| 1708 | 2024-09-04T16:11:43.915Z | Checking itertools v0.10.5 |
| 1709 | 2024-09-04T16:11:43.952Z | Checking signal-hook-mio v0.2.4 |
| 1710 | 2024-09-04T16:11:43.991Z | Checking rsa v0.9.6 |
| 1711 | 2024-09-04T16:11:44.088Z | Checking idna v0.4.0 |
| 1712 | 2024-09-04T16:11:44.116Z | Checking bit-vec v0.6.3 |
| 1713 | 2024-09-04T16:11:44.116Z | Checking itertools v0.12.1 |
| 1714 | 2024-09-04T16:11:44.420Z | Checking bit-set v0.5.3 |
| 1715 | 2024-09-04T16:11:44.502Z | Checking toml_edit v0.19.15 |
| 1716 | 2024-09-04T16:11:44.639Z | Checking hash32 v0.2.1 |
| 1717 | 2024-09-04T16:11:44.707Z | Checking hickory-proto v0.24.1 |
| 1718 | 2024-09-04T16:11:44.807Z | Checking finl_unicode v1.2.0 |
| 1719 | 2024-09-04T16:11:44.902Z | Checking predicates-core v1.0.6 |
| 1720 | 2024-09-04T16:11:45.058Z | Checking heapless v0.7.17 |
| 1721 | 2024-09-04T16:11:45.157Z | Checking tokio-stream v0.1.15 |
| 1722 | 2024-09-04T16:11:45.274Z | Checking stringprep v0.1.4 |
| 1723 | 2024-09-04T16:11:45.494Z | Checking console v0.15.8 |
| 1724 | 2024-09-04T16:11:45.744Z | Checking md-5 v0.10.6 |
| 1725 | 2024-09-04T16:11:45.829Z | Checking float-cmp v0.9.0 |
| 1726 | 2024-09-04T16:11:45.902Z | Checking fixedbitset v0.4.2 |
| 1727 | 2024-09-04T16:11:45.939Z | Checking fallible-iterator v0.2.0 |
| 1728 | 2024-09-04T16:11:45.967Z | Checking normalize-line-endings v0.3.0 |
| 1729 | 2024-09-04T16:11:45.999Z | Checking difflib v0.4.0 |
| 1730 | 2024-09-04T16:11:46.071Z | Checking smoltcp v0.9.1 |
| 1731 | 2024-09-04T16:11:46.139Z | Checking petgraph v0.6.5 |
| 1732 | 2024-09-04T16:11:46.233Z | Checking similar v2.6.0 |
| 1733 | 2024-09-04T16:11:46.271Z | Checking predicates v3.1.2 |
| 1734 | 2024-09-04T16:11:46.440Z | Checking hyper-tls v0.5.0 |
| 1735 | 2024-09-04T16:11:46.473Z | Checking hyper-rustls v0.24.2 |
| 1736 | 2024-09-04T16:11:46.473Z | Checking toml v0.7.8 |
| 1737 | 2024-09-04T16:11:46.697Z | Checking postgres-protocol v0.6.7 |
| 1738 | 2024-09-04T16:11:46.755Z | Checking reqwest v0.11.27 |
| 1739 | 2024-09-04T16:11:46.817Z | Checking phf_shared v0.10.0 |
| 1740 | 2024-09-04T16:11:46.933Z | Checking phf_shared v0.11.2 |
| 1741 | 2024-09-04T16:11:47.060Z | Checking fs-err v2.11.0 |
| 1742 | 2024-09-04T16:11:47.092Z | Checking nix v0.28.0 |
| 1743 | 2024-09-04T16:11:47.197Z | Checking hubpack v0.1.2 |
| 1744 | 2024-09-04T16:11:47.256Z | Checking minimal-lexical v0.2.1 |
| 1745 | 2024-09-04T16:11:47.281Z | Checking new_debug_unreachable v1.0.6 |
| 1746 | 2024-09-04T16:11:47.344Z | Checking lalrpop-util v0.19.12 |
| 1747 | 2024-09-04T16:11:47.463Z | Checking precomputed-hash v0.1.1 |
| 1748 | 2024-09-04T16:11:47.532Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1749 | 2024-09-04T16:11:47.561Z | Checking string_cache v0.8.7 |
| 1750 | 2024-09-04T16:11:47.588Z | Checking postgres-types v0.2.7 |
| 1751 | 2024-09-04T16:11:47.612Z | Checking nom v7.1.3 |
| 1752 | 2024-09-04T16:11:47.800Z | Checking phf v0.11.2 |
| 1753 | 2024-09-04T16:11:48.035Z | Checking whoami v1.5.1 |
| 1754 | 2024-09-04T16:11:48.147Z | Checking peg-runtime v0.8.3 |
| 1755 | 2024-09-04T16:11:48.274Z | Compiling regress v0.9.1 |
| 1756 | 2024-09-04T16:11:48.300Z | Checking tokio-postgres v0.7.11 |
| 1757 | 2024-09-04T16:11:48.353Z | Compiling getopts v0.2.21 |
| 1758 | 2024-09-04T16:11:48.376Z | Compiling unsafe-libyaml v0.2.11 |
| 1759 | 2024-09-04T16:11:48.770Z | Checking camino v1.1.9 |
| 1760 | 2024-09-04T16:11:49.150Z | Checking heck v0.5.0 |
| 1761 | 2024-09-04T16:11:49.226Z | Checking is-terminal v0.4.12 |
| 1762 | 2024-09-04T16:11:49.319Z | Compiling paste v1.0.15 |
| 1763 | 2024-09-04T16:11:49.343Z | Compiling ident_case v1.0.1 |
| 1764 | 2024-09-04T16:11:49.499Z | Compiling serde_yaml v0.9.34+deprecated |
| 1765 | 2024-09-04T16:11:49.864Z | Compiling darling_core v0.20.9 |
| 1766 | 2024-09-04T16:11:49.887Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1767 | 2024-09-04T16:11:50.419Z | Checking http v1.1.0 |
| 1768 | 2024-09-04T16:11:50.547Z | Compiling rustls v0.22.4 |
| 1769 | 2024-09-04T16:11:50.805Z | Checking dirs-sys-next v0.1.2 |
| 1770 | 2024-09-04T16:11:50.829Z | Checking crossbeam-channel v0.5.12 |
| 1771 | 2024-09-04T16:11:50.961Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1772 | 2024-09-04T16:11:51.428Z | Checking dirs-next v2.0.0 |
| 1773 | 2024-09-04T16:11:51.501Z | Checking thread_local v1.1.8 |
| 1774 | 2024-09-04T16:11:51.524Z | Compiling multer v3.1.0 |
| 1775 | 2024-09-04T16:11:51.558Z | Checking term v0.7.0 |
| 1776 | 2024-09-04T16:11:51.743Z | Compiling async-stream-impl v0.3.5 |
| 1777 | 2024-09-04T16:11:51.856Z | Checking take_mut v0.2.2 |
| 1778 | 2024-09-04T16:11:51.925Z | Checking slog-term v2.9.1 |
| 1779 | 2024-09-04T16:11:51.988Z | Checking slog-async v2.8.0 |
| 1780 | 2024-09-04T16:11:52.126Z | Checking match_cfg v0.1.0 |
| 1781 | 2024-09-04T16:11:52.214Z | Checking rustls-pki-types v1.7.0 |
| 1782 | 2024-09-04T16:11:52.237Z | Checking hostname v0.3.1 |
| 1783 | 2024-09-04T16:11:52.342Z | Checking strum v0.26.3 |
| 1784 | 2024-09-04T16:11:52.365Z | Checking toml v0.8.19 |
| 1785 | 2024-09-04T16:11:52.490Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1786 | 2024-09-04T16:11:52.587Z | Checking rustls-webpki v0.102.4 |
| 1787 | 2024-09-04T16:11:52.823Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1788 | 2024-09-04T16:11:52.873Z | Checking rustls-pemfile v2.1.3 |
| 1789 | 2024-09-04T16:11:52.899Z | Checking debug-ignore v1.0.5 |
| 1790 | 2024-09-04T16:11:52.990Z | Checking slog-json v2.6.1 |
| 1791 | 2024-09-04T16:11:53.026Z | Checking atomic-waker v1.1.2 |
| 1792 | 2024-09-04T16:11:53.086Z | Checking async-stream v0.3.5 |
| 1793 | 2024-09-04T16:11:53.147Z | Checking waitgroup v0.1.2 |
| 1794 | 2024-09-04T16:11:53.215Z | Checking slog-bunyan v2.5.0 |
| 1795 | 2024-09-04T16:11:53.283Z | Checking serde_path_to_error v0.1.16 |
| 1796 | 2024-09-04T16:11:53.360Z | Checking hostname v0.4.0 |
| 1797 | 2024-09-04T16:11:53.482Z | Checking fastrand v2.1.0 |
| 1798 | 2024-09-04T16:11:53.586Z | Checking ipnetwork v0.20.0 |
| 1799 | 2024-09-04T16:11:53.631Z | Checking instant v0.1.12 |
| 1800 | 2024-09-04T16:11:53.735Z | Compiling structmeta-derive v0.3.0 |
| 1801 | 2024-09-04T16:11:53.759Z | Checking tempfile v3.10.1 |
| 1802 | 2024-09-04T16:11:53.859Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2024-09-04T16:11:53.936Z | Checking quick-error v1.2.3 |
| 1804 | 2024-09-04T16:11:54.065Z | Checking newtype-uuid v1.1.0 |
| 1805 | 2024-09-04T16:11:54.091Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1806 | 2024-09-04T16:11:54.287Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1807 | 2024-09-04T16:11:54.483Z | Checking macaddr v1.0.1 |
| 1808 | 2024-09-04T16:11:54.535Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1809 | 2024-09-04T16:11:54.663Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1810 | 2024-09-04T16:11:54.730Z | Checking backoff v0.4.0 |
| 1811 | 2024-09-04T16:11:54.762Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1812 | 2024-09-04T16:11:54.911Z | Checking wait-timeout v0.2.0 |
| 1813 | 2024-09-04T16:11:54.957Z | Checking rand_xorshift v0.3.0 |
| 1814 | 2024-09-04T16:11:54.986Z | Compiling structmeta-derive v0.2.0 |
| 1815 | 2024-09-04T16:11:55.075Z | Checking rusty-fork v0.3.0 |
| 1816 | 2024-09-04T16:11:55.115Z | Checking unarray v0.1.4 |
| 1817 | 2024-09-04T16:11:55.247Z | Checking camino-tempfile v1.1.1 |
| 1818 | 2024-09-04T16:11:55.323Z | Checking proptest v1.5.0 |
| 1819 | 2024-09-04T16:11:55.444Z | Compiling darling_macro v0.20.9 |
| 1820 | 2024-09-04T16:11:55.485Z | Compiling proc-macro-error v1.0.4 |
| 1821 | 2024-09-04T16:11:56.065Z | Compiling proc-macro-crate v1.3.1 |
| 1822 | 2024-09-04T16:11:56.215Z | Compiling structmeta v0.3.0 |
| 1823 | 2024-09-04T16:11:56.243Z | Checking tokio-rustls v0.25.0 |
| 1824 | 2024-09-04T16:11:56.269Z | Compiling darling v0.20.9 |
| 1825 | 2024-09-04T16:11:56.387Z | Compiling serde_with_macros v3.9.0 |
| 1826 | 2024-09-04T16:11:56.514Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1827 | 2024-09-04T16:11:56.604Z | Compiling parse-display-derive v0.10.0 |
| 1828 | 2024-09-04T16:11:56.839Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1829 | 2024-09-04T16:11:56.980Z | Compiling num_enum_derive v0.5.11 |
| 1830 | 2024-09-04T16:11:57.129Z | Compiling foreign-types-macros v0.2.3 |
| 1831 | 2024-09-04T16:11:57.287Z | Compiling structmeta v0.2.0 |
| 1832 | 2024-09-04T16:11:57.658Z | Compiling test-strategy v0.3.1 |
| 1833 | 2024-09-04T16:11:58.132Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1834 | 2024-09-04T16:11:58.371Z | Checking foreign-types-shared v0.3.1 |
| 1835 | 2024-09-04T16:11:58.472Z | Checking foreign-types v0.5.0 |
| 1836 | 2024-09-04T16:11:58.767Z | Checking serde_with v3.9.0 |
| 1837 | 2024-09-04T16:11:58.948Z | Checking cstr-argument v0.1.2 |
| 1838 | 2024-09-04T16:11:59.101Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1839 | 2024-09-04T16:11:59.126Z | Checking pretty-hex v0.2.1 |
| 1840 | 2024-09-04T16:11:59.153Z | Checking num_enum v0.5.11 |
| 1841 | 2024-09-04T16:11:59.275Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1842 | 2024-09-04T16:11:59.299Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1843 | 2024-09-04T16:11:59.529Z | Checking tabwriter v1.4.0 |
| 1844 | 2024-09-04T16:11:59.559Z | Checking colored v2.1.0 |
| 1845 | 2024-09-04T16:11:59.645Z | Checking socket2 v0.4.10 |
| 1846 | 2024-09-04T16:11:59.742Z | Checking smf v0.2.3 |
| 1847 | 2024-09-04T16:11:59.815Z | Compiling heapless v0.8.0 |
| 1848 | 2024-09-04T16:11:59.933Z | Checking termtree v0.4.1 |
| 1849 | 2024-09-04T16:12:00.005Z | Checking hash32 v0.3.1 |
| 1850 | 2024-09-04T16:12:00.111Z | Checking predicates-tree v1.0.9 |
| 1851 | 2024-09-04T16:12:00.135Z | Compiling crucible-workspace-hack v0.1.0 |
| 1852 | 2024-09-04T16:12:00.182Z | Compiling smoltcp v0.11.0 |
| 1853 | 2024-09-04T16:12:00.239Z | Checking embedded-io v0.4.0 |
| 1854 | 2024-09-04T16:12:00.354Z | Checking parse-display v0.10.0 |
| 1855 | 2024-09-04T16:12:00.401Z | Checking cobs v0.2.3 |
| 1856 | 2024-09-04T16:12:00.525Z | Checking sigpipe v0.1.3 |
| 1857 | 2024-09-04T16:12:00.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1858 | 2024-09-04T16:12:00.583Z | Checking postcard v1.0.8 |
| 1859 | 2024-09-04T16:12:00.631Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1860 | 2024-09-04T16:12:00.762Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1861 | 2024-09-04T16:12:00.861Z | Compiling mockall_derive v0.13.0 |
| 1862 | 2024-09-04T16:12:00.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1863 | 2024-09-04T16:12:00.911Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1864 | 2024-09-04T16:12:01.161Z | Checking humantime v2.1.0 |
| 1865 | 2024-09-04T16:12:01.189Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1866 | 2024-09-04T16:12:01.370Z | Compiling zone_cfg_derive v0.3.0 |
| 1867 | 2024-09-04T16:12:01.432Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1868 | 2024-09-04T16:12:01.456Z | Compiling num-derive v0.4.2 |
| 1869 | 2024-09-04T16:12:01.518Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1870 | 2024-09-04T16:12:01.723Z | Checking fragile v2.0.0 |
| 1871 | 2024-09-04T16:12:01.769Z | Checking downcast v0.11.0 |
| 1872 | 2024-09-04T16:12:01.958Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1873 | 2024-09-04T16:12:01.984Z | Checking newline-converter v0.3.0 |
| 1874 | 2024-09-04T16:12:02.131Z | Checking expectorate v1.1.0 |
| 1875 | 2024-09-04T16:12:02.189Z | Checking utf-8 v0.7.6 |
| 1876 | 2024-09-04T16:12:02.269Z | Checking arc-swap v1.7.1 |
| 1877 | 2024-09-04T16:12:02.364Z | Checking xattr v1.3.1 |
| 1878 | 2024-09-04T16:12:02.531Z | Checking filetime v0.2.25 |
| 1879 | 2024-09-04T16:12:02.571Z | Checking zone v0.3.0 |
| 1880 | 2024-09-04T16:12:02.614Z | Checking termcolor v1.4.1 |
| 1881 | 2024-09-04T16:12:02.638Z | Checking slog-scope v4.4.0 |
| 1882 | 2024-09-04T16:12:02.711Z | Checking tar v0.4.41 |
| 1883 | 2024-09-04T16:12:02.805Z | Checking slog-stdlog v4.1.1 |
| 1884 | 2024-09-04T16:12:02.945Z | Checking slog-envlogger v2.2.0 |
| 1885 | 2024-09-04T16:12:02.969Z | Compiling derive-where v1.2.7 |
| 1886 | 2024-09-04T16:12:03.131Z | Checking same-file v1.0.6 |
| 1887 | 2024-09-04T16:12:03.182Z | Checking tungstenite v0.21.0 |
| 1888 | 2024-09-04T16:12:03.208Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1889 | 2024-09-04T16:12:03.286Z | Checking walkdir v2.5.0 |
| 1890 | 2024-09-04T16:12:03.334Z | Checking password-hash v0.5.0 |
| 1891 | 2024-09-04T16:12:03.516Z | Checking blake2 v0.10.6 |
| 1892 | 2024-09-04T16:12:03.578Z | Checking num-rational v0.4.2 |
| 1893 | 2024-09-04T16:12:03.710Z | Checking num-complex v0.4.6 |
| 1894 | 2024-09-04T16:12:03.799Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1895 | 2024-09-04T16:12:03.946Z | Checking argon2 v0.5.3 |
| 1896 | 2024-09-04T16:12:04.002Z | Checking tokio-tungstenite v0.21.0 |
| 1897 | 2024-09-04T16:12:04.173Z | Compiling convert_case v0.4.0 |
| 1898 | 2024-09-04T16:12:04.379Z | Checking float-ord v0.3.2 |
| 1899 | 2024-09-04T16:12:04.497Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1900 | 2024-09-04T16:12:04.521Z | Checking num v0.4.3 |
| 1901 | 2024-09-04T16:12:04.521Z | Checking atty v0.2.14 |
| 1902 | 2024-09-04T16:12:04.618Z | Checking pem v3.0.4 |
| 1903 | 2024-09-04T16:12:04.843Z | Checking tungstenite v0.20.1 |
| 1904 | 2024-09-04T16:12:04.939Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1905 | 2024-09-04T16:12:04.996Z | Compiling derive_more v0.99.18 |
| 1906 | 2024-09-04T16:12:05.180Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1907 | 2024-09-04T16:12:05.204Z | Checking env_logger v0.9.3 |
| 1908 | 2024-09-04T16:12:05.552Z | Checking tokio-tungstenite v0.20.1 |
| 1909 | 2024-09-04T16:12:05.576Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1910 | 2024-09-04T16:12:05.852Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1911 | 2024-09-04T16:12:05.876Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1912 | 2024-09-04T16:12:05.935Z | Compiling bitstruct_derive v0.1.0 |
| 1913 | 2024-09-04T16:12:05.991Z | Checking ascii v1.1.0 |
| 1914 | 2024-09-04T16:12:06.066Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1915 | 2024-09-04T16:12:06.169Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1916 | 2024-09-04T16:12:06.207Z | Checking atomicwrites v0.4.3 |
| 1917 | 2024-09-04T16:12:06.285Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1918 | 2024-09-04T16:12:06.332Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1919 | 2024-09-04T16:12:06.374Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1920 | 2024-09-04T16:12:06.398Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1921 | 2024-09-04T16:12:06.534Z | Checking serde_arrays v0.1.0 |
| 1922 | 2024-09-04T16:12:06.628Z | Checking erased-serde v0.3.31 |
| 1923 | 2024-09-04T16:12:06.628Z | Compiling heck v0.3.3 |
| 1924 | 2024-09-04T16:12:06.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1925 | 2024-09-04T16:12:06.946Z | Checking yasna v0.5.2 |
| 1926 | 2024-09-04T16:12:07.035Z | Compiling zone_cfg_derive v0.1.2 |
| 1927 | 2024-09-04T16:12:07.062Z | Checking headers-core v0.2.0 |
| 1928 | 2024-09-04T16:12:07.062Z | Checking bitstruct v0.1.1 |
| 1929 | 2024-09-04T16:12:07.197Z | Checking base64 v0.13.1 |
| 1930 | 2024-09-04T16:12:07.222Z | Checking headers v0.3.9 |
| 1931 | 2024-09-04T16:12:07.416Z | Checking mockall v0.13.0 |
| 1932 | 2024-09-04T16:12:07.522Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1933 | 2024-09-04T16:12:07.545Z | Checking ron v0.7.1 |
| 1934 | 2024-09-04T16:12:07.663Z | Checking rcgen v0.12.1 |
| 1935 | 2024-09-04T16:12:08.099Z | Checking portpicker v0.1.1 |
| 1936 | 2024-09-04T16:12:08.225Z | Checking subprocess v0.2.9 |
| 1937 | 2024-09-04T16:12:08.249Z | Checking highway v1.2.0 |
| 1938 | 2024-09-04T16:12:08.249Z | Checking zone v0.1.8 |
| 1939 | 2024-09-04T16:12:08.482Z | Compiling prettyplease v0.2.20 |
| 1940 | 2024-09-04T16:12:08.607Z | Compiling semver v0.1.20 |
| 1941 | 2024-09-04T16:12:08.695Z | Compiling cookie v0.18.1 |
| 1942 | 2024-09-04T16:12:08.753Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1943 | 2024-09-04T16:12:08.835Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1944 | 2024-09-04T16:12:08.953Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1945 | 2024-09-04T16:12:09.002Z | Compiling rustc_version v0.1.7 |
| 1946 | 2024-09-04T16:12:09.248Z | Checking half v2.4.1 |
| 1947 | 2024-09-04T16:12:09.440Z | Compiling newtype_derive v0.1.6 |
| 1948 | 2024-09-04T16:12:09.532Z | Checking ciborium-io v0.2.2 |
| 1949 | 2024-09-04T16:12:09.618Z | Checking linked-hash-map v0.5.6 |
| 1950 | 2024-09-04T16:12:09.642Z | Compiling rayon-core v1.12.1 |
| 1951 | 2024-09-04T16:12:09.666Z | Checking ciborium-ll v0.2.2 |
| 1952 | 2024-09-04T16:12:09.878Z | Checking steno v0.4.1 |
| 1953 | 2024-09-04T16:12:09.928Z | Checking ciborium v0.2.2 |
| 1954 | 2024-09-04T16:12:09.952Z | Checking lru-cache v0.1.2 |
| 1955 | 2024-09-04T16:12:09.975Z | Checking resolv-conf v0.7.0 |
| 1956 | 2024-09-04T16:12:10.118Z | Checking swrite v0.1.0 |
| 1957 | 2024-09-04T16:12:10.271Z | Checking hickory-resolver v0.24.1 |
| 1958 | 2024-09-04T16:12:11.071Z | Compiling home v0.5.9 |
| 1959 | 2024-09-04T16:12:12.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1960 | 2024-09-04T16:12:14.716Z | Compiling slog-dtrace v0.3.0 |
| 1961 | 2024-09-04T16:12:14.827Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1962 | 2024-09-04T16:12:15.023Z | Compiling blake3 v1.5.1 |
| 1963 | 2024-09-04T16:12:15.051Z | Compiling ring v0.16.20 |
| 1964 | 2024-09-04T16:12:15.111Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1965 | 2024-09-04T16:12:15.265Z | Compiling cancel-safe-futures v0.1.5 |
| 1966 | 2024-09-04T16:12:15.492Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1967 | 2024-09-04T16:12:16.002Z | Checking itertools v0.13.0 |
| 1968 | 2024-09-04T16:12:16.049Z | Checking libsw v3.3.1 |
| 1969 | 2024-09-04T16:12:16.205Z | Checking linear-map v1.2.0 |
| 1970 | 2024-09-04T16:12:16.287Z | Checking owo-colors v4.0.0 |
| 1971 | 2024-09-04T16:12:16.494Z | Compiling crossbeam-deque v0.8.5 |
| 1972 | 2024-09-04T16:12:17.690Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1973 | 2024-09-04T16:12:17.789Z | Compiling memmap2 v0.9.4 |
| 1974 | 2024-09-04T16:12:18.199Z | Compiling arrayref v0.3.7 |
| 1975 | 2024-09-04T16:12:18.225Z | Compiling untrusted v0.7.1 |
| 1976 | 2024-09-04T16:12:18.248Z | Compiling spin v0.5.2 |
| 1977 | 2024-09-04T16:12:18.307Z | Compiling constant_time_eq v0.3.0 |
| 1978 | 2024-09-04T16:12:18.407Z | Compiling rayon v1.10.0 |
| 1979 | 2024-09-04T16:12:18.461Z | Compiling arrayvec v0.7.4 |
| 1980 | 2024-09-04T16:12:19.200Z | Compiling toolchain_find v0.4.0 |
| 1981 | 2024-09-04T16:12:19.225Z | Compiling topological-sort v0.2.2 |
| 1982 | 2024-09-04T16:12:19.413Z | Compiling rustfmt-wrapper v0.2.1 |
| 1983 | 2024-09-04T16:12:19.760Z | Checking display-error-chain v0.2.1 |
| 1984 | 2024-09-04T16:12:19.889Z | Checking nibble_vec v0.1.0 |
| 1985 | 2024-09-04T16:12:19.913Z | Checking endian-type v0.1.2 |
| 1986 | 2024-09-04T16:12:20.066Z | Checking fxhash v0.2.1 |
| 1987 | 2024-09-04T16:12:20.111Z | Checking radix_trie v0.2.1 |
| 1988 | 2024-09-04T16:12:20.191Z | Checking keccak v0.1.5 |
| 1989 | 2024-09-04T16:12:20.218Z | Checking secrecy v0.8.0 |
| 1990 | 2024-09-04T16:12:20.399Z | Checking universal-hash v0.5.1 |
| 1991 | 2024-09-04T16:12:20.448Z | Checking opaque-debug v0.3.1 |
| 1992 | 2024-09-04T16:12:20.473Z | Checking sha3 v0.10.8 |
| 1993 | 2024-09-04T16:12:20.541Z | Checking maplit v1.0.2 |
| 1994 | 2024-09-04T16:12:20.564Z | Compiling curve25519-dalek v4.1.3 |
| 1995 | 2024-09-04T16:12:20.646Z | Compiling radium v0.7.0 |
| 1996 | 2024-09-04T16:12:20.803Z | Checking aead v0.5.2 |
| 1997 | 2024-09-04T16:12:20.994Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1998 | 2024-09-04T16:12:21.075Z | Compiling maybe-uninit v2.0.0 |
| 1999 | 2024-09-04T16:12:21.200Z | Checking tap v1.0.1 |
| 2000 | 2024-09-04T16:12:21.348Z | Checking wyz v0.5.1 |
| 2001 | 2024-09-04T16:12:21.506Z | Checking poly1305 v0.8.0 |
| 2002 | 2024-09-04T16:12:21.609Z | Checking chacha20 v0.9.1 |
| 2003 | 2024-09-04T16:12:21.633Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2004 | 2024-09-04T16:12:21.696Z | Compiling packed_struct v0.10.1 |
| 2005 | 2024-09-04T16:12:21.926Z | Checking funty v2.0.0 |
| 2006 | 2024-09-04T16:12:22.060Z | Checking crc-catalog v2.4.0 |
| 2007 | 2024-09-04T16:12:22.199Z | Checking crc v3.2.1 |
| 2008 | 2024-09-04T16:12:22.383Z | Checking gethostname v0.5.0 |
| 2009 | 2024-09-04T16:12:22.491Z | Compiling omicron-zone-package v0.11.0 |
| 2010 | 2024-09-04T16:12:22.557Z | Checking kstat-rs v0.2.4 |
| 2011 | 2024-09-04T16:12:22.694Z | Checking bitvec v1.0.1 |
| 2012 | 2024-09-04T16:12:22.852Z | Compiling packed_struct_codegen v0.10.1 |
| 2013 | 2024-09-04T16:12:22.878Z | Compiling indexmap v1.9.3 |
| 2014 | 2024-09-04T16:12:22.930Z | Compiling libefi-sys v0.1.0 |
| 2015 | 2024-09-04T16:12:23.145Z | Checking nodrop v0.1.14 |
| 2016 | 2024-09-04T16:12:23.247Z | Checking smallvec v0.6.14 |
| 2017 | 2024-09-04T16:12:23.271Z | Checking array-init v0.0.4 |
| 2018 | 2024-09-04T16:12:23.466Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2019 | 2024-09-04T16:12:23.581Z | Compiling bitfield-struct v0.6.1 |
| 2020 | 2024-09-04T16:12:23.783Z | Checking hashbrown v0.12.3 |
| 2021 | 2024-09-04T16:12:23.839Z | Checking bitfield v0.14.0 |
| 2022 | 2024-09-04T16:12:24.120Z | Checking serde-hex v0.1.0 |
| 2023 | 2024-09-04T16:12:24.173Z | Checking bzip2 v0.4.4 |
| 2024 | 2024-09-04T16:12:24.732Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2025 | 2024-09-04T16:12:24.762Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2026 | 2024-09-04T16:12:24.944Z | Checking env_logger v0.10.2 |
| 2027 | 2024-09-04T16:12:25.116Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2028 | 2024-09-04T16:12:25.219Z | Checking ron v0.8.1 |
| 2029 | 2024-09-04T16:12:25.243Z | Checking x509-cert v0.2.5 |
| 2030 | 2024-09-04T16:12:25.297Z | Checking hashbrown v0.13.2 |
| 2031 | 2024-09-04T16:12:25.384Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2032 | 2024-09-04T16:12:26.113Z | Compiling async-recursion v1.1.1 |
| 2033 | 2024-09-04T16:12:26.257Z | Checking crc-any v2.5.0 |
| 2034 | 2024-09-04T16:12:26.472Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2035 | 2024-09-04T16:12:26.572Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2036 | 2024-09-04T16:12:26.595Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2037 | 2024-09-04T16:12:26.801Z | Checking object v0.30.4 |
| 2038 | 2024-09-04T16:12:27.198Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2039 | 2024-09-04T16:12:27.312Z | Checking zip v0.6.6 |
| 2040 | 2024-09-04T16:12:27.397Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2041 | 2024-09-04T16:12:27.456Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2042 | 2024-09-04T16:12:27.637Z | Checking path-slash v0.1.5 |
| 2043 | 2024-09-04T16:12:27.681Z | Compiling parking_lot_core v0.8.6 |
| 2044 | 2024-09-04T16:12:27.805Z | Checking chacha20poly1305 v0.10.1 |
| 2045 | 2024-09-04T16:12:27.882Z | Checking glob v0.3.1 |
| 2046 | 2024-09-04T16:12:27.944Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2047 | 2024-09-04T16:12:27.982Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2048 | 2024-09-04T16:12:28.023Z | Checking thiserror-no-std v2.0.2 |
| 2049 | 2024-09-04T16:12:28.130Z | Checking vsss-rs v3.3.4 |
| 2050 | 2024-09-04T16:12:28.157Z | Checking hickory-client v0.24.1 |
| 2051 | 2024-09-04T16:12:28.197Z | Checking hickory-server v0.24.1 |
| 2052 | 2024-09-04T16:12:28.445Z | Checking crossterm v0.28.1 |
| 2053 | 2024-09-04T16:12:28.484Z | Checking parking_lot v0.11.2 |
| 2054 | 2024-09-04T16:12:28.681Z | Compiling buf-list v1.0.3 |
| 2055 | 2024-09-04T16:12:28.755Z | Checking sled v0.34.7 |
| 2056 | 2024-09-04T16:12:29.302Z | Compiling unicase v2.7.0 |
| 2057 | 2024-09-04T16:12:29.786Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2058 | 2024-09-04T16:12:29.978Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2059 | 2024-09-04T16:12:30.011Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2060 | 2024-09-04T16:12:30.220Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2061 | 2024-09-04T16:12:30.555Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2062 | 2024-09-04T16:12:30.993Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2063 | 2024-09-04T16:12:31.219Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2064 | 2024-09-04T16:12:31.662Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2065 | 2024-09-04T16:12:32.560Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2066 | 2024-09-04T16:12:33.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2067 | 2024-09-04T16:12:33.707Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2068 | 2024-09-04T16:12:33.732Z | Checking nanorand v0.7.0 |
| 2069 | 2024-09-04T16:12:34.047Z | Checking flume v0.11.0 |
| 2070 | 2024-09-04T16:12:34.569Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2071 | 2024-09-04T16:12:35.057Z | Compiling vte_generate_state_changes v0.1.1 |
| 2072 | 2024-09-04T16:12:35.401Z | Compiling mime_guess v2.0.4 |
| 2073 | 2024-09-04T16:12:35.507Z | Checking fd-lock v4.0.2 |
| 2074 | 2024-09-04T16:12:35.598Z | Checking vte v0.11.1 |
| 2075 | 2024-09-04T16:12:35.915Z | Compiling dsl_auto_type v0.1.2 |
| 2076 | 2024-09-04T16:12:36.494Z | Checking crossterm v0.27.0 |
| 2077 | 2024-09-04T16:12:36.558Z | Checking strip-ansi-escapes v0.2.0 |
| 2078 | 2024-09-04T16:12:36.705Z | Checking scheduled-thread-pool v0.2.7 |
| 2079 | 2024-09-04T16:12:36.782Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2080 | 2024-09-04T16:12:36.810Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2081 | 2024-09-04T16:12:36.905Z | Compiling crunchy v0.2.2 |
| 2082 | 2024-09-04T16:12:37.192Z | Checking nu-ansi-term v0.50.0 |
| 2083 | 2024-09-04T16:12:37.285Z | Compiling diesel_derives v2.2.2 |
| 2084 | 2024-09-04T16:12:37.386Z | Checking r2d2 v0.8.10 |
| 2085 | 2024-09-04T16:12:37.639Z | Compiling clang-sys v1.7.0 |
| 2086 | 2024-09-04T16:12:37.889Z | Checking reedline v0.33.0 |
| 2087 | 2024-09-04T16:12:38.038Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2088 | 2024-09-04T16:12:38.207Z | Compiling pin-project-internal v1.1.5 |
| 2089 | 2024-09-04T16:12:38.263Z | Compiling tiny-keccak v2.0.2 |
| 2090 | 2024-09-04T16:12:38.482Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2091 | 2024-09-04T16:12:38.517Z | Checking http-range v0.1.5 |
| 2092 | 2024-09-04T16:12:38.669Z | Checking hyper-staticfile v0.9.5 |
| 2093 | 2024-09-04T16:12:39.042Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2094 | 2024-09-04T16:12:39.192Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2095 | 2024-09-04T16:12:39.409Z | Compiling ref-cast v1.0.23 |
| 2096 | 2024-09-04T16:12:40.109Z | Compiling ascii-canvas v3.0.0 |
| 2097 | 2024-09-04T16:12:40.599Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2098 | 2024-09-04T16:12:40.625Z | Compiling ena v0.14.3 |
| 2099 | 2024-09-04T16:12:40.776Z | Checking pin-project v1.1.5 |
| 2100 | 2024-09-04T16:12:40.909Z | Compiling ref-cast-impl v1.0.23 |
| 2101 | 2024-09-04T16:12:40.932Z | Compiling libloading v0.8.3 |
| 2102 | 2024-09-04T16:12:41.005Z | Compiling regex-syntax v0.6.29 |
| 2103 | 2024-09-04T16:12:41.822Z | Checking bytecount v0.6.8 |
| 2104 | 2024-09-04T16:12:41.852Z | Compiling bindgen v0.69.4 |
| 2105 | 2024-09-04T16:12:41.959Z | Compiling diff v0.1.13 |
| 2106 | 2024-09-04T16:12:42.365Z | Checking papergrid v0.11.0 |
| 2107 | 2024-09-04T16:12:42.688Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2108 | 2024-09-04T16:12:43.533Z | Compiling lalrpop v0.19.12 |
| 2109 | 2024-09-04T16:12:45.640Z | Compiling which v4.4.2 |
| 2110 | 2024-09-04T16:12:45.787Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2111 | 2024-09-04T16:12:46.161Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2112 | 2024-09-04T16:12:46.578Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2113 | 2024-09-04T16:12:48.679Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2114 | 2024-09-04T16:12:50.061Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2115 | 2024-09-04T16:12:50.201Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2116 | 2024-09-04T16:12:51.387Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2117 | 2024-09-04T16:12:51.955Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2118 | 2024-09-04T16:12:52.037Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2119 | 2024-09-04T16:12:52.354Z | Checking diesel v2.2.3 |
| 2120 | 2024-09-04T16:12:52.563Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2121 | 2024-09-04T16:12:52.591Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2122 | 2024-09-04T16:12:52.960Z | Compiling tabled_derive v0.7.0 |
| 2123 | 2024-09-04T16:12:53.383Z | Compiling cexpr v0.6.0 |
| 2124 | 2024-09-04T16:12:54.514Z | Compiling shlex v1.3.0 |
| 2125 | 2024-09-04T16:12:54.874Z | Compiling lazycell v1.3.0 |
| 2126 | 2024-09-04T16:12:54.898Z | Compiling rustc-hash v1.1.0 |
| 2127 | 2024-09-04T16:12:54.986Z | Checking tabled v0.15.0 |
| 2128 | 2024-09-04T16:12:55.522Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2129 | 2024-09-04T16:12:55.598Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2130 | 2024-09-04T16:12:55.846Z | Compiling derive_builder_core v0.20.0 |
| 2131 | 2024-09-04T16:12:56.065Z | Checking signal-hook-tokio v0.3.1 |
| 2132 | 2024-09-04T16:12:56.220Z | Compiling libxml v0.3.3 |
| 2133 | 2024-09-04T16:12:56.562Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2134 | 2024-09-04T16:12:57.546Z | Compiling strum_macros v0.24.3 |
| 2135 | 2024-09-04T16:12:57.734Z | Compiling derive_builder_macro v0.20.0 |
| 2136 | 2024-09-04T16:12:58.415Z | Compiling memoffset v0.9.1 |
| 2137 | 2024-09-04T16:12:58.678Z | Compiling indoc v1.0.9 |
| 2138 | 2024-09-04T16:12:59.411Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2139 | 2024-09-04T16:12:59.752Z | Checking derive_builder v0.20.0 |
| 2140 | 2024-09-04T16:12:59.828Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2141 | 2024-09-04T16:12:59.952Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2142 | 2024-09-04T16:13:00.516Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2143 | 2024-09-04T16:13:00.602Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2144 | 2024-09-04T16:13:00.691Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2145 | 2024-09-04T16:13:00.903Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2146 | 2024-09-04T16:13:01.437Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2147 | 2024-09-04T16:13:01.845Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2148 | 2024-09-04T16:13:02.305Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2149 | 2024-09-04T16:13:02.422Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2150 | 2024-09-04T16:13:02.502Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2151 | 2024-09-04T16:13:04.256Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2152 | 2024-09-04T16:13:04.501Z | Checking quick-xml v0.31.0 |
| 2153 | 2024-09-04T16:13:04.599Z | Compiling peg-macros v0.8.4 |
| 2154 | 2024-09-04T16:13:06.107Z | Compiling snafu-derive v0.8.2 |
| 2155 | 2024-09-04T16:13:07.390Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2156 | 2024-09-04T16:13:08.426Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2157 | 2024-09-04T16:13:09.528Z | Compiling oso-derive v0.27.3 |
| 2158 | 2024-09-04T16:13:10.335Z | Compiling sqlparser_derive v0.2.2 |
| 2159 | 2024-09-04T16:13:10.449Z | Compiling dropshot v0.10.1 |
| 2160 | 2024-09-04T16:13:10.704Z | Checking unicode_categories v0.1.1 |
| 2161 | 2024-09-04T16:13:10.950Z | Checking sqlformat v0.2.4 |
| 2162 | 2024-09-04T16:13:11.201Z | Checking sqlparser v0.45.0 |
| 2163 | 2024-09-04T16:13:11.544Z | Checking snafu v0.8.2 |
| 2164 | 2024-09-04T16:13:11.932Z | Checking peg v0.8.4 |
| 2165 | 2024-09-04T16:13:12.153Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2166 | 2024-09-04T16:13:13.529Z | Checking rustyline v14.0.0 |
| 2167 | 2024-09-04T16:13:13.964Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2168 | 2024-09-04T16:13:14.306Z | Checking tungstenite v0.23.0 |
| 2169 | 2024-09-04T16:13:14.401Z | Checking globset v0.4.14 |
| 2170 | 2024-09-04T16:13:14.804Z | Checking olpc-cjson v0.1.3 |
| 2171 | 2024-09-04T16:13:14.833Z | Checking bcs v0.1.6 |
| 2172 | 2024-09-04T16:13:15.001Z | Checking serde_plain v1.0.2 |
| 2173 | 2024-09-04T16:13:15.043Z | Compiling dropshot_endpoint v0.10.1 |
| 2174 | 2024-09-04T16:13:15.214Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2175 | 2024-09-04T16:13:15.238Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2176 | 2024-09-04T16:13:15.476Z | Checking typed-path v0.7.1 |
| 2177 | 2024-09-04T16:13:15.637Z | Checking tokio-tungstenite v0.23.1 |
| 2178 | 2024-09-04T16:13:16.043Z | Checking nix v0.27.1 |
| 2179 | 2024-09-04T16:13:17.075Z | Checking tough v0.17.1 |
| 2180 | 2024-09-04T16:13:17.110Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2181 | 2024-09-04T16:13:17.351Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2182 | 2024-09-04T16:13:17.594Z | Checking bb8 v0.8.5 |
| 2183 | 2024-09-04T16:13:17.992Z | Checking serde-big-array v0.5.1 |
| 2184 | 2024-09-04T16:13:18.188Z | Compiling const_format_proc_macros v0.2.32 |
| 2185 | 2024-09-04T16:13:18.344Z | Checking parse-size v1.0.0 |
| 2186 | 2024-09-04T16:13:18.512Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2187 | 2024-09-04T16:13:19.596Z | Checking async-bb8-diesel v0.2.1 |
| 2188 | 2024-09-04T16:13:19.688Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2189 | 2024-09-04T16:13:19.961Z | Checking const_format v0.2.32 |
| 2190 | 2024-09-04T16:13:20.112Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2191 | 2024-09-04T16:13:20.935Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2192 | 2024-09-04T16:13:21.401Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2193 | 2024-09-04T16:13:22.446Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2194 | 2024-09-04T16:13:23.379Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2195 | 2024-09-04T16:13:23.485Z | Checking assert_matches v1.5.0 |
| 2196 | 2024-09-04T16:13:23.511Z | Checking heck v0.4.1 |
| 2197 | 2024-09-04T16:13:23.579Z | Compiling portable-atomic v1.6.0 |
| 2198 | 2024-09-04T16:13:23.706Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2199 | 2024-09-04T16:13:23.960Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2200 | 2024-09-04T16:13:24.069Z | Checking rand_seeder v0.3.0 |
| 2201 | 2024-09-04T16:13:24.280Z | Compiling libz-sys v1.1.16 |
| 2202 | 2024-09-04T16:13:24.393Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2203 | 2024-09-04T16:13:24.934Z | Checking number_prefix v0.4.0 |
| 2204 | 2024-09-04T16:13:25.110Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2205 | 2024-09-04T16:13:25.300Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2206 | 2024-09-04T16:13:25.344Z | Checking indicatif v0.17.8 |
| 2207 | 2024-09-04T16:13:26.129Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2208 | 2024-09-04T16:13:26.266Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2209 | 2024-09-04T16:13:27.064Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2210 | 2024-09-04T16:13:27.212Z | Compiling vergen v8.3.2 |
| 2211 | 2024-09-04T16:13:27.476Z | Compiling cargo-platform v0.1.8 |
| 2212 | 2024-09-04T16:13:27.560Z | Checking is_ci v1.2.0 |
| 2213 | 2024-09-04T16:13:27.696Z | Checking unicode-linebreak v0.1.5 |
| 2214 | 2024-09-04T16:13:27.986Z | Checking smawk v0.3.2 |
| 2215 | 2024-09-04T16:13:28.029Z | Compiling cargo_metadata v0.18.1 |
| 2216 | 2024-09-04T16:13:28.181Z | Checking textwrap v0.16.1 |
| 2217 | 2024-09-04T16:13:28.208Z | Checking supports-color v3.0.0 |
| 2218 | 2024-09-04T16:13:28.415Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2219 | 2024-09-04T16:13:28.536Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2220 | 2024-09-04T16:13:29.893Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2221 | 2024-09-04T16:13:30.133Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2222 | 2024-09-04T16:13:30.157Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2223 | 2024-09-04T16:13:30.309Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2224 | 2024-09-04T16:13:30.814Z | Checking castaway v0.2.3 |
| 2225 | 2024-09-04T16:13:30.970Z | Compiling libsqlite3-sys v0.28.0 |
| 2226 | 2024-09-04T16:13:31.044Z | Checking compact_str v0.8.0 |
| 2227 | 2024-09-04T16:13:31.170Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2228 | 2024-09-04T16:13:31.429Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2229 | 2024-09-04T16:13:31.889Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2230 | 2024-09-04T16:13:32.480Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2231 | 2024-09-04T16:13:32.740Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2232 | 2024-09-04T16:13:33.003Z | Checking unicode-truncate v1.0.0 |
| 2233 | 2024-09-04T16:13:33.203Z | Checking lru v0.12.3 |
| 2234 | 2024-09-04T16:13:33.460Z | Compiling instability v0.3.2 |
| 2235 | 2024-09-04T16:13:33.499Z | Checking cassowary v0.3.0 |
| 2236 | 2024-09-04T16:13:34.318Z | Checking ratatui v0.28.0 |
| 2237 | 2024-09-04T16:13:34.342Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2238 | 2024-09-04T16:13:35.231Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2239 | 2024-09-04T16:13:35.411Z | Checking hashlink v0.9.1 |
| 2240 | 2024-09-04T16:13:35.927Z | Checking fallible-streaming-iterator v0.1.9 |
| 2241 | 2024-09-04T16:13:36.083Z | Checking fallible-iterator v0.3.0 |
| 2242 | 2024-09-04T16:13:36.124Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2243 | 2024-09-04T16:13:36.382Z | Checking twox-hash v1.6.3 |
| 2244 | 2024-09-04T16:13:36.603Z | Checking rusqlite v0.31.0 |
| 2245 | 2024-09-04T16:13:36.812Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2246 | 2024-09-04T16:13:36.846Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2247 | 2024-09-04T16:13:37.916Z | Checking fatfs v0.3.6 |
| 2248 | 2024-09-04T16:13:38.192Z | Checking csv-core v0.1.11 |
| 2249 | 2024-09-04T16:13:38.478Z | Checking shell-words v1.1.0 |
| 2250 | 2024-09-04T16:13:38.638Z | Checking csv v1.3.0 |
| 2251 | 2024-09-04T16:13:38.772Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2252 | 2024-09-04T16:13:39.593Z | Checking rtoolbox v0.0.2 |
| 2253 | 2024-09-04T16:13:39.779Z | Checking rpassword v7.3.1 |
| 2254 | 2024-09-04T16:13:41.173Z | Checking tui-tree-widget v0.22.0 |
| 2255 | 2024-09-04T16:13:41.457Z | Checking polyval v0.6.2 |
| 2256 | 2024-09-04T16:13:41.689Z | Checking rfc6979 v0.4.0 |
| 2257 | 2024-09-04T16:13:41.856Z | Checking plotters-backend v0.3.5 |
| 2258 | 2024-09-04T16:13:42.159Z | Checking plotters-svg v0.3.5 |
| 2259 | 2024-09-04T16:13:42.365Z | Checking ecdsa v0.16.9 |
| 2260 | 2024-09-04T16:13:42.944Z | Checking ghash v0.5.1 |
| 2261 | 2024-09-04T16:13:43.097Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2262 | 2024-09-04T16:13:44.006Z | Checking primeorder v0.13.6 |
| 2263 | 2024-09-04T16:13:44.422Z | Checking ctr v0.9.2 |
| 2264 | 2024-09-04T16:13:44.771Z | Checking yansi v0.5.1 |
| 2265 | 2024-09-04T16:13:44.887Z | Checking cast v0.3.0 |
| 2266 | 2024-09-04T16:13:45.160Z | Checking criterion-plot v0.5.0 |
| 2267 | 2024-09-04T16:13:45.256Z | Checking pretty_assertions v1.4.0 |
| 2268 | 2024-09-04T16:13:45.436Z | Checking aes-gcm v0.10.3 |
| 2269 | 2024-09-04T16:13:45.575Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2270 | 2024-09-04T16:13:45.646Z | Checking plotters v0.3.5 |
| 2271 | 2024-09-04T16:13:47.173Z | Checking ed25519 v2.2.3 |
| 2272 | 2024-09-04T16:13:47.479Z | Checking ssh-encoding v0.2.0 |
| 2273 | 2024-09-04T16:13:47.800Z | Checking tinytemplate v1.2.1 |
| 2274 | 2024-09-04T16:13:48.175Z | Checking blowfish v0.9.1 |
| 2275 | 2024-09-04T16:13:48.406Z | Checking oorandom v11.1.3 |
| 2276 | 2024-09-04T16:13:48.577Z | Checking anes v0.1.6 |
| 2277 | 2024-09-04T16:13:48.949Z | Checking criterion v0.5.1 |
| 2278 | 2024-09-04T16:13:51.338Z | Checking bcrypt-pbkdf v0.10.0 |
| 2279 | 2024-09-04T16:13:51.416Z | Checking ssh-cipher v0.2.0 |
| 2280 | 2024-09-04T16:13:51.440Z | Checking ed25519-dalek v2.1.1 |
| 2281 | 2024-09-04T16:13:51.584Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2282 | 2024-09-04T16:13:51.688Z | Checking password-hash v0.4.2 |
| 2283 | 2024-09-04T16:13:51.777Z | Checking hex-literal v0.4.1 |
| 2284 | 2024-09-04T16:13:51.905Z | Checking matches v0.1.10 |
| 2285 | 2024-09-04T16:13:52.002Z | Checking idna v0.2.3 |
| 2286 | 2024-09-04T16:13:52.042Z | Checking pbkdf2 v0.11.0 |
| 2287 | 2024-09-04T16:13:52.269Z | Checking ssh-key v0.6.6 |
| 2288 | 2024-09-04T16:13:52.628Z | Checking p384 v0.13.0 |
| 2289 | 2024-09-04T16:13:52.792Z | Checking p521 v0.13.3 |
| 2290 | 2024-09-04T16:13:53.467Z | Checking p256 v0.13.2 |
| 2291 | 2024-09-04T16:13:53.588Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2292 | 2024-09-04T16:13:53.848Z | Checking russh-cryptovec v0.7.2 |
| 2293 | 2024-09-04T16:13:53.888Z | Compiling enum-as-inner v0.5.1 |
| 2294 | 2024-09-04T16:13:54.030Z | Compiling target-lexicon v0.12.16 |
| 2295 | 2024-09-04T16:13:54.264Z | Compiling doc-comment v0.3.3 |
| 2296 | 2024-09-04T16:13:54.750Z | Checking md5 v0.7.0 |
| 2297 | 2024-09-04T16:13:54.947Z | Checking trust-dns-proto v0.22.0 |
| 2298 | 2024-09-04T16:13:54.977Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2299 | 2024-09-04T16:13:55.006Z | Checking russh-keys v0.45.0 |
| 2300 | 2024-09-04T16:13:56.117Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2301 | 2024-09-04T16:13:56.344Z | Checking http-body v1.0.0 |
| 2302 | 2024-09-04T16:13:56.534Z | Checking num-bigint v0.4.5 |
| 2303 | 2024-09-04T16:13:56.804Z | Checking des v0.8.1 |
| 2304 | 2024-09-04T16:13:57.032Z | Checking regex-automata v0.1.10 |
| 2305 | 2024-09-04T16:13:57.369Z | Compiling dhcproto-macros v0.1.0 |
| 2306 | 2024-09-04T16:13:57.860Z | Compiling assert_cmd v2.0.16 |
| 2307 | 2024-09-04T16:13:58.160Z | Compiling guppy-workspace-hack v0.1.0 |
| 2308 | 2024-09-04T16:13:58.231Z | Checking tower-layer v0.3.2 |
| 2309 | 2024-09-04T16:13:58.460Z | Checking tower v0.4.13 |
| 2310 | 2024-09-04T16:13:58.489Z | Checking dhcproto v0.12.0 |
| 2311 | 2024-09-04T16:13:58.544Z | Checking russh v0.45.0 |
| 2312 | 2024-09-04T16:13:59.115Z | Checking bstr v0.2.17 |
| 2313 | 2024-09-04T16:13:59.674Z | Checking hyper v1.3.1 |
| 2314 | 2024-09-04T16:14:00.374Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2315 | 2024-09-04T16:14:00.726Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2316 | 2024-09-04T16:14:00.867Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2317 | 2024-09-04T16:14:01.364Z | Checking internet-checksum v0.2.1 |
| 2318 | 2024-09-04T16:14:01.388Z | Compiling target-spec v3.2.1 |
| 2319 | 2024-09-04T16:14:02.009Z | Checking hyper-util v0.1.3 |
| 2320 | 2024-09-04T16:14:02.730Z | Checking cfg-expr v0.16.0 |
| 2321 | 2024-09-04T16:14:03.171Z | Checking httptest v0.15.5 |
| 2322 | 2024-09-04T16:14:03.364Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2323 | 2024-09-04T16:14:03.387Z | Checking rustls-native-certs v0.7.0 |
| 2324 | 2024-09-04T16:14:03.518Z | Checking num_cpus v1.16.0 |
| 2325 | 2024-09-04T16:14:03.805Z | Checking threadpool v1.8.1 |
| 2326 | 2024-09-04T16:14:03.999Z | Checking hyper-rustls v0.26.0 |
| 2327 | 2024-09-04T16:14:04.603Z | Checking pathdiff v0.2.1 |
| 2328 | 2024-09-04T16:14:04.746Z | Compiling toml_edit v0.21.1 |
| 2329 | 2024-09-04T16:14:05.350Z | Compiling rstest_macros v0.22.0 |
| 2330 | 2024-09-04T16:14:05.793Z | Checking escape8259 v0.5.2 |
| 2331 | 2024-09-04T16:14:05.975Z | Checking nested v0.1.1 |
| 2332 | 2024-09-04T16:14:06.165Z | Checking guppy v0.17.7 |
| 2333 | 2024-09-04T16:14:06.652Z | Compiling samael v0.0.15 |
| 2334 | 2024-09-04T16:14:06.968Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2335 | 2024-09-04T16:14:07.945Z | Compiling proc-macro-crate v3.1.0 |
| 2336 | 2024-09-04T16:14:09.247Z | Checking libtest-mimic v0.7.3 |
| 2337 | 2024-09-04T16:14:09.570Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2338 | 2024-09-04T16:14:09.664Z | Checking similar-asserts v1.5.0 |
| 2339 | 2024-09-04T16:14:09.858Z | Checking fancy-regex v0.13.0 |
| 2340 | 2024-09-04T16:14:09.888Z | Compiling trybuild v1.0.99 |
| 2341 | 2024-09-04T16:14:10.293Z | Compiling relative-path v1.9.3 |
| 2342 | 2024-09-04T16:14:10.474Z | Checking datatest-stable v0.2.9 |
| 2343 | 2024-09-04T16:14:10.630Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2344 | 2024-09-04T16:14:10.735Z | Checking blake2b_simd v1.0.2 |
| 2345 | 2024-09-04T16:14:11.457Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2346 | 2024-09-04T16:14:11.679Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2347 | 2024-09-04T16:14:12.753Z | Compiling git2 v0.19.0 |
| 2348 | 2024-09-04T16:14:13.024Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2349 | 2024-09-04T16:14:13.282Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2350 | 2024-09-04T16:14:13.530Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2351 | 2024-09-04T16:14:13.792Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2352 | 2024-09-04T16:14:14.244Z | Checking serde_tokenstream v0.2.2 |
| 2353 | 2024-09-04T16:14:14.439Z | Checking uzers v0.11.3 |
| 2354 | 2024-09-04T16:14:14.582Z | Checking indent_write v2.2.0 |
| 2355 | 2024-09-04T16:14:14.754Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2356 | 2024-09-04T16:14:14.779Z | Checking futures-timer v3.0.3 |
| 2357 | 2024-09-04T16:14:14.887Z | Checking rust-argon2 v2.1.0 |
| 2358 | 2024-09-04T16:14:15.244Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2359 | 2024-09-04T16:14:15.965Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2360 | 2024-09-04T16:14:16.143Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2361 | 2024-09-04T16:14:16.390Z | Checking rand_distr v0.4.3 |
| 2362 | 2024-09-04T16:14:16.463Z | Checking multimap v0.10.0 |
| 2363 | 2024-09-04T16:14:16.724Z | Checking approx v0.5.1 |
| 2364 | 2024-09-04T16:14:16.951Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2365 | 2024-09-04T16:14:16.990Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2366 | 2024-09-04T16:14:18.172Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2367 | 2024-09-04T16:14:19.085Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2368 | 2024-09-04T16:14:19.342Z | Checking rstest v0.22.0 |
| 2369 | 2024-09-04T16:14:19.543Z | Checking partial-io v0.5.4 |
| 2370 | 2024-09-04T16:14:19.681Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2371 | 2024-09-04T16:14:19.864Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2372 | 2024-09-04T16:14:19.900Z | Checking cargo_toml v0.20.4 |
| 2373 | 2024-09-04T16:14:19.947Z | Checking termios v0.3.3 |
| 2374 | 2024-09-04T16:14:20.164Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2375 | 2024-09-04T16:14:20.636Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2376 | 2024-09-04T16:14:21.455Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2377 | 2024-09-04T16:14:21.724Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2378 | 2024-09-04T16:14:34.538Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2379 | 2024-09-04T16:14:36.765Z | Compiling polar-core v0.27.3 |
| 2380 | 2024-09-04T16:14:40.040Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2381 | 2024-09-04T16:14:45.842Z | Checking oso v0.27.3 |
| 2382 | 2024-09-04T16:15:00.661Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2383 | 2024-09-04T16:15:00.920Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2384 | 2024-09-04T16:15:02.592Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2385 | 2024-09-04T16:15:29.412Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2386 | 2024-09-04T16:15:29.412Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2387 | 2024-09-04T16:15:29.437Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2388 | 2024-09-04T16:16:57.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s |
| 2389 | 2024-09-04T16:16:58.069Z | |
| 2390 | 2024-09-04T16:16:58.069Z | real 5:40.758593436 |
| 2391 | 2024-09-04T16:16:58.069Z | user 29:11.525168022 |
| 2392 | 2024-09-04T16:16:58.069Z | sys 5:36.115242369 |
| 2393 | 2024-09-04T16:16:58.069Z | trap 0.736906986 |
| 2394 | 2024-09-04T16:16:58.069Z | tflt 1.257385156 |
| 2395 | 2024-09-04T16:16:58.069Z | dflt 0.423988377 |
| 2396 | 2024-09-04T16:16:58.069Z | kflt 0.000863793 |
| 2397 | 2024-09-04T16:16:58.093Z | lock 44:58.211926514 |
| 2398 | 2024-09-04T16:16:58.093Z | slp 1:44:00.515592935 |
| 2399 | 2024-09-04T16:16:58.093Z | lat 1:34.848732140 |
| 2400 | 2024-09-04T16:16:58.093Z | stop 5:07.800734245 |
| 2401 | 2024-09-04T16:16:58.093Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2402 | 2024-09-04T16:16:58.093Z | + ptime -m cargo doc --workspace --no-deps |
| 2403 | 2024-09-04T16:16:59.556Z | warning: output filename collision. |
| 2404 | 2024-09-04T16:16:59.556Z | 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)`. |
| 2405 | 2024-09-04T16:16:59.556Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2406 | 2024-09-04T16:16:59.556Z | The targets should have unique names. |
| 2407 | 2024-09-04T16:16:59.556Z | This is a known bug where multiple crates with the same name use |
| 2408 | 2024-09-04T16:16:59.556Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2409 | 2024-09-04T16:17:00.153Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2410 | 2024-09-04T16:17:00.187Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2411 | 2024-09-04T16:17:00.211Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2412 | 2024-09-04T16:17:00.253Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2413 | 2024-09-04T16:17:00.287Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2414 | 2024-09-04T16:17:00.287Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2415 | 2024-09-04T16:17:00.456Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2416 | 2024-09-04T16:17:00.561Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2417 | 2024-09-04T16:17:00.561Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2418 | 2024-09-04T16:17:00.603Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2419 | 2024-09-04T16:17:00.627Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2420 | 2024-09-04T16:17:00.794Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2421 | 2024-09-04T16:17:00.837Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2422 | 2024-09-04T16:17:00.861Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2423 | 2024-09-04T16:17:01.060Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2424 | 2024-09-04T16:17:01.265Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2425 | 2024-09-04T16:17:02.014Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2426 | 2024-09-04T16:17:04.126Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2427 | 2024-09-04T16:17:04.402Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2428 | 2024-09-04T16:17:04.452Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2429 | 2024-09-04T16:17:04.477Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2430 | 2024-09-04T16:17:04.763Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2431 | 2024-09-04T16:17:04.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2432 | 2024-09-04T16:17:05.070Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2433 | 2024-09-04T16:17:05.118Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2434 | 2024-09-04T16:17:05.362Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2435 | 2024-09-04T16:17:05.526Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2436 | 2024-09-04T16:17:05.656Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2437 | 2024-09-04T16:17:05.782Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2438 | 2024-09-04T16:17:06.048Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2439 | 2024-09-04T16:17:06.166Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2440 | 2024-09-04T16:17:06.350Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2441 | 2024-09-04T16:17:06.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2442 | 2024-09-04T16:17:06.635Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2443 | 2024-09-04T16:17:06.683Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2444 | 2024-09-04T16:17:06.961Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2445 | 2024-09-04T16:17:06.985Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2446 | 2024-09-04T16:17:07.150Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2447 | 2024-09-04T16:17:07.174Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2448 | 2024-09-04T16:17:07.409Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2449 | 2024-09-04T16:17:07.466Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2450 | 2024-09-04T16:17:07.490Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2451 | 2024-09-04T16:17:11.379Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2452 | 2024-09-04T16:17:11.537Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2453 | 2024-09-04T16:17:12.030Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2454 | 2024-09-04T16:17:12.123Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2455 | 2024-09-04T16:17:13.295Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2456 | 2024-09-04T16:17:14.076Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2457 | 2024-09-04T16:17:14.183Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2458 | 2024-09-04T16:17:14.825Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2459 | 2024-09-04T16:17:15.416Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2460 | 2024-09-04T16:17:18.734Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2461 | 2024-09-04T16:17:19.023Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2462 | 2024-09-04T16:17:19.792Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2463 | 2024-09-04T16:17:20.245Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2464 | 2024-09-04T16:17:20.593Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2465 | 2024-09-04T16:17:20.738Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2466 | 2024-09-04T16:17:21.797Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2467 | 2024-09-04T16:17:22.664Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2468 | 2024-09-04T16:17:22.810Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2469 | 2024-09-04T16:17:22.899Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2470 | 2024-09-04T16:17:23.007Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2471 | 2024-09-04T16:17:23.194Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2472 | 2024-09-04T16:17:23.381Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2473 | 2024-09-04T16:17:23.408Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2474 | 2024-09-04T16:17:23.517Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2475 | 2024-09-04T16:17:24.062Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2476 | 2024-09-04T16:17:24.437Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2477 | 2024-09-04T16:17:24.982Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2478 | 2024-09-04T16:17:25.038Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2479 | 2024-09-04T16:17:25.108Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2480 | 2024-09-04T16:17:25.609Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2481 | 2024-09-04T16:17:25.714Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2482 | 2024-09-04T16:17:25.990Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2483 | 2024-09-04T16:17:26.081Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2484 | 2024-09-04T16:17:26.443Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2485 | 2024-09-04T16:17:26.503Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2486 | 2024-09-04T16:17:26.649Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2487 | 2024-09-04T16:17:26.815Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2488 | 2024-09-04T16:17:27.074Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2489 | 2024-09-04T16:17:27.182Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2490 | 2024-09-04T16:17:27.434Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2491 | 2024-09-04T16:17:27.519Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2492 | 2024-09-04T16:17:28.056Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2493 | 2024-09-04T16:17:28.090Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2494 | 2024-09-04T16:17:28.296Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2495 | 2024-09-04T16:17:28.523Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2496 | 2024-09-04T16:17:28.913Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2497 | 2024-09-04T16:17:29.394Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2498 | 2024-09-04T16:17:30.018Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2499 | 2024-09-04T16:17:30.108Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2500 | 2024-09-04T16:17:31.137Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2501 | 2024-09-04T16:17:31.359Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2502 | 2024-09-04T16:17:31.652Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2503 | 2024-09-04T16:17:31.872Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2504 | 2024-09-04T16:17:33.896Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2505 | 2024-09-04T16:17:34.705Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2506 | 2024-09-04T16:17:35.645Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2507 | 2024-09-04T16:17:35.812Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2508 | 2024-09-04T16:17:36.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2509 | 2024-09-04T16:17:38.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2510 | 2024-09-04T16:17:40.375Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2511 | 2024-09-04T16:17:41.192Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2512 | 2024-09-04T16:17:43.881Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2513 | 2024-09-04T16:17:44.624Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2514 | 2024-09-04T16:17:45.559Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2515 | 2024-09-04T16:17:50.279Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2516 | 2024-09-04T16:17:51.191Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2517 | 2024-09-04T16:17:59.624Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2518 | 2024-09-04T16:18:21.624Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2519 | 2024-09-04T16:18:27.019Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2520 | 2024-09-04T16:18:30.385Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2521 | 2024-09-04T16:18:32.129Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2522 | 2024-09-04T16:18:33.617Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2523 | 2024-09-04T16:18:34.505Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2524 | 2024-09-04T16:18:39.656Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2525 | 2024-09-04T16:18:52.513Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2526 | 2024-09-04T16:18:54.079Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2527 | 2024-09-04T16:18:56.512Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2528 | 2024-09-04T16:18:58.109Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2529 | 2024-09-04T16:19:00.427Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2530 | 2024-09-04T16:19:00.451Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2531 | 2024-09-04T16:19:01.384Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2532 | 2024-09-04T16:19:02.922Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2533 | 2024-09-04T16:19:08.401Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2534 | 2024-09-04T16:19:11.069Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2535 | 2024-09-04T16:19:14.158Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2536 | 2024-09-04T16:19:19.481Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2537 | 2024-09-04T16:19:38.745Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2538 | 2024-09-04T16:19:41.903Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2539 | 2024-09-04T16:19:45.784Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2540 | 2024-09-04T16:19:47.523Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2541 | 2024-09-04T16:19:48.889Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2542 | 2024-09-04T16:19:50.716Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2543 | 2024-09-04T16:20:02.372Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2544 | 2024-09-04T16:20:04.161Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2545 | 2024-09-04T16:20:06.959Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2546 | 2024-09-04T16:20:10.895Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2547 | 2024-09-04T16:20:11.376Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2548 | 2024-09-04T16:20:17.615Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2549 | 2024-09-04T16:20:21.614Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2550 | 2024-09-04T16:20:23.407Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2551 | 2024-09-04T16:20:32.217Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2552 | 2024-09-04T16:20:33.457Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2553 | 2024-09-04T16:20:33.484Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2554 | 2024-09-04T16:20:35.705Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2555 | 2024-09-04T16:20:39.625Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2556 | 2024-09-04T16:20:43.184Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2557 | 2024-09-04T16:20:45.499Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2558 | 2024-09-04T16:20:45.745Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2559 | 2024-09-04T16:20:49.135Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2560 | 2024-09-04T16:20:52.618Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2561 | 2024-09-04T16:20:54.768Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2562 | 2024-09-04T16:20:56.152Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2563 | 2024-09-04T16:20:58.127Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2564 | 2024-09-04T16:21:03.778Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2565 | 2024-09-04T16:21:04.341Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2566 | 2024-09-04T16:21:10.476Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2567 | 2024-09-04T16:21:13.408Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2568 | 2024-09-04T16:21:13.664Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2569 | 2024-09-04T16:21:15.277Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2570 | 2024-09-04T16:21:16.360Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2571 | 2024-09-04T16:21:19.722Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2572 | 2024-09-04T16:21:20.424Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2573 | 2024-09-04T16:21:22.931Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2574 | 2024-09-04T16:21:25.931Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2575 | 2024-09-04T16:21:27.621Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2576 | 2024-09-04T16:21:29.469Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2577 | 2024-09-04T16:21:30.124Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2578 | 2024-09-04T16:21:30.277Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2579 | 2024-09-04T16:21:34.960Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2580 | 2024-09-04T16:21:37.619Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2581 | 2024-09-04T16:21:37.724Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2582 | 2024-09-04T16:21:42.971Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2583 | 2024-09-04T16:21:44.191Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2584 | 2024-09-04T16:21:46.233Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2585 | 2024-09-04T16:21:46.846Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2586 | 2024-09-04T16:21:47.371Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2587 | 2024-09-04T16:21:49.090Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2588 | 2024-09-04T16:21:50.625Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2589 | 2024-09-04T16:21:51.235Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2590 | 2024-09-04T16:21:51.523Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2591 | 2024-09-04T16:21:55.270Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2592 | 2024-09-04T16:21:56.322Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2593 | 2024-09-04T16:21:56.885Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2594 | 2024-09-04T16:21:58.420Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2595 | 2024-09-04T16:22:03.153Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2596 | 2024-09-04T16:22:03.400Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2597 | 2024-09-04T16:22:06.062Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2598 | 2024-09-04T16:22:06.929Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2599 | 2024-09-04T16:22:07.532Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2600 | 2024-09-04T16:22:11.378Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2601 | 2024-09-04T16:22:12.060Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2602 | 2024-09-04T16:22:12.531Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2603 | 2024-09-04T16:22:16.278Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2604 | 2024-09-04T16:22:16.735Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2605 | 2024-09-04T16:22:16.968Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2606 | 2024-09-04T16:22:17.514Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2607 | 2024-09-04T16:22:17.787Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2608 | 2024-09-04T16:22:18.205Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2609 | 2024-09-04T16:22:21.279Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2610 | 2024-09-04T16:22:21.880Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2611 | 2024-09-04T16:22:21.904Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2612 | 2024-09-04T16:22:23.735Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2613 | 2024-09-04T16:22:25.577Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2614 | 2024-09-04T16:22:26.005Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2615 | 2024-09-04T16:22:26.173Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2616 | 2024-09-04T16:22:26.270Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2617 | 2024-09-04T16:22:54.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 56s |
| 2618 | 2024-09-04T16:22:54.379Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
| 2619 | 2024-09-04T16:22:54.444Z | |
| 2620 | 2024-09-04T16:22:54.468Z | real 5:56.326190900 |
| 2621 | 2024-09-04T16:22:54.468Z | user 18:11.086407094 |
| 2622 | 2024-09-04T16:22:54.468Z | sys 25:33.057947871 |
| 2623 | 2024-09-04T16:22:54.468Z | trap 0.314772284 |
| 2624 | 2024-09-04T16:22:54.468Z | tflt 0.167047371 |
| 2625 | 2024-09-04T16:22:54.468Z | dflt 0.387898995 |
| 2626 | 2024-09-04T16:22:54.468Z | kflt 0.000171668 |
| 2627 | 2024-09-04T16:22:54.468Z | lock 55:40.060104799 |
| 2628 | 2024-09-04T16:22:54.468Z | slp 1:39:14.094943329 |
| 2629 | 2024-09-04T16:22:54.468Z | lat 1:08.086322848 |
| 2630 | 2024-09-04T16:22:54.468Z | stop 56.014087783 |
| 2631 | 2024-09-04T16:22:54.468Z | process exited: duration 924242 ms, exit code 0 |
| |
| 2632 | 2024-09-04T16:22:54.517Z | found 0 output files |