|
|
|
| 1 | 2024-06-17T17:27:25.785Z | job assigned to worker 01J0KKRYVFBHH73ZAB1Q5TRMBH (queued for 55 s) |
| |
| 2 | 2024-06-17T17:27:33.814Z | starting task 0: "setup" |
| 3 | 2024-06-17T17:27:33.864Z | ++ uname -s |
| 4 | 2024-06-17T17:27:33.867Z | + kern=SunOS |
| 5 | 2024-06-17T17:27:33.867Z | + case "$kern" in |
| 6 | 2024-06-17T17:27:33.867Z | + groupadd -g 12345 build |
| 7 | 2024-06-17T17:27:33.869Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-17T17:27:35.885Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-17T17:27:35.991Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-17T17:27:35.993Z | + home_fs=zfs |
| 11 | 2024-06-17T17:27:35.993Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-17T17:27:35.993Z | + mkdir -p /home/build |
| 13 | 2024-06-17T17:27:35.996Z | + chown build:build /home/build /work |
| 14 | 2024-06-17T17:27:36.997Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-17T17:27:37.000Z | process exited: duration 3185 ms, exit code 0 |
| |
| 16 | 2024-06-17T17:27:37.006Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-17T17:27:37.012Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-17T17:27:37.012Z | ' 1.78.0 |
| 19 | 2024-06-17T17:27:37.013Z | * toolchain channel = "1.78.0" |
| 20 | 2024-06-17T17:27:37.013Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-06-17T17:27:37.013Z | ' default |
| 22 | 2024-06-17T17:27:37.013Z | * toolchain profile = "default" |
| 23 | 2024-06-17T17:27:37.016Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-17T17:27:37.016Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-17T17:27:37.127Z | info: downloading installer |
| 26 | 2024-06-17T17:27:38.392Z | info: profile set to 'default' |
| 27 | 2024-06-17T17:27:38.392Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-17T17:27:38.396Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-17T17:27:38.513Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-17T17:27:38.513Z | info: downloading component 'cargo' |
| 31 | 2024-06-17T17:27:39.302Z | info: downloading component 'clippy' |
| 32 | 2024-06-17T17:27:39.511Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-17T17:27:40.335Z | info: downloading component 'rust-std' |
| 34 | 2024-06-17T17:27:41.651Z | info: downloading component 'rustc' |
| 35 | 2024-06-17T17:27:44.985Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-17T17:27:45.165Z | info: installing component 'cargo' |
| 37 | 2024-06-17T17:27:45.996Z | info: installing component 'clippy' |
| 38 | 2024-06-17T17:27:46.350Z | info: installing component 'rust-docs' |
| 39 | 2024-06-17T17:27:47.857Z | info: installing component 'rust-std' |
| 40 | 2024-06-17T17:27:49.624Z | info: installing component 'rustc' |
| 41 | 2024-06-17T17:27:53.843Z | info: installing component 'rustfmt' |
| 42 | 2024-06-17T17:27:54.185Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-17T17:27:54.185Z | |
| 44 | 2024-06-17T17:27:54.464Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-17T17:27:54.464Z | |
| 46 | 2024-06-17T17:27:54.468Z | |
| 47 | 2024-06-17T17:27:54.468Z | Rust is installed now. Great! |
| 48 | 2024-06-17T17:27:54.468Z | |
| 49 | 2024-06-17T17:27:54.468Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-17T17:27:54.468Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-17T17:27:54.468Z | |
| 52 | 2024-06-17T17:27:54.468Z | To configure your current shell, you need to source |
| 53 | 2024-06-17T17:27:54.468Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-17T17:27:54.468Z | |
| 55 | 2024-06-17T17:27:54.468Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-17T17:27:54.468Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-17T17:27:54.468Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-17T17:27:54.537Z | + rustc --version |
| 59 | 2024-06-17T17:27:54.599Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-17T17:27:54.602Z | process exited: duration 17592 ms, exit code 0 |
| |
| 61 | 2024-06-17T17:27:54.608Z | starting task 2: "authentication" |
| 62 | 2024-06-17T17:27:54.630Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-06-17T17:27:54.636Z | starting task 3: "clone repository" |
| 64 | 2024-06-17T17:27:54.647Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-17T17:27:54.651Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-17T17:27:54.787Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-17T17:28:00.653Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-17T17:28:00.653Z | + git fetch origin bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
| 69 | 2024-06-17T17:28:00.966Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-17T17:28:00.966Z | * branch bac4652770a2b6c587e7b35f7fbaa0ec62868a10 -> FETCH_HEAD |
| 71 | 2024-06-17T17:28:00.975Z | + [[ -n gjcolombo/instance-propolis-uuids ]] |
| 72 | 2024-06-17T17:28:00.978Z | ++ git branch --show-current |
| 73 | 2024-06-17T17:28:00.981Z | + current=main |
| 74 | 2024-06-17T17:28:00.981Z | + [[ main != gjcolombo/instance-propolis-uuids ]] |
| 75 | 2024-06-17T17:28:00.981Z | + git branch -f gjcolombo/instance-propolis-uuids bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
| 76 | 2024-06-17T17:28:00.984Z | + git checkout -f gjcolombo/instance-propolis-uuids |
| 77 | 2024-06-17T17:28:01.122Z | Switched to branch 'gjcolombo/instance-propolis-uuids' |
| 78 | 2024-06-17T17:28:01.126Z | + git reset --hard bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
| 79 | 2024-06-17T17:28:01.152Z | HEAD is now at bac465277 fmt |
| 80 | 2024-06-17T17:28:01.155Z | process exited: duration 6513 ms, exit code 0 |
| |
| 81 | 2024-06-17T17:28:01.161Z | starting task 4: "build" |
| 82 | 2024-06-17T17:28:01.167Z | + cargo --version |
| 83 | 2024-06-17T17:28:01.219Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-17T17:28:01.222Z | + rustc --version |
| 85 | 2024-06-17T17:28:01.277Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-17T17:28:01.286Z | + WORK=/work |
| 87 | 2024-06-17T17:28:01.286Z | + pfexec mkdir -p /work |
| 88 | 2024-06-17T17:28:01.286Z | + pfexec chown build /work |
| 89 | 2024-06-17T17:28:01.296Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-06-17T17:28:07.208Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-06-17T17:28:09.322Z | Startup: Caching catalogs ... Done |
| 92 | 2024-06-17T17:28:11.568Z | Planning: Solver setup ... Done (1.779s) |
| 93 | 2024-06-17T17:28:11.603Z | Planning: Running solver ... Done (0.035s) |
| 94 | 2024-06-17T17:28:11.641Z | Planning: Finding local manifests ... Done (0.002s) |
| 95 | 2024-06-17T17:28:11.653Z | Planning: Fetching manifests: 0/4 0% complete |
| 96 | 2024-06-17T17:28:12.055Z | Planning: Fetching manifests: 4/4 100% complete |
| 97 | 2024-06-17T17:28:12.105Z | Planning: Package planning ... Done (0.050s) |
| 98 | 2024-06-17T17:28:12.156Z | Planning: Merging actions ... Done (0.050s) |
| 99 | 2024-06-17T17:28:13.656Z | Planning: Checking for conflicting actions ... Done (1.499s) |
| 100 | 2024-06-17T17:28:13.667Z | Planning: Consolidating action changes ... Done (0.011s) |
| 101 | 2024-06-17T17:28:19.771Z | Planning: Evaluating mediators ... Done (6.098s) |
| 102 | 2024-06-17T17:28:19.792Z | Planning: Planning completed in 10.38 seconds |
| 103 | 2024-06-17T17:28:20.632Z | Packages to install: 4 |
| 104 | 2024-06-17T17:28:20.632Z | Mediators to change: 2 |
| 105 | 2024-06-17T17:28:20.632Z | Services to change: 1 |
| 106 | 2024-06-17T17:28:20.637Z | Estimated space available: 155.78 GB |
| 107 | 2024-06-17T17:28:20.637Z | Estimated space to be consumed: 1.45 GB |
| 108 | 2024-06-17T17:28:20.637Z | Create boot environment: No |
| 109 | 2024-06-17T17:28:20.637Z | Create backup boot environment: No |
| 110 | 2024-06-17T17:28:20.637Z | Rebuild boot archive: No |
| 111 | 2024-06-17T17:28:20.637Z | |
| 112 | 2024-06-17T17:28:20.637Z | Changed mediators: |
| 113 | 2024-06-17T17:28:20.637Z | mediator clang: |
| 114 | 2024-06-17T17:28:20.637Z | version: None -> 15 (system default) |
| 115 | 2024-06-17T17:28:20.637Z | |
| 116 | 2024-06-17T17:28:20.637Z | mediator llvm: |
| 117 | 2024-06-17T17:28:20.637Z | version: 14 (system default) -> 15 (system default) |
| 118 | 2024-06-17T17:28:20.637Z | |
| 119 | 2024-06-17T17:28:20.637Z | Changed packages: |
| 120 | 2024-06-17T17:28:20.637Z | helios-dev |
| 121 | 2024-06-17T17:28:20.637Z | developer/build-essential |
| 122 | 2024-06-17T17:28:20.637Z | None -> 11-2.0 |
| 123 | 2024-06-17T17:28:20.637Z | library/libxmlsec1 |
| 124 | 2024-06-17T17:28:20.637Z | None -> 1.2.35-2.0 |
| 125 | 2024-06-17T17:28:20.637Z | ooce/developer/clang-15 |
| 126 | 2024-06-17T17:28:20.637Z | None -> 15.0.7-2.0 |
| 127 | 2024-06-17T17:28:20.637Z | ooce/developer/llvm-15 |
| 128 | 2024-06-17T17:28:20.637Z | None -> 15.0.7-2.0 |
| 129 | 2024-06-17T17:28:20.637Z | |
| 130 | 2024-06-17T17:28:20.637Z | Services: |
| 131 | 2024-06-17T17:28:20.637Z | restart_fmri: |
| 132 | 2024-06-17T17:28:20.637Z | svc:/system/update-man-index:default |
| 133 | 2024-06-17T17:28:20.842Z | |
| 134 | 2024-06-17T17:28:20.842Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 135 | 2024-06-17T17:28:26.974Z | Download: 213/3290 items 1.3/212.6MB 0% complete (640k/s) |
| 136 | 2024-06-17T17:28:31.977Z | Download: 1006/3290 items 19.4/212.6MB 9% complete (1.9M/s) |
| 137 | 2024-06-17T17:28:39.922Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.2M/s) |
| 138 | 2024-06-17T17:28:52.715Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
| 139 | 2024-06-17T17:28:57.716Z | Download: 2721/3290 items 120.8/212.6MB 56% complete (7.5M/s) |
| 140 | 2024-06-17T17:29:00.684Z | Download: Completed 212.60 MB in 39.84 seconds (5.3M/s) |
| 141 | 2024-06-17T17:29:02.019Z | Actions: 1/3689 actions (Installing new actions) |
| 142 | 2024-06-17T17:29:07.129Z | Actions: 3666/3689 actions (Installing new actions) |
| 143 | 2024-06-17T17:29:07.170Z | Actions: Completed 3689 actions in 5.15 seconds. |
| 144 | 2024-06-17T17:29:07.301Z | Done (0.126s) |
| 145 | 2024-06-17T17:29:07.301Z | Done (0.000s) |
| 146 | 2024-06-17T17:29:07.613Z | Done (0.312s) |
| 147 | 2024-06-17T17:29:12.894Z | Done (5.127s) |
| 148 | 2024-06-17T17:29:13.169Z | Done (0.203s) |
| 149 | 2024-06-17T17:29:13.172Z | Done (0.000s) |
| 150 | 2024-06-17T17:29:13.327Z | Done (0.000s) |
| 151 | 2024-06-17T17:29:13.889Z | Planning: Evaluating mediator changes ... Done |
| 152 | 2024-06-17T17:29:14.052Z | Planning: Checking for conflicting actions ... Done |
| 153 | 2024-06-17T17:29:14.055Z | Planning: Consolidating action changes ... Done |
| 154 | 2024-06-17T17:29:14.322Z | Planning: Evaluating mediators ... Done |
| 155 | 2024-06-17T17:29:14.325Z | Planning: Planning completed in 0.43 seconds |
| 156 | 2024-06-17T17:29:14.354Z | Mediators to change: 2 |
| 157 | 2024-06-17T17:29:14.354Z | Create boot environment: No |
| 158 | 2024-06-17T17:29:14.357Z | Create backup boot environment: No |
| 159 | 2024-06-17T17:29:14.421Z | Done |
| 160 | 2024-06-17T17:29:14.424Z | Done |
| 161 | 2024-06-17T17:29:14.616Z | Done |
| 162 | 2024-06-17T17:29:18.118Z | Done |
| 163 | 2024-06-17T17:29:18.204Z | Done |
| 164 | 2024-06-17T17:29:18.207Z | Done |
| 165 | 2024-06-17T17:29:18.310Z | Done |
| 166 | 2024-06-17T17:29:18.920Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2024-06-17T17:29:18.922Z | Planning: Merging actions ... Done |
| 168 | 2024-06-17T17:29:19.111Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2024-06-17T17:29:19.114Z | Planning: Consolidating action changes ... Done |
| 170 | 2024-06-17T17:29:19.374Z | Planning: Evaluating mediators ... Done |
| 171 | 2024-06-17T17:29:19.431Z | Planning: Planning completed in 0.75 seconds |
| 172 | 2024-06-17T17:29:19.463Z | Packages to change: 1 |
| 173 | 2024-06-17T17:29:19.464Z | Mediators to change: 1 |
| 174 | 2024-06-17T17:29:19.464Z | Services to change: 1 |
| 175 | 2024-06-17T17:29:19.466Z | Create boot environment: No |
| 176 | 2024-06-17T17:29:19.466Z | Create backup boot environment: Yes |
| 177 | 2024-06-17T17:29:21.441Z | Actions: 1/6 actions (Updating modified actions) |
| 178 | 2024-06-17T17:29:21.517Z | Actions: Completed 6 actions in 0.08 seconds. |
| 179 | 2024-06-17T17:29:21.520Z | Done |
| 180 | 2024-06-17T17:29:21.520Z | Done |
| 181 | 2024-06-17T17:29:21.584Z | Done |
| 182 | 2024-06-17T17:29:25.141Z | Done |
| 183 | 2024-06-17T17:29:25.225Z | Done |
| 184 | 2024-06-17T17:29:25.228Z | Done |
| 185 | 2024-06-17T17:29:25.329Z | Done |
| 186 | 2024-06-17T17:29:25.768Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 187 | 2024-06-17T17:29:25.768Z | clang system 15 system |
| 188 | 2024-06-17T17:29:25.768Z | csh system system illumos |
| 189 | 2024-06-17T17:29:25.768Z | ctags system system illumos |
| 190 | 2024-06-17T17:29:25.768Z | gcc vendor 12 vendor |
| 191 | 2024-06-17T17:29:25.768Z | gcc system 10 system |
| 192 | 2024-06-17T17:29:25.768Z | gcc system 7 system |
| 193 | 2024-06-17T17:29:25.768Z | go system 1.20 system |
| 194 | 2024-06-17T17:29:25.768Z | go system 1.19 system |
| 195 | 2024-06-17T17:29:25.769Z | llvm system 15 system |
| 196 | 2024-06-17T17:29:25.769Z | llvm system 14 system |
| 197 | 2024-06-17T17:29:25.769Z | mariadb system 10.6 system |
| 198 | 2024-06-17T17:29:25.769Z | mta vendor vendor dma |
| 199 | 2024-06-17T17:29:25.769Z | openjdk system 17 system |
| 200 | 2024-06-17T17:29:25.769Z | openjdk system 11 system |
| 201 | 2024-06-17T17:29:25.769Z | openjdk system 1.8 system |
| 202 | 2024-06-17T17:29:25.769Z | openssl vendor 3 vendor |
| 203 | 2024-06-17T17:29:25.769Z | perl system 5.36 system |
| 204 | 2024-06-17T17:29:25.769Z | postgresql system 15 system |
| 205 | 2024-06-17T17:29:25.769Z | postgresql system 13 system |
| 206 | 2024-06-17T17:29:25.769Z | python vendor 3 vendor |
| 207 | 2024-06-17T17:29:25.769Z | python system 2 system |
| 208 | 2024-06-17T17:29:25.769Z | python3 system 3.11 system |
| 209 | 2024-06-17T17:29:25.769Z | ruby system 3.0 system |
| 210 | 2024-06-17T17:29:25.769Z | words vendor vendor american-english |
| 211 | 2024-06-17T17:29:25.769Z | words system system australian-english |
| 212 | 2024-06-17T17:29:25.769Z | words system system british-english |
| 213 | 2024-06-17T17:29:25.769Z | words system system canadian-english |
| 214 | 2024-06-17T17:29:25.769Z | words system system french |
| 215 | 2024-06-17T17:29:25.769Z | words system system italian |
| 216 | 2024-06-17T17:29:25.769Z | words system system ngerman |
| 217 | 2024-06-17T17:29:25.769Z | words system system ogerman |
| 218 | 2024-06-17T17:29:25.769Z | words system system spanish |
| 219 | 2024-06-17T17:29:26.099Z | PUBLISHER TYPE STATUS P LOCATION |
| 220 | 2024-06-17T17:29:26.099Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 221 | 2024-06-17T17:29:27.589Z | FMRI IFO |
| 222 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 223 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 224 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 225 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 226 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 227 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 228 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 229 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 230 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 231 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 232 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 233 | 2024-06-17T17:29:27.589Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 234 | 2024-06-17T17:29:28.081Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 235 | 2024-06-17T17:29:28.401Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 236 | 2024-06-17T17:29:28.707Z | Updating crates.io index |
| 237 | 2024-06-17T17:29:28.710Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 238 | 2024-06-17T17:29:29.477Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 239 | 2024-06-17T17:29:30.201Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 240 | 2024-06-17T17:29:30.516Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 241 | 2024-06-17T17:29:32.793Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2024-06-17T17:29:33.378Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2024-06-17T17:29:33.660Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 244 | 2024-06-17T17:29:34.769Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 245 | 2024-06-17T17:29:36.829Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 246 | 2024-06-17T17:29:37.861Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 247 | 2024-06-17T17:29:38.619Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2024-06-17T17:29:39.185Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2024-06-17T17:29:39.509Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 250 | 2024-06-17T17:29:39.921Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 251 | 2024-06-17T17:29:40.219Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 252 | 2024-06-17T17:29:40.571Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 253 | 2024-06-17T17:29:40.911Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2024-06-17T17:29:41.178Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2024-06-17T17:29:41.454Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2024-06-17T17:29:41.793Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2024-06-17T17:29:42.139Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 258 | 2024-06-17T17:29:42.470Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 259 | 2024-06-17T17:29:42.848Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 260 | 2024-06-17T17:29:43.534Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 261 | 2024-06-17T17:29:43.860Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 262 | 2024-06-17T17:29:44.237Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 263 | 2024-06-17T17:29:44.677Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 264 | 2024-06-17T17:29:46.705Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 265 | 2024-06-17T17:29:47.134Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 266 | 2024-06-17T17:29:47.440Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 267 | 2024-06-17T17:29:47.898Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 268 | 2024-06-17T17:29:48.969Z | Downloading crates ... |
| 269 | 2024-06-17T17:29:49.055Z | Downloaded byteorder v1.5.0 |
| 270 | 2024-06-17T17:29:49.060Z | Downloaded block-buffer v0.10.4 |
| 271 | 2024-06-17T17:29:49.070Z | Downloaded foreign-types v0.3.2 |
| 272 | 2024-06-17T17:29:49.073Z | Downloaded equivalent v1.0.1 |
| 273 | 2024-06-17T17:29:49.075Z | Downloaded md5 v0.7.0 |
| 274 | 2024-06-17T17:29:49.075Z | Downloaded scroll_derive v0.12.0 |
| 275 | 2024-06-17T17:29:49.078Z | Downloaded pretty-hex v0.4.1 |
| 276 | 2024-06-17T17:29:49.078Z | Downloaded dtrace-parser v0.2.0 |
| 277 | 2024-06-17T17:29:49.081Z | Downloaded scopeguard v1.2.0 |
| 278 | 2024-06-17T17:29:49.082Z | Downloaded proc-macro-error-attr v1.0.4 |
| 279 | 2024-06-17T17:29:49.084Z | Downloaded openssl-macros v0.1.1 |
| 280 | 2024-06-17T17:29:49.084Z | Downloaded is_terminal_polyfill v1.70.0 |
| 281 | 2024-06-17T17:29:49.085Z | Downloaded pin-utils v0.1.0 |
| 282 | 2024-06-17T17:29:49.087Z | Downloaded pest_meta v2.7.10 |
| 283 | 2024-06-17T17:29:49.090Z | Downloaded clap_lex v0.7.0 |
| 284 | 2024-06-17T17:29:49.093Z | Downloaded strum v0.26.2 |
| 285 | 2024-06-17T17:29:49.093Z | Downloaded cpufeatures v0.2.12 |
| 286 | 2024-06-17T17:29:49.093Z | Downloaded cfg-if v1.0.0 |
| 287 | 2024-06-17T17:29:49.096Z | Downloaded usdt-attr-macro v0.5.0 |
| 288 | 2024-06-17T17:29:49.096Z | Downloaded try-lock v0.2.5 |
| 289 | 2024-06-17T17:29:49.099Z | Downloaded anstream v0.6.14 |
| 290 | 2024-06-17T17:29:49.099Z | Downloaded sync_wrapper v0.1.2 |
| 291 | 2024-06-17T17:29:49.102Z | Downloaded foreign-types-shared v0.1.1 |
| 292 | 2024-06-17T17:29:49.102Z | Downloaded bytecount v0.6.8 |
| 293 | 2024-06-17T17:29:49.105Z | Downloaded anstyle-parse v0.2.4 |
| 294 | 2024-06-17T17:29:49.105Z | Downloaded anstyle v1.0.7 |
| 295 | 2024-06-17T17:29:49.108Z | Downloaded match_cfg v0.1.0 |
| 296 | 2024-06-17T17:29:49.108Z | Downloaded num_threads v0.1.7 |
| 297 | 2024-06-17T17:29:49.111Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2024-06-17T17:29:49.111Z | Downloaded tinyvec_macros v0.1.1 |
| 299 | 2024-06-17T17:29:49.111Z | Downloaded is-terminal v0.4.12 |
| 300 | 2024-06-17T17:29:49.114Z | Downloaded errno v0.3.9 |
| 301 | 2024-06-17T17:29:49.114Z | Downloaded plain v0.2.3 |
| 302 | 2024-06-17T17:29:49.118Z | Downloaded openssl-probe v0.1.5 |
| 303 | 2024-06-17T17:29:49.119Z | Downloaded slab v0.4.9 |
| 304 | 2024-06-17T17:29:49.119Z | Downloaded httpdate v1.0.3 |
| 305 | 2024-06-17T17:29:49.119Z | Downloaded want v0.3.1 |
| 306 | 2024-06-17T17:29:49.123Z | Downloaded futures-sink v0.3.30 |
| 307 | 2024-06-17T17:29:49.123Z | Downloaded anstyle-query v1.0.3 |
| 308 | 2024-06-17T17:29:49.123Z | Downloaded memmap v0.7.0 |
| 309 | 2024-06-17T17:29:49.128Z | Downloaded futures-io v0.3.30 |
| 310 | 2024-06-17T17:29:49.128Z | Downloaded fnv v1.0.7 |
| 311 | 2024-06-17T17:29:49.128Z | Downloaded rustls-pemfile v1.0.4 |
| 312 | 2024-06-17T17:29:49.130Z | Downloaded autocfg v1.3.0 |
| 313 | 2024-06-17T17:29:49.130Z | Downloaded utf8parse v0.2.1 |
| 314 | 2024-06-17T17:29:49.130Z | Downloaded macaddr v1.0.1 |
| 315 | 2024-06-17T17:29:49.133Z | Downloaded hostname v0.3.1 |
| 316 | 2024-06-17T17:29:49.133Z | Downloaded thread-id v4.2.1 |
| 317 | 2024-06-17T17:29:49.136Z | Downloaded http-body v0.4.6 |
| 318 | 2024-06-17T17:29:49.139Z | Downloaded powerfmt v0.2.0 |
| 319 | 2024-06-17T17:29:49.139Z | Downloaded percent-encoding v2.3.1 |
| 320 | 2024-06-17T17:29:49.139Z | Downloaded xattr v1.3.1 |
| 321 | 2024-06-17T17:29:49.142Z | Downloaded tokio-macros v2.2.0 |
| 322 | 2024-06-17T17:29:49.142Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2024-06-17T17:29:49.145Z | Downloaded unicode-width v0.1.12 |
| 324 | 2024-06-17T17:29:49.148Z | Downloaded num_cpus v1.16.0 |
| 325 | 2024-06-17T17:29:49.150Z | Downloaded itoa v1.0.11 |
| 326 | 2024-06-17T17:29:49.150Z | Downloaded slog-bunyan v2.5.0 |
| 327 | 2024-06-17T17:29:49.153Z | Downloaded num-conv v0.1.0 |
| 328 | 2024-06-17T17:29:49.153Z | Downloaded heck v0.5.0 |
| 329 | 2024-06-17T17:29:49.153Z | Downloaded generic-array v0.14.7 |
| 330 | 2024-06-17T17:29:49.157Z | Downloaded futures-executor v0.3.30 |
| 331 | 2024-06-17T17:29:49.157Z | Downloaded thiserror v1.0.60 |
| 332 | 2024-06-17T17:29:49.161Z | Downloaded dof v0.3.0 |
| 333 | 2024-06-17T17:29:49.163Z | Downloaded swrite v0.1.0 |
| 334 | 2024-06-17T17:29:49.163Z | Downloaded fs-err v2.11.0 |
| 335 | 2024-06-17T17:29:49.166Z | Downloaded quote v1.0.36 |
| 336 | 2024-06-17T17:29:49.169Z | Downloaded pest_generator v2.7.10 |
| 337 | 2024-06-17T17:29:49.169Z | Downloaded crypto-common v0.1.6 |
| 338 | 2024-06-17T17:29:49.172Z | Downloaded cargo_toml v0.20.2 |
| 339 | 2024-06-17T17:29:49.172Z | Downloaded native-tls v0.2.11 |
| 340 | 2024-06-17T17:29:49.175Z | Downloaded mime v0.3.17 |
| 341 | 2024-06-17T17:29:49.178Z | Downloaded tower-service v0.3.2 |
| 342 | 2024-06-17T17:29:49.178Z | Downloaded time-core v0.1.2 |
| 343 | 2024-06-17T17:29:49.178Z | Downloaded take_mut v0.2.2 |
| 344 | 2024-06-17T17:29:49.178Z | Downloaded pin-project-lite v0.2.14 |
| 345 | 2024-06-17T17:29:49.183Z | Downloaded ipnet v2.9.0 |
| 346 | 2024-06-17T17:29:49.186Z | Downloaded zerocopy-derive v0.7.34 |
| 347 | 2024-06-17T17:29:49.189Z | Downloaded proc-macro-error v1.0.4 |
| 348 | 2024-06-17T17:29:49.192Z | Downloaded term v0.7.0 |
| 349 | 2024-06-17T17:29:49.196Z | Downloaded futures-channel v0.3.30 |
| 350 | 2024-06-17T17:29:49.198Z | Downloaded strum_macros v0.26.2 |
| 351 | 2024-06-17T17:29:49.201Z | Downloaded parking_lot_core v0.9.10 |
| 352 | 2024-06-17T17:29:49.204Z | Downloaded bitflags v2.5.0 |
| 353 | 2024-06-17T17:29:49.207Z | Downloaded futures v0.3.30 |
| 354 | 2024-06-17T17:29:49.211Z | Downloaded ryu v1.0.18 |
| 355 | 2024-06-17T17:29:49.214Z | Downloaded version_check v0.9.4 |
| 356 | 2024-06-17T17:29:49.217Z | Downloaded thread_local v1.1.8 |
| 357 | 2024-06-17T17:29:49.217Z | Downloaded slog-json v2.6.1 |
| 358 | 2024-06-17T17:29:49.220Z | Downloaded tokio-native-tls v0.3.1 |
| 359 | 2024-06-17T17:29:49.223Z | Downloaded log v0.4.21 |
| 360 | 2024-06-17T17:29:49.226Z | Downloaded signal-hook-registry v1.4.2 |
| 361 | 2024-06-17T17:29:49.226Z | Downloaded toml_datetime v0.6.6 |
| 362 | 2024-06-17T17:29:49.226Z | Downloaded thiserror-impl v1.0.60 |
| 363 | 2024-06-17T17:29:49.231Z | Downloaded clap v4.5.4 |
| 364 | 2024-06-17T17:29:49.236Z | Downloaded unicode-ident v1.0.12 |
| 365 | 2024-06-17T17:29:49.239Z | Downloaded toml v0.8.13 |
| 366 | 2024-06-17T17:29:49.243Z | Downloaded time-macros v0.2.18 |
| 367 | 2024-06-17T17:29:49.245Z | Downloaded slog v2.7.0 |
| 368 | 2024-06-17T17:29:49.248Z | Downloaded parking_lot v0.12.2 |
| 369 | 2024-06-17T17:29:49.251Z | Downloaded openssl-sys v0.9.102 |
| 370 | 2024-06-17T17:29:49.256Z | Downloaded flate2 v1.0.30 |
| 371 | 2024-06-17T17:29:49.261Z | Downloaded crossbeam-channel v0.5.12 |
| 372 | 2024-06-17T17:29:49.266Z | Downloaded socket2 v0.5.7 |
| 373 | 2024-06-17T17:29:49.269Z | Downloaded usdt-impl v0.5.0 |
| 374 | 2024-06-17T17:29:49.271Z | Downloaded ucd-trie v0.1.6 |
| 375 | 2024-06-17T17:29:49.272Z | Downloaded proc-macro2 v1.0.82 |
| 376 | 2024-06-17T17:29:49.275Z | Downloaded memchr v2.7.2 |
| 377 | 2024-06-17T17:29:49.280Z | Downloaded typenum v1.17.0 |
| 378 | 2024-06-17T17:29:49.283Z | Downloaded tinyvec v1.6.0 |
| 379 | 2024-06-17T17:29:49.286Z | Downloaded tar v0.4.40 |
| 380 | 2024-06-17T17:29:49.289Z | Downloaded mio v0.8.11 |
| 381 | 2024-06-17T17:29:49.294Z | Downloaded smallvec v1.13.2 |
| 382 | 2024-06-17T17:29:49.297Z | Downloaded tracing v0.1.40 |
| 383 | 2024-06-17T17:29:49.301Z | Downloaded pest v2.7.10 |
| 384 | 2024-06-17T17:29:49.306Z | Downloaded hashbrown v0.14.5 |
| 385 | 2024-06-17T17:29:49.312Z | Downloaded unicode-bidi v0.3.15 |
| 386 | 2024-06-17T17:29:49.315Z | Downloaded tracing-core v0.1.32 |
| 387 | 2024-06-17T17:29:49.318Z | Downloaded futures-util v0.3.30 |
| 388 | 2024-06-17T17:29:49.331Z | Downloaded url v2.5.0 |
| 389 | 2024-06-17T17:29:49.334Z | Downloaded toml_edit v0.22.13 |
| 390 | 2024-06-17T17:29:49.358Z | Downloaded h2 v0.3.26 |
| 391 | 2024-06-17T17:29:49.362Z | Downloaded tokio-util v0.7.11 |
| 392 | 2024-06-17T17:29:49.369Z | Downloaded time v0.3.36 |
| 393 | 2024-06-17T17:29:49.376Z | Downloaded unicode-normalization v0.1.23 |
| 394 | 2024-06-17T17:29:49.380Z | Downloaded serde_json v1.0.117 |
| 395 | 2024-06-17T17:29:49.388Z | Downloaded openssl v0.10.64 |
| 396 | 2024-06-17T17:29:49.398Z | Downloaded zerocopy v0.7.34 |
| 397 | 2024-06-17T17:29:49.413Z | Downloaded winnow v0.6.8 |
| 398 | 2024-06-17T17:29:49.422Z | Downloaded reqwest v0.11.27 |
| 399 | 2024-06-17T17:29:49.431Z | Downloaded vcpkg v0.2.15 |
| 400 | 2024-06-17T17:29:49.469Z | Downloaded tabled v0.15.0 |
| 401 | 2024-06-17T17:29:49.484Z | Downloaded syn v2.0.64 |
| 402 | 2024-06-17T17:29:49.495Z | Downloaded rustix v0.38.34 |
| 403 | 2024-06-17T17:29:49.516Z | Downloaded syn v1.0.109 |
| 404 | 2024-06-17T17:29:49.525Z | Downloaded tokio v1.37.0 |
| 405 | 2024-06-17T17:29:49.558Z | Downloaded encoding_rs v0.8.34 |
| 406 | 2024-06-17T17:29:49.577Z | Downloaded libc v0.2.155 |
| 407 | 2024-06-17T17:29:49.604Z | Downloaded idna v0.5.0 |
| 408 | 2024-06-17T17:29:49.608Z | Downloaded hyper v0.14.28 |
| 409 | 2024-06-17T17:29:49.615Z | Downloaded goblin v0.8.2 |
| 410 | 2024-06-17T17:29:49.620Z | Downloaded clap_builder v4.5.2 |
| 411 | 2024-06-17T17:29:49.626Z | Downloaded serde_derive v1.0.203 |
| 412 | 2024-06-17T17:29:49.629Z | Downloaded http v0.2.12 |
| 413 | 2024-06-17T17:29:49.632Z | Downloaded serde v1.0.203 |
| 414 | 2024-06-17T17:29:49.635Z | Downloaded indexmap v2.2.6 |
| 415 | 2024-06-17T17:29:49.638Z | Downloaded cc v1.0.97 |
| 416 | 2024-06-17T17:29:49.641Z | Downloaded slog-async v2.8.0 |
| 417 | 2024-06-17T17:29:49.644Z | Downloaded semver v1.0.23 |
| 418 | 2024-06-17T17:29:49.647Z | Downloaded miniz_oxide v0.7.2 |
| 419 | 2024-06-17T17:29:49.647Z | Downloaded usdt v0.5.0 |
| 420 | 2024-06-17T17:29:49.647Z | Downloaded terminal_size v0.3.0 |
| 421 | 2024-06-17T17:29:49.650Z | Downloaded strsim v0.11.1 |
| 422 | 2024-06-17T17:29:49.650Z | Downloaded papergrid v0.11.0 |
| 423 | 2024-06-17T17:29:49.653Z | Downloaded bytes v1.6.0 |
| 424 | 2024-06-17T17:29:49.656Z | Downloaded base64 v0.21.7 |
| 425 | 2024-06-17T17:29:49.660Z | Downloaded lock_api v0.4.12 |
| 426 | 2024-06-17T17:29:49.662Z | Downloaded slog-term v2.9.1 |
| 427 | 2024-06-17T17:29:49.665Z | Downloaded scroll v0.12.0 |
| 428 | 2024-06-17T17:29:49.665Z | Downloaded hyper-tls v0.5.0 |
| 429 | 2024-06-17T17:29:49.665Z | Downloaded httparse v1.8.0 |
| 430 | 2024-06-17T17:29:49.668Z | Downloaded pest_derive v2.7.10 |
| 431 | 2024-06-17T17:29:49.671Z | Downloaded crossbeam-utils v0.8.19 |
| 432 | 2024-06-17T17:29:49.674Z | Downloaded once_cell v1.19.0 |
| 433 | 2024-06-17T17:29:49.674Z | Downloaded clap_derive v4.5.4 |
| 434 | 2024-06-17T17:29:49.677Z | Downloaded crc32fast v1.4.0 |
| 435 | 2024-06-17T17:29:49.677Z | Downloaded futures-core v0.3.30 |
| 436 | 2024-06-17T17:29:49.679Z | Downloaded futures-task v0.3.30 |
| 437 | 2024-06-17T17:29:49.679Z | Downloaded sha2 v0.10.8 |
| 438 | 2024-06-17T17:29:49.683Z | Downloaded serde_urlencoded v0.7.1 |
| 439 | 2024-06-17T17:29:49.683Z | Downloaded rustversion v1.0.17 |
| 440 | 2024-06-17T17:29:49.685Z | Downloaded futures-macro v0.3.30 |
| 441 | 2024-06-17T17:29:49.685Z | Downloaded dirs-next v2.0.0 |
| 442 | 2024-06-17T17:29:49.688Z | Downloaded deranged v0.3.11 |
| 443 | 2024-06-17T17:29:49.688Z | Downloaded cargo_metadata v0.18.1 |
| 444 | 2024-06-17T17:29:49.688Z | Downloaded anyhow v1.0.86 |
| 445 | 2024-06-17T17:29:49.691Z | Downloaded heck v0.4.1 |
| 446 | 2024-06-17T17:29:49.694Z | Downloaded dirs-sys-next v0.1.2 |
| 447 | 2024-06-17T17:29:49.694Z | Downloaded cargo-platform v0.1.8 |
| 448 | 2024-06-17T17:29:49.694Z | Downloaded serde_tokenstream v0.2.0 |
| 449 | 2024-06-17T17:29:49.697Z | Downloaded serde_spanned v0.6.6 |
| 450 | 2024-06-17T17:29:49.700Z | Downloaded pkg-config v0.3.30 |
| 451 | 2024-06-17T17:29:49.700Z | Downloaded form_urlencoded v1.2.1 |
| 452 | 2024-06-17T17:29:49.700Z | Downloaded filetime v0.2.23 |
| 453 | 2024-06-17T17:29:49.703Z | Downloaded digest v0.10.7 |
| 454 | 2024-06-17T17:29:49.703Z | Downloaded colorchoice v1.0.1 |
| 455 | 2024-06-17T17:29:49.706Z | Downloaded camino v1.1.7 |
| 456 | 2024-06-17T17:29:49.706Z | Downloaded adler v1.0.2 |
| 457 | 2024-06-17T17:29:49.994Z | Compiling proc-macro2 v1.0.82 |
| 458 | 2024-06-17T17:29:49.994Z | Compiling unicode-ident v1.0.12 |
| 459 | 2024-06-17T17:29:49.994Z | Compiling libc v0.2.155 |
| 460 | 2024-06-17T17:29:49.997Z | Compiling version_check v0.9.4 |
| 461 | 2024-06-17T17:29:49.997Z | Compiling cfg-if v1.0.0 |
| 462 | 2024-06-17T17:29:49.997Z | Compiling itoa v1.0.11 |
| 463 | 2024-06-17T17:29:50.030Z | Compiling once_cell v1.19.0 |
| 464 | 2024-06-17T17:29:50.034Z | Compiling autocfg v1.3.0 |
| 465 | 2024-06-17T17:29:50.205Z | Compiling serde v1.0.203 |
| 466 | 2024-06-17T17:29:50.227Z | Compiling memchr v2.7.2 |
| 467 | 2024-06-17T17:29:50.258Z | Compiling thiserror v1.0.60 |
| 468 | 2024-06-17T17:29:50.522Z | Compiling ryu v1.0.18 |
| 469 | 2024-06-17T17:29:50.907Z | Compiling pin-project-lite v0.2.14 |
| 470 | 2024-06-17T17:29:50.932Z | Compiling bitflags v2.5.0 |
| 471 | 2024-06-17T17:29:51.023Z | Compiling pkg-config v0.3.30 |
| 472 | 2024-06-17T17:29:51.064Z | Compiling lock_api v0.4.12 |
| 473 | 2024-06-17T17:29:51.291Z | Compiling vcpkg v0.2.15 |
| 474 | 2024-06-17T17:29:51.713Z | Compiling parking_lot_core v0.9.10 |
| 475 | 2024-06-17T17:29:52.091Z | Compiling cc v1.0.97 |
| 476 | 2024-06-17T17:29:52.094Z | Compiling ucd-trie v0.1.6 |
| 477 | 2024-06-17T17:29:52.277Z | Compiling slab v0.4.9 |
| 478 | 2024-06-17T17:29:52.308Z | Compiling bytes v1.6.0 |
| 479 | 2024-06-17T17:29:52.393Z | Compiling scopeguard v1.2.0 |
| 480 | 2024-06-17T17:29:52.533Z | Compiling futures-sink v0.3.30 |
| 481 | 2024-06-17T17:29:52.557Z | Compiling smallvec v1.13.2 |
| 482 | 2024-06-17T17:29:52.731Z | Compiling futures-core v0.3.30 |
| 483 | 2024-06-17T17:29:53.123Z | Compiling quote v1.0.36 |
| 484 | 2024-06-17T17:29:53.186Z | Compiling byteorder v1.5.0 |
| 485 | 2024-06-17T17:29:53.295Z | Compiling serde_json v1.0.117 |
| 486 | 2024-06-17T17:29:53.550Z | Compiling syn v2.0.64 |
| 487 | 2024-06-17T17:29:53.622Z | Compiling equivalent v1.0.1 |
| 488 | 2024-06-17T17:29:53.645Z | Compiling fnv v1.0.7 |
| 489 | 2024-06-17T17:29:53.669Z | Compiling hashbrown v0.14.5 |
| 490 | 2024-06-17T17:29:53.737Z | Compiling log v0.4.21 |
| 491 | 2024-06-17T17:29:53.815Z | Compiling parking_lot v0.12.2 |
| 492 | 2024-06-17T17:29:53.843Z | Compiling signal-hook-registry v1.4.2 |
| 493 | 2024-06-17T17:29:54.078Z | Compiling socket2 v0.5.7 |
| 494 | 2024-06-17T17:29:54.135Z | Compiling num_cpus v1.16.0 |
| 495 | 2024-06-17T17:29:54.158Z | Compiling mio v0.8.11 |
| 496 | 2024-06-17T17:29:54.532Z | Compiling futures-channel v0.3.30 |
| 497 | 2024-06-17T17:29:54.681Z | Compiling typenum v1.17.0 |
| 498 | 2024-06-17T17:29:54.820Z | Compiling rustix v0.38.34 |
| 499 | 2024-06-17T17:29:54.961Z | Compiling indexmap v2.2.6 |
| 500 | 2024-06-17T17:29:54.989Z | Compiling futures-io v0.3.30 |
| 501 | 2024-06-17T17:29:55.071Z | Compiling pin-utils v0.1.0 |
| 502 | 2024-06-17T17:29:55.359Z | Compiling futures-task v0.3.30 |
| 503 | 2024-06-17T17:29:55.638Z | Compiling openssl-sys v0.9.102 |
| 504 | 2024-06-17T17:29:55.703Z | Compiling errno v0.3.9 |
| 505 | 2024-06-17T17:29:55.726Z | Compiling generic-array v0.14.7 |
| 506 | 2024-06-17T17:29:55.864Z | Compiling openssl v0.10.64 |
| 507 | 2024-06-17T17:29:55.953Z | Compiling slog v2.7.0 |
| 508 | 2024-06-17T17:29:55.989Z | Compiling foreign-types-shared v0.1.1 |
| 509 | 2024-06-17T17:29:56.100Z | Compiling foreign-types v0.3.2 |
| 510 | 2024-06-17T17:29:56.272Z | Compiling http v0.2.12 |
| 511 | 2024-06-17T17:29:56.297Z | Compiling usdt-impl v0.5.0 |
| 512 | 2024-06-17T17:29:56.502Z | Compiling proc-macro-error-attr v1.0.4 |
| 513 | 2024-06-17T17:29:56.592Z | Compiling tracing-core v0.1.32 |
| 514 | 2024-06-17T17:29:56.752Z | Compiling tinyvec_macros v0.1.1 |
| 515 | 2024-06-17T17:29:56.841Z | Compiling time-core v0.1.2 |
| 516 | 2024-06-17T17:29:56.865Z | Compiling syn v1.0.109 |
| 517 | 2024-06-17T17:29:57.030Z | Compiling powerfmt v0.2.0 |
| 518 | 2024-06-17T17:29:57.411Z | Compiling httparse v1.8.0 |
| 519 | 2024-06-17T17:29:57.445Z | Compiling num-conv v0.1.0 |
| 520 | 2024-06-17T17:29:57.525Z | Compiling native-tls v0.2.11 |
| 521 | 2024-06-17T17:29:57.735Z | Compiling time-macros v0.2.18 |
| 522 | 2024-06-17T17:29:57.865Z | Compiling deranged v0.3.11 |
| 523 | 2024-06-17T17:29:57.949Z | Compiling tracing v0.1.40 |
| 524 | 2024-06-17T17:29:58.283Z | Compiling tinyvec v1.6.0 |
| 525 | 2024-06-17T17:29:58.776Z | Compiling thread-id v4.2.1 |
| 526 | 2024-06-17T17:29:59.045Z | Compiling proc-macro-error v1.0.4 |
| 527 | 2024-06-17T17:29:59.194Z | Compiling utf8parse v0.2.1 |
| 528 | 2024-06-17T17:29:59.367Z | Compiling try-lock v0.2.5 |
| 529 | 2024-06-17T17:29:59.392Z | Compiling percent-encoding v2.3.1 |
| 530 | 2024-06-17T17:29:59.518Z | Compiling crossbeam-utils v0.8.19 |
| 531 | 2024-06-17T17:29:59.708Z | Compiling plain v0.2.3 |
| 532 | 2024-06-17T17:29:59.733Z | Compiling openssl-probe v0.1.5 |
| 533 | 2024-06-17T17:29:59.758Z | Compiling rustversion v1.0.17 |
| 534 | 2024-06-17T17:29:59.781Z | Compiling heck v0.4.1 |
| 535 | 2024-06-17T17:29:59.864Z | Compiling num_threads v0.1.7 |
| 536 | 2024-06-17T17:30:00.007Z | Compiling unicode-normalization v0.1.23 |
| 537 | 2024-06-17T17:30:00.078Z | Compiling form_urlencoded v1.2.1 |
| 538 | 2024-06-17T17:30:00.177Z | Compiling want v0.3.1 |
| 539 | 2024-06-17T17:30:00.320Z | Compiling anstyle-parse v0.2.4 |
| 540 | 2024-06-17T17:30:00.647Z | Compiling http-body v0.4.6 |
| 541 | 2024-06-17T17:30:00.770Z | Compiling dirs-sys-next v0.1.2 |
| 542 | 2024-06-17T17:30:01.084Z | Compiling time v0.3.36 |
| 543 | 2024-06-17T17:30:01.109Z | Compiling is_terminal_polyfill v1.70.0 |
| 544 | 2024-06-17T17:30:01.270Z | Compiling camino v1.1.7 |
| 545 | 2024-06-17T17:30:01.296Z | Compiling semver v1.0.23 |
| 546 | 2024-06-17T17:30:01.321Z | Compiling winnow v0.6.8 |
| 547 | 2024-06-17T17:30:01.400Z | Compiling pretty-hex v0.4.1 |
| 548 | 2024-06-17T17:30:01.424Z | Compiling httpdate v1.0.3 |
| 549 | 2024-06-17T17:30:01.635Z | Compiling colorchoice v1.0.1 |
| 550 | 2024-06-17T17:30:01.793Z | Compiling tower-service v0.3.2 |
| 551 | 2024-06-17T17:30:01.818Z | Compiling anstyle v1.0.7 |
| 552 | 2024-06-17T17:30:01.894Z | Compiling anstyle-query v1.0.3 |
| 553 | 2024-06-17T17:30:01.919Z | Compiling crc32fast v1.4.0 |
| 554 | 2024-06-17T17:30:01.939Z | Compiling unicode-bidi v0.3.15 |
| 555 | 2024-06-17T17:30:02.196Z | Compiling anstream v0.6.14 |
| 556 | 2024-06-17T17:30:02.426Z | Compiling dirs-next v2.0.0 |
| 557 | 2024-06-17T17:30:02.629Z | Compiling idna v0.5.0 |
| 558 | 2024-06-17T17:30:03.999Z | Compiling crypto-common v0.1.6 |
| 559 | 2024-06-17T17:30:04.225Z | Compiling block-buffer v0.10.4 |
| 560 | 2024-06-17T17:30:04.228Z | Compiling terminal_size v0.3.0 |
| 561 | 2024-06-17T17:30:04.333Z | Compiling fs-err v2.11.0 |
| 562 | 2024-06-17T17:30:04.397Z | Compiling thread_local v1.1.8 |
| 563 | 2024-06-17T17:30:04.437Z | Compiling base64 v0.21.7 |
| 564 | 2024-06-17T17:30:04.473Z | Compiling slog-async v2.8.0 |
| 565 | 2024-06-17T17:30:04.608Z | Compiling anyhow v1.0.86 |
| 566 | 2024-06-17T17:30:04.960Z | Compiling heck v0.5.0 |
| 567 | 2024-06-17T17:30:04.963Z | Compiling adler v1.0.2 |
| 568 | 2024-06-17T17:30:05.008Z | Compiling clap_lex v0.7.0 |
| 569 | 2024-06-17T17:30:05.133Z | Compiling strsim v0.11.1 |
| 570 | 2024-06-17T17:30:05.176Z | Compiling bytecount v0.6.8 |
| 571 | 2024-06-17T17:30:05.220Z | Compiling match_cfg v0.1.0 |
| 572 | 2024-06-17T17:30:05.223Z | Compiling unicode-width v0.1.12 |
| 573 | 2024-06-17T17:30:05.341Z | Compiling hostname v0.3.1 |
| 574 | 2024-06-17T17:30:05.440Z | Compiling papergrid v0.11.0 |
| 575 | 2024-06-17T17:30:05.507Z | Compiling miniz_oxide v0.7.2 |
| 576 | 2024-06-17T17:30:05.581Z | Compiling clap_builder v4.5.2 |
| 577 | 2024-06-17T17:30:05.661Z | Compiling rustls-pemfile v1.0.4 |
| 578 | 2024-06-17T17:30:05.837Z | Compiling digest v0.10.7 |
| 579 | 2024-06-17T17:30:06.126Z | Compiling crossbeam-channel v0.5.12 |
| 580 | 2024-06-17T17:30:06.146Z | Compiling url v2.5.0 |
| 581 | 2024-06-17T17:30:06.282Z | Compiling term v0.7.0 |
| 582 | 2024-06-17T17:30:06.455Z | Compiling serde_derive v1.0.203 |
| 583 | 2024-06-17T17:30:07.118Z | Compiling thiserror-impl v1.0.60 |
| 584 | 2024-06-17T17:30:07.238Z | Compiling zerocopy-derive v0.7.34 |
| 585 | 2024-06-17T17:30:07.474Z | Compiling futures-macro v0.3.30 |
| 586 | 2024-06-17T17:30:07.951Z | Compiling tokio-macros v2.2.0 |
| 587 | 2024-06-17T17:30:08.068Z | Compiling openssl-macros v0.1.1 |
| 588 | 2024-06-17T17:30:08.831Z | Compiling scroll_derive v0.12.0 |
| 589 | 2024-06-17T17:30:09.590Z | Compiling zerocopy v0.7.34 |
| 590 | 2024-06-17T17:30:09.639Z | Compiling futures-util v0.3.30 |
| 591 | 2024-06-17T17:30:09.675Z | Compiling tokio v1.37.0 |
| 592 | 2024-06-17T17:30:10.347Z | Compiling scroll v0.12.0 |
| 593 | 2024-06-17T17:30:10.720Z | Compiling pest v2.7.10 |
| 594 | 2024-06-17T17:30:10.945Z | Compiling goblin v0.8.2 |
| 595 | 2024-06-17T17:30:11.273Z | Compiling tabled_derive v0.7.0 |
| 596 | 2024-06-17T17:30:13.708Z | Compiling pest_meta v2.7.10 |
| 597 | 2024-06-17T17:30:13.960Z | Compiling strum_macros v0.26.2 |
| 598 | 2024-06-17T17:30:15.892Z | Compiling pest_generator v2.7.10 |
| 599 | 2024-06-17T17:30:17.982Z | Compiling tokio-util v0.7.11 |
| 600 | 2024-06-17T17:30:19.123Z | Compiling pest_derive v2.7.10 |
| 601 | 2024-06-17T17:30:19.238Z | Compiling h2 v0.3.26 |
| 602 | 2024-06-17T17:30:19.283Z | Compiling tokio-native-tls v0.3.1 |
| 603 | 2024-06-17T17:30:19.371Z | Compiling futures-executor v0.3.30 |
| 604 | 2024-06-17T17:30:19.569Z | Compiling clap_derive v4.5.4 |
| 605 | 2024-06-17T17:30:19.935Z | Compiling dtrace-parser v0.2.0 |
| 606 | 2024-06-17T17:30:20.351Z | Compiling xattr v1.3.1 |
| 607 | 2024-06-17T17:30:20.642Z | Compiling filetime v0.2.23 |
| 608 | 2024-06-17T17:30:20.991Z | Compiling memmap v0.7.0 |
| 609 | 2024-06-17T17:30:21.668Z | Compiling serde_tokenstream v0.2.0 |
| 610 | 2024-06-17T17:30:21.860Z | Compiling serde_spanned v0.6.6 |
| 611 | 2024-06-17T17:30:22.107Z | Compiling toml_datetime v0.6.6 |
| 612 | 2024-06-17T17:30:22.175Z | Compiling serde_urlencoded v0.7.1 |
| 613 | 2024-06-17T17:30:22.644Z | Compiling toml_edit v0.22.13 |
| 614 | 2024-06-17T17:30:22.729Z | Compiling cargo-platform v0.1.8 |
| 615 | 2024-06-17T17:30:23.341Z | Compiling dof v0.3.0 |
| 616 | 2024-06-17T17:30:24.232Z | Compiling hyper v0.14.28 |
| 617 | 2024-06-17T17:30:24.729Z | Compiling slog-json v2.6.1 |
| 618 | 2024-06-17T17:30:25.063Z | Compiling is-terminal v0.4.12 |
| 619 | 2024-06-17T17:30:25.122Z | Compiling encoding_rs v0.8.34 |
| 620 | 2024-06-17T17:30:25.188Z | Compiling ipnet v2.9.0 |
| 621 | 2024-06-17T17:30:25.619Z | Compiling cpufeatures v0.2.12 |
| 622 | 2024-06-17T17:30:25.731Z | Compiling sync_wrapper v0.1.2 |
| 623 | 2024-06-17T17:30:25.875Z | Compiling toml v0.8.13 |
| 624 | 2024-06-17T17:30:26.211Z | Compiling take_mut v0.2.2 |
| 625 | 2024-06-17T17:30:26.386Z | Compiling mime v0.3.17 |
| 626 | 2024-06-17T17:30:26.539Z | Compiling usdt-attr-macro v0.5.0 |
| 627 | 2024-06-17T17:30:26.877Z | Compiling usdt-macro v0.5.0 |
| 628 | 2024-06-17T17:30:27.029Z | Compiling cargo_toml v0.20.2 |
| 629 | 2024-06-17T17:30:27.677Z | Compiling sha2 v0.10.8 |
| 630 | 2024-06-17T17:30:27.799Z | Compiling slog-term v2.9.1 |
| 631 | 2024-06-17T17:30:28.044Z | Compiling hyper-tls v0.5.0 |
| 632 | 2024-06-17T17:30:28.211Z | Compiling usdt v0.5.0 |
| 633 | 2024-06-17T17:30:28.383Z | Compiling reqwest v0.11.27 |
| 634 | 2024-06-17T17:30:28.709Z | Compiling slog-bunyan v2.5.0 |
| 635 | 2024-06-17T17:30:28.920Z | Compiling clap v4.5.4 |
| 636 | 2024-06-17T17:30:29.044Z | Compiling cargo_metadata v0.18.1 |
| 637 | 2024-06-17T17:30:29.080Z | Compiling macaddr v1.0.1 |
| 638 | 2024-06-17T17:30:29.553Z | Compiling tar v0.4.40 |
| 639 | 2024-06-17T17:30:29.756Z | Compiling flate2 v1.0.30 |
| 640 | 2024-06-17T17:30:30.480Z | Compiling futures v0.3.30 |
| 641 | 2024-06-17T17:30:30.607Z | Compiling strum v0.26.2 |
| 642 | 2024-06-17T17:30:30.749Z | Compiling tabled v0.15.0 |
| 643 | 2024-06-17T17:30:31.325Z | Compiling swrite v0.1.0 |
| 644 | 2024-06-17T17:30:31.410Z | Compiling md5 v0.7.0 |
| 645 | 2024-06-17T17:30:35.436Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 646 | 2024-06-17T17:30:43.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 647 | 2024-06-17T17:30:43.454Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 648 | 2024-06-17T17:30:43.512Z | Jun 17 17:30:42.502 INFO Starting download, target: Cockroach |
| 649 | 2024-06-17T17:30:43.512Z | Jun 17 17:30:42.503 INFO Starting download, target: Clickhouse |
| 650 | 2024-06-17T17:30:43.512Z | Jun 17 17:30:42.503 INFO Starting download, target: Console |
| 651 | 2024-06-17T17:30:43.512Z | Jun 17 17:30:42.503 INFO Starting download, target: DendriteOpenapi |
| 652 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Starting download, target: DendriteStub |
| 653 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Starting download, target: MaghemiteMgd |
| 654 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Starting download, target: TransceiverControl |
| 655 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
| 656 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 657 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/console.tar.gz, target: Console |
| 658 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
| 659 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
| 660 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.503 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
| 661 | 2024-06-17T17:30:43.515Z | Jun 17 17:30:42.504 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
| 662 | 2024-06-17T17:30:43.902Z | Jun 17 17:30:42.891 INFO Download complete, target: DendriteOpenapi |
| 663 | 2024-06-17T17:30:44.000Z | Jun 17 17:30:42.987 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 664 | 2024-06-17T17:30:44.291Z | Jun 17 17:30:43.280 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 665 | 2024-06-17T17:30:44.390Z | Jun 17 17:30:43.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 666 | 2024-06-17T17:30:44.423Z | Jun 17 17:30:43.413 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 667 | 2024-06-17T17:30:44.735Z | Jun 17 17:30:43.725 INFO Download complete, target: Console |
| 668 | 2024-06-17T17:30:44.834Z | Jun 17 17:30:43.825 INFO Download complete, target: TransceiverControl |
| 669 | 2024-06-17T17:30:46.008Z | Jun 17 17:30:44.998 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 670 | 2024-06-17T17:30:47.209Z | Jun 17 17:30:46.199 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 671 | 2024-06-17T17:30:47.209Z | Jun 17 17:30:46.199 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 672 | 2024-06-17T17:30:47.675Z | Jun 17 17:30:46.663 INFO Download complete, target: DendriteStub |
| 673 | 2024-06-17T17:30:47.879Z | Jun 17 17:30:46.869 INFO Download complete, target: MaghemiteMgd |
| 674 | 2024-06-17T17:30:55.641Z | Jun 17 17:30:54.629 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 675 | 2024-06-17T17:30:55.995Z | Jun 17 17:30:54.984 INFO Checking that binary works, target: Cockroach |
| 676 | 2024-06-17T17:30:56.197Z | Jun 17 17:30:55.186 INFO Download complete, target: Cockroach |
| 677 | 2024-06-17T17:31:00.595Z | Jun 17 17:30:59.583 INFO Checking that binary works, target: Clickhouse |
| 678 | 2024-06-17T17:31:00.943Z | Jun 17 17:30:59.931 INFO Download complete, target: Clickhouse |
| 679 | 2024-06-17T17:31:00.955Z | All prerequisites installed successfully |
| 680 | 2024-06-17T17:31:00.958Z | |
| 681 | 2024-06-17T17:31:00.958Z | real 2:59.623830393 |
| 682 | 2024-06-17T17:31:00.958Z | user 5:50.414516330 |
| 683 | 2024-06-17T17:31:00.958Z | sys 1:20.398266844 |
| 684 | 2024-06-17T17:31:00.958Z | trap 0.227597773 |
| 685 | 2024-06-17T17:31:00.958Z | tflt 2.109687611 |
| 686 | 2024-06-17T17:31:00.958Z | dflt 3.314781419 |
| 687 | 2024-06-17T17:31:00.958Z | kflt 0.108297187 |
| 688 | 2024-06-17T17:31:00.958Z | lock 13:09.309419514 |
| 689 | 2024-06-17T17:31:00.958Z | slp 18:12.239719364 |
| 690 | 2024-06-17T17:31:00.958Z | lat 21.521371073 |
| 691 | 2024-06-17T17:31:00.958Z | stop 1:05.237828560 |
| 692 | 2024-06-17T17:31:00.958Z | + ptime -m cargo xtask download softnpu |
| 693 | 2024-06-17T17:31:01.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 694 | 2024-06-17T17:31:01.513Z | Running `target/debug/xtask download softnpu` |
| 695 | 2024-06-17T17:31:01.537Z | Jun 17 17:31:00.525 INFO Starting download, target: Softnpu |
| 696 | 2024-06-17T17:31:01.646Z | Jun 17 17:31:00.633 INFO Downloading out/npuzone/npuzone, target: Softnpu |
| 697 | 2024-06-17T17:31:02.878Z | Jun 17 17:31:01.865 INFO Download complete, target: Softnpu |
| 698 | 2024-06-17T17:31:02.883Z | |
| 699 | 2024-06-17T17:31:02.887Z | real 1.921597335 |
| 700 | 2024-06-17T17:31:02.887Z | user 0.623225163 |
| 701 | 2024-06-17T17:31:02.887Z | sys 0.288430340 |
| 702 | 2024-06-17T17:31:02.887Z | trap 0.000130168 |
| 703 | 2024-06-17T17:31:02.887Z | tflt 0.000047123 |
| 704 | 2024-06-17T17:31:02.887Z | dflt 0.000182523 |
| 705 | 2024-06-17T17:31:02.887Z | kflt 0.000000000 |
| 706 | 2024-06-17T17:31:02.887Z | lock 14.143609978 |
| 707 | 2024-06-17T17:31:02.887Z | slp 1.280300295 |
| 708 | 2024-06-17T17:31:02.887Z | lat 0.067375182 |
| 709 | 2024-06-17T17:31:02.887Z | stop 0.000345190 |
| 710 | 2024-06-17T17:31:02.887Z | + export CARGO_INCREMENTAL=0 |
| 711 | 2024-06-17T17:31:02.887Z | + CARGO_INCREMENTAL=0 |
| 712 | 2024-06-17T17:31:02.887Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 713 | 2024-06-17T17:31:03.415Z | Downloading crates ... |
| 714 | 2024-06-17T17:31:03.586Z | Downloaded argon2 v0.5.3 |
| 715 | 2024-06-17T17:31:03.591Z | Downloaded ascii-canvas v3.0.0 |
| 716 | 2024-06-17T17:31:03.594Z | Downloaded atomic-waker v1.1.2 |
| 717 | 2024-06-17T17:31:03.597Z | Downloaded async-recursion v1.1.1 |
| 718 | 2024-06-17T17:31:03.600Z | Downloaded backoff v0.4.0 |
| 719 | 2024-06-17T17:31:03.603Z | Downloaded assert_matches v1.5.0 |
| 720 | 2024-06-17T17:31:03.606Z | Downloaded bitflags v1.3.2 |
| 721 | 2024-06-17T17:31:03.608Z | Downloaded multimap v0.10.0 |
| 722 | 2024-06-17T17:31:03.611Z | Downloaded aho-corasick v1.1.3 |
| 723 | 2024-06-17T17:31:03.618Z | Downloaded bb8 v0.8.3 |
| 724 | 2024-06-17T17:31:03.621Z | Downloaded normalize-line-endings v0.3.0 |
| 725 | 2024-06-17T17:31:03.621Z | Downloaded chacha20 v0.9.1 |
| 726 | 2024-06-17T17:31:03.624Z | Downloaded cassowary v0.3.0 |
| 727 | 2024-06-17T17:31:03.624Z | Downloaded chacha20poly1305 v0.10.1 |
| 728 | 2024-06-17T17:31:03.627Z | Downloaded num-iter v0.1.45 |
| 729 | 2024-06-17T17:31:03.632Z | Downloaded num-integer v0.1.46 |
| 730 | 2024-06-17T17:31:03.632Z | Downloaded buf-list v1.0.3 |
| 731 | 2024-06-17T17:31:03.635Z | Downloaded corncobs v0.1.3 |
| 732 | 2024-06-17T17:31:03.635Z | Downloaded cookie_store v0.20.0 |
| 733 | 2024-06-17T17:31:03.638Z | Downloaded num-bigint v0.4.5 |
| 734 | 2024-06-17T17:31:03.641Z | Downloaded crossterm v0.27.0 |
| 735 | 2024-06-17T17:31:03.648Z | Downloaded pem v3.0.4 |
| 736 | 2024-06-17T17:31:03.651Z | Downloaded cfg_aliases v0.1.1 |
| 737 | 2024-06-17T17:31:03.653Z | Downloaded cexpr v0.6.0 |
| 738 | 2024-06-17T17:31:03.656Z | Downloaded arc-swap v1.7.1 |
| 739 | 2024-06-17T17:31:03.659Z | Downloaded crc-catalog v2.4.0 |
| 740 | 2024-06-17T17:31:03.662Z | Downloaded cipher v0.4.4 |
| 741 | 2024-06-17T17:31:03.662Z | Downloaded allocator-api2 v0.2.18 |
| 742 | 2024-06-17T17:31:03.669Z | Downloaded ciborium-io v0.2.2 |
| 743 | 2024-06-17T17:31:03.672Z | Downloaded crunchy v0.2.2 |
| 744 | 2024-06-17T17:31:03.674Z | Downloaded crossbeam-deque v0.8.5 |
| 745 | 2024-06-17T17:31:03.675Z | Downloaded crc v3.2.1 |
| 746 | 2024-06-17T17:31:03.677Z | Downloaded base64 v0.13.1 |
| 747 | 2024-06-17T17:31:03.681Z | Downloaded petgraph v0.6.5 |
| 748 | 2024-06-17T17:31:03.699Z | Downloaded phf_shared v0.11.2 |
| 749 | 2024-06-17T17:31:03.702Z | Downloaded psl-types v2.0.11 |
| 750 | 2024-06-17T17:31:03.702Z | Downloaded prettyplease v0.2.20 |
| 751 | 2024-06-17T17:31:03.705Z | Downloaded darling v0.20.9 |
| 752 | 2024-06-17T17:31:03.709Z | Downloaded csv-core v0.1.11 |
| 753 | 2024-06-17T17:31:03.712Z | Downloaded crypto-bigint v0.5.5 |
| 754 | 2024-06-17T17:31:03.718Z | Downloaded crossbeam-epoch v0.9.18 |
| 755 | 2024-06-17T17:31:03.721Z | Downloaded bindgen v0.69.4 |
| 756 | 2024-06-17T17:31:03.728Z | Downloaded const-oid v0.9.6 |
| 757 | 2024-06-17T17:31:03.731Z | Downloaded rand_chacha v0.3.1 |
| 758 | 2024-06-17T17:31:03.734Z | Downloaded rand v0.8.5 |
| 759 | 2024-06-17T17:31:03.737Z | Downloaded rand_core v0.6.4 |
| 760 | 2024-06-17T17:31:03.740Z | Downloaded blake3 v1.5.1 |
| 761 | 2024-06-17T17:31:03.746Z | Downloaded regex-automata v0.1.10 |
| 762 | 2024-06-17T17:31:03.751Z | Downloaded compact_str v0.7.1 |
| 763 | 2024-06-17T17:31:03.755Z | Downloaded chrono v0.4.38 |
| 764 | 2024-06-17T17:31:03.763Z | Downloaded phf v0.11.2 |
| 765 | 2024-06-17T17:31:03.766Z | Downloaded bitvec v1.0.1 |
| 766 | 2024-06-17T17:31:03.781Z | Downloaded backtrace v0.3.71 |
| 767 | 2024-06-17T17:31:03.786Z | Downloaded atomicwrites v0.4.3 |
| 768 | 2024-06-17T17:31:03.789Z | Downloaded blake2 v0.10.6 |
| 769 | 2024-06-17T17:31:03.792Z | Downloaded colored v2.1.0 |
| 770 | 2024-06-17T17:31:03.792Z | Downloaded bzip2 v0.4.4 |
| 771 | 2024-06-17T17:31:03.794Z | Downloaded aead v0.5.2 |
| 772 | 2024-06-17T17:31:03.797Z | Downloaded convert_case v0.4.0 |
| 773 | 2024-06-17T17:31:03.797Z | Downloaded constant_time_eq v0.3.0 |
| 774 | 2024-06-17T17:31:03.800Z | Downloaded base64 v0.22.1 |
| 775 | 2024-06-17T17:31:03.803Z | Downloaded ciborium v0.2.2 |
| 776 | 2024-06-17T17:31:03.806Z | Downloaded ciborium-ll v0.2.2 |
| 777 | 2024-06-17T17:31:03.806Z | Downloaded castaway v0.2.2 |
| 778 | 2024-06-17T17:31:03.811Z | Downloaded base64ct v1.6.0 |
| 779 | 2024-06-17T17:31:03.815Z | Downloaded darling_core v0.20.9 |
| 780 | 2024-06-17T17:31:03.818Z | Downloaded block-padding v0.3.3 |
| 781 | 2024-06-17T17:31:03.818Z | Downloaded console v0.15.8 |
| 782 | 2024-06-17T17:31:03.818Z | Downloaded clang-sys v1.7.0 |
| 783 | 2024-06-17T17:31:03.821Z | Downloaded num v0.4.3 |
| 784 | 2024-06-17T17:31:03.825Z | Downloaded num_enum v0.5.11 |
| 785 | 2024-06-17T17:31:03.828Z | Downloaded num_enum_derive v0.5.11 |
| 786 | 2024-06-17T17:31:03.831Z | Downloaded predicates-tree v1.0.9 |
| 787 | 2024-06-17T17:31:03.831Z | Downloaded bstr v0.2.17 |
| 788 | 2024-06-17T17:31:03.840Z | Downloaded proc-macro-crate v1.3.1 |
| 789 | 2024-06-17T17:31:03.843Z | Downloaded quick-error v1.2.3 |
| 790 | 2024-06-17T17:31:03.851Z | Downloaded pkcs1 v0.7.5 |
| 791 | 2024-06-17T17:31:03.854Z | Downloaded parking_lot v0.11.2 |
| 792 | 2024-06-17T17:31:03.854Z | Downloaded pin-project-internal v1.1.5 |
| 793 | 2024-06-17T17:31:03.854Z | Downloaded pin-project v1.1.5 |
| 794 | 2024-06-17T17:31:03.864Z | Downloaded der v0.7.9 |
| 795 | 2024-06-17T17:31:03.869Z | Downloaded curve25519-dalek v4.1.2 |
| 796 | 2024-06-17T17:31:03.879Z | Downloaded bstr v1.9.1 |
| 797 | 2024-06-17T17:31:03.889Z | Downloaded num-bigint-dig v0.8.4 |
| 798 | 2024-06-17T17:31:03.894Z | Downloaded quick-xml v0.31.0 |
| 799 | 2024-06-17T17:31:03.900Z | Downloaded predicates v3.1.0 |
| 800 | 2024-06-17T17:31:03.903Z | Downloaded derive_more v0.99.17 |
| 801 | 2024-06-17T17:31:03.908Z | Downloaded radium v0.7.0 |
| 802 | 2024-06-17T17:31:03.911Z | Downloaded platforms v3.4.0 |
| 803 | 2024-06-17T17:31:03.913Z | Downloaded postgres-types v0.2.6 |
| 804 | 2024-06-17T17:31:03.916Z | Downloaded phf_shared v0.10.0 |
| 805 | 2024-06-17T17:31:03.916Z | Downloaded rayon-core v1.12.1 |
| 806 | 2024-06-17T17:31:03.919Z | Downloaded postgres-protocol v0.6.6 |
| 807 | 2024-06-17T17:31:03.922Z | Downloaded password-hash v0.5.0 |
| 808 | 2024-06-17T17:31:03.924Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2024-06-17T17:31:03.924Z | Downloaded packed_struct v0.10.1 |
| 810 | 2024-06-17T17:31:03.927Z | Downloaded rayon v1.10.0 |
| 811 | 2024-06-17T17:31:03.935Z | Downloaded ppv-lite86 v0.2.17 |
| 812 | 2024-06-17T17:31:03.938Z | Downloaded regex v1.10.4 |
| 813 | 2024-06-17T17:31:03.960Z | Downloaded parking_lot_core v0.8.6 |
| 814 | 2024-06-17T17:31:03.964Z | Downloaded rustc_version v0.4.0 |
| 815 | 2024-06-17T17:31:03.966Z | Downloaded ref-cast v1.0.23 |
| 816 | 2024-06-17T17:31:03.969Z | Downloaded lazy_static v1.4.0 |
| 817 | 2024-06-17T17:31:03.972Z | Downloaded glob v0.3.1 |
| 818 | 2024-06-17T17:31:03.972Z | Downloaded fastrand v2.1.0 |
| 819 | 2024-06-17T17:31:03.974Z | Downloaded iana-time-zone v0.1.60 |
| 820 | 2024-06-17T17:31:03.977Z | Downloaded fallible-iterator v0.2.0 |
| 821 | 2024-06-17T17:31:03.977Z | Downloaded zeroize_derive v1.4.2 |
| 822 | 2024-06-17T17:31:03.982Z | Downloaded zeroize v1.7.0 |
| 823 | 2024-06-17T17:31:03.982Z | Downloaded ref-cast-impl v1.0.23 |
| 824 | 2024-06-17T17:31:03.984Z | Downloaded rustls-webpki v0.101.7 |
| 825 | 2024-06-17T17:31:03.997Z | Downloaded toml_edit v0.19.15 |
| 826 | 2024-06-17T17:31:04.016Z | Downloaded radix_trie v0.2.1 |
| 827 | 2024-06-17T17:31:04.022Z | Downloaded termcolor v1.4.1 |
| 828 | 2024-06-17T17:31:04.025Z | Downloaded globset v0.4.14 |
| 829 | 2024-06-17T17:31:04.027Z | Downloaded group v0.13.0 |
| 830 | 2024-06-17T17:31:04.027Z | Downloaded half v2.4.1 |
| 831 | 2024-06-17T17:31:04.031Z | Downloaded publicsuffix v2.2.3 |
| 832 | 2024-06-17T17:31:04.034Z | Downloaded libloading v0.8.3 |
| 833 | 2024-06-17T17:31:04.036Z | Downloaded pretty-hex v0.2.1 |
| 834 | 2024-06-17T17:31:04.039Z | Downloaded libm v0.2.8 |
| 835 | 2024-06-17T17:31:04.046Z | Downloaded r2d2 v0.8.10 |
| 836 | 2024-06-17T17:31:04.049Z | Downloaded proptest v1.4.0 |
| 837 | 2024-06-17T17:31:04.056Z | Downloaded hash32 v0.3.1 |
| 838 | 2024-06-17T17:31:04.059Z | Downloaded matches v0.1.10 |
| 839 | 2024-06-17T17:31:04.059Z | Downloaded similar v2.5.0 |
| 840 | 2024-06-17T17:31:04.063Z | Downloaded maplit v1.0.2 |
| 841 | 2024-06-17T17:31:04.066Z | Downloaded hashbrown v0.12.3 |
| 842 | 2024-06-17T17:31:04.069Z | Downloaded reedline v0.31.0 |
| 843 | 2024-06-17T17:31:04.076Z | Downloaded rustls-webpki v0.102.4 |
| 844 | 2024-06-17T17:31:04.094Z | Downloaded portable-atomic v1.6.0 |
| 845 | 2024-06-17T17:31:04.100Z | Downloaded rustc-demangle v0.1.24 |
| 846 | 2024-06-17T17:31:04.102Z | Downloaded strip-ansi-escapes v0.2.0 |
| 847 | 2024-06-17T17:31:04.105Z | Downloaded sqlformat v0.2.3 |
| 848 | 2024-06-17T17:31:04.105Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 849 | 2024-06-17T17:31:04.116Z | Downloaded rustls v0.22.4 |
| 850 | 2024-06-17T17:31:04.129Z | Downloaded universal-hash v0.5.1 |
| 851 | 2024-06-17T17:31:04.132Z | Downloaded unicode_categories v0.1.1 |
| 852 | 2024-06-17T17:31:04.134Z | Downloaded unicode-segmentation v1.11.0 |
| 853 | 2024-06-17T17:31:04.137Z | Downloaded diff v0.1.13 |
| 854 | 2024-06-17T17:31:04.140Z | Downloaded unicode-xid v0.2.4 |
| 855 | 2024-06-17T17:31:04.140Z | Downloaded fixedbitset v0.4.2 |
| 856 | 2024-06-17T17:31:04.142Z | Downloaded env_logger v0.10.2 |
| 857 | 2024-06-17T17:31:04.145Z | Downloaded home v0.5.9 |
| 858 | 2024-06-17T17:31:04.148Z | Downloaded gethostname v0.4.3 |
| 859 | 2024-06-17T17:31:04.148Z | Downloaded fragile v2.0.0 |
| 860 | 2024-06-17T17:31:04.150Z | Downloaded keccak v0.1.5 |
| 861 | 2024-06-17T17:31:04.150Z | Downloaded zerocopy v0.6.6 |
| 862 | 2024-06-17T17:31:04.153Z | Downloaded waitgroup v0.1.2 |
| 863 | 2024-06-17T17:31:04.156Z | Downloaded unsafe-libyaml v0.2.11 |
| 864 | 2024-06-17T17:31:04.158Z | Downloaded unarray v0.1.4 |
| 865 | 2024-06-17T17:31:04.158Z | Downloaded hmac v0.12.1 |
| 866 | 2024-06-17T17:31:04.161Z | Downloaded topological-sort v0.2.2 |
| 867 | 2024-06-17T17:31:04.161Z | Downloaded toolchain_find v0.4.0 |
| 868 | 2024-06-17T17:31:04.164Z | Downloaded tls_codec v0.4.1 |
| 869 | 2024-06-17T17:31:04.164Z | Downloaded ff v0.13.0 |
| 870 | 2024-06-17T17:31:04.167Z | Downloaded webpki-roots v0.25.4 |
| 871 | 2024-06-17T17:31:04.171Z | Downloaded uzers v0.11.3 |
| 872 | 2024-06-17T17:31:04.174Z | Downloaded signature v1.6.4 |
| 873 | 2024-06-17T17:31:04.174Z | Downloaded http v1.1.0 |
| 874 | 2024-06-17T17:31:04.177Z | Downloaded csv v1.3.0 |
| 875 | 2024-06-17T17:31:04.196Z | Downloaded rsa v0.9.6 |
| 876 | 2024-06-17T17:31:04.201Z | Downloaded which v4.4.2 |
| 877 | 2024-06-17T17:31:04.204Z | Downloaded spin v0.9.8 |
| 878 | 2024-06-17T17:31:04.207Z | Downloaded sec1 v0.7.3 |
| 879 | 2024-06-17T17:31:04.210Z | Downloaded hex v0.4.3 |
| 880 | 2024-06-17T17:31:04.210Z | Downloaded heck v0.3.3 |
| 881 | 2024-06-17T17:31:04.213Z | Downloaded heapless v0.8.0 |
| 882 | 2024-06-17T17:31:04.216Z | Downloaded ena v0.14.3 |
| 883 | 2024-06-17T17:31:04.216Z | Downloaded termtree v0.4.1 |
| 884 | 2024-06-17T17:31:04.219Z | Downloaded tokio-rustls v0.24.1 |
| 885 | 2024-06-17T17:31:04.219Z | Downloaded tokio-rustls v0.25.0 |
| 886 | 2024-06-17T17:31:04.221Z | Downloaded serde_with_macros v3.8.1 |
| 887 | 2024-06-17T17:31:04.224Z | Downloaded difflib v0.4.0 |
| 888 | 2024-06-17T17:31:04.224Z | Downloaded float-cmp v0.9.0 |
| 889 | 2024-06-17T17:31:04.227Z | Downloaded serde_with v3.8.1 |
| 890 | 2024-06-17T17:31:04.232Z | Downloaded tui-tree-widget v0.19.0 |
| 891 | 2024-06-17T17:31:04.234Z | Downloaded headers v0.3.9 |
| 892 | 2024-06-17T17:31:04.238Z | Downloaded structmeta v0.3.0 |
| 893 | 2024-06-17T17:31:04.241Z | Downloaded structmeta v0.2.0 |
| 894 | 2024-06-17T17:31:04.241Z | Downloaded instant v0.1.12 |
| 895 | 2024-06-17T17:31:04.243Z | Downloaded sqlparser v0.45.0 |
| 896 | 2024-06-17T17:31:04.247Z | Downloaded snafu-derive v0.8.2 |
| 897 | 2024-06-17T17:31:04.250Z | Downloaded itertools v0.10.5 |
| 898 | 2024-06-17T17:31:04.254Z | Downloaded test-strategy v0.3.1 |
| 899 | 2024-06-17T17:31:04.258Z | Downloaded tempfile v3.10.1 |
| 900 | 2024-06-17T17:31:04.260Z | Downloaded indexmap v1.9.3 |
| 901 | 2024-06-17T17:31:04.263Z | Downloaded itertools v0.12.1 |
| 902 | 2024-06-17T17:31:04.272Z | Downloaded lru v0.12.3 |
| 903 | 2024-06-17T17:31:04.275Z | Downloaded humantime v2.1.0 |
| 904 | 2024-06-17T17:31:04.275Z | Downloaded either v1.12.0 |
| 905 | 2024-06-17T17:31:04.275Z | Downloaded linked-hash-map v0.5.6 |
| 906 | 2024-06-17T17:31:04.278Z | Downloaded is_ci v1.2.0 |
| 907 | 2024-06-17T17:31:04.278Z | Downloaded hubpack_derive v0.1.1 |
| 908 | 2024-06-17T17:31:04.278Z | Downloaded http-range v0.1.5 |
| 909 | 2024-06-17T17:31:04.283Z | Downloaded hostname v0.4.0 |
| 910 | 2024-06-17T17:31:04.283Z | Downloaded trust-dns-server v0.22.1 |
| 911 | 2024-06-17T17:31:04.286Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 912 | 2024-06-17T17:31:04.286Z | Downloaded typed-path v0.7.1 |
| 913 | 2024-06-17T17:31:04.291Z | Downloaded tungstenite v0.21.0 |
| 914 | 2024-06-17T17:31:04.295Z | Downloaded subtle v2.5.0 |
| 915 | 2024-06-17T17:31:04.297Z | Downloaded tap v1.0.1 |
| 916 | 2024-06-17T17:31:04.297Z | Downloaded strum_macros v0.24.3 |
| 917 | 2024-06-17T17:31:04.300Z | Downloaded strum_macros v0.25.3 |
| 918 | 2024-06-17T17:31:04.304Z | Downloaded serde_plain v1.0.2 |
| 919 | 2024-06-17T17:31:04.304Z | Downloaded mime_guess v2.0.4 |
| 920 | 2024-06-17T17:31:04.306Z | Downloaded signature v2.2.0 |
| 921 | 2024-06-17T17:31:04.306Z | Downloaded sct v0.7.1 |
| 922 | 2024-06-17T17:31:04.309Z | Downloaded serde_path_to_error v0.1.16 |
| 923 | 2024-06-17T17:31:04.312Z | Downloaded shlex v1.3.0 |
| 924 | 2024-06-17T17:31:04.312Z | Downloaded md-5 v0.10.6 |
| 925 | 2024-06-17T17:31:04.315Z | Downloaded finl_unicode v1.2.0 |
| 926 | 2024-06-17T17:31:04.325Z | Downloaded slog-scope v4.4.0 |
| 927 | 2024-06-17T17:31:04.328Z | Downloaded socket2 v0.4.10 |
| 928 | 2024-06-17T17:31:04.330Z | Downloaded env_logger v0.9.3 |
| 929 | 2024-06-17T17:31:04.330Z | Downloaded slog-envlogger v2.2.0 |
| 930 | 2024-06-17T17:31:04.333Z | Downloaded shell-words v1.1.0 |
| 931 | 2024-06-17T17:31:04.333Z | Downloaded sha1 v0.10.6 |
| 932 | 2024-06-17T17:31:04.336Z | Downloaded serde_repr v0.1.19 |
| 933 | 2024-06-17T17:31:04.336Z | Downloaded winnow v0.5.40 |
| 934 | 2024-06-17T17:31:04.343Z | Downloaded serde_yaml v0.9.34+deprecated |
| 935 | 2024-06-17T17:31:04.347Z | Downloaded idna v0.2.3 |
| 936 | 2024-06-17T17:31:04.353Z | Downloaded utf-8 v0.7.6 |
| 937 | 2024-06-17T17:31:04.356Z | Downloaded dyn-clone v1.0.17 |
| 938 | 2024-06-17T17:31:04.356Z | Downloaded slog-dtrace v0.3.0 |
| 939 | 2024-06-17T17:31:04.358Z | Downloaded wyz v0.5.1 |
| 940 | 2024-06-17T17:31:04.358Z | Downloaded schemars v0.8.20 |
| 941 | 2024-06-17T17:31:04.369Z | Downloaded salty v0.2.0 |
| 942 | 2024-06-17T17:31:04.374Z | Downloaded flume v0.11.0 |
| 943 | 2024-06-17T17:31:04.378Z | Downloaded endian-type v0.1.2 |
| 944 | 2024-06-17T17:31:04.381Z | Downloaded elliptic-curve v0.13.8 |
| 945 | 2024-06-17T17:31:04.383Z | Downloaded regex-syntax v0.6.29 |
| 946 | 2024-06-17T17:31:04.390Z | Downloaded diesel_derives v2.1.4 |
| 947 | 2024-06-17T17:31:04.393Z | Downloaded sha3 v0.10.8 |
| 948 | 2024-06-17T17:31:04.397Z | Downloaded yasna v0.5.2 |
| 949 | 2024-06-17T17:31:04.400Z | Downloaded spin v0.5.2 |
| 950 | 2024-06-17T17:31:04.400Z | Downloaded rustc-hash v1.1.0 |
| 951 | 2024-06-17T17:31:04.403Z | Downloaded ron v0.8.1 |
| 952 | 2024-06-17T17:31:04.406Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 953 | 2024-06-17T17:31:04.409Z | Downloaded termios v0.3.3 |
| 954 | 2024-06-17T17:31:04.409Z | Downloaded smallvec v0.6.14 |
| 955 | 2024-06-17T17:31:04.412Z | Downloaded serde_arrays v0.1.0 |
| 956 | 2024-06-17T17:31:04.412Z | Downloaded samael v0.0.15 |
| 957 | 2024-06-17T17:31:04.415Z | Downloaded snafu v0.8.2 |
| 958 | 2024-06-17T17:31:04.421Z | Downloaded memoffset v0.9.1 |
| 959 | 2024-06-17T17:31:04.424Z | Downloaded minimal-lexical v0.2.1 |
| 960 | 2024-06-17T17:31:04.427Z | Downloaded memmap2 v0.9.4 |
| 961 | 2024-06-17T17:31:04.430Z | Downloaded secrecy v0.8.0 |
| 962 | 2024-06-17T17:31:04.430Z | Downloaded fd-lock v4.0.2 |
| 963 | 2024-06-17T17:31:04.432Z | Downloaded maybe-uninit v2.0.0 |
| 964 | 2024-06-17T17:31:04.432Z | Downloaded hyper-staticfile v0.9.5 |
| 965 | 2024-06-17T17:31:04.435Z | Downloaded signal-hook-mio v0.2.3 |
| 966 | 2024-06-17T17:31:04.435Z | Downloaded serde_derive_internals v0.29.1 |
| 967 | 2024-06-17T17:31:04.438Z | Downloaded linear-map v1.2.0 |
| 968 | 2024-06-17T17:31:04.438Z | Downloaded libxml v0.3.3 |
| 969 | 2024-06-17T17:31:04.444Z | Downloaded serde-hex v0.1.0 |
| 970 | 2024-06-17T17:31:04.447Z | Downloaded schemars_derive v0.8.20 |
| 971 | 2024-06-17T17:31:04.447Z | Downloaded ed25519 v1.5.3 |
| 972 | 2024-06-17T17:31:04.447Z | Downloaded vte v0.11.1 |
| 973 | 2024-06-17T17:31:04.450Z | Downloaded structmeta-derive v0.3.0 |
| 974 | 2024-06-17T17:31:04.450Z | Downloaded lru-cache v0.1.2 |
| 975 | 2024-06-17T17:31:04.452Z | Downloaded signal-hook v0.3.17 |
| 976 | 2024-06-17T17:31:04.455Z | Downloaded ron v0.7.1 |
| 977 | 2024-06-17T17:31:04.457Z | Downloaded supports-color v3.0.0 |
| 978 | 2024-06-17T17:31:04.460Z | Downloaded structmeta-derive v0.2.0 |
| 979 | 2024-06-17T17:31:04.460Z | Downloaded stability v0.2.0 |
| 980 | 2024-06-17T17:31:04.463Z | Downloaded sqlparser_derive v0.2.2 |
| 981 | 2024-06-17T17:31:04.463Z | Downloaded smoltcp v0.9.1 |
| 982 | 2024-06-17T17:31:04.471Z | Downloaded resolv-conf v0.7.0 |
| 983 | 2024-06-17T17:31:04.473Z | Downloaded downcast v0.11.0 |
| 984 | 2024-06-17T17:31:04.476Z | Downloaded same-file v1.0.6 |
| 985 | 2024-06-17T17:31:04.476Z | Downloaded enum-as-inner v0.5.1 |
| 986 | 2024-06-17T17:31:04.476Z | Downloaded slog-stdlog v4.1.1 |
| 987 | 2024-06-17T17:31:04.478Z | Downloaded spki v0.7.3 |
| 988 | 2024-06-17T17:31:04.478Z | Downloaded regex-syntax v0.8.3 |
| 989 | 2024-06-17T17:31:04.486Z | Downloaded rtoolbox v0.0.2 |
| 990 | 2024-06-17T17:31:04.489Z | Downloaded rpassword v7.3.1 |
| 991 | 2024-06-17T17:31:04.489Z | Downloaded flagset v0.4.5 |
| 992 | 2024-06-17T17:31:04.491Z | Downloaded wait-timeout v0.2.0 |
| 993 | 2024-06-17T17:31:04.491Z | Downloaded vte_generate_state_changes v0.1.1 |
| 994 | 2024-06-17T17:31:04.492Z | Downloaded vsss-rs v3.3.4 |
| 995 | 2024-06-17T17:31:04.494Z | Downloaded trust-dns-resolver v0.22.0 |
| 996 | 2024-06-17T17:31:04.497Z | Downloaded tokio-tungstenite v0.21.0 |
| 997 | 2024-06-17T17:31:04.499Z | Downloaded tokio-tungstenite v0.20.1 |
| 998 | 2024-06-17T17:31:04.502Z | Downloaded uuid v1.8.0 |
| 999 | 2024-06-17T17:31:04.505Z | Downloaded toml v0.5.11 |
| 1000 | 2024-06-17T17:31:04.508Z | Downloaded untrusted v0.9.0 |
| 1001 | 2024-06-17T17:31:04.508Z | Downloaded untrusted v0.7.1 |
| 1002 | 2024-06-17T17:31:04.510Z | Downloaded tracing-attributes v0.1.27 |
| 1003 | 2024-06-17T17:31:04.510Z | Downloaded toml v0.7.8 |
| 1004 | 2024-06-17T17:31:04.513Z | Downloaded hyper-rustls v0.24.2 |
| 1005 | 2024-06-17T17:31:04.516Z | Downloaded heapless v0.7.17 |
| 1006 | 2024-06-17T17:31:04.519Z | Downloaded headers-core v0.2.0 |
| 1007 | 2024-06-17T17:31:04.522Z | Downloaded foreign-types-shared v0.3.1 |
| 1008 | 2024-06-17T17:31:04.522Z | Downloaded foreign-types-macros v0.2.3 |
| 1009 | 2024-06-17T17:31:04.522Z | Downloaded foreign-types v0.5.0 |
| 1010 | 2024-06-17T17:31:04.525Z | Downloaded rustc_version v0.1.7 |
| 1011 | 2024-06-17T17:31:04.525Z | Downloaded display-error-chain v0.2.0 |
| 1012 | 2024-06-17T17:31:04.525Z | Downloaded serde-big-array v0.5.1 |
| 1013 | 2024-06-17T17:31:04.525Z | Downloaded serde-big-array v0.4.1 |
| 1014 | 2024-06-17T17:31:04.528Z | Downloaded zone_cfg_derive v0.1.2 |
| 1015 | 2024-06-17T17:31:04.528Z | Downloaded trust-dns-proto v0.22.0 |
| 1016 | 2024-06-17T17:31:04.537Z | Downloaded regress v0.9.1 |
| 1017 | 2024-06-17T17:31:04.545Z | Downloaded smoltcp v0.11.0 |
| 1018 | 2024-06-17T17:31:04.557Z | Downloaded x509-cert v0.2.5 |
| 1019 | 2024-06-17T17:31:04.563Z | Downloaded trust-dns-client v0.22.0 |
| 1020 | 2024-06-17T17:31:04.568Z | Downloaded indoc v2.0.5 |
| 1021 | 2024-06-17T17:31:04.570Z | Downloaded indoc v1.0.9 |
| 1022 | 2024-06-17T17:31:04.573Z | Downloaded indicatif v0.17.8 |
| 1023 | 2024-06-17T17:31:04.576Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1024 | 2024-06-17T17:31:04.579Z | Downloaded stringprep v0.1.4 |
| 1025 | 2024-06-17T17:31:04.581Z | Downloaded sigpipe v0.1.3 |
| 1026 | 2024-06-17T17:31:04.581Z | Downloaded highway v1.1.0 |
| 1027 | 2024-06-17T17:31:04.586Z | Downloaded smf v0.2.3 |
| 1028 | 2024-06-17T17:31:04.586Z | Downloaded sled v0.34.7 |
| 1029 | 2024-06-17T17:31:04.592Z | Downloaded steno v0.4.0 |
| 1030 | 2024-06-17T17:31:04.596Z | Downloaded signal-hook-tokio v0.3.1 |
| 1031 | 2024-06-17T17:31:04.599Z | Downloaded semver v0.1.20 |
| 1032 | 2024-06-17T17:31:04.599Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1033 | 2024-06-17T17:31:04.599Z | Downloaded managed v0.8.0 |
| 1034 | 2024-06-17T17:31:04.601Z | Downloaded hash32 v0.2.1 |
| 1035 | 2024-06-17T17:31:04.601Z | Downloaded getrandom v0.2.14 |
| 1036 | 2024-06-17T17:31:04.604Z | Downloaded getopts v0.2.21 |
| 1037 | 2024-06-17T17:31:04.607Z | Downloaded fxhash v0.2.1 |
| 1038 | 2024-06-17T17:31:04.607Z | Downloaded zerocopy-derive v0.6.6 |
| 1039 | 2024-06-17T17:31:04.614Z | Downloaded static_assertions v1.1.0 |
| 1040 | 2024-06-17T17:31:04.616Z | Downloaded stable_deref_trait v1.2.0 |
| 1041 | 2024-06-17T17:31:04.616Z | Downloaded hashbrown v0.13.2 |
| 1042 | 2024-06-17T17:31:04.621Z | Downloaded tokio-postgres v0.7.10 |
| 1043 | 2024-06-17T17:31:04.624Z | Downloaded tls_codec_derive v0.4.1 |
| 1044 | 2024-06-17T17:31:04.627Z | Downloaded thiserror-no-std v2.0.2 |
| 1045 | 2024-06-17T17:31:04.629Z | Downloaded tough v0.17.1 |
| 1046 | 2024-06-17T17:31:04.636Z | Downloaded ratatui v0.26.2 |
| 1047 | 2024-06-17T17:31:04.653Z | Downloaded inout v0.1.3 |
| 1048 | 2024-06-17T17:31:04.655Z | Downloaded idna v0.3.0 |
| 1049 | 2024-06-17T17:31:04.659Z | Downloaded tabwriter v1.4.0 |
| 1050 | 2024-06-17T17:31:04.662Z | Downloaded zone v0.1.8 |
| 1051 | 2024-06-17T17:31:04.664Z | Downloaded subprocess v0.2.9 |
| 1052 | 2024-06-17T17:31:04.667Z | Downloaded rustyline v14.0.0 |
| 1053 | 2024-06-17T17:31:04.669Z | Downloaded rusty-fork v0.3.0 |
| 1054 | 2024-06-17T17:31:04.672Z | Downloaded rustls-pemfile v2.1.2 |
| 1055 | 2024-06-17T17:31:04.675Z | Downloaded hkdf v0.12.4 |
| 1056 | 2024-06-17T17:31:04.675Z | Downloaded string_cache v0.8.7 |
| 1057 | 2024-06-17T17:31:04.677Z | Downloaded smawk v0.3.2 |
| 1058 | 2024-06-17T17:31:04.677Z | Downloaded rustls v0.21.12 |
| 1059 | 2024-06-17T17:31:04.688Z | Downloaded gimli v0.28.1 |
| 1060 | 2024-06-17T17:31:04.695Z | Downloaded regex-automata v0.4.6 |
| 1061 | 2024-06-17T17:31:04.712Z | Downloaded expectorate v1.1.0 |
| 1062 | 2024-06-17T17:31:04.714Z | Downloaded embedded-io v0.4.0 |
| 1063 | 2024-06-17T17:31:04.714Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1064 | 2024-06-17T17:31:04.717Z | Downloaded libsw v3.3.1 |
| 1065 | 2024-06-17T17:31:04.717Z | Downloaded libefi-sys v0.1.0 |
| 1066 | 2024-06-17T17:31:04.720Z | Downloaded lalrpop-util v0.19.12 |
| 1067 | 2024-06-17T17:31:04.720Z | Downloaded lalrpop v0.19.12 |
| 1068 | 2024-06-17T17:31:04.729Z | Downloaded kstat-rs v0.2.3 |
| 1069 | 2024-06-17T17:31:04.732Z | Downloaded hubpack v0.1.2 |
| 1070 | 2024-06-17T17:31:04.732Z | Downloaded fatfs v0.3.6 |
| 1071 | 2024-06-17T17:31:04.735Z | Downloaded whoami v1.5.1 |
| 1072 | 2024-06-17T17:31:04.735Z | Downloaded polar-core v0.27.3 |
| 1073 | 2024-06-17T17:31:04.743Z | Downloaded openapiv3 v2.0.0 |
| 1074 | 2024-06-17T17:31:04.753Z | Downloaded nix v0.27.1 |
| 1075 | 2024-06-17T17:31:04.763Z | Downloaded diesel v2.1.6 |
| 1076 | 2024-06-17T17:31:04.780Z | Downloaded unicode-linebreak v0.1.5 |
| 1077 | 2024-06-17T17:31:04.783Z | Downloaded textwrap v0.16.1 |
| 1078 | 2024-06-17T17:31:04.785Z | Downloaded walkdir v2.5.0 |
| 1079 | 2024-06-17T17:31:04.785Z | Downloaded unicase v2.7.0 |
| 1080 | 2024-06-17T17:31:04.788Z | Downloaded tungstenite v0.20.1 |
| 1081 | 2024-06-17T17:31:04.791Z | Downloaded tiny-keccak v2.0.2 |
| 1082 | 2024-06-17T17:31:04.793Z | Downloaded rcgen v0.12.1 |
| 1083 | 2024-06-17T17:31:04.793Z | Downloaded rand_xorshift v0.3.0 |
| 1084 | 2024-06-17T17:31:04.796Z | Downloaded rand_seeder v0.2.3 |
| 1085 | 2024-06-17T17:31:04.796Z | Downloaded erased-serde v0.3.31 |
| 1086 | 2024-06-17T17:31:04.799Z | Downloaded rustls-pki-types v1.7.0 |
| 1087 | 2024-06-17T17:31:04.801Z | Downloaded precomputed-hash v0.1.1 |
| 1088 | 2024-06-17T17:31:04.802Z | Downloaded postcard v1.0.8 |
| 1089 | 2024-06-17T17:31:04.804Z | Downloaded portpicker v0.1.1 |
| 1090 | 2024-06-17T17:31:04.804Z | Downloaded ring v0.17.8 |
| 1091 | 2024-06-17T17:31:04.868Z | Downloaded poly1305 v0.8.0 |
| 1092 | 2024-06-17T17:31:04.872Z | Downloaded peg-runtime v0.8.3 |
| 1093 | 2024-06-17T17:31:04.872Z | Downloaded peg-macros v0.8.3 |
| 1094 | 2024-06-17T17:31:04.875Z | Downloaded peg v0.8.3 |
| 1095 | 2024-06-17T17:31:04.877Z | Downloaded path-slash v0.1.5 |
| 1096 | 2024-06-17T17:31:04.877Z | Downloaded parse-size v1.0.0 |
| 1097 | 2024-06-17T17:31:04.880Z | Downloaded parse-display-derive v0.9.0 |
| 1098 | 2024-06-17T17:31:04.880Z | Downloaded parse-display v0.9.0 |
| 1099 | 2024-06-17T17:31:04.880Z | Downloaded oso-derive v0.27.3 |
| 1100 | 2024-06-17T17:31:04.880Z | Downloaded oso v0.27.3 |
| 1101 | 2024-06-17T17:31:04.883Z | Downloaded derive_builder_macro v0.20.0 |
| 1102 | 2024-06-17T17:31:04.886Z | Downloaded derive_builder_core v0.20.0 |
| 1103 | 2024-06-17T17:31:04.886Z | Downloaded derive_builder v0.20.0 |
| 1104 | 2024-06-17T17:31:04.890Z | Downloaded derive-where v1.2.7 |
| 1105 | 2024-06-17T17:31:04.893Z | Downloaded der_derive v0.7.2 |
| 1106 | 2024-06-17T17:31:04.896Z | Downloaded defmt-parser v0.3.4 |
| 1107 | 2024-06-17T17:31:04.896Z | Downloaded defmt-macros v0.3.9 |
| 1108 | 2024-06-17T17:31:04.898Z | Downloaded defmt v0.3.8 |
| 1109 | 2024-06-17T17:31:04.901Z | Downloaded debug-ignore v1.0.5 |
| 1110 | 2024-06-17T17:31:04.904Z | Downloaded cstr-argument v0.1.2 |
| 1111 | 2024-06-17T17:31:04.904Z | Downloaded omicron-zone-package v0.11.0 |
| 1112 | 2024-06-17T17:31:04.907Z | Downloaded olpc-cjson v0.1.3 |
| 1113 | 2024-06-17T17:31:04.907Z | Downloaded object v0.30.4 |
| 1114 | 2024-06-17T17:31:04.918Z | Downloaded siphasher v0.3.11 |
| 1115 | 2024-06-17T17:31:04.921Z | Downloaded lazycell v1.3.0 |
| 1116 | 2024-06-17T17:31:04.921Z | Downloaded ipnetwork v0.20.0 |
| 1117 | 2024-06-17T17:31:04.923Z | Downloaded ident_case v1.0.1 |
| 1118 | 2024-06-17T17:31:04.924Z | Downloaded funty v2.0.0 |
| 1119 | 2024-06-17T17:31:04.924Z | Downloaded zip v0.6.6 |
| 1120 | 2024-06-17T17:31:04.926Z | Downloaded nix v0.28.0 |
| 1121 | 2024-06-17T17:31:04.937Z | Downloaded tokio-stream v0.1.15 |
| 1122 | 2024-06-17T17:31:04.941Z | Downloaded number_prefix v0.4.0 |
| 1123 | 2024-06-17T17:31:04.944Z | Downloaded num-derive v0.4.2 |
| 1124 | 2024-06-17T17:31:04.944Z | Downloaded nu-ansi-term v0.50.0 |
| 1125 | 2024-06-17T17:31:04.947Z | Downloaded nodrop v0.1.14 |
| 1126 | 2024-06-17T17:31:04.947Z | Downloaded nibble_vec v0.1.0 |
| 1127 | 2024-06-17T17:31:04.950Z | Downloaded newtype_derive v0.1.6 |
| 1128 | 2024-06-17T17:31:04.950Z | Downloaded newline-converter v0.3.0 |
| 1129 | 2024-06-17T17:31:04.950Z | Downloaded nanorand v0.7.0 |
| 1130 | 2024-06-17T17:31:04.953Z | Downloaded multer v3.1.0 |
| 1131 | 2024-06-17T17:31:04.955Z | Downloaded owo-colors v4.0.0 |
| 1132 | 2024-06-17T17:31:04.955Z | Downloaded num-traits v0.2.19 |
| 1133 | 2024-06-17T17:31:04.958Z | Downloaded data-encoding v2.6.0 |
| 1134 | 2024-06-17T17:31:04.963Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1135 | 2024-06-17T17:31:04.963Z | Downloaded cookie v0.18.1 |
| 1136 | 2024-06-17T17:31:04.966Z | Downloaded const_format_proc_macros v0.2.32 |
| 1137 | 2024-06-17T17:31:04.966Z | Downloaded ring v0.16.20 |
| 1138 | 2024-06-17T17:31:05.039Z | Downloaded const_format v0.2.32 |
| 1139 | 2024-06-17T17:31:05.043Z | Downloaded pkcs8 v0.10.2 |
| 1140 | 2024-06-17T17:31:05.046Z | Downloaded pem-rfc7468 v0.7.0 |
| 1141 | 2024-06-17T17:31:05.048Z | Downloaded predicates-core v1.0.6 |
| 1142 | 2024-06-17T17:31:05.048Z | Downloaded num-rational v0.4.2 |
| 1143 | 2024-06-17T17:31:05.051Z | Downloaded num-complex v0.4.6 |
| 1144 | 2024-06-17T17:31:05.051Z | Downloaded newtype-uuid v1.1.0 |
| 1145 | 2024-06-17T17:31:05.054Z | Downloaded new_debug_unreachable v1.0.6 |
| 1146 | 2024-06-17T17:31:05.054Z | Downloaded mockall_derive v0.12.1 |
| 1147 | 2024-06-17T17:31:05.054Z | Downloaded mockall v0.12.1 |
| 1148 | 2024-06-17T17:31:05.057Z | Downloaded bitfield v0.14.0 |
| 1149 | 2024-06-17T17:31:05.057Z | Downloaded bit-set v0.5.3 |
| 1150 | 2024-06-17T17:31:05.059Z | Downloaded bit-vec v0.6.3 |
| 1151 | 2024-06-17T17:31:05.059Z | Downloaded base16ct v0.2.0 |
| 1152 | 2024-06-17T17:31:05.059Z | Downloaded atty v0.2.14 |
| 1153 | 2024-06-17T17:31:05.062Z | Downloaded async-trait v0.1.80 |
| 1154 | 2024-06-17T17:31:05.065Z | Downloaded async-stream v0.3.5 |
| 1155 | 2024-06-17T17:31:05.065Z | Downloaded ascii v1.1.0 |
| 1156 | 2024-06-17T17:31:05.067Z | Downloaded arrayvec v0.7.4 |
| 1157 | 2024-06-17T17:31:05.070Z | Downloaded arrayref v0.3.7 |
| 1158 | 2024-06-17T17:31:05.070Z | Downloaded ahash v0.8.11 |
| 1159 | 2024-06-17T17:31:05.073Z | Downloaded addr2line v0.21.0 |
| 1160 | 2024-06-17T17:31:05.075Z | Downloaded paste v1.0.15 |
| 1161 | 2024-06-17T17:31:05.078Z | Downloaded opaque-debug v0.3.1 |
| 1162 | 2024-06-17T17:31:05.078Z | Downloaded object v0.32.2 |
| 1163 | 2024-06-17T17:31:05.086Z | Downloaded darling_macro v0.20.9 |
| 1164 | 2024-06-17T17:31:05.088Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1165 | 2024-06-17T17:31:05.088Z | Downloaded crc-any v2.5.0 |
| 1166 | 2024-06-17T17:31:05.088Z | Downloaded async-stream-impl v0.3.5 |
| 1167 | 2024-06-17T17:31:05.091Z | Downloaded array-init v0.0.4 |
| 1168 | 2024-06-17T17:31:05.091Z | Downloaded cookie v0.17.0 |
| 1169 | 2024-06-17T17:31:05.094Z | Downloaded cobs v0.2.3 |
| 1170 | 2024-06-17T17:31:05.094Z | Downloaded cancel-safe-futures v0.1.5 |
| 1171 | 2024-06-17T17:31:05.097Z | Downloaded nom v7.1.3 |
| 1172 | 2024-06-17T17:31:05.100Z | Downloaded camino-tempfile v1.1.1 |
| 1173 | 2024-06-17T17:31:05.102Z | Downloaded bitstruct_derive v0.1.0 |
| 1174 | 2024-06-17T17:31:05.102Z | Downloaded bitstruct v0.1.1 |
| 1175 | 2024-06-17T17:31:05.105Z | Downloaded bcs v0.1.6 |
| 1176 | 2024-06-17T17:31:05.232Z | Compiling proc-macro2 v1.0.82 |
| 1177 | 2024-06-17T17:31:05.232Z | Compiling unicode-ident v1.0.12 |
| 1178 | 2024-06-17T17:31:05.235Z | Compiling libc v0.2.155 |
| 1179 | 2024-06-17T17:31:05.235Z | Compiling serde v1.0.203 |
| 1180 | 2024-06-17T17:31:05.235Z | Compiling autocfg v1.3.0 |
| 1181 | 2024-06-17T17:31:05.235Z | Compiling version_check v0.9.4 |
| 1182 | 2024-06-17T17:31:05.235Z | Compiling cfg-if v1.0.0 |
| 1183 | 2024-06-17T17:31:05.439Z | Compiling cc v1.0.97 |
| 1184 | 2024-06-17T17:31:05.491Z | Compiling parking_lot_core v0.9.10 |
| 1185 | 2024-06-17T17:31:05.508Z | Compiling once_cell v1.19.0 |
| 1186 | 2024-06-17T17:31:05.875Z | Compiling libm v0.2.8 |
| 1187 | 2024-06-17T17:31:05.983Z | Compiling serde_json v1.0.117 |
| 1188 | 2024-06-17T17:31:05.998Z | Compiling ahash v0.8.11 |
| 1189 | 2024-06-17T17:31:06.117Z | Compiling lock_api v0.4.12 |
| 1190 | 2024-06-17T17:31:06.173Z | Compiling byteorder v1.5.0 |
| 1191 | 2024-06-17T17:31:06.297Z | Compiling num-traits v0.2.19 |
| 1192 | 2024-06-17T17:31:06.299Z | Compiling memchr v2.7.2 |
| 1193 | 2024-06-17T17:31:06.391Z | Compiling thiserror v1.0.60 |
| 1194 | 2024-06-17T17:31:06.575Z | Compiling typenum v1.17.0 |
| 1195 | 2024-06-17T17:31:06.633Z | Compiling log v0.4.21 |
| 1196 | 2024-06-17T17:31:06.888Z | Compiling quote v1.0.36 |
| 1197 | 2024-06-17T17:31:07.029Z | Compiling generic-array v0.14.7 |
| 1198 | 2024-06-17T17:31:07.293Z | Compiling syn v2.0.64 |
| 1199 | 2024-06-17T17:31:07.414Z | Compiling getrandom v0.2.14 |
| 1200 | 2024-06-17T17:31:07.538Z | Compiling itoa v1.0.11 |
| 1201 | 2024-06-17T17:31:07.778Z | Compiling scopeguard v1.2.0 |
| 1202 | 2024-06-17T17:31:08.048Z | Compiling allocator-api2 v0.2.18 |
| 1203 | 2024-06-17T17:31:08.087Z | Compiling slab v0.4.9 |
| 1204 | 2024-06-17T17:31:08.386Z | Compiling ring v0.17.8 |
| 1205 | 2024-06-17T17:31:08.389Z | Compiling ryu v1.0.18 |
| 1206 | 2024-06-17T17:31:08.432Z | Compiling pin-project-lite v0.2.14 |
| 1207 | 2024-06-17T17:31:08.453Z | Compiling schemars v0.8.20 |
| 1208 | 2024-06-17T17:31:08.573Z | Compiling smallvec v1.13.2 |
| 1209 | 2024-06-17T17:31:08.876Z | Compiling semver v1.0.23 |
| 1210 | 2024-06-17T17:31:08.963Z | Compiling equivalent v1.0.1 |
| 1211 | 2024-06-17T17:31:09.379Z | Compiling pkg-config v0.3.30 |
| 1212 | 2024-06-17T17:31:09.394Z | Compiling vcpkg v0.2.15 |
| 1213 | 2024-06-17T17:31:09.483Z | Compiling signal-hook-registry v1.4.2 |
| 1214 | 2024-06-17T17:31:10.047Z | Compiling parking_lot v0.12.2 |
| 1215 | 2024-06-17T17:31:10.791Z | Compiling syn v1.0.109 |
| 1216 | 2024-06-17T17:31:11.061Z | Compiling mio v0.8.11 |
| 1217 | 2024-06-17T17:31:11.231Z | Compiling openssl-sys v0.9.102 |
| 1218 | 2024-06-17T17:31:12.141Z | Compiling rand_core v0.6.4 |
| 1219 | 2024-06-17T17:31:12.225Z | Compiling num_cpus v1.16.0 |
| 1220 | 2024-06-17T17:31:12.412Z | Compiling socket2 v0.5.7 |
| 1221 | 2024-06-17T17:31:12.703Z | Compiling num-conv v0.1.0 |
| 1222 | 2024-06-17T17:31:12.984Z | Compiling time-core v0.1.2 |
| 1223 | 2024-06-17T17:31:13.149Z | Compiling time-macros v0.2.18 |
| 1224 | 2024-06-17T17:31:13.259Z | Compiling httparse v1.8.0 |
| 1225 | 2024-06-17T17:31:13.838Z | Compiling futures-core v0.3.30 |
| 1226 | 2024-06-17T17:31:14.080Z | Compiling openssl v0.10.64 |
| 1227 | 2024-06-17T17:31:14.258Z | Compiling fnv v1.0.7 |
| 1228 | 2024-06-17T17:31:14.578Z | Compiling iana-time-zone v0.1.60 |
| 1229 | 2024-06-17T17:31:14.825Z | Compiling crossbeam-utils v0.8.19 |
| 1230 | 2024-06-17T17:31:14.873Z | Compiling rustix v0.38.34 |
| 1231 | 2024-06-17T17:31:15.362Z | Compiling serde_derive_internals v0.29.1 |
| 1232 | 2024-06-17T17:31:15.381Z | Compiling spin v0.9.8 |
| 1233 | 2024-06-17T17:31:15.556Z | Compiling native-tls v0.2.11 |
| 1234 | 2024-06-17T17:31:15.576Z | Compiling tinyvec_macros v0.1.1 |
| 1235 | 2024-06-17T17:31:15.657Z | Compiling rustls v0.21.12 |
| 1236 | 2024-06-17T17:31:15.856Z | Compiling tinyvec v1.6.0 |
| 1237 | 2024-06-17T17:31:16.320Z | Compiling subtle v2.5.0 |
| 1238 | 2024-06-17T17:31:16.365Z | Compiling futures-sink v0.3.30 |
| 1239 | 2024-06-17T17:31:16.528Z | Compiling ucd-trie v0.1.6 |
| 1240 | 2024-06-17T17:31:16.687Z | Compiling const-oid v0.9.6 |
| 1241 | 2024-06-17T17:31:17.178Z | Compiling unicode-normalization v0.1.23 |
| 1242 | 2024-06-17T17:31:17.206Z | Compiling backtrace v0.3.71 |
| 1243 | 2024-06-17T17:31:17.591Z | Compiling cookie v0.17.0 |
| 1244 | 2024-06-17T17:31:17.619Z | Compiling heck v0.5.0 |
| 1245 | 2024-06-17T17:31:17.845Z | Compiling unicode-bidi v0.3.15 |
| 1246 | 2024-06-17T17:31:18.051Z | Compiling heck v0.4.1 |
| 1247 | 2024-06-17T17:31:18.175Z | Compiling slog v2.7.0 |
| 1248 | 2024-06-17T17:31:18.430Z | Compiling dyn-clone v1.0.17 |
| 1249 | 2024-06-17T17:31:18.642Z | Compiling futures-channel v0.3.30 |
| 1250 | 2024-06-17T17:31:18.887Z | Compiling pin-utils v0.1.0 |
| 1251 | 2024-06-17T17:31:18.953Z | Compiling futures-io v0.3.30 |
| 1252 | 2024-06-17T17:31:19.138Z | Compiling futures-task v0.3.30 |
| 1253 | 2024-06-17T17:31:19.473Z | Compiling aho-corasick v1.1.3 |
| 1254 | 2024-06-17T17:31:19.846Z | Compiling winnow v0.5.40 |
| 1255 | 2024-06-17T17:31:19.864Z | Compiling untrusted v0.9.0 |
| 1256 | 2024-06-17T17:31:20.232Z | Compiling anyhow v1.0.86 |
| 1257 | 2024-06-17T17:31:20.717Z | Compiling serde_derive v1.0.203 |
| 1258 | 2024-06-17T17:31:20.763Z | Compiling zerocopy-derive v0.7.34 |
| 1259 | 2024-06-17T17:31:22.140Z | Compiling zeroize_derive v1.4.2 |
| 1260 | 2024-06-17T17:31:22.209Z | Compiling thiserror-impl v1.0.60 |
| 1261 | 2024-06-17T17:31:22.823Z | Compiling zerocopy v0.7.34 |
| 1262 | 2024-06-17T17:31:23.576Z | Compiling tokio-macros v2.2.0 |
| 1263 | 2024-06-17T17:31:23.665Z | Compiling futures-macro v0.3.30 |
| 1264 | 2024-06-17T17:31:24.085Z | Compiling schemars_derive v0.8.20 |
| 1265 | 2024-06-17T17:31:25.051Z | Compiling hashbrown v0.14.5 |
| 1266 | 2024-06-17T17:31:25.054Z | Compiling tracing-attributes v0.1.27 |
| 1267 | 2024-06-17T17:31:25.121Z | Compiling zeroize v1.7.0 |
| 1268 | 2024-06-17T17:31:26.083Z | Compiling openssl-macros v0.1.1 |
| 1269 | 2024-06-17T17:31:26.795Z | Compiling scroll_derive v0.12.0 |
| 1270 | 2024-06-17T17:31:26.828Z | Compiling pest v2.7.10 |
| 1271 | 2024-06-17T17:31:27.081Z | Compiling crypto-common v0.1.6 |
| 1272 | 2024-06-17T17:31:27.280Z | Compiling futures-util v0.3.30 |
| 1273 | 2024-06-17T17:31:27.667Z | Compiling der_derive v0.7.2 |
| 1274 | 2024-06-17T17:31:28.172Z | Compiling regex-syntax v0.8.3 |
| 1275 | 2024-06-17T17:31:29.598Z | Compiling pest_meta v2.7.10 |
| 1276 | 2024-06-17T17:31:29.985Z | Compiling block-buffer v0.10.4 |
| 1277 | 2024-06-17T17:31:30.219Z | Compiling tracing-core v0.1.32 |
| 1278 | 2024-06-17T17:31:32.641Z | Compiling pest_generator v2.7.10 |
| 1279 | 2024-06-17T17:31:33.980Z | Compiling regex-automata v0.4.6 |
| 1280 | 2024-06-17T17:31:34.200Z | Compiling bytes v1.6.0 |
| 1281 | 2024-06-17T17:31:34.464Z | Compiling indexmap v2.2.6 |
| 1282 | 2024-06-17T17:31:34.623Z | Compiling uuid v1.8.0 |
| 1283 | 2024-06-17T17:31:35.410Z | Compiling bitflags v2.5.0 |
| 1284 | 2024-06-17T17:31:35.866Z | Compiling chrono v0.4.38 |
| 1285 | 2024-06-17T17:31:35.977Z | Compiling serde_tokenstream v0.2.0 |
| 1286 | 2024-06-17T17:31:36.410Z | Compiling tokio v1.37.0 |
| 1287 | 2024-06-17T17:31:37.599Z | Compiling serde_spanned v0.6.6 |
| 1288 | 2024-06-17T17:31:37.793Z | Compiling toml_datetime v0.6.6 |
| 1289 | 2024-06-17T17:31:38.228Z | Compiling http v0.2.12 |
| 1290 | 2024-06-17T17:31:40.611Z | Compiling toml_edit v0.19.15 |
| 1291 | 2024-06-17T17:31:42.517Z | Compiling rustc_version v0.4.0 |
| 1292 | 2024-06-17T17:31:43.159Z | Compiling pest_derive v2.7.10 |
| 1293 | 2024-06-17T17:31:43.479Z | Compiling usdt-impl v0.5.0 |
| 1294 | 2024-06-17T17:31:43.799Z | Compiling rustversion v1.0.17 |
| 1295 | 2024-06-17T17:31:43.907Z | Compiling powerfmt v0.2.0 |
| 1296 | 2024-06-17T17:31:44.414Z | Compiling deranged v0.3.11 |
| 1297 | 2024-06-17T17:31:44.498Z | Compiling heapless v0.7.17 |
| 1298 | 2024-06-17T17:31:44.564Z | Compiling tracing v0.1.40 |
| 1299 | 2024-06-17T17:31:44.904Z | Compiling digest v0.10.7 |
| 1300 | 2024-06-17T17:31:45.318Z | Compiling scroll v0.12.0 |
| 1301 | 2024-06-17T17:31:45.477Z | Compiling signal-hook v0.3.17 |
| 1302 | 2024-06-17T17:31:45.847Z | Compiling percent-encoding v2.3.1 |
| 1303 | 2024-06-17T17:31:45.999Z | Compiling plain v0.2.3 |
| 1304 | 2024-06-17T17:31:46.160Z | Compiling num_threads v0.1.7 |
| 1305 | 2024-06-17T17:31:46.319Z | Compiling ppv-lite86 v0.2.17 |
| 1306 | 2024-06-17T17:31:46.633Z | Compiling time v0.3.36 |
| 1307 | 2024-06-17T17:31:46.792Z | Compiling goblin v0.8.2 |
| 1308 | 2024-06-17T17:31:47.070Z | Compiling rand_chacha v0.3.1 |
| 1309 | 2024-06-17T17:31:48.076Z | Compiling regex v1.10.4 |
| 1310 | 2024-06-17T17:31:49.358Z | Compiling pretty-hex v0.4.1 |
| 1311 | 2024-06-17T17:31:49.739Z | Compiling strsim v0.11.1 |
| 1312 | 2024-06-17T17:31:49.863Z | Compiling crc32fast v1.4.0 |
| 1313 | 2024-06-17T17:31:50.511Z | Compiling rand v0.8.5 |
| 1314 | 2024-06-17T17:31:50.627Z | Compiling tokio-util v0.7.11 |
| 1315 | 2024-06-17T17:31:52.017Z | Compiling dtrace-parser v0.2.0 |
| 1316 | 2024-06-17T17:31:52.548Z | Compiling dof v0.3.0 |
| 1317 | 2024-06-17T17:31:52.737Z | Compiling async-trait v0.1.80 |
| 1318 | 2024-06-17T17:31:53.194Z | Compiling thread-id v4.2.1 |
| 1319 | 2024-06-17T17:31:53.472Z | Compiling base64ct v1.6.0 |
| 1320 | 2024-06-17T17:31:53.844Z | Compiling foreign-types-shared v0.1.1 |
| 1321 | 2024-06-17T17:31:53.946Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1322 | 2024-06-17T17:31:54.090Z | Compiling unicode-width v0.1.12 |
| 1323 | 2024-06-17T17:31:54.290Z | Compiling smoltcp v0.9.1 |
| 1324 | 2024-06-17T17:31:54.603Z | Compiling pem-rfc7468 v0.7.0 |
| 1325 | 2024-06-17T17:31:54.915Z | Compiling foreign-types v0.3.2 |
| 1326 | 2024-06-17T17:31:56.310Z | Compiling form_urlencoded v1.2.1 |
| 1327 | 2024-06-17T17:31:56.612Z | Compiling hmac v0.12.1 |
| 1328 | 2024-06-17T17:31:56.755Z | Compiling adler v1.0.2 |
| 1329 | 2024-06-17T17:31:56.822Z | Compiling base64 v0.21.7 |
| 1330 | 2024-06-17T17:31:56.984Z | Compiling siphasher v0.3.11 |
| 1331 | 2024-06-17T17:31:57.005Z | Compiling flagset v0.4.5 |
| 1332 | 2024-06-17T17:31:57.030Z | Compiling try-lock v0.2.5 |
| 1333 | 2024-06-17T17:31:57.486Z | Compiling want v0.3.1 |
| 1334 | 2024-06-17T17:31:57.522Z | Compiling der v0.7.9 |
| 1335 | 2024-06-17T17:31:57.755Z | Compiling miniz_oxide v0.7.2 |
| 1336 | 2024-06-17T17:31:59.419Z | Compiling sct v0.7.1 |
| 1337 | 2024-06-17T17:31:59.689Z | Compiling rustls-webpki v0.101.7 |
| 1338 | 2024-06-17T17:32:00.396Z | Compiling h2 v0.3.26 |
| 1339 | 2024-06-17T17:32:00.907Z | Compiling http-body v0.4.6 |
| 1340 | 2024-06-17T17:32:01.487Z | Compiling openapiv3 v2.0.0 |
| 1341 | 2024-06-17T17:32:01.930Z | Compiling hubpack_derive v0.1.1 |
| 1342 | 2024-06-17T17:32:02.387Z | Compiling zerocopy-derive v0.6.6 |
| 1343 | 2024-06-17T17:32:02.557Z | Compiling idna v0.5.0 |
| 1344 | 2024-06-17T17:32:03.019Z | Compiling errno v0.3.9 |
| 1345 | 2024-06-17T17:32:03.320Z | Compiling fs-err v2.11.0 |
| 1346 | 2024-06-17T17:32:03.482Z | Compiling utf8parse v0.2.1 |
| 1347 | 2024-06-17T17:32:03.651Z | Compiling anstyle v1.0.7 |
| 1348 | 2024-06-17T17:32:04.061Z | Compiling tower-service v0.3.2 |
| 1349 | 2024-06-17T17:32:04.180Z | Compiling gimli v0.28.1 |
| 1350 | 2024-06-17T17:32:04.229Z | Compiling stable_deref_trait v1.2.0 |
| 1351 | 2024-06-17T17:32:04.333Z | Compiling finl_unicode v1.2.0 |
| 1352 | 2024-06-17T17:32:04.376Z | Compiling spin v0.5.2 |
| 1353 | 2024-06-17T17:32:04.632Z | Compiling httpdate v1.0.3 |
| 1354 | 2024-06-17T17:32:05.339Z | Compiling cpufeatures v0.2.12 |
| 1355 | 2024-06-17T17:32:05.410Z | Compiling openssl-probe v0.1.5 |
| 1356 | 2024-06-17T17:32:05.437Z | Compiling sha2 v0.10.8 |
| 1357 | 2024-06-17T17:32:05.800Z | Compiling stringprep v0.1.4 |
| 1358 | 2024-06-17T17:32:06.249Z | Compiling anstyle-parse v0.2.4 |
| 1359 | 2024-06-17T17:32:06.458Z | Compiling url v2.5.0 |
| 1360 | 2024-06-17T17:32:07.488Z | Compiling hyper v0.14.28 |
| 1361 | 2024-06-17T17:32:08.769Z | Compiling addr2line v0.21.0 |
| 1362 | 2024-06-17T17:32:10.169Z | Compiling spki v0.7.3 |
| 1363 | 2024-06-17T17:32:10.847Z | Compiling usdt-attr-macro v0.5.0 |
| 1364 | 2024-06-17T17:32:11.570Z | Compiling usdt-macro v0.5.0 |
| 1365 | 2024-06-17T17:32:12.400Z | Compiling md-5 v0.10.6 |
| 1366 | 2024-06-17T17:32:16.608Z | Compiling idna v0.3.0 |
| 1367 | 2024-06-17T17:32:16.931Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1368 | 2024-06-17T17:32:16.953Z | Compiling num-integer v0.1.46 |
| 1369 | 2024-06-17T17:32:17.638Z | Compiling object v0.32.2 |
| 1370 | 2024-06-17T17:32:17.797Z | Compiling hash32 v0.2.1 |
| 1371 | 2024-06-17T17:32:18.034Z | Compiling rustc-demangle v0.1.24 |
| 1372 | 2024-06-17T17:32:20.346Z | Compiling psl-types v2.0.11 |
| 1373 | 2024-06-17T17:32:20.535Z | Compiling fallible-iterator v0.2.0 |
| 1374 | 2024-06-17T17:32:21.251Z | Compiling anstyle-query v1.0.3 |
| 1375 | 2024-06-17T17:32:21.381Z | Compiling is_terminal_polyfill v1.70.0 |
| 1376 | 2024-06-17T17:32:22.160Z | Compiling colorchoice v1.0.1 |
| 1377 | 2024-06-17T17:32:22.307Z | Compiling anstream v0.6.14 |
| 1378 | 2024-06-17T17:32:26.562Z | Compiling lazy_static v1.4.0 |
| 1379 | 2024-06-17T17:32:27.002Z | Compiling postgres-protocol v0.6.6 |
| 1380 | 2024-06-17T17:32:27.933Z | Compiling publicsuffix v2.2.3 |
| 1381 | 2024-06-17T17:32:28.207Z | Compiling diesel_derives v2.1.4 |
| 1382 | 2024-06-17T17:32:31.733Z | Compiling tokio-rustls v0.24.1 |
| 1383 | 2024-06-17T17:32:32.987Z | Compiling pkcs8 v0.10.2 |
| 1384 | 2024-06-17T17:32:33.535Z | Compiling terminal_size v0.3.0 |
| 1385 | 2024-06-17T17:32:34.315Z | Compiling tokio-native-tls v0.3.1 |
| 1386 | 2024-06-17T17:32:34.585Z | Compiling phf_shared v0.11.2 |
| 1387 | 2024-06-17T17:32:34.899Z | Compiling strum_macros v0.25.3 |
| 1388 | 2024-06-17T17:32:34.921Z | Compiling block-padding v0.3.3 |
| 1389 | 2024-06-17T17:32:35.150Z | Compiling regress v0.9.1 |
| 1390 | 2024-06-17T17:32:35.575Z | Compiling enum-as-inner v0.5.1 |
| 1391 | 2024-06-17T17:32:36.540Z | Compiling serde_repr v0.1.19 |
| 1392 | 2024-06-17T17:32:36.623Z | Compiling clap_derive v4.5.4 |
| 1393 | 2024-06-17T17:32:38.936Z | Compiling ff v0.13.0 |
| 1394 | 2024-06-17T17:32:39.194Z | Compiling scheduled-thread-pool v0.2.7 |
| 1395 | 2024-06-17T17:32:39.928Z | Compiling encoding_rs v0.8.34 |
| 1396 | 2024-06-17T17:32:40.931Z | Compiling bit-vec v0.6.3 |
| 1397 | 2024-06-17T17:32:41.334Z | Compiling mime v0.3.17 |
| 1398 | 2024-06-17T17:32:41.362Z | Compiling either v1.12.0 |
| 1399 | 2024-06-17T17:32:41.758Z | Compiling matches v0.1.10 |
| 1400 | 2024-06-17T17:32:41.857Z | Compiling bitflags v1.3.2 |
| 1401 | 2024-06-17T17:32:42.437Z | Compiling base16ct v0.2.0 |
| 1402 | 2024-06-17T17:32:42.716Z | Compiling clap_lex v0.7.0 |
| 1403 | 2024-06-17T17:32:42.796Z | Compiling ipnet v2.9.0 |
| 1404 | 2024-06-17T17:32:42.949Z | Compiling managed v0.8.0 |
| 1405 | 2024-06-17T17:32:43.459Z | Compiling clap_builder v4.5.2 |
| 1406 | 2024-06-17T17:32:44.218Z | Compiling sec1 v0.7.3 |
| 1407 | 2024-06-17T17:32:44.787Z | Compiling idna v0.2.3 |
| 1408 | 2024-06-17T17:32:46.218Z | Compiling r2d2 v0.8.10 |
| 1409 | 2024-06-17T17:32:47.221Z | Compiling group v0.13.0 |
| 1410 | 2024-06-17T17:32:48.254Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1411 | 2024-06-17T17:32:50.556Z | Compiling inout v0.1.3 |
| 1412 | 2024-06-17T17:32:50.974Z | Compiling phf v0.11.2 |
| 1413 | 2024-06-17T17:32:51.089Z | Compiling hyper-tls v0.5.0 |
| 1414 | 2024-06-17T17:32:51.136Z | Compiling signal-hook-mio v0.2.3 |
| 1415 | 2024-06-17T17:32:51.277Z | Compiling hyper-rustls v0.24.2 |
| 1416 | 2024-06-17T17:32:51.278Z | Compiling cookie_store v0.20.0 |
| 1417 | 2024-06-17T17:32:51.430Z | Compiling postgres-types v0.2.6 |
| 1418 | 2024-06-17T17:32:51.641Z | Compiling num-bigint v0.4.5 |
| 1419 | 2024-06-17T17:32:51.971Z | Compiling zerocopy v0.6.6 |
| 1420 | 2024-06-17T17:32:52.762Z | Compiling hubpack v0.1.2 |
| 1421 | 2024-06-17T17:32:52.809Z | Compiling phf_shared v0.10.0 |
| 1422 | 2024-06-17T17:32:52.864Z | Compiling rustls-pemfile v1.0.4 |
| 1423 | 2024-06-17T17:32:53.186Z | Compiling hkdf v0.12.4 |
| 1424 | 2024-06-17T17:32:53.222Z | Compiling serde_urlencoded v0.7.1 |
| 1425 | 2024-06-17T17:32:53.405Z | Compiling crossbeam-epoch v0.9.18 |
| 1426 | 2024-06-17T17:32:53.823Z | Compiling ipnetwork v0.20.0 |
| 1427 | 2024-06-17T17:32:54.883Z | Compiling futures-executor v0.3.30 |
| 1428 | 2024-06-17T17:32:55.279Z | Compiling crypto-bigint v0.5.5 |
| 1429 | 2024-06-17T17:32:55.452Z | Compiling float-cmp v0.9.0 |
| 1430 | 2024-06-17T17:32:55.477Z | Compiling memmap v0.7.0 |
| 1431 | 2024-06-17T17:32:55.805Z | Compiling precomputed-hash v0.1.1 |
| 1432 | 2024-06-17T17:32:55.934Z | Compiling predicates-core v1.0.6 |
| 1433 | 2024-06-17T17:32:56.107Z | Compiling fixedbitset v0.4.2 |
| 1434 | 2024-06-17T17:32:56.266Z | Compiling winnow v0.6.8 |
| 1435 | 2024-06-17T17:32:56.517Z | Compiling static_assertions v1.1.0 |
| 1436 | 2024-06-17T17:32:57.770Z | Compiling whoami v1.5.1 |
| 1437 | 2024-06-17T17:32:58.358Z | Compiling data-encoding v2.6.0 |
| 1438 | 2024-06-17T17:32:58.741Z | Compiling normalize-line-endings v0.3.0 |
| 1439 | 2024-06-17T17:32:59.265Z | Compiling minimal-lexical v0.2.1 |
| 1440 | 2024-06-17T17:32:59.354Z | Compiling webpki-roots v0.25.4 |
| 1441 | 2024-06-17T17:32:59.411Z | Compiling sync_wrapper v0.1.2 |
| 1442 | 2024-06-17T17:32:59.535Z | Compiling difflib v0.4.0 |
| 1443 | 2024-06-17T17:32:59.872Z | Compiling new_debug_unreachable v1.0.6 |
| 1444 | 2024-06-17T17:32:59.966Z | Compiling unicode-segmentation v1.11.0 |
| 1445 | 2024-06-17T17:33:00.091Z | Compiling string_cache v0.8.7 |
| 1446 | 2024-06-17T17:33:00.185Z | Compiling predicates v3.1.0 |
| 1447 | 2024-06-17T17:33:00.545Z | Compiling toml_edit v0.22.13 |
| 1448 | 2024-06-17T17:33:00.786Z | Compiling similar v2.5.0 |
| 1449 | 2024-06-17T17:33:00.815Z | Compiling nom v7.1.3 |
| 1450 | 2024-06-17T17:33:01.353Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1451 | 2024-06-17T17:33:01.625Z | Compiling reqwest v0.11.27 |
| 1452 | 2024-06-17T17:33:01.775Z | Compiling trust-dns-proto v0.22.0 |
| 1453 | 2024-06-17T17:33:02.875Z | Compiling tokio-postgres v0.7.10 |
| 1454 | 2024-06-17T17:33:04.584Z | Compiling elliptic-curve v0.13.8 |
| 1455 | 2024-06-17T17:33:05.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1456 | 2024-06-17T17:33:05.389Z | Compiling petgraph v0.6.5 |
| 1457 | 2024-06-17T17:33:06.107Z | Compiling usdt v0.5.0 |
| 1458 | 2024-06-17T17:33:07.594Z | Compiling futures v0.3.30 |
| 1459 | 2024-06-17T17:33:07.716Z | Compiling yasna v0.5.2 |
| 1460 | 2024-06-17T17:33:08.156Z | Compiling diesel v2.1.6 |
| 1461 | 2024-06-17T17:33:09.412Z | Compiling crossterm v0.27.0 |
| 1462 | 2024-06-17T17:33:09.437Z | Compiling flate2 v1.0.30 |
| 1463 | 2024-06-17T17:33:09.553Z | Compiling cipher v0.4.4 |
| 1464 | 2024-06-17T17:33:10.036Z | Compiling clap v4.5.4 |
| 1465 | 2024-06-17T17:33:10.162Z | Compiling itertools v0.10.5 |
| 1466 | 2024-06-17T17:33:10.374Z | Compiling itertools v0.12.1 |
| 1467 | 2024-06-17T17:33:10.648Z | Compiling bit-set v0.5.3 |
| 1468 | 2024-06-17T17:33:11.689Z | Compiling console v0.15.8 |
| 1469 | 2024-06-17T17:33:12.787Z | Compiling num-iter v0.1.45 |
| 1470 | 2024-06-17T17:33:12.993Z | Compiling tokio-stream v0.1.15 |
| 1471 | 2024-06-17T17:33:13.229Z | Compiling toml v0.7.8 |
| 1472 | 2024-06-17T17:33:13.674Z | Compiling bstr v1.9.1 |
| 1473 | 2024-06-17T17:33:13.754Z | Compiling hex v0.4.3 |
| 1474 | 2024-06-17T17:33:14.353Z | Compiling unicode-xid v0.2.4 |
| 1475 | 2024-06-17T17:33:14.528Z | Compiling lalrpop-util v0.19.12 |
| 1476 | 2024-06-17T17:33:14.596Z | Compiling peg-runtime v0.8.3 |
| 1477 | 2024-06-17T17:33:15.115Z | Compiling proc-macro-crate v1.3.1 |
| 1478 | 2024-06-17T17:33:15.268Z | Compiling heapless v0.8.0 |
| 1479 | 2024-06-17T17:33:16.336Z | Compiling camino v1.1.7 |
| 1480 | 2024-06-17T17:33:18.561Z | Compiling num_enum_derive v0.5.11 |
| 1481 | 2024-06-17T17:33:23.629Z | Compiling hash32 v0.3.1 |
| 1482 | 2024-06-17T17:33:24.218Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1483 | 2024-06-17T17:33:24.531Z | Compiling rustls-pki-types v1.7.0 |
| 1484 | 2024-06-17T17:33:25.557Z | Compiling smoltcp v0.11.0 |
| 1485 | 2024-06-17T17:33:26.195Z | Compiling ident_case v1.0.1 |
| 1486 | 2024-06-17T17:33:27.090Z | Compiling darling_core v0.20.9 |
| 1487 | 2024-06-17T17:33:37.949Z | Compiling num_enum v0.5.11 |
| 1488 | 2024-06-17T17:33:40.065Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1489 | 2024-06-17T17:33:40.449Z | Compiling getopts v0.2.21 |
| 1490 | 2024-06-17T17:33:42.027Z | Compiling dirs-sys-next v0.1.2 |
| 1491 | 2024-06-17T17:33:42.791Z | Compiling proc-macro-error-attr v1.0.4 |
| 1492 | 2024-06-17T17:33:43.109Z | Compiling embedded-io v0.4.0 |
| 1493 | 2024-06-17T17:33:43.342Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1494 | 2024-06-17T17:33:43.607Z | Compiling unsafe-libyaml v0.2.11 |
| 1495 | 2024-06-17T17:33:44.123Z | Compiling paste v1.0.15 |
| 1496 | 2024-06-17T17:33:44.526Z | Compiling rustls v0.22.4 |
| 1497 | 2024-06-17T17:33:44.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1498 | 2024-06-17T17:33:44.786Z | Compiling cobs v0.2.3 |
| 1499 | 2024-06-17T17:33:45.098Z | Compiling postcard v1.0.8 |
| 1500 | 2024-06-17T17:33:45.367Z | Compiling serde_yaml v0.9.34+deprecated |
| 1501 | 2024-06-17T17:33:47.968Z | Compiling dirs-next v2.0.0 |
| 1502 | 2024-06-17T17:33:49.737Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1503 | 2024-06-17T17:33:52.398Z | Compiling darling_macro v0.20.9 |
| 1504 | 2024-06-17T17:33:54.950Z | Compiling rustls-webpki v0.102.4 |
| 1505 | 2024-06-17T17:34:00.882Z | Compiling strum_macros v0.26.2 |
| 1506 | 2024-06-17T17:34:02.415Z | Compiling foreign-types-macros v0.2.3 |
| 1507 | 2024-06-17T17:34:02.432Z | Compiling structmeta-derive v0.3.0 |
| 1508 | 2024-06-17T17:34:03.662Z | Compiling thread_local v1.1.8 |
| 1509 | 2024-06-17T17:34:03.681Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1510 | 2024-06-17T17:34:03.963Z | Compiling proc-macro-error v1.0.4 |
| 1511 | 2024-06-17T17:34:04.260Z | Compiling multer v3.1.0 |
| 1512 | 2024-06-17T17:34:04.414Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1513 | 2024-06-17T17:34:04.651Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1514 | 2024-06-17T17:34:05.626Z | Compiling slog-async v2.8.0 |
| 1515 | 2024-06-17T17:34:05.737Z | Compiling foreign-types-shared v0.3.1 |
| 1516 | 2024-06-17T17:34:06.192Z | Compiling match_cfg v0.1.0 |
| 1517 | 2024-06-17T17:34:07.617Z | Compiling hostname v0.3.1 |
| 1518 | 2024-06-17T17:34:11.205Z | Compiling foreign-types v0.5.0 |
| 1519 | 2024-06-17T17:34:11.673Z | Compiling strum v0.26.2 |
| 1520 | 2024-06-17T17:34:11.938Z | Compiling structmeta v0.3.0 |
| 1521 | 2024-06-17T17:34:12.341Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1522 | 2024-06-17T17:34:15.684Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1523 | 2024-06-17T17:34:16.460Z | Compiling darling v0.20.9 |
| 1524 | 2024-06-17T17:34:24.591Z | Compiling term v0.7.0 |
| 1525 | 2024-06-17T17:34:28.152Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1526 | 2024-06-17T17:34:31.808Z | Compiling slog-json v2.6.1 |
| 1527 | 2024-06-17T17:34:32.056Z | Compiling tabwriter v1.4.0 |
| 1528 | 2024-06-17T17:34:32.350Z | Compiling crossbeam-channel v0.5.12 |
| 1529 | 2024-06-17T17:34:32.878Z | Compiling http v1.1.0 |
| 1530 | 2024-06-17T17:34:33.432Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1531 | 2024-06-17T17:34:34.068Z | Compiling async-stream-impl v0.3.5 |
| 1532 | 2024-06-17T17:34:34.112Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1533 | 2024-06-17T17:34:34.243Z | Compiling cstr-argument v0.1.2 |
| 1534 | 2024-06-17T17:34:34.503Z | Compiling is-terminal v0.4.12 |
| 1535 | 2024-06-17T17:34:34.641Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1536 | 2024-06-17T17:34:34.928Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1537 | 2024-06-17T17:34:34.959Z | Compiling crucible-workspace-hack v0.1.0 |
| 1538 | 2024-06-17T17:34:35.193Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1539 | 2024-06-17T17:34:35.232Z | Compiling fastrand v2.1.0 |
| 1540 | 2024-06-17T17:34:35.332Z | Compiling rayon-core v1.12.1 |
| 1541 | 2024-06-17T17:34:35.471Z | Compiling atomic-waker v1.1.2 |
| 1542 | 2024-06-17T17:34:35.607Z | Compiling take_mut v0.2.2 |
| 1543 | 2024-06-17T17:34:35.668Z | Compiling pretty-hex v0.2.1 |
| 1544 | 2024-06-17T17:34:35.778Z | Compiling base64 v0.22.1 |
| 1545 | 2024-06-17T17:34:35.920Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1546 | 2024-06-17T17:34:36.316Z | Compiling rustls-pemfile v2.1.2 |
| 1547 | 2024-06-17T17:34:36.361Z | Compiling tempfile v3.10.1 |
| 1548 | 2024-06-17T17:34:36.881Z | Compiling waitgroup v0.1.2 |
| 1549 | 2024-06-17T17:34:37.097Z | Compiling async-stream v0.3.5 |
| 1550 | 2024-06-17T17:34:37.429Z | Compiling slog-term v2.9.1 |
| 1551 | 2024-06-17T17:34:37.515Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1552 | 2024-06-17T17:34:38.368Z | Compiling slog-bunyan v2.5.0 |
| 1553 | 2024-06-17T17:34:38.427Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1554 | 2024-06-17T17:34:38.757Z | Compiling tokio-rustls v0.25.0 |
| 1555 | 2024-06-17T17:34:39.232Z | Compiling serde_with_macros v3.8.1 |
| 1556 | 2024-06-17T17:34:39.305Z | Compiling parse-display-derive v0.9.0 |
| 1557 | 2024-06-17T17:34:39.396Z | Compiling toml v0.8.13 |
| 1558 | 2024-06-17T17:34:40.228Z | Compiling sha1 v0.10.6 |
| 1559 | 2024-06-17T17:34:40.231Z | Compiling crossbeam-deque v0.8.5 |
| 1560 | 2024-06-17T17:34:41.005Z | Compiling colored v2.1.0 |
| 1561 | 2024-06-17T17:34:41.032Z | Compiling newtype-uuid v1.1.0 |
| 1562 | 2024-06-17T17:34:41.380Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1563 | 2024-06-17T17:34:41.997Z | Compiling serde_path_to_error v0.1.16 |
| 1564 | 2024-06-17T17:34:42.343Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1565 | 2024-06-17T17:34:43.057Z | Compiling socket2 v0.4.10 |
| 1566 | 2024-06-17T17:34:43.086Z | Compiling hostname v0.4.0 |
| 1567 | 2024-06-17T17:34:43.309Z | Compiling instant v0.1.12 |
| 1568 | 2024-06-17T17:34:43.343Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1569 | 2024-06-17T17:34:43.374Z | Compiling debug-ignore v1.0.5 |
| 1570 | 2024-06-17T17:34:43.467Z | Compiling backoff v0.4.0 |
| 1571 | 2024-06-17T17:34:43.758Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1572 | 2024-06-17T17:34:44.631Z | Compiling parse-display v0.9.0 |
| 1573 | 2024-06-17T17:34:46.452Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1574 | 2024-06-17T17:34:46.541Z | Compiling serde_with v3.8.1 |
| 1575 | 2024-06-17T17:34:46.568Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1576 | 2024-06-17T17:34:46.932Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1577 | 2024-06-17T17:34:47.075Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1578 | 2024-06-17T17:34:48.408Z | Compiling camino-tempfile v1.1.1 |
| 1579 | 2024-06-17T17:34:49.226Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1580 | 2024-06-17T17:34:49.740Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1581 | 2024-06-17T17:34:49.920Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 1582 | 2024-06-17T17:34:50.384Z | Compiling macaddr v1.0.1 |
| 1583 | 2024-06-17T17:34:51.000Z | Compiling num-derive v0.4.2 |
| 1584 | 2024-06-17T17:34:51.090Z | Compiling sigpipe v0.1.3 |
| 1585 | 2024-06-17T17:34:51.231Z | Compiling libefi-sys v0.1.0 |
| 1586 | 2024-06-17T17:34:51.539Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1587 | 2024-06-17T17:34:51.705Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1588 | 2024-06-17T17:34:52.099Z | Compiling rayon v1.10.0 |
| 1589 | 2024-06-17T17:34:52.569Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1590 | 2024-06-17T17:34:53.289Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1591 | 2024-06-17T17:34:53.711Z | Compiling smf v0.2.3 |
| 1592 | 2024-06-17T17:34:54.944Z | Compiling ring v0.16.20 |
| 1593 | 2024-06-17T17:34:55.012Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1594 | 2024-06-17T17:34:55.371Z | Compiling blake3 v1.5.1 |
| 1595 | 2024-06-17T17:34:55.920Z | Compiling portable-atomic v1.6.0 |
| 1596 | 2024-06-17T17:34:56.553Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1597 | 2024-06-17T17:34:56.836Z | Compiling xattr v1.3.1 |
| 1598 | 2024-06-17T17:34:56.850Z | Compiling memmap2 v0.9.4 |
| 1599 | 2024-06-17T17:34:57.261Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1600 | 2024-06-17T17:34:57.412Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1601 | 2024-06-17T17:34:57.696Z | Compiling filetime v0.2.23 |
| 1602 | 2024-06-17T17:34:57.950Z | Compiling same-file v1.0.6 |
| 1603 | 2024-06-17T17:34:58.035Z | Compiling untrusted v0.7.1 |
| 1604 | 2024-06-17T17:34:58.228Z | Compiling constant_time_eq v0.3.0 |
| 1605 | 2024-06-17T17:34:58.244Z | Compiling arrayref v0.3.7 |
| 1606 | 2024-06-17T17:34:58.346Z | Compiling arrayvec v0.7.4 |
| 1607 | 2024-06-17T17:34:58.408Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1608 | 2024-06-17T17:34:58.560Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1609 | 2024-06-17T17:34:59.548Z | Compiling walkdir v2.5.0 |
| 1610 | 2024-06-17T17:35:00.831Z | Compiling tar v0.4.40 |
| 1611 | 2024-06-17T17:35:02.847Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1612 | 2024-06-17T17:35:02.901Z | Compiling gethostname v0.4.3 |
| 1613 | 2024-06-17T17:35:03.183Z | Compiling topological-sort v0.2.2 |
| 1614 | 2024-06-17T17:35:03.265Z | Compiling number_prefix v0.4.0 |
| 1615 | 2024-06-17T17:35:03.432Z | Compiling swrite v0.1.0 |
| 1616 | 2024-06-17T17:35:03.515Z | Compiling indicatif v0.17.8 |
| 1617 | 2024-06-17T17:35:04.669Z | Compiling omicron-zone-package v0.11.0 |
| 1618 | 2024-06-17T17:35:07.885Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1619 | 2024-06-17T17:35:11.138Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1620 | 2024-06-17T17:35:12.490Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1621 | 2024-06-17T17:35:15.342Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1622 | 2024-06-17T17:35:31.530Z | Finished `release` profile [optimized] target(s) in 4m 28s |
| 1623 | 2024-06-17T17:35:31.652Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1624 | 2024-06-17T17:35:31.686Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1625 | 2024-06-17T17:35:31.689Z | Created new build target 'test' and set it as active |
| 1626 | 2024-06-17T17:35:31.689Z | |
| 1627 | 2024-06-17T17:35:31.689Z | real 4:28.760743119 |
| 1628 | 2024-06-17T17:35:31.689Z | user 30:16.206355061 |
| 1629 | 2024-06-17T17:35:31.689Z | sys 3:56.600945078 |
| 1630 | 2024-06-17T17:35:31.689Z | trap 0.920855189 |
| 1631 | 2024-06-17T17:35:31.689Z | tflt 2.764088449 |
| 1632 | 2024-06-17T17:35:31.689Z | dflt 1.435220635 |
| 1633 | 2024-06-17T17:35:31.689Z | kflt 0.011673713 |
| 1634 | 2024-06-17T17:35:31.689Z | lock 1:03:23.988313742 |
| 1635 | 2024-06-17T17:35:31.689Z | slp 1:25:10.618278747 |
| 1636 | 2024-06-17T17:35:31.689Z | lat 2:01.362791986 |
| 1637 | 2024-06-17T17:35:31.689Z | stop 3:01.754303772 |
| 1638 | 2024-06-17T17:35:31.689Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1639 | 2024-06-17T17:35:32.548Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 1640 | 2024-06-17T17:35:32.587Z | Running `target/release/omicron-package -t test package` |
| 1641 | 2024-06-17T17:35:32.622Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1642 | 2024-06-17T17:35:33.553Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1643 | 2024-06-17T17:35:33.654Z | Compiling newline-converter v0.3.0 |
| 1644 | 2024-06-17T17:35:33.665Z | Compiling humantime v2.1.0 |
| 1645 | 2024-06-17T17:35:33.667Z | Compiling derive-where v1.2.7 |
| 1646 | 2024-06-17T17:35:33.686Z | Compiling convert_case v0.4.0 |
| 1647 | 2024-06-17T17:35:33.688Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1648 | 2024-06-17T17:35:33.688Z | Compiling password-hash v0.5.0 |
| 1649 | 2024-06-17T17:35:33.689Z | Compiling blake2 v0.10.6 |
| 1650 | 2024-06-17T17:35:33.797Z | Compiling expectorate v1.1.0 |
| 1651 | 2024-06-17T17:35:33.878Z | Compiling linked-hash-map v0.5.6 |
| 1652 | 2024-06-17T17:35:33.979Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1653 | 2024-06-17T17:35:34.265Z | Compiling lru-cache v0.1.2 |
| 1654 | 2024-06-17T17:35:34.476Z | Compiling argon2 v0.5.3 |
| 1655 | 2024-06-17T17:35:34.479Z | Compiling semver v0.1.20 |
| 1656 | 2024-06-17T17:35:34.505Z | Compiling derive_more v0.99.17 |
| 1657 | 2024-06-17T17:35:34.931Z | Compiling rustc_version v0.1.7 |
| 1658 | 2024-06-17T17:35:35.065Z | Compiling home v0.5.9 |
| 1659 | 2024-06-17T17:35:35.299Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1660 | 2024-06-17T17:35:35.352Z | Compiling newtype_derive v0.1.6 |
| 1661 | 2024-06-17T17:35:35.813Z | Compiling steno v0.4.0 |
| 1662 | 2024-06-17T17:35:35.873Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1663 | 2024-06-17T17:35:35.988Z | Compiling slog-dtrace v0.3.0 |
| 1664 | 2024-06-17T17:35:36.280Z | Compiling quick-error v1.2.3 |
| 1665 | 2024-06-17T17:35:36.427Z | Compiling resolv-conf v0.7.0 |
| 1666 | 2024-06-17T17:35:36.907Z | Compiling trust-dns-resolver v0.22.0 |
| 1667 | 2024-06-17T17:35:38.025Z | Compiling termcolor v1.4.1 |
| 1668 | 2024-06-17T17:35:38.531Z | Compiling utf-8 v0.7.6 |
| 1669 | 2024-06-17T17:35:38.891Z | Compiling num-rational v0.4.2 |
| 1670 | 2024-06-17T17:35:39.133Z | Compiling num-complex v0.4.6 |
| 1671 | 2024-06-17T17:35:40.415Z | Compiling num v0.4.3 |
| 1672 | 2024-06-17T17:35:40.432Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1673 | 2024-06-17T17:35:40.525Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1674 | 2024-06-17T17:35:41.332Z | Compiling nibble_vec v0.1.0 |
| 1675 | 2024-06-17T17:35:41.561Z | Compiling radium v0.7.0 |
| 1676 | 2024-06-17T17:35:41.587Z | Compiling endian-type v0.1.2 |
| 1677 | 2024-06-17T17:35:41.828Z | Compiling display-error-chain v0.2.0 |
| 1678 | 2024-06-17T17:35:41.990Z | Compiling radix_trie v0.2.1 |
| 1679 | 2024-06-17T17:35:42.004Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1680 | 2024-06-17T17:35:42.025Z | Compiling tungstenite v0.20.1 |
| 1681 | 2024-06-17T17:35:42.871Z | Compiling maybe-uninit v2.0.0 |
| 1682 | 2024-06-17T17:35:43.319Z | Compiling tap v1.0.1 |
| 1683 | 2024-06-17T17:35:43.513Z | Compiling wyz v0.5.1 |
| 1684 | 2024-06-17T17:35:44.070Z | Compiling tokio-tungstenite v0.20.1 |
| 1685 | 2024-06-17T17:35:45.194Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1686 | 2024-06-17T17:35:45.614Z | Compiling funty v2.0.0 |
| 1687 | 2024-06-17T17:35:46.210Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1688 | 2024-06-17T17:35:47.322Z | Compiling cancel-safe-futures v0.1.5 |
| 1689 | 2024-06-17T17:35:47.649Z | Compiling crc-catalog v2.4.0 |
| 1690 | 2024-06-17T17:35:47.804Z | Compiling num-bigint-dig v0.8.4 |
| 1691 | 2024-06-17T17:35:47.995Z | Compiling arc-swap v1.7.1 |
| 1692 | 2024-06-17T17:35:48.076Z | Compiling packed_struct v0.10.1 |
| 1693 | 2024-06-17T17:35:48.268Z | Compiling crc v3.2.1 |
| 1694 | 2024-06-17T17:35:48.499Z | Compiling slog-scope v4.4.0 |
| 1695 | 2024-06-17T17:35:48.694Z | Compiling bitvec v1.0.1 |
| 1696 | 2024-06-17T17:35:50.311Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1697 | 2024-06-17T17:35:53.249Z | Compiling packed_struct_codegen v0.10.1 |
| 1698 | 2024-06-17T17:35:54.543Z | Compiling fxhash v0.2.1 |
| 1699 | 2024-06-17T17:35:54.780Z | Compiling dirs-sys-next v0.1.2 |
| 1700 | 2024-06-17T17:35:55.313Z | Compiling indexmap v1.9.3 |
| 1701 | 2024-06-17T17:35:55.605Z | Compiling nodrop v0.1.14 |
| 1702 | 2024-06-17T17:35:55.726Z | Compiling crunchy v0.2.2 |
| 1703 | 2024-06-17T17:35:55.930Z | Compiling glob v0.3.1 |
| 1704 | 2024-06-17T17:35:56.767Z | Compiling clang-sys v1.7.0 |
| 1705 | 2024-06-17T17:35:57.421Z | Compiling array-init v0.0.4 |
| 1706 | 2024-06-17T17:35:58.325Z | Compiling dirs-next v2.0.0 |
| 1707 | 2024-06-17T17:35:58.608Z | Compiling smallvec v0.6.14 |
| 1708 | 2024-06-17T17:35:58.701Z | Compiling slog-stdlog v4.1.1 |
| 1709 | 2024-06-17T17:35:59.461Z | Compiling rayon-core v1.12.1 |
| 1710 | 2024-06-17T17:35:59.484Z | Compiling pkcs1 v0.7.5 |
| 1711 | 2024-06-17T17:35:59.609Z | Compiling signature v2.2.0 |
| 1712 | 2024-06-17T17:35:59.903Z | Compiling crossbeam-deque v0.8.5 |
| 1713 | 2024-06-17T17:36:00.232Z | Compiling half v2.4.1 |
| 1714 | 2024-06-17T17:36:00.384Z | Compiling prettyplease v0.2.20 |
| 1715 | 2024-06-17T17:36:00.659Z | Compiling same-file v1.0.6 |
| 1716 | 2024-06-17T17:36:00.888Z | Compiling maplit v1.0.2 |
| 1717 | 2024-06-17T17:36:00.919Z | Compiling ciborium-io v0.2.2 |
| 1718 | 2024-06-17T17:36:01.006Z | Compiling tiny-keccak v2.0.2 |
| 1719 | 2024-06-17T17:36:01.054Z | Compiling bitfield v0.14.0 |
| 1720 | 2024-06-17T17:36:01.269Z | Compiling hashbrown v0.12.3 |
| 1721 | 2024-06-17T17:36:01.358Z | Compiling fastrand v2.1.0 |
| 1722 | 2024-06-17T17:36:01.879Z | Compiling tempfile v3.10.1 |
| 1723 | 2024-06-17T17:36:02.620Z | Compiling rsa v0.9.6 |
| 1724 | 2024-06-17T17:36:03.391Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1725 | 2024-06-17T17:36:03.651Z | Compiling ciborium-ll v0.2.2 |
| 1726 | 2024-06-17T17:36:04.140Z | Compiling walkdir v2.5.0 |
| 1727 | 2024-06-17T17:36:06.004Z | Compiling serde-hex v0.1.0 |
| 1728 | 2024-06-17T17:36:06.500Z | Compiling slog-envlogger v2.2.0 |
| 1729 | 2024-06-17T17:36:08.110Z | Compiling bzip2 v0.4.4 |
| 1730 | 2024-06-17T17:36:08.584Z | Compiling term v0.7.0 |
| 1731 | 2024-06-17T17:36:09.192Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1732 | 2024-06-17T17:36:09.218Z | Compiling env_logger v0.10.2 |
| 1733 | 2024-06-17T17:36:09.516Z | Compiling camino v1.1.7 |
| 1734 | 2024-06-17T17:36:09.583Z | Compiling x509-cert v0.2.5 |
| 1735 | 2024-06-17T17:36:09.944Z | Compiling ron v0.8.1 |
| 1736 | 2024-06-17T17:36:11.160Z | Compiling hashbrown v0.13.2 |
| 1737 | 2024-06-17T17:36:11.615Z | Compiling crc-any v2.5.0 |
| 1738 | 2024-06-17T17:36:12.411Z | Compiling blake3 v1.5.1 |
| 1739 | 2024-06-17T17:36:12.529Z | Compiling object v0.30.4 |
| 1740 | 2024-06-17T17:36:12.560Z | Compiling ring v0.16.20 |
| 1741 | 2024-06-17T17:36:12.782Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1742 | 2024-06-17T17:36:15.398Z | Compiling ascii-canvas v3.0.0 |
| 1743 | 2024-06-17T17:36:15.682Z | Compiling zip v0.6.6 |
| 1744 | 2024-06-17T17:36:15.913Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1745 | 2024-06-17T17:36:16.243Z | Compiling rayon v1.10.0 |
| 1746 | 2024-06-17T17:36:17.876Z | Compiling ciborium v0.2.2 |
| 1747 | 2024-06-17T17:36:18.483Z | Compiling xattr v1.3.1 |
| 1748 | 2024-06-17T17:36:18.763Z | Compiling ena v0.14.3 |
| 1749 | 2024-06-17T17:36:19.158Z | Compiling memmap2 v0.9.4 |
| 1750 | 2024-06-17T17:36:19.597Z | Compiling atty v0.2.14 |
| 1751 | 2024-06-17T17:36:19.744Z | Compiling filetime v0.2.23 |
| 1752 | 2024-06-17T17:36:20.025Z | Compiling is-terminal v0.4.12 |
| 1753 | 2024-06-17T17:36:20.061Z | Compiling libloading v0.8.3 |
| 1754 | 2024-06-17T17:36:20.149Z | Compiling diff v0.1.13 |
| 1755 | 2024-06-17T17:36:20.434Z | Compiling constant_time_eq v0.3.0 |
| 1756 | 2024-06-17T17:36:20.583Z | Compiling bindgen v0.69.4 |
| 1757 | 2024-06-17T17:36:20.719Z | Compiling arrayref v0.3.7 |
| 1758 | 2024-06-17T17:36:20.828Z | Compiling path-slash v0.1.5 |
| 1759 | 2024-06-17T17:36:20.995Z | Compiling arrayvec v0.7.4 |
| 1760 | 2024-06-17T17:36:21.026Z | Compiling regex-syntax v0.6.29 |
| 1761 | 2024-06-17T17:36:21.061Z | Compiling untrusted v0.7.1 |
| 1762 | 2024-06-17T17:36:21.846Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1763 | 2024-06-17T17:36:24.650Z | Compiling lalrpop v0.19.12 |
| 1764 | 2024-06-17T17:36:25.701Z | Compiling tar v0.4.40 |
| 1765 | 2024-06-17T17:36:26.446Z | Compiling camino-tempfile v1.1.1 |
| 1766 | 2024-06-17T17:36:27.569Z | Compiling toolchain_find v0.4.0 |
| 1767 | 2024-06-17T17:36:28.144Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1768 | 2024-06-17T17:36:29.248Z | Compiling which v4.4.2 |
| 1769 | 2024-06-17T17:36:29.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1770 | 2024-06-17T17:36:29.712Z | Compiling toml v0.8.13 |
| 1771 | 2024-06-17T17:36:29.789Z | Compiling cexpr v0.6.0 |
| 1772 | 2024-06-17T17:36:31.323Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1773 | 2024-06-17T17:36:31.397Z | Compiling libsw v3.3.1 |
| 1774 | 2024-06-17T17:36:31.736Z | Compiling owo-colors v4.0.0 |
| 1775 | 2024-06-17T17:36:31.739Z | Compiling topological-sort v0.2.2 |
| 1776 | 2024-06-17T17:36:31.946Z | Compiling lazycell v1.3.0 |
| 1777 | 2024-06-17T17:36:32.119Z | Compiling ref-cast v1.0.23 |
| 1778 | 2024-06-17T17:36:32.634Z | Compiling shlex v1.3.0 |
| 1779 | 2024-06-17T17:36:33.015Z | Compiling linear-map v1.2.0 |
| 1780 | 2024-06-17T17:36:33.382Z | Compiling parking_lot_core v0.8.6 |
| 1781 | 2024-06-17T17:36:33.400Z | Compiling rustc-hash v1.1.0 |
| 1782 | 2024-06-17T17:36:33.555Z | Compiling omicron-zone-package v0.11.0 |
| 1783 | 2024-06-17T17:36:33.802Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1784 | 2024-06-17T17:36:34.079Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1785 | 2024-06-17T17:36:34.293Z | Compiling rustfmt-wrapper v0.2.1 |
| 1786 | 2024-06-17T17:36:34.526Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1787 | 2024-06-17T17:36:34.835Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1788 | 2024-06-17T17:36:35.115Z | Compiling derive_builder_core v0.20.0 |
| 1789 | 2024-06-17T17:36:37.326Z | Compiling headers-core v0.2.0 |
| 1790 | 2024-06-17T17:36:37.501Z | Compiling libxml v0.3.3 |
| 1791 | 2024-06-17T17:36:37.847Z | Compiling ref-cast-impl v1.0.23 |
| 1792 | 2024-06-17T17:36:38.995Z | Compiling unicase v2.7.0 |
| 1793 | 2024-06-17T17:36:39.060Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1794 | 2024-06-17T17:36:39.457Z | Compiling headers v0.3.9 |
| 1795 | 2024-06-17T17:36:41.421Z | Compiling derive_builder_macro v0.20.0 |
| 1796 | 2024-06-17T17:36:43.169Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1797 | 2024-06-17T17:36:43.439Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1798 | 2024-06-17T17:36:43.727Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1799 | 2024-06-17T17:36:46.184Z | Compiling pem v3.0.4 |
| 1800 | 2024-06-17T17:36:46.445Z | Compiling strum_macros v0.24.3 |
| 1801 | 2024-06-17T17:36:47.690Z | Compiling async-recursion v1.1.1 |
| 1802 | 2024-06-17T17:36:47.709Z | Compiling samael v0.0.15 |
| 1803 | 2024-06-17T17:36:48.827Z | Compiling cookie v0.18.1 |
| 1804 | 2024-06-17T17:36:49.120Z | Compiling indoc v1.0.9 |
| 1805 | 2024-06-17T17:36:49.908Z | Compiling parking_lot v0.11.2 |
| 1806 | 2024-06-17T17:36:49.981Z | Compiling derive_builder v0.20.0 |
| 1807 | 2024-06-17T17:36:51.761Z | Compiling polar-core v0.27.3 |
| 1808 | 2024-06-17T17:36:51.946Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1809 | 2024-06-17T17:36:51.964Z | Compiling trust-dns-client v0.22.0 |
| 1810 | 2024-06-17T17:36:53.833Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1811 | 2024-06-17T17:36:54.127Z | Compiling oso-derive v0.27.3 |
| 1812 | 2024-06-17T17:36:55.105Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1813 | 2024-06-17T17:36:55.120Z | Compiling quick-xml v0.31.0 |
| 1814 | 2024-06-17T17:36:55.371Z | Compiling toml v0.5.11 |
| 1815 | 2024-06-17T17:36:57.687Z | Compiling vte_generate_state_changes v0.1.1 |
| 1816 | 2024-06-17T17:36:58.272Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1817 | 2024-06-17T17:36:58.556Z | Compiling cfg_aliases v0.1.1 |
| 1818 | 2024-06-17T17:36:58.679Z | Compiling buf-list v1.0.3 |
| 1819 | 2024-06-17T17:36:59.288Z | Compiling nix v0.28.0 |
| 1820 | 2024-06-17T17:37:00.110Z | Compiling vte v0.11.1 |
| 1821 | 2024-06-17T17:37:01.454Z | Compiling trust-dns-server v0.22.1 |
| 1822 | 2024-06-17T17:37:04.522Z | Compiling sled v0.34.7 |
| 1823 | 2024-06-17T17:37:07.427Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1824 | 2024-06-17T17:37:08.962Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1825 | 2024-06-17T17:37:09.239Z | Compiling fd-lock v4.0.2 |
| 1826 | 2024-06-17T17:37:09.464Z | Compiling const_format_proc_macros v0.2.32 |
| 1827 | 2024-06-17T17:37:11.560Z | Compiling bb8 v0.8.3 |
| 1828 | 2024-06-17T17:37:12.105Z | Compiling pin-project-internal v1.1.5 |
| 1829 | 2024-06-17T17:37:14.959Z | Compiling memoffset v0.9.1 |
| 1830 | 2024-06-17T17:37:15.253Z | Compiling platforms v3.4.0 |
| 1831 | 2024-06-17T17:37:15.858Z | Compiling bytecount v0.6.8 |
| 1832 | 2024-06-17T17:37:16.163Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1833 | 2024-06-17T17:37:16.471Z | Compiling papergrid v0.11.0 |
| 1834 | 2024-06-17T17:37:22.686Z | Compiling oso v0.27.3 |
| 1835 | 2024-06-17T17:37:28.775Z | Compiling curve25519-dalek v4.1.2 |
| 1836 | 2024-06-17T17:37:28.927Z | Compiling pin-project v1.1.5 |
| 1837 | 2024-06-17T17:37:29.068Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1838 | 2024-06-17T17:37:29.163Z | Compiling const_format v0.2.32 |
| 1839 | 2024-06-17T17:37:29.768Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1840 | 2024-06-17T17:37:30.774Z | Compiling strip-ansi-escapes v0.2.0 |
| 1841 | 2024-06-17T17:37:32.882Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1842 | 2024-06-17T17:37:38.229Z | Compiling tabled_derive v0.7.0 |
| 1843 | 2024-06-17T17:37:39.163Z | Compiling kstat-rs v0.2.3 |
| 1844 | 2024-06-17T17:37:40.112Z | Compiling snafu-derive v0.8.2 |
| 1845 | 2024-06-17T17:37:40.533Z | Compiling nu-ansi-term v0.50.0 |
| 1846 | 2024-06-17T17:37:41.224Z | Compiling keccak v0.1.5 |
| 1847 | 2024-06-17T17:37:41.605Z | Compiling sha3 v0.10.8 |
| 1848 | 2024-06-17T17:37:41.965Z | Compiling reedline v0.31.0 |
| 1849 | 2024-06-17T17:37:42.247Z | Compiling tabled v0.15.0 |
| 1850 | 2024-06-17T17:37:42.487Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1851 | 2024-06-17T17:37:45.135Z | Compiling snafu v0.8.2 |
| 1852 | 2024-06-17T17:37:46.465Z | Compiling mime_guess v2.0.4 |
| 1853 | 2024-06-17T17:37:49.581Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1854 | 2024-06-17T17:37:52.157Z | Compiling env_logger v0.9.3 |
| 1855 | 2024-06-17T17:37:55.753Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1856 | 2024-06-17T17:37:56.644Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1857 | 2024-06-17T17:37:57.609Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1858 | 2024-06-17T17:37:58.128Z | Compiling globset v0.4.14 |
| 1859 | 2024-06-17T17:38:03.243Z | Compiling peg-macros v0.8.3 |
| 1860 | 2024-06-17T17:38:05.057Z | Compiling olpc-cjson v0.1.3 |
| 1861 | 2024-06-17T17:38:05.403Z | Compiling universal-hash v0.5.1 |
| 1862 | 2024-06-17T17:38:05.906Z | Compiling secrecy v0.8.0 |
| 1863 | 2024-06-17T17:38:06.185Z | Compiling bitstruct_derive v0.1.0 |
| 1864 | 2024-06-17T17:38:06.407Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1865 | 2024-06-17T17:38:06.686Z | Compiling serde_plain v1.0.2 |
| 1866 | 2024-06-17T17:38:07.202Z | Compiling sqlparser_derive v0.2.2 |
| 1867 | 2024-06-17T17:38:07.480Z | Compiling nanorand v0.7.0 |
| 1868 | 2024-06-17T17:38:08.288Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1869 | 2024-06-17T17:38:08.333Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1870 | 2024-06-17T17:38:08.477Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1871 | 2024-06-17T17:38:08.790Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1872 | 2024-06-17T17:38:09.094Z | Compiling salty v0.2.0 |
| 1873 | 2024-06-17T17:38:09.493Z | Compiling opaque-debug v0.3.1 |
| 1874 | 2024-06-17T17:38:09.510Z | Compiling ascii v1.1.0 |
| 1875 | 2024-06-17T17:38:09.598Z | Compiling typed-path v0.7.1 |
| 1876 | 2024-06-17T17:38:09.686Z | Compiling signature v1.6.4 |
| 1877 | 2024-06-17T17:38:09.854Z | Compiling unicode_categories v0.1.1 |
| 1878 | 2024-06-17T17:38:10.259Z | Compiling sqlformat v0.2.3 |
| 1879 | 2024-06-17T17:38:14.370Z | Compiling tough v0.17.1 |
| 1880 | 2024-06-17T17:38:16.498Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1881 | 2024-06-17T17:38:18.993Z | Compiling ed25519 v1.5.3 |
| 1882 | 2024-06-17T17:38:21.611Z | Compiling poly1305 v0.8.0 |
| 1883 | 2024-06-17T17:38:23.181Z | Compiling rustyline v14.0.0 |
| 1884 | 2024-06-17T17:38:26.188Z | Compiling thiserror-no-std v2.0.2 |
| 1885 | 2024-06-17T17:38:26.420Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1886 | 2024-06-17T17:38:26.717Z | Compiling sqlparser v0.45.0 |
| 1887 | 2024-06-17T17:38:27.646Z | Compiling flume v0.11.0 |
| 1888 | 2024-06-17T17:38:28.436Z | Compiling bitstruct v0.1.1 |
| 1889 | 2024-06-17T17:38:28.570Z | Compiling peg v0.8.3 |
| 1890 | 2024-06-17T17:38:28.694Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1891 | 2024-06-17T17:38:29.807Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1892 | 2024-06-17T17:38:35.173Z | Compiling nix v0.27.1 |
| 1893 | 2024-06-17T17:38:35.642Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1894 | 2024-06-17T17:38:38.210Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1895 | 2024-06-17T17:38:38.523Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1896 | 2024-06-17T17:38:38.818Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1897 | 2024-06-17T17:38:39.653Z | Compiling chacha20 v0.9.1 |
| 1898 | 2024-06-17T17:38:40.023Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1899 | 2024-06-17T17:38:40.118Z | Compiling aead v0.5.2 |
| 1900 | 2024-06-17T17:38:40.464Z | Compiling bcs v0.1.6 |
| 1901 | 2024-06-17T17:38:41.354Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1902 | 2024-06-17T17:38:42.177Z | Compiling serde-big-array v0.5.1 |
| 1903 | 2024-06-17T17:38:42.203Z | Compiling erased-serde v0.3.31 |
| 1904 | 2024-06-17T17:38:42.441Z | Compiling serde_arrays v0.1.0 |
| 1905 | 2024-06-17T17:38:42.648Z | Compiling parse-size v1.0.0 |
| 1906 | 2024-06-17T17:38:42.945Z | Compiling highway v1.1.0 |
| 1907 | 2024-06-17T17:38:43.930Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1908 | 2024-06-17T17:38:44.329Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1909 | 2024-06-17T17:38:48.761Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1910 | 2024-06-17T17:38:56.195Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1911 | 2024-06-17T17:38:56.543Z | Compiling chacha20poly1305 v0.10.1 |
| 1912 | 2024-06-17T17:38:58.324Z | Compiling vsss-rs v3.3.4 |
| 1913 | 2024-06-17T17:39:01.401Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1914 | 2024-06-17T17:39:02.133Z | Compiling signal-hook-tokio v0.3.1 |
| 1915 | 2024-06-17T17:39:02.334Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1916 | 2024-06-17T17:39:02.768Z | Compiling heck v0.3.3 |
| 1917 | 2024-06-17T17:39:03.148Z | Compiling castaway v0.2.2 |
| 1918 | 2024-06-17T17:39:03.348Z | Compiling rand_seeder v0.2.3 |
| 1919 | 2024-06-17T17:39:03.833Z | Compiling serde-big-array v0.4.1 |
| 1920 | 2024-06-17T17:39:04.558Z | Compiling http-range v0.1.5 |
| 1921 | 2024-06-17T17:39:05.153Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1922 | 2024-06-17T17:39:05.453Z | Compiling hyper-staticfile v0.9.5 |
| 1923 | 2024-06-17T17:39:05.931Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1924 | 2024-06-17T17:39:08.611Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1925 | 2024-06-17T17:39:09.122Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 1926 | 2024-06-17T17:39:09.352Z | Compiling compact_str v0.7.1 |
| 1927 | 2024-06-17T17:39:10.097Z | Compiling zone_cfg_derive v0.1.2 |
| 1928 | 2024-06-17T17:39:10.897Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1929 | 2024-06-17T17:39:11.477Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1930 | 2024-06-17T17:39:19.561Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1931 | 2024-06-17T17:39:20.172Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 1932 | 2024-06-17T17:39:26.421Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1933 | 2024-06-17T17:39:31.374Z | Compiling tungstenite v0.21.0 |
| 1934 | 2024-06-17T17:39:32.224Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 1935 | 2024-06-17T17:39:32.502Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 1936 | 2024-06-17T17:39:32.788Z | Compiling lru v0.12.3 |
| 1937 | 2024-06-17T17:39:33.149Z | Compiling stability v0.2.0 |
| 1938 | 2024-06-17T17:39:34.130Z | Compiling indoc v2.0.5 |
| 1939 | 2024-06-17T17:39:35.108Z | Compiling cassowary v0.3.0 |
| 1940 | 2024-06-17T17:39:36.739Z | Compiling base64 v0.13.1 |
| 1941 | 2024-06-17T17:39:37.517Z | Compiling corncobs v0.1.3 |
| 1942 | 2024-06-17T17:39:37.884Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1943 | 2024-06-17T17:39:38.751Z | Compiling ron v0.7.1 |
| 1944 | 2024-06-17T17:39:38.888Z | Compiling ratatui v0.26.2 |
| 1945 | 2024-06-17T17:39:41.072Z | Compiling tokio-tungstenite v0.21.0 |
| 1946 | 2024-06-17T17:39:41.712Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 1947 | 2024-06-17T17:39:44.047Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1948 | 2024-06-17T17:39:44.704Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1949 | 2024-06-17T17:39:45.959Z | Compiling zone v0.1.8 |
| 1950 | 2024-06-17T17:39:49.222Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 1951 | 2024-06-17T17:39:55.156Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 1952 | 2024-06-17T17:39:57.984Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 1953 | 2024-06-17T17:39:59.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1954 | 2024-06-17T17:40:03.418Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1955 | 2024-06-17T17:40:03.700Z | Compiling portpicker v0.1.1 |
| 1956 | 2024-06-17T17:40:04.191Z | Compiling csv-core v0.1.11 |
| 1957 | 2024-06-17T17:40:05.037Z | Compiling smawk v0.3.2 |
| 1958 | 2024-06-17T17:40:05.308Z | Compiling unicode-linebreak v0.1.5 |
| 1959 | 2024-06-17T17:40:05.886Z | Compiling textwrap v0.16.1 |
| 1960 | 2024-06-17T17:40:07.914Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1961 | 2024-06-17T17:40:09.388Z | Compiling csv v1.3.0 |
| 1962 | 2024-06-17T17:40:11.531Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 1963 | 2024-06-17T17:40:14.587Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1964 | 2024-06-17T17:40:18.031Z | Compiling rcgen v0.12.1 |
| 1965 | 2024-06-17T17:40:18.034Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 1966 | 2024-06-17T17:40:18.515Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 1967 | 2024-06-17T17:40:18.809Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1968 | 2024-06-17T17:40:25.894Z | Compiling atomicwrites v0.4.3 |
| 1969 | 2024-06-17T17:40:26.337Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 1970 | 2024-06-17T17:40:27.973Z | Compiling fatfs v0.3.6 |
| 1971 | 2024-06-17T17:40:28.271Z | Compiling rtoolbox v0.0.2 |
| 1972 | 2024-06-17T17:40:28.742Z | Compiling subprocess v0.2.9 |
| 1973 | 2024-06-17T17:40:30.717Z | Compiling is_ci v1.2.0 |
| 1974 | 2024-06-17T17:40:30.814Z | Compiling assert_matches v1.5.0 |
| 1975 | 2024-06-17T17:40:31.002Z | Compiling supports-color v3.0.0 |
| 1976 | 2024-06-17T17:40:31.645Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1977 | 2024-06-17T17:40:32.359Z | Compiling rpassword v7.3.1 |
| 1978 | 2024-06-17T17:40:32.806Z | Compiling tui-tree-widget v0.19.0 |
| 1979 | 2024-06-17T17:40:33.203Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 1980 | 2024-06-17T17:40:33.780Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 1981 | 2024-06-17T17:40:34.002Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 1982 | 2024-06-17T17:40:34.273Z | Compiling shell-words v1.1.0 |
| 1983 | 2024-06-17T17:40:34.706Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 1984 | 2024-06-17T17:40:36.343Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 1985 | 2024-06-17T17:40:38.845Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1986 | 2024-06-17T17:41:03.809Z | Compiling multimap v0.10.0 |
| 1987 | 2024-06-17T17:41:04.227Z | Compiling uzers v0.11.3 |
| 1988 | 2024-06-17T17:41:07.166Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 1989 | 2024-06-17T17:43:33.528Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 1990 | 2024-06-17T17:43:34.529Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1991 | 2024-06-17T17:49:52.014Z | Finished `release` profile [optimized] target(s) in 14m 19s |
| 1992 | 2024-06-17T17:50:39.561Z | |
| 1993 | 2024-06-17T17:50:39.561Z | real 15:07.724296051 |
| 1994 | 2024-06-17T17:50:39.561Z | user 1:44:13.620135556 |
| 1995 | 2024-06-17T17:50:39.561Z | sys 5:42.222891147 |
| 1996 | 2024-06-17T17:50:39.564Z | trap 2.392205837 |
| 1997 | 2024-06-17T17:50:39.564Z | tflt 2.236075574 |
| 1998 | 2024-06-17T17:50:39.564Z | dflt 3.464187000 |
| 1999 | 2024-06-17T17:50:39.564Z | kflt 0.000862739 |
| 2000 | 2024-06-17T17:50:39.564Z | lock 6:23:29.113204567 |
| 2001 | 2024-06-17T17:50:39.564Z | slp 4:08:46.986578510 |
| 2002 | 2024-06-17T17:50:39.564Z | lat 2:31.511059689 |
| 2003 | 2024-06-17T17:50:39.564Z | stop 1:47.917768622 |
| 2004 | 2024-06-17T17:50:39.564Z | + mapfile -t packages |
| 2005 | 2024-06-17T17:50:39.564Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2006 | 2024-06-17T17:50:40.460Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 2007 | 2024-06-17T17:50:40.502Z | Running `target/release/omicron-package -t test list-outputs` |
| 2008 | 2024-06-17T17:50:40.541Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2009 | 2024-06-17T17:50:40.544Z | + ptime -m cargo build --locked --release -p xtask |
| 2010 | 2024-06-17T17:50:41.135Z | Compiling serde v1.0.203 |
| 2011 | 2024-06-17T17:50:41.138Z | Compiling bitflags v2.5.0 |
| 2012 | 2024-06-17T17:50:41.138Z | Compiling syn v2.0.64 |
| 2013 | 2024-06-17T17:50:41.226Z | Compiling bytes v1.6.0 |
| 2014 | 2024-06-17T17:50:41.229Z | Compiling scopeguard v1.2.0 |
| 2015 | 2024-06-17T17:50:41.233Z | Compiling smallvec v1.13.2 |
| 2016 | 2024-06-17T17:50:41.243Z | Compiling serde_json v1.0.117 |
| 2017 | 2024-06-17T17:50:41.383Z | Compiling lock_api v0.4.12 |
| 2018 | 2024-06-17T17:50:41.580Z | Compiling hashbrown v0.14.5 |
| 2019 | 2024-06-17T17:50:41.705Z | Compiling parking_lot_core v0.9.10 |
| 2020 | 2024-06-17T17:50:41.718Z | Compiling log v0.4.21 |
| 2021 | 2024-06-17T17:50:41.753Z | Compiling mio v0.8.11 |
| 2022 | 2024-06-17T17:50:41.864Z | Compiling libc v0.2.155 |
| 2023 | 2024-06-17T17:50:42.079Z | Compiling parking_lot v0.12.2 |
| 2024 | 2024-06-17T17:50:42.204Z | Compiling generic-array v0.14.7 |
| 2025 | 2024-06-17T17:50:42.531Z | Compiling slog v2.7.0 |
| 2026 | 2024-06-17T17:50:42.674Z | Compiling rustix v0.38.34 |
| 2027 | 2024-06-17T17:50:43.077Z | Compiling indexmap v2.2.6 |
| 2028 | 2024-06-17T17:50:43.095Z | Compiling http v0.2.12 |
| 2029 | 2024-06-17T17:50:43.185Z | Compiling usdt-impl v0.5.0 |
| 2030 | 2024-06-17T17:50:43.408Z | Compiling syn v1.0.109 |
| 2031 | 2024-06-17T17:50:43.517Z | Compiling time-macros v0.2.18 |
| 2032 | 2024-06-17T17:50:43.933Z | Compiling thread-id v4.2.1 |
| 2033 | 2024-06-17T17:50:44.052Z | Compiling tracing v0.1.40 |
| 2034 | 2024-06-17T17:50:44.706Z | Compiling crossbeam-utils v0.8.19 |
| 2035 | 2024-06-17T17:50:44.793Z | Compiling http-body v0.4.6 |
| 2036 | 2024-06-17T17:50:45.326Z | Compiling unicode-normalization v0.1.23 |
| 2037 | 2024-06-17T17:50:45.338Z | Compiling unicode-bidi v0.3.15 |
| 2038 | 2024-06-17T17:50:45.557Z | Compiling crypto-common v0.1.6 |
| 2039 | 2024-06-17T17:50:45.777Z | Compiling block-buffer v0.10.4 |
| 2040 | 2024-06-17T17:50:46.603Z | Compiling time v0.3.36 |
| 2041 | 2024-06-17T17:50:46.633Z | Compiling idna v0.5.0 |
| 2042 | 2024-06-17T17:50:47.847Z | Compiling terminal_size v0.3.0 |
| 2043 | 2024-06-17T17:50:48.079Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2024-06-17T17:50:48.402Z | Compiling fs-err v2.11.0 |
| 2045 | 2024-06-17T17:50:48.684Z | Compiling anyhow v1.0.86 |
| 2046 | 2024-06-17T17:50:48.717Z | Compiling clap_builder v4.5.2 |
| 2047 | 2024-06-17T17:50:49.207Z | Compiling crossbeam-channel v0.5.12 |
| 2048 | 2024-06-17T17:50:49.456Z | Compiling url v2.5.0 |
| 2049 | 2024-06-17T17:50:50.020Z | Compiling digest v0.10.7 |
| 2050 | 2024-06-17T17:50:50.459Z | Compiling xattr v1.3.1 |
| 2051 | 2024-06-17T17:50:50.785Z | Compiling sha2 v0.10.8 |
| 2052 | 2024-06-17T17:50:50.908Z | Compiling slog-async v2.8.0 |
| 2053 | 2024-06-17T17:50:51.243Z | Compiling tabled_derive v0.7.0 |
| 2054 | 2024-06-17T17:50:53.186Z | Compiling serde_derive v1.0.203 |
| 2055 | 2024-06-17T17:50:53.413Z | Compiling thiserror-impl v1.0.60 |
| 2056 | 2024-06-17T17:50:53.847Z | Compiling zerocopy-derive v0.7.34 |
| 2057 | 2024-06-17T17:50:54.038Z | Compiling futures-macro v0.3.30 |
| 2058 | 2024-06-17T17:50:55.115Z | Compiling tokio-macros v2.2.0 |
| 2059 | 2024-06-17T17:50:55.860Z | Compiling scroll_derive v0.12.0 |
| 2060 | 2024-06-17T17:50:55.965Z | Compiling zerocopy v0.7.34 |
| 2061 | 2024-06-17T17:50:56.010Z | Compiling futures-util v0.3.30 |
| 2062 | 2024-06-17T17:50:56.318Z | Compiling thiserror v1.0.60 |
| 2063 | 2024-06-17T17:50:56.465Z | Compiling pest v2.7.10 |
| 2064 | 2024-06-17T17:50:56.644Z | Compiling tokio v1.37.0 |
| 2065 | 2024-06-17T17:50:57.471Z | Compiling openssl-macros v0.1.1 |
| 2066 | 2024-06-17T17:50:57.672Z | Compiling scroll v0.12.0 |
| 2067 | 2024-06-17T17:50:58.230Z | Compiling openssl v0.10.64 |
| 2068 | 2024-06-17T17:50:58.345Z | Compiling goblin v0.8.2 |
| 2069 | 2024-06-17T17:50:59.319Z | Compiling pest_meta v2.7.10 |
| 2070 | 2024-06-17T17:51:03.204Z | Compiling pest_generator v2.7.10 |
| 2071 | 2024-06-17T17:51:05.129Z | Compiling pest_derive v2.7.10 |
| 2072 | 2024-06-17T17:51:05.904Z | Compiling dtrace-parser v0.2.0 |
| 2073 | 2024-06-17T17:51:08.178Z | Compiling tokio-util v0.7.11 |
| 2074 | 2024-06-17T17:51:10.394Z | Compiling serde_tokenstream v0.2.0 |
| 2075 | 2024-06-17T17:51:10.924Z | Compiling h2 v0.3.26 |
| 2076 | 2024-06-17T17:51:13.063Z | Compiling dof v0.3.0 |
| 2077 | 2024-06-17T17:51:14.124Z | Compiling toml_datetime v0.6.6 |
| 2078 | 2024-06-17T17:51:14.611Z | Compiling serde_spanned v0.6.6 |
| 2079 | 2024-06-17T17:51:14.848Z | Compiling native-tls v0.2.11 |
| 2080 | 2024-06-17T17:51:15.614Z | Compiling tokio-native-tls v0.3.1 |
| 2081 | 2024-06-17T17:51:15.939Z | Compiling toml_edit v0.22.13 |
| 2082 | 2024-06-17T17:51:15.986Z | Compiling usdt-attr-macro v0.5.0 |
| 2083 | 2024-06-17T17:51:18.629Z | Compiling hyper v0.14.28 |
| 2084 | 2024-06-17T17:51:22.396Z | Compiling toml v0.8.13 |
| 2085 | 2024-06-17T17:51:22.818Z | Compiling usdt-macro v0.5.0 |
| 2086 | 2024-06-17T17:51:23.165Z | Compiling hyper-tls v0.5.0 |
| 2087 | 2024-06-17T17:51:23.592Z | Compiling slog-json v2.6.1 |
| 2088 | 2024-06-17T17:51:24.059Z | Compiling cargo-platform v0.1.8 |
| 2089 | 2024-06-17T17:51:24.155Z | Compiling semver v1.0.23 |
| 2090 | 2024-06-17T17:51:25.206Z | Compiling camino v1.1.7 |
| 2091 | 2024-06-17T17:51:25.758Z | Compiling serde_urlencoded v0.7.1 |
| 2092 | 2024-06-17T17:51:25.974Z | Compiling futures-executor v0.3.30 |
| 2093 | 2024-06-17T17:51:26.420Z | Compiling strum_macros v0.26.2 |
| 2094 | 2024-06-17T17:51:26.629Z | Compiling clap_derive v4.5.4 |
| 2095 | 2024-06-17T17:51:27.053Z | Compiling reqwest v0.11.27 |
| 2096 | 2024-06-17T17:51:29.466Z | Compiling futures v0.3.30 |
| 2097 | 2024-06-17T17:51:29.604Z | Compiling cargo_metadata v0.18.1 |
| 2098 | 2024-06-17T17:51:31.186Z | Compiling strum v0.26.2 |
| 2099 | 2024-06-17T17:51:31.328Z | Compiling clap v4.5.4 |
| 2100 | 2024-06-17T17:51:31.343Z | Compiling usdt v0.5.0 |
| 2101 | 2024-06-17T17:51:31.385Z | Compiling slog-bunyan v2.5.0 |
| 2102 | 2024-06-17T17:51:31.458Z | Compiling cargo_toml v0.20.2 |
| 2103 | 2024-06-17T17:51:31.690Z | Compiling macaddr v1.0.1 |
| 2104 | 2024-06-17T17:51:32.352Z | Compiling tabled v0.15.0 |
| 2105 | 2024-06-17T17:51:32.818Z | Compiling slog-term v2.9.1 |
| 2106 | 2024-06-17T17:51:34.030Z | Compiling tar v0.4.40 |
| 2107 | 2024-06-17T17:51:38.022Z | Compiling md5 v0.7.0 |
| 2108 | 2024-06-17T17:51:48.695Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2109 | 2024-06-17T17:52:03.264Z | Finished `release` profile [optimized] target(s) in 1m 22s |
| 2110 | 2024-06-17T17:52:03.360Z | |
| 2111 | 2024-06-17T17:52:03.360Z | real 1:22.781776650 |
| 2112 | 2024-06-17T17:52:03.360Z | user 8:58.526237511 |
| 2113 | 2024-06-17T17:52:03.360Z | sys 51.375922886 |
| 2114 | 2024-06-17T17:52:03.360Z | trap 0.248287843 |
| 2115 | 2024-06-17T17:52:03.360Z | tflt 0.556035176 |
| 2116 | 2024-06-17T17:52:03.363Z | dflt 0.202263301 |
| 2117 | 2024-06-17T17:52:03.363Z | kflt 0.000018826 |
| 2118 | 2024-06-17T17:52:03.363Z | lock 20:18.333951548 |
| 2119 | 2024-06-17T17:52:03.363Z | slp 22:42.654212182 |
| 2120 | 2024-06-17T17:52:03.363Z | lat 26.071856272 |
| 2121 | 2024-06-17T17:52:03.363Z | stop 23.210445044 |
| 2122 | 2024-06-17T17:52:03.363Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2123 | 2024-06-17T17:52:03.363Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2124 | 2024-06-17T17:52:03.363Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2125 | 2024-06-17T17:52:03.363Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2126 | 2024-06-17T17:52:03.363Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2127 | 2024-06-17T17:52:03.892Z | Downloading crates ... |
| 2128 | 2024-06-17T17:52:04.132Z | Downloaded blowfish v0.9.1 |
| 2129 | 2024-06-17T17:52:04.135Z | Downloaded dirs v5.0.1 |
| 2130 | 2024-06-17T17:52:04.156Z | Downloaded dhcproto-macros v0.1.0 |
| 2131 | 2024-06-17T17:52:04.162Z | Downloaded russh-cryptovec v0.7.2 |
| 2132 | 2024-06-17T17:52:04.165Z | Downloaded option-ext v0.2.0 |
| 2133 | 2024-06-17T17:52:04.171Z | Downloaded rand_chacha v0.2.2 |
| 2134 | 2024-06-17T17:52:04.174Z | Downloaded ghash v0.5.1 |
| 2135 | 2024-06-17T17:52:04.174Z | Downloaded pbkdf2 v0.12.2 |
| 2136 | 2024-06-17T17:52:04.177Z | Downloaded rand_core v0.5.1 |
| 2137 | 2024-06-17T17:52:04.177Z | Downloaded primeorder v0.13.6 |
| 2138 | 2024-06-17T17:52:04.181Z | Downloaded ctr v0.9.2 |
| 2139 | 2024-06-17T17:52:04.181Z | Downloaded dirs-sys v0.4.1 |
| 2140 | 2024-06-17T17:52:04.184Z | Downloaded ecdsa v0.16.9 |
| 2141 | 2024-06-17T17:52:04.184Z | Downloaded internet-checksum v0.2.1 |
| 2142 | 2024-06-17T17:52:04.187Z | Downloaded rfc6979 v0.4.0 |
| 2143 | 2024-06-17T17:52:04.187Z | Downloaded pbkdf2 v0.11.0 |
| 2144 | 2024-06-17T17:52:04.190Z | Downloaded hex-literal v0.4.1 |
| 2145 | 2024-06-17T17:52:04.190Z | Downloaded ed25519 v2.2.3 |
| 2146 | 2024-06-17T17:52:04.193Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2147 | 2024-06-17T17:52:04.193Z | Downloaded password-hash v0.4.2 |
| 2148 | 2024-06-17T17:52:04.195Z | Downloaded cbc v0.1.2 |
| 2149 | 2024-06-17T17:52:04.200Z | Downloaded polyval v0.6.2 |
| 2150 | 2024-06-17T17:52:04.203Z | Downloaded getrandom v0.1.16 |
| 2151 | 2024-06-17T17:52:04.206Z | Downloaded dhcproto v0.11.0 |
| 2152 | 2024-06-17T17:52:04.208Z | Downloaded russh-keys v0.43.0 |
| 2153 | 2024-06-17T17:52:04.214Z | Downloaded p256 v0.13.2 |
| 2154 | 2024-06-17T17:52:04.219Z | Downloaded ed25519-dalek v2.1.1 |
| 2155 | 2024-06-17T17:52:04.221Z | Downloaded aes-gcm v0.10.3 |
| 2156 | 2024-06-17T17:52:04.229Z | Downloaded russh v0.43.0 |
| 2157 | 2024-06-17T17:52:04.234Z | Downloaded rand v0.7.3 |
| 2158 | 2024-06-17T17:52:04.238Z | Downloaded p521 v0.13.3 |
| 2159 | 2024-06-17T17:52:04.242Z | Downloaded aes v0.8.4 |
| 2160 | 2024-06-17T17:52:04.372Z | Compiling serde v1.0.203 |
| 2161 | 2024-06-17T17:52:04.375Z | Compiling log v0.4.21 |
| 2162 | 2024-06-17T17:52:04.480Z | Compiling scopeguard v1.2.0 |
| 2163 | 2024-06-17T17:52:04.480Z | Compiling smallvec v1.13.2 |
| 2164 | 2024-06-17T17:52:04.483Z | Compiling syn v2.0.64 |
| 2165 | 2024-06-17T17:52:04.486Z | Compiling getrandom v0.2.14 |
| 2166 | 2024-06-17T17:52:04.486Z | Compiling generic-array v0.14.7 |
| 2167 | 2024-06-17T17:52:04.486Z | Compiling libm v0.2.8 |
| 2168 | 2024-06-17T17:52:04.643Z | Compiling lock_api v0.4.12 |
| 2169 | 2024-06-17T17:52:04.799Z | Compiling rand_core v0.6.4 |
| 2170 | 2024-06-17T17:52:04.913Z | Compiling parking_lot_core v0.9.10 |
| 2171 | 2024-06-17T17:52:04.950Z | Compiling num-traits v0.2.19 |
| 2172 | 2024-06-17T17:52:04.950Z | Compiling subtle v2.5.0 |
| 2173 | 2024-06-17T17:52:05.013Z | Compiling mio v0.8.11 |
| 2174 | 2024-06-17T17:52:05.126Z | Compiling ahash v0.8.11 |
| 2175 | 2024-06-17T17:52:05.297Z | Compiling parking_lot v0.12.2 |
| 2176 | 2024-06-17T17:52:05.322Z | Compiling serde_json v1.0.117 |
| 2177 | 2024-06-17T17:52:05.487Z | Compiling allocator-api2 v0.2.18 |
| 2178 | 2024-06-17T17:52:05.527Z | Compiling const-oid v0.9.6 |
| 2179 | 2024-06-17T17:52:05.575Z | Compiling iana-time-zone v0.1.60 |
| 2180 | 2024-06-17T17:52:05.668Z | Compiling syn v1.0.109 |
| 2181 | 2024-06-17T17:52:06.292Z | Compiling unicode-normalization v0.1.23 |
| 2182 | 2024-06-17T17:52:06.332Z | Compiling unicode-bidi v0.3.15 |
| 2183 | 2024-06-17T17:52:06.363Z | Compiling schemars v0.8.20 |
| 2184 | 2024-06-17T17:52:06.394Z | Compiling dyn-clone v1.0.17 |
| 2185 | 2024-06-17T17:52:06.638Z | Compiling spin v0.9.8 |
| 2186 | 2024-06-17T17:52:06.716Z | Compiling ppv-lite86 v0.2.17 |
| 2187 | 2024-06-17T17:52:07.081Z | Compiling time-macros v0.2.18 |
| 2188 | 2024-06-17T17:52:07.376Z | Compiling ring v0.17.8 |
| 2189 | 2024-06-17T17:52:07.394Z | Compiling aho-corasick v1.1.3 |
| 2190 | 2024-06-17T17:52:07.503Z | Compiling rand_chacha v0.3.1 |
| 2191 | 2024-06-17T17:52:07.988Z | Compiling regex-syntax v0.8.3 |
| 2192 | 2024-06-17T17:52:08.272Z | Compiling rand v0.8.5 |
| 2193 | 2024-06-17T17:52:09.952Z | Compiling idna v0.5.0 |
| 2194 | 2024-06-17T17:52:10.461Z | Compiling slog v2.7.0 |
| 2195 | 2024-06-17T17:52:10.688Z | Compiling time v0.3.36 |
| 2196 | 2024-06-17T17:52:11.052Z | Compiling url v2.5.0 |
| 2197 | 2024-06-17T17:52:11.549Z | Compiling regex-automata v0.4.6 |
| 2198 | 2024-06-17T17:52:11.621Z | Compiling untrusted v0.9.0 |
| 2199 | 2024-06-17T17:52:11.810Z | Compiling spin v0.5.2 |
| 2200 | 2024-06-17T17:52:12.054Z | Compiling serde_derive_internals v0.29.1 |
| 2201 | 2024-06-17T17:52:14.173Z | Compiling lazy_static v1.4.0 |
| 2202 | 2024-06-17T17:52:14.297Z | Compiling backtrace v0.3.71 |
| 2203 | 2024-06-17T17:52:14.735Z | Compiling gimli v0.28.1 |
| 2204 | 2024-06-17T17:52:14.834Z | Compiling object v0.32.2 |
| 2205 | 2024-06-17T17:52:14.991Z | Compiling anyhow v1.0.86 |
| 2206 | 2024-06-17T17:52:15.599Z | Compiling rustc-demangle v0.1.24 |
| 2207 | 2024-06-17T17:52:16.440Z | Compiling rustls v0.21.12 |
| 2208 | 2024-06-17T17:52:16.616Z | Compiling winnow v0.5.40 |
| 2209 | 2024-06-17T17:52:16.711Z | Compiling base64ct v1.6.0 |
| 2210 | 2024-06-17T17:52:16.991Z | Compiling regex v1.10.4 |
| 2211 | 2024-06-17T17:52:17.334Z | Compiling crossbeam-utils v0.8.19 |
| 2212 | 2024-06-17T17:52:18.073Z | Compiling rustls-webpki v0.101.7 |
| 2213 | 2024-06-17T17:52:18.144Z | Compiling sct v0.7.1 |
| 2214 | 2024-06-17T17:52:18.476Z | Compiling cookie v0.17.0 |
| 2215 | 2024-06-17T17:52:19.812Z | Compiling addr2line v0.21.0 |
| 2216 | 2024-06-17T17:52:19.880Z | Compiling serde_derive v1.0.203 |
| 2217 | 2024-06-17T17:52:20.106Z | Compiling zeroize_derive v1.4.2 |
| 2218 | 2024-06-17T17:52:20.173Z | Compiling zerocopy-derive v0.7.34 |
| 2219 | 2024-06-17T17:52:20.438Z | Compiling thiserror-impl v1.0.60 |
| 2220 | 2024-06-17T17:52:20.763Z | Compiling tokio-macros v2.2.0 |
| 2221 | 2024-06-17T17:52:21.566Z | Compiling futures-macro v0.3.30 |
| 2222 | 2024-06-17T17:52:21.795Z | Compiling zeroize v1.7.0 |
| 2223 | 2024-06-17T17:52:22.367Z | Compiling schemars_derive v0.8.20 |
| 2224 | 2024-06-17T17:52:22.494Z | Compiling tracing-attributes v0.1.27 |
| 2225 | 2024-06-17T17:52:22.590Z | Compiling zerocopy v0.7.34 |
| 2226 | 2024-06-17T17:52:23.668Z | Compiling crypto-common v0.1.6 |
| 2227 | 2024-06-17T17:52:23.769Z | Compiling futures-util v0.3.30 |
| 2228 | 2024-06-17T17:52:23.926Z | Compiling block-buffer v0.10.4 |
| 2229 | 2024-06-17T17:52:23.952Z | Compiling thiserror v1.0.60 |
| 2230 | 2024-06-17T17:52:24.097Z | Compiling async-trait v0.1.80 |
| 2231 | 2024-06-17T17:52:24.203Z | Compiling digest v0.10.7 |
| 2232 | 2024-06-17T17:52:25.013Z | Compiling hashbrown v0.14.5 |
| 2233 | 2024-06-17T17:52:25.286Z | Compiling openssl-macros v0.1.1 |
| 2234 | 2024-06-17T17:52:26.081Z | Compiling pest v2.7.10 |
| 2235 | 2024-06-17T17:52:26.584Z | Compiling tracing v0.1.40 |
| 2236 | 2024-06-17T17:52:26.849Z | Compiling idna v0.3.0 |
| 2237 | 2024-06-17T17:52:27.120Z | Compiling psl-types v2.0.11 |
| 2238 | 2024-06-17T17:52:27.143Z | Compiling data-encoding v2.6.0 |
| 2239 | 2024-06-17T17:52:27.310Z | Compiling hmac v0.12.1 |
| 2240 | 2024-06-17T17:52:27.589Z | Compiling scroll_derive v0.12.0 |
| 2241 | 2024-06-17T17:52:28.477Z | Compiling pest_meta v2.7.10 |
| 2242 | 2024-06-17T17:52:28.501Z | Compiling publicsuffix v2.2.3 |
| 2243 | 2024-06-17T17:52:29.059Z | Compiling webpki-roots v0.25.4 |
| 2244 | 2024-06-17T17:52:29.214Z | Compiling scroll v0.12.0 |
| 2245 | 2024-06-17T17:52:29.217Z | Compiling bitflags v1.3.2 |
| 2246 | 2024-06-17T17:52:29.338Z | Compiling block-padding v0.3.3 |
| 2247 | 2024-06-17T17:52:29.603Z | Compiling futures-executor v0.3.30 |
| 2248 | 2024-06-17T17:52:29.660Z | Compiling der_derive v0.7.2 |
| 2249 | 2024-06-17T17:52:29.791Z | Compiling pest_generator v2.7.10 |
| 2250 | 2024-06-17T17:52:29.935Z | Compiling futures v0.3.30 |
| 2251 | 2024-06-17T17:52:29.959Z | Compiling goblin v0.8.2 |
| 2252 | 2024-06-17T17:52:30.062Z | Compiling pem-rfc7468 v0.7.0 |
| 2253 | 2024-06-17T17:52:30.191Z | Compiling flagset v0.4.5 |
| 2254 | 2024-06-17T17:52:30.415Z | Compiling inout v0.1.3 |
| 2255 | 2024-06-17T17:52:30.711Z | Compiling cipher v0.4.4 |
| 2256 | 2024-06-17T17:52:30.877Z | Compiling sha2 v0.10.8 |
| 2257 | 2024-06-17T17:52:31.261Z | Compiling either v1.12.0 |
| 2258 | 2024-06-17T17:52:31.689Z | Compiling ff v0.13.0 |
| 2259 | 2024-06-17T17:52:31.883Z | Compiling stable_deref_trait v1.2.0 |
| 2260 | 2024-06-17T17:52:31.923Z | Compiling base16ct v0.2.0 |
| 2261 | 2024-06-17T17:52:31.994Z | Compiling group v0.13.0 |
| 2262 | 2024-06-17T17:52:32.268Z | Compiling hkdf v0.12.4 |
| 2263 | 2024-06-17T17:52:32.343Z | Compiling crypto-bigint v0.5.5 |
| 2264 | 2024-06-17T17:52:32.360Z | Compiling der v0.7.9 |
| 2265 | 2024-06-17T17:52:32.544Z | Compiling crossbeam-epoch v0.9.18 |
| 2266 | 2024-06-17T17:52:33.360Z | Compiling num-integer v0.1.46 |
| 2267 | 2024-06-17T17:52:33.835Z | Compiling pest_derive v2.7.10 |
| 2268 | 2024-06-17T17:52:34.204Z | Compiling managed v0.8.0 |
| 2269 | 2024-06-17T17:52:34.433Z | Compiling unicode-segmentation v1.11.0 |
| 2270 | 2024-06-17T17:52:34.668Z | Compiling spki v0.7.3 |
| 2271 | 2024-06-17T17:52:34.688Z | Compiling dtrace-parser v0.2.0 |
| 2272 | 2024-06-17T17:52:35.061Z | Compiling bytes v1.6.0 |
| 2273 | 2024-06-17T17:52:35.326Z | Compiling indexmap v2.2.6 |
| 2274 | 2024-06-17T17:52:35.814Z | Compiling uuid v1.8.0 |
| 2275 | 2024-06-17T17:52:36.065Z | Compiling tokio v1.37.0 |
| 2276 | 2024-06-17T17:52:36.383Z | Compiling chrono v0.4.38 |
| 2277 | 2024-06-17T17:52:36.780Z | Compiling bitflags v2.5.0 |
| 2278 | 2024-06-17T17:52:36.969Z | Compiling semver v1.0.23 |
| 2279 | 2024-06-17T17:52:37.181Z | Compiling http v0.2.12 |
| 2280 | 2024-06-17T17:52:37.267Z | Compiling serde_tokenstream v0.2.0 |
| 2281 | 2024-06-17T17:52:37.783Z | Compiling serde_spanned v0.6.6 |
| 2282 | 2024-06-17T17:52:37.800Z | Compiling toml_datetime v0.6.6 |
| 2283 | 2024-06-17T17:52:38.027Z | Compiling openssl v0.10.64 |
| 2284 | 2024-06-17T17:52:38.353Z | Compiling toml_edit v0.19.15 |
| 2285 | 2024-06-17T17:52:38.454Z | Compiling rustix v0.38.34 |
| 2286 | 2024-06-17T17:52:38.472Z | Compiling serde_urlencoded v0.7.1 |
| 2287 | 2024-06-17T17:52:39.858Z | Compiling http-body v0.4.6 |
| 2288 | 2024-06-17T17:52:40.339Z | Compiling cookie_store v0.20.0 |
| 2289 | 2024-06-17T17:52:40.426Z | Compiling openapiv3 v2.0.0 |
| 2290 | 2024-06-17T17:52:40.761Z | Compiling rustc_version v0.4.0 |
| 2291 | 2024-06-17T17:52:41.533Z | Compiling dof v0.3.0 |
| 2292 | 2024-06-17T17:52:41.612Z | Compiling pkcs8 v0.10.2 |
| 2293 | 2024-06-17T17:52:41.952Z | Compiling sec1 v0.7.3 |
| 2294 | 2024-06-17T17:52:42.202Z | Compiling toml v0.7.8 |
| 2295 | 2024-06-17T17:52:42.548Z | Compiling usdt-impl v0.5.0 |
| 2296 | 2024-06-17T17:52:43.115Z | Compiling elliptic-curve v0.13.8 |
| 2297 | 2024-06-17T17:52:43.909Z | Compiling ipnetwork v0.20.0 |
| 2298 | 2024-06-17T17:52:43.984Z | Compiling toml_edit v0.22.13 |
| 2299 | 2024-06-17T17:52:43.987Z | Compiling hex v0.4.3 |
| 2300 | 2024-06-17T17:52:44.284Z | Compiling tokio-util v0.7.11 |
| 2301 | 2024-06-17T17:52:44.642Z | Compiling native-tls v0.2.11 |
| 2302 | 2024-06-17T17:52:44.854Z | Compiling tokio-rustls v0.24.1 |
| 2303 | 2024-06-17T17:52:44.890Z | Compiling usdt-macro v0.5.0 |
| 2304 | 2024-06-17T17:52:45.278Z | Compiling h2 v0.3.26 |
| 2305 | 2024-06-17T17:52:45.296Z | Compiling tokio-native-tls v0.3.1 |
| 2306 | 2024-06-17T17:52:45.588Z | Compiling usdt-attr-macro v0.5.0 |
| 2307 | 2024-06-17T17:52:45.720Z | Compiling matches v0.1.10 |
| 2308 | 2024-06-17T17:52:45.823Z | Compiling idna v0.2.3 |
| 2309 | 2024-06-17T17:52:46.458Z | Compiling enum-as-inner v0.5.1 |
| 2310 | 2024-06-17T17:52:46.689Z | Compiling bit-vec v0.6.3 |
| 2311 | 2024-06-17T17:52:46.996Z | Compiling siphasher v0.3.11 |
| 2312 | 2024-06-17T17:52:47.146Z | Compiling heapless v0.7.17 |
| 2313 | 2024-06-17T17:52:47.272Z | Compiling usdt v0.5.0 |
| 2314 | 2024-06-17T17:52:47.391Z | Compiling terminal_size v0.3.0 |
| 2315 | 2024-06-17T17:52:47.475Z | Compiling num-bigint v0.4.5 |
| 2316 | 2024-06-17T17:52:47.506Z | Compiling trust-dns-proto v0.22.0 |
| 2317 | 2024-06-17T17:52:47.568Z | Compiling regress v0.9.1 |
| 2318 | 2024-06-17T17:52:47.596Z | Compiling signal-hook v0.3.17 |
| 2319 | 2024-06-17T17:52:47.757Z | Compiling finl_unicode v1.2.0 |
| 2320 | 2024-06-17T17:52:47.854Z | Compiling clap_builder v4.5.2 |
| 2321 | 2024-06-17T17:52:48.343Z | Compiling stringprep v0.1.4 |
| 2322 | 2024-06-17T17:52:49.764Z | Compiling itertools v0.10.5 |
| 2323 | 2024-06-17T17:52:51.740Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2324 | 2024-06-17T17:52:52.698Z | Compiling hyper v0.14.28 |
| 2325 | 2024-06-17T17:52:52.823Z | Compiling yasna v0.5.2 |
| 2326 | 2024-06-17T17:52:52.842Z | Compiling md-5 v0.10.6 |
| 2327 | 2024-06-17T17:52:53.111Z | Compiling clap_derive v4.5.4 |
| 2328 | 2024-06-17T17:52:54.879Z | Compiling hash32 v0.2.1 |
| 2329 | 2024-06-17T17:52:55.297Z | Compiling smoltcp v0.9.1 |
| 2330 | 2024-06-17T17:52:55.870Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2331 | 2024-06-17T17:52:56.056Z | Compiling fallible-iterator v0.2.0 |
| 2332 | 2024-06-17T17:52:56.735Z | Compiling postgres-protocol v0.6.6 |
| 2333 | 2024-06-17T17:52:57.666Z | Compiling phf_shared v0.11.2 |
| 2334 | 2024-06-17T17:52:57.716Z | Compiling tokio-stream v0.1.15 |
| 2335 | 2024-06-17T17:52:57.852Z | Compiling hubpack_derive v0.1.1 |
| 2336 | 2024-06-17T17:52:58.074Z | Compiling zerocopy-derive v0.6.6 |
| 2337 | 2024-06-17T17:52:58.140Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2338 | 2024-06-17T17:52:58.390Z | Compiling clap v4.5.4 |
| 2339 | 2024-06-17T17:52:58.410Z | Compiling scheduled-thread-pool v0.2.7 |
| 2340 | 2024-06-17T17:52:58.511Z | Compiling fs-err v2.11.0 |
| 2341 | 2024-06-17T17:52:58.587Z | Compiling fixedbitset v0.4.2 |
| 2342 | 2024-06-17T17:52:58.747Z | Compiling r2d2 v0.8.10 |
| 2343 | 2024-06-17T17:52:58.830Z | Compiling hubpack v0.1.2 |
| 2344 | 2024-06-17T17:52:59.001Z | Compiling petgraph v0.6.5 |
| 2345 | 2024-06-17T17:52:59.025Z | Compiling diesel_derives v2.1.4 |
| 2346 | 2024-06-17T17:52:59.078Z | Compiling phf v0.11.2 |
| 2347 | 2024-06-17T17:52:59.299Z | Compiling postgres-types v0.2.6 |
| 2348 | 2024-06-17T17:52:59.400Z | Compiling signal-hook-mio v0.2.3 |
| 2349 | 2024-06-17T17:52:59.574Z | Compiling hyper-rustls v0.24.2 |
| 2350 | 2024-06-17T17:52:59.953Z | Compiling hyper-tls v0.5.0 |
| 2351 | 2024-06-17T17:53:00.325Z | Compiling reqwest v0.11.27 |
| 2352 | 2024-06-17T17:53:00.341Z | Compiling zerocopy v0.6.6 |
| 2353 | 2024-06-17T17:53:01.141Z | Compiling phf_shared v0.10.0 |
| 2354 | 2024-06-17T17:53:01.165Z | Compiling similar v2.5.0 |
| 2355 | 2024-06-17T17:53:01.436Z | Compiling num-iter v0.1.45 |
| 2356 | 2024-06-17T17:53:01.571Z | Compiling strum_macros v0.25.3 |
| 2357 | 2024-06-17T17:53:01.636Z | Compiling serde_repr v0.1.19 |
| 2358 | 2024-06-17T17:53:02.896Z | Compiling getopts v0.2.21 |
| 2359 | 2024-06-17T17:53:02.934Z | Compiling console v0.15.8 |
| 2360 | 2024-06-17T17:53:03.075Z | Compiling float-cmp v0.9.0 |
| 2361 | 2024-06-17T17:53:03.325Z | Compiling static_assertions v1.1.0 |
| 2362 | 2024-06-17T17:53:03.440Z | Compiling unsafe-libyaml v0.2.11 |
| 2363 | 2024-06-17T17:53:03.710Z | Compiling whoami v1.5.1 |
| 2364 | 2024-06-17T17:53:03.970Z | Compiling normalize-line-endings v0.3.0 |
| 2365 | 2024-06-17T17:53:04.100Z | Compiling new_debug_unreachable v1.0.6 |
| 2366 | 2024-06-17T17:53:04.211Z | Compiling precomputed-hash v0.1.1 |
| 2367 | 2024-06-17T17:53:04.344Z | Compiling difflib v0.4.0 |
| 2368 | 2024-06-17T17:53:04.424Z | Compiling predicates-core v1.0.6 |
| 2369 | 2024-06-17T17:53:04.490Z | Compiling minimal-lexical v0.2.1 |
| 2370 | 2024-06-17T17:53:04.797Z | Compiling predicates v3.1.0 |
| 2371 | 2024-06-17T17:53:05.021Z | Compiling nom v7.1.3 |
| 2372 | 2024-06-17T17:53:05.520Z | Compiling serde_yaml v0.9.34+deprecated |
| 2373 | 2024-06-17T17:53:05.939Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2374 | 2024-06-17T17:53:05.983Z | Compiling string_cache v0.8.7 |
| 2375 | 2024-06-17T17:53:06.501Z | Compiling tokio-postgres v0.7.10 |
| 2376 | 2024-06-17T17:53:06.656Z | Compiling crossterm v0.27.0 |
| 2377 | 2024-06-17T17:53:09.741Z | Compiling bit-set v0.5.3 |
| 2378 | 2024-06-17T17:53:10.033Z | Compiling itertools v0.12.1 |
| 2379 | 2024-06-17T17:53:10.046Z | Compiling bstr v1.9.1 |
| 2380 | 2024-06-17T17:53:10.506Z | Compiling unicode-xid v0.2.4 |
| 2381 | 2024-06-17T17:53:10.686Z | Compiling peg-runtime v0.8.3 |
| 2382 | 2024-06-17T17:53:11.408Z | Compiling lalrpop-util v0.19.12 |
| 2383 | 2024-06-17T17:53:11.742Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2384 | 2024-06-17T17:53:11.782Z | Compiling sha1 v0.10.6 |
| 2385 | 2024-06-17T17:53:11.896Z | Compiling camino v1.1.7 |
| 2386 | 2024-06-17T17:53:12.198Z | Compiling strum_macros v0.26.2 |
| 2387 | 2024-06-17T17:53:12.221Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2388 | 2024-06-17T17:53:12.238Z | Compiling base64 v0.22.1 |
| 2389 | 2024-06-17T17:53:12.526Z | Compiling toml v0.8.13 |
| 2390 | 2024-06-17T17:53:12.865Z | Compiling http v1.1.0 |
| 2391 | 2024-06-17T17:53:13.041Z | Compiling rustls-pki-types v1.7.0 |
| 2392 | 2024-06-17T17:53:13.262Z | Compiling ident_case v1.0.1 |
| 2393 | 2024-06-17T17:53:13.462Z | Compiling darling_core v0.20.9 |
| 2394 | 2024-06-17T17:53:13.954Z | Compiling crossbeam-channel v0.5.12 |
| 2395 | 2024-06-17T17:53:14.399Z | Compiling paste v1.0.15 |
| 2396 | 2024-06-17T17:53:14.937Z | Compiling rustls v0.22.4 |
| 2397 | 2024-06-17T17:53:15.048Z | Compiling slog-async v2.8.0 |
| 2398 | 2024-06-17T17:53:15.301Z | Compiling slog-term v2.9.1 |
| 2399 | 2024-06-17T17:53:15.404Z | Compiling diesel v2.1.6 |
| 2400 | 2024-06-17T17:53:15.513Z | Compiling rustls-webpki v0.102.4 |
| 2401 | 2024-06-17T17:53:16.295Z | Compiling multer v3.1.0 |
| 2402 | 2024-06-17T17:53:16.327Z | Compiling instant v0.1.12 |
| 2403 | 2024-06-17T17:53:16.645Z | Compiling slog-json v2.6.1 |
| 2404 | 2024-06-17T17:53:16.835Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2405 | 2024-06-17T17:53:16.985Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2406 | 2024-06-17T17:53:17.027Z | Compiling async-stream-impl v0.3.5 |
| 2407 | 2024-06-17T17:53:17.593Z | Compiling strum v0.26.2 |
| 2408 | 2024-06-17T17:53:17.754Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2409 | 2024-06-17T17:53:17.777Z | Compiling atomic-waker v1.1.2 |
| 2410 | 2024-06-17T17:53:17.834Z | Compiling debug-ignore v1.0.5 |
| 2411 | 2024-06-17T17:53:17.968Z | Compiling waitgroup v0.1.2 |
| 2412 | 2024-06-17T17:53:18.004Z | Compiling slog-bunyan v2.5.0 |
| 2413 | 2024-06-17T17:53:18.205Z | Compiling rustls-pemfile v2.1.2 |
| 2414 | 2024-06-17T17:53:18.228Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2415 | 2024-06-17T17:53:18.448Z | Compiling async-stream v0.3.5 |
| 2416 | 2024-06-17T17:53:18.673Z | Compiling serde_path_to_error v0.1.16 |
| 2417 | 2024-06-17T17:53:18.833Z | Compiling structmeta-derive v0.3.0 |
| 2418 | 2024-06-17T17:53:19.287Z | Compiling hostname v0.4.0 |
| 2419 | 2024-06-17T17:53:19.544Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2420 | 2024-06-17T17:53:19.624Z | Compiling newtype-uuid v1.1.0 |
| 2421 | 2024-06-17T17:53:19.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2422 | 2024-06-17T17:53:19.943Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2423 | 2024-06-17T17:53:20.249Z | Compiling backoff v0.4.0 |
| 2424 | 2024-06-17T17:53:20.598Z | Compiling tokio-rustls v0.25.0 |
| 2425 | 2024-06-17T17:53:20.610Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2426 | 2024-06-17T17:53:20.613Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2427 | 2024-06-17T17:53:20.792Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 2428 | 2024-06-17T17:53:20.808Z | Compiling macaddr v1.0.1 |
| 2429 | 2024-06-17T17:53:20.981Z | Compiling darling_macro v0.20.9 |
| 2430 | 2024-06-17T17:53:21.235Z | Compiling proc-macro-crate v1.3.1 |
| 2431 | 2024-06-17T17:53:21.573Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2432 | 2024-06-17T17:53:21.924Z | Compiling fastrand v2.1.0 |
| 2433 | 2024-06-17T17:53:22.049Z | Compiling darling v0.20.9 |
| 2434 | 2024-06-17T17:53:22.072Z | Compiling structmeta v0.3.0 |
| 2435 | 2024-06-17T17:53:22.180Z | Compiling serde_with_macros v3.8.1 |
| 2436 | 2024-06-17T17:53:22.361Z | Compiling num_enum_derive v0.5.11 |
| 2437 | 2024-06-17T17:53:22.516Z | Compiling tempfile v3.10.1 |
| 2438 | 2024-06-17T17:53:22.538Z | Compiling parse-display-derive v0.9.0 |
| 2439 | 2024-06-17T17:53:23.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2440 | 2024-06-17T17:53:23.818Z | Compiling foreign-types-macros v0.2.3 |
| 2441 | 2024-06-17T17:53:25.188Z | Compiling heapless v0.8.0 |
| 2442 | 2024-06-17T17:53:25.270Z | Compiling num_enum v0.5.11 |
| 2443 | 2024-06-17T17:53:25.440Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2444 | 2024-06-17T17:53:25.487Z | Compiling serde_with v3.8.1 |
| 2445 | 2024-06-17T17:53:25.723Z | Compiling foreign-types-shared v0.3.1 |
| 2446 | 2024-06-17T17:53:25.785Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2447 | 2024-06-17T17:53:25.852Z | Compiling foreign-types v0.5.0 |
| 2448 | 2024-06-17T17:53:25.994Z | Compiling proc-macro-error v1.0.4 |
| 2449 | 2024-06-17T17:53:26.415Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2450 | 2024-06-17T17:53:26.718Z | Compiling cstr-argument v0.1.2 |
| 2451 | 2024-06-17T17:53:26.951Z | Compiling hash32 v0.3.1 |
| 2452 | 2024-06-17T17:53:26.989Z | Compiling smoltcp v0.11.0 |
| 2453 | 2024-06-17T17:53:27.217Z | Compiling pretty-hex v0.2.1 |
| 2454 | 2024-06-17T17:53:27.402Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2455 | 2024-06-17T17:53:27.490Z | Compiling parse-display v0.9.0 |
| 2456 | 2024-06-17T17:53:27.764Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2457 | 2024-06-17T17:53:27.851Z | Compiling camino-tempfile v1.1.1 |
| 2458 | 2024-06-17T17:53:28.205Z | Compiling tabwriter v1.4.0 |
| 2459 | 2024-06-17T17:53:28.348Z | Compiling colored v2.1.0 |
| 2460 | 2024-06-17T17:53:28.414Z | Compiling socket2 v0.4.10 |
| 2461 | 2024-06-17T17:53:28.567Z | Compiling cobs v0.2.3 |
| 2462 | 2024-06-17T17:53:28.730Z | Compiling embedded-io v0.4.0 |
| 2463 | 2024-06-17T17:53:28.995Z | Compiling postcard v1.0.8 |
| 2464 | 2024-06-17T17:53:29.173Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2465 | 2024-06-17T17:53:29.409Z | Compiling crucible-workspace-hack v0.1.0 |
| 2466 | 2024-06-17T17:53:29.482Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2467 | 2024-06-17T17:53:29.692Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2468 | 2024-06-17T17:53:29.721Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2469 | 2024-06-17T17:53:29.847Z | Compiling smf v0.2.3 |
| 2470 | 2024-06-17T17:53:29.862Z | Compiling humantime v2.1.0 |
| 2471 | 2024-06-17T17:53:30.005Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2472 | 2024-06-17T17:53:30.364Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2473 | 2024-06-17T17:53:30.431Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2474 | 2024-06-17T17:53:30.585Z | Compiling num-derive v0.4.2 |
| 2475 | 2024-06-17T17:53:30.951Z | Compiling sigpipe v0.1.3 |
| 2476 | 2024-06-17T17:53:31.091Z | Compiling utf-8 v0.7.6 |
| 2477 | 2024-06-17T17:53:31.335Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2478 | 2024-06-17T17:53:31.438Z | Compiling atty v0.2.14 |
| 2479 | 2024-06-17T17:53:31.588Z | Compiling same-file v1.0.6 |
| 2480 | 2024-06-17T17:53:31.771Z | Compiling rayon-core v1.12.1 |
| 2481 | 2024-06-17T17:53:31.828Z | Compiling platforms v3.4.0 |
| 2482 | 2024-06-17T17:53:31.903Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2483 | 2024-06-17T17:53:32.037Z | Compiling semver v0.1.20 |
| 2484 | 2024-06-17T17:53:32.504Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2485 | 2024-06-17T17:53:32.746Z | Compiling curve25519-dalek v4.1.2 |
| 2486 | 2024-06-17T17:53:33.092Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2487 | 2024-06-17T17:53:33.385Z | Compiling rustc_version v0.1.7 |
| 2488 | 2024-06-17T17:53:33.612Z | Compiling walkdir v2.5.0 |
| 2489 | 2024-06-17T17:53:33.884Z | Compiling newline-converter v0.3.0 |
| 2490 | 2024-06-17T17:53:33.913Z | Compiling crossbeam-deque v0.8.5 |
| 2491 | 2024-06-17T17:53:34.064Z | Compiling universal-hash v0.5.1 |
| 2492 | 2024-06-17T17:53:34.068Z | Compiling opaque-debug v0.3.1 |
| 2493 | 2024-06-17T17:53:34.186Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2494 | 2024-06-17T17:53:34.204Z | Compiling expectorate v1.1.0 |
| 2495 | 2024-06-17T17:53:34.269Z | Compiling newtype_derive v0.1.6 |
| 2496 | 2024-06-17T17:53:34.460Z | Compiling tungstenite v0.20.1 |
| 2497 | 2024-06-17T17:53:34.496Z | Compiling xattr v1.3.1 |
| 2498 | 2024-06-17T17:53:34.579Z | Compiling signature v2.2.0 |
| 2499 | 2024-06-17T17:53:34.714Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2500 | 2024-06-17T17:53:34.796Z | Compiling ring v0.16.20 |
| 2501 | 2024-06-17T17:53:34.906Z | Compiling blake3 v1.5.1 |
| 2502 | 2024-06-17T17:53:35.500Z | Compiling unicase v2.7.0 |
| 2503 | 2024-06-17T17:53:35.799Z | Compiling getrandom v0.1.16 |
| 2504 | 2024-06-17T17:53:35.917Z | Compiling convert_case v0.4.0 |
| 2505 | 2024-06-17T17:53:36.210Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2506 | 2024-06-17T17:53:36.290Z | Compiling termcolor v1.4.1 |
| 2507 | 2024-06-17T17:53:36.310Z | Compiling quick-error v1.2.3 |
| 2508 | 2024-06-17T17:53:36.461Z | Compiling arc-swap v1.7.1 |
| 2509 | 2024-06-17T17:53:36.565Z | Compiling linked-hash-map v0.5.6 |
| 2510 | 2024-06-17T17:53:36.626Z | Compiling resolv-conf v0.7.0 |
| 2511 | 2024-06-17T17:53:36.960Z | Compiling slog-scope v4.4.0 |
| 2512 | 2024-06-17T17:53:36.963Z | Compiling derive_more v0.99.17 |
| 2513 | 2024-06-17T17:53:37.165Z | Compiling lru-cache v0.1.2 |
| 2514 | 2024-06-17T17:53:37.223Z | Compiling env_logger v0.9.3 |
| 2515 | 2024-06-17T17:53:37.541Z | Compiling tar v0.4.40 |
| 2516 | 2024-06-17T17:53:38.138Z | Compiling tokio-tungstenite v0.20.1 |
| 2517 | 2024-06-17T17:53:38.667Z | Compiling rayon v1.10.0 |
| 2518 | 2024-06-17T17:53:38.760Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2519 | 2024-06-17T17:53:39.300Z | Compiling blake2 v0.10.6 |
| 2520 | 2024-06-17T17:53:39.678Z | Compiling bitstruct_derive v0.1.0 |
| 2521 | 2024-06-17T17:53:40.228Z | Compiling derive-where v1.2.7 |
| 2522 | 2024-06-17T17:53:40.688Z | Compiling password-hash v0.5.0 |
| 2523 | 2024-06-17T17:53:41.119Z | Compiling memmap2 v0.9.4 |
| 2524 | 2024-06-17T17:53:41.576Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2525 | 2024-06-17T17:53:41.723Z | Compiling home v0.5.9 |
| 2526 | 2024-06-17T17:53:41.779Z | Compiling libefi-sys v0.1.0 |
| 2527 | 2024-06-17T17:53:42.028Z | Compiling parking_lot_core v0.8.6 |
| 2528 | 2024-06-17T17:53:42.061Z | Compiling constant_time_eq v0.3.0 |
| 2529 | 2024-06-17T17:53:42.257Z | Compiling ascii v1.1.0 |
| 2530 | 2024-06-17T17:53:42.510Z | Compiling untrusted v0.7.1 |
| 2531 | 2024-06-17T17:53:42.710Z | Compiling arrayvec v0.7.4 |
| 2532 | 2024-06-17T17:53:42.907Z | Compiling arrayref v0.3.7 |
| 2533 | 2024-06-17T17:53:43.019Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2534 | 2024-06-17T17:53:43.974Z | Compiling toolchain_find v0.4.0 |
| 2535 | 2024-06-17T17:53:44.589Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2536 | 2024-06-17T17:53:44.719Z | Compiling argon2 v0.5.3 |
| 2537 | 2024-06-17T17:53:44.870Z | Compiling bitstruct v0.1.1 |
| 2538 | 2024-06-17T17:53:44.995Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2539 | 2024-06-17T17:53:45.011Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2540 | 2024-06-17T17:53:45.567Z | Compiling trust-dns-resolver v0.22.0 |
| 2541 | 2024-06-17T17:53:45.630Z | Compiling slog-stdlog v4.1.1 |
| 2542 | 2024-06-17T17:53:46.016Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2543 | 2024-06-17T17:53:46.144Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2544 | 2024-06-17T17:53:46.432Z | Compiling erased-serde v0.3.31 |
| 2545 | 2024-06-17T17:53:46.530Z | Compiling serde_arrays v0.1.0 |
| 2546 | 2024-06-17T17:53:46.709Z | Compiling num-rational v0.4.2 |
| 2547 | 2024-06-17T17:53:46.778Z | Compiling rfc6979 v0.4.0 |
| 2548 | 2024-06-17T17:53:46.860Z | Compiling aead v0.5.2 |
| 2549 | 2024-06-17T17:53:46.972Z | Compiling num-complex v0.4.6 |
| 2550 | 2024-06-17T17:53:47.253Z | Compiling nibble_vec v0.1.0 |
| 2551 | 2024-06-17T17:53:47.465Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2552 | 2024-06-17T17:53:47.577Z | Compiling slog-dtrace v0.3.0 |
| 2553 | 2024-06-17T17:53:47.922Z | Compiling cancel-safe-futures v0.1.5 |
| 2554 | 2024-06-17T17:53:47.925Z | Compiling topological-sort v0.2.2 |
| 2555 | 2024-06-17T17:53:47.925Z | Compiling keccak v0.1.5 |
| 2556 | 2024-06-17T17:53:48.033Z | Compiling endian-type v0.1.2 |
| 2557 | 2024-06-17T17:53:48.077Z | Compiling omicron-zone-package v0.11.0 |
| 2558 | 2024-06-17T17:53:48.207Z | Compiling sha3 v0.10.8 |
| 2559 | 2024-06-17T17:53:48.277Z | Compiling radix_trie v0.2.1 |
| 2560 | 2024-06-17T17:53:48.524Z | Compiling num v0.4.3 |
| 2561 | 2024-06-17T17:53:48.873Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2562 | 2024-06-17T17:53:48.960Z | Compiling ecdsa v0.16.9 |
| 2563 | 2024-06-17T17:53:49.083Z | Compiling rand_core v0.5.1 |
| 2564 | 2024-06-17T17:53:49.365Z | Compiling mime_guess v2.0.4 |
| 2565 | 2024-06-17T17:53:49.622Z | Compiling slog-envlogger v2.2.0 |
| 2566 | 2024-06-17T17:53:49.838Z | Compiling steno v0.4.0 |
| 2567 | 2024-06-17T17:53:50.453Z | Compiling rustfmt-wrapper v0.2.1 |
| 2568 | 2024-06-17T17:53:51.191Z | Compiling poly1305 v0.8.0 |
| 2569 | 2024-06-17T17:53:51.797Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2570 | 2024-06-17T17:53:52.000Z | Compiling primeorder v0.13.6 |
| 2571 | 2024-06-17T17:53:52.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2572 | 2024-06-17T17:53:52.515Z | Compiling heck v0.3.3 |
| 2573 | 2024-06-17T17:53:52.563Z | Compiling chacha20 v0.9.1 |
| 2574 | 2024-06-17T17:53:52.850Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2575 | 2024-06-17T17:53:52.927Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2576 | 2024-06-17T17:53:52.944Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2577 | 2024-06-17T17:53:53.031Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2578 | 2024-06-17T17:53:53.186Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2579 | 2024-06-17T17:53:53.553Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2580 | 2024-06-17T17:53:53.645Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2581 | 2024-06-17T17:53:54.011Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2582 | 2024-06-17T17:53:54.139Z | Compiling secrecy v0.8.0 |
| 2583 | 2024-06-17T17:53:54.188Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2584 | 2024-06-17T17:53:54.438Z | Compiling half v2.4.1 |
| 2585 | 2024-06-17T17:53:55.006Z | Compiling ciborium-io v0.2.2 |
| 2586 | 2024-06-17T17:53:55.009Z | Compiling option-ext v0.2.0 |
| 2587 | 2024-06-17T17:53:55.086Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2588 | 2024-06-17T17:53:55.138Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2589 | 2024-06-17T17:53:55.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2590 | 2024-06-17T17:53:55.311Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2591 | 2024-06-17T17:53:55.392Z | Compiling dirs-sys v0.4.1 |
| 2592 | 2024-06-17T17:53:55.455Z | Compiling ciborium-ll v0.2.2 |
| 2593 | 2024-06-17T17:53:55.903Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2594 | 2024-06-17T17:53:55.993Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2595 | 2024-06-17T17:53:56.072Z | Compiling zone_cfg_derive v0.1.2 |
| 2596 | 2024-06-17T17:53:56.832Z | Compiling parking_lot v0.11.2 |
| 2597 | 2024-06-17T17:53:57.617Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2598 | 2024-06-17T17:53:57.650Z | Compiling thiserror-no-std v2.0.2 |
| 2599 | 2024-06-17T17:53:57.828Z | Compiling rand_chacha v0.2.2 |
| 2600 | 2024-06-17T17:53:57.849Z | Compiling trust-dns-client v0.22.0 |
| 2601 | 2024-06-17T17:53:58.574Z | Compiling ed25519 v2.2.3 |
| 2602 | 2024-06-17T17:53:58.777Z | Compiling polyval v0.6.2 |
| 2603 | 2024-06-17T17:53:59.137Z | Compiling tungstenite v0.21.0 |
| 2604 | 2024-06-17T17:53:59.279Z | Compiling libsw v3.3.1 |
| 2605 | 2024-06-17T17:53:59.615Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2606 | 2024-06-17T17:53:59.936Z | Compiling toml v0.5.11 |
| 2607 | 2024-06-17T17:54:00.062Z | Compiling blowfish v0.9.1 |
| 2608 | 2024-06-17T17:54:00.535Z | Compiling ctr v0.9.2 |
| 2609 | 2024-06-17T17:54:00.587Z | Compiling aes v0.8.4 |
| 2610 | 2024-06-17T17:54:00.933Z | Compiling pbkdf2 v0.12.2 |
| 2611 | 2024-06-17T17:54:01.049Z | Compiling password-hash v0.4.2 |
| 2612 | 2024-06-17T17:54:01.124Z | Compiling gethostname v0.4.3 |
| 2613 | 2024-06-17T17:54:01.370Z | Compiling fxhash v0.2.1 |
| 2614 | 2024-06-17T17:54:01.429Z | Compiling linear-map v1.2.0 |
| 2615 | 2024-06-17T17:54:01.584Z | Compiling base64 v0.13.1 |
| 2616 | 2024-06-17T17:54:01.796Z | Compiling owo-colors v4.0.0 |
| 2617 | 2024-06-17T17:54:02.049Z | Compiling ron v0.7.1 |
| 2618 | 2024-06-17T17:54:02.230Z | Compiling trust-dns-server v0.22.1 |
| 2619 | 2024-06-17T17:54:03.433Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2620 | 2024-06-17T17:54:03.731Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2621 | 2024-06-17T17:54:04.212Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2622 | 2024-06-17T17:54:04.485Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2623 | 2024-06-17T17:54:08.233Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2624 | 2024-06-17T17:54:08.974Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2625 | 2024-06-17T17:54:09.244Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2626 | 2024-06-17T17:54:09.417Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2627 | 2024-06-17T17:54:09.745Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2628 | 2024-06-17T17:54:10.915Z | Compiling sled v0.34.7 |
| 2629 | 2024-06-17T17:54:11.536Z | Compiling pbkdf2 v0.11.0 |
| 2630 | 2024-06-17T17:54:11.827Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2631 | 2024-06-17T17:54:11.902Z | Compiling tokio-tungstenite v0.21.0 |
| 2632 | 2024-06-17T17:54:12.418Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2633 | 2024-06-17T17:54:12.454Z | Compiling ghash v0.5.1 |
| 2634 | 2024-06-17T17:54:12.490Z | Compiling ed25519-dalek v2.1.1 |
| 2635 | 2024-06-17T17:54:12.554Z | Compiling rand v0.7.3 |
| 2636 | 2024-06-17T17:54:13.112Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2637 | 2024-06-17T17:54:13.128Z | Compiling vsss-rs v3.3.4 |
| 2638 | 2024-06-17T17:54:13.618Z | Compiling zone v0.1.8 |
| 2639 | 2024-06-17T17:54:13.675Z | Compiling ciborium v0.2.2 |
| 2640 | 2024-06-17T17:54:15.287Z | Compiling dirs v5.0.1 |
| 2641 | 2024-06-17T17:54:15.495Z | Compiling chacha20poly1305 v0.10.1 |
| 2642 | 2024-06-17T17:54:15.751Z | Compiling p256 v0.13.2 |
| 2643 | 2024-06-17T17:54:16.645Z | Compiling p521 v0.13.3 |
| 2644 | 2024-06-17T17:54:16.915Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2645 | 2024-06-17T17:54:17.918Z | Compiling pem v3.0.4 |
| 2646 | 2024-06-17T17:54:18.133Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2647 | 2024-06-17T17:54:18.537Z | Compiling headers-core v0.2.0 |
| 2648 | 2024-06-17T17:54:18.715Z | Compiling cbc v0.1.2 |
| 2649 | 2024-06-17T17:54:18.761Z | Compiling kstat-rs v0.2.3 |
| 2650 | 2024-06-17T17:54:19.000Z | Compiling portpicker v0.1.1 |
| 2651 | 2024-06-17T17:54:19.183Z | Compiling nanorand v0.7.0 |
| 2652 | 2024-06-17T17:54:19.200Z | Compiling russh-cryptovec v0.7.2 |
| 2653 | 2024-06-17T17:54:19.325Z | Compiling http-range v0.1.5 |
| 2654 | 2024-06-17T17:54:19.465Z | Compiling glob v0.3.1 |
| 2655 | 2024-06-17T17:54:19.505Z | Compiling hyper-staticfile v0.9.5 |
| 2656 | 2024-06-17T17:54:19.709Z | Compiling flume v0.11.0 |
| 2657 | 2024-06-17T17:54:19.813Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2658 | 2024-06-17T17:54:20.420Z | Compiling russh-keys v0.43.0 |
| 2659 | 2024-06-17T17:54:20.453Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2660 | 2024-06-17T17:54:20.538Z | Compiling headers v0.3.9 |
| 2661 | 2024-06-17T17:54:22.525Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2662 | 2024-06-17T17:54:22.994Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2663 | 2024-06-17T17:54:23.926Z | Compiling rcgen v0.12.1 |
| 2664 | 2024-06-17T17:54:24.131Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2665 | 2024-06-17T17:54:26.164Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2666 | 2024-06-17T17:54:26.589Z | Compiling aes-gcm v0.10.3 |
| 2667 | 2024-06-17T17:54:26.897Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2668 | 2024-06-17T17:54:28.071Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2669 | 2024-06-17T17:54:29.647Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2670 | 2024-06-17T17:54:30.141Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2671 | 2024-06-17T17:54:31.810Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2672 | 2024-06-17T17:54:33.073Z | Compiling atomicwrites v0.4.3 |
| 2673 | 2024-06-17T17:54:33.488Z | Compiling subprocess v0.2.9 |
| 2674 | 2024-06-17T17:54:33.582Z | Compiling display-error-chain v0.2.0 |
| 2675 | 2024-06-17T17:54:33.783Z | Compiling hex-literal v0.4.1 |
| 2676 | 2024-06-17T17:54:33.966Z | Compiling dhcproto-macros v0.1.0 |
| 2677 | 2024-06-17T17:54:35.112Z | Compiling dhcproto v0.11.0 |
| 2678 | 2024-06-17T17:54:35.665Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2679 | 2024-06-17T17:54:37.459Z | Compiling russh v0.43.0 |
| 2680 | 2024-06-17T17:54:37.604Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2681 | 2024-06-17T17:54:38.501Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2682 | 2024-06-17T17:54:38.547Z | Compiling internet-checksum v0.2.1 |
| 2683 | 2024-06-17T17:54:39.602Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2684 | 2024-06-17T17:54:42.088Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2685 | 2024-06-17T17:55:03.205Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2686 | 2024-06-17T17:55:48.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
| 2687 | 2024-06-17T17:55:48.219Z | |
| 2688 | 2024-06-17T17:55:48.222Z | real 3:44.789423861 |
| 2689 | 2024-06-17T17:55:48.222Z | user 19:53.346561505 |
| 2690 | 2024-06-17T17:55:48.222Z | sys 4:16.209272136 |
| 2691 | 2024-06-17T17:55:48.222Z | trap 0.574358613 |
| 2692 | 2024-06-17T17:55:48.222Z | tflt 0.562837127 |
| 2693 | 2024-06-17T17:55:48.222Z | dflt 2.286652365 |
| 2694 | 2024-06-17T17:55:48.222Z | kflt 0.000105814 |
| 2695 | 2024-06-17T17:55:48.222Z | lock 42:29.813958984 |
| 2696 | 2024-06-17T17:55:48.222Z | slp 56:31.199024439 |
| 2697 | 2024-06-17T17:55:48.222Z | lat 1:06.362973546 |
| 2698 | 2024-06-17T17:55:48.222Z | stop 2:28.839897695 |
| 2699 | 2024-06-17T17:55:48.222Z | + mkdir tests |
| 2700 | 2024-06-17T17:55:48.225Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2701 | 2024-06-17T17:55:48.225Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2702 | 2024-06-17T17:55:49.750Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-887c232f20c28b82 tests/ |
| 2703 | 2024-06-17T17:55:49.770Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2270a52303570def tests/ |
| 2704 | 2024-06-17T17:55:49.790Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f1c1ef60903c5ff6 tests/ |
| 2705 | 2024-06-17T17:55:49.810Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4abd980bc7707df5 tests/ |
| 2706 | 2024-06-17T17:55:50.092Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2707 | 2024-06-17T17:55:50.095Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-2270a52303570def tests/commtest-f1c1ef60903c5ff6 tests/dhcp_server-887c232f20c28b82 tests/end_to_end_tests-4abd980bc7707df5 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2708 | 2024-06-17T17:56:54.348Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2709 | 2024-06-17T17:56:54.348Z | a out/target/test 1K |
| 2710 | 2024-06-17T17:56:54.348Z | a out/npuzone/npuzone 23144K |
| 2711 | 2024-06-17T17:56:54.348Z | a package-manifest.toml 28K |
| 2712 | 2024-06-17T17:56:54.348Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2713 | 2024-06-17T17:56:54.349Z | a target/release/omicron-package 31847K |
| 2714 | 2024-06-17T17:56:54.349Z | a target/release/xtask 18490K |
| 2715 | 2024-06-17T17:56:54.349Z | a target/debug/bootstrap 352671K |
| 2716 | 2024-06-17T17:56:54.349Z | a tests/bootstrap-2270a52303570def 23989K |
| 2717 | 2024-06-17T17:56:54.349Z | a tests/commtest-f1c1ef60903c5ff6 23990K |
| 2718 | 2024-06-17T17:56:54.349Z | a tests/dhcp_server-887c232f20c28b82 23989K |
| 2719 | 2024-06-17T17:56:54.349Z | a tests/end_to_end_tests-4abd980bc7707df5 362219K |
| 2720 | 2024-06-17T17:56:54.349Z | a out/clickhouse.tar.gz 223012K |
| 2721 | 2024-06-17T17:56:54.349Z | a out/clickhouse_keeper.tar.gz 222995K |
| 2722 | 2024-06-17T17:56:54.349Z | a out/cockroachdb.tar.gz 131718K |
| 2723 | 2024-06-17T17:56:54.349Z | a out/crucible-pantry-zone.tar.gz 27307K |
| 2724 | 2024-06-17T17:56:54.349Z | a out/crucible-zone.tar.gz 38060K |
| 2725 | 2024-06-17T17:56:54.349Z | a out/external-dns.tar.gz 25093K |
| 2726 | 2024-06-17T17:56:54.349Z | a out/internal-dns.tar.gz 25092K |
| 2727 | 2024-06-17T17:56:54.349Z | a out/mg-ddm-gz.tar 60673K |
| 2728 | 2024-06-17T17:56:54.349Z | a out/nexus.tar.gz 82929K |
| 2729 | 2024-06-17T17:56:54.349Z | a out/ntp.tar.gz 8857K |
| 2730 | 2024-06-17T17:56:54.349Z | a out/omicron-gateway-softnpu.tar.gz 13674K |
| 2731 | 2024-06-17T17:56:54.349Z | a out/omicron-sled-agent.tar 93576K |
| 2732 | 2024-06-17T17:56:54.349Z | a out/overlay.tar.gz 3K |
| 2733 | 2024-06-17T17:56:54.349Z | a out/oximeter.tar.gz 40424K |
| 2734 | 2024-06-17T17:56:54.349Z | a out/oxlog.tar 2954K |
| 2735 | 2024-06-17T17:56:54.349Z | a out/probe.tar.gz 2764K |
| 2736 | 2024-06-17T17:56:54.349Z | a out/propolis-server.tar.gz 65435K |
| 2737 | 2024-06-17T17:56:54.349Z | a out/pumpkind-gz.tar 26665K |
| 2738 | 2024-06-17T17:56:54.349Z | a out/switch-softnpu.tar.gz 195526K |
| 2739 | 2024-06-17T17:56:54.352Z | |
| 2740 | 2024-06-17T17:56:54.352Z | real 1:04.245280413 |
| 2741 | 2024-06-17T17:56:54.352Z | user 1:01.495720255 |
| 2742 | 2024-06-17T17:56:54.352Z | sys 3.793352603 |
| 2743 | 2024-06-17T17:56:54.352Z | trap 0.013610930 |
| 2744 | 2024-06-17T17:56:54.353Z | tflt 0.000000000 |
| 2745 | 2024-06-17T17:56:54.353Z | dflt 0.000000000 |
| 2746 | 2024-06-17T17:56:54.353Z | kflt 0.000000000 |
| 2747 | 2024-06-17T17:56:54.353Z | lock 0.000000000 |
| 2748 | 2024-06-17T17:56:54.353Z | slp 1:01.421951938 |
| 2749 | 2024-06-17T17:56:54.353Z | lat 1.761159666 |
| 2750 | 2024-06-17T17:56:54.353Z | stop 0.000304020 |
| 2751 | 2024-06-17T17:56:54.353Z | process exited: duration 1732929 ms, exit code 0 |
| |
| 2752 | 2024-06-17T17:56:54.367Z | found 1 output files |
| 2753 | 2024-06-17T17:56:54.367Z | uploading: /work/package.tar.gz (1398409632 bytes) |
| 2754 | 2024-06-17T17:57:25.316Z | uploaded: /work/package.tar.gz |