|
|
|
| 1 | 2024-09-21T18:07:44.587Z | job assigned to worker 01J8AW7VKVMEZ7PWJYMEKADC57 (queued for 44 s) |
| |
| 2 | 2024-09-21T18:07:52.627Z | starting task 0: "setup" |
| 3 | 2024-09-21T18:07:52.635Z | ++ uname -s |
| 4 | 2024-09-21T18:07:52.637Z | + kern=SunOS |
| 5 | 2024-09-21T18:07:52.637Z | + case "$kern" in |
| 6 | 2024-09-21T18:07:52.637Z | + groupadd -g 12345 build |
| 7 | 2024-09-21T18:07:52.640Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-21T18:07:54.650Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-21T18:07:54.747Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-21T18:07:54.751Z | + home_fs=zfs |
| 11 | 2024-09-21T18:07:54.751Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-21T18:07:54.751Z | + mkdir -p /home/build |
| 13 | 2024-09-21T18:07:54.753Z | + chown build:build /home/build /work |
| 14 | 2024-09-21T18:07:56.755Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-21T18:07:56.758Z | process exited: duration 4133 ms, exit code 0 |
| |
| 16 | 2024-09-21T18:07:56.763Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-21T18:07:56.769Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-21T18:07:56.769Z | ' 1.80.1 |
| 19 | 2024-09-21T18:07:56.769Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-09-21T18:07:56.769Z | ' default |
| 21 | 2024-09-21T18:07:56.769Z | * toolchain channel = "1.80.1" |
| 22 | 2024-09-21T18:07:56.769Z | * toolchain profile = "default" |
| 23 | 2024-09-21T18:07:56.772Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-21T18:07:56.772Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-21T18:07:57.239Z | info: downloading installer |
| 26 | 2024-09-21T18:07:58.599Z | info: profile set to 'default' |
| 27 | 2024-09-21T18:07:58.599Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-21T18:07:58.602Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-21T18:07:58.735Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-21T18:07:58.735Z | info: downloading component 'cargo' |
| 31 | 2024-09-21T18:07:59.431Z | info: downloading component 'clippy' |
| 32 | 2024-09-21T18:07:59.676Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-21T18:08:00.641Z | info: downloading component 'rust-std' |
| 34 | 2024-09-21T18:08:02.011Z | info: downloading component 'rustc' |
| 35 | 2024-09-21T18:08:05.753Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-21T18:08:05.957Z | info: installing component 'cargo' |
| 37 | 2024-09-21T18:08:06.822Z | info: installing component 'clippy' |
| 38 | 2024-09-21T18:08:07.204Z | info: installing component 'rust-docs' |
| 39 | 2024-09-21T18:08:08.874Z | info: installing component 'rust-std' |
| 40 | 2024-09-21T18:08:10.583Z | info: installing component 'rustc' |
| 41 | 2024-09-21T18:08:14.916Z | info: installing component 'rustfmt' |
| 42 | 2024-09-21T18:08:15.260Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-09-21T18:08:15.260Z | |
| 44 | 2024-09-21T18:08:15.513Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-21T18:08:15.513Z | |
| 46 | 2024-09-21T18:08:15.516Z | |
| 47 | 2024-09-21T18:08:15.516Z | Rust is installed now. Great! |
| 48 | 2024-09-21T18:08:15.516Z | |
| 49 | 2024-09-21T18:08:15.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-21T18:08:15.516Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-21T18:08:15.516Z | |
| 52 | 2024-09-21T18:08:15.516Z | To configure your current shell, you need to source |
| 53 | 2024-09-21T18:08:15.516Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-21T18:08:15.516Z | |
| 55 | 2024-09-21T18:08:15.516Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-21T18:08:15.516Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-21T18:08:15.516Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-21T18:08:15.573Z | + rustc --version |
| 59 | 2024-09-21T18:08:15.643Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-21T18:08:15.648Z | process exited: duration 18881 ms, exit code 0 |
| |
| 61 | 2024-09-21T18:08:15.653Z | starting task 2: "authentication" |
| 62 | 2024-09-21T18:08:15.675Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-09-21T18:08:15.680Z | starting task 3: "clone repository" |
| 64 | 2024-09-21T18:08:15.686Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-21T18:08:15.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-21T18:08:15.938Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-21T18:08:23.168Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-21T18:08:23.168Z | + git fetch origin 2461c8c198e2e660dcf6c478233f378cbff2cb2d |
| 69 | 2024-09-21T18:08:23.514Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-21T18:08:23.514Z | * branch 2461c8c198e2e660dcf6c478233f378cbff2cb2d -> FETCH_HEAD |
| 71 | 2024-09-21T18:08:23.526Z | + [[ -n eliza/siu-chain-successor ]] |
| 72 | 2024-09-21T18:08:23.529Z | ++ git branch --show-current |
| 73 | 2024-09-21T18:08:23.531Z | + current=main |
| 74 | 2024-09-21T18:08:23.531Z | + [[ main != eliza/siu-chain-successor ]] |
| 75 | 2024-09-21T18:08:23.531Z | + git branch -f eliza/siu-chain-successor 2461c8c198e2e660dcf6c478233f378cbff2cb2d |
| 76 | 2024-09-21T18:08:23.535Z | + git checkout -f eliza/siu-chain-successor |
| 77 | 2024-09-21T18:08:23.608Z | Switched to branch 'eliza/siu-chain-successor' |
| 78 | 2024-09-21T18:08:23.610Z | + git reset --hard 2461c8c198e2e660dcf6c478233f378cbff2cb2d |
| 79 | 2024-09-21T18:08:23.684Z | HEAD is now at 2461c8c19 [nexus] Separate action to chain instance-updates |
| 80 | 2024-09-21T18:08:23.687Z | process exited: duration 8004 ms, exit code 0 |
| |
| 81 | 2024-09-21T18:08:23.692Z | starting task 4: "build" |
| 82 | 2024-09-21T18:08:23.698Z | + cargo --version |
| 83 | 2024-09-21T18:08:23.758Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-21T18:08:23.760Z | + rustc --version |
| 85 | 2024-09-21T18:08:23.823Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-21T18:08:23.827Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2024-09-21T18:08:35.304Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2024-09-21T18:08:38.251Z | Startup: Caching catalogs ... Done |
| 89 | 2024-09-21T18:08:41.523Z | Planning: Solver setup ... Done (2.580s) |
| 90 | 2024-09-21T18:08:41.567Z | Planning: Running solver ... Done (0.044s) |
| 91 | 2024-09-21T18:08:41.742Z | Planning: Finding local manifests ... Done (0.119s) |
| 92 | 2024-09-21T18:08:42.983Z | Planning: Fetching manifests: 0/5 0% complete |
| 93 | 2024-09-21T18:08:43.642Z | Planning: Fetching manifests: 5/5 100% complete |
| 94 | 2024-09-21T18:08:44.298Z | Planning: Package planning ... Done (0.656s) |
| 95 | 2024-09-21T18:08:44.359Z | Planning: Merging actions ... Done (0.060s) |
| 96 | 2024-09-21T18:08:45.714Z | Planning: Checking for conflicting actions ... Done (1.355s) |
| 97 | 2024-09-21T18:08:55.754Z | Planning: Consolidating action changes ... Done (10.038s) |
| 98 | 2024-09-21T18:08:56.152Z | Planning: Evaluating mediators ... Done (0.398s) |
| 99 | 2024-09-21T18:08:56.241Z | Planning: Planning completed in 17.91 seconds |
| 100 | 2024-09-21T18:08:57.556Z | Packages to install: 4 |
| 101 | 2024-09-21T18:08:57.556Z | Packages to update: 1 |
| 102 | 2024-09-21T18:08:57.556Z | Mediators to change: 2 |
| 103 | 2024-09-21T18:08:57.556Z | Services to change: 1 |
| 104 | 2024-09-21T18:08:57.556Z | Estimated space available: 155.71 GB |
| 105 | 2024-09-21T18:08:57.559Z | Estimated space to be consumed: 1.54 GB |
| 106 | 2024-09-21T18:08:57.559Z | Create boot environment: No |
| 107 | 2024-09-21T18:08:57.559Z | Create backup boot environment: Yes |
| 108 | 2024-09-21T18:08:57.559Z | Rebuild boot archive: No |
| 109 | 2024-09-21T18:08:57.559Z | |
| 110 | 2024-09-21T18:08:57.559Z | Changed mediators: |
| 111 | 2024-09-21T18:08:57.559Z | mediator clang: |
| 112 | 2024-09-21T18:08:57.559Z | version: None -> 15 (system default) |
| 113 | 2024-09-21T18:08:57.559Z | |
| 114 | 2024-09-21T18:08:57.559Z | mediator llvm: |
| 115 | 2024-09-21T18:08:57.559Z | version: 14 (system default) -> 15 (system default) |
| 116 | 2024-09-21T18:08:57.559Z | |
| 117 | 2024-09-21T18:08:57.559Z | Changed packages: |
| 118 | 2024-09-21T18:08:57.559Z | helios-dev |
| 119 | 2024-09-21T18:08:57.559Z | developer/build-essential |
| 120 | 2024-09-21T18:08:57.559Z | None -> 11-2.0 |
| 121 | 2024-09-21T18:08:57.559Z | library/libxmlsec1 |
| 122 | 2024-09-21T18:08:57.559Z | None -> 1.2.35-2.0 |
| 123 | 2024-09-21T18:08:57.559Z | ooce/developer/clang-15 |
| 124 | 2024-09-21T18:08:57.559Z | None -> 15.0.7-2.0 |
| 125 | 2024-09-21T18:08:57.559Z | ooce/developer/llvm-15 |
| 126 | 2024-09-21T18:08:57.559Z | None -> 15.0.7-2.0 |
| 127 | 2024-09-21T18:08:57.560Z | package/pkg |
| 128 | 2024-09-21T18:08:57.560Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 129 | 2024-09-21T18:08:57.560Z | |
| 130 | 2024-09-21T18:08:57.560Z | Services: |
| 131 | 2024-09-21T18:08:57.560Z | restart_fmri: |
| 132 | 2024-09-21T18:08:57.560Z | svc:/system/update-man-index:default |
| 133 | 2024-09-21T18:08:57.560Z | |
| 134 | 2024-09-21T18:08:57.560Z | Editable files to change: |
| 135 | 2024-09-21T18:08:57.560Z | Update: |
| 136 | 2024-09-21T18:08:57.560Z | usr/share/lib/pkg/web/config.shtml |
| 137 | 2024-09-21T18:08:58.046Z | |
| 138 | 2024-09-21T18:08:58.046Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 139 | 2024-09-21T18:09:03.045Z | Download: 1267/4281 items 104.5/220.6MB 47% complete (20.8M/s) |
| 140 | 2024-09-21T18:09:08.046Z | Download: 3167/4281 items 157.7/220.6MB 71% complete (15.7M/s) |
| 141 | 2024-09-21T18:09:13.085Z | Download: 4201/4281 items 220.6/220.6MB 99% complete (12.5M/s) |
| 142 | 2024-09-21T18:09:13.935Z | Download: Completed 220.60 MB in 15.89 seconds (13.9M/s) |
| 143 | 2024-09-21T18:09:15.969Z | Actions: 1/5063 actions (Removing old actions) |
| 144 | 2024-09-21T18:09:15.985Z | Actions: 194/5063 actions (Installing new actions) |
| 145 | 2024-09-21T18:09:21.344Z | Actions: 4090/5063 actions (Installing new actions) |
| 146 | 2024-09-21T18:09:22.211Z | Actions: 4226/5063 actions (Updating modified actions) |
| 147 | 2024-09-21T18:09:22.645Z | Actions: Completed 5063 actions in 6.67 seconds. |
| 148 | 2024-09-21T18:09:22.984Z | Done (0.329s) |
| 149 | 2024-09-21T18:09:22.986Z | Done (0.000s) |
| 150 | 2024-09-21T18:09:23.405Z | Done (0.419s) |
| 151 | 2024-09-21T18:09:31.271Z | Done (7.663s) |
| 152 | 2024-09-21T18:09:31.856Z | Done (0.502s) |
| 153 | 2024-09-21T18:09:31.859Z | Done (0.000s) |
| 154 | 2024-09-21T18:09:32.034Z | Done (0.000s) |
| 155 | 2024-09-21T18:09:32.711Z | Planning: Evaluating mediator changes ... Done |
| 156 | 2024-09-21T18:09:32.886Z | Planning: Checking for conflicting actions ... Done |
| 157 | 2024-09-21T18:09:32.889Z | Planning: Consolidating action changes ... Done |
| 158 | 2024-09-21T18:09:33.181Z | Planning: Evaluating mediators ... Done |
| 159 | 2024-09-21T18:09:33.183Z | Planning: Planning completed in 0.47 seconds |
| 160 | 2024-09-21T18:09:33.222Z | Mediators to change: 2 |
| 161 | 2024-09-21T18:09:33.222Z | Create boot environment: No |
| 162 | 2024-09-21T18:09:33.222Z | Create backup boot environment: No |
| 163 | 2024-09-21T18:09:33.304Z | Done |
| 164 | 2024-09-21T18:09:33.304Z | Done |
| 165 | 2024-09-21T18:09:33.571Z | Done |
| 166 | 2024-09-21T18:09:37.877Z | Done |
| 167 | 2024-09-21T18:09:37.982Z | Done |
| 168 | 2024-09-21T18:09:37.984Z | Done |
| 169 | 2024-09-21T18:09:38.082Z | Done |
| 170 | 2024-09-21T18:09:38.735Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2024-09-21T18:09:38.738Z | Planning: Merging actions ... Done |
| 172 | 2024-09-21T18:09:38.934Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2024-09-21T18:09:38.937Z | Planning: Consolidating action changes ... Done |
| 174 | 2024-09-21T18:09:39.213Z | Planning: Evaluating mediators ... Done |
| 175 | 2024-09-21T18:09:39.273Z | Planning: Planning completed in 0.79 seconds |
| 176 | 2024-09-21T18:09:39.315Z | Packages to change: 1 |
| 177 | 2024-09-21T18:09:39.315Z | Mediators to change: 1 |
| 178 | 2024-09-21T18:09:39.315Z | Services to change: 1 |
| 179 | 2024-09-21T18:09:39.315Z | Create boot environment: No |
| 180 | 2024-09-21T18:09:39.318Z | Create backup boot environment: Yes |
| 181 | 2024-09-21T18:09:41.199Z | Actions: 1/6 actions (Updating modified actions) |
| 182 | 2024-09-21T18:09:41.291Z | Actions: Completed 6 actions in 0.09 seconds. |
| 183 | 2024-09-21T18:09:41.293Z | Done |
| 184 | 2024-09-21T18:09:41.294Z | Done |
| 185 | 2024-09-21T18:09:41.382Z | Done |
| 186 | 2024-09-21T18:09:45.459Z | Done |
| 187 | 2024-09-21T18:09:45.563Z | Done |
| 188 | 2024-09-21T18:09:45.566Z | Done |
| 189 | 2024-09-21T18:09:45.673Z | Done |
| 190 | 2024-09-21T18:09:46.156Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 191 | 2024-09-21T18:09:46.156Z | clang system 15 system |
| 192 | 2024-09-21T18:09:46.156Z | csh system system illumos |
| 193 | 2024-09-21T18:09:46.156Z | ctags system system illumos |
| 194 | 2024-09-21T18:09:46.156Z | gcc vendor 12 vendor |
| 195 | 2024-09-21T18:09:46.156Z | gcc system 10 system |
| 196 | 2024-09-21T18:09:46.156Z | gcc system 7 system |
| 197 | 2024-09-21T18:09:46.156Z | go system 1.20 system |
| 198 | 2024-09-21T18:09:46.156Z | go system 1.19 system |
| 199 | 2024-09-21T18:09:46.156Z | llvm system 15 system |
| 200 | 2024-09-21T18:09:46.156Z | llvm system 14 system |
| 201 | 2024-09-21T18:09:46.156Z | mariadb system 10.6 system |
| 202 | 2024-09-21T18:09:46.156Z | mta vendor vendor dma |
| 203 | 2024-09-21T18:09:46.156Z | openjdk system 17 system |
| 204 | 2024-09-21T18:09:46.157Z | openjdk system 11 system |
| 205 | 2024-09-21T18:09:46.157Z | openjdk system 1.8 system |
| 206 | 2024-09-21T18:09:46.157Z | openssl vendor 3 vendor |
| 207 | 2024-09-21T18:09:46.157Z | perl system 5.36 system |
| 208 | 2024-09-21T18:09:46.157Z | postgresql system 15 system |
| 209 | 2024-09-21T18:09:46.157Z | postgresql system 13 system |
| 210 | 2024-09-21T18:09:46.157Z | python vendor 3 vendor |
| 211 | 2024-09-21T18:09:46.157Z | python system 2 system |
| 212 | 2024-09-21T18:09:46.157Z | python3 system 3.11 system |
| 213 | 2024-09-21T18:09:46.157Z | ruby system 3.0 system |
| 214 | 2024-09-21T18:09:46.157Z | words vendor vendor american-english |
| 215 | 2024-09-21T18:09:46.157Z | words system system australian-english |
| 216 | 2024-09-21T18:09:46.157Z | words system system british-english |
| 217 | 2024-09-21T18:09:46.157Z | words system system canadian-english |
| 218 | 2024-09-21T18:09:46.157Z | words system system french |
| 219 | 2024-09-21T18:09:46.157Z | words system system italian |
| 220 | 2024-09-21T18:09:46.157Z | words system system ngerman |
| 221 | 2024-09-21T18:09:46.157Z | words system system ogerman |
| 222 | 2024-09-21T18:09:46.157Z | words system system spanish |
| 223 | 2024-09-21T18:09:46.522Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2024-09-21T18:09:46.522Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 225 | 2024-09-21T18:09:48.534Z | FMRI IFO |
| 226 | 2024-09-21T18:09:48.534Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 227 | 2024-09-21T18:09:48.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 228 | 2024-09-21T18:09:48.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 229 | 2024-09-21T18:09:48.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 230 | 2024-09-21T18:09:48.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 231 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 232 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 233 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 234 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 235 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 236 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 237 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 238 | 2024-09-21T18:09:48.535Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 239 | 2024-09-21T18:09:49.245Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2024-09-21T18:09:49.599Z | Updating crates.io index |
| 241 | 2024-09-21T18:09:49.601Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 242 | 2024-09-21T18:09:50.348Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 243 | 2024-09-21T18:09:51.081Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 244 | 2024-09-21T18:09:51.352Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 245 | 2024-09-21T18:09:52.815Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2024-09-21T18:09:53.036Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2024-09-21T18:09:53.288Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 248 | 2024-09-21T18:09:54.347Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2024-09-21T18:09:56.394Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2024-09-21T18:09:57.402Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 251 | 2024-09-21T18:09:58.135Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2024-09-21T18:09:58.396Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2024-09-21T18:09:58.682Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 254 | 2024-09-21T18:09:59.221Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 255 | 2024-09-21T18:09:59.482Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 256 | 2024-09-21T18:09:59.807Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 257 | 2024-09-21T18:10:00.105Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2024-09-21T18:10:00.580Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 259 | 2024-09-21T18:10:00.992Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 260 | 2024-09-21T18:10:01.282Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2024-09-21T18:10:01.542Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2024-09-21T18:10:01.787Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2024-09-21T18:10:02.122Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2024-09-21T18:10:02.392Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 265 | 2024-09-21T18:10:02.674Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 266 | 2024-09-21T18:10:03.010Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2024-09-21T18:10:03.529Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 268 | 2024-09-21T18:10:03.961Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 269 | 2024-09-21T18:10:04.320Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 270 | 2024-09-21T18:10:04.725Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 271 | 2024-09-21T18:10:07.016Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2024-09-21T18:10:07.278Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 273 | 2024-09-21T18:10:07.566Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 274 | 2024-09-21T18:10:07.893Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 275 | 2024-09-21T18:10:09.237Z | Downloading crates ... |
| 276 | 2024-09-21T18:10:09.300Z | Downloaded anstyle v1.0.8 |
| 277 | 2024-09-21T18:10:09.302Z | Downloaded anstyle-parse v0.2.4 |
| 278 | 2024-09-21T18:10:09.307Z | Downloaded cargo_toml v0.20.4 |
| 279 | 2024-09-21T18:10:09.315Z | Downloaded is_terminal_polyfill v1.70.0 |
| 280 | 2024-09-21T18:10:09.317Z | Downloaded equivalent v1.0.1 |
| 281 | 2024-09-21T18:10:09.321Z | Downloaded pretty-hex v0.4.1 |
| 282 | 2024-09-21T18:10:09.326Z | Downloaded anyhow v1.0.89 |
| 283 | 2024-09-21T18:10:09.332Z | Downloaded scroll_derive v0.12.0 |
| 284 | 2024-09-21T18:10:09.335Z | Downloaded usdt-macro v0.5.0 |
| 285 | 2024-09-21T18:10:09.335Z | Downloaded usdt-attr-macro v0.5.0 |
| 286 | 2024-09-21T18:10:09.335Z | Downloaded dof v0.3.0 |
| 287 | 2024-09-21T18:10:09.337Z | Downloaded pest_generator v2.7.10 |
| 288 | 2024-09-21T18:10:09.337Z | Downloaded fastrand v2.1.0 |
| 289 | 2024-09-21T18:10:09.339Z | Downloaded bytecount v0.6.8 |
| 290 | 2024-09-21T18:10:09.342Z | Downloaded toml_datetime v0.6.8 |
| 291 | 2024-09-21T18:10:09.344Z | Downloaded heck v0.5.0 |
| 292 | 2024-09-21T18:10:09.344Z | Downloaded crypto-common v0.1.6 |
| 293 | 2024-09-21T18:10:09.347Z | Downloaded cargo-platform v0.1.8 |
| 294 | 2024-09-21T18:10:09.347Z | Downloaded version_check v0.9.5 |
| 295 | 2024-09-21T18:10:09.349Z | Downloaded terminal_size v0.3.0 |
| 296 | 2024-09-21T18:10:09.349Z | Downloaded serde_spanned v0.6.7 |
| 297 | 2024-09-21T18:10:09.351Z | Downloaded generic-array v0.14.7 |
| 298 | 2024-09-21T18:10:09.352Z | Downloaded fs-err v2.11.0 |
| 299 | 2024-09-21T18:10:09.354Z | Downloaded colorchoice v1.0.1 |
| 300 | 2024-09-21T18:10:09.356Z | Downloaded memmap v0.7.0 |
| 301 | 2024-09-21T18:10:09.356Z | Downloaded macaddr v1.0.1 |
| 302 | 2024-09-21T18:10:09.359Z | Downloaded thread-id v4.2.1 |
| 303 | 2024-09-21T18:10:09.359Z | Downloaded thiserror v1.0.63 |
| 304 | 2024-09-21T18:10:09.363Z | Downloaded strsim v0.11.1 |
| 305 | 2024-09-21T18:10:09.365Z | Downloaded sha2 v0.10.8 |
| 306 | 2024-09-21T18:10:09.368Z | Downloaded clap_derive v4.5.13 |
| 307 | 2024-09-21T18:10:09.370Z | Downloaded camino v1.1.9 |
| 308 | 2024-09-21T18:10:09.372Z | Downloaded ryu v1.0.18 |
| 309 | 2024-09-21T18:10:09.375Z | Downloaded anstream v0.6.14 |
| 310 | 2024-09-21T18:10:09.378Z | Downloaded quote v1.0.36 |
| 311 | 2024-09-21T18:10:09.380Z | Downloaded bitflags v2.6.0 |
| 312 | 2024-09-21T18:10:09.384Z | Downloaded proc-macro-error-attr v1.0.4 |
| 313 | 2024-09-21T18:10:09.387Z | Downloaded dtrace-parser v0.2.0 |
| 314 | 2024-09-21T18:10:09.387Z | Downloaded once_cell v1.19.0 |
| 315 | 2024-09-21T18:10:09.389Z | Downloaded clap v4.5.16 |
| 316 | 2024-09-21T18:10:09.398Z | Downloaded serde_derive v1.0.208 |
| 317 | 2024-09-21T18:10:09.401Z | Downloaded unicode-ident v1.0.12 |
| 318 | 2024-09-21T18:10:09.404Z | Downloaded swrite v0.1.0 |
| 319 | 2024-09-21T18:10:09.407Z | Downloaded typenum v1.17.0 |
| 320 | 2024-09-21T18:10:09.409Z | Downloaded cpufeatures v0.2.12 |
| 321 | 2024-09-21T18:10:09.412Z | Downloaded pest_meta v2.7.10 |
| 322 | 2024-09-21T18:10:09.414Z | Downloaded camino-tempfile v1.1.1 |
| 323 | 2024-09-21T18:10:09.416Z | Downloaded heck v0.4.1 |
| 324 | 2024-09-21T18:10:09.416Z | Downloaded clap_lex v0.7.0 |
| 325 | 2024-09-21T18:10:09.419Z | Downloaded cfg-if v1.0.0 |
| 326 | 2024-09-21T18:10:09.419Z | Downloaded fnv v1.0.7 |
| 327 | 2024-09-21T18:10:09.419Z | Downloaded digest v0.10.7 |
| 328 | 2024-09-21T18:10:09.421Z | Downloaded byteorder v1.5.0 |
| 329 | 2024-09-21T18:10:09.426Z | Downloaded autocfg v1.3.0 |
| 330 | 2024-09-21T18:10:09.426Z | Downloaded smawk v0.3.2 |
| 331 | 2024-09-21T18:10:09.426Z | Downloaded itoa v1.0.11 |
| 332 | 2024-09-21T18:10:09.431Z | Downloaded cargo_metadata v0.18.1 |
| 333 | 2024-09-21T18:10:09.431Z | Downloaded anstyle-query v1.0.3 |
| 334 | 2024-09-21T18:10:09.433Z | Downloaded thiserror-impl v1.0.63 |
| 335 | 2024-09-21T18:10:09.433Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2024-09-21T18:10:09.433Z | Downloaded plain v0.2.3 |
| 337 | 2024-09-21T18:10:09.435Z | Downloaded errno v0.3.9 |
| 338 | 2024-09-21T18:10:09.435Z | Downloaded usdt-impl v0.5.0 |
| 339 | 2024-09-21T18:10:09.438Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2024-09-21T18:10:09.438Z | Downloaded serde_tokenstream v0.2.2 |
| 341 | 2024-09-21T18:10:09.440Z | Downloaded usdt v0.5.0 |
| 342 | 2024-09-21T18:10:09.440Z | Downloaded block-buffer v0.10.4 |
| 343 | 2024-09-21T18:10:09.442Z | Downloaded pest_derive v2.7.10 |
| 344 | 2024-09-21T18:10:09.446Z | Downloaded scroll v0.12.0 |
| 345 | 2024-09-21T18:10:09.448Z | Downloaded semver v1.0.23 |
| 346 | 2024-09-21T18:10:09.451Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2024-09-21T18:10:09.453Z | Downloaded tempfile v3.10.1 |
| 348 | 2024-09-21T18:10:09.456Z | Downloaded zerocopy-derive v0.7.34 |
| 349 | 2024-09-21T18:10:09.463Z | Downloaded utf8parse v0.2.1 |
| 350 | 2024-09-21T18:10:09.465Z | Downloaded serde v1.0.208 |
| 351 | 2024-09-21T18:10:09.467Z | Downloaded toml v0.8.19 |
| 352 | 2024-09-21T18:10:09.470Z | Downloaded proc-macro2 v1.0.86 |
| 353 | 2024-09-21T18:10:09.473Z | Downloaded ucd-trie v0.1.6 |
| 354 | 2024-09-21T18:10:09.475Z | Downloaded log v0.4.21 |
| 355 | 2024-09-21T18:10:09.482Z | Downloaded textwrap v0.16.1 |
| 356 | 2024-09-21T18:10:09.487Z | Downloaded pest v2.7.10 |
| 357 | 2024-09-21T18:10:09.493Z | Downloaded indexmap v2.4.0 |
| 358 | 2024-09-21T18:10:09.499Z | Downloaded papergrid v0.11.0 |
| 359 | 2024-09-21T18:10:09.509Z | Downloaded memchr v2.7.2 |
| 360 | 2024-09-21T18:10:09.513Z | Downloaded zerocopy v0.7.34 |
| 361 | 2024-09-21T18:10:09.530Z | Downloaded toml_edit v0.22.20 |
| 362 | 2024-09-21T18:10:09.553Z | Downloaded hashbrown v0.14.5 |
| 363 | 2024-09-21T18:10:09.560Z | Downloaded winnow v0.6.18 |
| 364 | 2024-09-21T18:10:09.567Z | Downloaded serde_json v1.0.125 |
| 365 | 2024-09-21T18:10:09.574Z | Downloaded tabled v0.15.0 |
| 366 | 2024-09-21T18:10:09.591Z | Downloaded syn v1.0.109 |
| 367 | 2024-09-21T18:10:09.601Z | Downloaded syn v2.0.74 |
| 368 | 2024-09-21T18:10:09.612Z | Downloaded goblin v0.8.2 |
| 369 | 2024-09-21T18:10:09.618Z | Downloaded unicode-width v0.1.13 |
| 370 | 2024-09-21T18:10:09.626Z | Downloaded rustix v0.38.34 |
| 371 | 2024-09-21T18:10:09.648Z | Downloaded clap_builder v4.5.15 |
| 372 | 2024-09-21T18:10:09.654Z | Downloaded libc v0.2.158 |
| 373 | 2024-09-21T18:10:09.979Z | Compiling proc-macro2 v1.0.86 |
| 374 | 2024-09-21T18:10:09.981Z | Compiling unicode-ident v1.0.12 |
| 375 | 2024-09-21T18:10:09.981Z | Compiling version_check v0.9.5 |
| 376 | 2024-09-21T18:10:09.981Z | Compiling serde v1.0.208 |
| 377 | 2024-09-21T18:10:09.981Z | Compiling memchr v2.7.2 |
| 378 | 2024-09-21T18:10:09.981Z | Compiling thiserror v1.0.63 |
| 379 | 2024-09-21T18:10:10.016Z | Compiling libc v0.2.158 |
| 380 | 2024-09-21T18:10:10.018Z | Compiling ryu v1.0.18 |
| 381 | 2024-09-21T18:10:10.258Z | Compiling itoa v1.0.11 |
| 382 | 2024-09-21T18:10:10.510Z | Compiling ucd-trie v0.1.6 |
| 383 | 2024-09-21T18:10:10.929Z | Compiling once_cell v1.19.0 |
| 384 | 2024-09-21T18:10:11.086Z | Compiling byteorder v1.5.0 |
| 385 | 2024-09-21T18:10:11.421Z | Compiling rustix v0.38.34 |
| 386 | 2024-09-21T18:10:11.442Z | Compiling serde_json v1.0.125 |
| 387 | 2024-09-21T18:10:12.419Z | Compiling bitflags v2.6.0 |
| 388 | 2024-09-21T18:10:12.463Z | Compiling usdt-impl v0.5.0 |
| 389 | 2024-09-21T18:10:12.536Z | Compiling proc-macro-error-attr v1.0.4 |
| 390 | 2024-09-21T18:10:12.538Z | Compiling syn v1.0.109 |
| 391 | 2024-09-21T18:10:12.835Z | Compiling proc-macro-error v1.0.4 |
| 392 | 2024-09-21T18:10:12.862Z | Compiling plain v0.2.3 |
| 393 | 2024-09-21T18:10:12.957Z | Compiling camino v1.1.9 |
| 394 | 2024-09-21T18:10:12.983Z | Compiling hashbrown v0.14.5 |
| 395 | 2024-09-21T18:10:13.014Z | Compiling equivalent v1.0.1 |
| 396 | 2024-09-21T18:10:13.129Z | Compiling utf8parse v0.2.1 |
| 397 | 2024-09-21T18:10:13.157Z | Compiling log v0.4.21 |
| 398 | 2024-09-21T18:10:13.273Z | Compiling thread-id v4.2.1 |
| 399 | 2024-09-21T18:10:13.302Z | Compiling anstyle-parse v0.2.4 |
| 400 | 2024-09-21T18:10:13.397Z | Compiling quote v1.0.36 |
| 401 | 2024-09-21T18:10:13.549Z | Compiling unicode-width v0.1.13 |
| 402 | 2024-09-21T18:10:13.684Z | Compiling autocfg v1.3.0 |
| 403 | 2024-09-21T18:10:13.713Z | Compiling semver v1.0.23 |
| 404 | 2024-09-21T18:10:13.795Z | Compiling syn v2.0.74 |
| 405 | 2024-09-21T18:10:13.871Z | Compiling errno v0.3.9 |
| 406 | 2024-09-21T18:10:14.115Z | Compiling winnow v0.6.18 |
| 407 | 2024-09-21T18:10:14.277Z | Compiling indexmap v2.4.0 |
| 408 | 2024-09-21T18:10:14.303Z | Compiling pretty-hex v0.4.1 |
| 409 | 2024-09-21T18:10:14.524Z | Compiling anstyle-query v1.0.3 |
| 410 | 2024-09-21T18:10:14.664Z | Compiling anstyle v1.0.8 |
| 411 | 2024-09-21T18:10:14.689Z | Compiling is_terminal_polyfill v1.70.0 |
| 412 | 2024-09-21T18:10:14.826Z | Compiling colorchoice v1.0.1 |
| 413 | 2024-09-21T18:10:15.001Z | Compiling fs-err v2.11.0 |
| 414 | 2024-09-21T18:10:15.153Z | Compiling anstream v0.6.14 |
| 415 | 2024-09-21T18:10:15.730Z | Compiling bytecount v0.6.8 |
| 416 | 2024-09-21T18:10:15.758Z | Compiling strsim v0.11.1 |
| 417 | 2024-09-21T18:10:15.784Z | Compiling anyhow v1.0.89 |
| 418 | 2024-09-21T18:10:15.957Z | Compiling heck v0.5.0 |
| 419 | 2024-09-21T18:10:16.018Z | Compiling cfg-if v1.0.0 |
| 420 | 2024-09-21T18:10:16.127Z | Compiling fastrand v2.1.0 |
| 421 | 2024-09-21T18:10:16.434Z | Compiling terminal_size v0.3.0 |
| 422 | 2024-09-21T18:10:16.500Z | Compiling fnv v1.0.7 |
| 423 | 2024-09-21T18:10:16.643Z | Compiling clap_lex v0.7.0 |
| 424 | 2024-09-21T18:10:16.643Z | Compiling heck v0.4.1 |
| 425 | 2024-09-21T18:10:16.701Z | Compiling papergrid v0.11.0 |
| 426 | 2024-09-21T18:10:16.730Z | Compiling tempfile v3.10.1 |
| 427 | 2024-09-21T18:10:17.175Z | Compiling clap_builder v4.5.15 |
| 428 | 2024-09-21T18:10:17.734Z | Compiling memmap v0.7.0 |
| 429 | 2024-09-21T18:10:17.775Z | Compiling unicode-linebreak v0.1.5 |
| 430 | 2024-09-21T18:10:17.926Z | Compiling smawk v0.3.2 |
| 431 | 2024-09-21T18:10:18.143Z | Compiling textwrap v0.16.1 |
| 432 | 2024-09-21T18:10:18.222Z | Compiling swrite v0.1.0 |
| 433 | 2024-09-21T18:10:19.761Z | Compiling tabled_derive v0.7.0 |
| 434 | 2024-09-21T18:10:21.497Z | Compiling tabled v0.15.0 |
| 435 | 2024-09-21T18:10:22.573Z | Compiling serde_derive v1.0.208 |
| 436 | 2024-09-21T18:10:22.573Z | Compiling thiserror-impl v1.0.63 |
| 437 | 2024-09-21T18:10:22.638Z | Compiling zerocopy-derive v0.7.34 |
| 438 | 2024-09-21T18:10:22.840Z | Compiling scroll_derive v0.12.0 |
| 439 | 2024-09-21T18:10:22.956Z | Compiling clap_derive v4.5.13 |
| 440 | 2024-09-21T18:10:24.266Z | Compiling scroll v0.12.0 |
| 441 | 2024-09-21T18:10:24.725Z | Compiling goblin v0.8.2 |
| 442 | 2024-09-21T18:10:24.806Z | Compiling zerocopy v0.7.34 |
| 443 | 2024-09-21T18:10:26.764Z | Compiling clap v4.5.16 |
| 444 | 2024-09-21T18:10:28.107Z | Compiling pest v2.7.10 |
| 445 | 2024-09-21T18:10:29.780Z | Compiling pest_meta v2.7.10 |
| 446 | 2024-09-21T18:10:31.155Z | Compiling pest_generator v2.7.10 |
| 447 | 2024-09-21T18:10:32.683Z | Compiling pest_derive v2.7.10 |
| 448 | 2024-09-21T18:10:32.887Z | Compiling serde_tokenstream v0.2.2 |
| 449 | 2024-09-21T18:10:33.020Z | Compiling serde_spanned v0.6.7 |
| 450 | 2024-09-21T18:10:33.078Z | Compiling toml_datetime v0.6.8 |
| 451 | 2024-09-21T18:10:33.284Z | Compiling cargo-platform v0.1.8 |
| 452 | 2024-09-21T18:10:33.381Z | Compiling dtrace-parser v0.2.0 |
| 453 | 2024-09-21T18:10:33.431Z | Compiling toml_edit v0.22.20 |
| 454 | 2024-09-21T18:10:33.629Z | Compiling macaddr v1.0.1 |
| 455 | 2024-09-21T18:10:33.884Z | Compiling camino-tempfile v1.1.1 |
| 456 | 2024-09-21T18:10:34.522Z | Compiling dof v0.3.0 |
| 457 | 2024-09-21T18:10:34.722Z | Compiling cargo_metadata v0.18.1 |
| 458 | 2024-09-21T18:10:36.430Z | Compiling usdt-macro v0.5.0 |
| 459 | 2024-09-21T18:10:36.430Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2024-09-21T18:10:36.591Z | Compiling toml v0.8.19 |
| 461 | 2024-09-21T18:10:37.464Z | Compiling cargo_toml v0.20.4 |
| 462 | 2024-09-21T18:10:37.777Z | Compiling usdt v0.5.0 |
| 463 | 2024-09-21T18:10:41.236Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2024-09-21T18:10:45.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.49s |
| 465 | 2024-09-21T18:10:45.762Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 466 | 2024-09-21T18:10:46.381Z | Downloading crates ... |
| 467 | 2024-09-21T18:10:46.501Z | Downloaded arrayref v0.3.7 |
| 468 | 2024-09-21T18:10:46.505Z | Downloaded ascii v1.1.0 |
| 469 | 2024-09-21T18:10:46.508Z | Downloaded addr2line v0.21.0 |
| 470 | 2024-09-21T18:10:46.511Z | Downloaded async-stream-impl v0.3.5 |
| 471 | 2024-09-21T18:10:46.513Z | Downloaded atomicwrites v0.4.3 |
| 472 | 2024-09-21T18:10:46.516Z | Downloaded ciborium-io v0.2.2 |
| 473 | 2024-09-21T18:10:46.516Z | Downloaded hex v0.4.3 |
| 474 | 2024-09-21T18:10:46.518Z | Downloaded cfg_aliases v0.2.1 |
| 475 | 2024-09-21T18:10:46.521Z | Downloaded ident_case v1.0.1 |
| 476 | 2024-09-21T18:10:46.523Z | Downloaded cstr-argument v0.1.2 |
| 477 | 2024-09-21T18:10:46.523Z | Downloaded darling v0.20.9 |
| 478 | 2024-09-21T18:10:46.529Z | Downloaded hickory-client v0.24.1 |
| 479 | 2024-09-21T18:10:46.532Z | Downloaded is_ci v1.2.0 |
| 480 | 2024-09-21T18:10:46.534Z | Downloaded crunchy v0.2.2 |
| 481 | 2024-09-21T18:10:46.537Z | Downloaded http-body v1.0.0 |
| 482 | 2024-09-21T18:10:46.537Z | Downloaded convert_case v0.4.0 |
| 483 | 2024-09-21T18:10:46.539Z | Downloaded matches v0.1.10 |
| 484 | 2024-09-21T18:10:46.539Z | Downloaded base16ct v0.2.0 |
| 485 | 2024-09-21T18:10:46.542Z | Downloaded cexpr v0.6.0 |
| 486 | 2024-09-21T18:10:46.544Z | Downloaded newtype_derive v0.1.6 |
| 487 | 2024-09-21T18:10:46.544Z | Downloaded newline-converter v0.3.0 |
| 488 | 2024-09-21T18:10:46.546Z | Downloaded castaway v0.2.3 |
| 489 | 2024-09-21T18:10:46.549Z | Downloaded async-recursion v1.1.1 |
| 490 | 2024-09-21T18:10:46.551Z | Downloaded humantime v2.1.0 |
| 491 | 2024-09-21T18:10:46.553Z | Downloaded ipnetwork v0.20.0 |
| 492 | 2024-09-21T18:10:46.556Z | Downloaded csv-core v0.1.11 |
| 493 | 2024-09-21T18:10:46.558Z | Downloaded lru-cache v0.1.2 |
| 494 | 2024-09-21T18:10:46.560Z | Downloaded nibble_vec v0.1.0 |
| 495 | 2024-09-21T18:10:46.563Z | Downloaded multimap v0.10.0 |
| 496 | 2024-09-21T18:10:46.563Z | Downloaded instant v0.1.12 |
| 497 | 2024-09-21T18:10:46.565Z | Downloaded httparse v1.8.0 |
| 498 | 2024-09-21T18:10:46.568Z | Downloaded backoff v0.4.0 |
| 499 | 2024-09-21T18:10:46.570Z | Downloaded libsw v3.3.1 |
| 500 | 2024-09-21T18:10:46.572Z | Downloaded md-5 v0.10.6 |
| 501 | 2024-09-21T18:10:46.574Z | Downloaded ipnet v2.9.0 |
| 502 | 2024-09-21T18:10:46.578Z | Downloaded native-tls v0.2.11 |
| 503 | 2024-09-21T18:10:46.581Z | Downloaded memmap2 v0.9.4 |
| 504 | 2024-09-21T18:10:46.581Z | Downloaded mime v0.3.17 |
| 505 | 2024-09-21T18:10:46.583Z | Downloaded crucible-workspace-hack v0.1.0 |
| 506 | 2024-09-21T18:10:46.585Z | Downloaded maplit v1.0.2 |
| 507 | 2024-09-21T18:10:46.585Z | Downloaded jobserver v0.1.32 |
| 508 | 2024-09-21T18:10:46.588Z | Downloaded cancel-safe-futures v0.1.5 |
| 509 | 2024-09-21T18:10:46.591Z | Downloaded adler v1.0.2 |
| 510 | 2024-09-21T18:10:46.594Z | Downloaded mockall_derive v0.13.0 |
| 511 | 2024-09-21T18:10:46.597Z | Downloaded cookie v0.18.1 |
| 512 | 2024-09-21T18:10:46.599Z | Downloaded http-range v0.1.5 |
| 513 | 2024-09-21T18:10:46.601Z | Downloaded const-oid v0.9.6 |
| 514 | 2024-09-21T18:10:46.603Z | Downloaded allocator-api2 v0.2.18 |
| 515 | 2024-09-21T18:10:46.607Z | Downloaded aead v0.5.2 |
| 516 | 2024-09-21T18:10:46.609Z | Downloaded serde-hex v0.1.0 |
| 517 | 2024-09-21T18:10:46.611Z | Downloaded crossbeam-epoch v0.9.18 |
| 518 | 2024-09-21T18:10:46.614Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 519 | 2024-09-21T18:10:46.617Z | Downloaded is-terminal v0.4.12 |
| 520 | 2024-09-21T18:10:46.619Z | Downloaded match_cfg v0.1.0 |
| 521 | 2024-09-21T18:10:46.620Z | Downloaded keccak v0.1.5 |
| 522 | 2024-09-21T18:10:46.622Z | Downloaded instability v0.3.2 |
| 523 | 2024-09-21T18:10:46.624Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2024-09-21T18:10:46.626Z | Downloaded new_debug_unreachable v1.0.6 |
| 525 | 2024-09-21T18:10:46.626Z | Downloaded lalrpop-util v0.19.12 |
| 526 | 2024-09-21T18:10:46.629Z | Downloaded md5 v0.7.0 |
| 527 | 2024-09-21T18:10:46.629Z | Downloaded lru v0.12.3 |
| 528 | 2024-09-21T18:10:46.631Z | Downloaded httpdate v1.0.3 |
| 529 | 2024-09-21T18:10:46.633Z | Downloaded miniz_oxide v0.8.0 |
| 530 | 2024-09-21T18:10:46.635Z | Downloaded atty v0.2.14 |
| 531 | 2024-09-21T18:10:46.635Z | Downloaded http-body v0.4.6 |
| 532 | 2024-09-21T18:10:46.638Z | Downloaded hostname v0.3.1 |
| 533 | 2024-09-21T18:10:46.640Z | Downloaded endian-type v0.1.2 |
| 534 | 2024-09-21T18:10:46.642Z | Downloaded hickory-server v0.24.1 |
| 535 | 2024-09-21T18:10:46.646Z | Downloaded display-error-chain v0.2.1 |
| 536 | 2024-09-21T18:10:46.649Z | Downloaded want v0.3.1 |
| 537 | 2024-09-21T18:10:46.651Z | Downloaded signal-hook-registry v1.4.2 |
| 538 | 2024-09-21T18:10:46.651Z | Downloaded serde_urlencoded v0.7.1 |
| 539 | 2024-09-21T18:10:46.653Z | Downloaded internet-checksum v0.2.1 |
| 540 | 2024-09-21T18:10:46.653Z | Downloaded indoc v1.0.9 |
| 541 | 2024-09-21T18:10:46.656Z | Downloaded base64 v0.21.7 |
| 542 | 2024-09-21T18:10:46.661Z | Downloaded bb8 v0.8.5 |
| 543 | 2024-09-21T18:10:46.663Z | Downloaded fxhash v0.2.1 |
| 544 | 2024-09-21T18:10:46.665Z | Downloaded foreign-types-shared v0.3.1 |
| 545 | 2024-09-21T18:10:46.665Z | Downloaded stringprep v0.1.4 |
| 546 | 2024-09-21T18:10:46.668Z | Downloaded linear-map v1.2.0 |
| 547 | 2024-09-21T18:10:46.670Z | Downloaded lazycell v1.3.0 |
| 548 | 2024-09-21T18:10:46.670Z | Downloaded sqlparser_derive v0.2.2 |
| 549 | 2024-09-21T18:10:46.672Z | Downloaded nanorand v0.7.0 |
| 550 | 2024-09-21T18:10:46.676Z | Downloaded sync_wrapper v0.1.2 |
| 551 | 2024-09-21T18:10:46.676Z | Downloaded libefi-sys v0.1.0 |
| 552 | 2024-09-21T18:10:46.678Z | Downloaded hyper-tls v0.5.0 |
| 553 | 2024-09-21T18:10:46.678Z | Downloaded mockall v0.13.0 |
| 554 | 2024-09-21T18:10:46.680Z | Downloaded memoffset v0.9.1 |
| 555 | 2024-09-21T18:10:46.683Z | Downloaded tinyvec_macros v0.1.1 |
| 556 | 2024-09-21T18:10:46.683Z | Downloaded take_mut v0.2.2 |
| 557 | 2024-09-21T18:10:46.685Z | Downloaded foreign-types-shared v0.1.1 |
| 558 | 2024-09-21T18:10:46.685Z | Downloaded string_cache v0.8.7 |
| 559 | 2024-09-21T18:10:46.687Z | Downloaded spin v0.5.2 |
| 560 | 2024-09-21T18:10:46.690Z | Downloaded iana-time-zone v0.1.60 |
| 561 | 2024-09-21T18:10:46.693Z | Downloaded constant_time_eq v0.3.0 |
| 562 | 2024-09-21T18:10:46.693Z | Downloaded twox-hash v1.6.3 |
| 563 | 2024-09-21T18:10:46.695Z | Downloaded defmt-parser v0.3.4 |
| 564 | 2024-09-21T18:10:46.697Z | Downloaded tabwriter v1.4.0 |
| 565 | 2024-09-21T18:10:46.699Z | Downloaded sct v0.7.1 |
| 566 | 2024-09-21T18:10:46.702Z | Downloaded assert_matches v1.5.0 |
| 567 | 2024-09-21T18:10:46.704Z | Downloaded which v4.4.2 |
| 568 | 2024-09-21T18:10:46.706Z | Downloaded hyper-rustls v0.24.2 |
| 569 | 2024-09-21T18:10:46.709Z | Downloaded tokio-macros v2.4.0 |
| 570 | 2024-09-21T18:10:46.712Z | Downloaded tls_codec_derive v0.4.1 |
| 571 | 2024-09-21T18:10:46.712Z | Downloaded tui-tree-widget v0.22.0 |
| 572 | 2024-09-21T18:10:46.714Z | Downloaded http v1.1.0 |
| 573 | 2024-09-21T18:10:46.718Z | Downloaded predicates-tree v1.0.9 |
| 574 | 2024-09-21T18:10:46.720Z | Downloaded phf_shared v0.10.0 |
| 575 | 2024-09-21T18:10:46.723Z | Downloaded futures-io v0.3.30 |
| 576 | 2024-09-21T18:10:46.723Z | Downloaded opaque-debug v0.3.1 |
| 577 | 2024-09-21T18:10:46.725Z | Downloaded num_threads v0.1.7 |
| 578 | 2024-09-21T18:10:46.725Z | Downloaded erased-serde v0.3.31 |
| 579 | 2024-09-21T18:10:46.727Z | Downloaded rcgen v0.12.1 |
| 580 | 2024-09-21T18:10:46.731Z | Downloaded rustc-hash v1.1.0 |
| 581 | 2024-09-21T18:10:46.733Z | Downloaded dyn-clone v1.0.17 |
| 582 | 2024-09-21T18:10:46.735Z | Downloaded slog-scope v4.4.0 |
| 583 | 2024-09-21T18:10:46.737Z | Downloaded tokio-native-tls v0.3.1 |
| 584 | 2024-09-21T18:10:46.740Z | Downloaded cookie_store v0.20.0 |
| 585 | 2024-09-21T18:10:46.742Z | Downloaded highway v1.2.0 |
| 586 | 2024-09-21T18:10:46.744Z | Downloaded der_derive v0.7.2 |
| 587 | 2024-09-21T18:10:46.746Z | Downloaded serde-big-array v0.5.1 |
| 588 | 2024-09-21T18:10:46.749Z | Downloaded phf_shared v0.11.2 |
| 589 | 2024-09-21T18:10:46.749Z | Downloaded hmac v0.12.1 |
| 590 | 2024-09-21T18:10:46.751Z | Downloaded console v0.15.8 |
| 591 | 2024-09-21T18:10:46.755Z | Downloaded lock_api v0.4.12 |
| 592 | 2024-09-21T18:10:46.757Z | Downloaded indexmap v1.9.3 |
| 593 | 2024-09-21T18:10:46.761Z | Downloaded bzip2 v0.4.4 |
| 594 | 2024-09-21T18:10:46.763Z | Downloaded tower-service v0.3.2 |
| 595 | 2024-09-21T18:10:46.765Z | Downloaded num-integer v0.1.46 |
| 596 | 2024-09-21T18:10:46.768Z | Downloaded num v0.4.3 |
| 597 | 2024-09-21T18:10:46.770Z | Downloaded rand_chacha v0.3.1 |
| 598 | 2024-09-21T18:10:46.770Z | Downloaded peg v0.8.4 |
| 599 | 2024-09-21T18:10:46.774Z | Downloaded fallible-iterator v0.2.0 |
| 600 | 2024-09-21T18:10:46.776Z | Downloaded dsl_auto_type v0.1.2 |
| 601 | 2024-09-21T18:10:46.779Z | Downloaded dropshot_endpoint v0.10.1 |
| 602 | 2024-09-21T18:10:46.781Z | Downloaded ref-cast v1.0.23 |
| 603 | 2024-09-21T18:10:46.784Z | Downloaded rfc6979 v0.4.0 |
| 604 | 2024-09-21T18:10:46.784Z | Downloaded serde_plain v1.0.2 |
| 605 | 2024-09-21T18:10:46.786Z | Downloaded rustfmt-wrapper v0.2.1 |
| 606 | 2024-09-21T18:10:46.788Z | Downloaded polyval v0.6.2 |
| 607 | 2024-09-21T18:10:46.791Z | Downloaded tungstenite v0.20.1 |
| 608 | 2024-09-21T18:10:46.793Z | Downloaded resolv-conf v0.7.0 |
| 609 | 2024-09-21T18:10:46.796Z | Downloaded nodrop v0.1.14 |
| 610 | 2024-09-21T18:10:46.798Z | Downloaded oso-derive v0.27.3 |
| 611 | 2024-09-21T18:10:46.798Z | Downloaded serde_path_to_error v0.1.16 |
| 612 | 2024-09-21T18:10:46.800Z | Downloaded serde_arrays v0.1.0 |
| 613 | 2024-09-21T18:10:46.803Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 614 | 2024-09-21T18:10:46.805Z | Downloaded env_logger v0.10.2 |
| 615 | 2024-09-21T18:10:46.807Z | Downloaded arc-swap v1.7.1 |
| 616 | 2024-09-21T18:10:46.811Z | Downloaded normalize-line-endings v0.3.0 |
| 617 | 2024-09-21T18:10:46.813Z | Downloaded structmeta v0.3.0 |
| 618 | 2024-09-21T18:10:46.816Z | Downloaded path-slash v0.1.5 |
| 619 | 2024-09-21T18:10:46.816Z | Downloaded predicates v3.1.2 |
| 620 | 2024-09-21T18:10:46.818Z | Downloaded structmeta v0.2.0 |
| 621 | 2024-09-21T18:10:46.820Z | Downloaded static_assertions v1.1.0 |
| 622 | 2024-09-21T18:10:46.823Z | Downloaded crc-any v2.5.0 |
| 623 | 2024-09-21T18:10:46.825Z | Downloaded strip-ansi-escapes v0.2.0 |
| 624 | 2024-09-21T18:10:46.825Z | Downloaded sigpipe v0.1.3 |
| 625 | 2024-09-21T18:10:46.836Z | Downloaded zone v0.1.8 |
| 626 | 2024-09-21T18:10:46.839Z | Downloaded funty v2.0.0 |
| 627 | 2024-09-21T18:10:46.842Z | Downloaded cookie v0.17.0 |
| 628 | 2024-09-21T18:10:46.842Z | Downloaded tungstenite v0.23.0 |
| 629 | 2024-09-21T18:10:47.848Z | Downloaded tungstenite v0.21.0 |
| 630 | 2024-09-21T18:10:47.851Z | Downloaded zeroize_derive v1.4.2 |
| 631 | 2024-09-21T18:10:47.851Z | Downloaded fd-lock v4.0.2 |
| 632 | 2024-09-21T18:10:47.851Z | Downloaded glob v0.3.1 |
| 633 | 2024-09-21T18:10:47.851Z | Downloaded itertools v0.12.1 |
| 634 | 2024-09-21T18:10:47.851Z | Downloaded form_urlencoded v1.2.1 |
| 635 | 2024-09-21T18:10:47.851Z | Downloaded rustversion v1.0.17 |
| 636 | 2024-09-21T18:10:47.851Z | Downloaded pbkdf2 v0.11.0 |
| 637 | 2024-09-21T18:10:47.851Z | Downloaded rusty-fork v0.3.0 |
| 638 | 2024-09-21T18:10:47.851Z | Downloaded paste v1.0.15 |
| 639 | 2024-09-21T18:10:47.851Z | Downloaded ref-cast-impl v1.0.23 |
| 640 | 2024-09-21T18:10:47.852Z | Downloaded olpc-cjson v0.1.3 |
| 641 | 2024-09-21T18:10:47.852Z | Downloaded crossterm v0.27.0 |
| 642 | 2024-09-21T18:10:47.852Z | Downloaded ghash v0.5.1 |
| 643 | 2024-09-21T18:10:47.852Z | Downloaded num-conv v0.1.0 |
| 644 | 2024-09-21T18:10:47.852Z | Downloaded zeroize v1.8.1 |
| 645 | 2024-09-21T18:10:47.852Z | Downloaded smf v0.2.3 |
| 646 | 2024-09-21T18:10:47.852Z | Downloaded zone v0.3.0 |
| 647 | 2024-09-21T18:10:47.852Z | Downloaded rustls-pemfile v1.0.4 |
| 648 | 2024-09-21T18:10:47.852Z | Downloaded universal-hash v0.5.1 |
| 649 | 2024-09-21T18:10:47.852Z | Downloaded toolchain_find v0.4.0 |
| 650 | 2024-09-21T18:10:47.852Z | Downloaded pretty-hex v0.2.1 |
| 651 | 2024-09-21T18:10:47.852Z | Downloaded der v0.7.9 |
| 652 | 2024-09-21T18:10:47.852Z | Downloaded indicatif v0.17.8 |
| 653 | 2024-09-21T18:10:47.852Z | Downloaded ff v0.13.0 |
| 654 | 2024-09-21T18:10:47.852Z | Downloaded owo-colors v4.0.0 |
| 655 | 2024-09-21T18:10:47.852Z | Downloaded spki v0.7.3 |
| 656 | 2024-09-21T18:10:47.852Z | Downloaded quick-error v1.2.3 |
| 657 | 2024-09-21T18:10:47.852Z | Downloaded tokio-rustls v0.24.1 |
| 658 | 2024-09-21T18:10:47.852Z | Downloaded group v0.13.0 |
| 659 | 2024-09-21T18:10:47.852Z | Downloaded rustls-pki-types v1.7.0 |
| 660 | 2024-09-21T18:10:47.852Z | Downloaded defmt-macros v0.3.9 |
| 661 | 2024-09-21T18:10:47.852Z | Downloaded const_format v0.2.33 |
| 662 | 2024-09-21T18:10:47.852Z | Downloaded phf v0.11.2 |
| 663 | 2024-09-21T18:10:47.852Z | Downloaded untrusted v0.9.0 |
| 664 | 2024-09-21T18:10:47.852Z | Downloaded mio v0.8.11 |
| 665 | 2024-09-21T18:10:47.852Z | Downloaded psl-types v2.0.11 |
| 666 | 2024-09-21T18:10:47.852Z | Downloaded futures-channel v0.3.30 |
| 667 | 2024-09-21T18:10:47.852Z | Downloaded num_enum v0.5.11 |
| 668 | 2024-09-21T18:10:47.852Z | Downloaded openssl-probe v0.1.5 |
| 669 | 2024-09-21T18:10:47.852Z | Downloaded typed-path v0.7.1 |
| 670 | 2024-09-21T18:10:47.852Z | Downloaded proc-macro-crate v1.3.1 |
| 671 | 2024-09-21T18:10:47.852Z | Downloaded strum_macros v0.24.3 |
| 672 | 2024-09-21T18:10:47.852Z | Downloaded spin v0.9.8 |
| 673 | 2024-09-21T18:10:47.852Z | Downloaded slog-dtrace v0.3.0 |
| 674 | 2024-09-21T18:10:47.852Z | Downloaded slog-bunyan v2.5.0 |
| 675 | 2024-09-21T18:10:47.852Z | Downloaded slog-async v2.8.0 |
| 676 | 2024-09-21T18:10:47.852Z | Downloaded globset v0.4.14 |
| 677 | 2024-09-21T18:10:47.852Z | Downloaded value-bag v1.9.0 |
| 678 | 2024-09-21T18:10:47.853Z | Downloaded rtoolbox v0.0.2 |
| 679 | 2024-09-21T18:10:47.853Z | Downloaded embedded-io v0.4.0 |
| 680 | 2024-09-21T18:10:47.853Z | Downloaded backtrace v0.3.71 |
| 681 | 2024-09-21T18:10:47.853Z | Downloaded unicode-xid v0.2.4 |
| 682 | 2024-09-21T18:10:47.853Z | Downloaded enum-as-inner v0.5.1 |
| 683 | 2024-09-21T18:10:47.853Z | Downloaded unarray v0.1.4 |
| 684 | 2024-09-21T18:10:47.853Z | Downloaded socket2 v0.4.10 |
| 685 | 2024-09-21T18:10:47.853Z | Downloaded peg-macros v0.8.4 |
| 686 | 2024-09-21T18:10:47.853Z | Downloaded salsa20 v0.10.2 |
| 687 | 2024-09-21T18:10:47.853Z | Downloaded percent-encoding v2.3.1 |
| 688 | 2024-09-21T18:10:47.853Z | Downloaded schemars v0.8.21 |
| 689 | 2024-09-21T18:10:47.853Z | Downloaded deranged v0.3.11 |
| 690 | 2024-09-21T18:10:47.853Z | Downloaded untrusted v0.7.1 |
| 691 | 2024-09-21T18:10:47.853Z | Downloaded try-lock v0.2.5 |
| 692 | 2024-09-21T18:10:47.853Z | Downloaded pkg-config v0.3.30 |
| 693 | 2024-09-21T18:10:47.853Z | Downloaded futures-sink v0.3.30 |
| 694 | 2024-09-21T18:10:47.853Z | Downloaded ssh-cipher v0.2.0 |
| 695 | 2024-09-21T18:10:47.853Z | Downloaded strum_macros v0.26.4 |
| 696 | 2024-09-21T18:10:47.853Z | Downloaded unicase v2.7.0 |
| 697 | 2024-09-21T18:10:47.853Z | Downloaded foreign-types v0.5.0 |
| 698 | 2024-09-21T18:10:47.853Z | Downloaded foreign-types v0.3.2 |
| 699 | 2024-09-21T18:10:47.853Z | Downloaded tracing v0.1.40 |
| 700 | 2024-09-21T18:10:47.853Z | Downloaded openssl-macros v0.1.1 |
| 701 | 2024-09-21T18:10:47.853Z | Downloaded tokio-tungstenite v0.21.0 |
| 702 | 2024-09-21T18:10:47.853Z | Downloaded parking_lot_core v0.9.10 |
| 703 | 2024-09-21T18:10:47.853Z | Downloaded derive-where v1.2.7 |
| 704 | 2024-09-21T18:10:47.853Z | Downloaded tokio-tungstenite v0.20.1 |
| 705 | 2024-09-21T18:10:47.853Z | Downloaded derive_builder_macro v0.20.0 |
| 706 | 2024-09-21T18:10:47.853Z | Downloaded scopeguard v1.2.0 |
| 707 | 2024-09-21T18:10:47.853Z | Downloaded term v0.7.0 |
| 708 | 2024-09-21T18:10:47.853Z | Downloaded libxml v0.3.3 |
| 709 | 2024-09-21T18:10:47.853Z | Downloaded structmeta-derive v0.3.0 |
| 710 | 2024-09-21T18:10:47.853Z | Downloaded stable_deref_trait v1.2.0 |
| 711 | 2024-09-21T18:10:47.853Z | Downloaded subprocess v0.2.9 |
| 712 | 2024-09-21T18:10:47.853Z | Downloaded utf-8 v0.7.6 |
| 713 | 2024-09-21T18:10:47.853Z | Downloaded number_prefix v0.4.0 |
| 714 | 2024-09-21T18:10:47.853Z | Downloaded strum v0.26.3 |
| 715 | 2024-09-21T18:10:47.853Z | Downloaded pkcs8 v0.10.2 |
| 716 | 2024-09-21T18:10:47.853Z | Downloaded ssh-encoding v0.2.0 |
| 717 | 2024-09-21T18:10:47.854Z | Downloaded shell-words v1.1.0 |
| 718 | 2024-09-21T18:10:47.854Z | Downloaded similar v2.6.0 |
| 719 | 2024-09-21T18:10:47.854Z | Downloaded socket2 v0.5.7 |
| 720 | 2024-09-21T18:10:47.854Z | Downloaded futures-core v0.3.30 |
| 721 | 2024-09-21T18:10:47.854Z | Downloaded time-core v0.1.2 |
| 722 | 2024-09-21T18:10:47.854Z | Downloaded foreign-types-macros v0.2.3 |
| 723 | 2024-09-21T18:10:47.854Z | Downloaded futures-task v0.3.30 |
| 724 | 2024-09-21T18:10:47.854Z | Downloaded futures-macro v0.3.30 |
| 725 | 2024-09-21T18:10:47.854Z | Downloaded zone_cfg_derive v0.1.2 |
| 726 | 2024-09-21T18:10:47.854Z | Downloaded env_logger v0.9.3 |
| 727 | 2024-09-21T18:10:47.854Z | Downloaded hashbrown v0.13.2 |
| 728 | 2024-09-21T18:10:47.854Z | Downloaded hkdf v0.12.4 |
| 729 | 2024-09-21T18:10:47.854Z | Downloaded shlex v1.3.0 |
| 730 | 2024-09-21T18:10:47.857Z | Downloaded des v0.8.1 |
| 731 | 2024-09-21T18:10:47.857Z | Downloaded vte_generate_state_changes v0.1.1 |
| 732 | 2024-09-21T18:10:47.857Z | Downloaded tower-layer v0.3.2 |
| 733 | 2024-09-21T18:10:47.857Z | Downloaded futures v0.3.30 |
| 734 | 2024-09-21T18:10:47.857Z | Downloaded downcast v0.11.0 |
| 735 | 2024-09-21T18:10:47.857Z | Downloaded thread_local v1.1.8 |
| 736 | 2024-09-21T18:10:47.857Z | Downloaded debug-ignore v1.0.5 |
| 737 | 2024-09-21T18:10:47.857Z | Downloaded zerocopy v0.6.6 |
| 738 | 2024-09-21T18:10:47.857Z | Downloaded tracing-attributes v0.1.27 |
| 739 | 2024-09-21T18:10:47.857Z | Downloaded tokio-rustls v0.26.0 |
| 740 | 2024-09-21T18:10:47.857Z | Downloaded schemars_derive v0.8.21 |
| 741 | 2024-09-21T18:10:47.857Z | Downloaded dhcproto-macros v0.1.0 |
| 742 | 2024-09-21T18:10:47.857Z | Downloaded rand_xorshift v0.3.0 |
| 743 | 2024-09-21T18:10:47.857Z | Downloaded r2d2 v0.8.10 |
| 744 | 2024-09-21T18:10:47.857Z | Downloaded getopts v0.2.21 |
| 745 | 2024-09-21T18:10:47.857Z | Downloaded dhcproto v0.12.0 |
| 746 | 2024-09-21T18:10:47.857Z | Downloaded pin-project-lite v0.2.14 |
| 747 | 2024-09-21T18:10:47.857Z | Downloaded pin-project-internal v1.1.5 |
| 748 | 2024-09-21T18:10:47.857Z | Downloaded pem-rfc7468 v0.7.0 |
| 749 | 2024-09-21T18:10:47.857Z | Downloaded num_enum_derive v0.5.11 |
| 750 | 2024-09-21T18:10:47.857Z | Downloaded tiny-keccak v2.0.2 |
| 751 | 2024-09-21T18:10:47.857Z | Downloaded thiserror-no-std v2.0.2 |
| 752 | 2024-09-21T18:10:47.857Z | Downloaded termtree v0.4.1 |
| 753 | 2024-09-21T18:10:47.857Z | Downloaded slab v0.4.9 |
| 754 | 2024-09-21T18:10:47.857Z | Downloaded same-file v1.0.6 |
| 755 | 2024-09-21T18:10:47.857Z | Downloaded radium v0.7.0 |
| 756 | 2024-09-21T18:10:47.857Z | Downloaded env_filter v0.1.2 |
| 757 | 2024-09-21T18:10:47.857Z | Downloaded enum-as-inner v0.6.0 |
| 758 | 2024-09-21T18:10:47.857Z | Downloaded gethostname v0.5.0 |
| 759 | 2024-09-21T18:10:47.857Z | Downloaded xattr v1.3.1 |
| 760 | 2024-09-21T18:10:47.857Z | Downloaded packed_struct v0.10.1 |
| 761 | 2024-09-21T18:10:47.858Z | Downloaded pin-project v1.1.5 |
| 762 | 2024-09-21T18:10:47.858Z | Downloaded wyz v0.5.1 |
| 763 | 2024-09-21T18:10:47.858Z | Downloaded parse-size v1.0.0 |
| 764 | 2024-09-21T18:10:47.858Z | Downloaded filetime v0.2.25 |
| 765 | 2024-09-21T18:10:47.858Z | Downloaded publicsuffix v2.2.3 |
| 766 | 2024-09-21T18:10:47.858Z | Downloaded dirs-sys-next v0.1.2 |
| 767 | 2024-09-21T18:10:47.858Z | Downloaded uzers v0.11.3 |
| 768 | 2024-09-21T18:10:47.858Z | Downloaded openssl-sys v0.9.103 |
| 769 | 2024-09-21T18:10:47.858Z | Downloaded headers-core v0.2.0 |
| 770 | 2024-09-21T18:10:47.858Z | Downloaded rpassword v7.3.1 |
| 771 | 2024-09-21T18:10:47.858Z | Downloaded ppv-lite86 v0.2.17 |
| 772 | 2024-09-21T18:10:47.858Z | Downloaded parse-display-derive v0.10.0 |
| 773 | 2024-09-21T18:10:47.858Z | Downloaded parse-display v0.10.0 |
| 774 | 2024-09-21T18:10:47.858Z | Downloaded unicode-segmentation v1.11.0 |
| 775 | 2024-09-21T18:10:47.858Z | Downloaded darling_macro v0.20.9 |
| 776 | 2024-09-21T18:10:47.858Z | Downloaded signal-hook v0.3.17 |
| 777 | 2024-09-21T18:10:47.858Z | Downloaded unsafe-libyaml v0.2.11 |
| 778 | 2024-09-21T18:10:47.858Z | Downloaded tap v1.0.1 |
| 779 | 2024-09-21T18:10:47.858Z | Downloaded peg-runtime v0.8.3 |
| 780 | 2024-09-21T18:10:47.858Z | Downloaded salty v0.3.0 |
| 781 | 2024-09-21T18:10:47.858Z | Downloaded heck v0.3.3 |
| 782 | 2024-09-21T18:10:47.858Z | Downloaded wait-timeout v0.2.0 |
| 783 | 2024-09-21T18:10:47.858Z | Downloaded yasna v0.5.2 |
| 784 | 2024-09-21T18:10:47.858Z | Downloaded rayon-core v1.12.1 |
| 785 | 2024-09-21T18:10:47.858Z | Downloaded dirs-next v2.0.0 |
| 786 | 2024-09-21T18:10:47.858Z | Downloaded powerfmt v0.2.0 |
| 787 | 2024-09-21T18:10:47.858Z | Downloaded structmeta-derive v0.2.0 |
| 788 | 2024-09-21T18:10:47.858Z | Downloaded snafu-derive v0.8.2 |
| 789 | 2024-09-21T18:10:47.858Z | Downloaded flagset v0.4.5 |
| 790 | 2024-09-21T18:10:47.858Z | Downloaded serde_yaml v0.9.34+deprecated |
| 791 | 2024-09-21T18:10:47.858Z | Downloaded pem v3.0.4 |
| 792 | 2024-09-21T18:10:47.858Z | Downloaded zone_cfg_derive v0.3.0 |
| 793 | 2024-09-21T18:10:47.858Z | Downloaded smallvec v0.6.14 |
| 794 | 2024-09-21T18:10:47.858Z | Downloaded p256 v0.13.2 |
| 795 | 2024-09-21T18:10:47.858Z | Downloaded subtle v2.5.0 |
| 796 | 2024-09-21T18:10:47.858Z | Downloaded float-cmp v0.9.0 |
| 797 | 2024-09-21T18:10:47.858Z | Downloaded crossterm v0.28.1 |
| 798 | 2024-09-21T18:10:47.858Z | Downloaded fixedbitset v0.4.2 |
| 799 | 2024-09-21T18:10:47.858Z | Downloaded flume v0.11.0 |
| 800 | 2024-09-21T18:10:47.859Z | Downloaded unicode-normalization v0.1.23 |
| 801 | 2024-09-21T18:10:47.859Z | Downloaded data-encoding v2.6.0 |
| 802 | 2024-09-21T18:10:47.859Z | Downloaded diesel_derives v2.2.2 |
| 803 | 2024-09-21T18:10:47.859Z | Downloaded password-hash v0.4.2 |
| 804 | 2024-09-21T18:10:47.859Z | Downloaded uuid v1.10.0 |
| 805 | 2024-09-21T18:10:47.859Z | Downloaded ron v0.8.1 |
| 806 | 2024-09-21T18:10:47.859Z | Downloaded x509-cert v0.2.5 |
| 807 | 2024-09-21T18:10:47.859Z | Downloaded diff v0.1.13 |
| 808 | 2024-09-21T18:10:47.859Z | Downloaded password-hash v0.5.0 |
| 809 | 2024-09-21T18:10:47.859Z | Downloaded blake3 v1.5.1 |
| 810 | 2024-09-21T18:10:47.859Z | Downloaded rustc-demangle v0.1.24 |
| 811 | 2024-09-21T18:10:47.859Z | Downloaded postgres-types v0.2.7 |
| 812 | 2024-09-21T18:10:47.859Z | Downloaded tokio-stream v0.1.15 |
| 813 | 2024-09-21T18:10:47.859Z | Downloaded scheduled-thread-pool v0.2.7 |
| 814 | 2024-09-21T18:10:47.859Z | Downloaded lalrpop v0.19.12 |
| 815 | 2024-09-21T18:10:47.859Z | Downloaded slog-term v2.9.1 |
| 816 | 2024-09-21T18:10:47.859Z | Downloaded tokio-postgres v0.7.11 |
| 817 | 2024-09-21T18:10:47.859Z | Downloaded reedline v0.33.0 |
| 818 | 2024-09-21T18:10:47.859Z | Downloaded chrono v0.4.38 |
| 819 | 2024-09-21T18:10:47.859Z | Downloaded idna v0.3.0 |
| 820 | 2024-09-21T18:10:47.859Z | Downloaded snafu v0.8.2 |
| 821 | 2024-09-21T18:10:47.859Z | Downloaded darling_core v0.20.9 |
| 822 | 2024-09-21T18:10:47.859Z | Downloaded rustls-webpki v0.101.7 |
| 823 | 2024-09-21T18:10:47.859Z | Downloaded heapless v0.8.0 |
| 824 | 2024-09-21T18:10:47.859Z | Downloaded rsa v0.9.6 |
| 825 | 2024-09-21T18:10:47.859Z | Downloaded headers v0.3.9 |
| 826 | 2024-09-21T18:10:47.859Z | Downloaded p521 v0.13.3 |
| 827 | 2024-09-21T18:10:47.859Z | Downloaded num-bigint v0.4.5 |
| 828 | 2024-09-21T18:10:47.859Z | Downloaded bitvec v1.0.1 |
| 829 | 2024-09-21T18:10:47.859Z | Downloaded quick-xml v0.33.0 |
| 830 | 2024-09-21T18:10:47.862Z | Downloaded flate2 v1.0.33 |
| 831 | 2024-09-21T18:10:47.862Z | Downloaded time v0.3.36 |
| 832 | 2024-09-21T18:10:47.862Z | Downloaded nix v0.28.0 |
| 833 | 2024-09-21T18:10:47.862Z | Downloaded curve25519-dalek v4.1.3 |
| 834 | 2024-09-21T18:10:47.862Z | Downloaded russh v0.45.0 |
| 835 | 2024-09-21T18:10:47.862Z | Downloaded rayon v1.10.0 |
| 836 | 2024-09-21T18:10:47.862Z | Downloaded git2 v0.19.0 |
| 837 | 2024-09-21T18:10:47.862Z | Downloaded rustyline v14.0.0 |
| 838 | 2024-09-21T18:10:47.862Z | Downloaded futures-util v0.3.30 |
| 839 | 2024-09-21T18:10:47.862Z | Downloaded regex v1.10.6 |
| 840 | 2024-09-21T18:10:47.862Z | Downloaded rustls v0.21.12 |
| 841 | 2024-09-21T18:10:47.862Z | Downloaded bstr v1.9.1 |
| 842 | 2024-09-21T18:10:47.862Z | Downloaded p384 v0.13.0 |
| 843 | 2024-09-21T18:10:47.862Z | Downloaded polar-core v0.27.3 |
| 844 | 2024-09-21T18:10:47.862Z | Downloaded regex-syntax v0.6.29 |
| 845 | 2024-09-21T18:10:47.862Z | Downloaded hickory-proto v0.24.1 |
| 846 | 2024-09-21T18:10:47.862Z | Downloaded rustls v0.22.4 |
| 847 | 2024-09-21T18:10:47.862Z | Downloaded object v0.30.4 |
| 848 | 2024-09-21T18:10:47.862Z | Downloaded object v0.32.2 |
| 849 | 2024-09-21T18:10:47.863Z | Downloaded radix_trie v0.2.1 |
| 850 | 2024-09-21T18:10:47.863Z | Downloaded openssl v0.10.66 |
| 851 | 2024-09-21T18:10:47.863Z | Downloaded trust-dns-proto v0.22.0 |
| 852 | 2024-09-21T18:10:47.863Z | Downloaded smoltcp v0.9.1 |
| 853 | 2024-09-21T18:10:47.863Z | Downloaded regress v0.9.1 |
| 854 | 2024-09-21T18:10:47.863Z | Downloaded nix v0.29.0 |
| 855 | 2024-09-21T18:10:47.863Z | Downloaded smoltcp v0.11.0 |
| 856 | 2024-09-21T18:10:47.863Z | Downloaded diesel v2.2.4 |
| 857 | 2024-09-21T18:10:47.863Z | Downloaded regex-syntax v0.8.4 |
| 858 | 2024-09-21T18:10:47.863Z | Downloaded ratatui v0.28.0 |
| 859 | 2024-09-21T18:10:47.863Z | Downloaded zerocopy-derive v0.6.6 |
| 860 | 2024-09-21T18:10:47.863Z | Downloaded regex-automata v0.4.6 |
| 861 | 2024-09-21T18:10:47.863Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 862 | 2024-09-21T18:10:47.863Z | Downloaded sled v0.34.7 |
| 863 | 2024-09-21T18:10:47.863Z | Downloaded finl_unicode v1.2.0 |
| 864 | 2024-09-21T18:10:47.863Z | Downloaded tokio v1.39.3 |
| 865 | 2024-09-21T18:10:47.863Z | Downloaded csv v1.3.0 |
| 866 | 2024-09-21T18:10:47.876Z | Downloaded openapiv3 v2.0.0 |
| 867 | 2024-09-21T18:10:47.888Z | Downloaded petgraph v0.6.5 |
| 868 | 2024-09-21T18:10:47.906Z | Downloaded rustls v0.23.10 |
| 869 | 2024-09-21T18:10:47.922Z | Downloaded dropshot v0.10.1 |
| 870 | 2024-09-21T18:10:47.932Z | Downloaded sha3 v0.10.8 |
| 871 | 2024-09-21T18:10:47.937Z | Downloaded num-bigint-dig v0.8.4 |
| 872 | 2024-09-21T18:10:47.942Z | Downloaded gimli v0.28.1 |
| 873 | 2024-09-21T18:10:47.951Z | Downloaded proptest v1.5.0 |
| 874 | 2024-09-21T18:10:47.962Z | Downloaded webpki-roots v0.25.4 |
| 875 | 2024-09-21T18:10:47.964Z | Downloaded nix v0.27.1 |
| 876 | 2024-09-21T18:10:47.975Z | Downloaded tough v0.17.1 |
| 877 | 2024-09-21T18:10:47.983Z | Downloaded h2 v0.4.6 |
| 878 | 2024-09-21T18:10:47.990Z | Downloaded vcpkg v0.2.15 |
| 879 | 2024-09-21T18:10:48.028Z | Downloaded idna v0.4.0 |
| 880 | 2024-09-21T18:10:48.035Z | Downloaded idna v0.2.3 |
| 881 | 2024-09-21T18:10:48.042Z | Downloaded tower v0.4.13 |
| 882 | 2024-09-21T18:10:48.051Z | Downloaded h2 v0.3.26 |
| 883 | 2024-09-21T18:10:48.057Z | Downloaded sqlparser v0.45.0 |
| 884 | 2024-09-21T18:10:48.063Z | Downloaded rustls-webpki v0.102.4 |
| 885 | 2024-09-21T18:10:48.081Z | Downloaded heapless v0.7.17 |
| 886 | 2024-09-21T18:10:48.085Z | Downloaded rand v0.8.5 |
| 887 | 2024-09-21T18:10:48.088Z | Downloaded ssh-key v0.6.6 |
| 888 | 2024-09-21T18:10:48.095Z | Downloaded ed25519-dalek v2.1.1 |
| 889 | 2024-09-21T18:10:48.098Z | Downloaded hyper v0.14.30 |
| 890 | 2024-09-21T18:10:48.106Z | Downloaded portable-atomic v1.6.0 |
| 891 | 2024-09-21T18:10:48.112Z | Downloaded nom v7.1.3 |
| 892 | 2024-09-21T18:10:48.117Z | Downloaded reqwest v0.11.27 |
| 893 | 2024-09-21T18:10:48.125Z | Downloaded aho-corasick v1.1.3 |
| 894 | 2024-09-21T18:10:48.131Z | Downloaded unicode_categories v0.1.1 |
| 895 | 2024-09-21T18:10:48.134Z | Downloaded idna v0.5.0 |
| 896 | 2024-09-21T18:10:48.140Z | Downloaded winnow v0.5.40 |
| 897 | 2024-09-21T18:10:48.150Z | Downloaded encoding_rs v0.8.34 |
| 898 | 2024-09-21T18:10:48.172Z | Downloaded rusqlite v0.32.1 |
| 899 | 2024-09-21T18:10:48.179Z | Downloaded bindgen v0.69.4 |
| 900 | 2024-09-21T18:10:48.186Z | Downloaded postgres-protocol v0.6.7 |
| 901 | 2024-09-21T18:10:48.188Z | Downloaded derive_more v0.99.18 |
| 902 | 2024-09-21T18:10:48.193Z | Downloaded slog-envlogger v2.2.0 |
| 903 | 2024-09-21T18:10:48.195Z | Downloaded siphasher v0.3.11 |
| 904 | 2024-09-21T18:10:48.197Z | Downloaded signature v2.2.0 |
| 905 | 2024-09-21T18:10:48.197Z | Downloaded signal-hook-tokio v0.3.1 |
| 906 | 2024-09-21T18:10:48.200Z | Downloaded tokio-rustls v0.25.0 |
| 907 | 2024-09-21T18:10:48.200Z | Downloaded tracing-core v0.1.32 |
| 908 | 2024-09-21T18:10:48.202Z | Downloaded url v2.5.2 |
| 909 | 2024-09-21T18:10:48.205Z | Downloaded postcard v1.0.8 |
| 910 | 2024-09-21T18:10:48.209Z | Downloaded waitgroup v0.1.2 |
| 911 | 2024-09-21T18:10:48.211Z | Downloaded russh-cryptovec v0.7.2 |
| 912 | 2024-09-21T18:10:48.211Z | Downloaded toml_edit v0.19.15 |
| 913 | 2024-09-21T18:10:48.226Z | Downloaded serde_with v3.9.0 |
| 914 | 2024-09-21T18:10:48.235Z | Downloaded unicode-bidi v0.3.15 |
| 915 | 2024-09-21T18:10:48.237Z | Downloaded rand_seeder v0.3.0 |
| 916 | 2024-09-21T18:10:48.239Z | Downloaded rand_core v0.6.4 |
| 917 | 2024-09-21T18:10:48.242Z | Downloaded futures-executor v0.3.30 |
| 918 | 2024-09-21T18:10:48.242Z | Downloaded defmt v0.3.8 |
| 919 | 2024-09-21T18:10:48.244Z | Downloaded russh-keys v0.45.0 |
| 920 | 2024-09-21T18:10:48.247Z | Downloaded toml v0.7.8 |
| 921 | 2024-09-21T18:10:48.250Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 922 | 2024-09-21T18:10:48.309Z | Downloaded itertools v0.13.0 |
| 923 | 2024-09-21T18:10:48.316Z | Downloaded aes-gcm v0.10.3 |
| 924 | 2024-09-21T18:10:48.321Z | Downloaded parking_lot_core v0.8.6 |
| 925 | 2024-09-21T18:10:48.323Z | Downloaded half v2.4.1 |
| 926 | 2024-09-21T18:10:48.326Z | Downloaded elliptic-curve v0.13.8 |
| 927 | 2024-09-21T18:10:48.330Z | Downloaded tokio-util v0.7.11 |
| 928 | 2024-09-21T18:10:48.336Z | Downloaded scrypt v0.11.0 |
| 929 | 2024-09-21T18:10:48.339Z | Downloaded time-macros v0.2.18 |
| 930 | 2024-09-21T18:10:48.341Z | Downloaded serde_with_macros v3.9.0 |
| 931 | 2024-09-21T18:10:48.343Z | Downloaded hashbrown v0.12.3 |
| 932 | 2024-09-21T18:10:48.346Z | Downloaded serde_repr v0.1.19 |
| 933 | 2024-09-21T18:10:48.348Z | Downloaded secrecy v0.8.0 |
| 934 | 2024-09-21T18:10:48.350Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2024-09-21T18:10:48.353Z | Downloaded num-traits v0.2.19 |
| 936 | 2024-09-21T18:10:48.355Z | Downloaded portpicker v0.1.1 |
| 937 | 2024-09-21T18:10:48.358Z | Downloaded pin-utils v0.1.0 |
| 938 | 2024-09-21T18:10:48.360Z | Downloaded tar v0.4.41 |
| 939 | 2024-09-21T18:10:48.363Z | Downloaded num-complex v0.4.6 |
| 940 | 2024-09-21T18:10:48.363Z | Downloaded prettyplease v0.2.20 |
| 941 | 2024-09-21T18:10:48.367Z | Downloaded itertools v0.10.5 |
| 942 | 2024-09-21T18:10:48.373Z | Downloaded vte v0.11.1 |
| 943 | 2024-09-21T18:10:48.376Z | Downloaded oso v0.27.3 |
| 944 | 2024-09-21T18:10:48.378Z | Downloaded hash32 v0.3.1 |
| 945 | 2024-09-21T18:10:48.380Z | Downloaded hash32 v0.2.1 |
| 946 | 2024-09-21T18:10:48.380Z | Downloaded either v1.13.0 |
| 947 | 2024-09-21T18:10:48.382Z | Downloaded zip v0.6.6 |
| 948 | 2024-09-21T18:10:48.386Z | Downloaded pkcs1 v0.7.5 |
| 949 | 2024-09-21T18:10:48.388Z | Downloaded nu-ansi-term v0.50.0 |
| 950 | 2024-09-21T18:10:48.390Z | Downloaded getrandom v0.2.14 |
| 951 | 2024-09-21T18:10:48.393Z | Downloaded fatfs v0.3.6 |
| 952 | 2024-09-21T18:10:48.396Z | Downloaded num-rational v0.4.2 |
| 953 | 2024-09-21T18:10:48.399Z | Downloaded num-derive v0.4.2 |
| 954 | 2024-09-21T18:10:48.401Z | Downloaded expectorate v1.1.0 |
| 955 | 2024-09-21T18:10:48.403Z | Downloaded sec1 v0.7.3 |
| 956 | 2024-09-21T18:10:48.403Z | Downloaded rustc_version v0.4.0 |
| 957 | 2024-09-21T18:10:48.406Z | Downloaded rustc_version v0.1.7 |
| 958 | 2024-09-21T18:10:48.406Z | Downloaded primeorder v0.13.6 |
| 959 | 2024-09-21T18:10:48.408Z | Downloaded hyper v1.4.1 |
| 960 | 2024-09-21T18:10:48.413Z | Downloaded strum_macros v0.25.3 |
| 961 | 2024-09-21T18:10:48.416Z | Downloaded sha1 v0.10.6 |
| 962 | 2024-09-21T18:10:48.418Z | Downloaded num-iter v0.1.45 |
| 963 | 2024-09-21T18:10:48.418Z | Downloaded crypto-bigint v0.5.5 |
| 964 | 2024-09-21T18:10:48.425Z | Downloaded cc v1.0.97 |
| 965 | 2024-09-21T18:10:48.428Z | Downloaded base64 v0.22.1 |
| 966 | 2024-09-21T18:10:48.431Z | Downloaded rustls-pemfile v2.1.3 |
| 967 | 2024-09-21T18:10:48.433Z | Downloaded vergen v8.3.2 |
| 968 | 2024-09-21T18:10:48.436Z | Downloaded steno v0.4.1 |
| 969 | 2024-09-21T18:10:48.440Z | Downloaded test-strategy v0.3.1 |
| 970 | 2024-09-21T18:10:48.443Z | Downloaded derive_builder_core v0.20.0 |
| 971 | 2024-09-21T18:10:48.446Z | Downloaded derive_builder v0.20.0 |
| 972 | 2024-09-21T18:10:48.450Z | Downloaded libm v0.2.8 |
| 973 | 2024-09-21T18:10:48.458Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 974 | 2024-09-21T18:10:48.460Z | Downloaded fallible-iterator v0.3.0 |
| 975 | 2024-09-21T18:10:48.460Z | Downloaded ena v0.14.3 |
| 976 | 2024-09-21T18:10:48.462Z | Downloaded http v0.2.12 |
| 977 | 2024-09-21T18:10:48.466Z | Downloaded hickory-resolver v0.24.1 |
| 978 | 2024-09-21T18:10:48.470Z | Downloaded termios v0.3.3 |
| 979 | 2024-09-21T18:10:48.472Z | Downloaded termcolor v1.4.1 |
| 980 | 2024-09-21T18:10:48.474Z | Downloaded tokio-tungstenite v0.23.1 |
| 981 | 2024-09-21T18:10:48.477Z | Downloaded aes v0.8.4 |
| 982 | 2024-09-21T18:10:48.479Z | Downloaded topological-sort v0.2.2 |
| 983 | 2024-09-21T18:10:48.481Z | Downloaded sqlformat v0.2.4 |
| 984 | 2024-09-21T18:10:48.481Z | Downloaded omicron-zone-package v0.11.0 |
| 985 | 2024-09-21T18:10:48.484Z | Downloaded serde_derive_internals v0.29.1 |
| 986 | 2024-09-21T18:10:48.486Z | Downloaded semver v0.1.20 |
| 987 | 2024-09-21T18:10:48.488Z | Downloaded difflib v0.4.0 |
| 988 | 2024-09-21T18:10:48.489Z | Downloaded tinyvec v1.6.0 |
| 989 | 2024-09-21T18:10:48.491Z | Downloaded base64 v0.13.1 |
| 990 | 2024-09-21T18:10:48.494Z | Downloaded unicode-truncate v1.0.0 |
| 991 | 2024-09-21T18:10:48.496Z | Downloaded poly1305 v0.8.0 |
| 992 | 2024-09-21T18:10:48.498Z | Downloaded parking_lot v0.12.2 |
| 993 | 2024-09-21T18:10:48.501Z | Downloaded parking_lot v0.11.2 |
| 994 | 2024-09-21T18:10:48.503Z | Downloaded slog v2.7.0 |
| 995 | 2024-09-21T18:10:48.505Z | Downloaded ron v0.7.1 |
| 996 | 2024-09-21T18:10:48.509Z | Downloaded fragile v2.0.0 |
| 997 | 2024-09-21T18:10:48.512Z | Downloaded float-ord v0.3.2 |
| 998 | 2024-09-21T18:10:48.512Z | Downloaded ed25519 v2.2.3 |
| 999 | 2024-09-21T18:10:48.514Z | Downloaded smallvec v1.13.2 |
| 1000 | 2024-09-21T18:10:48.517Z | Downloaded env_logger v0.11.5 |
| 1001 | 2024-09-21T18:10:48.519Z | Downloaded ecdsa v0.16.9 |
| 1002 | 2024-09-21T18:10:48.521Z | Downloaded pbkdf2 v0.12.2 |
| 1003 | 2024-09-21T18:10:48.523Z | Downloaded tls_codec v0.4.1 |
| 1004 | 2024-09-21T18:10:48.523Z | Downloaded hashlink v0.9.1 |
| 1005 | 2024-09-21T18:10:48.526Z | Downloaded walkdir v2.5.0 |
| 1006 | 2024-09-21T18:10:48.528Z | Downloaded clang-sys v1.7.0 |
| 1007 | 2024-09-21T18:10:48.530Z | Downloaded cbc v0.1.2 |
| 1008 | 2024-09-21T18:10:48.531Z | Downloaded predicates-core v1.0.6 |
| 1009 | 2024-09-21T18:10:48.533Z | Downloaded vsss-rs v3.3.4 |
| 1010 | 2024-09-21T18:10:48.535Z | Downloaded miniz_oxide v0.7.2 |
| 1011 | 2024-09-21T18:10:48.538Z | Downloaded crossbeam-utils v0.8.19 |
| 1012 | 2024-09-21T18:10:48.540Z | Downloaded samael v0.0.17 |
| 1013 | 2024-09-21T18:10:48.544Z | Downloaded mio v1.0.2 |
| 1014 | 2024-09-21T18:10:48.550Z | Downloaded packed_struct_codegen v0.10.1 |
| 1015 | 2024-09-21T18:10:48.552Z | Downloaded crc32fast v1.4.0 |
| 1016 | 2024-09-21T18:10:48.554Z | Downloaded async-bb8-diesel v0.2.1 |
| 1017 | 2024-09-21T18:10:48.557Z | Downloaded slog-json v2.6.1 |
| 1018 | 2024-09-21T18:10:48.562Z | Downloaded signal-hook-mio v0.2.4 |
| 1019 | 2024-09-21T18:10:48.562Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2024-09-21T18:10:48.565Z | Downloaded crossbeam-channel v0.5.12 |
| 1021 | 2024-09-21T18:10:48.568Z | Downloaded ciborium v0.2.2 |
| 1022 | 2024-09-21T18:10:48.571Z | Downloaded multer v3.1.0 |
| 1023 | 2024-09-21T18:10:48.573Z | Downloaded mime_guess v2.0.4 |
| 1024 | 2024-09-21T18:10:48.575Z | Downloaded managed v0.8.0 |
| 1025 | 2024-09-21T18:10:48.577Z | Downloaded ctr v0.9.2 |
| 1026 | 2024-09-21T18:10:48.580Z | Downloaded libloading v0.8.3 |
| 1027 | 2024-09-21T18:10:48.580Z | Downloaded blowfish v0.9.1 |
| 1028 | 2024-09-21T18:10:48.582Z | Downloaded bcs v0.1.6 |
| 1029 | 2024-09-21T18:10:48.584Z | Downloaded precomputed-hash v0.1.1 |
| 1030 | 2024-09-21T18:10:48.584Z | Downloaded chacha20poly1305 v0.10.1 |
| 1031 | 2024-09-21T18:10:48.587Z | Downloaded crossbeam-deque v0.8.5 |
| 1032 | 2024-09-21T18:10:48.587Z | Downloaded compact_str v0.8.0 |
| 1033 | 2024-09-21T18:10:48.590Z | Downloaded ahash v0.8.11 |
| 1034 | 2024-09-21T18:10:48.596Z | Downloaded chacha20 v0.9.1 |
| 1035 | 2024-09-21T18:10:48.600Z | Downloaded cassowary v0.3.0 |
| 1036 | 2024-09-21T18:10:48.600Z | Downloaded buf-list v1.0.3 |
| 1037 | 2024-09-21T18:10:48.600Z | Downloaded arrayvec v0.7.4 |
| 1038 | 2024-09-21T18:10:48.600Z | Downloaded supports-color v3.0.1 |
| 1039 | 2024-09-21T18:10:48.607Z | Downloaded bitfield v0.14.0 |
| 1040 | 2024-09-21T18:10:48.607Z | Downloaded array-init v0.0.4 |
| 1041 | 2024-09-21T18:10:48.607Z | Downloaded whoami v1.5.1 |
| 1042 | 2024-09-21T18:10:48.607Z | Downloaded colored v2.1.0 |
| 1043 | 2024-09-21T18:10:48.607Z | Downloaded bitflags v1.3.2 |
| 1044 | 2024-09-21T18:10:48.615Z | Downloaded ciborium-ll v0.2.2 |
| 1045 | 2024-09-21T18:10:48.615Z | Downloaded bit-set v0.5.3 |
| 1046 | 2024-09-21T18:10:48.615Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2024-09-21T18:10:48.615Z | Downloaded atomic-waker v1.1.2 |
| 1048 | 2024-09-21T18:10:48.615Z | Downloaded maybe-uninit v2.0.0 |
| 1049 | 2024-09-21T18:10:48.615Z | Downloaded newtype-uuid v1.1.0 |
| 1050 | 2024-09-21T18:10:48.619Z | Downloaded linked-hash-map v0.5.6 |
| 1051 | 2024-09-21T18:10:48.619Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1052 | 2024-09-21T18:10:48.619Z | Downloaded bytes v1.7.1 |
| 1053 | 2024-09-21T18:10:48.622Z | Downloaded base64ct v1.6.0 |
| 1054 | 2024-09-21T18:10:48.624Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1055 | 2024-09-21T18:10:48.626Z | Downloaded async-stream v0.3.5 |
| 1056 | 2024-09-21T18:10:48.627Z | Downloaded hyper-util v0.1.7 |
| 1057 | 2024-09-21T18:10:48.630Z | Downloaded hubpack_derive v0.1.1 |
| 1058 | 2024-09-21T18:10:48.632Z | Downloaded blake2 v0.10.6 |
| 1059 | 2024-09-21T18:10:48.634Z | Downloaded async-trait v0.1.82 |
| 1060 | 2024-09-21T18:10:48.637Z | Downloaded kstat-rs v0.2.4 |
| 1061 | 2024-09-21T18:10:48.638Z | Downloaded lazy_static v1.5.0 |
| 1062 | 2024-09-21T18:10:48.640Z | Downloaded inout v0.1.3 |
| 1063 | 2024-09-21T18:10:48.640Z | Downloaded hyper-staticfile v0.9.5 |
| 1064 | 2024-09-21T18:10:48.643Z | Downloaded const_format_proc_macros v0.2.33 |
| 1065 | 2024-09-21T18:10:48.645Z | Downloaded bit-vec v0.6.3 |
| 1066 | 2024-09-21T18:10:48.647Z | Downloaded indent_write v2.2.0 |
| 1067 | 2024-09-21T18:10:48.647Z | Downloaded hostname v0.4.0 |
| 1068 | 2024-09-21T18:10:48.649Z | Downloaded home v0.5.9 |
| 1069 | 2024-09-21T18:10:48.649Z | Downloaded hex-literal v0.4.1 |
| 1070 | 2024-09-21T18:10:48.652Z | Downloaded bitfield-struct v0.6.1 |
| 1071 | 2024-09-21T18:10:48.652Z | Downloaded crc-catalog v2.4.0 |
| 1072 | 2024-09-21T18:10:48.654Z | Downloaded crc v3.2.1 |
| 1073 | 2024-09-21T18:10:48.656Z | Downloaded cobs v0.2.3 |
| 1074 | 2024-09-21T18:10:48.656Z | Downloaded cipher v0.4.4 |
| 1075 | 2024-09-21T18:10:48.658Z | Downloaded block-padding v0.3.3 |
| 1076 | 2024-09-21T18:10:48.658Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1077 | 2024-09-21T18:10:48.660Z | Downloaded ascii-canvas v3.0.0 |
| 1078 | 2024-09-21T18:10:48.660Z | Downloaded argon2 v0.5.3 |
| 1079 | 2024-09-21T18:10:48.663Z | Downloaded hubpack v0.1.2 |
| 1080 | 2024-09-21T18:10:48.663Z | Downloaded adler2 v2.0.0 |
| 1081 | 2024-09-21T18:10:48.665Z | Downloaded bitstruct_derive v0.1.0 |
| 1082 | 2024-09-21T18:10:48.665Z | Downloaded bitstruct v0.1.1 |
| 1083 | 2024-09-21T18:10:48.751Z | Downloaded libz-sys v1.1.16 |
| 1084 | 2024-09-21T18:10:48.863Z | Downloaded ring v0.17.8 |
| 1085 | 2024-09-21T18:10:49.009Z | Downloaded libsqlite3-sys v0.30.1 |
| 1086 | 2024-09-21T18:10:49.087Z | Downloaded ring v0.16.20 |
| 1087 | 2024-09-21T18:10:49.264Z | Compiling serde v1.0.208 |
| 1088 | 2024-09-21T18:10:49.267Z | Compiling typenum v1.17.0 |
| 1089 | 2024-09-21T18:10:49.267Z | Compiling generic-array v0.14.7 |
| 1090 | 2024-09-21T18:10:49.267Z | Compiling lock_api v0.4.12 |
| 1091 | 2024-09-21T18:10:49.267Z | Compiling scopeguard v1.2.0 |
| 1092 | 2024-09-21T18:10:49.444Z | Compiling syn v2.0.74 |
| 1093 | 2024-09-21T18:10:49.446Z | Compiling getrandom v0.2.14 |
| 1094 | 2024-09-21T18:10:49.446Z | Compiling value-bag v1.9.0 |
| 1095 | 2024-09-21T18:10:49.559Z | Compiling subtle v2.5.0 |
| 1096 | 2024-09-21T18:10:49.714Z | Compiling rand_core v0.6.4 |
| 1097 | 2024-09-21T18:10:49.898Z | Compiling const-oid v0.9.6 |
| 1098 | 2024-09-21T18:10:49.992Z | Compiling log v0.4.21 |
| 1099 | 2024-09-21T18:10:49.994Z | Compiling jobserver v0.1.32 |
| 1100 | 2024-09-21T18:10:50.081Z | Compiling pin-project-lite v0.2.14 |
| 1101 | 2024-09-21T18:10:50.209Z | Compiling smallvec v1.13.2 |
| 1102 | 2024-09-21T18:10:50.249Z | Compiling parking_lot_core v0.9.10 |
| 1103 | 2024-09-21T18:10:50.452Z | Compiling cc v1.0.97 |
| 1104 | 2024-09-21T18:10:50.600Z | Compiling signal-hook-registry v1.4.2 |
| 1105 | 2024-09-21T18:10:50.973Z | Compiling mio v1.0.2 |
| 1106 | 2024-09-21T18:10:51.082Z | Compiling socket2 v0.5.7 |
| 1107 | 2024-09-21T18:10:51.541Z | Compiling parking_lot v0.12.2 |
| 1108 | 2024-09-21T18:10:51.613Z | Compiling ahash v0.8.11 |
| 1109 | 2024-09-21T18:10:51.954Z | Compiling futures-sink v0.3.30 |
| 1110 | 2024-09-21T18:10:51.983Z | Compiling cpufeatures v0.2.12 |
| 1111 | 2024-09-21T18:10:52.088Z | Compiling futures-core v0.3.30 |
| 1112 | 2024-09-21T18:10:52.168Z | Compiling slab v0.4.9 |
| 1113 | 2024-09-21T18:10:52.188Z | Compiling allocator-api2 v0.2.18 |
| 1114 | 2024-09-21T18:10:52.260Z | Compiling spin v0.9.8 |
| 1115 | 2024-09-21T18:10:52.284Z | Compiling tinyvec_macros v0.1.1 |
| 1116 | 2024-09-21T18:10:52.335Z | Compiling futures-channel v0.3.30 |
| 1117 | 2024-09-21T18:10:52.380Z | Compiling tinyvec v1.6.0 |
| 1118 | 2024-09-21T18:10:52.513Z | Compiling base64ct v1.6.0 |
| 1119 | 2024-09-21T18:10:52.678Z | Compiling futures-io v0.3.30 |
| 1120 | 2024-09-21T18:10:52.751Z | Compiling pin-utils v0.1.0 |
| 1121 | 2024-09-21T18:10:52.853Z | Compiling serde_json v1.0.125 |
| 1122 | 2024-09-21T18:10:52.912Z | Compiling futures-task v0.3.30 |
| 1123 | 2024-09-21T18:10:52.993Z | Compiling libm v0.2.8 |
| 1124 | 2024-09-21T18:10:53.013Z | Compiling pem-rfc7468 v0.7.0 |
| 1125 | 2024-09-21T18:10:53.146Z | Compiling num-traits v0.2.19 |
| 1126 | 2024-09-21T18:10:53.236Z | Compiling unicode-bidi v0.3.15 |
| 1127 | 2024-09-21T18:10:53.256Z | Compiling flagset v0.4.5 |
| 1128 | 2024-09-21T18:10:53.479Z | Compiling tracing-core v0.1.32 |
| 1129 | 2024-09-21T18:10:53.692Z | Compiling vcpkg v0.2.15 |
| 1130 | 2024-09-21T18:10:53.759Z | Compiling pkg-config v0.3.30 |
| 1131 | 2024-09-21T18:10:53.946Z | Compiling unicode-normalization v0.1.23 |
| 1132 | 2024-09-21T18:10:54.847Z | Compiling ring v0.17.8 |
| 1133 | 2024-09-21T18:10:54.868Z | Compiling percent-encoding v2.3.1 |
| 1134 | 2024-09-21T18:10:54.935Z | Compiling httparse v1.8.0 |
| 1135 | 2024-09-21T18:10:55.091Z | Compiling ppv-lite86 v0.2.17 |
| 1136 | 2024-09-21T18:10:55.225Z | Compiling untrusted v0.9.0 |
| 1137 | 2024-09-21T18:10:55.407Z | Compiling rustix v0.38.34 |
| 1138 | 2024-09-21T18:10:55.424Z | Compiling try-lock v0.2.5 |
| 1139 | 2024-09-21T18:10:55.559Z | Compiling want v0.3.1 |
| 1140 | 2024-09-21T18:10:55.868Z | Compiling rustversion v1.0.17 |
| 1141 | 2024-09-21T18:10:55.930Z | Compiling rand_chacha v0.3.1 |
| 1142 | 2024-09-21T18:10:55.977Z | Compiling openssl-sys v0.9.103 |
| 1143 | 2024-09-21T18:10:56.159Z | Compiling powerfmt v0.2.0 |
| 1144 | 2024-09-21T18:10:56.325Z | Compiling rand v0.8.5 |
| 1145 | 2024-09-21T18:10:56.531Z | Compiling httpdate v1.0.3 |
| 1146 | 2024-09-21T18:10:56.596Z | Compiling tower-service v0.3.2 |
| 1147 | 2024-09-21T18:10:56.723Z | Compiling openssl v0.10.66 |
| 1148 | 2024-09-21T18:10:56.752Z | Compiling time-core v0.1.2 |
| 1149 | 2024-09-21T18:10:56.939Z | Compiling foreign-types-shared v0.1.1 |
| 1150 | 2024-09-21T18:10:56.959Z | Compiling num-conv v0.1.0 |
| 1151 | 2024-09-21T18:10:57.053Z | Compiling foreign-types v0.3.2 |
| 1152 | 2024-09-21T18:10:57.149Z | Compiling deranged v0.3.11 |
| 1153 | 2024-09-21T18:10:57.188Z | Compiling form_urlencoded v1.2.1 |
| 1154 | 2024-09-21T18:10:57.221Z | Compiling time-macros v0.2.18 |
| 1155 | 2024-09-21T18:10:57.477Z | Compiling aho-corasick v1.1.3 |
| 1156 | 2024-09-21T18:10:57.932Z | Compiling crossbeam-utils v0.8.19 |
| 1157 | 2024-09-21T18:10:58.073Z | Compiling regex-syntax v0.8.4 |
| 1158 | 2024-09-21T18:10:58.527Z | Compiling syn v1.0.109 |
| 1159 | 2024-09-21T18:10:58.779Z | Compiling num_threads v0.1.7 |
| 1160 | 2024-09-21T18:10:58.909Z | Compiling native-tls v0.2.11 |
| 1161 | 2024-09-21T18:10:59.132Z | Compiling rustls v0.21.12 |
| 1162 | 2024-09-21T18:10:59.219Z | Compiling siphasher v0.3.11 |
| 1163 | 2024-09-21T18:10:59.543Z | Compiling idna v0.5.0 |
| 1164 | 2024-09-21T18:11:00.109Z | Compiling time v0.3.36 |
| 1165 | 2024-09-21T18:11:00.713Z | Compiling socket2 v0.4.10 |
| 1166 | 2024-09-21T18:11:00.737Z | Compiling cookie v0.17.0 |
| 1167 | 2024-09-21T18:11:01.018Z | Compiling regex-automata v0.4.6 |
| 1168 | 2024-09-21T18:11:01.481Z | Compiling finl_unicode v1.2.0 |
| 1169 | 2024-09-21T18:11:02.148Z | Compiling iana-time-zone v0.1.60 |
| 1170 | 2024-09-21T18:11:02.236Z | Compiling openssl-probe v0.1.5 |
| 1171 | 2024-09-21T18:11:02.595Z | Compiling slog v2.7.0 |
| 1172 | 2024-09-21T18:11:02.595Z | Compiling stringprep v0.1.4 |
| 1173 | 2024-09-21T18:11:02.850Z | Compiling url v2.5.2 |
| 1174 | 2024-09-21T18:11:02.993Z | Compiling serde_derive v1.0.208 |
| 1175 | 2024-09-21T18:11:03.097Z | Compiling zeroize_derive v1.4.2 |
| 1176 | 2024-09-21T18:11:03.665Z | Compiling zerocopy-derive v0.7.34 |
| 1177 | 2024-09-21T18:11:03.852Z | Compiling tokio-macros v2.4.0 |
| 1178 | 2024-09-21T18:11:04.595Z | Compiling futures-macro v0.3.30 |
| 1179 | 2024-09-21T18:11:04.681Z | Compiling zeroize v1.8.1 |
| 1180 | 2024-09-21T18:11:05.052Z | Compiling thiserror-impl v1.0.63 |
| 1181 | 2024-09-21T18:11:05.386Z | Compiling der_derive v0.7.2 |
| 1182 | 2024-09-21T18:11:05.880Z | Compiling zerocopy v0.7.34 |
| 1183 | 2024-09-21T18:11:06.453Z | Compiling crypto-common v0.1.6 |
| 1184 | 2024-09-21T18:11:06.491Z | Compiling block-buffer v0.10.4 |
| 1185 | 2024-09-21T18:11:06.689Z | Compiling block-padding v0.3.3 |
| 1186 | 2024-09-21T18:11:06.762Z | Compiling digest v0.10.7 |
| 1187 | 2024-09-21T18:11:06.928Z | Compiling inout v0.1.3 |
| 1188 | 2024-09-21T18:11:07.169Z | Compiling hmac v0.12.1 |
| 1189 | 2024-09-21T18:11:07.211Z | Compiling sha2 v0.10.8 |
| 1190 | 2024-09-21T18:11:07.404Z | Compiling cipher v0.4.4 |
| 1191 | 2024-09-21T18:11:07.829Z | Compiling futures-util v0.3.30 |
| 1192 | 2024-09-21T18:11:07.896Z | Compiling hashbrown v0.14.5 |
| 1193 | 2024-09-21T18:11:07.917Z | Compiling der v0.7.9 |
| 1194 | 2024-09-21T18:11:08.257Z | Compiling thiserror v1.0.63 |
| 1195 | 2024-09-21T18:11:08.366Z | Compiling salsa20 v0.10.2 |
| 1196 | 2024-09-21T18:11:08.579Z | Compiling pbkdf2 v0.12.2 |
| 1197 | 2024-09-21T18:11:08.755Z | Compiling tracing-attributes v0.1.27 |
| 1198 | 2024-09-21T18:11:09.249Z | Compiling scrypt v0.11.0 |
| 1199 | 2024-09-21T18:11:09.723Z | Compiling aes v0.8.4 |
| 1200 | 2024-09-21T18:11:10.658Z | Compiling spki v0.7.3 |
| 1201 | 2024-09-21T18:11:11.023Z | Compiling cbc v0.1.2 |
| 1202 | 2024-09-21T18:11:11.162Z | Compiling pest v2.7.10 |
| 1203 | 2024-09-21T18:11:11.274Z | Compiling pkcs5 v0.7.1 |
| 1204 | 2024-09-21T18:11:12.332Z | Compiling pkcs8 v0.10.2 |
| 1205 | 2024-09-21T18:11:12.408Z | Compiling scroll_derive v0.12.0 |
| 1206 | 2024-09-21T18:11:12.444Z | Compiling tracing v0.1.40 |
| 1207 | 2024-09-21T18:11:12.834Z | Compiling openssl-macros v0.1.1 |
| 1208 | 2024-09-21T18:11:13.008Z | Compiling signature v2.2.0 |
| 1209 | 2024-09-21T18:11:13.033Z | Compiling md-5 v0.10.6 |
| 1210 | 2024-09-21T18:11:13.307Z | Compiling pin-project-internal v1.1.5 |
| 1211 | 2024-09-21T18:11:13.605Z | Compiling pest_meta v2.7.10 |
| 1212 | 2024-09-21T18:11:13.867Z | Compiling scroll v0.12.0 |
| 1213 | 2024-09-21T18:11:14.000Z | Compiling num-integer v0.1.46 |
| 1214 | 2024-09-21T18:11:14.427Z | Compiling goblin v0.8.2 |
| 1215 | 2024-09-21T18:11:14.599Z | Compiling idna v0.3.0 |
| 1216 | 2024-09-21T18:11:14.756Z | Compiling backtrace v0.3.71 |
| 1217 | 2024-09-21T18:11:15.265Z | Compiling pest_generator v2.7.10 |
| 1218 | 2024-09-21T18:11:16.222Z | Compiling rustls-webpki v0.101.7 |
| 1219 | 2024-09-21T18:11:16.446Z | Compiling sct v0.7.1 |
| 1220 | 2024-09-21T18:11:16.751Z | Compiling bytes v1.7.1 |
| 1221 | 2024-09-21T18:11:16.783Z | Compiling indexmap v2.4.0 |
| 1222 | 2024-09-21T18:11:17.027Z | Compiling bitflags v2.6.0 |
| 1223 | 2024-09-21T18:11:17.490Z | Compiling semver v1.0.23 |
| 1224 | 2024-09-21T18:11:18.002Z | Compiling tokio v1.39.3 |
| 1225 | 2024-09-21T18:11:18.191Z | Compiling rustc_version v0.4.0 |
| 1226 | 2024-09-21T18:11:18.238Z | Compiling http v0.2.12 |
| 1227 | 2024-09-21T18:11:18.712Z | Compiling pest_derive v2.7.10 |
| 1228 | 2024-09-21T18:11:18.958Z | Compiling heapless v0.7.17 |
| 1229 | 2024-09-21T18:11:19.412Z | Compiling http v1.1.0 |
| 1230 | 2024-09-21T18:11:19.482Z | Compiling dtrace-parser v0.2.0 |
| 1231 | 2024-09-21T18:11:20.409Z | Compiling dof v0.3.0 |
| 1232 | 2024-09-21T18:11:20.735Z | Compiling http-body v0.4.6 |
| 1233 | 2024-09-21T18:11:21.691Z | Compiling uuid v1.10.0 |
| 1234 | 2024-09-21T18:11:21.949Z | Compiling usdt-impl v0.5.0 |
| 1235 | 2024-09-21T18:11:23.082Z | Compiling curve25519-dalek v4.1.3 |
| 1236 | 2024-09-21T18:11:23.406Z | Compiling toml_datetime v0.6.8 |
| 1237 | 2024-09-21T18:11:23.527Z | Compiling serde_tokenstream v0.2.2 |
| 1238 | 2024-09-21T18:11:23.549Z | Compiling chrono v0.4.38 |
| 1239 | 2024-09-21T18:11:23.923Z | Compiling serde_spanned v0.6.7 |
| 1240 | 2024-09-21T18:11:24.131Z | Compiling lazy_static v1.5.0 |
| 1241 | 2024-09-21T18:11:24.165Z | Compiling ff v0.13.0 |
| 1242 | 2024-09-21T18:11:24.262Z | Compiling hash32 v0.2.1 |
| 1243 | 2024-09-21T18:11:24.376Z | Compiling base16ct v0.2.0 |
| 1244 | 2024-09-21T18:11:24.652Z | Compiling base64 v0.22.1 |
| 1245 | 2024-09-21T18:11:24.695Z | Compiling atomic-waker v1.1.2 |
| 1246 | 2024-09-21T18:11:24.877Z | Compiling psl-types v2.0.11 |
| 1247 | 2024-09-21T18:11:24.894Z | Compiling gimli v0.28.1 |
| 1248 | 2024-09-21T18:11:25.074Z | Compiling crc32fast v1.4.0 |
| 1249 | 2024-09-21T18:11:25.380Z | Compiling fallible-iterator v0.2.0 |
| 1250 | 2024-09-21T18:11:25.596Z | Compiling smoltcp v0.9.1 |
| 1251 | 2024-09-21T18:11:26.118Z | Compiling tokio-util v0.7.11 |
| 1252 | 2024-09-21T18:11:26.350Z | Compiling num-bigint-dig v0.8.4 |
| 1253 | 2024-09-21T18:11:26.657Z | Compiling adler v1.0.2 |
| 1254 | 2024-09-21T18:11:26.893Z | Compiling stable_deref_trait v1.2.0 |
| 1255 | 2024-09-21T18:11:27.007Z | Compiling signal-hook v0.3.17 |
| 1256 | 2024-09-21T18:11:27.288Z | Compiling h2 v0.3.26 |
| 1257 | 2024-09-21T18:11:27.558Z | Compiling h2 v0.4.6 |
| 1258 | 2024-09-21T18:11:27.949Z | Compiling tokio-native-tls v0.3.1 |
| 1259 | 2024-09-21T18:11:28.144Z | Compiling hubpack_derive v0.1.1 |
| 1260 | 2024-09-21T18:11:29.080Z | Compiling addr2line v0.21.0 |
| 1261 | 2024-09-21T18:11:29.346Z | Compiling tokio-rustls v0.24.1 |
| 1262 | 2024-09-21T18:11:29.748Z | Compiling miniz_oxide v0.7.2 |
| 1263 | 2024-09-21T18:11:29.827Z | Compiling postgres-protocol v0.6.7 |
| 1264 | 2024-09-21T18:11:29.860Z | Compiling publicsuffix v2.2.3 |
| 1265 | 2024-09-21T18:11:29.904Z | Compiling sec1 v0.7.3 |
| 1266 | 2024-09-21T18:11:30.118Z | Compiling group v0.13.0 |
| 1267 | 2024-09-21T18:11:30.480Z | Compiling terminal_size v0.3.0 |
| 1268 | 2024-09-21T18:11:30.547Z | Compiling http-body v1.0.0 |
| 1269 | 2024-09-21T18:11:30.569Z | Compiling pin-project v1.1.5 |
| 1270 | 2024-09-21T18:11:30.709Z | Compiling num-iter v0.1.45 |
| 1271 | 2024-09-21T18:11:30.826Z | Compiling hkdf v0.12.4 |
| 1272 | 2024-09-21T18:11:30.894Z | Compiling crypto-bigint v0.5.5 |
| 1273 | 2024-09-21T18:11:31.090Z | Compiling async-trait v0.1.82 |
| 1274 | 2024-09-21T18:11:31.209Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1275 | 2024-09-21T18:11:31.560Z | Compiling zerocopy-derive v0.6.6 |
| 1276 | 2024-09-21T18:11:32.865Z | Compiling phf_shared v0.11.2 |
| 1277 | 2024-09-21T18:11:32.922Z | Compiling serde_derive_internals v0.29.1 |
| 1278 | 2024-09-21T18:11:33.244Z | Compiling object v0.32.2 |
| 1279 | 2024-09-21T18:11:33.298Z | Compiling fs-err v2.11.0 |
| 1280 | 2024-09-21T18:11:33.615Z | Compiling either v1.13.0 |
| 1281 | 2024-09-21T18:11:33.792Z | Compiling ipnet v2.9.0 |
| 1282 | 2024-09-21T18:11:33.902Z | Compiling adler2 v2.0.0 |
| 1283 | 2024-09-21T18:11:34.036Z | Compiling base64 v0.21.7 |
| 1284 | 2024-09-21T18:11:34.124Z | Compiling hyper v0.14.30 |
| 1285 | 2024-09-21T18:11:34.819Z | Compiling rustc-demangle v0.1.24 |
| 1286 | 2024-09-21T18:11:35.019Z | Compiling schemars v0.8.21 |
| 1287 | 2024-09-21T18:11:35.420Z | Compiling bitflags v1.3.2 |
| 1288 | 2024-09-21T18:11:35.537Z | Compiling tower-layer v0.3.2 |
| 1289 | 2024-09-21T18:11:35.802Z | Compiling anyhow v1.0.89 |
| 1290 | 2024-09-21T18:11:35.878Z | Compiling winnow v0.5.40 |
| 1291 | 2024-09-21T18:11:35.881Z | Compiling managed v0.8.0 |
| 1292 | 2024-09-21T18:11:36.689Z | Compiling clap_builder v4.5.15 |
| 1293 | 2024-09-21T18:11:37.128Z | Compiling tower v0.4.13 |
| 1294 | 2024-09-21T18:11:38.074Z | Compiling schemars_derive v0.8.21 |
| 1295 | 2024-09-21T18:11:38.184Z | Compiling hyper v1.4.1 |
| 1296 | 2024-09-21T18:11:38.647Z | Compiling rustls-pemfile v1.0.4 |
| 1297 | 2024-09-21T18:11:38.671Z | Compiling miniz_oxide v0.8.0 |
| 1298 | 2024-09-21T18:11:39.103Z | Compiling elliptic-curve v0.13.8 |
| 1299 | 2024-09-21T18:11:39.847Z | Compiling toml_edit v0.19.15 |
| 1300 | 2024-09-21T18:11:40.268Z | Compiling zerocopy v0.6.6 |
| 1301 | 2024-09-21T18:11:40.827Z | Compiling phf v0.11.2 |
| 1302 | 2024-09-21T18:11:41.201Z | Compiling cookie_store v0.20.0 |
| 1303 | 2024-09-21T18:11:41.550Z | Compiling hyper-rustls v0.24.2 |
| 1304 | 2024-09-21T18:11:41.929Z | Compiling hyper-tls v0.5.0 |
| 1305 | 2024-09-21T18:11:42.581Z | Compiling postgres-types v0.2.7 |
| 1306 | 2024-09-21T18:11:43.134Z | Compiling hubpack v0.1.2 |
| 1307 | 2024-09-21T18:11:43.665Z | Compiling usdt-macro v0.5.0 |
| 1308 | 2024-09-21T18:11:44.189Z | Compiling usdt-attr-macro v0.5.0 |
| 1309 | 2024-09-21T18:11:44.652Z | Compiling serde_urlencoded v0.7.1 |
| 1310 | 2024-09-21T18:11:44.799Z | Compiling serde-big-array v0.5.1 |
| 1311 | 2024-09-21T18:11:45.052Z | Compiling ed25519 v2.2.3 |
| 1312 | 2024-09-21T18:11:45.205Z | Compiling futures-executor v0.3.30 |
| 1313 | 2024-09-21T18:11:45.266Z | Compiling pkcs1 v0.7.5 |
| 1314 | 2024-09-21T18:11:45.781Z | Compiling rfc6979 v0.4.0 |
| 1315 | 2024-09-21T18:11:45.962Z | Compiling bstr v1.9.1 |
| 1316 | 2024-09-21T18:11:45.985Z | Compiling regex v1.10.6 |
| 1317 | 2024-09-21T18:11:46.295Z | Compiling enum-as-inner v0.6.0 |
| 1318 | 2024-09-21T18:11:46.373Z | Compiling strum_macros v0.25.3 |
| 1319 | 2024-09-21T18:11:47.120Z | Compiling clap_derive v4.5.13 |
| 1320 | 2024-09-21T18:11:47.226Z | Compiling serde_repr v0.1.19 |
| 1321 | 2024-09-21T18:11:47.457Z | Compiling phf_shared v0.10.0 |
| 1322 | 2024-09-21T18:11:47.827Z | Compiling float-cmp v0.9.0 |
| 1323 | 2024-09-21T18:11:47.875Z | Compiling idna v0.4.0 |
| 1324 | 2024-09-21T18:11:48.070Z | Compiling mio v0.8.11 |
| 1325 | 2024-09-21T18:11:48.114Z | Compiling encoding_rs v0.8.34 |
| 1326 | 2024-09-21T18:11:48.474Z | Compiling whoami v1.5.1 |
| 1327 | 2024-09-21T18:11:49.135Z | Compiling data-encoding v2.6.0 |
| 1328 | 2024-09-21T18:11:49.405Z | Compiling new_debug_unreachable v1.0.6 |
| 1329 | 2024-09-21T18:11:49.511Z | Compiling difflib v0.4.0 |
| 1330 | 2024-09-21T18:11:49.564Z | Compiling webpki-roots v0.25.4 |
| 1331 | 2024-09-21T18:11:49.586Z | Compiling predicates-core v1.0.6 |
| 1332 | 2024-09-21T18:11:49.747Z | Compiling precomputed-hash v0.1.1 |
| 1333 | 2024-09-21T18:11:49.876Z | Compiling minimal-lexical v0.2.1 |
| 1334 | 2024-09-21T18:11:49.948Z | Compiling bit-vec v0.6.3 |
| 1335 | 2024-09-21T18:11:50.417Z | Compiling fixedbitset v0.4.2 |
| 1336 | 2024-09-21T18:11:50.437Z | Compiling unicode-segmentation v1.11.0 |
| 1337 | 2024-09-21T18:11:50.590Z | Compiling mime v0.3.17 |
| 1338 | 2024-09-21T18:11:50.959Z | Compiling sync_wrapper v0.1.2 |
| 1339 | 2024-09-21T18:11:51.115Z | Compiling static_assertions v1.1.0 |
| 1340 | 2024-09-21T18:11:51.142Z | Compiling dyn-clone v1.0.17 |
| 1341 | 2024-09-21T18:11:51.229Z | Compiling normalize-line-endings v0.3.0 |
| 1342 | 2024-09-21T18:11:51.354Z | Compiling predicates v3.1.2 |
| 1343 | 2024-09-21T18:11:51.376Z | Compiling toml_edit v0.22.20 |
| 1344 | 2024-09-21T18:11:51.398Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1345 | 2024-09-21T18:11:51.610Z | Compiling similar v2.6.0 |
| 1346 | 2024-09-21T18:11:52.342Z | Compiling clap v4.5.16 |
| 1347 | 2024-09-21T18:11:52.474Z | Compiling reqwest v0.11.27 |
| 1348 | 2024-09-21T18:11:52.736Z | Compiling petgraph v0.6.5 |
| 1349 | 2024-09-21T18:11:53.111Z | Compiling bit-set v0.5.3 |
| 1350 | 2024-09-21T18:11:53.410Z | Compiling nom v7.1.3 |
| 1351 | 2024-09-21T18:11:54.158Z | Compiling hickory-proto v0.24.1 |
| 1352 | 2024-09-21T18:11:55.272Z | Compiling string_cache v0.8.7 |
| 1353 | 2024-09-21T18:11:55.790Z | Compiling console v0.15.8 |
| 1354 | 2024-09-21T18:11:56.947Z | Compiling tokio-postgres v0.7.11 |
| 1355 | 2024-09-21T18:11:57.252Z | Compiling signal-hook-mio v0.2.4 |
| 1356 | 2024-09-21T18:11:57.359Z | Compiling usdt v0.5.0 |
| 1357 | 2024-09-21T18:11:57.444Z | Compiling ecdsa v0.16.9 |
| 1358 | 2024-09-21T18:11:57.697Z | Compiling rsa v0.9.6 |
| 1359 | 2024-09-21T18:11:57.909Z | Compiling futures v0.3.30 |
| 1360 | 2024-09-21T18:11:58.046Z | Compiling ed25519-dalek v2.1.1 |
| 1361 | 2024-09-21T18:11:58.318Z | Compiling flate2 v1.0.33 |
| 1362 | 2024-09-21T18:11:58.441Z | Compiling toml v0.7.8 |
| 1363 | 2024-09-21T18:12:00.075Z | Compiling hyper-util v0.1.7 |
| 1364 | 2024-09-21T18:12:00.244Z | Compiling itertools v0.12.1 |
| 1365 | 2024-09-21T18:12:00.263Z | Compiling itertools v0.10.5 |
| 1366 | 2024-09-21T18:12:00.311Z | Compiling tokio-stream v0.1.15 |
| 1367 | 2024-09-21T18:12:01.413Z | Compiling openapiv3 v2.0.0 |
| 1368 | 2024-09-21T18:12:02.973Z | Compiling hex v0.4.3 |
| 1369 | 2024-09-21T18:12:03.224Z | Compiling crossbeam-epoch v0.9.18 |
| 1370 | 2024-09-21T18:12:03.246Z | Compiling x509-cert v0.2.5 |
| 1371 | 2024-09-21T18:12:03.538Z | Compiling sha1 v0.10.6 |
| 1372 | 2024-09-21T18:12:03.579Z | Compiling dirs-sys-next v0.1.2 |
| 1373 | 2024-09-21T18:12:03.999Z | Compiling unicode-xid v0.2.4 |
| 1374 | 2024-09-21T18:12:04.001Z | Compiling lalrpop-util v0.19.12 |
| 1375 | 2024-09-21T18:12:04.209Z | Compiling peg-runtime v0.8.3 |
| 1376 | 2024-09-21T18:12:04.297Z | Compiling dirs-next v2.0.0 |
| 1377 | 2024-09-21T18:12:04.368Z | Compiling thread_local v1.1.8 |
| 1378 | 2024-09-21T18:12:04.500Z | Compiling slog-async v2.8.0 |
| 1379 | 2024-09-21T18:12:04.831Z | Compiling term v0.7.0 |
| 1380 | 2024-09-21T18:12:04.874Z | Compiling xattr v1.3.1 |
| 1381 | 2024-09-21T18:12:04.925Z | Compiling crossbeam-channel v0.5.12 |
| 1382 | 2024-09-21T18:12:05.138Z | Compiling strum_macros v0.26.4 |
| 1383 | 2024-09-21T18:12:05.161Z | Compiling filetime v0.2.25 |
| 1384 | 2024-09-21T18:12:05.486Z | Compiling is-terminal v0.4.12 |
| 1385 | 2024-09-21T18:12:05.633Z | Compiling take_mut v0.2.2 |
| 1386 | 2024-09-21T18:12:06.021Z | Compiling slog-term v2.9.1 |
| 1387 | 2024-09-21T18:12:06.082Z | Compiling tar v0.4.41 |
| 1388 | 2024-09-21T18:12:06.410Z | Compiling camino v1.1.9 |
| 1389 | 2024-09-21T18:12:07.721Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1390 | 2024-09-21T18:12:08.550Z | Compiling strum v0.26.3 |
| 1391 | 2024-09-21T18:12:08.639Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1392 | 2024-09-21T18:12:14.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 1393 | 2024-09-21T18:12:14.648Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1394 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: Cockroach |
| 1395 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: Clickhouse |
| 1396 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: Console |
| 1397 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: DendriteOpenapi |
| 1398 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: DendriteStub |
| 1399 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: MaghemiteMgd |
| 1400 | 2024-09-21T18:12:14.706Z | Sep 21 18:12:13.590 INFO Starting download, target: TransceiverControl |
| 1401 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1402 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1403 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1404 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1405 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1406 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1407 | 2024-09-21T18:12:14.709Z | Sep 21 18:12:13.591 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1408 | 2024-09-21T18:12:15.037Z | Sep 21 18:12:13.920 INFO Download complete, target: DendriteOpenapi |
| 1409 | 2024-09-21T18:12:15.188Z | Sep 21 18:12:14.069 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1410 | 2024-09-21T18:12:15.324Z | Sep 21 18:12:14.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1411 | 2024-09-21T18:12:15.572Z | Sep 21 18:12:14.448 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1412 | 2024-09-21T18:12:15.714Z | Sep 21 18:12:14.598 INFO Download complete, target: Console |
| 1413 | 2024-09-21T18:12:15.732Z | Sep 21 18:12:14.615 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1414 | 2024-09-21T18:12:15.882Z | Sep 21 18:12:14.765 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1415 | 2024-09-21T18:12:15.882Z | Sep 21 18:12:14.765 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1416 | 2024-09-21T18:12:16.021Z | Sep 21 18:12:14.905 INFO Download complete, target: TransceiverControl |
| 1417 | 2024-09-21T18:12:16.662Z | Sep 21 18:12:15.546 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1418 | 2024-09-21T18:12:18.754Z | Sep 21 18:12:17.637 INFO Download complete, target: DendriteStub |
| 1419 | 2024-09-21T18:12:19.103Z | Sep 21 18:12:17.987 INFO Download complete, target: MaghemiteMgd |
| 1420 | 2024-09-21T18:12:24.294Z | Sep 21 18:12:23.176 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1421 | 2024-09-21T18:12:24.597Z | Sep 21 18:12:23.479 INFO Checking that binary works, target: Cockroach |
| 1422 | 2024-09-21T18:12:24.767Z | Sep 21 18:12:23.650 INFO Download complete, target: Cockroach |
| 1423 | 2024-09-21T18:12:30.767Z | Sep 21 18:12:29.648 INFO Checking that binary works, target: Clickhouse |
| 1424 | 2024-09-21T18:12:31.796Z | Sep 21 18:12:30.678 INFO Download complete, target: Clickhouse |
| 1425 | 2024-09-21T18:12:31.805Z | All prerequisites installed successfully |
| 1426 | 2024-09-21T18:12:31.807Z | |
| 1427 | 2024-09-21T18:12:31.807Z | real 4:07.935061768 |
| 1428 | 2024-09-21T18:12:31.807Z | user 12:13.192706128 |
| 1429 | 2024-09-21T18:12:31.807Z | sys 2:34.689930224 |
| 1430 | 2024-09-21T18:12:31.807Z | trap 0.446190146 |
| 1431 | 2024-09-21T18:12:31.807Z | tflt 10.001248276 |
| 1432 | 2024-09-21T18:12:31.807Z | dflt 7.127019117 |
| 1433 | 2024-09-21T18:12:31.807Z | kflt 0.184734286 |
| 1434 | 2024-09-21T18:12:31.807Z | lock 23:52.533686901 |
| 1435 | 2024-09-21T18:12:31.808Z | slp 49:21.427570222 |
| 1436 | 2024-09-21T18:12:31.808Z | lat 40.079759091 |
| 1437 | 2024-09-21T18:12:31.808Z | stop 1:56.490422064 |
| 1438 | 2024-09-21T18:12:31.808Z | + source ./tools/include/force-git-over-https.sh |
| 1439 | 2024-09-21T18:12:31.808Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1440 | 2024-09-21T18:12:31.808Z | ++ (( i = 0 )) |
| 1441 | 2024-09-21T18:12:31.808Z | ++ (( i < 5 )) |
| 1442 | 2024-09-21T18:12:31.808Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1443 | 2024-09-21T18:12:31.811Z | ++ (( i++ )) |
| 1444 | 2024-09-21T18:12:31.811Z | ++ (( i < 5 )) |
| 1445 | 2024-09-21T18:12:31.813Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1446 | 2024-09-21T18:12:31.815Z | ++ (( i++ )) |
| 1447 | 2024-09-21T18:12:31.815Z | ++ (( i < 5 )) |
| 1448 | 2024-09-21T18:12:31.815Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1449 | 2024-09-21T18:12:31.818Z | ++ (( i++ )) |
| 1450 | 2024-09-21T18:12:31.818Z | ++ (( i < 5 )) |
| 1451 | 2024-09-21T18:12:31.818Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1452 | 2024-09-21T18:12:31.821Z | ++ (( i++ )) |
| 1453 | 2024-09-21T18:12:31.821Z | ++ (( i < 5 )) |
| 1454 | 2024-09-21T18:12:31.821Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1455 | 2024-09-21T18:12:31.824Z | ++ (( i++ )) |
| 1456 | 2024-09-21T18:12:31.824Z | ++ (( i < 5 )) |
| 1457 | 2024-09-21T18:12:31.824Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1458 | 2024-09-21T18:12:31.824Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1459 | 2024-09-21T18:12:31.826Z | + rc=0 |
| 1460 | 2024-09-21T18:12:31.826Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1461 | 2024-09-21T18:12:55.662Z | + case $rc in |
| 1462 | 2024-09-21T18:12:55.662Z | + pfexec zfs create -p rpool/images/build/host |
| 1463 | 2024-09-21T18:12:55.845Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1464 | 2024-09-21T18:12:55.899Z | + cargo xtask releng --output-dir /work |
| 1465 | 2024-09-21T18:12:56.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1466 | 2024-09-21T18:12:56.560Z | Running `target/debug/xtask releng --output-dir /work` |
| 1467 | 2024-09-21T18:12:57.625Z | Compiling proc-macro2 v1.0.86 |
| 1468 | 2024-09-21T18:12:57.625Z | Compiling unicode-ident v1.0.12 |
| 1469 | 2024-09-21T18:12:57.627Z | Compiling libc v0.2.158 |
| 1470 | 2024-09-21T18:12:57.627Z | Compiling serde v1.0.208 |
| 1471 | 2024-09-21T18:12:57.627Z | Compiling version_check v0.9.5 |
| 1472 | 2024-09-21T18:12:57.627Z | Compiling autocfg v1.3.0 |
| 1473 | 2024-09-21T18:12:57.628Z | Compiling cfg-if v1.0.0 |
| 1474 | 2024-09-21T18:12:57.628Z | Compiling once_cell v1.19.0 |
| 1475 | 2024-09-21T18:12:57.915Z | Compiling typenum v1.17.0 |
| 1476 | 2024-09-21T18:12:57.976Z | Compiling memchr v2.7.2 |
| 1477 | 2024-09-21T18:12:58.419Z | Compiling parking_lot_core v0.9.10 |
| 1478 | 2024-09-21T18:12:58.439Z | Compiling generic-array v0.14.7 |
| 1479 | 2024-09-21T18:12:58.860Z | Compiling lock_api v0.4.12 |
| 1480 | 2024-09-21T18:12:58.899Z | Compiling ahash v0.8.11 |
| 1481 | 2024-09-21T18:12:58.927Z | Compiling serde_json v1.0.125 |
| 1482 | 2024-09-21T18:12:59.284Z | Compiling libm v0.2.8 |
| 1483 | 2024-09-21T18:12:59.322Z | Compiling quote v1.0.36 |
| 1484 | 2024-09-21T18:12:59.358Z | Compiling byteorder v1.5.0 |
| 1485 | 2024-09-21T18:12:59.468Z | Compiling num-traits v0.2.19 |
| 1486 | 2024-09-21T18:12:59.834Z | Compiling syn v2.0.74 |
| 1487 | 2024-09-21T18:12:59.904Z | Compiling value-bag v1.9.0 |
| 1488 | 2024-09-21T18:13:00.130Z | Compiling getrandom v0.2.14 |
| 1489 | 2024-09-21T18:13:00.283Z | Compiling jobserver v0.1.32 |
| 1490 | 2024-09-21T18:13:00.310Z | Compiling scopeguard v1.2.0 |
| 1491 | 2024-09-21T18:13:00.492Z | Compiling log v0.4.21 |
| 1492 | 2024-09-21T18:13:00.591Z | Compiling slab v0.4.9 |
| 1493 | 2024-09-21T18:13:00.710Z | Compiling cc v1.0.97 |
| 1494 | 2024-09-21T18:13:01.019Z | Compiling itoa v1.0.11 |
| 1495 | 2024-09-21T18:13:01.171Z | Compiling thiserror v1.0.63 |
| 1496 | 2024-09-21T18:13:01.409Z | Compiling rand_core v0.6.4 |
| 1497 | 2024-09-21T18:13:01.782Z | Compiling semver v1.0.23 |
| 1498 | 2024-09-21T18:13:02.101Z | Compiling pkg-config v0.3.30 |
| 1499 | 2024-09-21T18:13:02.309Z | Compiling smallvec v1.13.2 |
| 1500 | 2024-09-21T18:13:02.360Z | Compiling pin-project-lite v0.2.14 |
| 1501 | 2024-09-21T18:13:02.714Z | Compiling subtle v2.5.0 |
| 1502 | 2024-09-21T18:13:02.812Z | Compiling allocator-api2 v0.2.18 |
| 1503 | 2024-09-21T18:13:03.081Z | Compiling const-oid v0.9.6 |
| 1504 | 2024-09-21T18:13:03.353Z | Compiling ryu v1.0.18 |
| 1505 | 2024-09-21T18:13:03.459Z | Compiling vcpkg v0.2.15 |
| 1506 | 2024-09-21T18:13:03.703Z | Compiling signal-hook-registry v1.4.2 |
| 1507 | 2024-09-21T18:13:03.852Z | Compiling httparse v1.8.0 |
| 1508 | 2024-09-21T18:13:04.351Z | Compiling ring v0.17.8 |
| 1509 | 2024-09-21T18:13:04.543Z | Compiling parking_lot v0.12.2 |
| 1510 | 2024-09-21T18:13:04.998Z | Compiling mio v1.0.2 |
| 1511 | 2024-09-21T18:13:05.325Z | Compiling openssl-sys v0.9.103 |
| 1512 | 2024-09-21T18:13:05.573Z | Compiling futures-core v0.3.30 |
| 1513 | 2024-09-21T18:13:05.829Z | Compiling spin v0.9.8 |
| 1514 | 2024-09-21T18:13:05.907Z | Compiling socket2 v0.5.7 |
| 1515 | 2024-09-21T18:13:06.146Z | Compiling fnv v1.0.7 |
| 1516 | 2024-09-21T18:13:06.758Z | Compiling rustix v0.38.34 |
| 1517 | 2024-09-21T18:13:06.804Z | Compiling heck v0.5.0 |
| 1518 | 2024-09-21T18:13:07.295Z | Compiling futures-sink v0.3.30 |
| 1519 | 2024-09-21T18:13:07.522Z | Compiling schemars v0.8.21 |
| 1520 | 2024-09-21T18:13:07.548Z | Compiling equivalent v1.0.1 |
| 1521 | 2024-09-21T18:13:07.706Z | Compiling time-core v0.1.2 |
| 1522 | 2024-09-21T18:13:07.886Z | Compiling serde_derive_internals v0.29.1 |
| 1523 | 2024-09-21T18:13:08.220Z | Compiling num-conv v0.1.0 |
| 1524 | 2024-09-21T18:13:08.588Z | Compiling time-macros v0.2.18 |
| 1525 | 2024-09-21T18:13:09.189Z | Compiling openssl v0.10.66 |
| 1526 | 2024-09-21T18:13:09.522Z | Compiling cpufeatures v0.2.12 |
| 1527 | 2024-09-21T18:13:09.661Z | Compiling futures-channel v0.3.30 |
| 1528 | 2024-09-21T18:13:09.934Z | Compiling futures-task v0.3.30 |
| 1529 | 2024-09-21T18:13:09.985Z | Compiling tinyvec_macros v0.1.1 |
| 1530 | 2024-09-21T18:13:10.058Z | Compiling rustls v0.21.12 |
| 1531 | 2024-09-21T18:13:10.105Z | Compiling futures-io v0.3.30 |
| 1532 | 2024-09-21T18:13:10.106Z | Compiling native-tls v0.2.11 |
| 1533 | 2024-09-21T18:13:10.308Z | Compiling pin-utils v0.1.0 |
| 1534 | 2024-09-21T18:13:10.348Z | Compiling tinyvec v1.6.0 |
| 1535 | 2024-09-21T18:13:10.506Z | Compiling crossbeam-utils v0.8.19 |
| 1536 | 2024-09-21T18:13:10.893Z | Compiling cookie v0.17.0 |
| 1537 | 2024-09-21T18:13:11.236Z | Compiling base64ct v1.6.0 |
| 1538 | 2024-09-21T18:13:11.311Z | Compiling iana-time-zone v0.1.60 |
| 1539 | 2024-09-21T18:13:11.785Z | Compiling ucd-trie v0.1.6 |
| 1540 | 2024-09-21T18:13:11.822Z | Compiling pem-rfc7468 v0.7.0 |
| 1541 | 2024-09-21T18:13:12.034Z | Compiling unicode-normalization v0.1.23 |
| 1542 | 2024-09-21T18:13:12.077Z | Compiling unicode-bidi v0.3.15 |
| 1543 | 2024-09-21T18:13:12.077Z | Compiling slog v2.7.0 |
| 1544 | 2024-09-21T18:13:12.360Z | Compiling syn v1.0.109 |
| 1545 | 2024-09-21T18:13:12.710Z | Compiling flagset v0.4.5 |
| 1546 | 2024-09-21T18:13:12.971Z | Compiling tracing-core v0.1.32 |
| 1547 | 2024-09-21T18:13:13.137Z | Compiling aho-corasick v1.1.3 |
| 1548 | 2024-09-21T18:13:13.437Z | Compiling untrusted v0.9.0 |
| 1549 | 2024-09-21T18:13:13.703Z | Compiling regex-syntax v0.8.4 |
| 1550 | 2024-09-21T18:13:13.726Z | Compiling serde_derive v1.0.208 |
| 1551 | 2024-09-21T18:13:14.071Z | Compiling zeroize_derive v1.4.2 |
| 1552 | 2024-09-21T18:13:14.352Z | Compiling zerocopy-derive v0.7.34 |
| 1553 | 2024-09-21T18:13:15.364Z | Compiling tokio-macros v2.4.0 |
| 1554 | 2024-09-21T18:13:15.466Z | Compiling thiserror-impl v1.0.63 |
| 1555 | 2024-09-21T18:13:15.678Z | Compiling zeroize v1.8.1 |
| 1556 | 2024-09-21T18:13:16.515Z | Compiling zerocopy v0.7.34 |
| 1557 | 2024-09-21T18:13:16.688Z | Compiling futures-macro v0.3.30 |
| 1558 | 2024-09-21T18:13:18.338Z | Compiling crypto-common v0.1.6 |
| 1559 | 2024-09-21T18:13:18.579Z | Compiling tracing-attributes v0.1.27 |
| 1560 | 2024-09-21T18:13:18.651Z | Compiling der_derive v0.7.2 |
| 1561 | 2024-09-21T18:13:19.348Z | Compiling hashbrown v0.14.5 |
| 1562 | 2024-09-21T18:13:19.920Z | Compiling block-buffer v0.10.4 |
| 1563 | 2024-09-21T18:13:20.295Z | Compiling digest v0.10.7 |
| 1564 | 2024-09-21T18:13:20.875Z | Compiling schemars_derive v0.8.21 |
| 1565 | 2024-09-21T18:13:20.929Z | Compiling hmac v0.12.1 |
| 1566 | 2024-09-21T18:13:21.108Z | Compiling block-padding v0.3.3 |
| 1567 | 2024-09-21T18:13:21.194Z | Compiling openssl-macros v0.1.1 |
| 1568 | 2024-09-21T18:13:21.244Z | Compiling futures-util v0.3.30 |
| 1569 | 2024-09-21T18:13:21.520Z | Compiling inout v0.1.3 |
| 1570 | 2024-09-21T18:13:21.837Z | Compiling cipher v0.4.4 |
| 1571 | 2024-09-21T18:13:22.121Z | Compiling sha2 v0.10.8 |
| 1572 | 2024-09-21T18:13:22.316Z | Compiling scroll_derive v0.12.0 |
| 1573 | 2024-09-21T18:13:22.576Z | Compiling pest v2.7.10 |
| 1574 | 2024-09-21T18:13:24.091Z | Compiling der v0.7.9 |
| 1575 | 2024-09-21T18:13:24.959Z | Compiling salsa20 v0.10.2 |
| 1576 | 2024-09-21T18:13:25.249Z | Compiling tracing v0.1.40 |
| 1577 | 2024-09-21T18:13:25.776Z | Compiling pest_meta v2.7.10 |
| 1578 | 2024-09-21T18:13:26.309Z | Compiling pbkdf2 v0.12.2 |
| 1579 | 2024-09-21T18:13:26.493Z | Compiling spki v0.7.3 |
| 1580 | 2024-09-21T18:13:27.683Z | Compiling pest_generator v2.7.10 |
| 1581 | 2024-09-21T18:13:28.907Z | Compiling bytes v1.7.1 |
| 1582 | 2024-09-21T18:13:30.255Z | Compiling tokio v1.39.3 |
| 1583 | 2024-09-21T18:13:30.314Z | Compiling bitflags v2.6.0 |
| 1584 | 2024-09-21T18:13:30.414Z | Compiling indexmap v2.4.0 |
| 1585 | 2024-09-21T18:13:31.044Z | Compiling rustc_version v0.4.0 |
| 1586 | 2024-09-21T18:13:31.896Z | Compiling serde_tokenstream v0.2.2 |
| 1587 | 2024-09-21T18:13:32.081Z | Compiling uuid v1.10.0 |
| 1588 | 2024-09-21T18:13:32.550Z | Compiling chrono v0.4.38 |
| 1589 | 2024-09-21T18:13:32.776Z | Compiling http v0.2.12 |
| 1590 | 2024-09-21T18:13:33.221Z | Compiling regex-automata v0.4.6 |
| 1591 | 2024-09-21T18:13:36.937Z | Compiling dyn-clone v1.0.17 |
| 1592 | 2024-09-21T18:13:37.191Z | Compiling crc32fast v1.4.0 |
| 1593 | 2024-09-21T18:13:38.565Z | Compiling pest_derive v2.7.10 |
| 1594 | 2024-09-21T18:13:39.459Z | Compiling scrypt v0.11.0 |
| 1595 | 2024-09-21T18:13:40.111Z | Compiling tokio-util v0.7.11 |
| 1596 | 2024-09-21T18:13:41.727Z | Compiling cbc v0.1.2 |
| 1597 | 2024-09-21T18:13:41.977Z | Compiling aes v0.8.4 |
| 1598 | 2024-09-21T18:13:42.219Z | Compiling usdt-impl v0.5.0 |
| 1599 | 2024-09-21T18:13:42.496Z | Compiling heck v0.4.1 |
| 1600 | 2024-09-21T18:13:42.643Z | Compiling powerfmt v0.2.0 |
| 1601 | 2024-09-21T18:13:42.744Z | Compiling percent-encoding v2.3.1 |
| 1602 | 2024-09-21T18:13:43.224Z | Compiling pkcs5 v0.7.1 |
| 1603 | 2024-09-21T18:13:43.354Z | Compiling deranged v0.3.11 |
| 1604 | 2024-09-21T18:13:44.485Z | Compiling heapless v0.7.17 |
| 1605 | 2024-09-21T18:13:45.088Z | Compiling scroll v0.12.0 |
| 1606 | 2024-09-21T18:13:45.429Z | Compiling pin-project-internal v1.1.5 |
| 1607 | 2024-09-21T18:13:45.574Z | Compiling zerocopy-derive v0.6.6 |
| 1608 | 2024-09-21T18:13:46.254Z | Compiling backtrace v0.3.71 |
| 1609 | 2024-09-21T18:13:46.824Z | Compiling errno v0.3.9 |
| 1610 | 2024-09-21T18:13:47.097Z | Compiling ppv-lite86 v0.2.17 |
| 1611 | 2024-09-21T18:13:47.569Z | Compiling num-bigint-dig v0.8.4 |
| 1612 | 2024-09-21T18:13:47.686Z | Compiling num_threads v0.1.7 |
| 1613 | 2024-09-21T18:13:47.830Z | Compiling plain v0.2.3 |
| 1614 | 2024-09-21T18:13:47.876Z | Compiling try-lock v0.2.5 |
| 1615 | 2024-09-21T18:13:48.045Z | Compiling want v0.3.1 |
| 1616 | 2024-09-21T18:13:48.095Z | Compiling time v0.3.36 |
| 1617 | 2024-09-21T18:13:48.262Z | Compiling goblin v0.8.2 |
| 1618 | 2024-09-21T18:13:48.392Z | Compiling rand_chacha v0.3.1 |
| 1619 | 2024-09-21T18:13:49.714Z | Compiling pkcs8 v0.10.2 |
| 1620 | 2024-09-21T18:13:50.196Z | Compiling regex v1.10.6 |
| 1621 | 2024-09-21T18:13:50.893Z | Compiling async-trait v0.1.82 |
| 1622 | 2024-09-21T18:13:51.048Z | Compiling tower-service v0.3.2 |
| 1623 | 2024-09-21T18:13:51.251Z | Compiling strsim v0.11.1 |
| 1624 | 2024-09-21T18:13:51.388Z | Compiling httpdate v1.0.3 |
| 1625 | 2024-09-21T18:13:51.953Z | Compiling rustversion v1.0.17 |
| 1626 | 2024-09-21T18:13:52.049Z | Compiling pretty-hex v0.4.1 |
| 1627 | 2024-09-21T18:13:53.683Z | Compiling rand v0.8.5 |
| 1628 | 2024-09-21T18:13:53.722Z | Compiling form_urlencoded v1.2.1 |
| 1629 | 2024-09-21T18:13:54.138Z | Compiling dtrace-parser v0.2.0 |
| 1630 | 2024-09-21T18:13:54.697Z | Compiling dof v0.3.0 |
| 1631 | 2024-09-21T18:13:55.331Z | Compiling curve25519-dalek v4.1.3 |
| 1632 | 2024-09-21T18:13:56.258Z | Compiling thread-id v4.2.1 |
| 1633 | 2024-09-21T18:13:56.759Z | Compiling signal-hook v0.3.17 |
| 1634 | 2024-09-21T18:13:57.092Z | Compiling smoltcp v0.9.1 |
| 1635 | 2024-09-21T18:13:57.523Z | Compiling foreign-types-shared v0.1.1 |
| 1636 | 2024-09-21T18:13:57.886Z | Compiling anyhow v1.0.89 |
| 1637 | 2024-09-21T18:13:58.410Z | Compiling unicode-width v0.1.13 |
| 1638 | 2024-09-21T18:13:58.586Z | Compiling foreign-types v0.3.2 |
| 1639 | 2024-09-21T18:14:01.888Z | Compiling http-body v0.4.6 |
| 1640 | 2024-09-21T18:14:01.925Z | Compiling h2 v0.3.26 |
| 1641 | 2024-09-21T18:14:03.667Z | Compiling clap_derive v4.5.13 |
| 1642 | 2024-09-21T18:14:03.829Z | Compiling socket2 v0.4.10 |
| 1643 | 2024-09-21T18:14:03.908Z | Compiling base64 v0.21.7 |
| 1644 | 2024-09-21T18:14:05.165Z | Compiling siphasher v0.3.11 |
| 1645 | 2024-09-21T18:14:11.226Z | Compiling hyper v0.14.30 |
| 1646 | 2024-09-21T18:14:14.120Z | Compiling sct v0.7.1 |
| 1647 | 2024-09-21T18:14:14.348Z | Compiling rustls-webpki v0.101.7 |
| 1648 | 2024-09-21T18:14:14.472Z | Compiling hubpack_derive v0.1.1 |
| 1649 | 2024-09-21T18:14:16.264Z | Compiling openapiv3 v2.0.0 |
| 1650 | 2024-09-21T18:14:16.514Z | Compiling http v1.1.0 |
| 1651 | 2024-09-21T18:14:19.957Z | Compiling signature v2.2.0 |
| 1652 | 2024-09-21T18:14:20.248Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1653 | 2024-09-21T18:14:21.282Z | Compiling idna v0.5.0 |
| 1654 | 2024-09-21T18:14:22.985Z | Compiling fs-err v2.11.0 |
| 1655 | 2024-09-21T18:14:23.053Z | Compiling finl_unicode v1.2.0 |
| 1656 | 2024-09-21T18:14:23.461Z | Compiling openssl-probe v0.1.5 |
| 1657 | 2024-09-21T18:14:23.759Z | Compiling utf8parse v0.2.1 |
| 1658 | 2024-09-21T18:14:23.863Z | Compiling anstyle v1.0.8 |
| 1659 | 2024-09-21T18:14:24.845Z | Compiling anstyle-parse v0.2.4 |
| 1660 | 2024-09-21T18:14:25.265Z | Compiling stringprep v0.1.4 |
| 1661 | 2024-09-21T18:14:25.769Z | Compiling url v2.5.2 |
| 1662 | 2024-09-21T18:14:31.213Z | Compiling usdt-attr-macro v0.5.0 |
| 1663 | 2024-09-21T18:14:31.716Z | Compiling usdt-macro v0.5.0 |
| 1664 | 2024-09-21T18:14:32.436Z | Compiling serde_spanned v0.6.7 |
| 1665 | 2024-09-21T18:14:32.674Z | Compiling toml_datetime v0.6.8 |
| 1666 | 2024-09-21T18:14:32.779Z | Compiling regress v0.9.1 |
| 1667 | 2024-09-21T18:14:33.091Z | Compiling md-5 v0.10.6 |
| 1668 | 2024-09-21T18:14:33.125Z | Compiling idna v0.3.0 |
| 1669 | 2024-09-21T18:14:34.746Z | Compiling lazy_static v1.5.0 |
| 1670 | 2024-09-21T18:14:34.892Z | Compiling num-integer v0.1.46 |
| 1671 | 2024-09-21T18:14:35.650Z | Compiling ff v0.13.0 |
| 1672 | 2024-09-21T18:14:35.746Z | Compiling hash32 v0.2.1 |
| 1673 | 2024-09-21T18:14:35.885Z | Compiling encoding_rs v0.8.34 |
| 1674 | 2024-09-21T18:14:36.122Z | Compiling stable_deref_trait v1.2.0 |
| 1675 | 2024-09-21T18:14:36.166Z | Compiling atomic-waker v1.1.2 |
| 1676 | 2024-09-21T18:14:36.240Z | Compiling colorchoice v1.0.1 |
| 1677 | 2024-09-21T18:14:36.351Z | Compiling base16ct v0.2.0 |
| 1678 | 2024-09-21T18:14:36.408Z | Compiling psl-types v2.0.11 |
| 1679 | 2024-09-21T18:14:36.635Z | Compiling adler v1.0.2 |
| 1680 | 2024-09-21T18:14:36.656Z | Compiling fallible-iterator v0.2.0 |
| 1681 | 2024-09-21T18:14:36.681Z | Compiling mime v0.3.17 |
| 1682 | 2024-09-21T18:14:36.859Z | Compiling is_terminal_polyfill v1.70.0 |
| 1683 | 2024-09-21T18:14:37.207Z | Compiling base64 v0.22.1 |
| 1684 | 2024-09-21T18:14:37.390Z | Compiling gimli v0.28.1 |
| 1685 | 2024-09-21T18:14:37.675Z | Compiling anstyle-query v1.0.3 |
| 1686 | 2024-09-21T18:14:37.808Z | Compiling anstream v0.6.14 |
| 1687 | 2024-09-21T18:14:37.839Z | Compiling postgres-protocol v0.6.7 |
| 1688 | 2024-09-21T18:14:37.912Z | Compiling publicsuffix v2.2.3 |
| 1689 | 2024-09-21T18:14:38.183Z | Compiling miniz_oxide v0.7.2 |
| 1690 | 2024-09-21T18:14:38.788Z | Compiling sec1 v0.7.3 |
| 1691 | 2024-09-21T18:14:38.898Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1692 | 2024-09-21T18:14:39.030Z | Compiling h2 v0.4.6 |
| 1693 | 2024-09-21T18:14:40.613Z | Compiling group v0.13.0 |
| 1694 | 2024-09-21T18:14:42.386Z | Compiling addr2line v0.21.0 |
| 1695 | 2024-09-21T18:14:42.488Z | Compiling num-iter v0.1.45 |
| 1696 | 2024-09-21T18:14:43.646Z | Compiling tokio-rustls v0.24.1 |
| 1697 | 2024-09-21T18:14:44.541Z | Compiling terminal_size v0.3.0 |
| 1698 | 2024-09-21T18:14:44.768Z | Compiling tokio-native-tls v0.3.1 |
| 1699 | 2024-09-21T18:14:45.381Z | Compiling http-body v1.0.0 |
| 1700 | 2024-09-21T18:14:45.631Z | Compiling phf_shared v0.11.2 |
| 1701 | 2024-09-21T18:14:46.020Z | Compiling strum_macros v0.25.3 |
| 1702 | 2024-09-21T18:14:46.240Z | Compiling serde_urlencoded v0.7.1 |
| 1703 | 2024-09-21T18:14:46.847Z | Compiling pin-project v1.1.5 |
| 1704 | 2024-09-21T18:14:46.937Z | Compiling enum-as-inner v0.6.0 |
| 1705 | 2024-09-21T18:14:47.903Z | Compiling hkdf v0.12.4 |
| 1706 | 2024-09-21T18:14:48.022Z | Compiling crypto-bigint v0.5.5 |
| 1707 | 2024-09-21T18:14:48.043Z | Compiling serde_repr v0.1.19 |
| 1708 | 2024-09-21T18:14:48.178Z | Compiling object v0.32.2 |
| 1709 | 2024-09-21T18:14:49.156Z | Compiling bitflags v1.3.2 |
| 1710 | 2024-09-21T18:14:49.277Z | Compiling tower-layer v0.3.2 |
| 1711 | 2024-09-21T18:14:49.578Z | Compiling managed v0.8.0 |
| 1712 | 2024-09-21T18:14:49.720Z | Compiling either v1.13.0 |
| 1713 | 2024-09-21T18:14:50.029Z | Compiling clap_lex v0.7.0 |
| 1714 | 2024-09-21T18:14:50.168Z | Compiling rustc-demangle v0.1.24 |
| 1715 | 2024-09-21T18:14:50.508Z | Compiling winnow v0.5.40 |
| 1716 | 2024-09-21T18:14:51.030Z | Compiling ipnet v2.9.0 |
| 1717 | 2024-09-21T18:14:51.033Z | Compiling adler2 v2.0.0 |
| 1718 | 2024-09-21T18:14:51.732Z | Compiling miniz_oxide v0.8.0 |
| 1719 | 2024-09-21T18:14:51.753Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1720 | 2024-09-21T18:14:52.358Z | Compiling elliptic-curve v0.13.8 |
| 1721 | 2024-09-21T18:14:53.110Z | Compiling rustls-pemfile v1.0.4 |
| 1722 | 2024-09-21T18:14:53.131Z | Compiling clap_builder v4.5.15 |
| 1723 | 2024-09-21T18:14:54.076Z | Compiling tower v0.4.13 |
| 1724 | 2024-09-21T18:14:54.382Z | Compiling toml_edit v0.19.15 |
| 1725 | 2024-09-21T18:14:55.677Z | Compiling hyper v1.4.1 |
| 1726 | 2024-09-21T18:14:56.671Z | Compiling phf v0.11.2 |
| 1727 | 2024-09-21T18:14:56.986Z | Compiling hyper-tls v0.5.0 |
| 1728 | 2024-09-21T18:14:57.788Z | Compiling hyper-rustls v0.24.2 |
| 1729 | 2024-09-21T18:14:58.176Z | Compiling cookie_store v0.20.0 |
| 1730 | 2024-09-21T18:14:58.389Z | Compiling postgres-types v0.2.7 |
| 1731 | 2024-09-21T18:14:58.955Z | Compiling ed25519 v2.2.3 |
| 1732 | 2024-09-21T18:14:59.415Z | Compiling hubpack v0.1.2 |
| 1733 | 2024-09-21T18:14:59.566Z | Compiling phf_shared v0.10.0 |
| 1734 | 2024-09-21T18:14:59.957Z | Compiling pkcs1 v0.7.5 |
| 1735 | 2024-09-21T18:15:00.090Z | Compiling zerocopy v0.6.6 |
| 1736 | 2024-09-21T18:15:00.301Z | Compiling bstr v1.9.1 |
| 1737 | 2024-09-21T18:15:00.408Z | Compiling futures-executor v0.3.30 |
| 1738 | 2024-09-21T18:15:00.853Z | Compiling serde-big-array v0.5.1 |
| 1739 | 2024-09-21T18:15:00.924Z | Compiling rfc6979 v0.4.0 |
| 1740 | 2024-09-21T18:15:01.122Z | Compiling idna v0.4.0 |
| 1741 | 2024-09-21T18:15:01.219Z | Compiling float-cmp v0.9.0 |
| 1742 | 2024-09-21T18:15:01.247Z | Compiling mio v0.8.11 |
| 1743 | 2024-09-21T18:15:01.306Z | Compiling memmap v0.7.0 |
| 1744 | 2024-09-21T18:15:01.629Z | Compiling unicode-segmentation v1.11.0 |
| 1745 | 2024-09-21T18:15:02.363Z | Compiling sync_wrapper v0.1.2 |
| 1746 | 2024-09-21T18:15:02.400Z | Compiling data-encoding v2.6.0 |
| 1747 | 2024-09-21T18:15:02.421Z | Compiling bit-vec v0.6.3 |
| 1748 | 2024-09-21T18:15:02.441Z | Compiling normalize-line-endings v0.3.0 |
| 1749 | 2024-09-21T18:15:02.495Z | Compiling precomputed-hash v0.1.1 |
| 1750 | 2024-09-21T18:15:02.516Z | Compiling static_assertions v1.1.0 |
| 1751 | 2024-09-21T18:15:02.562Z | Compiling predicates-core v1.0.6 |
| 1752 | 2024-09-21T18:15:02.615Z | Compiling webpki-roots v0.25.4 |
| 1753 | 2024-09-21T18:15:02.801Z | Compiling whoami v1.5.1 |
| 1754 | 2024-09-21T18:15:02.843Z | Compiling new_debug_unreachable v1.0.6 |
| 1755 | 2024-09-21T18:15:03.034Z | Compiling fixedbitset v0.4.2 |
| 1756 | 2024-09-21T18:15:03.120Z | Compiling winnow v0.6.18 |
| 1757 | 2024-09-21T18:15:03.343Z | Compiling difflib v0.4.0 |
| 1758 | 2024-09-21T18:15:03.483Z | Compiling minimal-lexical v0.2.1 |
| 1759 | 2024-09-21T18:15:03.598Z | Compiling reqwest v0.11.27 |
| 1760 | 2024-09-21T18:15:04.069Z | Compiling nom v7.1.3 |
| 1761 | 2024-09-21T18:15:04.535Z | Compiling predicates v3.1.2 |
| 1762 | 2024-09-21T18:15:05.013Z | Compiling petgraph v0.6.5 |
| 1763 | 2024-09-21T18:15:05.087Z | Compiling tokio-postgres v0.7.11 |
| 1764 | 2024-09-21T18:15:06.903Z | Compiling toml_edit v0.22.20 |
| 1765 | 2024-09-21T18:15:07.205Z | Compiling hickory-proto v0.24.1 |
| 1766 | 2024-09-21T18:15:07.949Z | Compiling string_cache v0.8.7 |
| 1767 | 2024-09-21T18:15:08.389Z | Compiling bit-set v0.5.3 |
| 1768 | 2024-09-21T18:15:08.721Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1769 | 2024-09-21T18:15:09.131Z | Compiling similar v2.6.0 |
| 1770 | 2024-09-21T18:15:10.596Z | Compiling signal-hook-mio v0.2.4 |
| 1771 | 2024-09-21T18:15:10.797Z | Compiling usdt v0.5.0 |
| 1772 | 2024-09-21T18:15:11.315Z | Compiling ecdsa v0.16.9 |
| 1773 | 2024-09-21T18:15:12.042Z | Compiling futures v0.3.30 |
| 1774 | 2024-09-21T18:15:12.180Z | Compiling rsa v0.9.6 |
| 1775 | 2024-09-21T18:15:13.511Z | Compiling ed25519-dalek v2.1.1 |
| 1776 | 2024-09-21T18:15:14.095Z | Compiling hyper-util v0.1.7 |
| 1777 | 2024-09-21T18:15:14.303Z | Compiling toml v0.7.8 |
| 1778 | 2024-09-21T18:15:14.694Z | Compiling clap v4.5.16 |
| 1779 | 2024-09-21T18:15:14.839Z | Compiling flate2 v1.0.33 |
| 1780 | 2024-09-21T18:15:15.455Z | Compiling crossbeam-epoch v0.9.18 |
| 1781 | 2024-09-21T18:15:15.775Z | Compiling itertools v0.10.5 |
| 1782 | 2024-09-21T18:15:15.803Z | Compiling itertools v0.12.1 |
| 1783 | 2024-09-21T18:15:15.873Z | Compiling console v0.15.8 |
| 1784 | 2024-09-21T18:15:17.308Z | Compiling tokio-stream v0.1.15 |
| 1785 | 2024-09-21T18:15:17.943Z | Compiling hex v0.4.3 |
| 1786 | 2024-09-21T18:15:18.334Z | Compiling x509-cert v0.2.5 |
| 1787 | 2024-09-21T18:15:18.666Z | Compiling sha1 v0.10.6 |
| 1788 | 2024-09-21T18:15:19.815Z | Compiling lalrpop-util v0.19.12 |
| 1789 | 2024-09-21T18:15:20.008Z | Compiling radium v0.7.0 |
| 1790 | 2024-09-21T18:15:20.338Z | Compiling camino v1.1.9 |
| 1791 | 2024-09-21T18:15:20.472Z | Compiling unicode-xid v0.2.4 |
| 1792 | 2024-09-21T18:15:20.564Z | Compiling peg-runtime v0.8.3 |
| 1793 | 2024-09-21T18:15:22.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1794 | 2024-09-21T18:15:25.955Z | Compiling is-terminal v0.4.12 |
| 1795 | 2024-09-21T18:15:26.242Z | Compiling tap v1.0.1 |
| 1796 | 2024-09-21T18:15:28.963Z | Compiling ident_case v1.0.1 |
| 1797 | 2024-09-21T18:15:29.175Z | Compiling rustls-pki-types v1.7.0 |
| 1798 | 2024-09-21T18:15:29.506Z | Compiling maybe-uninit v2.0.0 |
| 1799 | 2024-09-21T18:15:30.594Z | Compiling darling_core v0.20.9 |
| 1800 | 2024-09-21T18:15:41.063Z | Compiling wyz v0.5.1 |
| 1801 | 2024-09-21T18:15:47.354Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1802 | 2024-09-21T18:15:47.707Z | Compiling getopts v0.2.21 |
| 1803 | 2024-09-21T18:15:48.490Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1804 | 2024-09-21T18:15:49.030Z | Compiling dirs-sys-next v0.1.2 |
| 1805 | 2024-09-21T18:15:49.890Z | Compiling packed_struct v0.10.1 |
| 1806 | 2024-09-21T18:15:50.360Z | Compiling unsafe-libyaml v0.2.11 |
| 1807 | 2024-09-21T18:15:51.367Z | Compiling paste v1.0.15 |
| 1808 | 2024-09-21T18:15:51.893Z | Compiling rustls v0.22.4 |
| 1809 | 2024-09-21T18:15:52.147Z | Compiling funty v2.0.0 |
| 1810 | 2024-09-21T18:15:53.192Z | Compiling serde_yaml v0.9.34+deprecated |
| 1811 | 2024-09-21T18:15:53.685Z | Compiling bitvec v1.0.1 |
| 1812 | 2024-09-21T18:15:55.261Z | Compiling dirs-next v2.0.0 |
| 1813 | 2024-09-21T18:15:56.006Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1814 | 2024-09-21T18:15:57.797Z | Compiling darling_macro v0.20.9 |
| 1815 | 2024-09-21T18:15:59.072Z | Compiling rustls-webpki v0.102.4 |
| 1816 | 2024-09-21T18:16:03.587Z | Compiling packed_struct_codegen v0.10.1 |
| 1817 | 2024-09-21T18:16:04.259Z | Compiling structmeta-derive v0.3.0 |
| 1818 | 2024-09-21T18:16:04.535Z | Compiling thread_local v1.1.8 |
| 1819 | 2024-09-21T18:16:05.727Z | Compiling indexmap v1.9.3 |
| 1820 | 2024-09-21T18:16:06.088Z | Compiling multer v3.1.0 |
| 1821 | 2024-09-21T18:16:06.239Z | Compiling nodrop v0.1.14 |
| 1822 | 2024-09-21T18:16:06.389Z | Compiling crc-catalog v2.4.0 |
| 1823 | 2024-09-21T18:16:06.421Z | Compiling fastrand v2.1.0 |
| 1824 | 2024-09-21T18:16:06.557Z | Compiling slog-async v2.8.0 |
| 1825 | 2024-09-21T18:16:07.084Z | Compiling match_cfg v0.1.0 |
| 1826 | 2024-09-21T18:16:07.202Z | Compiling rayon-core v1.12.1 |
| 1827 | 2024-09-21T18:16:07.604Z | Compiling hostname v0.3.1 |
| 1828 | 2024-09-21T18:16:08.575Z | Compiling structmeta v0.3.0 |
| 1829 | 2024-09-21T18:16:08.797Z | Compiling tempfile v3.10.1 |
| 1830 | 2024-09-21T18:16:08.987Z | Compiling crc v3.2.1 |
| 1831 | 2024-09-21T18:16:09.983Z | Compiling array-init v0.0.4 |
| 1832 | 2024-09-21T18:16:15.198Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1833 | 2024-09-21T18:16:17.685Z | Compiling smallvec v0.6.14 |
| 1834 | 2024-09-21T18:16:18.250Z | Compiling darling v0.20.9 |
| 1835 | 2024-09-21T18:16:18.389Z | Compiling term v0.7.0 |
| 1836 | 2024-09-21T18:16:22.673Z | Compiling crossbeam-deque v0.8.5 |
| 1837 | 2024-09-21T18:16:22.936Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1838 | 2024-09-21T18:16:23.971Z | Compiling slog-json v2.6.1 |
| 1839 | 2024-09-21T18:16:24.613Z | Compiling crossbeam-channel v0.5.12 |
| 1840 | 2024-09-21T18:16:25.086Z | Compiling async-stream-impl v0.3.5 |
| 1841 | 2024-09-21T18:16:26.250Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1842 | 2024-09-21T18:16:26.443Z | Compiling termcolor v1.4.1 |
| 1843 | 2024-09-21T18:16:26.589Z | Compiling bitfield v0.14.0 |
| 1844 | 2024-09-21T18:16:27.550Z | Compiling take_mut v0.2.2 |
| 1845 | 2024-09-21T18:16:27.739Z | Compiling hashbrown v0.12.3 |
| 1846 | 2024-09-21T18:16:29.281Z | Compiling same-file v1.0.6 |
| 1847 | 2024-09-21T18:16:30.750Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1848 | 2024-09-21T18:16:30.902Z | Compiling walkdir v2.5.0 |
| 1849 | 2024-09-21T18:16:41.508Z | Compiling env_logger v0.10.2 |
| 1850 | 2024-09-21T18:16:41.796Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1851 | 2024-09-21T18:16:43.676Z | Compiling async-stream v0.3.5 |
| 1852 | 2024-09-21T18:16:45.398Z | Compiling slog-bunyan v2.5.0 |
| 1853 | 2024-09-21T18:16:45.901Z | Compiling tokio-rustls v0.25.0 |
| 1854 | 2024-09-21T18:16:46.402Z | Compiling slog-term v2.9.1 |
| 1855 | 2024-09-21T18:16:46.655Z | Compiling serde_with_macros v3.9.0 |
| 1856 | 2024-09-21T18:16:47.590Z | Compiling serde-hex v0.1.0 |
| 1857 | 2024-09-21T18:16:48.648Z | Compiling bzip2 v0.4.4 |
| 1858 | 2024-09-21T18:16:49.378Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1859 | 2024-09-21T18:16:49.399Z | Compiling parse-display-derive v0.10.0 |
| 1860 | 2024-09-21T18:16:49.727Z | Compiling toml v0.8.19 |
| 1861 | 2024-09-21T18:16:51.957Z | Compiling rustls-pemfile v2.1.3 |
| 1862 | 2024-09-21T18:16:52.895Z | Compiling waitgroup v0.1.2 |
| 1863 | 2024-09-21T18:16:54.878Z | Compiling ron v0.8.1 |
| 1864 | 2024-09-21T18:16:55.520Z | Compiling ipnetwork v0.20.0 |
| 1865 | 2024-09-21T18:16:55.866Z | Compiling newtype-uuid v1.1.0 |
| 1866 | 2024-09-21T18:16:56.254Z | Compiling strum_macros v0.26.4 |
| 1867 | 2024-09-21T18:16:56.694Z | Compiling xattr v1.3.1 |
| 1868 | 2024-09-21T18:16:56.749Z | Compiling snafu-derive v0.8.2 |
| 1869 | 2024-09-21T18:16:57.025Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1870 | 2024-09-21T18:16:57.025Z | Compiling serde_path_to_error v0.1.16 |
| 1871 | 2024-09-21T18:16:58.042Z | Compiling hashbrown v0.13.2 |
| 1872 | 2024-09-21T18:16:58.328Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1873 | 2024-09-21T18:16:59.132Z | Compiling blake3 v1.5.1 |
| 1874 | 2024-09-21T18:16:59.326Z | Compiling ring v0.16.20 |
| 1875 | 2024-09-21T18:16:59.411Z | Compiling filetime v0.2.25 |
| 1876 | 2024-09-21T18:16:59.774Z | Compiling hostname v0.4.0 |
| 1877 | 2024-09-21T18:16:59.795Z | Compiling instant v0.1.12 |
| 1878 | 2024-09-21T18:16:59.977Z | Compiling crc-any v2.5.0 |
| 1879 | 2024-09-21T18:17:00.060Z | Compiling buf-list v1.0.3 |
| 1880 | 2024-09-21T18:17:00.638Z | Compiling debug-ignore v1.0.5 |
| 1881 | 2024-09-21T18:17:00.951Z | Compiling strum v0.26.3 |
| 1882 | 2024-09-21T18:17:01.049Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1883 | 2024-09-21T18:17:01.230Z | Compiling backoff v0.4.0 |
| 1884 | 2024-09-21T18:17:01.422Z | Compiling tar v0.4.41 |
| 1885 | 2024-09-21T18:17:01.590Z | Compiling object v0.30.4 |
| 1886 | 2024-09-21T18:17:01.612Z | Compiling snafu v0.8.2 |
| 1887 | 2024-09-21T18:17:01.891Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1888 | 2024-09-21T18:17:02.118Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1889 | 2024-09-21T18:17:02.876Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1890 | 2024-09-21T18:17:03.443Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1891 | 2024-09-21T18:17:03.871Z | Compiling parse-display v0.10.0 |
| 1892 | 2024-09-21T18:17:05.927Z | Compiling serde_with v3.9.0 |
| 1893 | 2024-09-21T18:17:06.765Z | Compiling zip v0.6.6 |
| 1894 | 2024-09-21T18:17:06.965Z | Compiling rayon v1.10.0 |
| 1895 | 2024-09-21T18:17:07.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1896 | 2024-09-21T18:17:07.946Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1897 | 2024-09-21T18:17:09.544Z | Compiling camino-tempfile v1.1.1 |
| 1898 | 2024-09-21T18:17:10.312Z | Compiling globset v0.4.14 |
| 1899 | 2024-09-21T18:17:10.340Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1900 | 2024-09-21T18:17:10.547Z | Compiling pem v3.0.4 |
| 1901 | 2024-09-21T18:17:12.157Z | Compiling olpc-cjson v0.1.3 |
| 1902 | 2024-09-21T18:17:12.522Z | Compiling macaddr v1.0.1 |
| 1903 | 2024-09-21T18:17:12.898Z | Compiling serde_plain v1.0.2 |
| 1904 | 2024-09-21T18:17:13.222Z | Compiling async-recursion v1.1.1 |
| 1905 | 2024-09-21T18:17:13.448Z | Compiling memmap2 v0.9.4 |
| 1906 | 2024-09-21T18:17:14.048Z | Compiling arrayvec v0.7.4 |
| 1907 | 2024-09-21T18:17:14.564Z | Compiling path-slash v0.1.5 |
| 1908 | 2024-09-21T18:17:14.697Z | Compiling constant_time_eq v0.3.0 |
| 1909 | 2024-09-21T18:17:14.770Z | Compiling untrusted v0.7.1 |
| 1910 | 2024-09-21T18:17:14.814Z | Compiling spin v0.5.2 |
| 1911 | 2024-09-21T18:17:14.879Z | Compiling typed-path v0.7.1 |
| 1912 | 2024-09-21T18:17:14.976Z | Compiling arrayref v0.3.7 |
| 1913 | 2024-09-21T18:17:17.769Z | Compiling tough v0.17.1 |
| 1914 | 2024-09-21T18:17:18.311Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1915 | 2024-09-21T18:17:19.398Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1916 | 2024-09-21T18:17:22.588Z | Compiling itertools v0.13.0 |
| 1917 | 2024-09-21T18:17:22.776Z | Compiling cargo-platform v0.1.8 |
| 1918 | 2024-09-21T18:17:23.999Z | Compiling topological-sort v0.2.2 |
| 1919 | 2024-09-21T18:17:24.287Z | Compiling parse-size v1.0.0 |
| 1920 | 2024-09-21T18:17:24.604Z | Compiling omicron-zone-package v0.11.0 |
| 1921 | 2024-09-21T18:17:26.455Z | Compiling cargo_metadata v0.18.1 |
| 1922 | 2024-09-21T18:17:26.826Z | Compiling shell-words v1.1.0 |
| 1923 | 2024-09-21T18:17:32.344Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1924 | 2024-09-21T18:17:45.898Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 1925 | 2024-09-21T18:18:00.289Z | Finished `release` profile [optimized] target(s) in 5m 03s |
| 1926 | 2024-09-21T18:18:00.453Z | Running `target/release/omicron-releng --output-dir /work` |
| 1927 | 2024-09-21T18:18:00.504Z | Sep 21 18:17:59.332 DEBG changing working directory to /work/oxidecomputer/omicron |
| 1928 | 2024-09-21T18:18:00.606Z | Sep 21 18:17:59.434 DEBG running: git rev-parse HEAD |
| 1929 | 2024-09-21T18:18:00.613Z | Sep 21 18:17:59.441 DEBG process exited with exit status: 0 (6.902106ms) |
| 1930 | 2024-09-21T18:18:00.613Z | Sep 21 18:17:59.441 INFO version: 11.0.0-0.ci+git2461c8c198e |
| 1931 | 2024-09-21T18:18:00.655Z | Sep 21 18:17:59.483 INFO cloning helios to /work/oxidecomputer/helios |
| 1932 | 2024-09-21T18:18:00.655Z | Sep 21 18:17:59.483 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 1933 | 2024-09-21T18:18:00.661Z | Cloning into '/work/oxidecomputer/helios'... |
| 1934 | 2024-09-21T18:18:01.226Z | Sep 21 18:18:00.054 DEBG process exited with exit status: 0 (570.854578ms) |
| 1935 | 2024-09-21T18:18:01.226Z | Sep 21 18:18:00.054 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
| 1936 | 2024-09-21T18:18:01.234Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
| 1937 | 2024-09-21T18:18:01.235Z | # branch.head master |
| 1938 | 2024-09-21T18:18:01.235Z | # branch.upstream origin/master |
| 1939 | 2024-09-21T18:18:01.235Z | # branch.ab +0 -0 |
| 1940 | 2024-09-21T18:18:01.237Z | Sep 21 18:18:00.063 DEBG process exited with exit status: 0 (9.316673ms) |
| 1941 | 2024-09-21T18:18:01.237Z | Sep 21 18:18:00.063 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 1942 | 2024-09-21T18:18:02.066Z | Sep 21 18:18:00.893 DEBG process exited with exit status: 0 (829.979805ms) |
| 1943 | 2024-09-21T18:18:02.066Z | Sep 21 18:18:00.893 DEBG running: zfs list rpool/images/build/host |
| 1944 | 2024-09-21T18:18:02.073Z | NAME USED AVAIL REFER MOUNTPOINT |
| 1945 | 2024-09-21T18:18:02.073Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 1946 | 2024-09-21T18:18:02.076Z | Sep 21 18:18:00.902 DEBG process exited with exit status: 0 (8.492637ms) |
| 1947 | 2024-09-21T18:18:02.076Z | Sep 21 18:18:00.902 DEBG running: zfs list rpool/images/build/recovery |
| 1948 | 2024-09-21T18:18:02.083Z | NAME USED AVAIL REFER MOUNTPOINT |
| 1949 | 2024-09-21T18:18:02.083Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 1950 | 2024-09-21T18:18:02.086Z | Sep 21 18:18:00.912 DEBG process exited with exit status: 0 (10.197212ms) |
| 1951 | 2024-09-21T18:18:02.086Z | Sep 21 18:18:00.913 INFO [hubris-production] running task |
| 1952 | 2024-09-21T18:18:02.086Z | Sep 21 18:18:00.913 INFO [hubris-staging] running task |
| 1953 | 2024-09-21T18:18:02.086Z | Sep 21 18:18:00.914 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 1954 | 2024-09-21T18:18:02.089Z | Sep 21 18:18:00.917 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 1955 | 2024-09-21T18:18:02.473Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 1956 | 2024-09-21T18:18:02.678Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1957 | 2024-09-21T18:18:03.386Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1958 | 2024-09-21T18:18:03.661Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1959 | 2024-09-21T18:18:03.806Z | Sep 21 18:18:02.633 INFO [hubris-production] task succeeded (1.719871236s) |
| 1960 | 2024-09-21T18:18:04.443Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 1961 | 2024-09-21T18:18:04.445Z | [ omicron-package] Compiling heapless v0.8.0 |
| 1962 | 2024-09-21T18:18:04.445Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 1963 | 2024-09-21T18:18:04.445Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1964 | 2024-09-21T18:18:04.445Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 1965 | 2024-09-21T18:18:04.446Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 1966 | 2024-09-21T18:18:04.446Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1967 | 2024-09-21T18:18:04.446Z | [ omicron-package] Compiling embedded-io v0.4.0 |
| 1968 | 2024-09-21T18:18:05.131Z | [ omicron-package] Compiling cobs v0.2.3 |
| 1969 | 2024-09-21T18:18:05.603Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1970 | 2024-09-21T18:18:06.101Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 1971 | 2024-09-21T18:18:06.286Z | [ omicron-package] Compiling postcard v1.0.8 |
| 1972 | 2024-09-21T18:18:06.289Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 1973 | 2024-09-21T18:18:06.494Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 1974 | 2024-09-21T18:18:06.494Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1975 | 2024-09-21T18:18:06.494Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 1976 | 2024-09-21T18:18:06.837Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1977 | 2024-09-21T18:18:08.166Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 1978 | 2024-09-21T18:18:08.169Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1979 | 2024-09-21T18:18:08.523Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 1980 | 2024-09-21T18:18:08.622Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1981 | 2024-09-21T18:18:08.729Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 1982 | 2024-09-21T18:18:09.085Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 1983 | 2024-09-21T18:18:09.447Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 1984 | 2024-09-21T18:18:09.671Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1985 | 2024-09-21T18:18:10.061Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1986 | 2024-09-21T18:18:10.400Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 1987 | 2024-09-21T18:18:10.656Z | [ omicron-package] Compiling colored v2.1.0 |
| 1988 | 2024-09-21T18:18:10.658Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1989 | 2024-09-21T18:18:10.907Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1990 | 2024-09-21T18:18:11.038Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1991 | 2024-09-21T18:18:11.302Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 1992 | 2024-09-21T18:18:11.837Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 1993 | 2024-09-21T18:18:11.968Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 1994 | 2024-09-21T18:18:12.134Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 1995 | 2024-09-21T18:18:12.137Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1996 | 2024-09-21T18:18:12.137Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1997 | 2024-09-21T18:18:12.899Z | Sep 21 18:18:11.725 INFO [hubris-staging] task succeeded (10.812191015s) |
| 1998 | 2024-09-21T18:18:13.077Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1999 | 2024-09-21T18:18:13.198Z | [ omicron-package] Compiling smf v0.2.3 |
| 2000 | 2024-09-21T18:18:13.358Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2001 | 2024-09-21T18:18:14.259Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
| 2002 | 2024-09-21T18:18:14.295Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
| 2003 | 2024-09-21T18:18:14.297Z | [ omicron-package] Compiling zone v0.3.0 |
| 2004 | 2024-09-21T18:18:16.665Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
| 2005 | 2024-09-21T18:18:17.433Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2006 | 2024-09-21T18:18:17.730Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2007 | 2024-09-21T18:18:18.330Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2008 | 2024-09-21T18:18:18.392Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2009 | 2024-09-21T18:18:18.658Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2010 | 2024-09-21T18:18:19.549Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2011 | 2024-09-21T18:18:20.265Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2012 | 2024-09-21T18:18:20.412Z | [ omicron-package] Compiling number_prefix v0.4.0 |
| 2013 | 2024-09-21T18:18:20.988Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2014 | 2024-09-21T18:18:22.552Z | [ omicron-package] Compiling indicatif v0.17.8 |
| 2015 | 2024-09-21T18:18:23.677Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2016 | 2024-09-21T18:18:27.148Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2017 | 2024-09-21T18:18:27.669Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2018 | 2024-09-21T18:18:29.200Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2019 | 2024-09-21T18:18:44.804Z | [ helios-setup] Sep 21 18:18:43.624 INFO helios repository root is: /work/oxidecomputer/helios |
| 2020 | 2024-09-21T18:18:44.806Z | [ helios-setup] Sep 21 18:18:43.627 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
| 2021 | 2024-09-21T18:18:44.806Z | [ helios-setup] Sep 21 18:18:43.627 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2022 | 2024-09-21T18:18:44.812Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2023 | 2024-09-21T18:18:46.137Z | [ helios-setup] Sep 21 18:18:44.957 INFO clone ok!, project: phbl |
| 2024 | 2024-09-21T18:18:46.140Z | [ helios-setup] Sep 21 18:18:44.957 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2025 | 2024-09-21T18:18:46.140Z | [ helios-setup] Sep 21 18:18:44.957 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2026 | 2024-09-21T18:18:46.140Z | [ helios-setup] Sep 21 18:18:44.958 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2027 | 2024-09-21T18:18:46.140Z | [ helios-setup] Sep 21 18:18:44.958 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2028 | 2024-09-21T18:18:46.143Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2029 | 2024-09-21T18:18:47.209Z | [ helios-setup] Sep 21 18:18:46.029 INFO clone ok!, project: chelsio-t6-roms |
| 2030 | 2024-09-21T18:18:47.211Z | [ helios-setup] Sep 21 18:18:46.029 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
| 2031 | 2024-09-21T18:18:47.212Z | [ helios-setup] Sep 21 18:18:46.029 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2032 | 2024-09-21T18:18:47.214Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2033 | 2024-09-21T18:18:47.819Z | [ helios-setup] Sep 21 18:18:46.639 INFO clone ok!, project: image-builder |
| 2034 | 2024-09-21T18:18:47.822Z | [ helios-setup] Sep 21 18:18:46.640 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2035 | 2024-09-21T18:18:47.822Z | [ helios-setup] Sep 21 18:18:46.640 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2036 | 2024-09-21T18:18:47.822Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2037 | 2024-09-21T18:18:49.198Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.09s |
| 2038 | 2024-09-21T18:18:49.448Z | [ omicron-package] |
| 2039 | 2024-09-21T18:18:49.448Z | [ omicron-package] real 47.308842138 |
| 2040 | 2024-09-21T18:18:49.451Z | [ omicron-package] user 2:49.052820905 |
| 2041 | 2024-09-21T18:18:49.451Z | [ omicron-package] sys 22.290243562 |
| 2042 | 2024-09-21T18:18:49.451Z | [ omicron-package] trap 0.172018375 |
| 2043 | 2024-09-21T18:18:49.451Z | [ omicron-package] tflt 0.688706256 |
| 2044 | 2024-09-21T18:18:49.451Z | [ omicron-package] dflt 0.517150752 |
| 2045 | 2024-09-21T18:18:49.451Z | [ omicron-package] kflt 0.000754064 |
| 2046 | 2024-09-21T18:18:49.451Z | [ omicron-package] lock 5:46.227154629 |
| 2047 | 2024-09-21T18:18:49.451Z | [ omicron-package] slp 9:02.554056516 |
| 2048 | 2024-09-21T18:18:49.451Z | [ omicron-package] lat 1:37.040929007 |
| 2049 | 2024-09-21T18:18:49.451Z | [ omicron-package] stop 1:00.918550725 |
| 2050 | 2024-09-21T18:18:49.451Z | Sep 21 18:18:48.269 INFO [omicron-package] process exited with exit status: 0 (47.355205736s) |
| 2051 | 2024-09-21T18:18:49.451Z | Sep 21 18:18:48.269 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
| 2052 | 2024-09-21T18:18:49.502Z | Sep 21 18:18:48.322 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
| 2053 | 2024-09-21T18:18:49.514Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2054 | 2024-09-21T18:18:49.516Z | [ host-target] Created new build target 'host' and set it as active |
| 2055 | 2024-09-21T18:18:49.518Z | Sep 21 18:18:48.337 INFO [host-target] process exited with exit status: 0 (67.879966ms) |
| 2056 | 2024-09-21T18:18:49.518Z | Sep 21 18:18:48.337 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2057 | 2024-09-21T18:18:49.524Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2058 | 2024-09-21T18:18:49.527Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2059 | 2024-09-21T18:18:49.527Z | Sep 21 18:18:48.347 INFO [recovery-target] process exited with exit status: 0 (25.015426ms) |
| 2060 | 2024-09-21T18:18:49.535Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2061 | 2024-09-21T18:18:50.828Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2062 | 2024-09-21T18:18:50.828Z | [ host-package] Compiling convert_case v0.4.0 |
| 2063 | 2024-09-21T18:18:50.831Z | [ host-package] Compiling camino v1.1.9 |
| 2064 | 2024-09-21T18:18:50.831Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2065 | 2024-09-21T18:18:50.831Z | [ host-package] Compiling password-hash v0.5.0 |
| 2066 | 2024-09-21T18:18:50.831Z | [ host-package] Compiling blake2 v0.10.6 |
| 2067 | 2024-09-21T18:18:50.831Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2068 | 2024-09-21T18:18:50.996Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2069 | 2024-09-21T18:18:51.182Z | [ host-package] Compiling expectorate v1.1.0 |
| 2070 | 2024-09-21T18:18:51.212Z | [ host-package] Compiling derive-where v1.2.7 |
| 2071 | 2024-09-21T18:18:51.402Z | [ host-package] Compiling libsw v3.3.1 |
| 2072 | 2024-09-21T18:18:51.778Z | [ host-package] Compiling argon2 v0.5.3 |
| 2073 | 2024-09-21T18:18:51.826Z | [ host-package] Compiling derive_more v0.99.18 |
| 2074 | 2024-09-21T18:18:51.948Z | [ host-package] Compiling indent_write v2.2.0 |
| 2075 | 2024-09-21T18:18:52.189Z | [ host-package] Compiling owo-colors v4.0.0 |
| 2076 | 2024-09-21T18:18:52.235Z | [ host-package] Compiling linear-map v1.2.0 |
| 2077 | 2024-09-21T18:18:52.268Z | [ host-package] Compiling swrite v0.1.0 |
| 2078 | 2024-09-21T18:18:52.355Z | [ helios-setup] Sep 21 18:18:51.174 INFO clone ok!, project: amd-firmware |
| 2079 | 2024-09-21T18:18:52.361Z | [ helios-setup] Sep 21 18:18:51.175 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
| 2080 | 2024-09-21T18:18:52.361Z | [ helios-setup] Sep 21 18:18:51.175 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2081 | 2024-09-21T18:18:52.361Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2082 | 2024-09-21T18:18:52.413Z | [ host-package] Compiling humantime v2.1.0 |
| 2083 | 2024-09-21T18:18:52.640Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2084 | 2024-09-21T18:18:52.823Z | [ host-package] Compiling toml v0.8.19 |
| 2085 | 2024-09-21T18:18:52.999Z | [ helios-setup] Sep 21 18:18:51.818 INFO clone ok!, project: bootserver |
| 2086 | 2024-09-21T18:18:53.003Z | [ helios-setup] Sep 21 18:18:51.819 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2087 | 2024-09-21T18:18:53.003Z | [ helios-setup] Sep 21 18:18:51.819 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2088 | 2024-09-21T18:18:53.003Z | [ helios-setup] Sep 21 18:18:51.819 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2089 | 2024-09-21T18:18:53.005Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2090 | 2024-09-21T18:18:53.229Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2091 | 2024-09-21T18:18:53.269Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2092 | 2024-09-21T18:18:53.295Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2093 | 2024-09-21T18:18:53.684Z | [ helios-setup] Sep 21 18:18:52.503 INFO clone ok!, project: pinprick |
| 2094 | 2024-09-21T18:18:53.686Z | [ helios-setup] Sep 21 18:18:52.504 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2095 | 2024-09-21T18:18:53.686Z | [ helios-setup] Sep 21 18:18:52.504 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2096 | 2024-09-21T18:18:53.689Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2097 | 2024-09-21T18:18:53.787Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2098 | 2024-09-21T18:18:54.037Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2099 | 2024-09-21T18:18:54.303Z | [ host-package] Compiling num-rational v0.4.2 |
| 2100 | 2024-09-21T18:18:54.442Z | [ host-package] Compiling num-complex v0.4.6 |
| 2101 | 2024-09-21T18:18:54.530Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2102 | 2024-09-21T18:18:54.685Z | [ helios-setup] Sep 21 18:18:53.503 INFO clone ok!, project: pilot |
| 2103 | 2024-09-21T18:18:54.689Z | [ helios-setup] Sep 21 18:18:53.504 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2104 | 2024-09-21T18:18:54.689Z | [ helios-setup] Sep 21 18:18:53.504 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
| 2105 | 2024-09-21T18:18:54.692Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2106 | 2024-09-21T18:18:55.026Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2107 | 2024-09-21T18:18:55.604Z | [ host-package] Compiling num v0.4.3 |
| 2108 | 2024-09-21T18:18:55.733Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
| 2109 | 2024-09-21T18:18:55.738Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2110 | 2024-09-21T18:18:55.759Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
| 2111 | 2024-09-21T18:18:55.844Z | [ host-package] Compiling float-ord v0.3.2 |
| 2112 | 2024-09-21T18:18:56.025Z | [ host-package] Compiling term v0.7.0 |
| 2113 | 2024-09-21T18:18:56.085Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2114 | 2024-09-21T18:18:57.025Z | [ host-package] Compiling atomicwrites v0.4.3 |
| 2115 | 2024-09-21T18:18:57.501Z | [ host-package] Compiling semver v0.1.20 |
| 2116 | 2024-09-21T18:18:57.652Z | [ host-package] Compiling prettyplease v0.2.20 |
| 2117 | 2024-09-21T18:18:58.061Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2118 | 2024-09-21T18:18:58.155Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2119 | 2024-09-21T18:18:58.468Z | [ host-package] Compiling is-terminal v0.4.12 |
| 2120 | 2024-09-21T18:18:58.610Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2121 | 2024-09-21T18:18:58.632Z | [ host-package] Compiling cookie v0.18.1 |
| 2122 | 2024-09-21T18:18:58.815Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2123 | 2024-09-21T18:18:59.003Z | [ host-package] Compiling highway v1.2.0 |
| 2124 | 2024-09-21T18:18:59.355Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
| 2125 | 2024-09-21T18:18:59.922Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2126 | 2024-09-21T18:19:00.396Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2127 | 2024-09-21T18:19:00.611Z | [ host-package] Compiling steno v0.4.1 |
| 2128 | 2024-09-21T18:19:00.669Z | [ host-package] Compiling quick-error v1.2.3 |
| 2129 | 2024-09-21T18:19:00.862Z | [ host-package] Compiling home v0.5.9 |
| 2130 | 2024-09-21T18:19:01.166Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2131 | 2024-09-21T18:19:01.190Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2132 | 2024-09-21T18:19:02.304Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
| 2133 | 2024-09-21T18:19:02.319Z | [ helios-setup] Sep 21 18:19:01.136 INFO clone ok!, project: amd-host-image-builder |
| 2134 | 2024-09-21T18:19:02.321Z | [ helios-setup] Sep 21 18:19:01.137 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2135 | 2024-09-21T18:19:02.930Z | [ host-package] Compiling rustls-webpki v0.102.4 |
| 2136 | 2024-09-21T18:19:03.185Z | [ helios-setup] Sep 21 18:19:02.003 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2137 | 2024-09-21T18:19:03.859Z | [ helios-setup] Sep 21 18:19:02.676 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2138 | 2024-09-21T18:19:03.861Z | [ helios-setup] Sep 21 18:19:02.677 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2139 | 2024-09-21T18:19:04.052Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2140 | 2024-09-21T18:19:04.446Z | [ helios-setup] Sep 21 18:19:03.263 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2141 | 2024-09-21T18:19:05.108Z | [ helios-setup] Sep 21 18:19:03.925 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2142 | 2024-09-21T18:19:05.111Z | [ helios-setup] Sep 21 18:19:03.926 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2143 | 2024-09-21T18:19:05.393Z | [ host-package] Compiling rustls v0.22.4 |
| 2144 | 2024-09-21T18:19:05.448Z | [ host-package] Compiling thread_local v1.1.8 |
| 2145 | 2024-09-21T18:19:05.682Z | [ helios-setup] Sep 21 18:19:04.499 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2146 | 2024-09-21T18:19:06.043Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2147 | 2024-09-21T18:19:06.236Z | [ host-package] Compiling hostname v0.3.1 |
| 2148 | 2024-09-21T18:19:06.354Z | [ helios-setup] Sep 21 18:19:05.171 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2149 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2150 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2151 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO ok! |
| 2152 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2153 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2154 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO ok! |
| 2155 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2156 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2157 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO ok! |
| 2158 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2159 | 2024-09-21T18:19:06.357Z | [ helios-setup] Sep 21 18:19:05.172 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2160 | 2024-09-21T18:19:06.638Z | [ helios-setup] Sep 21 18:19:05.455 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2161 | 2024-09-21T18:19:06.665Z | [ host-package] Compiling hickory-resolver v0.24.1 |
| 2162 | 2024-09-21T18:19:07.122Z | [ helios-setup] Sep 21 18:19:05.939 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2163 | 2024-09-21T18:19:07.122Z | [ helios-setup] Sep 21 18:19:05.939 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2164 | 2024-09-21T18:19:07.145Z | [ helios-setup] Sep 21 18:19:05.962 INFO E| Updating crates.io index |
| 2165 | 2024-09-21T18:19:07.393Z | [ helios-setup] Sep 21 18:19:06.210 INFO E| Downloading crates ... |
| 2166 | 2024-09-21T18:19:07.603Z | [ helios-setup] Sep 21 18:19:06.420 INFO E| Downloaded itoa v1.0.9 |
| 2167 | 2024-09-21T18:19:07.606Z | [ helios-setup] Sep 21 18:19:06.423 INFO E| Downloaded fastrand v2.0.0 |
| 2168 | 2024-09-21T18:19:07.626Z | [ helios-setup] Sep 21 18:19:06.443 INFO E| Downloaded opaque-debug v0.3.0 |
| 2169 | 2024-09-21T18:19:07.629Z | [ helios-setup] Sep 21 18:19:06.445 INFO E| Downloaded block-buffer v0.9.0 |
| 2170 | 2024-09-21T18:19:07.637Z | [ helios-setup] Sep 21 18:19:06.454 INFO E| Downloaded bitflags v2.3.3 |
| 2171 | 2024-09-21T18:19:07.641Z | [ helios-setup] Sep 21 18:19:06.458 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2172 | 2024-09-21T18:19:07.643Z | [ helios-setup] Sep 21 18:19:06.459 INFO E| Downloaded digest v0.9.0 |
| 2173 | 2024-09-21T18:19:07.645Z | [ helios-setup] Sep 21 18:19:06.461 INFO E| Downloaded walkdir v2.3.3 |
| 2174 | 2024-09-21T18:19:07.647Z | [ helios-setup] Sep 21 18:19:06.463 INFO E| Downloaded unicode-width v0.1.10 |
| 2175 | 2024-09-21T18:19:07.676Z | [ helios-setup] Sep 21 18:19:06.493 INFO E| Downloaded tempfile v3.7.0 |
| 2176 | 2024-09-21T18:19:07.681Z | [ helios-setup] Sep 21 18:19:06.498 INFO E| Downloaded sha-1 v0.9.8 |
| 2177 | 2024-09-21T18:19:07.684Z | [ helios-setup] Sep 21 18:19:06.501 INFO E| Downloaded quote v1.0.31 |
| 2178 | 2024-09-21T18:19:07.689Z | [ helios-setup] Sep 21 18:19:06.506 INFO E| Downloaded getrandom v0.2.10 |
| 2179 | 2024-09-21T18:19:07.695Z | [ helios-setup] Sep 21 18:19:06.512 INFO E| Downloaded uuid v0.8.2 |
| 2180 | 2024-09-21T18:19:07.701Z | [ helios-setup] Sep 21 18:19:06.518 INFO E| Downloaded typenum v1.16.0 |
| 2181 | 2024-09-21T18:19:07.706Z | [ helios-setup] Sep 21 18:19:06.523 INFO E| Downloaded unicode-ident v1.0.11 |
| 2182 | 2024-09-21T18:19:07.712Z | [ helios-setup] Sep 21 18:19:06.529 INFO E| Downloaded serde_derive v1.0.193 |
| 2183 | 2024-09-21T18:19:07.717Z | [ helios-setup] Sep 21 18:19:06.534 INFO E| Downloaded serde v1.0.193 |
| 2184 | 2024-09-21T18:19:07.723Z | [ helios-setup] Sep 21 18:19:06.540 INFO E| Downloaded toml v0.5.11 |
| 2185 | 2024-09-21T18:19:07.728Z | [ helios-setup] Sep 21 18:19:06.545 INFO E| Downloaded ryu v1.0.15 |
| 2186 | 2024-09-21T18:19:07.735Z | [ helios-setup] Sep 21 18:19:06.551 INFO E| Downloaded serde_json v1.0.103 |
| 2187 | 2024-09-21T18:19:07.747Z | [ helios-setup] Sep 21 18:19:06.564 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2188 | 2024-09-21T18:19:07.751Z | [ helios-setup] Sep 21 18:19:06.569 INFO E| Downloaded syn v2.0.32 |
| 2189 | 2024-09-21T18:19:07.770Z | [ helios-setup] Sep 21 18:19:06.587 INFO E| Downloaded rustix v0.38.4 |
| 2190 | 2024-09-21T18:19:07.872Z | [ helios-setup] Sep 21 18:19:06.688 INFO E| Downloaded anyhow v1.0.72 |
| 2191 | 2024-09-21T18:19:07.878Z | [ helios-setup] Sep 21 18:19:06.695 INFO E| Downloaded once_cell v1.18.0 |
| 2192 | 2024-09-21T18:19:07.882Z | [ helios-setup] Sep 21 18:19:06.699 INFO E| Downloaded libc v0.2.147 |
| 2193 | 2024-09-21T18:19:07.935Z | [ helios-setup] Sep 21 18:19:06.752 INFO E| Downloaded md-5 v0.9.1 |
| 2194 | 2024-09-21T18:19:07.950Z | [ helios-setup] Sep 21 18:19:06.767 INFO E| Downloaded errno v0.3.1 |
| 2195 | 2024-09-21T18:19:07.952Z | [ helios-setup] Sep 21 18:19:06.769 INFO E| Downloaded cpufeatures v0.2.9 |
| 2196 | 2024-09-21T18:19:08.058Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling libc v0.2.147 |
| 2197 | 2024-09-21T18:19:08.058Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling proc-macro2 v1.0.66 |
| 2198 | 2024-09-21T18:19:08.058Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling cfg-if v1.0.0 |
| 2199 | 2024-09-21T18:19:08.058Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling unicode-ident v1.0.11 |
| 2200 | 2024-09-21T18:19:08.060Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling version_check v0.9.4 |
| 2201 | 2024-09-21T18:19:08.060Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling typenum v1.16.0 |
| 2202 | 2024-09-21T18:19:08.061Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling serde v1.0.193 |
| 2203 | 2024-09-21T18:19:08.061Z | [ helios-setup] Sep 21 18:19:06.875 INFO E| Compiling num-conv v0.1.0 |
| 2204 | 2024-09-21T18:19:08.226Z | [ host-package] Compiling multer v3.1.0 |
| 2205 | 2024-09-21T18:19:08.348Z | [ host-package] Compiling slog-async v2.8.0 |
| 2206 | 2024-09-21T18:19:08.450Z | [ host-package] Compiling slog-json v2.6.1 |
| 2207 | 2024-09-21T18:19:08.920Z | [ helios-setup] Sep 21 18:19:07.737 INFO E| Compiling slog v2.7.0 |
| 2208 | 2024-09-21T18:19:09.074Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
| 2209 | 2024-09-21T18:19:09.314Z | [ helios-setup] Sep 21 18:19:08.131 INFO E| Compiling itoa v1.0.9 |
| 2210 | 2024-09-21T18:19:09.792Z | [ helios-setup] Sep 21 18:19:08.608 INFO E| Compiling rustix v0.38.4 |
| 2211 | 2024-09-21T18:19:09.805Z | [ helios-setup] Sep 21 18:19:08.622 INFO E| Compiling time-core v0.1.2 |
| 2212 | 2024-09-21T18:19:10.130Z | [ helios-setup] Sep 21 18:19:08.947 INFO E| Compiling powerfmt v0.2.0 |
| 2213 | 2024-09-21T18:19:10.130Z | [ helios-setup] Sep 21 18:19:08.947 INFO E| Compiling time-macros v0.2.18 |
| 2214 | 2024-09-21T18:19:10.221Z | [ host-package] Compiling take_mut v0.2.2 |
| 2215 | 2024-09-21T18:19:10.221Z | [ helios-setup] Sep 21 18:19:09.038 INFO E| Compiling generic-array v0.14.7 |
| 2216 | 2024-09-21T18:19:10.383Z | [ helios-setup] Sep 21 18:19:09.200 INFO E| Compiling num_threads v0.1.6 |
| 2217 | 2024-09-21T18:19:10.713Z | [ helios-setup] Sep 21 18:19:09.529 INFO E| Compiling deranged v0.3.11 |
| 2218 | 2024-09-21T18:19:10.724Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2219 | 2024-09-21T18:19:10.846Z | [ helios-setup] Sep 21 18:19:09.650 INFO E| Compiling bitflags v2.3.3 |
| 2220 | 2024-09-21T18:19:10.978Z | [ helios-setup] Sep 21 18:19:09.795 INFO E| Compiling once_cell v1.18.0 |
| 2221 | 2024-09-21T18:19:11.428Z | [ helios-setup] Sep 21 18:19:10.244 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2222 | 2024-09-21T18:19:11.804Z | [ helios-setup] Sep 21 18:19:10.620 INFO E| Compiling quote v1.0.31 |
| 2223 | 2024-09-21T18:19:12.030Z | [ helios-setup] Sep 21 18:19:10.846 INFO E| Compiling dirs-next v2.0.0 |
| 2224 | 2024-09-21T18:19:12.284Z | [ helios-setup] Sep 21 18:19:11.101 INFO E| Compiling errno v0.3.1 |
| 2225 | 2024-09-21T18:19:12.435Z | [ helios-setup] Sep 21 18:19:11.251 INFO E| Compiling syn v2.0.32 |
| 2226 | 2024-09-21T18:19:12.741Z | [ helios-setup] Sep 21 18:19:11.557 INFO E| Compiling term v0.7.0 |
| 2227 | 2024-09-21T18:19:12.966Z | [ helios-setup] Sep 21 18:19:11.782 INFO E| Compiling thread_local v1.1.7 |
| 2228 | 2024-09-21T18:19:12.987Z | [ helios-setup] Sep 21 18:19:11.803 INFO E| Compiling atty v0.2.14 |
| 2229 | 2024-09-21T18:19:13.409Z | [ host-package] Compiling slog-term v2.9.1 |
| 2230 | 2024-09-21T18:19:13.642Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
| 2231 | 2024-09-21T18:19:14.400Z | [ helios-setup] Sep 21 18:19:13.216 INFO E| Compiling fastrand v2.0.0 |
| 2232 | 2024-09-21T18:19:14.816Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2233 | 2024-09-21T18:19:14.942Z | [ helios-setup] Sep 21 18:19:13.757 INFO E| Compiling opaque-debug v0.3.0 |
| 2234 | 2024-09-21T18:19:14.979Z | [ helios-setup] Sep 21 18:19:13.795 INFO E| Compiling serde_json v1.0.103 |
| 2235 | 2024-09-21T18:19:15.061Z | [ helios-setup] Sep 21 18:19:13.876 INFO E| Compiling anyhow v1.0.72 |
| 2236 | 2024-09-21T18:19:15.673Z | [ helios-setup] Sep 21 18:19:14.488 INFO E| Compiling getrandom v0.2.10 |
| 2237 | 2024-09-21T18:19:15.702Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2238 | 2024-09-21T18:19:15.905Z | [ host-package] Compiling async-stream v0.3.5 |
| 2239 | 2024-09-21T18:19:15.922Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2240 | 2024-09-21T18:19:15.988Z | [ helios-setup] Sep 21 18:19:14.804 INFO E| Compiling digest v0.9.0 |
| 2241 | 2024-09-21T18:19:16.101Z | [ helios-setup] Sep 21 18:19:14.917 INFO E| Compiling block-buffer v0.9.0 |
| 2242 | 2024-09-21T18:19:16.230Z | [ helios-setup] Sep 21 18:19:15.046 INFO E| Compiling tempfile v3.7.0 |
| 2243 | 2024-09-21T18:19:16.313Z | [ helios-setup] Sep 21 18:19:15.129 INFO E| Compiling unicode-width v0.1.10 |
| 2244 | 2024-09-21T18:19:16.313Z | [ helios-setup] Sep 21 18:19:15.129 INFO E| Compiling time v0.3.36 |
| 2245 | 2024-09-21T18:19:16.441Z | [ helios-setup] Sep 21 18:19:15.256 INFO E| Compiling cpufeatures v0.2.9 |
| 2246 | 2024-09-21T18:19:16.534Z | [ helios-setup] Sep 21 18:19:15.349 INFO E| Compiling same-file v1.0.6 |
| 2247 | 2024-09-21T18:19:16.630Z | [ helios-setup] Sep 21 18:19:15.446 INFO E| Compiling ryu v1.0.15 |
| 2248 | 2024-09-21T18:19:16.636Z | [ helios-setup] Sep 21 18:19:15.452 INFO E| Compiling sha-1 v0.9.8 |
| 2249 | 2024-09-21T18:19:16.834Z | [ host-package] Compiling ipnetwork v0.20.0 |
| 2250 | 2024-09-21T18:19:16.932Z | [ host-package] Compiling newtype-uuid v1.1.0 |
| 2251 | 2024-09-21T18:19:17.263Z | [ helios-setup] Sep 21 18:19:16.078 INFO E| Compiling walkdir v2.3.3 |
| 2252 | 2024-09-21T18:19:17.346Z | [ helios-setup] Sep 21 18:19:16.161 INFO E| Compiling getopts v0.2.21 |
| 2253 | 2024-09-21T18:19:17.419Z | [ helios-setup] Sep 21 18:19:16.235 INFO E| Compiling md-5 v0.9.1 |
| 2254 | 2024-09-21T18:19:17.809Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
| 2255 | 2024-09-21T18:19:17.835Z | [ helios-setup] Sep 21 18:19:16.651 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2256 | 2024-09-21T18:19:18.035Z | [ helios-setup] Sep 21 18:19:16.850 INFO E| Compiling glob v0.3.1 |
| 2257 | 2024-09-21T18:19:18.409Z | [ host-package] Compiling hostname v0.4.0 |
| 2258 | 2024-09-21T18:19:18.880Z | [ host-package] Compiling instant v0.1.12 |
| 2259 | 2024-09-21T18:19:19.298Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2260 | 2024-09-21T18:19:19.470Z | [ host-package] Compiling backoff v0.4.0 |
| 2261 | 2024-09-21T18:19:19.926Z | [ helios-setup] Sep 21 18:19:18.741 INFO E| Compiling slog-term v2.9.0 |
| 2262 | 2024-09-21T18:19:20.216Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2263 | 2024-09-21T18:19:21.240Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2264 | 2024-09-21T18:19:21.380Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2265 | 2024-09-21T18:19:21.943Z | [ host-package] Compiling parse-display v0.10.0 |
| 2266 | 2024-09-21T18:19:22.056Z | [ helios-setup] Sep 21 18:19:20.871 INFO E| Compiling serde_derive v1.0.193 |
| 2267 | 2024-09-21T18:19:22.740Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2268 | 2024-09-21T18:19:23.069Z | [ host-package] Compiling serde_with v3.9.0 |
| 2269 | 2024-09-21T18:19:24.614Z | [ host-package] Compiling strum v0.26.3 |
| 2270 | 2024-09-21T18:19:24.872Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2271 | 2024-09-21T18:19:27.821Z | [ host-package] Compiling macaddr v1.0.1 |
| 2272 | 2024-09-21T18:19:28.276Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2273 | 2024-09-21T18:19:28.362Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2274 | 2024-09-21T18:19:30.503Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2275 | 2024-09-21T18:19:30.847Z | [ host-package] Compiling display-error-chain v0.2.1 |
| 2276 | 2024-09-21T18:19:31.087Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2277 | 2024-09-21T18:19:31.201Z | [ host-package] Compiling half v2.4.1 |
| 2278 | 2024-09-21T18:19:31.508Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 2279 | 2024-09-21T18:19:31.698Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2280 | 2024-09-21T18:19:32.031Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 2281 | 2024-09-21T18:19:32.441Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2282 | 2024-09-21T18:19:32.715Z | [ host-package] Compiling ciborium v0.2.2 |
| 2283 | 2024-09-21T18:19:35.192Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2284 | 2024-09-21T18:19:35.978Z | [ host-package] Compiling rayon-core v1.12.1 |
| 2285 | 2024-09-21T18:19:36.051Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2286 | 2024-09-21T18:19:37.641Z | [ helios-setup] Sep 21 18:19:36.453 INFO E| Compiling toml v0.5.11 |
| 2287 | 2024-09-21T18:19:37.641Z | [ helios-setup] Sep 21 18:19:36.453 INFO E| Compiling uuid v0.8.2 |
| 2288 | 2024-09-21T18:19:38.459Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
| 2289 | 2024-09-21T18:19:39.030Z | [ host-package] Compiling fastrand v2.1.0 |
| 2290 | 2024-09-21T18:19:39.093Z | [ host-package] Compiling same-file v1.0.6 |
| 2291 | 2024-09-21T18:19:39.461Z | [ host-package] Compiling walkdir v2.5.0 |
| 2292 | 2024-09-21T18:19:39.784Z | [ host-package] Compiling tempfile v3.10.1 |
| 2293 | 2024-09-21T18:19:39.790Z | [ helios-setup] Sep 21 18:19:38.602 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2294 | 2024-09-21T18:19:40.963Z | [ host-package] Compiling blake3 v1.5.1 |
| 2295 | 2024-09-21T18:19:42.044Z | [ host-package] Compiling rayon v1.10.0 |
| 2296 | 2024-09-21T18:19:42.466Z | [ host-package] Compiling ring v0.16.20 |
| 2297 | 2024-09-21T18:19:43.274Z | [ helios-setup] Sep 21 18:19:42.085 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2298 | 2024-09-21T18:19:46.097Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2299 | 2024-09-21T18:19:47.593Z | [ host-package] Compiling xattr v1.3.1 |
| 2300 | 2024-09-21T18:19:47.930Z | [ host-package] Compiling memmap2 v0.9.4 |
| 2301 | 2024-09-21T18:19:48.444Z | [ host-package] Compiling filetime v0.2.25 |
| 2302 | 2024-09-21T18:19:48.781Z | [ host-package] Compiling spin v0.5.2 |
| 2303 | 2024-09-21T18:19:48.824Z | [ host-package] Compiling untrusted v0.7.1 |
| 2304 | 2024-09-21T18:19:49.098Z | [ host-package] Compiling arrayref v0.3.7 |
| 2305 | 2024-09-21T18:19:49.223Z | [ host-package] Compiling arrayvec v0.7.4 |
| 2306 | 2024-09-21T18:19:49.254Z | [ host-package] Compiling keccak v0.1.5 |
| 2307 | 2024-09-21T18:19:49.786Z | [ host-package] Compiling constant_time_eq v0.3.0 |
| 2308 | 2024-09-21T18:19:50.489Z | [ host-package] Compiling sha3 v0.10.8 |
| 2309 | 2024-09-21T18:19:51.590Z | [ host-package] Compiling tar v0.4.41 |
| 2310 | 2024-09-21T18:19:52.543Z | [ host-package] Compiling camino-tempfile v1.1.1 |
| 2311 | 2024-09-21T18:19:53.172Z | [ host-package] Compiling toolchain_find v0.4.0 |
| 2312 | 2024-09-21T18:19:53.462Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2313 | 2024-09-21T18:19:54.013Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 2314 | 2024-09-21T18:19:54.103Z | [ host-package] Compiling atty v0.2.14 |
| 2315 | 2024-09-21T18:19:54.361Z | [ host-package] Compiling endian-type v0.1.2 |
| 2316 | 2024-09-21T18:19:54.412Z | [ host-package] Compiling crunchy v0.2.2 |
| 2317 | 2024-09-21T18:19:54.759Z | [ host-package] Compiling maplit v1.0.2 |
| 2318 | 2024-09-21T18:19:55.046Z | [ host-package] Compiling topological-sort v0.2.2 |
| 2319 | 2024-09-21T18:19:55.138Z | [ host-package] Compiling glob v0.3.1 |
| 2320 | 2024-09-21T18:19:55.363Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
| 2321 | 2024-09-21T18:19:55.401Z | [ host-package] Compiling radix_trie v0.2.1 |
| 2322 | 2024-09-21T18:19:56.109Z | [ host-package] Compiling clang-sys v1.7.0 |
| 2323 | 2024-09-21T18:19:56.811Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
| 2324 | 2024-09-21T18:19:56.842Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 2325 | 2024-09-21T18:19:57.183Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2326 | 2024-09-21T18:19:57.309Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 2327 | 2024-09-21T18:19:57.497Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 2328 | 2024-09-21T18:19:58.001Z | [ host-package] Compiling secrecy v0.8.0 |
| 2329 | 2024-09-21T18:19:58.297Z | [ helios-setup] Sep 21 18:19:57.094 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s |
| 2330 | 2024-09-21T18:19:58.301Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 2331 | 2024-09-21T18:19:58.323Z | [ helios-setup] Sep 21 18:19:57.132 INFO building project "image-builder" ok (51 seconds) |
| 2332 | 2024-09-21T18:19:58.323Z | [ helios-setup] Sep 21 18:19:57.132 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2333 | 2024-09-21T18:19:58.325Z | [ helios-setup] Sep 21 18:19:57.132 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2334 | 2024-09-21T18:19:58.700Z | [ helios-setup] Sep 21 18:19:57.509 INFO E| Downloading crates ... |
| 2335 | 2024-09-21T18:19:58.760Z | [ host-package] Compiling arc-swap v1.7.1 |
| 2336 | 2024-09-21T18:19:58.798Z | [ helios-setup] Sep 21 18:19:57.607 INFO E| Downloaded cpufeatures v0.2.5 |
| 2337 | 2024-09-21T18:19:58.801Z | [ helios-setup] Sep 21 18:19:57.610 INFO E| Downloaded typenum v1.15.0 |
| 2338 | 2024-09-21T18:19:58.805Z | [ helios-setup] Sep 21 18:19:57.614 INFO E| Downloaded digest v0.10.3 |
| 2339 | 2024-09-21T18:19:58.809Z | [ helios-setup] Sep 21 18:19:57.618 INFO E| Downloaded sha2 v0.10.5 |
| 2340 | 2024-09-21T18:19:58.812Z | [ helios-setup] Sep 21 18:19:57.621 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2341 | 2024-09-21T18:19:58.816Z | [ helios-setup] Sep 21 18:19:57.625 INFO E| Downloaded bytes v1.2.1 |
| 2342 | 2024-09-21T18:19:58.822Z | [ helios-setup] Sep 21 18:19:57.631 INFO E| Downloaded generic-array v0.14.6 |
| 2343 | 2024-09-21T18:19:58.825Z | [ helios-setup] Sep 21 18:19:57.634 INFO E| Downloaded flate2 v1.0.25 |
| 2344 | 2024-09-21T18:19:58.831Z | [ helios-setup] Sep 21 18:19:57.640 INFO E| Downloaded block-buffer v0.10.3 |
| 2345 | 2024-09-21T18:19:58.834Z | [ helios-setup] Sep 21 18:19:57.642 INFO E| Downloaded anyhow v1.0.62 |
| 2346 | 2024-09-21T18:19:58.957Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2347 | 2024-09-21T18:19:58.979Z | [ helios-setup] Sep 21 18:19:57.775 INFO E| Compiling typenum v1.15.0 |
| 2348 | 2024-09-21T18:19:58.979Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling version_check v0.9.4 |
| 2349 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling cfg-if v1.0.0 |
| 2350 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling crc32fast v1.3.2 |
| 2351 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling anyhow v1.0.62 |
| 2352 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling adler v1.0.2 |
| 2353 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling unicode-width v0.1.10 |
| 2354 | 2024-09-21T18:19:58.982Z | [ helios-setup] Sep 21 18:19:57.776 INFO E| Compiling cpufeatures v0.2.5 |
| 2355 | 2024-09-21T18:19:59.038Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2356 | 2024-09-21T18:19:59.116Z | [ host-package] Compiling diesel_derives v2.2.2 |
| 2357 | 2024-09-21T18:19:59.419Z | [ helios-setup] Sep 21 18:19:58.228 INFO E| Compiling miniz_oxide v0.6.2 |
| 2358 | 2024-09-21T18:19:59.590Z | [ helios-setup] Sep 21 18:19:58.398 INFO E| Compiling bitflags v1.3.2 |
| 2359 | 2024-09-21T18:19:59.720Z | [ helios-setup] Sep 21 18:19:58.529 INFO E| Compiling bytes v1.2.1 |
| 2360 | 2024-09-21T18:19:59.748Z | [ host-package] Compiling slog-scope v4.4.0 |
| 2361 | 2024-09-21T18:19:59.853Z | [ helios-setup] Sep 21 18:19:58.661 INFO E| Compiling getopts v0.2.21 |
| 2362 | 2024-09-21T18:19:59.921Z | [ host-package] Compiling r2d2 v0.8.10 |
| 2363 | 2024-09-21T18:20:00.307Z | [ helios-setup] Sep 21 18:19:59.115 INFO E| Compiling generic-array v0.14.6 |
| 2364 | 2024-09-21T18:20:00.944Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
| 2365 | 2024-09-21T18:20:01.142Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 2366 | 2024-09-21T18:20:01.365Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2367 | 2024-09-21T18:20:01.370Z | [ helios-setup] Sep 21 18:20:00.178 INFO E| Compiling flate2 v1.0.25 |
| 2368 | 2024-09-21T18:20:01.954Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2369 | 2024-09-21T18:20:02.087Z | [ host-package] Compiling ena v0.14.3 |
| 2370 | 2024-09-21T18:20:03.039Z | [ host-package] Compiling libloading v0.8.3 |
| 2371 | 2024-09-21T18:20:03.171Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2372 | 2024-09-21T18:20:03.656Z | [ host-package] Compiling bindgen v0.69.4 |
| 2373 | 2024-09-21T18:20:04.317Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 2374 | 2024-09-21T18:20:05.426Z | [ helios-setup] Sep 21 18:20:04.234 INFO E| Compiling block-buffer v0.10.3 |
| 2375 | 2024-09-21T18:20:05.429Z | [ helios-setup] Sep 21 18:20:04.234 INFO E| Compiling crypto-common v0.1.6 |
| 2376 | 2024-09-21T18:20:05.663Z | [ helios-setup] Sep 21 18:20:04.471 INFO E| Compiling digest v0.10.3 |
| 2377 | 2024-09-21T18:20:06.044Z | [ host-package] Compiling diff v0.1.13 |
| 2378 | 2024-09-21T18:20:06.085Z | [ helios-setup] Sep 21 18:20:04.893 INFO E| Compiling sha2 v0.10.5 |
| 2379 | 2024-09-21T18:20:06.624Z | [ helios-setup] Sep 21 18:20:05.432 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2380 | 2024-09-21T18:20:06.842Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2381 | 2024-09-21T18:20:06.993Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2382 | 2024-09-21T18:20:08.888Z | [ host-package] Compiling lalrpop v0.19.12 |
| 2383 | 2024-09-21T18:20:11.139Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2384 | 2024-09-21T18:20:12.685Z | [ helios-setup] Sep 21 18:20:11.492 INFO E| Finished `release` profile [optimized] target(s) in 14.25s |
| 2385 | 2024-09-21T18:20:12.702Z | [ helios-setup] Sep 21 18:20:11.509 INFO building project "bootserver" ok (14 seconds) |
| 2386 | 2024-09-21T18:20:12.702Z | [ helios-setup] Sep 21 18:20:11.509 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2387 | 2024-09-21T18:20:12.702Z | [ helios-setup] Sep 21 18:20:11.509 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2388 | 2024-09-21T18:20:13.054Z | [ helios-setup] Sep 21 18:20:11.860 INFO E| Compiling adler v1.0.2 |
| 2389 | 2024-09-21T18:20:13.198Z | [ helios-setup] Sep 21 18:20:12.005 INFO E| Compiling miniz_oxide v0.7.2 |
| 2390 | 2024-09-21T18:20:14.647Z | [ host-package] Compiling diesel v2.2.4 |
| 2391 | 2024-09-21T18:20:16.323Z | [ helios-setup] Sep 21 18:20:15.129 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2392 | 2024-09-21T18:20:17.351Z | [ helios-setup] Sep 21 18:20:16.157 INFO E| Finished `release` profile [optimized] target(s) in 4.55s |
| 2393 | 2024-09-21T18:20:17.360Z | [ helios-setup] Sep 21 18:20:16.165 INFO building project "pinprick" ok (4 seconds) |
| 2394 | 2024-09-21T18:20:17.360Z | [ helios-setup] Sep 21 18:20:16.166 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2395 | 2024-09-21T18:20:17.360Z | [ helios-setup] Sep 21 18:20:16.166 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2396 | 2024-09-21T18:20:17.822Z | [ helios-setup] Sep 21 18:20:16.606 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2397 | 2024-09-21T18:20:18.539Z | [ helios-setup] Sep 21 18:20:17.345 INFO E| From https://github.com/jclulow/hiercmd |
| 2398 | 2024-09-21T18:20:18.539Z | [ helios-setup] Sep 21 18:20:17.345 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 2399 | 2024-09-21T18:20:18.560Z | [ helios-setup] Sep 21 18:20:17.366 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 2400 | 2024-09-21T18:20:19.041Z | [ helios-setup] Sep 21 18:20:17.846 INFO E| From https://github.com/jclulow/network-interface |
| 2401 | 2024-09-21T18:20:19.041Z | [ helios-setup] Sep 21 18:20:17.846 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 2402 | 2024-09-21T18:20:19.061Z | [ helios-setup] Sep 21 18:20:17.867 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2403 | 2024-09-21T18:20:19.640Z | [ helios-setup] Sep 21 18:20:18.445 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2404 | 2024-09-21T18:20:19.640Z | [ helios-setup] Sep 21 18:20:18.445 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2405 | 2024-09-21T18:20:19.679Z | [ helios-setup] Sep 21 18:20:18.484 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 2406 | 2024-09-21T18:20:20.534Z | [ helios-setup] Sep 21 18:20:19.340 INFO E| From https://github.com/oxidecomputer/facade |
| 2407 | 2024-09-21T18:20:20.534Z | [ helios-setup] Sep 21 18:20:19.340 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
| 2408 | 2024-09-21T18:20:20.622Z | [ helios-setup] Sep 21 18:20:19.427 INFO E| Updating crates.io index |
| 2409 | 2024-09-21T18:20:21.701Z | [ helios-setup] Sep 21 18:20:20.506 INFO E| Downloading crates ... |
| 2410 | 2024-09-21T18:20:21.914Z | [ helios-setup] Sep 21 18:20:20.719 INFO E| Downloaded concolor-override v1.0.0 |
| 2411 | 2024-09-21T18:20:21.917Z | [ helios-setup] Sep 21 18:20:20.721 INFO E| Downloaded clap_derive v4.2.0 |
| 2412 | 2024-09-21T18:20:21.919Z | [ helios-setup] Sep 21 18:20:20.725 INFO E| Downloaded const-random-macro v0.1.15 |
| 2413 | 2024-09-21T18:20:21.924Z | [ helios-setup] Sep 21 18:20:20.729 INFO E| Downloaded camino v1.1.4 |
| 2414 | 2024-09-21T18:20:21.927Z | [ helios-setup] Sep 21 18:20:20.732 INFO E| Downloaded built v0.6.0 |
| 2415 | 2024-09-21T18:20:21.930Z | [ helios-setup] Sep 21 18:20:20.735 INFO E| Downloaded autocfg v1.1.0 |
| 2416 | 2024-09-21T18:20:21.955Z | [ helios-setup] Sep 21 18:20:20.760 INFO E| Downloaded is-terminal v0.4.7 |
| 2417 | 2024-09-21T18:20:21.957Z | [ helios-setup] Sep 21 18:20:20.762 INFO E| Downloaded unicode-ident v1.0.8 |
| 2418 | 2024-09-21T18:20:21.962Z | [ helios-setup] Sep 21 18:20:20.767 INFO E| Downloaded toml v0.7.3 |
| 2419 | 2024-09-21T18:20:21.994Z | [ helios-setup] Sep 21 18:20:20.799 INFO E| Downloaded want v0.3.0 |
| 2420 | 2024-09-21T18:20:21.997Z | [ helios-setup] Sep 21 18:20:20.802 INFO E| Downloaded toolchain_find v0.2.0 |
| 2421 | 2024-09-21T18:20:21.999Z | [ helios-setup] Sep 21 18:20:20.804 INFO E| Downloaded project-root v0.2.2 |
| 2422 | 2024-09-21T18:20:22.002Z | [ helios-setup] Sep 21 18:20:20.805 INFO E| Downloaded const-random v0.1.15 |
| 2423 | 2024-09-21T18:20:22.002Z | [ helios-setup] Sep 21 18:20:20.807 INFO E| Downloaded httpdate v1.0.2 |
| 2424 | 2024-09-21T18:20:22.004Z | [ helios-setup] Sep 21 18:20:20.809 INFO E| Downloaded time v0.1.45 |
| 2425 | 2024-09-21T18:20:22.006Z | [ helios-setup] Sep 21 18:20:20.811 INFO E| Downloaded thiserror v1.0.38 |
| 2426 | 2024-09-21T18:20:22.014Z | [ helios-setup] Sep 21 18:20:20.819 INFO E| Downloaded strsim v0.10.0 |
| 2427 | 2024-09-21T18:20:22.017Z | [ helios-setup] Sep 21 18:20:20.822 INFO E| Downloaded slog-bunyan v2.4.0 |
| 2428 | 2024-09-21T18:20:22.032Z | [ helios-setup] Sep 21 18:20:20.836 INFO E| Downloaded schemars_derive v0.8.12 |
| 2429 | 2024-09-21T18:20:22.035Z | [ helios-setup] Sep 21 18:20:20.840 INFO E| Downloaded smawk v0.3.1 |
| 2430 | 2024-09-21T18:20:22.037Z | [ helios-setup] Sep 21 18:20:20.843 INFO E| Downloaded clap v4.2.1 |
| 2431 | 2024-09-21T18:20:22.054Z | [ helios-setup] Sep 21 18:20:20.859 INFO E| Downloaded slog-async v2.7.0 |
| 2432 | 2024-09-21T18:20:22.057Z | [ helios-setup] Sep 21 18:20:20.862 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 2433 | 2024-09-21T18:20:22.060Z | [ helios-setup] Sep 21 18:20:20.866 INFO E| Downloaded futures-sink v0.3.28 |
| 2434 | 2024-09-21T18:20:22.063Z | [ helios-setup] Sep 21 18:20:20.868 INFO E| Downloaded smartstring v1.0.1 |
| 2435 | 2024-09-21T18:20:22.067Z | [ helios-setup] Sep 21 18:20:20.872 INFO E| Downloaded memoffset v0.7.1 |
| 2436 | 2024-09-21T18:20:22.069Z | [ helios-setup] Sep 21 18:20:20.875 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 2437 | 2024-09-21T18:20:22.073Z | [ helios-setup] Sep 21 18:20:20.878 INFO E| Downloaded num_enum v0.5.7 |
| 2438 | 2024-09-21T18:20:22.081Z | [ helios-setup] Sep 21 18:20:20.886 INFO E| Downloaded tempfile v3.5.0 |
| 2439 | 2024-09-21T18:20:22.086Z | [ helios-setup] Sep 21 18:20:20.891 INFO E| Downloaded serde_derive v1.0.204 |
| 2440 | 2024-09-21T18:20:22.091Z | [ helios-setup] Sep 21 18:20:20.896 INFO E| Downloaded crossbeam-epoch v0.9.13 |
| 2441 | 2024-09-21T18:20:22.096Z | [ helios-setup] Sep 21 18:20:20.901 INFO E| Downloaded tungstenite v0.18.0 |
| 2442 | 2024-09-21T18:20:22.102Z | [ helios-setup] Sep 21 18:20:20.907 INFO E| Downloaded schemars v0.8.12 |
| 2443 | 2024-09-21T18:20:22.124Z | [ helios-setup] Sep 21 18:20:20.928 INFO E| Downloaded serde_yaml v0.9.21 |
| 2444 | 2024-09-21T18:20:22.129Z | [ helios-setup] Sep 21 18:20:20.934 INFO E| Downloaded tracing v0.1.37 |
| 2445 | 2024-09-21T18:20:22.145Z | [ helios-setup] Sep 21 18:20:20.950 INFO E| Downloaded sct v0.7.0 |
| 2446 | 2024-09-21T18:20:22.152Z | [ helios-setup] Sep 21 18:20:20.956 INFO E| Downloaded serde_json v1.0.95 |
| 2447 | 2024-09-21T18:20:22.162Z | [ helios-setup] Sep 21 18:20:20.967 INFO E| Downloaded ryu v1.0.13 |
| 2448 | 2024-09-21T18:20:22.167Z | [ helios-setup] Sep 21 18:20:20.972 INFO E| Downloaded socket2 v0.4.9 |
| 2449 | 2024-09-21T18:20:22.170Z | [ helios-setup] Sep 21 18:20:20.975 INFO E| Downloaded memchr v2.5.0 |
| 2450 | 2024-09-21T18:20:22.177Z | [ helios-setup] Sep 21 18:20:20.982 INFO E| Downloaded futures v0.3.28 |
| 2451 | 2024-09-21T18:20:22.187Z | [ helios-setup] Sep 21 18:20:20.992 INFO E| Downloaded syn v2.0.72 |
| 2452 | 2024-09-21T18:20:22.209Z | [ helios-setup] Sep 21 18:20:21.014 INFO E| Downloaded aho-corasick v0.7.20 |
| 2453 | 2024-09-21T18:20:22.215Z | [ helios-setup] Sep 21 18:20:21.020 INFO E| Downloaded rayon-core v1.10.2 |
| 2454 | 2024-09-21T18:20:22.222Z | [ helios-setup] Sep 21 18:20:21.027 INFO E| Downloaded tokio v1.27.0 |
| 2455 | 2024-09-21T18:20:22.277Z | [ helios-setup] Sep 21 18:20:21.082 INFO E| Downloaded serde v1.0.204 |
| 2456 | 2024-09-21T18:20:22.282Z | [ helios-setup] Sep 21 18:20:21.087 INFO E| Downloaded pest v2.5.7 |
| 2457 | 2024-09-21T18:20:22.290Z | [ helios-setup] Sep 21 18:20:21.095 INFO E| Downloaded mio v0.8.5 |
| 2458 | 2024-09-21T18:20:22.300Z | [ helios-setup] Sep 21 18:20:21.105 INFO E| Downloaded http v0.2.9 |
| 2459 | 2024-09-21T18:20:22.306Z | [ helios-setup] Sep 21 18:20:21.111 INFO E| Downloaded h2 v0.3.16 |
| 2460 | 2024-09-21T18:20:22.317Z | [ helios-setup] Sep 21 18:20:21.122 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 2461 | 2024-09-21T18:20:22.324Z | [ helios-setup] Sep 21 18:20:21.129 INFO E| Downloaded syn v1.0.107 |
| 2462 | 2024-09-21T18:20:22.341Z | [ helios-setup] Sep 21 18:20:21.146 INFO E| Downloaded futures-util v0.3.28 |
| 2463 | 2024-09-21T18:20:22.361Z | [ helios-setup] Sep 21 18:20:21.166 INFO E| Downloaded reqwest v0.11.16 |
| 2464 | 2024-09-21T18:20:22.373Z | [ helios-setup] Sep 21 18:20:21.178 INFO E| Downloaded chrono v0.4.24 |
| 2465 | 2024-09-21T18:20:22.385Z | [ helios-setup] Sep 21 18:20:21.190 INFO E| Downloaded git2 v0.16.1 |
| 2466 | 2024-09-21T18:20:22.400Z | [ helios-setup] Sep 21 18:20:21.205 INFO E| Downloaded rayon v1.6.1 |
| 2467 | 2024-09-21T18:20:22.415Z | [ helios-setup] Sep 21 18:20:21.220 INFO E| Downloaded regex v1.7.3 |
| 2468 | 2024-09-21T18:20:22.428Z | [ helios-setup] Sep 21 18:20:21.233 INFO E| Downloaded rustls v0.21.0 |
| 2469 | 2024-09-21T18:20:22.447Z | [ helios-setup] Sep 21 18:20:21.252 INFO E| Downloaded regress v0.5.0 |
| 2470 | 2024-09-21T18:20:22.458Z | [ helios-setup] Sep 21 18:20:21.263 INFO E| Downloaded rustix v0.37.3 |
| 2471 | 2024-09-21T18:20:22.489Z | [ helios-setup] Sep 21 18:20:21.294 INFO E| Downloaded rhai v1.14.0 |
| 2472 | 2024-09-21T18:20:22.532Z | [ helios-setup] Sep 21 18:20:21.336 INFO E| Downloaded openapiv3 v1.0.2 |
| 2473 | 2024-09-21T18:20:22.550Z | [ helios-setup] Sep 21 18:20:21.355 INFO E| Downloaded hyper v0.14.25 |
| 2474 | 2024-09-21T18:20:22.563Z | [ helios-setup] Sep 21 18:20:21.368 INFO E| Downloaded clap_builder v4.2.1 |
| 2475 | 2024-09-21T18:20:22.573Z | [ helios-setup] Sep 21 18:20:21.378 INFO E| Downloaded bytes v1.4.0 |
| 2476 | 2024-09-21T18:20:22.580Z | [ helios-setup] Sep 21 18:20:21.385 INFO E| Downloaded libc v0.2.139 |
| 2477 | 2024-09-21T18:20:22.620Z | [ helios-setup] Sep 21 18:20:21.425 INFO E| Downloaded base64 v0.21.0 |
| 2478 | 2024-09-21T18:20:22.626Z | [ helios-setup] Sep 21 18:20:21.431 INFO E| Downloaded rustls-webpki v0.100.1 |
| 2479 | 2024-09-21T18:20:22.636Z | [ helios-setup] Sep 21 18:20:21.441 INFO E| Downloaded parking_lot v0.12.1 |
| 2480 | 2024-09-21T18:20:22.639Z | [ helios-setup] Sep 21 18:20:21.444 INFO E| Downloaded rhai_codegen v1.5.0 |
| 2481 | 2024-09-21T18:20:22.662Z | [ helios-setup] Sep 21 18:20:21.467 INFO E| Downloaded pin-project-lite v0.2.9 |
| 2482 | 2024-09-21T18:20:22.670Z | [ helios-setup] Sep 21 18:20:21.475 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 2483 | 2024-09-21T18:20:22.675Z | [ helios-setup] Sep 21 18:20:21.480 INFO E| Downloaded anyhow v1.0.68 |
| 2484 | 2024-09-21T18:20:22.681Z | [ helios-setup] Sep 21 18:20:21.486 INFO E| Downloaded winnow v0.4.1 |
| 2485 | 2024-09-21T18:20:22.696Z | [ helios-setup] Sep 21 18:20:21.501 INFO E| Downloaded unicode-normalization v0.1.22 |
| 2486 | 2024-09-21T18:20:22.702Z | [ helios-setup] Sep 21 18:20:21.507 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 2487 | 2024-09-21T18:20:22.705Z | [ helios-setup] Sep 21 18:20:21.510 INFO E| Downloaded tokio-util v0.7.7 |
| 2488 | 2024-09-21T18:20:22.715Z | [ helios-setup] Sep 21 18:20:21.520 INFO E| Downloaded num-traits v0.2.15 |
| 2489 | 2024-09-21T18:20:22.720Z | [ helios-setup] Sep 21 18:20:21.525 INFO E| Downloaded cc v1.0.78 |
| 2490 | 2024-09-21T18:20:22.724Z | [ helios-setup] Sep 21 18:20:21.529 INFO E| Downloaded ahash v0.8.3 |
| 2491 | 2024-09-21T18:20:22.728Z | [ helios-setup] Sep 21 18:20:21.533 INFO E| Downloaded toml_edit v0.19.8 |
| 2492 | 2024-09-21T18:20:22.771Z | [ helios-setup] Sep 21 18:20:21.576 INFO E| Downloaded encoding_rs v0.8.32 |
| 2493 | 2024-09-21T18:20:22.808Z | [ helios-setup] Sep 21 18:20:21.613 INFO E| Downloaded textwrap v0.16.0 |
| 2494 | 2024-09-21T18:20:22.812Z | [ helios-setup] Sep 21 18:20:21.617 INFO E| Downloaded semver v0.11.0 |
| 2495 | 2024-09-21T18:20:22.814Z | [ helios-setup] Sep 21 18:20:21.619 INFO E| Downloaded parking_lot_core v0.9.6 |
| 2496 | 2024-09-21T18:20:22.820Z | [ helios-setup] Sep 21 18:20:21.623 INFO E| Downloaded log v0.4.17 |
| 2497 | 2024-09-21T18:20:22.823Z | [ helios-setup] Sep 21 18:20:21.627 INFO E| Downloaded ipnet v2.7.2 |
| 2498 | 2024-09-21T18:20:22.825Z | [ helios-setup] Sep 21 18:20:21.630 INFO E| Downloaded home v0.5.4 |
| 2499 | 2024-09-21T18:20:22.827Z | [ helios-setup] Sep 21 18:20:21.632 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 2500 | 2024-09-21T18:20:22.942Z | [ helios-setup] Sep 21 18:20:21.746 INFO E| Downloaded uuid v1.3.0 |
| 2501 | 2024-09-21T18:20:22.958Z | [ helios-setup] Sep 21 18:20:21.763 INFO E| Downloaded url v2.3.1 |
| 2502 | 2024-09-21T18:20:22.963Z | [ helios-setup] Sep 21 18:20:21.768 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 2503 | 2024-09-21T18:20:22.968Z | [ helios-setup] Sep 21 18:20:21.773 INFO E| Downloaded unicode-bidi v0.3.13 |
| 2504 | 2024-09-21T18:20:22.972Z | [ helios-setup] Sep 21 18:20:21.777 INFO E| Downloaded tracing-core v0.1.30 |
| 2505 | 2024-09-21T18:20:22.976Z | [ helios-setup] Sep 21 18:20:21.781 INFO E| Downloaded crossbeam-deque v0.8.2 |
| 2506 | 2024-09-21T18:20:22.979Z | [ helios-setup] Sep 21 18:20:21.784 INFO E| Downloaded async-trait v0.1.68 |
| 2507 | 2024-09-21T18:20:22.984Z | [ helios-setup] Sep 21 18:20:21.789 INFO E| Downloaded concolor-query v0.3.3 |
| 2508 | 2024-09-21T18:20:22.986Z | [ helios-setup] Sep 21 18:20:21.790 INFO E| Downloaded libz-sys v1.1.8 |
| 2509 | 2024-09-21T18:20:23.141Z | [ helios-setup] Sep 21 18:20:21.945 INFO E| Downloaded bincode v1.3.3 |
| 2510 | 2024-09-21T18:20:23.144Z | [ helios-setup] Sep 21 18:20:21.948 INFO E| Downloaded semver v1.0.17 |
| 2511 | 2024-09-21T18:20:23.147Z | [ helios-setup] Sep 21 18:20:21.952 INFO E| Downloaded cargo-lock v8.0.3 |
| 2512 | 2024-09-21T18:20:23.151Z | [ helios-setup] Sep 21 18:20:21.956 INFO E| Downloaded anstyle-parse v0.1.1 |
| 2513 | 2024-09-21T18:20:23.154Z | [ helios-setup] Sep 21 18:20:21.958 INFO E| Downloaded semver-parser v0.10.2 |
| 2514 | 2024-09-21T18:20:23.156Z | [ helios-setup] Sep 21 18:20:21.961 INFO E| Downloaded once_cell v1.17.0 |
| 2515 | 2024-09-21T18:20:23.159Z | [ helios-setup] Sep 21 18:20:21.964 INFO E| Downloaded smallvec v1.10.0 |
| 2516 | 2024-09-21T18:20:23.161Z | [ helios-setup] Sep 21 18:20:21.966 INFO E| Downloaded ucd-trie v0.1.5 |
| 2517 | 2024-09-21T18:20:23.163Z | [ helios-setup] Sep 21 18:20:21.968 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 2518 | 2024-09-21T18:20:23.166Z | [ helios-setup] Sep 21 18:20:21.970 INFO E| Downloaded tokio-macros v2.0.0 |
| 2519 | 2024-09-21T18:20:23.168Z | [ helios-setup] Sep 21 18:20:21.972 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 2520 | 2024-09-21T18:20:23.168Z | [ helios-setup] Sep 21 18:20:21.973 INFO E| Downloaded percent-encoding v2.2.0 |
| 2521 | 2024-09-21T18:20:23.171Z | [ helios-setup] Sep 21 18:20:21.974 INFO E| Downloaded itoa v1.0.6 |
| 2522 | 2024-09-21T18:20:23.174Z | [ helios-setup] Sep 21 18:20:21.976 INFO E| Downloaded http-body v0.4.5 |
| 2523 | 2024-09-21T18:20:23.174Z | [ helios-setup] Sep 21 18:20:21.978 INFO E| Downloaded tokio-rustls v0.24.0 |
| 2524 | 2024-09-21T18:20:23.180Z | [ helios-setup] Sep 21 18:20:21.981 INFO E| Downloaded num-integer v0.1.45 |
| 2525 | 2024-09-21T18:20:23.180Z | [ helios-setup] Sep 21 18:20:21.983 INFO E| Downloaded lazy_static v1.4.0 |
| 2526 | 2024-09-21T18:20:23.184Z | [ helios-setup] Sep 21 18:20:21.985 INFO E| Downloaded iana-time-zone v0.1.56 |
| 2527 | 2024-09-21T18:20:23.185Z | [ helios-setup] Sep 21 18:20:21.989 INFO E| Downloaded futures-io v0.3.28 |
| 2528 | 2024-09-21T18:20:23.187Z | [ helios-setup] Sep 21 18:20:21.990 INFO E| Downloaded futures-core v0.3.28 |
| 2529 | 2024-09-21T18:20:23.189Z | [ helios-setup] Sep 21 18:20:21.992 INFO E| Downloaded fastrand v1.9.0 |
| 2530 | 2024-09-21T18:20:23.189Z | [ helios-setup] Sep 21 18:20:21.994 INFO E| Downloaded either v1.8.0 |
| 2531 | 2024-09-21T18:20:23.193Z | [ helios-setup] Sep 21 18:20:21.996 INFO E| Downloaded clap_lex v0.4.1 |
| 2532 | 2024-09-21T18:20:23.193Z | [ helios-setup] Sep 21 18:20:21.998 INFO E| Downloaded byteorder v1.4.3 |
| 2533 | 2024-09-21T18:20:23.196Z | [ helios-setup] Sep 21 18:20:22.001 INFO E| Downloaded anstyle v0.3.5 |
| 2534 | 2024-09-21T18:20:23.199Z | [ helios-setup] Sep 21 18:20:22.003 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 2535 | 2024-09-21T18:20:23.201Z | [ helios-setup] Sep 21 18:20:22.005 INFO E| Downloaded sha2 v0.10.6 |
| 2536 | 2024-09-21T18:20:23.204Z | [ helios-setup] Sep 21 18:20:22.008 INFO E| Downloaded slab v0.4.7 |
| 2537 | 2024-09-21T18:20:23.207Z | [ helios-setup] Sep 21 18:20:22.010 INFO E| Downloaded sha1 v0.10.5 |
| 2538 | 2024-09-21T18:20:23.209Z | [ helios-setup] Sep 21 18:20:22.012 INFO E| Downloaded serde_tokenstream v0.2.0 |
| 2539 | 2024-09-21T18:20:23.213Z | [ helios-setup] Sep 21 18:20:22.017 INFO E| Downloaded serde_spanned v0.6.1 |
| 2540 | 2024-09-21T18:20:23.215Z | [ helios-setup] Sep 21 18:20:22.019 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 2541 | 2024-09-21T18:20:23.218Z | [ helios-setup] Sep 21 18:20:22.022 INFO E| Downloaded toml_datetime v0.6.1 |
| 2542 | 2024-09-21T18:20:23.220Z | [ helios-setup] Sep 21 18:20:22.023 INFO E| Downloaded thiserror-impl v1.0.38 |
| 2543 | 2024-09-21T18:20:23.220Z | [ helios-setup] Sep 21 18:20:22.025 INFO E| Downloaded lock_api v0.4.9 |
| 2544 | 2024-09-21T18:20:23.223Z | [ helios-setup] Sep 21 18:20:22.027 INFO E| Downloaded io-lifetimes v1.0.10 |
| 2545 | 2024-09-21T18:20:23.227Z | [ helios-setup] Sep 21 18:20:22.031 INFO E| Downloaded getrandom v0.2.8 |
| 2546 | 2024-09-21T18:20:23.230Z | [ helios-setup] Sep 21 18:20:22.035 INFO E| Downloaded futures-channel v0.3.28 |
| 2547 | 2024-09-21T18:20:23.233Z | [ helios-setup] Sep 21 18:20:22.038 INFO E| Downloaded anstream v0.2.6 |
| 2548 | 2024-09-21T18:20:23.237Z | [ helios-setup] Sep 21 18:20:22.042 INFO E| Downloaded ahash v0.7.6 |
| 2549 | 2024-09-21T18:20:23.241Z | [ helios-setup] Sep 21 18:20:22.046 INFO E| Downloaded num_enum_derive v0.5.7 |
| 2550 | 2024-09-21T18:20:23.243Z | [ helios-setup] Sep 21 18:20:22.047 INFO E| Downloaded num_cpus v1.15.0 |
| 2551 | 2024-09-21T18:20:23.247Z | [ helios-setup] Sep 21 18:20:22.052 INFO E| Downloaded terminal_size v0.2.6 |
| 2552 | 2024-09-21T18:20:24.252Z | [ helios-setup] Sep 21 18:20:22.054 INFO E| Downloaded try-lock v0.2.4 |
| 2553 | 2024-09-21T18:20:24.254Z | [ helios-setup] Sep 21 18:20:22.055 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 2554 | 2024-09-21T18:20:24.254Z | [ helios-setup] Sep 21 18:20:22.057 INFO E| Downloaded paste v1.0.12 |
| 2555 | 2024-09-21T18:20:24.254Z | [ helios-setup] Sep 21 18:20:22.062 INFO E| Downloaded scopeguard v1.1.0 |
| 2556 | 2024-09-21T18:20:24.254Z | [ helios-setup] Sep 21 18:20:22.064 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 2557 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.067 INFO E| Downloaded pkg-config v0.3.26 |
| 2558 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.070 INFO E| Downloaded jobserver v0.1.26 |
| 2559 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.073 INFO E| Downloaded futures-task v0.3.28 |
| 2560 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.075 INFO E| Downloaded futures-macro v0.3.28 |
| 2561 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.076 INFO E| Downloaded futures-executor v0.3.28 |
| 2562 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.079 INFO E| Downloaded form_urlencoded v1.1.0 |
| 2563 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.080 INFO E| Downloaded digest v0.10.6 |
| 2564 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.083 INFO E| Downloaded dyn-clone v1.0.11 |
| 2565 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling proc-macro2 v1.0.86 |
| 2566 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling libc v0.2.139 |
| 2567 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling unicode-ident v1.0.8 |
| 2568 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling autocfg v1.1.0 |
| 2569 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling cfg-if v1.0.0 |
| 2570 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling version_check v0.9.4 |
| 2571 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling serde v1.0.204 |
| 2572 | 2024-09-21T18:20:24.255Z | [ helios-setup] Sep 21 18:20:22.493 INFO E| Compiling syn v1.0.107 |
| 2573 | 2024-09-21T18:20:24.255Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 2574 | 2024-09-21T18:20:24.363Z | [ helios-setup] Sep 21 18:20:23.168 INFO E| Compiling memchr v2.5.0 |
| 2575 | 2024-09-21T18:20:24.890Z | [ helios-setup] Sep 21 18:20:23.694 INFO E| Compiling once_cell v1.17.0 |
| 2576 | 2024-09-21T18:20:24.933Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2577 | 2024-09-21T18:20:25.148Z | [ helios-setup] Sep 21 18:20:23.952 INFO E| Compiling log v0.4.17 |
| 2578 | 2024-09-21T18:20:25.341Z | [ host-package] Compiling which v4.4.2 |
| 2579 | 2024-09-21T18:20:25.378Z | [ helios-setup] Sep 21 18:20:24.183 INFO E| Compiling thiserror v1.0.38 |
| 2580 | 2024-09-21T18:20:25.976Z | [ helios-setup] Sep 21 18:20:24.780 INFO E| Compiling serde_json v1.0.95 |
| 2581 | 2024-09-21T18:20:26.233Z | [ helios-setup] Sep 21 18:20:25.037 INFO E| Compiling itoa v1.0.6 |
| 2582 | 2024-09-21T18:20:26.252Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2583 | 2024-09-21T18:20:27.095Z | [ helios-setup] Sep 21 18:20:25.899 INFO E| Compiling quote v1.0.36 |
| 2584 | 2024-09-21T18:20:27.225Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2585 | 2024-09-21T18:20:27.424Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2586 | 2024-09-21T18:20:27.510Z | [ helios-setup] Sep 21 18:20:26.314 INFO E| Compiling indexmap v1.9.3 |
| 2587 | 2024-09-21T18:20:27.917Z | [ helios-setup] Sep 21 18:20:26.721 INFO E| Compiling syn v2.0.72 |
| 2588 | 2024-09-21T18:20:27.946Z | [ host-package] Compiling cexpr v0.6.0 |
| 2589 | 2024-09-21T18:20:28.239Z | [ helios-setup] Sep 21 18:20:27.043 INFO E| Compiling getrandom v0.2.8 |
| 2590 | 2024-09-21T18:20:28.446Z | [ helios-setup] Sep 21 18:20:27.250 INFO E| Compiling scopeguard v1.1.0 |
| 2591 | 2024-09-21T18:20:28.543Z | [ host-package] Compiling aead v0.5.2 |
| 2592 | 2024-09-21T18:20:28.555Z | [ helios-setup] Sep 21 18:20:27.359 INFO E| Compiling pin-project-lite v0.2.9 |
| 2593 | 2024-09-21T18:20:28.885Z | [ helios-setup] Sep 21 18:20:27.688 INFO E| Compiling jobserver v0.1.26 |
| 2594 | 2024-09-21T18:20:29.157Z | [ helios-setup] Sep 21 18:20:27.961 INFO E| Compiling num-integer v0.1.45 |
| 2595 | 2024-09-21T18:20:29.225Z | [ helios-setup] Sep 21 18:20:28.029 INFO E| Compiling bytes v1.4.0 |
| 2596 | 2024-09-21T18:20:29.412Z | [ host-package] Compiling lazycell v1.3.0 |
| 2597 | 2024-09-21T18:20:29.526Z | [ helios-setup] Sep 21 18:20:28.330 INFO E| Compiling futures-core v0.3.28 |
| 2598 | 2024-09-21T18:20:29.822Z | [ helios-setup] Sep 21 18:20:28.625 INFO E| Compiling cc v1.0.78 |
| 2599 | 2024-09-21T18:20:29.944Z | [ host-package] Compiling ref-cast v1.0.23 |
| 2600 | 2024-09-21T18:20:30.253Z | [ helios-setup] Sep 21 18:20:29.057 INFO E| Compiling ryu v1.0.13 |
| 2601 | 2024-09-21T18:20:31.056Z | [ host-package] Compiling rustc-hash v1.1.0 |
| 2602 | 2024-09-21T18:20:31.543Z | [ host-package] Compiling shlex v1.3.0 |
| 2603 | 2024-09-21T18:20:31.557Z | [ helios-setup] Sep 21 18:20:30.361 INFO E| Compiling lock_api v0.4.9 |
| 2604 | 2024-09-21T18:20:31.589Z | [ helios-setup] Sep 21 18:20:30.393 INFO E| Compiling bitflags v1.3.2 |
| 2605 | 2024-09-21T18:20:31.783Z | [ helios-setup] Sep 21 18:20:30.587 INFO E| Compiling parking_lot_core v0.9.6 |
| 2606 | 2024-09-21T18:20:31.786Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2607 | 2024-09-21T18:20:32.185Z | [ helios-setup] Sep 21 18:20:30.988 INFO E| Compiling typenum v1.16.0 |
| 2608 | 2024-09-21T18:20:32.211Z | [ helios-setup] Sep 21 18:20:31.015 INFO E| Compiling num_cpus v1.15.0 |
| 2609 | 2024-09-21T18:20:32.518Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 2610 | 2024-09-21T18:20:32.930Z | [ helios-setup] Sep 21 18:20:31.734 INFO E| Compiling slab v0.4.7 |
| 2611 | 2024-09-21T18:20:33.050Z | [ helios-setup] Sep 21 18:20:31.854 INFO E| Compiling generic-array v0.14.6 |
| 2612 | 2024-09-21T18:20:33.116Z | [ helios-setup] Sep 21 18:20:31.911 INFO E| Compiling futures-channel v0.3.28 |
| 2613 | 2024-09-21T18:20:33.355Z | [ helios-setup] Sep 21 18:20:32.158 INFO E| Compiling futures-sink v0.3.28 |
| 2614 | 2024-09-21T18:20:33.725Z | [ helios-setup] Sep 21 18:20:32.528 INFO E| Compiling futures-task v0.3.28 |
| 2615 | 2024-09-21T18:20:34.159Z | [ helios-setup] Sep 21 18:20:32.962 INFO E| Compiling tokio v1.27.0 |
| 2616 | 2024-09-21T18:20:34.202Z | [ helios-setup] Sep 21 18:20:33.005 INFO E| Compiling futures-util v0.3.28 |
| 2617 | 2024-09-21T18:20:34.521Z | [ helios-setup] Sep 21 18:20:33.324 INFO E| Compiling schemars v0.8.12 |
| 2618 | 2024-09-21T18:20:35.434Z | [ helios-setup] Sep 21 18:20:34.237 INFO E| Compiling signal-hook-registry v1.4.0 |
| 2619 | 2024-09-21T18:20:35.551Z | [ helios-setup] Sep 21 18:20:34.354 INFO E| Compiling mio v0.8.5 |
| 2620 | 2024-09-21T18:20:35.731Z | [ helios-setup] Sep 21 18:20:34.534 INFO E| Compiling socket2 v0.4.9 |
| 2621 | 2024-09-21T18:20:36.144Z | [ helios-setup] Sep 21 18:20:34.947 INFO E| Compiling num-traits v0.2.15 |
| 2622 | 2024-09-21T18:20:36.263Z | [ helios-setup] Sep 21 18:20:35.066 INFO E| Compiling ahash v0.7.6 |
| 2623 | 2024-09-21T18:20:37.284Z | [ helios-setup] Sep 21 18:20:36.086 INFO E| Compiling io-lifetimes v1.0.10 |
| 2624 | 2024-09-21T18:20:37.298Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2625 | 2024-09-21T18:20:37.595Z | [ helios-setup] Sep 21 18:20:36.397 INFO E| Compiling pin-utils v0.1.0 |
| 2626 | 2024-09-21T18:20:37.977Z | [ helios-setup] Sep 21 18:20:36.779 INFO E| Compiling futures-io v0.3.28 |
| 2627 | 2024-09-21T18:20:38.234Z | [ helios-setup] Sep 21 18:20:37.037 INFO E| Compiling crunchy v0.2.2 |
| 2628 | 2024-09-21T18:20:39.411Z | [ helios-setup] Sep 21 18:20:38.214 INFO E| Compiling serde_derive_internals v0.26.0 |
| 2629 | 2024-09-21T18:20:39.769Z | [ helios-setup] Sep 21 18:20:38.571 INFO E| Compiling ahash v0.8.3 |
| 2630 | 2024-09-21T18:20:40.306Z | [ helios-setup] Sep 21 18:20:39.108 INFO E| Compiling hashbrown v0.12.3 |
| 2631 | 2024-09-21T18:20:40.420Z | [ helios-setup] Sep 21 18:20:39.222 INFO E| Compiling tiny-keccak v2.0.2 |
| 2632 | 2024-09-21T18:20:40.588Z | [ helios-setup] Sep 21 18:20:39.390 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 2633 | 2024-09-21T18:20:40.751Z | [ helios-setup] Sep 21 18:20:39.553 INFO E| Compiling rustix v0.37.3 |
| 2634 | 2024-09-21T18:20:41.403Z | [ helios-setup] Sep 21 18:20:40.204 INFO E| Compiling block-buffer v0.10.3 |
| 2635 | 2024-09-21T18:20:41.923Z | [ helios-setup] Sep 21 18:20:40.725 INFO E| Compiling crypto-common v0.1.6 |
| 2636 | 2024-09-21T18:20:43.071Z | [ helios-setup] Sep 21 18:20:41.873 INFO E| Compiling errno v0.3.1 |
| 2637 | 2024-09-21T18:20:43.322Z | [ helios-setup] Sep 21 18:20:42.123 INFO E| Compiling pkg-config v0.3.26 |
| 2638 | 2024-09-21T18:20:43.637Z | [ helios-setup] Sep 21 18:20:42.439 INFO E| Compiling slog v2.7.0 |
| 2639 | 2024-09-21T18:20:43.809Z | [ helios-setup] Sep 21 18:20:42.611 INFO E| Compiling fnv v1.0.7 |
| 2640 | 2024-09-21T18:20:43.916Z | [ helios-setup] Sep 21 18:20:42.717 INFO E| Compiling crossbeam-utils v0.8.14 |
| 2641 | 2024-09-21T18:20:44.532Z | [ helios-setup] Sep 21 18:20:43.333 INFO E| Compiling http v0.2.9 |
| 2642 | 2024-09-21T18:20:45.656Z | [ helios-setup] Sep 21 18:20:44.457 INFO E| Compiling digest v0.10.6 |
| 2643 | 2024-09-21T18:20:46.442Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2644 | 2024-09-21T18:20:47.270Z | [ host-package] Compiling derive_builder_core v0.20.0 |
| 2645 | 2024-09-21T18:20:47.351Z | [ helios-setup] Sep 21 18:20:46.152 INFO E| Compiling aho-corasick v0.7.20 |
| 2646 | 2024-09-21T18:20:47.452Z | [ helios-setup] Sep 21 18:20:46.253 INFO E| Compiling tinyvec_macros v0.1.1 |
| 2647 | 2024-09-21T18:20:47.664Z | [ helios-setup] Sep 21 18:20:46.465 INFO E| Compiling httparse v1.8.0 |
| 2648 | 2024-09-21T18:20:47.687Z | [ host-package] Compiling headers-core v0.2.0 |
| 2649 | 2024-09-21T18:20:47.825Z | [ helios-setup] Sep 21 18:20:46.625 INFO E| Compiling cpufeatures v0.2.5 |
| 2650 | 2024-09-21T18:20:48.048Z | [ host-package] Compiling fxhash v0.2.1 |
| 2651 | 2024-09-21T18:20:48.248Z | [ helios-setup] Sep 21 18:20:47.049 INFO E| Compiling anyhow v1.0.68 |
| 2652 | 2024-09-21T18:20:48.724Z | [ helios-setup] Sep 21 18:20:47.524 INFO E| Compiling regex-syntax v0.6.29 |
| 2653 | 2024-09-21T18:20:48.895Z | [ host-package] Compiling libxml v0.3.3 |
| 2654 | 2024-09-21T18:20:49.283Z | [ host-package] Compiling polar-core v0.27.3 |
| 2655 | 2024-09-21T18:20:49.383Z | [ helios-setup] Sep 21 18:20:48.184 INFO E| Compiling thiserror-impl v1.0.38 |
| 2656 | 2024-09-21T18:20:49.600Z | [ helios-setup] Sep 21 18:20:48.400 INFO E| Compiling schemars_derive v0.8.12 |
| 2657 | 2024-09-21T18:20:50.075Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
| 2658 | 2024-09-21T18:20:50.720Z | [ helios-setup] Sep 21 18:20:49.520 INFO E| Compiling percent-encoding v2.2.0 |
| 2659 | 2024-09-21T18:20:50.733Z | [ host-package] Compiling headers v0.3.9 |
| 2660 | 2024-09-21T18:20:50.795Z | [ helios-setup] Sep 21 18:20:49.595 INFO E| Compiling heck v0.4.1 |
| 2661 | 2024-09-21T18:20:51.073Z | [ helios-setup] Sep 21 18:20:49.874 INFO E| Compiling serde_derive v1.0.204 |
| 2662 | 2024-09-21T18:20:51.100Z | [ helios-setup] Sep 21 18:20:49.900 INFO E| Compiling tokio-macros v2.0.0 |
| 2663 | 2024-09-21T18:20:51.388Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
| 2664 | 2024-09-21T18:20:51.825Z | [ helios-setup] Sep 21 18:20:50.625 INFO E| Compiling futures-macro v0.3.28 |
| 2665 | 2024-09-21T18:20:52.084Z | [ helios-setup] Sep 21 18:20:50.884 INFO E| Compiling unicode-width v0.1.10 |
| 2666 | 2024-09-21T18:20:52.635Z | [ helios-setup] Sep 21 18:20:51.435 INFO E| Compiling form_urlencoded v1.1.0 |
| 2667 | 2024-09-21T18:20:53.384Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2024-09-21T18:20:53.480Z | [ helios-setup] Sep 21 18:20:52.280 INFO E| Compiling tinyvec v1.6.0 |
| 2669 | 2024-09-21T18:20:53.769Z | [ helios-setup] Sep 21 18:20:52.568 INFO E| Compiling const-random-macro v0.1.15 |
| 2670 | 2024-09-21T18:20:55.608Z | [ helios-setup] Sep 21 18:20:54.408 INFO E| Compiling hashbrown v0.13.2 |
| 2671 | 2024-09-21T18:20:55.923Z | [ helios-setup] Sep 21 18:20:54.723 INFO E| Compiling regex v1.7.3 |
| 2672 | 2024-09-21T18:20:56.989Z | [ helios-setup] Sep 21 18:20:55.788 INFO E| Compiling chrono v0.4.24 |
| 2673 | 2024-09-21T18:20:57.713Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2674 | 2024-09-21T18:20:58.460Z | [ helios-setup] Sep 21 18:20:57.259 INFO E| Compiling libz-sys v1.1.8 |
| 2675 | 2024-09-21T18:20:58.757Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2024-09-21T18:20:59.297Z | [ host-package] Compiling strum_macros v0.24.3 |
| 2677 | 2024-09-21T18:20:59.354Z | [ host-package] Compiling samael v0.0.17 |
| 2678 | 2024-09-21T18:21:01.085Z | [ helios-setup] Sep 21 18:20:59.884 INFO E| Compiling uuid v1.3.0 |
| 2679 | 2024-09-21T18:21:01.219Z | [ helios-setup] Sep 21 18:21:00.018 INFO E| Compiling dyn-clone v1.0.11 |
| 2680 | 2024-09-21T18:21:01.438Z | [ helios-setup] Sep 21 18:21:00.236 INFO E| Compiling unicode-normalization v0.1.22 |
| 2681 | 2024-09-21T18:21:01.776Z | [ helios-setup] Sep 21 18:21:00.575 INFO E| Compiling regress v0.5.0 |
| 2682 | 2024-09-21T18:21:01.898Z | [ helios-setup] Sep 21 18:21:00.696 INFO E| Compiling const-random v0.1.15 |
| 2683 | 2024-09-21T18:21:02.793Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 2684 | 2024-09-21T18:21:04.089Z | [ helios-setup] Sep 21 18:21:02.887 INFO E| Compiling getopts v0.2.21 |
| 2685 | 2024-09-21T18:21:04.574Z | [ helios-setup] Sep 21 18:21:03.372 INFO E| Compiling tracing-core v0.1.30 |
| 2686 | 2024-09-21T18:21:04.919Z | [ helios-setup] Sep 21 18:21:03.716 INFO E| Compiling memoffset v0.7.1 |
| 2687 | 2024-09-21T18:21:05.053Z | [ host-package] Compiling dropshot v0.10.1 |
| 2688 | 2024-09-21T18:21:05.057Z | [ helios-setup] Sep 21 18:21:03.855 INFO E| Compiling time-core v0.1.2 |
| 2689 | 2024-09-21T18:21:05.201Z | [ host-package] Compiling unicase v2.7.0 |
| 2690 | 2024-09-21T18:21:05.453Z | [ helios-setup] Sep 21 18:21:04.251 INFO E| Compiling powerfmt v0.2.0 |
| 2691 | 2024-09-21T18:21:05.751Z | [ host-package] Compiling indoc v1.0.9 |
| 2692 | 2024-09-21T18:21:06.155Z | [ helios-setup] Sep 21 18:21:04.953 INFO E| Compiling unicode-bidi v0.3.13 |
| 2693 | 2024-09-21T18:21:06.598Z | [ helios-setup] Sep 21 18:21:05.396 INFO E| Compiling num-conv v0.1.0 |
| 2694 | 2024-09-21T18:21:06.777Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2695 | 2024-09-21T18:21:08.058Z | [ helios-setup] Sep 21 18:21:06.855 INFO E| Compiling ucd-trie v0.1.5 |
| 2696 | 2024-09-21T18:21:08.222Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2697 | 2024-09-21T18:21:09.074Z | [ helios-setup] Sep 21 18:21:07.867 INFO E| Compiling idna v0.3.0 |
| 2698 | 2024-09-21T18:21:09.877Z | [ helios-setup] Sep 21 18:21:08.674 INFO E| Compiling pest v2.5.7 |
| 2699 | 2024-09-21T18:21:11.082Z | [ helios-setup] Sep 21 18:21:09.879 INFO E| Compiling time-macros v0.2.18 |
| 2700 | 2024-09-21T18:21:14.262Z | [ helios-setup] Sep 21 18:21:13.058 INFO E| Compiling deranged v0.3.11 |
| 2701 | 2024-09-21T18:21:14.951Z | [ helios-setup] Sep 21 18:21:13.747 INFO E| Compiling tracing v0.1.37 |
| 2702 | 2024-09-21T18:21:16.609Z | [ helios-setup] Sep 21 18:21:15.405 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 2703 | 2024-09-21T18:21:17.074Z | [ helios-setup] Sep 21 18:21:15.870 INFO E| Compiling time v0.1.45 |
| 2704 | 2024-09-21T18:21:17.759Z | [ helios-setup] Sep 21 18:21:16.554 INFO E| Compiling toml v0.5.11 |
| 2705 | 2024-09-21T18:21:18.013Z | [ helios-setup] Sep 21 18:21:16.809 INFO E| Compiling serde_tokenstream v0.2.0 |
| 2706 | 2024-09-21T18:21:18.208Z | [ host-package] Compiling derive_builder v0.20.0 |
| 2707 | 2024-09-21T18:21:18.342Z | [ helios-setup] Sep 21 18:21:17.137 INFO E| Compiling crossbeam-epoch v0.9.13 |
| 2708 | 2024-09-21T18:21:19.069Z | [ helios-setup] Sep 21 18:21:17.865 INFO E| Compiling smallvec v1.10.0 |
| 2709 | 2024-09-21T18:21:20.410Z | [ helios-setup] Sep 21 18:21:19.205 INFO E| Compiling semver v1.0.17 |
| 2710 | 2024-09-21T18:21:21.406Z | [ helios-setup] Sep 21 18:21:20.201 INFO E| Compiling parking_lot v0.12.1 |
| 2711 | 2024-09-21T18:21:21.985Z | [ helios-setup] Sep 21 18:21:20.780 INFO E| Compiling iana-time-zone v0.1.56 |
| 2712 | 2024-09-21T18:21:23.308Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2713 | 2024-09-21T18:21:23.499Z | [ helios-setup] Sep 21 18:21:22.294 INFO E| Compiling num_threads v0.1.6 |
| 2714 | 2024-09-21T18:21:23.949Z | [ helios-setup] Sep 21 18:21:22.744 INFO E| Compiling time v0.3.36 |
| 2715 | 2024-09-21T18:21:26.372Z | [ helios-setup] Sep 21 18:21:25.166 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2716 | 2024-09-21T18:21:27.982Z | [ helios-setup] Sep 21 18:21:26.776 INFO E| Compiling semver-parser v0.10.2 |
| 2717 | 2024-09-21T18:21:28.234Z | [ host-package] Compiling tungstenite v0.23.0 |
| 2718 | 2024-09-21T18:21:29.685Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2719 | 2024-09-21T18:21:30.319Z | [ host-package] Compiling crossterm v0.28.1 |
| 2720 | 2024-09-21T18:21:31.093Z | [ helios-setup] Sep 21 18:21:29.887 INFO E| Compiling url v2.3.1 |
| 2721 | 2024-09-21T18:21:32.421Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 2722 | 2024-09-21T18:21:32.651Z | [ helios-setup] Sep 21 18:21:31.445 INFO E| Compiling crossbeam-channel v0.5.6 |
| 2723 | 2024-09-21T18:21:35.035Z | [ helios-setup] Sep 21 18:21:33.828 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2724 | 2024-09-21T18:21:36.274Z | [ helios-setup] Sep 21 18:21:35.066 INFO E| Compiling crc32fast v1.3.2 |
| 2725 | 2024-09-21T18:21:37.156Z | [ helios-setup] Sep 21 18:21:35.949 INFO E| Compiling try-lock v0.2.4 |
| 2726 | 2024-09-21T18:21:37.673Z | [ helios-setup] Sep 21 18:21:36.465 INFO E| Compiling same-file v1.0.6 |
| 2727 | 2024-09-21T18:21:38.125Z | [ helios-setup] Sep 21 18:21:36.917 INFO E| Compiling walkdir v2.3.3 |
| 2728 | 2024-09-21T18:21:38.897Z | [ helios-setup] Sep 21 18:21:37.690 INFO E| Compiling want v0.3.0 |
| 2729 | 2024-09-21T18:21:39.335Z | [ helios-setup] Sep 21 18:21:38.128 INFO E| Compiling dirs-next v2.0.0 |
| 2730 | 2024-09-21T18:21:41.450Z | [ helios-setup] Sep 21 18:21:40.242 INFO E| Compiling tokio-util v0.7.7 |
| 2731 | 2024-09-21T18:21:42.066Z | [ helios-setup] Sep 21 18:21:40.858 INFO E| Compiling semver v0.11.0 |
| 2732 | 2024-09-21T18:21:42.860Z | [ host-package] Compiling oso-derive v0.27.3 |
| 2733 | 2024-09-21T18:21:43.959Z | [ helios-setup] Sep 21 18:21:42.751 INFO E| Compiling h2 v0.3.16 |
| 2734 | 2024-09-21T18:21:44.109Z | [ helios-setup] Sep 21 18:21:42.900 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2735 | 2024-09-21T18:21:45.052Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
| 2736 | 2024-09-21T18:21:45.075Z | [ host-package] Compiling libz-sys v1.1.16 |
| 2737 | 2024-09-21T18:21:45.419Z | [ helios-setup] Sep 21 18:21:44.211 INFO E| Compiling proc-macro-crate v1.2.1 |
| 2738 | 2024-09-21T18:21:46.840Z | [ host-package] Compiling quick-xml v0.33.0 |
| 2739 | 2024-09-21T18:21:47.045Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2740 | 2024-09-21T18:21:47.365Z | [ helios-setup] Sep 21 18:21:46.156 INFO E| Compiling futures-executor v0.3.28 |
| 2741 | 2024-09-21T18:21:48.016Z | [ host-package] Compiling cfg_aliases v0.1.1 |
| 2742 | 2024-09-21T18:21:48.395Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 2743 | 2024-09-21T18:21:48.775Z | [ helios-setup] Sep 21 18:21:47.566 INFO E| Compiling http-body v0.4.5 |
| 2744 | 2024-09-21T18:21:49.603Z | [ host-package] Compiling nix v0.28.0 |
| 2745 | 2024-09-21T18:21:50.003Z | [ helios-setup] Sep 21 18:21:48.794 INFO E| Compiling ring v0.16.20 |
| 2746 | 2024-09-21T18:21:50.155Z | [ helios-setup] Sep 21 18:21:48.946 INFO E| Compiling rand_core v0.6.4 |
| 2747 | 2024-09-21T18:21:51.254Z | [ helios-setup] Sep 21 18:21:50.045 INFO E| Compiling thread_local v1.1.7 |
| 2748 | 2024-09-21T18:21:51.946Z | [ host-package] Compiling oso v0.27.3 |
| 2749 | 2024-09-21T18:21:51.989Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 2750 | 2024-09-21T18:21:52.398Z | [ helios-setup] Sep 21 18:21:51.188 INFO E| Compiling ppv-lite86 v0.2.17 |
| 2751 | 2024-09-21T18:21:52.767Z | [ helios-setup] Sep 21 18:21:51.557 INFO E| Compiling base64 v0.21.0 |
| 2752 | 2024-09-21T18:21:53.727Z | [ helios-setup] Sep 21 18:21:52.517 INFO E| Compiling utf8parse v0.2.1 |
| 2753 | 2024-09-21T18:21:53.937Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2754 | 2024-09-21T18:21:54.193Z | [ helios-setup] Sep 21 18:21:52.983 INFO E| Compiling fastrand v1.9.0 |
| 2755 | 2024-09-21T18:21:54.289Z | [ helios-setup] Sep 21 18:21:53.078 INFO E| Compiling home v0.5.4 |
| 2756 | 2024-09-21T18:21:54.817Z | [ helios-setup] Sep 21 18:21:53.607 INFO E| Compiling tower-service v0.3.2 |
| 2757 | 2024-09-21T18:21:55.042Z | [ helios-setup] Sep 21 18:21:53.830 INFO E| Compiling lazy_static v1.4.0 |
| 2758 | 2024-09-21T18:21:55.128Z | [ helios-setup] Sep 21 18:21:53.917 INFO E| Compiling rayon-core v1.10.2 |
| 2759 | 2024-09-21T18:21:55.328Z | [ helios-setup] Sep 21 18:21:54.117 INFO E| Compiling httpdate v1.0.2 |
| 2760 | 2024-09-21T18:21:55.896Z | [ helios-setup] Sep 21 18:21:54.686 INFO E| Compiling adler v1.0.2 |
| 2761 | 2024-09-21T18:21:56.557Z | [ helios-setup] Sep 21 18:21:55.347 INFO E| Compiling miniz_oxide v0.6.2 |
| 2762 | 2024-09-21T18:21:56.961Z | [ helios-setup] Sep 21 18:21:55.751 INFO E| Compiling hyper v0.14.25 |
| 2763 | 2024-09-21T18:21:57.502Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2764 | 2024-09-21T18:21:59.331Z | [ helios-setup] Sep 21 18:21:58.120 INFO E| Compiling toolchain_find v0.2.0 |
| 2765 | 2024-09-21T18:22:00.267Z | [ helios-setup] Sep 21 18:21:59.056 INFO E| Compiling tempfile v3.5.0 |
| 2766 | 2024-09-21T18:22:01.032Z | [ helios-setup] Sep 21 18:21:59.821 INFO E| Compiling rand_chacha v0.3.1 |
| 2767 | 2024-09-21T18:22:01.729Z | [ helios-setup] Sep 21 18:22:00.517 INFO E| Compiling anstyle-parse v0.1.1 |
| 2768 | 2024-09-21T18:22:02.913Z | [ helios-setup] Sep 21 18:22:01.701 INFO E| Compiling futures v0.3.28 |
| 2769 | 2024-09-21T18:22:04.064Z | [ helios-setup] Sep 21 18:22:02.852 INFO E| Compiling num_enum_derive v0.5.7 |
| 2770 | 2024-09-21T18:22:07.493Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2771 | 2024-09-21T18:22:08.275Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
| 2772 | 2024-09-21T18:22:12.055Z | [ host-package] Compiling bb8 v0.8.5 |
| 2773 | 2024-09-21T18:22:14.181Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
| 2774 | 2024-09-21T18:22:15.350Z | [ helios-setup] Sep 21 18:22:14.137 INFO E| Compiling cargo-lock v8.0.3 |
| 2775 | 2024-09-21T18:22:15.746Z | [ host-package] Compiling vte v0.11.1 |
| 2776 | 2024-09-21T18:22:19.026Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 2777 | 2024-09-21T18:22:19.820Z | [ helios-setup] Sep 21 18:22:18.606 INFO E| Compiling crossbeam-deque v0.8.2 |
| 2778 | 2024-09-21T18:22:20.096Z | [ helios-setup] Sep 21 18:22:18.882 INFO E| Compiling term v0.7.0 |
| 2779 | 2024-09-21T18:22:20.983Z | [ helios-setup] Sep 21 18:22:19.769 INFO E| Compiling serde_urlencoded v0.7.1 |
| 2780 | 2024-09-21T18:22:21.046Z | [ host-package] Compiling const_format v0.2.33 |
| 2781 | 2024-09-21T18:22:21.262Z | [ helios-setup] Sep 21 18:22:20.048 INFO E| Compiling is-terminal v0.4.7 |
| 2782 | 2024-09-21T18:22:21.723Z | [ helios-setup] Sep 21 18:22:20.508 INFO E| Compiling sha2 v0.10.6 |
| 2783 | 2024-09-21T18:22:21.863Z | [ helios-setup] Sep 21 18:22:20.648 INFO E| Compiling sha1 v0.10.5 |
| 2784 | 2024-09-21T18:22:22.725Z | [ helios-setup] Sep 21 18:22:21.510 INFO E| Compiling atty v0.2.14 |
| 2785 | 2024-09-21T18:22:23.996Z | [ helios-setup] Sep 21 18:22:22.781 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 2786 | 2024-09-21T18:22:23.998Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2787 | 2024-09-21T18:22:24.822Z | [ helios-setup] Sep 21 18:22:23.607 INFO E| Compiling concolor-override v1.0.0 |
| 2788 | 2024-09-21T18:22:25.120Z | [ helios-setup] Sep 21 18:22:23.905 INFO E| Compiling anstyle v0.3.5 |
| 2789 | 2024-09-21T18:22:26.150Z | [ helios-setup] Sep 21 18:22:24.935 INFO E| Compiling concolor-query v0.3.3 |
| 2790 | 2024-09-21T18:22:26.565Z | [ helios-setup] Sep 21 18:22:25.349 INFO E| Compiling anstream v0.2.6 |
| 2791 | 2024-09-21T18:22:28.474Z | [ helios-setup] Sep 21 18:22:27.258 INFO E| Compiling slog-term v2.9.0 |
| 2792 | 2024-09-21T18:22:28.631Z | [ helios-setup] Sep 21 18:22:27.415 INFO E| Compiling flate2 v1.0.25 |
| 2793 | 2024-09-21T18:22:31.431Z | [ helios-setup] Sep 21 18:22:30.215 INFO E| Compiling num_enum v0.5.7 |
| 2794 | 2024-09-21T18:22:31.489Z | [ helios-setup] Sep 21 18:22:30.273 INFO E| Compiling rand v0.8.5 |
| 2795 | 2024-09-21T18:22:31.566Z | [ helios-setup] Sep 21 18:22:30.350 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 2796 | 2024-09-21T18:22:31.760Z | [ helios-setup] Sep 21 18:22:30.544 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2797 | 2024-09-21T18:22:31.898Z | [ host-package] Compiling fd-lock v4.0.2 |
| 2798 | 2024-09-21T18:22:32.041Z | [ helios-setup] Sep 21 18:22:30.825 INFO E| Compiling openapiv3 v1.0.2 |
| 2799 | 2024-09-21T18:22:32.607Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
| 2800 | 2024-09-21T18:22:33.891Z | [ helios-setup] Sep 21 18:22:32.674 INFO E| Compiling encoding_rs v0.8.32 |
| 2801 | 2024-09-21T18:22:34.733Z | [ host-package] Compiling salty v0.3.0 |
| 2802 | 2024-09-21T18:22:35.324Z | [ helios-setup] Sep 21 18:22:34.107 INFO E| Compiling clap_lex v0.4.1 |
| 2803 | 2024-09-21T18:22:35.885Z | [ host-package] Compiling bytecount v0.6.8 |
| 2804 | 2024-09-21T18:22:36.783Z | [ host-package] Compiling papergrid v0.11.0 |
| 2805 | 2024-09-21T18:22:36.859Z | [ helios-setup] Sep 21 18:22:35.642 INFO E| Compiling byteorder v1.4.3 |
| 2806 | 2024-09-21T18:22:38.019Z | [ helios-setup] Sep 21 18:22:36.802 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 2807 | 2024-09-21T18:22:40.220Z | [ helios-setup] Sep 21 18:22:39.003 INFO E| Compiling ipnet v2.7.2 |
| 2808 | 2024-09-21T18:22:41.420Z | [ helios-setup] Sep 21 18:22:40.203 INFO E| Compiling mime v0.3.17 |
| 2809 | 2024-09-21T18:22:42.008Z | [ helios-setup] Sep 21 18:22:40.791 INFO E| Compiling utf-8 v0.7.6 |
| 2810 | 2024-09-21T18:22:42.962Z | [ helios-setup] Sep 21 18:22:41.744 INFO E| Compiling strsim v0.10.0 |
| 2811 | 2024-09-21T18:22:43.743Z | [ helios-setup] Sep 21 18:22:42.525 INFO E| Compiling either v1.8.0 |
| 2812 | 2024-09-21T18:22:44.460Z | [ helios-setup] Sep 21 18:22:43.241 INFO E| Compiling project-root v0.2.2 |
| 2813 | 2024-09-21T18:22:44.921Z | [ helios-setup] Sep 21 18:22:43.703 INFO E| Compiling spin v0.5.2 |
| 2814 | 2024-09-21T18:22:45.606Z | [ helios-setup] Sep 21 18:22:44.388 INFO E| Compiling untrusted v0.7.1 |
| 2815 | 2024-09-21T18:22:45.617Z | [ helios-setup] Sep 21 18:22:44.399 INFO E| Compiling base64 v0.13.1 |
| 2816 | 2024-09-21T18:22:45.711Z | [ helios-setup] Sep 21 18:22:44.492 INFO E| Compiling rayon v1.6.1 |
| 2817 | 2024-09-21T18:22:46.056Z | [ helios-setup] Sep 21 18:22:44.837 INFO E| Compiling clap_builder v4.2.1 |
| 2818 | 2024-09-21T18:22:46.961Z | [ helios-setup] Sep 21 18:22:45.743 INFO E| Compiling tungstenite v0.18.0 |
| 2819 | 2024-09-21T18:22:47.362Z | [ helios-setup] Sep 21 18:22:46.144 INFO E| Compiling reqwest v0.11.16 |
| 2820 | 2024-09-21T18:22:52.211Z | [ helios-setup] Sep 21 18:22:50.992 INFO E| Compiling serde_yaml v0.9.21 |
| 2821 | 2024-09-21T18:22:55.091Z | [ helios-setup] Sep 21 18:22:53.871 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 2822 | 2024-09-21T18:22:57.122Z | [ helios-setup] Sep 21 18:22:55.901 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 2823 | 2024-09-21T18:22:57.165Z | [ helios-setup] Sep 21 18:22:55.945 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 2824 | 2024-09-21T18:23:00.061Z | [ helios-setup] Sep 21 18:22:58.840 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 2825 | 2024-09-21T18:23:01.234Z | [ host-package] Compiling parking_lot v0.11.2 |
| 2826 | 2024-09-21T18:23:01.378Z | [ helios-setup] Sep 21 18:23:00.157 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 2827 | 2024-09-21T18:23:02.126Z | [ helios-setup] Sep 21 18:23:00.905 INFO E| Compiling clap_derive v4.2.0 |
| 2828 | 2024-09-21T18:23:06.187Z | [ helios-setup] Sep 21 18:23:04.965 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 2829 | 2024-09-21T18:23:12.240Z | [ helios-setup] Sep 21 18:23:11.017 INFO E| Compiling clap v4.2.1 |
| 2830 | 2024-09-21T18:23:12.474Z | [ helios-setup] Sep 21 18:23:11.251 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 2831 | 2024-09-21T18:23:17.280Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 2832 | 2024-09-21T18:23:19.473Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
| 2833 | 2024-09-21T18:23:20.354Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2834 | 2024-09-21T18:23:23.433Z | [ helios-setup] Sep 21 18:23:22.209 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 2835 | 2024-09-21T18:23:24.686Z | [ host-package] Compiling crossterm v0.27.0 |
| 2836 | 2024-09-21T18:23:27.075Z | [ helios-setup] Sep 21 18:23:25.850 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 2837 | 2024-09-21T18:23:28.801Z | [ host-package] Compiling peg-macros v0.8.4 |
| 2838 | 2024-09-21T18:23:29.007Z | [ helios-setup] Sep 21 18:23:27.781 INFO E| Compiling smartstring v1.0.1 |
| 2839 | 2024-09-21T18:23:30.279Z | [ helios-setup] Sep 21 18:23:29.053 INFO E| Compiling rustls v0.21.0 |
| 2840 | 2024-09-21T18:23:32.510Z | [ helios-setup] Sep 21 18:23:31.284 INFO E| Compiling toml_datetime v0.6.1 |
| 2841 | 2024-09-21T18:23:33.691Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
| 2842 | 2024-09-21T18:23:34.141Z | [ helios-setup] Sep 21 18:23:32.915 INFO E| Compiling serde_spanned v0.6.1 |
| 2843 | 2024-09-21T18:23:34.918Z | [ helios-setup] Sep 21 18:23:33.692 INFO E| Compiling camino v1.1.4 |
| 2844 | 2024-09-21T18:23:36.051Z | [ host-package] Compiling rustls v0.23.10 |
| 2845 | 2024-09-21T18:23:36.427Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
| 2846 | 2024-09-21T18:23:36.933Z | [ helios-setup] Sep 21 18:23:35.707 INFO E| Compiling async-trait v0.1.68 |
| 2847 | 2024-09-21T18:23:37.229Z | [ host-package] Compiling unicode_categories v0.1.1 |
| 2848 | 2024-09-21T18:23:37.954Z | [ host-package] Compiling sqlformat v0.2.4 |
| 2849 | 2024-09-21T18:23:38.092Z | [ host-package] Compiling reedline v0.33.0 |
| 2850 | 2024-09-21T18:23:38.434Z | [ helios-setup] Sep 21 18:23:37.207 INFO E| Compiling paste v1.0.12 |
| 2851 | 2024-09-21T18:23:38.822Z | [ helios-setup] Sep 21 18:23:37.595 INFO E| Compiling slog-async v2.7.0 |
| 2852 | 2024-09-21T18:23:38.970Z | [ host-package] Compiling rustyline v14.0.0 |
| 2853 | 2024-09-21T18:23:39.600Z | [ helios-setup] Sep 21 18:23:38.373 INFO E| Compiling match_cfg v0.1.0 |
| 2854 | 2024-09-21T18:23:39.896Z | [ helios-setup] Sep 21 18:23:38.669 INFO E| Compiling static_assertions v1.1.0 |
| 2855 | 2024-09-21T18:23:40.278Z | [ helios-setup] Sep 21 18:23:39.051 INFO E| Compiling winnow v0.4.1 |
| 2856 | 2024-09-21T18:23:41.646Z | [ helios-setup] Sep 21 18:23:40.418 INFO E| Compiling hostname v0.3.1 |
| 2857 | 2024-09-21T18:23:42.263Z | [ helios-setup] Sep 21 18:23:41.036 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 2858 | 2024-09-21T18:23:42.375Z | [ helios-setup] Sep 21 18:23:41.147 INFO E| Compiling slog-json v2.6.1 |
| 2859 | 2024-09-21T18:23:43.117Z | [ host-package] Compiling sqlparser v0.45.0 |
| 2860 | 2024-09-21T18:23:43.674Z | [ helios-setup] Sep 21 18:23:42.446 INFO E| Compiling unicode-linebreak v0.1.4 |
| 2861 | 2024-09-21T18:23:48.059Z | [ helios-setup] Sep 21 18:23:46.830 INFO E| Compiling toml_edit v0.19.8 |
| 2862 | 2024-09-21T18:23:48.700Z | [ helios-setup] Sep 21 18:23:47.472 INFO E| Compiling async-stream-impl v0.3.5 |
| 2863 | 2024-09-21T18:23:49.919Z | [ host-package] Compiling peg v0.8.4 |
| 2864 | 2024-09-21T18:23:50.417Z | [ host-package] Compiling tabled v0.15.0 |
| 2865 | 2024-09-21T18:23:51.715Z | [ helios-setup] Sep 21 18:23:50.486 INFO E| Compiling rhai_codegen v1.5.0 |
| 2866 | 2024-09-21T18:23:57.393Z | [ helios-setup] Sep 21 18:23:56.163 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 2867 | 2024-09-21T18:23:58.426Z | [ helios-setup] Sep 21 18:23:57.196 INFO E| Compiling take_mut v0.2.2 |
| 2868 | 2024-09-21T18:23:59.594Z | [ helios-setup] Sep 21 18:23:58.364 INFO E| Compiling rhai v1.14.0 |
| 2869 | 2024-09-21T18:23:59.946Z | [ helios-setup] Sep 21 18:23:58.716 INFO E| Compiling toml v0.7.3 |
| 2870 | 2024-09-21T18:24:00.449Z | [ host-package] Compiling sled v0.34.7 |
| 2871 | 2024-09-21T18:24:00.514Z | [ host-package] Compiling mime_guess v2.0.4 |
| 2872 | 2024-09-21T18:24:03.523Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2873 | 2024-09-21T18:24:03.960Z | [ host-package] Compiling hickory-client v0.24.1 |
| 2874 | 2024-09-21T18:24:04.890Z | [ helios-setup] Sep 21 18:24:03.659 INFO E| Compiling async-stream v0.3.5 |
| 2875 | 2024-09-21T18:24:06.016Z | [ helios-setup] Sep 21 18:24:04.784 INFO E| Compiling slog-bunyan v2.4.0 |
| 2876 | 2024-09-21T18:24:06.505Z | [ host-package] Compiling env_logger v0.9.3 |
| 2877 | 2024-09-21T18:24:08.819Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2878 | 2024-09-21T18:24:11.002Z | [ helios-setup] Sep 21 18:24:09.770 INFO E| Compiling rustls-pemfile v1.0.2 |
| 2879 | 2024-09-21T18:24:12.423Z | [ helios-setup] Sep 21 18:24:11.191 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 2880 | 2024-09-21T18:24:12.718Z | [ helios-setup] Sep 21 18:24:11.485 INFO E| Compiling bincode v1.3.3 |
| 2881 | 2024-09-21T18:24:13.243Z | [ helios-setup] Sep 21 18:24:12.010 INFO E| Compiling serde_path_to_error v0.1.11 |
| 2882 | 2024-09-21T18:24:13.678Z | [ host-package] Compiling tungstenite v0.20.1 |
| 2883 | 2024-09-21T18:24:14.832Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2884 | 2024-09-21T18:24:14.889Z | [ helios-setup] Sep 21 18:24:13.652 INFO E| Compiling terminal_size v0.2.6 |
| 2885 | 2024-09-21T18:24:15.368Z | [ helios-setup] Sep 21 18:24:14.136 INFO E| Compiling smawk v0.3.1 |
| 2886 | 2024-09-21T18:24:15.780Z | [ helios-setup] Sep 21 18:24:14.547 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 2887 | 2024-09-21T18:24:15.875Z | [ helios-setup] Sep 21 18:24:14.642 INFO E| Compiling textwrap v0.16.0 |
| 2888 | 2024-09-21T18:24:21.743Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2889 | 2024-09-21T18:24:21.971Z | [ helios-setup] Sep 21 18:24:20.737 INFO E| Compiling sct v0.7.0 |
| 2890 | 2024-09-21T18:24:22.916Z | [ helios-setup] Sep 21 18:24:21.681 INFO E| Compiling rustls-webpki v0.100.1 |
| 2891 | 2024-09-21T18:24:22.968Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2892 | 2024-09-21T18:24:27.022Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2893 | 2024-09-21T18:24:27.534Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2894 | 2024-09-21T18:24:28.907Z | [ host-package] Compiling hickory-server v0.24.1 |
| 2895 | 2024-09-21T18:24:34.002Z | [ host-package] Compiling primeorder v0.13.6 |
| 2896 | 2024-09-21T18:24:34.192Z | [ helios-setup] Sep 21 18:24:32.956 INFO E| Compiling tokio-rustls v0.24.0 |
| 2897 | 2024-09-21T18:24:35.010Z | [ host-package] Compiling bcs v0.1.6 |
| 2898 | 2024-09-21T18:24:35.200Z | [ helios-setup] Sep 21 18:24:33.964 INFO E| Compiling git2 v0.16.1 |
| 2899 | 2024-09-21T18:24:36.559Z | [ host-package] Compiling vergen v8.3.2 |
| 2900 | 2024-09-21T18:24:37.293Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
| 2901 | 2024-09-21T18:24:37.961Z | [ host-package] Compiling env_filter v0.1.2 |
| 2902 | 2024-09-21T18:24:40.248Z | [ host-package] Compiling cargo-platform v0.1.8 |
| 2903 | 2024-09-21T18:24:40.397Z | [ host-package] Compiling nanorand v0.7.0 |
| 2904 | 2024-09-21T18:24:40.986Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2905 | 2024-09-21T18:24:41.288Z | [ host-package] Compiling memoffset v0.9.1 |
| 2906 | 2024-09-21T18:24:41.637Z | [ host-package] Compiling ascii v1.1.0 |
| 2907 | 2024-09-21T18:24:41.864Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2908 | 2024-09-21T18:24:42.505Z | [ host-package] Compiling flume v0.11.0 |
| 2909 | 2024-09-21T18:24:42.709Z | [ host-package] Compiling cargo_metadata v0.18.1 |
| 2910 | 2024-09-21T18:24:44.354Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2911 | 2024-09-21T18:24:47.320Z | [ helios-setup] Sep 21 18:24:46.082 INFO E| Compiling built v0.6.0 |
| 2912 | 2024-09-21T18:24:48.770Z | [ host-package] Compiling bitstruct v0.1.1 |
| 2913 | 2024-09-21T18:24:48.972Z | [ host-package] Compiling env_logger v0.11.5 |
| 2914 | 2024-09-21T18:24:49.210Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2915 | 2024-09-21T18:24:49.618Z | [ helios-setup] Sep 21 18:24:48.380 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 2916 | 2024-09-21T18:24:51.231Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2917 | 2024-09-21T18:24:51.623Z | [ host-package] Compiling p384 v0.13.0 |
| 2918 | 2024-09-21T18:24:51.705Z | [ helios-setup] Sep 21 18:24:50.466 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 2919 | 2024-09-21T18:24:53.437Z | [ helios-setup] Sep 21 18:24:52.198 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 2920 | 2024-09-21T18:25:02.407Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2921 | 2024-09-21T18:25:03.368Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2922 | 2024-09-21T18:25:05.951Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
| 2923 | 2024-09-21T18:25:07.165Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2924 | 2024-09-21T18:25:18.088Z | [ host-package] Compiling git2 v0.19.0 |
| 2925 | 2024-09-21T18:25:20.114Z | [ helios-setup] Sep 21 18:25:18.870 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 2926 | 2024-09-21T18:25:22.561Z | [ helios-setup] Sep 21 18:25:21.317 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 2927 | 2024-09-21T18:25:23.237Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2928 | 2024-09-21T18:25:28.195Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2929 | 2024-09-21T18:25:30.437Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2930 | 2024-09-21T18:25:32.182Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
| 2931 | 2024-09-21T18:25:32.939Z | [ host-package] Compiling erased-serde v0.3.31 |
| 2932 | 2024-09-21T18:25:33.549Z | [ host-package] Compiling serde_arrays v0.1.0 |
| 2933 | 2024-09-21T18:25:34.062Z | [ host-package] Compiling cfg_aliases v0.2.1 |
| 2934 | 2024-09-21T18:25:34.152Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2935 | 2024-09-21T18:25:34.618Z | [ host-package] Compiling nix v0.29.0 |
| 2936 | 2024-09-21T18:25:36.642Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2937 | 2024-09-21T18:25:36.762Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2938 | 2024-09-21T18:25:38.353Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2939 | 2024-09-21T18:25:43.044Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2940 | 2024-09-21T18:25:47.493Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2941 | 2024-09-21T18:25:48.957Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2942 | 2024-09-21T18:25:50.028Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
| 2943 | 2024-09-21T18:25:53.519Z | [ host-package] Compiling heck v0.3.3 |
| 2944 | 2024-09-21T18:25:54.479Z | [ host-package] Compiling castaway v0.2.3 |
| 2945 | 2024-09-21T18:25:54.958Z | [ host-package] Compiling rand_seeder v0.3.0 |
| 2946 | 2024-09-21T18:25:56.079Z | [ host-package] Compiling csv-core v0.1.11 |
| 2947 | 2024-09-21T18:25:57.816Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2948 | 2024-09-21T18:26:02.399Z | [ host-package] Compiling http-range v0.1.5 |
| 2949 | 2024-09-21T18:26:02.559Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2950 | 2024-09-21T18:26:03.246Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
| 2951 | 2024-09-21T18:26:03.281Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2952 | 2024-09-21T18:26:07.003Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2953 | 2024-09-21T18:26:08.045Z | [ host-package] Compiling csv v1.3.0 |
| 2954 | 2024-09-21T18:26:08.391Z | [ helios-setup] Sep 21 18:26:07.140 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 2955 | 2024-09-21T18:26:09.043Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2956 | 2024-09-21T18:26:09.387Z | [ host-package] Compiling compact_str v0.8.0 |
| 2957 | 2024-09-21T18:26:10.604Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 2958 | 2024-09-21T18:26:11.227Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
| 2959 | 2024-09-21T18:26:11.313Z | [ host-package] Compiling nix v0.27.1 |
| 2960 | 2024-09-21T18:26:12.562Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
| 2961 | 2024-09-21T18:26:14.882Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2962 | 2024-09-21T18:26:14.889Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2963 | 2024-09-21T18:26:22.003Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2964 | 2024-09-21T18:26:23.654Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2965 | 2024-09-21T18:26:24.216Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2966 | 2024-09-21T18:26:24.600Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2967 | 2024-09-21T18:26:24.631Z | [ host-package] Compiling unicode-truncate v1.0.0 |
| 2968 | 2024-09-21T18:26:25.085Z | [ host-package] Compiling lru v0.12.3 |
| 2969 | 2024-09-21T18:26:25.192Z | [ host-package] Compiling hashlink v0.9.1 |
| 2970 | 2024-09-21T18:26:25.609Z | [ host-package] Compiling instability v0.3.2 |
| 2971 | 2024-09-21T18:26:26.047Z | [ host-package] Compiling fallible-iterator v0.3.0 |
| 2972 | 2024-09-21T18:26:26.393Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
| 2973 | 2024-09-21T18:26:27.013Z | [ host-package] Compiling base64 v0.13.1 |
| 2974 | 2024-09-21T18:26:27.272Z | [ host-package] Compiling cassowary v0.3.0 |
| 2975 | 2024-09-21T18:26:27.482Z | [ host-package] Compiling rusqlite v0.32.1 |
| 2976 | 2024-09-21T18:26:28.010Z | [ host-package] Compiling ratatui v0.28.0 |
| 2977 | 2024-09-21T18:26:32.592Z | [ host-package] Compiling ron v0.7.1 |
| 2978 | 2024-09-21T18:26:41.334Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2979 | 2024-09-21T18:26:57.819Z | [ host-package] Compiling zone v0.1.8 |
| 2980 | 2024-09-21T18:27:09.278Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2981 | 2024-09-21T18:27:12.127Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2982 | 2024-09-21T18:27:12.973Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2983 | 2024-09-21T18:27:13.028Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2984 | 2024-09-21T18:27:15.669Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2985 | 2024-09-21T18:27:15.990Z | [ helios-setup] Sep 21 18:27:14.728 INFO E| Finished `release` profile [optimized] target(s) in 6m 58s |
| 2986 | 2024-09-21T18:27:16.136Z | [ helios-setup] Sep 21 18:27:14.873 INFO building project "pilot" ok (418 seconds) |
| 2987 | 2024-09-21T18:27:16.136Z | [ helios-setup] Sep 21 18:27:14.874 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2988 | 2024-09-21T18:27:16.138Z | [ helios-setup] Sep 21 18:27:14.874 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2989 | 2024-09-21T18:27:16.147Z | [ helios-setup] Sep 21 18:27:14.885 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
| 2990 | 2024-09-21T18:27:16.491Z | [ helios-setup] Sep 21 18:27:15.229 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
| 2991 | 2024-09-21T18:27:16.491Z | [ helios-setup] Sep 21 18:27:15.229 INFO E| info: downloading component 'cargo' |
| 2992 | 2024-09-21T18:27:17.646Z | [ helios-setup] Sep 21 18:27:16.384 INFO E| info: downloading component 'clippy' |
| 2993 | 2024-09-21T18:27:17.801Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2994 | 2024-09-21T18:27:18.203Z | [ helios-setup] Sep 21 18:27:16.940 INFO E| info: downloading component 'rust-docs' |
| 2995 | 2024-09-21T18:27:18.294Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2996 | 2024-09-21T18:27:19.400Z | [ helios-setup] Sep 21 18:27:18.137 INFO E| info: downloading component 'rust-src' |
| 2997 | 2024-09-21T18:27:20.106Z | [ helios-setup] Sep 21 18:27:18.843 INFO E| info: downloading component 'rust-std' |
| 2998 | 2024-09-21T18:27:22.694Z | [ helios-setup] Sep 21 18:27:21.430 INFO E| info: downloading component 'rustc' |
| 2999 | 2024-09-21T18:27:24.118Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3000 | 2024-09-21T18:27:24.485Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3001 | 2024-09-21T18:27:27.377Z | [ helios-setup] Sep 21 18:27:26.112 INFO E| info: downloading component 'rustfmt' |
| 3002 | 2024-09-21T18:27:28.157Z | [ helios-setup] Sep 21 18:27:26.893 INFO E| info: installing component 'cargo' |
| 3003 | 2024-09-21T18:27:29.750Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3004 | 2024-09-21T18:27:29.771Z | [ helios-setup] Sep 21 18:27:28.503 INFO E| info: installing component 'clippy' |
| 3005 | 2024-09-21T18:27:30.018Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3006 | 2024-09-21T18:27:30.300Z | [ helios-setup] Sep 21 18:27:29.029 INFO E| info: installing component 'rust-docs' |
| 3007 | 2024-09-21T18:27:30.303Z | [ host-package] Compiling twox-hash v1.6.3 |
| 3008 | 2024-09-21T18:27:30.460Z | [ host-package] Compiling yasna v0.5.2 |
| 3009 | 2024-09-21T18:27:31.557Z | [ host-package] Compiling portpicker v0.1.1 |
| 3010 | 2024-09-21T18:27:32.079Z | [ host-package] Compiling smawk v0.3.2 |
| 3011 | 2024-09-21T18:27:32.157Z | [ host-package] Compiling is_ci v1.2.0 |
| 3012 | 2024-09-21T18:27:32.531Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3013 | 2024-09-21T18:27:32.574Z | [ host-package] Compiling supports-color v3.0.1 |
| 3014 | 2024-09-21T18:27:33.134Z | [ host-package] Compiling textwrap v0.16.1 |
| 3015 | 2024-09-21T18:27:33.179Z | [ host-package] Compiling rcgen v0.12.1 |
| 3016 | 2024-09-21T18:27:34.745Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3017 | 2024-09-21T18:27:36.700Z | [ helios-setup] Sep 21 18:27:35.434 INFO E| info: installing component 'rust-src' |
| 3018 | 2024-09-21T18:27:37.308Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3019 | 2024-09-21T18:27:37.376Z | [ helios-setup] Sep 21 18:27:36.110 INFO E| info: installing component 'rust-std' |
| 3020 | 2024-09-21T18:27:39.061Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3021 | 2024-09-21T18:27:40.043Z | [ helios-setup] Sep 21 18:27:38.777 INFO E| info: installing component 'rustc' |
| 3022 | 2024-09-21T18:27:46.583Z | [ helios-setup] Sep 21 18:27:45.316 INFO E| info: installing component 'rustfmt' |
| 3023 | 2024-09-21T18:27:47.613Z | [ helios-setup] Sep 21 18:27:46.346 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3024 | 2024-09-21T18:27:48.483Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3025 | 2024-09-21T18:27:48.590Z | [ helios-setup] Sep 21 18:27:47.323 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3026 | 2024-09-21T18:27:48.590Z | [ helios-setup] Sep 21 18:27:47.323 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
| 3027 | 2024-09-21T18:27:48.590Z | [ helios-setup] Sep 21 18:27:47.323 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
| 3028 | 2024-09-21T18:27:48.623Z | [ helios-setup] Sep 21 18:27:47.355 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
| 3029 | 2024-09-21T18:27:48.623Z | [ helios-setup] Sep 21 18:27:47.355 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
| 3030 | 2024-09-21T18:27:48.625Z | [ helios-setup] Sep 21 18:27:47.355 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
| 3031 | 2024-09-21T18:27:48.625Z | [ helios-setup] Sep 21 18:27:47.355 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 3032 | 2024-09-21T18:27:48.625Z | [ helios-setup] Sep 21 18:27:47.356 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 3033 | 2024-09-21T18:27:48.625Z | [ helios-setup] Sep 21 18:27:47.356 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 3034 | 2024-09-21T18:27:48.625Z | [ helios-setup] Sep 21 18:27:47.356 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
| 3035 | 2024-09-21T18:27:48.679Z | [ helios-setup] Sep 21 18:27:47.411 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
| 3036 | 2024-09-21T18:27:49.526Z | [ helios-setup] Sep 21 18:27:48.258 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3037 | 2024-09-21T18:27:49.526Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new branch] empty -> origin/empty |
| 3038 | 2024-09-21T18:27:49.526Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new branch] issue-99 -> origin/issue-99 |
| 3039 | 2024-09-21T18:27:49.526Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new branch] main -> origin/main |
| 3040 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new branch] review -> origin/review |
| 3041 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new ref] -> origin/HEAD |
| 3042 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.259 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 3043 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
| 3044 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
| 3045 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
| 3046 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
| 3047 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
| 3048 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
| 3049 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.260 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
| 3050 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.261 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 3051 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.261 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 3052 | 2024-09-21T18:27:49.529Z | [ helios-setup] Sep 21 18:27:48.261 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
| 3053 | 2024-09-21T18:27:49.555Z | [ helios-setup] Sep 21 18:27:48.287 INFO E| Updating crates.io index |
| 3054 | 2024-09-21T18:27:49.900Z | [ helios-setup] Sep 21 18:27:48.632 INFO E| Downloading crates ... |
| 3055 | 2024-09-21T18:27:50.026Z | [ helios-setup] Sep 21 18:27:48.758 INFO E| Downloaded bytesize v1.3.0 |
| 3056 | 2024-09-21T18:27:50.029Z | [ helios-setup] Sep 21 18:27:48.761 INFO E| Downloaded cfg-if v0.1.10 |
| 3057 | 2024-09-21T18:27:50.034Z | [ helios-setup] Sep 21 18:27:48.767 INFO E| Downloaded ansi_term v0.12.1 |
| 3058 | 2024-09-21T18:27:50.047Z | [ helios-setup] Sep 21 18:27:48.780 INFO E| Downloaded unic-char-property v0.9.0 |
| 3059 | 2024-09-21T18:27:50.050Z | [ helios-setup] Sep 21 18:27:48.782 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3060 | 2024-09-21T18:27:50.052Z | [ helios-setup] Sep 21 18:27:48.784 INFO E| Downloaded strum v0.23.0 |
| 3061 | 2024-09-21T18:27:50.054Z | [ helios-setup] Sep 21 18:27:48.786 INFO E| Downloaded fletcher v0.1.0 |
| 3062 | 2024-09-21T18:27:50.054Z | [ helios-setup] Sep 21 18:27:48.787 INFO E| Downloaded parse_int v0.6.0 |
| 3063 | 2024-09-21T18:27:50.057Z | [ helios-setup] Sep 21 18:27:48.788 INFO E| Downloaded unic-char-range v0.9.0 |
| 3064 | 2024-09-21T18:27:50.059Z | [ helios-setup] Sep 21 18:27:48.790 INFO E| Downloaded memoffset v0.5.6 |
| 3065 | 2024-09-21T18:27:50.061Z | [ helios-setup] Sep 21 18:27:48.792 INFO E| Downloaded four-cc v0.3.0 |
| 3066 | 2024-09-21T18:27:50.061Z | [ helios-setup] Sep 21 18:27:48.794 INFO E| Downloaded structopt-derive v0.4.18 |
| 3067 | 2024-09-21T18:27:50.065Z | [ helios-setup] Sep 21 18:27:48.796 INFO E| Downloaded num-derive v0.3.3 |
| 3068 | 2024-09-21T18:27:50.067Z | [ helios-setup] Sep 21 18:27:48.798 INFO E| Downloaded strum_macros v0.23.1 |
| 3069 | 2024-09-21T18:27:50.069Z | [ helios-setup] Sep 21 18:27:48.801 INFO E| Downloaded textwrap v0.11.0 |
| 3070 | 2024-09-21T18:27:50.072Z | [ helios-setup] Sep 21 18:27:48.804 INFO E| Downloaded semver v0.9.0 |
| 3071 | 2024-09-21T18:27:50.074Z | [ helios-setup] Sep 21 18:27:48.806 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3072 | 2024-09-21T18:27:50.116Z | [ helios-setup] Sep 21 18:27:48.848 INFO E| Downloaded vec_map v0.8.2 |
| 3073 | 2024-09-21T18:27:50.119Z | [ helios-setup] Sep 21 18:27:48.850 INFO E| Downloaded scroll v0.10.2 |
| 3074 | 2024-09-21T18:27:50.121Z | [ helios-setup] Sep 21 18:27:48.853 INFO E| Downloaded proc-macro-crate v0.1.5 |
| 3075 | 2024-09-21T18:27:50.124Z | [ helios-setup] Sep 21 18:27:48.854 INFO E| Downloaded pre-proc-macro v0.2.1 |
| 3076 | 2024-09-21T18:27:50.126Z | [ helios-setup] Sep 21 18:27:48.858 INFO E| Downloaded structopt v0.3.26 |
| 3077 | 2024-09-21T18:27:50.138Z | [ helios-setup] Sep 21 18:27:48.870 INFO E| Downloaded pest_meta v2.7.11 |
| 3078 | 2024-09-21T18:27:50.141Z | [ helios-setup] Sep 21 18:27:48.874 INFO E| Downloaded memchr v2.7.4 |
| 3079 | 2024-09-21T18:27:50.149Z | [ helios-setup] Sep 21 18:27:48.882 INFO E| Downloaded pest v2.7.11 |
| 3080 | 2024-09-21T18:27:50.157Z | [ helios-setup] Sep 21 18:27:48.889 INFO E| Downloaded pest_derive v2.7.11 |
| 3081 | 2024-09-21T18:27:50.160Z | [ helios-setup] Sep 21 18:27:48.893 INFO E| Downloaded serde_json v1.0.120 |
| 3082 | 2024-09-21T18:27:50.172Z | [ helios-setup] Sep 21 18:27:48.904 INFO E| Downloaded goblin v0.4.3 |
| 3083 | 2024-09-21T18:27:50.184Z | [ helios-setup] Sep 21 18:27:48.916 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3084 | 2024-09-21T18:27:50.186Z | [ helios-setup] Sep 21 18:27:48.918 INFO E| Downloaded syn v2.0.71 |
| 3085 | 2024-09-21T18:27:50.203Z | [ helios-setup] Sep 21 18:27:48.936 INFO E| Downloaded clap v2.34.0 |
| 3086 | 2024-09-21T18:27:50.214Z | [ helios-setup] Sep 21 18:27:48.946 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3087 | 2024-09-21T18:27:50.216Z | [ helios-setup] Sep 21 18:27:48.948 INFO E| Downloaded semver-parser v0.7.0 |
| 3088 | 2024-09-21T18:27:50.219Z | [ helios-setup] Sep 21 18:27:48.950 INFO E| Downloaded pest_generator v2.7.11 |
| 3089 | 2024-09-21T18:27:50.221Z | [ helios-setup] Sep 21 18:27:48.951 INFO E| Downloaded strsim v0.8.0 |
| 3090 | 2024-09-21T18:27:50.221Z | [ helios-setup] Sep 21 18:27:48.953 INFO E| Downloaded rustc_version v0.2.3 |
| 3091 | 2024-09-21T18:27:50.224Z | [ helios-setup] Sep 21 18:27:48.955 INFO E| Downloaded pre v0.2.1 |
| 3092 | 2024-09-21T18:27:50.224Z | [ helios-setup] Sep 21 18:27:48.956 INFO E| Downloaded unic-common v0.9.0 |
| 3093 | 2024-09-21T18:27:50.226Z | [ helios-setup] Sep 21 18:27:48.957 INFO E| Downloaded scroll_derive v0.10.5 |
| 3094 | 2024-09-21T18:27:50.249Z | [ helios-setup] Sep 21 18:27:48.981 INFO E| Downloaded libc v0.2.155 |
| 3095 | 2024-09-21T18:27:50.392Z | [ helios-setup] Sep 21 18:27:49.124 INFO E| Compiling proc-macro2 v1.0.86 |
| 3096 | 2024-09-21T18:27:50.392Z | [ helios-setup] Sep 21 18:27:49.124 INFO E| Compiling unicode-ident v1.0.12 |
| 3097 | 2024-09-21T18:27:50.394Z | [ helios-setup] Sep 21 18:27:49.124 INFO E| Compiling syn v1.0.109 |
| 3098 | 2024-09-21T18:27:50.394Z | [ helios-setup] Sep 21 18:27:49.124 INFO E| Compiling version_check v0.9.4 |
| 3099 | 2024-09-21T18:27:50.394Z | [ helios-setup] Sep 21 18:27:49.124 INFO E| Compiling semver-parser v0.7.0 |
| 3100 | 2024-09-21T18:27:50.394Z | [ helios-setup] Sep 21 18:27:49.125 INFO E| Compiling thiserror v1.0.63 |
| 3101 | 2024-09-21T18:27:50.394Z | [ helios-setup] Sep 21 18:27:49.125 INFO E| Compiling autocfg v1.3.0 |
| 3102 | 2024-09-21T18:27:50.395Z | [ helios-setup] Sep 21 18:27:49.125 INFO E| Compiling serde v1.0.204 |
| 3103 | 2024-09-21T18:27:51.540Z | [ helios-setup] Sep 21 18:27:50.272 INFO E| Compiling semver v0.9.0 |
| 3104 | 2024-09-21T18:27:52.220Z | [ helios-setup] Sep 21 18:27:50.951 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3105 | 2024-09-21T18:27:52.320Z | [ helios-setup] Sep 21 18:27:51.052 INFO E| Compiling proc-macro-error v1.0.4 |
| 3106 | 2024-09-21T18:27:52.356Z | [ helios-setup] Sep 21 18:27:51.088 INFO E| Compiling rustc_version v0.2.3 |
| 3107 | 2024-09-21T18:27:52.568Z | [ helios-setup] Sep 21 18:27:51.300 INFO E| Compiling serde_json v1.0.120 |
| 3108 | 2024-09-21T18:27:52.772Z | [ helios-setup] Sep 21 18:27:51.504 INFO E| Compiling num-traits v0.2.19 |
| 3109 | 2024-09-21T18:27:53.017Z | [ helios-setup] Sep 21 18:27:51.749 INFO E| Compiling itoa v1.0.11 |
| 3110 | 2024-09-21T18:27:53.084Z | [ helios-setup] Sep 21 18:27:51.816 INFO E| Compiling schemars v0.8.21 |
| 3111 | 2024-09-21T18:27:53.238Z | [ helios-setup] Sep 21 18:27:51.970 INFO E| Compiling ryu v1.0.18 |
| 3112 | 2024-09-21T18:27:53.476Z | [ helios-setup] Sep 21 18:27:52.207 INFO E| Compiling unicode-segmentation v1.11.0 |
| 3113 | 2024-09-21T18:27:53.484Z | [ helios-setup] Sep 21 18:27:52.216 INFO E| Compiling pre-proc-macro v0.2.1 |
| 3114 | 2024-09-21T18:27:53.535Z | [ helios-setup] Sep 21 18:27:52.267 INFO E| Compiling memoffset v0.5.6 |
| 3115 | 2024-09-21T18:27:53.749Z | [ helios-setup] Sep 21 18:27:52.480 INFO E| Compiling quote v1.0.36 |
| 3116 | 2024-09-21T18:27:54.038Z | [ helios-setup] Sep 21 18:27:52.769 INFO E| Compiling libc v0.2.155 |
| 3117 | 2024-09-21T18:27:54.417Z | [ helios-setup] Sep 21 18:27:53.149 INFO E| Compiling syn v2.0.71 |
| 3118 | 2024-09-21T18:27:54.539Z | [ helios-setup] Sep 21 18:27:53.271 INFO E| Compiling rustversion v1.0.17 |
| 3119 | 2024-09-21T18:27:55.128Z | [ helios-setup] Sep 21 18:27:53.859 INFO E| Compiling heck v0.3.3 |
| 3120 | 2024-09-21T18:27:55.169Z | [ helios-setup] Sep 21 18:27:53.901 INFO E| Compiling dyn-clone v1.0.17 |
| 3121 | 2024-09-21T18:27:55.784Z | [ helios-setup] Sep 21 18:27:54.516 INFO E| Compiling lazy_static v1.5.0 |
| 3122 | 2024-09-21T18:27:55.887Z | [ helios-setup] Sep 21 18:27:54.618 INFO E| Compiling ucd-trie v0.1.6 |
| 3123 | 2024-09-21T18:27:55.906Z | [ helios-setup] Sep 21 18:27:54.637 INFO E| Compiling paste v1.0.15 |
| 3124 | 2024-09-21T18:27:56.011Z | [ helios-setup] Sep 21 18:27:54.743 INFO E| Compiling memchr v2.7.4 |
| 3125 | 2024-09-21T18:27:56.928Z | [ helios-setup] Sep 21 18:27:55.659 INFO E| Compiling pre v0.2.1 |
| 3126 | 2024-09-21T18:27:57.537Z | [ helios-setup] Sep 21 18:27:56.267 INFO E| Compiling byteorder v1.5.0 |
| 3127 | 2024-09-21T18:27:57.579Z | [ helios-setup] Sep 21 18:27:56.305 INFO E| Compiling once_cell v1.19.0 |
| 3128 | 2024-09-21T18:27:57.638Z | [ helios-setup] Sep 21 18:27:56.369 INFO E| Compiling static_assertions v1.1.0 |
| 3129 | 2024-09-21T18:27:57.953Z | [ helios-setup] Sep 21 18:27:56.684 INFO E| Compiling cfg-if v0.1.10 |
| 3130 | 2024-09-21T18:28:00.224Z | [ helios-setup] Sep 21 18:27:58.954 INFO E| Compiling unicode-width v0.1.13 |
| 3131 | 2024-09-21T18:28:00.523Z | [ helios-setup] Sep 21 18:27:59.253 INFO E| Compiling textwrap v0.11.0 |
| 3132 | 2024-09-21T18:28:00.831Z | [ helios-setup] Sep 21 18:27:59.561 INFO E| Compiling parse_int v0.6.0 |
| 3133 | 2024-09-21T18:28:00.929Z | [ helios-setup] Sep 21 18:27:59.660 INFO E| Compiling atty v0.2.14 |
| 3134 | 2024-09-21T18:28:01.011Z | [ helios-setup] Sep 21 18:27:59.741 INFO E| Compiling fletcher v0.1.0 |
| 3135 | 2024-09-21T18:28:01.050Z | [ helios-setup] Sep 21 18:27:59.781 INFO E| Compiling bitflags v1.3.2 |
| 3136 | 2024-09-21T18:28:01.156Z | [ helios-setup] Sep 21 18:27:59.887 INFO E| Compiling ansi_term v0.12.1 |
| 3137 | 2024-09-21T18:28:01.162Z | [ helios-setup] Sep 21 18:27:59.893 INFO E| Compiling strum v0.23.0 |
| 3138 | 2024-09-21T18:28:01.564Z | [ helios-setup] Sep 21 18:28:00.294 INFO E| Compiling unic-common v0.9.0 |
| 3139 | 2024-09-21T18:28:01.586Z | [ helios-setup] Sep 21 18:28:00.316 INFO E| Compiling unic-char-range v0.9.0 |
| 3140 | 2024-09-21T18:28:01.649Z | [ helios-setup] Sep 21 18:28:00.379 INFO E| Compiling vec_map v0.8.2 |
| 3141 | 2024-09-21T18:28:01.880Z | [ helios-setup] Sep 21 18:28:00.610 INFO E| Compiling strsim v0.8.0 |
| 3142 | 2024-09-21T18:28:01.955Z | [ helios-setup] Sep 21 18:28:00.685 INFO E| Compiling unic-char-property v0.9.0 |
| 3143 | 2024-09-21T18:28:02.016Z | [ helios-setup] Sep 21 18:28:00.747 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3144 | 2024-09-21T18:28:02.106Z | [ helios-setup] Sep 21 18:28:00.837 INFO E| Compiling log v0.4.22 |
| 3145 | 2024-09-21T18:28:02.142Z | [ helios-setup] Sep 21 18:28:00.873 INFO E| Compiling plain v0.2.3 |
| 3146 | 2024-09-21T18:28:02.257Z | [ helios-setup] Sep 21 18:28:00.988 INFO E| Compiling bytesize v1.3.0 |
| 3147 | 2024-09-21T18:28:02.354Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3148 | 2024-09-21T18:28:02.470Z | [ helios-setup] Sep 21 18:28:01.200 INFO E| Compiling clap v2.34.0 |
| 3149 | 2024-09-21T18:28:02.497Z | [ helios-setup] Sep 21 18:28:01.228 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3150 | 2024-09-21T18:28:03.716Z | [ helios-setup] Sep 21 18:28:02.446 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3151 | 2024-09-21T18:28:07.444Z | [ helios-setup] Sep 21 18:28:06.174 INFO E| Compiling toml v0.5.11 |
| 3152 | 2024-09-21T18:28:08.963Z | [ helios-setup] Sep 21 18:28:07.692 INFO E| Compiling thiserror-impl v1.0.63 |
| 3153 | 2024-09-21T18:28:08.963Z | [ helios-setup] Sep 21 18:28:07.692 INFO E| Compiling serde_derive v1.0.204 |
| 3154 | 2024-09-21T18:28:08.965Z | [ helios-setup] Sep 21 18:28:07.692 INFO E| Compiling schemars_derive v0.8.21 |
| 3155 | 2024-09-21T18:28:08.965Z | [ helios-setup] Sep 21 18:28:07.692 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3156 | 2024-09-21T18:28:10.363Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3157 | 2024-09-21T18:28:12.459Z | [ helios-setup] Sep 21 18:28:11.188 INFO E| Compiling proc-macro-crate v0.1.5 |
| 3158 | 2024-09-21T18:28:12.535Z | [ helios-setup] Sep 21 18:28:11.263 INFO E| Compiling zerocopy v0.6.6 |
| 3159 | 2024-09-21T18:28:15.016Z | [ helios-setup] Sep 21 18:28:13.744 INFO E| Compiling pest v2.7.11 |
| 3160 | 2024-09-21T18:28:15.078Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3161 | 2024-09-21T18:28:16.029Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3162 | 2024-09-21T18:28:16.079Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3163 | 2024-09-21T18:28:16.965Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
| 3164 | 2024-09-21T18:28:18.471Z | [ helios-setup] Sep 21 18:28:17.199 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3165 | 2024-09-21T18:28:18.471Z | [ helios-setup] Sep 21 18:28:17.199 INFO E| Compiling num-derive v0.3.3 |
| 3166 | 2024-09-21T18:28:19.003Z | [ helios-setup] Sep 21 18:28:17.731 INFO E| Compiling scroll_derive v0.10.5 |
| 3167 | 2024-09-21T18:28:19.121Z | [ helios-setup] Sep 21 18:28:17.848 INFO E| Compiling strum_macros v0.23.1 |
| 3168 | 2024-09-21T18:28:20.043Z | [ helios-setup] Sep 21 18:28:18.770 INFO E| Compiling pest_meta v2.7.11 |
| 3169 | 2024-09-21T18:28:21.209Z | [ helios-setup] Sep 21 18:28:19.874 INFO E| Compiling structopt-derive v0.4.18 |
| 3170 | 2024-09-21T18:28:22.780Z | [ helios-setup] Sep 21 18:28:21.507 INFO E| Compiling scroll v0.10.2 |
| 3171 | 2024-09-21T18:28:23.590Z | [ helios-setup] Sep 21 18:28:22.317 INFO E| Compiling pest_generator v2.7.11 |
| 3172 | 2024-09-21T18:28:24.236Z | [ helios-setup] Sep 21 18:28:22.962 INFO E| Compiling goblin v0.4.3 |
| 3173 | 2024-09-21T18:28:24.967Z | [ helios-setup] Sep 21 18:28:23.694 INFO E| Compiling modular-bitfield v0.11.2 |
| 3174 | 2024-09-21T18:28:27.297Z | [ helios-setup] Sep 21 18:28:26.023 INFO E| Compiling structopt v0.3.26 |
| 3175 | 2024-09-21T18:28:28.579Z | [ helios-setup] Sep 21 18:28:27.305 INFO E| Compiling pest_derive v2.7.11 |
| 3176 | 2024-09-21T18:28:29.487Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3177 | 2024-09-21T18:28:34.088Z | [ helios-setup] Sep 21 18:28:32.813 INFO E| Compiling json5 v0.4.1 |
| 3178 | 2024-09-21T18:28:35.083Z | [ host-package] Compiling fatfs v0.3.6 |
| 3179 | 2024-09-21T18:28:39.500Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3180 | 2024-09-21T18:28:40.144Z | [ host-package] Compiling subprocess v0.2.9 |
| 3181 | 2024-09-21T18:28:40.541Z | [ helios-setup] Sep 21 18:28:39.265 INFO E| Compiling four-cc v0.3.0 |
| 3182 | 2024-09-21T18:28:40.541Z | [ helios-setup] Sep 21 18:28:39.265 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
| 3183 | 2024-09-21T18:28:40.604Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3184 | 2024-09-21T18:28:40.784Z | [ helios-setup] Sep 21 18:28:39.508 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
| 3185 | 2024-09-21T18:28:42.371Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3186 | 2024-09-21T18:28:46.827Z | [ host-package] Compiling rpassword v7.3.1 |
| 3187 | 2024-09-21T18:28:46.993Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3188 | 2024-09-21T18:28:47.612Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3189 | 2024-09-21T18:28:52.610Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
| 3190 | 2024-09-21T18:28:53.769Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3191 | 2024-09-21T18:28:55.751Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3192 | 2024-09-21T18:29:02.415Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3193 | 2024-09-21T18:29:11.131Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3194 | 2024-09-21T18:29:11.450Z | [ host-package] Compiling uzers v0.11.3 |
| 3195 | 2024-09-21T18:29:11.590Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3196 | 2024-09-21T18:29:14.645Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3197 | 2024-09-21T18:29:17.283Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3198 | 2024-09-21T18:29:19.055Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3199 | 2024-09-21T18:29:25.715Z | [ helios-setup] Sep 21 18:29:24.432 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
| 3200 | 2024-09-21T18:29:45.132Z | [ helios-setup] Sep 21 18:29:43.845 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3201 | 2024-09-21T18:30:04.125Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3202 | 2024-09-21T18:30:16.881Z | [ host-package] Compiling multimap v0.10.0 |
| 3203 | 2024-09-21T18:30:42.063Z | [ helios-setup] Sep 21 18:30:40.767 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 54s |
| 3204 | 2024-09-21T18:30:42.097Z | [ helios-setup] Sep 21 18:30:40.802 INFO building project "amd-host-image-builder" ok (205 seconds) |
| 3205 | 2024-09-21T18:30:42.100Z | [ helios-setup] rm -f helios-build |
| 3206 | 2024-09-21T18:30:42.103Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3207 | 2024-09-21T18:30:42.106Z | [ helios-setup] |
| 3208 | 2024-09-21T18:30:42.108Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3209 | 2024-09-21T18:30:42.111Z | [ helios-setup] |
| 3210 | 2024-09-21T18:30:42.111Z | [ helios-setup] |
| 3211 | 2024-09-21T18:30:42.111Z | [ helios-setup] real 12:39.892587363 |
| 3212 | 2024-09-21T18:30:42.111Z | [ helios-setup] user 29:50.050792048 |
| 3213 | 2024-09-21T18:30:42.111Z | [ helios-setup] sys 3:40.004523542 |
| 3214 | 2024-09-21T18:30:42.111Z | [ helios-setup] trap 1.846413466 |
| 3215 | 2024-09-21T18:30:42.111Z | [ helios-setup] tflt 7.653664466 |
| 3216 | 2024-09-21T18:30:42.111Z | [ helios-setup] dflt 39.291898483 |
| 3217 | 2024-09-21T18:30:42.111Z | [ helios-setup] kflt 0.023428734 |
| 3218 | 2024-09-21T18:30:42.113Z | [ helios-setup] lock 2:03:28.411981646 |
| 3219 | 2024-09-21T18:30:42.113Z | [ helios-setup] slp 3:52:39.962310929 |
| 3220 | 2024-09-21T18:30:42.113Z | [ helios-setup] lat 33:59.305583307 |
| 3221 | 2024-09-21T18:30:42.113Z | [ helios-setup] stop 4:33.062122492 |
| 3222 | 2024-09-21T18:30:42.113Z | Sep 21 18:30:40.816 INFO [helios-setup] process exited with exit status: 0 (759.899016065s) |
| 3223 | 2024-09-21T18:30:42.113Z | Sep 21 18:30:40.817 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
| 3224 | 2024-09-21T18:30:42.137Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos' |
| 3225 | 2024-09-21T18:30:42.428Z | [ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03) |
| 3226 | 2024-09-21T18:30:42.428Z | [ phbl-toolchain] info: downloading component 'cargo' |
| 3227 | 2024-09-21T18:30:44.043Z | [ phbl-toolchain] info: downloading component 'clippy' |
| 3228 | 2024-09-21T18:30:44.413Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
| 3229 | 2024-09-21T18:30:49.968Z | [ phbl-toolchain] info: downloading component 'miri' |
| 3230 | 2024-09-21T18:30:50.187Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
| 3231 | 2024-09-21T18:30:51.686Z | [ phbl-toolchain] info: downloading component 'rust-src' |
| 3232 | 2024-09-21T18:30:52.180Z | [ phbl-toolchain] info: downloading component 'rust-std' |
| 3233 | 2024-09-21T18:30:54.446Z | [ phbl-toolchain] info: downloading component 'rustc' |
| 3234 | 2024-09-21T18:31:27.523Z | [ phbl-toolchain] error: component download failed for rustc-x86_64-unknown-illumos: error decoding response body |
| 3235 | 2024-09-21T18:31:27.531Z | Sep 21 18:31:26.228 ERRO [phbl-toolchain] process exited with exit status: 1 (45.411525599s) |
| 3236 | 2024-09-21T18:31:27.536Z | Error: command `/home/build/.cargo/bin/cargo --version` exited with exit status: 1 |
| 3237 | 2024-09-21T18:31:27.569Z | process exited: duration 1383652 ms, exit code 1 |
| |
| 3238 | 2024-09-21T18:31:27.581Z | found 6 output files |
| 3239 | 2024-09-21T18:31:27.581Z | uploading: /work/helios-setup.log (52339 bytes) |
| 3240 | 2024-09-21T18:31:28.592Z | uploaded: /work/helios-setup.log |
| 3241 | 2024-09-21T18:31:28.592Z | uploading: /work/host-package.log (19847 bytes) |
| 3242 | 2024-09-21T18:31:29.604Z | uploaded: /work/host-package.log |
| 3243 | 2024-09-21T18:31:29.604Z | uploading: /work/host-target.log (101 bytes) |
| 3244 | 2024-09-21T18:31:30.612Z | uploaded: /work/host-target.log |
| 3245 | 2024-09-21T18:31:30.612Z | uploading: /work/omicron-package.log (4389 bytes) |
| 3246 | 2024-09-21T18:31:31.620Z | uploaded: /work/omicron-package.log |
| 3247 | 2024-09-21T18:31:31.623Z | uploading: /work/phbl-toolchain.log (563 bytes) |
| 3248 | 2024-09-21T18:31:32.628Z | uploaded: /work/phbl-toolchain.log |
| 3249 | 2024-09-21T18:31:32.630Z | uploading: /work/recovery-target.log (98 bytes) |
| 3250 | 2024-09-21T18:31:33.637Z | uploaded: /work/recovery-target.log |
| 3251 | 2024-09-21T18:31:33.637Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 3252 | 2024-09-21T18:31:33.637Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 3253 | 2024-09-21T18:31:33.637Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |