|
|
|
| 1 | 2023-12-11T20:44:21.229Z | job assigned to worker 01HHD9X6X82V9ZNWJ7YJCW9FB4 (queued for 1 m 10 s) |
| |
| 2 | 2023-12-11T20:44:22.007Z | starting task 0: "setup" |
| 3 | 2023-12-11T20:44:22.072Z | ++ uname -s |
| 4 | 2023-12-11T20:44:22.080Z | + kern=SunOS |
| 5 | 2023-12-11T20:44:22.080Z | + case "$kern" in |
| 6 | 2023-12-11T20:44:22.081Z | + groupadd -g 12345 build |
| 7 | 2023-12-11T20:44:22.081Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-11T20:44:24.095Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-11T20:44:24.202Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-11T20:44:24.285Z | + home_fs=zfs |
| 11 | 2023-12-11T20:44:24.285Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-11T20:44:24.286Z | + mkdir -p /home/build |
| 13 | 2023-12-11T20:44:24.286Z | + chown build:build /home/build /work |
| 14 | 2023-12-11T20:44:26.215Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-11T20:44:26.221Z | process exited: duration 4206 ms, exit code 0 |
| |
| 16 | 2023-12-11T20:44:26.232Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-11T20:44:26.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-11T20:44:26.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-11T20:44:26.591Z | info: downloading installer |
| 20 | 2023-12-11T20:44:27.800Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-11T20:44:27.800Z | warning: /opt/ooce/bin |
| 22 | 2023-12-11T20:44:27.800Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-11T20:44:27.800Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-11T20:44:27.800Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-11T20:44:27.800Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-11T20:44:27.801Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-11T20:44:27.801Z | error: cannot install while Rust is installed |
| 28 | 2023-12-11T20:44:27.802Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-11T20:44:27.902Z | info: profile set to 'default' |
| 30 | 2023-12-11T20:44:27.902Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-11T20:44:27.908Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-11T20:44:28.063Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-11T20:44:28.064Z | info: downloading component 'cargo' |
| 34 | 2023-12-11T20:44:28.645Z | info: downloading component 'clippy' |
| 35 | 2023-12-11T20:44:28.855Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-11T20:44:29.586Z | info: downloading component 'rust-std' |
| 37 | 2023-12-11T20:44:30.898Z | info: downloading component 'rustc' |
| 38 | 2023-12-11T20:44:33.960Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-11T20:44:34.167Z | info: installing component 'cargo' |
| 40 | 2023-12-11T20:44:37.312Z | info: installing component 'clippy' |
| 41 | 2023-12-11T20:44:39.674Z | info: installing component 'rust-docs' |
| 42 | 2023-12-11T20:44:40.811Z | info: installing component 'rust-std' |
| 43 | 2023-12-11T20:45:01.077Z | info: installing component 'rustc' |
| 44 | 2023-12-11T20:45:01.500Z | info: installing component 'rustfmt' |
| 45 | 2023-12-11T20:45:01.600Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-11T20:45:01.601Z | |
| 47 | 2023-12-11T20:45:01.601Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-11T20:45:01.602Z | |
| 49 | 2023-12-11T20:45:01.602Z | |
| 50 | 2023-12-11T20:45:01.602Z | Rust is installed now. Great! |
| 51 | 2023-12-11T20:45:01.602Z | |
| 52 | 2023-12-11T20:45:01.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-11T20:45:01.603Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-11T20:45:01.603Z | |
| 55 | 2023-12-11T20:45:01.604Z | To configure your current shell, run: |
| 56 | 2023-12-11T20:45:01.604Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-11T20:45:01.604Z | + rustc --version |
| 58 | 2023-12-11T20:45:01.605Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-11T20:45:01.689Z | process exited: duration 28694 ms, exit code 0 |
| |
| 60 | 2023-12-11T20:45:01.800Z | starting task 2: "authentication" |
| 61 | 2023-12-11T20:45:01.842Z | process exited: duration 82 ms, exit code 0 |
| |
| 62 | 2023-12-11T20:45:01.908Z | starting task 3: "clone repository" |
| 63 | 2023-12-11T20:45:01.949Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-11T20:45:01.949Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-11T20:45:02.022Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-11T20:45:08.097Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-11T20:45:08.097Z | + [[ -n add-simulated-crucible-pantry-checks ]] |
| 68 | 2023-12-11T20:45:08.100Z | + git fetch origin add-simulated-crucible-pantry-checks |
| 69 | 2023-12-11T20:45:08.456Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-11T20:45:08.456Z | * branch add-simulated-crucible-pantry-checks -> FETCH_HEAD |
| 71 | 2023-12-11T20:45:08.469Z | + git checkout -B add-simulated-crucible-pantry-checks remotes/origin/add-simulated-crucible-pantry-checks |
| 72 | 2023-12-11T20:45:08.532Z | Switched to a new branch 'add-simulated-crucible-pantry-checks' |
| 73 | 2023-12-11T20:45:08.535Z | branch 'add-simulated-crucible-pantry-checks' set up to track 'origin/add-simulated-crucible-pantry-checks'. |
| 74 | 2023-12-11T20:45:08.536Z | + git reset --hard f6da3086fed29b5a52fd4cf5a2cbc329c6d156b1 |
| 75 | 2023-12-11T20:45:08.631Z | HEAD is now at f6da3086 Check that simulated and real Crucible Pantry APIs are the same |
| 76 | 2023-12-11T20:45:08.634Z | process exited: duration 6762 ms, exit code 0 |
| |
| 77 | 2023-12-11T20:45:08.640Z | starting task 4: "build" |
| 78 | 2023-12-11T20:45:08.647Z | + cargo --version |
| 79 | 2023-12-11T20:45:08.656Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-11T20:45:08.824Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-11T20:45:08.828Z | info: downloading component 'cargo' |
| 82 | 2023-12-11T20:45:09.449Z | info: downloading component 'clippy' |
| 83 | 2023-12-11T20:45:09.650Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-11T20:45:10.412Z | info: downloading component 'rust-std' |
| 85 | 2023-12-11T20:45:11.666Z | info: downloading component 'rustc' |
| 86 | 2023-12-11T20:45:14.746Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-11T20:45:14.914Z | info: installing component 'cargo' |
| 88 | 2023-12-11T20:45:16.220Z | info: installing component 'clippy' |
| 89 | 2023-12-11T20:45:16.688Z | info: installing component 'rust-docs' |
| 90 | 2023-12-11T20:45:19.634Z | info: installing component 'rust-std' |
| 91 | 2023-12-11T20:45:22.299Z | info: installing component 'rustc' |
| 92 | 2023-12-11T20:45:28.319Z | info: installing component 'rustfmt' |
| 93 | 2023-12-11T20:45:28.880Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-11T20:45:28.883Z | + rustc --version |
| 95 | 2023-12-11T20:45:29.011Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-11T20:45:29.020Z | ++ git rev-parse HEAD |
| 97 | 2023-12-11T20:45:29.024Z | + COMMIT=f6da3086fed29b5a52fd4cf5a2cbc329c6d156b1 |
| 98 | 2023-12-11T20:45:29.027Z | + VERSION=5.0.0-0.ci+gitf6da3086fed |
| 99 | 2023-12-11T20:45:29.027Z | + echo 5.0.0-0.ci+gitf6da3086fed |
| 100 | 2023-12-11T20:45:29.028Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-12-11T20:45:44.723Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-12-11T20:45:46.146Z | Startup: Caching catalogs ... Done |
| 103 | 2023-12-11T20:45:53.470Z | Planning: Solver setup ... Done (6.883s) |
| 104 | 2023-12-11T20:45:53.626Z | Planning: Running solver ... Done (0.153s) |
| 105 | 2023-12-11T20:45:53.702Z | Planning: Finding local manifests ... Done (0.004s) |
| 106 | 2023-12-11T20:45:53.716Z | Planning: Fetching manifests: 0/6 0% complete |
| 107 | 2023-12-11T20:45:53.965Z | Planning: Fetching manifests: 6/6 100% complete |
| 108 | 2023-12-11T20:45:54.057Z | Planning: Package planning ... Done (0.092s) |
| 109 | 2023-12-11T20:45:54.141Z | Planning: Merging actions ... Done (0.084s) |
| 110 | 2023-12-11T20:45:55.184Z | Planning: Checking for conflicting actions ... Done (1.042s) |
| 111 | 2023-12-11T20:45:55.213Z | Planning: Consolidating action changes ... Done (0.018s) |
| 112 | 2023-12-11T20:46:00.881Z | Planning: Evaluating mediators ... Done (5.682s) |
| 113 | 2023-12-11T20:46:00.999Z | Planning: Planning completed in 14.79 seconds |
| 114 | 2023-12-11T20:46:04.787Z | Packages to install: 4 |
| 115 | 2023-12-11T20:46:04.787Z | Packages to update: 2 |
| 116 | 2023-12-11T20:46:04.793Z | Mediators to change: 2 |
| 117 | 2023-12-11T20:46:04.793Z | Services to change: 1 |
| 118 | 2023-12-11T20:46:04.793Z | Estimated space available: 148.88 GB |
| 119 | 2023-12-11T20:46:04.794Z | Estimated space to be consumed: 1.43 GB |
| 120 | 2023-12-11T20:46:04.794Z | Create boot environment: No |
| 121 | 2023-12-11T20:46:04.794Z | Create backup boot environment: Yes |
| 122 | 2023-12-11T20:46:04.794Z | Rebuild boot archive: No |
| 123 | 2023-12-11T20:46:04.794Z | |
| 124 | 2023-12-11T20:46:04.794Z | Changed mediators: |
| 125 | 2023-12-11T20:46:04.794Z | mediator clang: |
| 126 | 2023-12-11T20:46:04.794Z | version: None -> 15 (system default) |
| 127 | 2023-12-11T20:46:04.794Z | |
| 128 | 2023-12-11T20:46:04.794Z | mediator llvm: |
| 129 | 2023-12-11T20:46:04.794Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2023-12-11T20:46:04.796Z | |
| 131 | 2023-12-11T20:46:04.796Z | Changed packages: |
| 132 | 2023-12-11T20:46:04.796Z | helios-dev |
| 133 | 2023-12-11T20:46:04.796Z | developer/build-essential |
| 134 | 2023-12-11T20:46:04.796Z | None -> 11-2.0 |
| 135 | 2023-12-11T20:46:04.796Z | library/libxmlsec1 |
| 136 | 2023-12-11T20:46:04.796Z | None -> 1.2.35-2.0 |
| 137 | 2023-12-11T20:46:04.796Z | ooce/developer/clang-15 |
| 138 | 2023-12-11T20:46:04.796Z | None -> 15.0.7-2.0 |
| 139 | 2023-12-11T20:46:04.796Z | ooce/developer/llvm-15 |
| 140 | 2023-12-11T20:46:04.796Z | None -> 15.0.7-2.0 |
| 141 | 2023-12-11T20:46:04.796Z | system/library/g++-runtime |
| 142 | 2023-12-11T20:46:04.796Z | 12-2.0 -> 13-2.0 |
| 143 | 2023-12-11T20:46:04.796Z | system/library/gcc-runtime |
| 144 | 2023-12-11T20:46:04.797Z | 12-2.0 -> 13-2.0 |
| 145 | 2023-12-11T20:46:04.797Z | |
| 146 | 2023-12-11T20:46:04.797Z | Services: |
| 147 | 2023-12-11T20:46:04.797Z | restart_fmri: |
| 148 | 2023-12-11T20:46:04.797Z | svc:/system/update-man-index:default |
| 149 | 2023-12-11T20:46:05.234Z | |
| 150 | 2023-12-11T20:46:05.235Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 151 | 2023-12-11T20:46:10.239Z | Download: 555/3330 items 17.1/221.1MB 7% complete (3.5M/s) |
| 152 | 2023-12-11T20:46:15.231Z | Download: 1136/3330 items 41.2/221.1MB 18% complete (4.0M/s) |
| 153 | 2023-12-11T20:46:20.750Z | Download: 1196/3330 items 83.4/221.1MB 37% complete (8.8M/s) |
| 154 | 2023-12-11T20:46:25.753Z | Download: 1510/3330 items 117.2/221.1MB 53% complete (7.1M/s) |
| 155 | 2023-12-11T20:46:30.822Z | Download: 2212/3330 items 119.0/221.1MB 53% complete (3.7M/s) |
| 156 | 2023-12-11T20:46:35.813Z | Download: 2678/3330 items 120.7/221.1MB 54% complete (349k/s) |
| 157 | 2023-12-11T20:46:40.830Z | Download: 3247/3330 items 186.9/221.1MB 84% complete (6.7M/s) |
| 158 | 2023-12-11T20:46:44.226Z | Download: Completed 221.11 MB in 39.01 seconds (5.7M/s) |
| 159 | 2023-12-11T20:46:46.521Z | Actions: 1/3766 actions (Removing old actions) |
| 160 | 2023-12-11T20:46:46.524Z | Actions: 5/3766 actions (Installing new actions) |
| 161 | 2023-12-11T20:46:51.947Z | Actions: 3177/3766 actions (Installing new actions) |
| 162 | 2023-12-11T20:46:54.708Z | Actions: 3729/3766 actions (Updating modified actions) |
| 163 | 2023-12-11T20:46:55.267Z | Actions: Completed 3766 actions in 8.75 seconds. |
| 164 | 2023-12-11T20:46:55.384Z | Done (0.109s) |
| 165 | 2023-12-11T20:46:55.387Z | Done (0.000s) |
| 166 | 2023-12-11T20:46:55.660Z | Done (0.275s) |
| 167 | 2023-12-11T20:47:03.504Z | Done (7.718s) |
| 168 | 2023-12-11T20:47:03.770Z | Done (0.155s) |
| 169 | 2023-12-11T20:47:03.773Z | Done (0.000s) |
| 170 | 2023-12-11T20:47:04.014Z | Done (0.000s) |
| 171 | 2023-12-11T20:47:04.768Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2023-12-11T20:47:05.079Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2023-12-11T20:47:05.088Z | Planning: Consolidating action changes ... Done |
| 174 | 2023-12-11T20:47:05.499Z | Planning: Evaluating mediators ... Done |
| 175 | 2023-12-11T20:47:05.516Z | Planning: Planning completed in 0.73 seconds |
| 176 | 2023-12-11T20:47:05.561Z | Mediators to change: 2 |
| 177 | 2023-12-11T20:47:05.561Z | Create boot environment: No |
| 178 | 2023-12-11T20:47:05.568Z | Create backup boot environment: No |
| 179 | 2023-12-11T20:47:05.674Z | Done |
| 180 | 2023-12-11T20:47:05.675Z | Done |
| 181 | 2023-12-11T20:47:05.846Z | Done |
| 182 | 2023-12-11T20:47:11.810Z | Done |
| 183 | 2023-12-11T20:47:11.934Z | Done |
| 184 | 2023-12-11T20:47:11.937Z | Done |
| 185 | 2023-12-11T20:47:12.109Z | Done |
| 186 | 2023-12-11T20:47:13.138Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2023-12-11T20:47:13.141Z | Planning: Merging actions ... Done |
| 188 | 2023-12-11T20:47:13.480Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2023-12-11T20:47:13.485Z | Planning: Consolidating action changes ... Done |
| 190 | 2023-12-11T20:47:13.958Z | Planning: Evaluating mediators ... Done |
| 191 | 2023-12-11T20:47:14.009Z | Planning: Planning completed in 1.32 seconds |
| 192 | 2023-12-11T20:47:14.072Z | Packages to change: 1 |
| 193 | 2023-12-11T20:47:14.072Z | Mediators to change: 1 |
| 194 | 2023-12-11T20:47:14.078Z | Services to change: 1 |
| 195 | 2023-12-11T20:47:14.078Z | Create boot environment: No |
| 196 | 2023-12-11T20:47:14.078Z | Create backup boot environment: Yes |
| 197 | 2023-12-11T20:47:16.249Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2023-12-11T20:47:16.255Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2023-12-11T20:47:16.256Z | Done |
| 200 | 2023-12-11T20:47:16.256Z | Done |
| 201 | 2023-12-11T20:47:16.310Z | Done |
| 202 | 2023-12-11T20:47:26.043Z | Done |
| 203 | 2023-12-11T20:47:26.044Z | Done |
| 204 | 2023-12-11T20:47:26.044Z | Done |
| 205 | 2023-12-11T20:47:26.044Z | Done |
| 206 | 2023-12-11T20:47:26.044Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2023-12-11T20:47:26.044Z | clang system 15 system |
| 208 | 2023-12-11T20:47:26.044Z | csh system system illumos |
| 209 | 2023-12-11T20:47:26.044Z | ctags system system illumos |
| 210 | 2023-12-11T20:47:26.045Z | gcc vendor 12 vendor |
| 211 | 2023-12-11T20:47:26.045Z | gcc system 10 system |
| 212 | 2023-12-11T20:47:26.045Z | gcc system 7 system |
| 213 | 2023-12-11T20:47:26.045Z | go system 1.20 system |
| 214 | 2023-12-11T20:47:26.045Z | go system 1.19 system |
| 215 | 2023-12-11T20:47:26.045Z | llvm system 15 system |
| 216 | 2023-12-11T20:47:26.045Z | llvm system 14 system |
| 217 | 2023-12-11T20:47:26.048Z | mariadb system 10.6 system |
| 218 | 2023-12-11T20:47:26.048Z | mta vendor vendor dma |
| 219 | 2023-12-11T20:47:26.048Z | openjdk system 17 system |
| 220 | 2023-12-11T20:47:26.048Z | openjdk system 11 system |
| 221 | 2023-12-11T20:47:26.048Z | openjdk system 1.8 system |
| 222 | 2023-12-11T20:47:26.048Z | openssl vendor 3 vendor |
| 223 | 2023-12-11T20:47:26.048Z | perl system 5.36 system |
| 224 | 2023-12-11T20:47:26.049Z | postgresql system 15 system |
| 225 | 2023-12-11T20:47:26.049Z | postgresql system 13 system |
| 226 | 2023-12-11T20:47:26.049Z | python vendor 3 vendor |
| 227 | 2023-12-11T20:47:26.049Z | python system 2 system |
| 228 | 2023-12-11T20:47:26.049Z | python3 system 3.11 system |
| 229 | 2023-12-11T20:47:26.050Z | ruby system 3.0 system |
| 230 | 2023-12-11T20:47:26.050Z | words vendor vendor american-english |
| 231 | 2023-12-11T20:47:26.050Z | words system system australian-english |
| 232 | 2023-12-11T20:47:26.050Z | words system system british-english |
| 233 | 2023-12-11T20:47:26.050Z | words system system canadian-english |
| 234 | 2023-12-11T20:47:26.050Z | words system system french |
| 235 | 2023-12-11T20:47:26.050Z | words system system italian |
| 236 | 2023-12-11T20:47:26.050Z | words system system ngerman |
| 237 | 2023-12-11T20:47:26.051Z | words system system ogerman |
| 238 | 2023-12-11T20:47:26.051Z | words system system spanish |
| 239 | 2023-12-11T20:47:26.051Z | FMRI IFO |
| 240 | 2023-12-11T20:47:26.051Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 241 | 2023-12-11T20:47:26.051Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 242 | 2023-12-11T20:47:26.052Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 243 | 2023-12-11T20:47:26.052Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 244 | 2023-12-11T20:47:26.052Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 245 | 2023-12-11T20:47:26.052Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 246 | 2023-12-11T20:47:26.052Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 247 | 2023-12-11T20:47:26.053Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 248 | 2023-12-11T20:47:26.054Z | + set -o errexit |
| 249 | 2023-12-11T20:47:26.054Z | +++ dirname ./tools/ci_download_cockroachdb |
| 250 | 2023-12-11T20:47:26.054Z | ++ cd ./tools |
| 251 | 2023-12-11T20:47:26.054Z | ++ pwd |
| 252 | 2023-12-11T20:47:26.055Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 253 | 2023-12-11T20:47:26.055Z | ++ basename ./tools/ci_download_cockroachdb |
| 254 | 2023-12-11T20:47:26.055Z | + ARG0=ci_download_cockroachdb |
| 255 | 2023-12-11T20:47:26.055Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 256 | 2023-12-11T20:47:26.055Z | + CIDL_VERSION=v22.1.9 |
| 257 | 2023-12-11T20:47:26.056Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 258 | 2023-12-11T20:47:26.056Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 259 | 2023-12-11T20:47:26.056Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 260 | 2023-12-11T20:47:26.056Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 261 | 2023-12-11T20:47:26.056Z | + TARGET_DIR=out |
| 262 | 2023-12-11T20:47:26.056Z | + DOWNLOAD_DIR=out/downloads |
| 263 | 2023-12-11T20:47:26.056Z | + DEST_DIR=./out/cockroachdb |
| 264 | 2023-12-11T20:47:26.056Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 265 | 2023-12-11T20:47:26.056Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 266 | 2023-12-11T20:47:26.056Z | + main |
| 267 | 2023-12-11T20:47:26.067Z | + [[ 0 != 0 ]] |
| 268 | 2023-12-11T20:47:26.068Z | + CIDL_OS=solaris2.11 |
| 269 | 2023-12-11T20:47:26.068Z | + [[ 0 != 0 ]] |
| 270 | 2023-12-11T20:47:26.068Z | + configure_os solaris2.11 |
| 271 | 2023-12-11T20:47:26.068Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 272 | 2023-12-11T20:47:26.069Z | current directory: /work/oxidecomputer/omicron |
| 273 | 2023-12-11T20:47:26.069Z | + echo 'configuring based on OS: "solaris2.11"' |
| 274 | 2023-12-11T20:47:26.069Z | configuring based on OS: "solaris2.11" |
| 275 | 2023-12-11T20:47:26.069Z | + case "$1" in |
| 276 | 2023-12-11T20:47:26.069Z | + CIDL_BUILD=illumos |
| 277 | 2023-12-11T20:47:26.069Z | + CIDL_SUFFIX=tar.gz |
| 278 | 2023-12-11T20:47:26.069Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 279 | 2023-12-11T20:47:26.070Z | + CIDL_MD5FUNC=do_md5sum |
| 280 | 2023-12-11T20:47:26.070Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 281 | 2023-12-11T20:47:26.070Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 282 | 2023-12-11T20:47:26.070Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 283 | 2023-12-11T20:47:26.070Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2023-12-11T20:47:26.070Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 285 | 2023-12-11T20:47:26.070Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 286 | 2023-12-11T20:47:26.070Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 287 | 2023-12-11T20:47:26.071Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 288 | 2023-12-11T20:47:26.071Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2023-12-11T20:47:26.071Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 290 | 2023-12-11T20:47:26.071Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2023-12-11T20:47:26.071Z | + mkdir -p out/downloads |
| 292 | 2023-12-11T20:47:26.071Z | + mkdir -p ./out/cockroachdb |
| 293 | 2023-12-11T20:47:26.071Z | + local DO_DOWNLOAD=true |
| 294 | 2023-12-11T20:47:26.072Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 295 | 2023-12-11T20:47:26.072Z | + '[' true == true ']' |
| 296 | 2023-12-11T20:47:26.072Z | + echo Downloading... |
| 297 | 2023-12-11T20:47:26.072Z | Downloading... |
| 298 | 2023-12-11T20:47:26.072Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2023-12-11T20:47:26.072Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2023-12-11T20:47:32.962Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2023-12-11T20:47:32.965Z | ++ md5sum |
| 302 | 2023-12-11T20:47:32.965Z | ++ awk '{print $1}' |
| 303 | 2023-12-11T20:47:33.153Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 304 | 2023-12-11T20:47:33.153Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 305 | 2023-12-11T20:47:33.154Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 306 | 2023-12-11T20:47:33.154Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 307 | 2023-12-11T20:47:36.526Z | + do_assemble_illumos |
| 308 | 2023-12-11T20:47:36.526Z | + rm -r ./out/cockroachdb |
| 309 | 2023-12-11T20:47:36.539Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 310 | 2023-12-11T20:47:37.167Z | + ./out/cockroachdb/bin/cockroach version |
| 311 | 2023-12-11T20:47:37.485Z | Build Tag: v22.1.9-dirty |
| 312 | 2023-12-11T20:47:37.485Z | Build Time: 2022/10/26 21:17:46 |
| 313 | 2023-12-11T20:47:37.486Z | Distribution: OSS |
| 314 | 2023-12-11T20:47:37.486Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 315 | 2023-12-11T20:47:37.486Z | Go Version: go1.17.13 |
| 316 | 2023-12-11T20:47:37.486Z | C Compiler: gcc 10.3.0 |
| 317 | 2023-12-11T20:47:37.486Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 318 | 2023-12-11T20:47:37.488Z | Build Type: release |
| 319 | 2023-12-11T20:47:37.510Z | + set -o errexit |
| 320 | 2023-12-11T20:47:37.513Z | +++ dirname ./tools/ci_download_clickhouse |
| 321 | 2023-12-11T20:47:37.513Z | ++ cd ./tools |
| 322 | 2023-12-11T20:47:37.513Z | ++ pwd |
| 323 | 2023-12-11T20:47:37.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 324 | 2023-12-11T20:47:37.516Z | ++ basename ./tools/ci_download_clickhouse |
| 325 | 2023-12-11T20:47:37.519Z | + ARG0=ci_download_clickhouse |
| 326 | 2023-12-11T20:47:37.520Z | + TARGET_DIR=out |
| 327 | 2023-12-11T20:47:37.520Z | + DOWNLOAD_DIR=out/downloads |
| 328 | 2023-12-11T20:47:37.520Z | + DEST_DIR=./out/clickhouse |
| 329 | 2023-12-11T20:47:37.521Z | + CIDL_VERSION=v22.8.9.24 |
| 330 | 2023-12-11T20:47:37.521Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 331 | 2023-12-11T20:47:37.521Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 332 | 2023-12-11T20:47:37.522Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 333 | 2023-12-11T20:47:37.522Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 334 | 2023-12-11T20:47:37.522Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 335 | 2023-12-11T20:47:37.522Z | + main |
| 336 | 2023-12-11T20:47:37.522Z | + [[ 0 != 0 ]] |
| 337 | 2023-12-11T20:47:37.522Z | + CIDL_OS=solaris2.11 |
| 338 | 2023-12-11T20:47:37.522Z | + [[ 0 != 0 ]] |
| 339 | 2023-12-11T20:47:37.522Z | + configure_os solaris2.11 |
| 340 | 2023-12-11T20:47:37.522Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 341 | 2023-12-11T20:47:37.522Z | current directory: /work/oxidecomputer/omicron |
| 342 | 2023-12-11T20:47:37.522Z | + echo 'configuring based on OS: "solaris2.11"' |
| 343 | 2023-12-11T20:47:37.522Z | + CIDL_DASHREV= |
| 344 | 2023-12-11T20:47:37.522Z | + case "$1" in |
| 345 | 2023-12-11T20:47:37.522Z | configuring based on OS: "solaris2.11" |
| 346 | 2023-12-11T20:47:37.522Z | + CIDL_PLATFORM=illumos |
| 347 | 2023-12-11T20:47:37.522Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 348 | 2023-12-11T20:47:37.522Z | + CIDL_MD5FUNC=do_md5sum |
| 349 | 2023-12-11T20:47:37.522Z | + CIDL_DASHREV=-1 |
| 350 | 2023-12-11T20:47:37.523Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 351 | 2023-12-11T20:47:37.523Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 352 | 2023-12-11T20:47:37.523Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 353 | 2023-12-11T20:47:37.523Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 354 | 2023-12-11T20:47:37.523Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 355 | 2023-12-11T20:47:37.524Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 356 | 2023-12-11T20:47:37.525Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 357 | 2023-12-11T20:47:37.525Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 358 | 2023-12-11T20:47:37.525Z | + mkdir -p out/downloads |
| 359 | 2023-12-11T20:47:37.528Z | + mkdir -p ./out/clickhouse |
| 360 | 2023-12-11T20:47:37.528Z | + local DO_DOWNLOAD=true |
| 361 | 2023-12-11T20:47:37.528Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 362 | 2023-12-11T20:47:37.528Z | + '[' true == true ']' |
| 363 | 2023-12-11T20:47:37.528Z | + echo Downloading... |
| 364 | 2023-12-11T20:47:37.528Z | Downloading... |
| 365 | 2023-12-11T20:47:37.528Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 366 | 2023-12-11T20:47:37.528Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 367 | 2023-12-11T20:47:39.321Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 368 | 2023-12-11T20:47:39.324Z | ++ md5sum |
| 369 | 2023-12-11T20:47:39.324Z | ++ awk '{print $1}' |
| 370 | 2023-12-11T20:47:39.585Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 371 | 2023-12-11T20:47:39.585Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 372 | 2023-12-11T20:47:39.585Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 373 | 2023-12-11T20:47:39.587Z | + mkdir -p ./out/clickhouse |
| 374 | 2023-12-11T20:47:39.588Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 375 | 2023-12-11T20:47:44.449Z | + ./out/clickhouse/clickhouse server --version |
| 376 | 2023-12-11T20:47:44.504Z | ClickHouse server version 22.8.9.1. |
| 377 | 2023-12-11T20:47:44.527Z | + set -o errexit |
| 378 | 2023-12-11T20:47:44.530Z | +++ dirname ./tools/ci_download_console |
| 379 | 2023-12-11T20:47:44.533Z | ++ cd ./tools |
| 380 | 2023-12-11T20:47:44.533Z | ++ pwd |
| 381 | 2023-12-11T20:47:44.533Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 382 | 2023-12-11T20:47:44.536Z | ++ basename ./tools/ci_download_console |
| 383 | 2023-12-11T20:47:44.536Z | + ARG0=ci_download_console |
| 384 | 2023-12-11T20:47:44.536Z | + TARGET_DIR=out |
| 385 | 2023-12-11T20:47:44.536Z | + DOWNLOAD_DIR=out/downloads |
| 386 | 2023-12-11T20:47:44.536Z | + DEST_DIR=./out/console-assets |
| 387 | 2023-12-11T20:47:44.536Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 388 | 2023-12-11T20:47:44.536Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
| 389 | 2023-12-11T20:47:44.536Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 390 | 2023-12-11T20:47:44.536Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 391 | 2023-12-11T20:47:44.536Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 392 | 2023-12-11T20:47:44.536Z | + main |
| 393 | 2023-12-11T20:47:44.536Z | + [[ 0 != 0 ]] |
| 394 | 2023-12-11T20:47:44.536Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
| 395 | 2023-12-11T20:47:44.536Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 396 | 2023-12-11T20:47:44.541Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 397 | 2023-12-11T20:47:44.541Z | Local file: out/downloads/console.tar.gz |
| 398 | 2023-12-11T20:47:44.541Z | + local DO_DOWNLOAD=true |
| 399 | 2023-12-11T20:47:44.541Z | + [[ -f out/downloads/console.tar.gz ]] |
| 400 | 2023-12-11T20:47:44.541Z | + mkdir -p out/downloads |
| 401 | 2023-12-11T20:47:44.541Z | + '[' true == true ']' |
| 402 | 2023-12-11T20:47:44.541Z | + echo Downloading... |
| 403 | 2023-12-11T20:47:44.541Z | Downloading... |
| 404 | 2023-12-11T20:47:44.541Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
| 405 | 2023-12-11T20:47:44.541Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 406 | 2023-12-11T20:47:45.505Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 407 | 2023-12-11T20:47:45.506Z | ++ case "$OSTYPE" in |
| 408 | 2023-12-11T20:47:45.506Z | ++ SHA=sha256sum |
| 409 | 2023-12-11T20:47:45.964Z | ++ sha256sum |
| 410 | 2023-12-11T20:47:45.964Z | ++ awk '{print $1}' |
| 411 | 2023-12-11T20:47:45.964Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 412 | 2023-12-11T20:47:45.964Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
| 413 | 2023-12-11T20:47:45.964Z | + rm -rf ./out/console-assets |
| 414 | 2023-12-11T20:47:45.964Z | + mkdir -p ./out/console-assets |
| 415 | 2023-12-11T20:47:45.965Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 416 | 2023-12-11T20:47:45.965Z | + mkdir -p ./out/console-assets |
| 417 | 2023-12-11T20:47:45.965Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 418 | 2023-12-11T20:47:45.965Z | + set -o errexit |
| 419 | 2023-12-11T20:47:45.965Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 420 | 2023-12-11T20:47:45.967Z | ++ cd ./tools |
| 421 | 2023-12-11T20:47:45.968Z | ++ pwd |
| 422 | 2023-12-11T20:47:45.968Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 423 | 2023-12-11T20:47:45.968Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 424 | 2023-12-11T20:47:45.968Z | + ARG0=ci_download_maghemite_openapi |
| 425 | 2023-12-11T20:47:45.968Z | + TARGET_DIR=out |
| 426 | 2023-12-11T20:47:45.968Z | + DOWNLOAD_DIR=out/downloads |
| 427 | 2023-12-11T20:47:45.968Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 428 | 2023-12-11T20:47:45.968Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 429 | 2023-12-11T20:47:45.968Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 430 | 2023-12-11T20:47:45.969Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 431 | 2023-12-11T20:47:45.969Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 432 | 2023-12-11T20:47:45.969Z | + main |
| 433 | 2023-12-11T20:47:45.969Z | + [[ 0 != 0 ]] |
| 434 | 2023-12-11T20:47:45.969Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
| 435 | 2023-12-11T20:47:45.969Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 436 | 2023-12-11T20:47:45.969Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 437 | 2023-12-11T20:47:45.969Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 438 | 2023-12-11T20:47:45.969Z | + local DO_DOWNLOAD=true |
| 439 | 2023-12-11T20:47:45.969Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 440 | 2023-12-11T20:47:45.969Z | + mkdir -p out/downloads |
| 441 | 2023-12-11T20:47:45.969Z | + '[' true == true ']' |
| 442 | 2023-12-11T20:47:45.969Z | + echo Downloading... |
| 443 | 2023-12-11T20:47:45.969Z | Downloading... |
| 444 | 2023-12-11T20:47:45.972Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 445 | 2023-12-11T20:47:45.972Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 446 | 2023-12-11T20:47:45.972Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 447 | 2023-12-11T20:47:45.972Z | ++ case "$OSTYPE" in |
| 448 | 2023-12-11T20:47:45.972Z | ++ SHA=sha256sum |
| 449 | 2023-12-11T20:47:45.973Z | ++ sha256sum |
| 450 | 2023-12-11T20:47:45.973Z | ++ awk '{print $1}' |
| 451 | 2023-12-11T20:47:45.973Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 452 | 2023-12-11T20:47:45.973Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 453 | 2023-12-11T20:47:45.974Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 454 | 2023-12-11T20:47:45.974Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 455 | 2023-12-11T20:47:45.974Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 456 | 2023-12-11T20:47:45.974Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 457 | 2023-12-11T20:47:45.974Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 458 | 2023-12-11T20:47:45.974Z | + main |
| 459 | 2023-12-11T20:47:45.974Z | + [[ 0 != 0 ]] |
| 460 | 2023-12-11T20:47:45.974Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
| 461 | 2023-12-11T20:47:45.974Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 462 | 2023-12-11T20:47:45.974Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 463 | 2023-12-11T20:47:45.974Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 464 | 2023-12-11T20:47:45.975Z | + local DO_DOWNLOAD=true |
| 465 | 2023-12-11T20:47:45.975Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 466 | 2023-12-11T20:47:45.975Z | + mkdir -p out/downloads |
| 467 | 2023-12-11T20:47:45.978Z | + '[' true == true ']' |
| 468 | 2023-12-11T20:47:45.979Z | + echo Downloading... |
| 469 | 2023-12-11T20:47:45.979Z | Downloading... |
| 470 | 2023-12-11T20:47:45.979Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 471 | 2023-12-11T20:47:45.979Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 472 | 2023-12-11T20:47:46.112Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 473 | 2023-12-11T20:47:46.114Z | ++ case "$OSTYPE" in |
| 474 | 2023-12-11T20:47:46.114Z | ++ SHA=sha256sum |
| 475 | 2023-12-11T20:47:46.115Z | ++ sha256sum |
| 476 | 2023-12-11T20:47:46.115Z | ++ awk '{print $1}' |
| 477 | 2023-12-11T20:47:46.118Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 478 | 2023-12-11T20:47:46.118Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
| 479 | 2023-12-11T20:47:46.128Z | + set -o errexit |
| 480 | 2023-12-11T20:47:46.131Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 481 | 2023-12-11T20:47:46.133Z | ++ cd ./tools |
| 482 | 2023-12-11T20:47:46.133Z | ++ pwd |
| 483 | 2023-12-11T20:47:46.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 484 | 2023-12-11T20:47:46.168Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 485 | 2023-12-11T20:47:46.168Z | + ARG0=ci_download_dendrite_openapi |
| 486 | 2023-12-11T20:47:46.168Z | + TARGET_DIR=out |
| 487 | 2023-12-11T20:47:46.168Z | + DOWNLOAD_DIR=out/downloads |
| 488 | 2023-12-11T20:47:46.168Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 489 | 2023-12-11T20:47:46.168Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 490 | 2023-12-11T20:47:46.168Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 491 | 2023-12-11T20:47:46.168Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 492 | 2023-12-11T20:47:46.168Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 493 | 2023-12-11T20:47:46.168Z | + main |
| 494 | 2023-12-11T20:47:46.172Z | + [[ 0 != 0 ]] |
| 495 | 2023-12-11T20:47:46.172Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
| 496 | 2023-12-11T20:47:46.172Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 497 | 2023-12-11T20:47:46.172Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
| 498 | 2023-12-11T20:47:46.172Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 499 | 2023-12-11T20:47:46.172Z | + local DO_DOWNLOAD=true |
| 500 | 2023-12-11T20:47:46.172Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
| 501 | 2023-12-11T20:47:46.174Z | + mkdir -p out/downloads |
| 502 | 2023-12-11T20:47:46.174Z | + '[' true == true ']' |
| 503 | 2023-12-11T20:47:46.174Z | + echo Downloading... |
| 504 | 2023-12-11T20:47:46.174Z | Downloading... |
| 505 | 2023-12-11T20:47:46.174Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 506 | 2023-12-11T20:47:46.174Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 507 | 2023-12-11T20:47:46.341Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 508 | 2023-12-11T20:47:46.351Z | ++ case "$OSTYPE" in |
| 509 | 2023-12-11T20:47:46.351Z | ++ SHA=sha256sum |
| 510 | 2023-12-11T20:47:46.351Z | ++ sha256sum |
| 511 | 2023-12-11T20:47:46.352Z | ++ awk '{print $1}' |
| 512 | 2023-12-11T20:47:46.352Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 513 | 2023-12-11T20:47:46.352Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 514 | 2023-12-11T20:47:46.372Z | + set -o errexit |
| 515 | 2023-12-11T20:47:46.810Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 516 | 2023-12-11T20:47:46.811Z | ++ cd ./tools |
| 517 | 2023-12-11T20:47:46.811Z | ++ pwd |
| 518 | 2023-12-11T20:47:46.811Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 519 | 2023-12-11T20:47:46.812Z | ++ basename ./tools/ci_download_dendrite_stub |
| 520 | 2023-12-11T20:47:46.812Z | + ARG0=ci_download_dendrite_stub |
| 521 | 2023-12-11T20:47:46.812Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 522 | 2023-12-11T20:47:46.812Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 523 | 2023-12-11T20:47:46.814Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
| 524 | 2023-12-11T20:47:46.814Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
| 525 | 2023-12-11T20:47:46.814Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 526 | 2023-12-11T20:47:46.814Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 527 | 2023-12-11T20:47:46.815Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 528 | 2023-12-11T20:47:46.815Z | + TARGET_DIR=out |
| 529 | 2023-12-11T20:47:46.815Z | + DOWNLOAD_DIR=out/downloads |
| 530 | 2023-12-11T20:47:46.816Z | + DEST_DIR=./out/dendrite-stub |
| 531 | 2023-12-11T20:47:46.816Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 532 | 2023-12-11T20:47:46.817Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 533 | 2023-12-11T20:47:46.817Z | + REPO=oxidecomputer/dendrite |
| 534 | 2023-12-11T20:47:46.817Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 535 | 2023-12-11T20:47:46.817Z | + main |
| 536 | 2023-12-11T20:47:46.817Z | + [[ 0 != 0 ]] |
| 537 | 2023-12-11T20:47:46.817Z | + CIDL_OS=solaris2.11 |
| 538 | 2023-12-11T20:47:46.819Z | + [[ 0 != 0 ]] |
| 539 | 2023-12-11T20:47:46.819Z | + configure_os solaris2.11 |
| 540 | 2023-12-11T20:47:46.819Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 541 | 2023-12-11T20:47:46.820Z | current directory: /work/oxidecomputer/omicron |
| 542 | 2023-12-11T20:47:46.820Z | + echo 'configuring based on OS: "solaris2.11"' |
| 543 | 2023-12-11T20:47:46.820Z | configuring based on OS: "solaris2.11" |
| 544 | 2023-12-11T20:47:46.820Z | + case "$1" in |
| 545 | 2023-12-11T20:47:46.820Z | + SET_BINARIES= |
| 546 | 2023-12-11T20:47:46.821Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 547 | 2023-12-11T20:47:46.821Z | + CIDL_SHA256FUNC=do_sha256sum |
| 548 | 2023-12-11T20:47:46.821Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 549 | 2023-12-11T20:47:46.821Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 550 | 2023-12-11T20:47:46.821Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 551 | 2023-12-11T20:47:46.822Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
| 552 | 2023-12-11T20:47:46.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 553 | 2023-12-11T20:47:46.822Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 554 | 2023-12-11T20:47:46.822Z | + mkdir -p out/downloads |
| 555 | 2023-12-11T20:47:46.822Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 556 | 2023-12-11T20:47:46.823Z | + mkdir -p ./out/dendrite-stub |
| 557 | 2023-12-11T20:47:46.823Z | + fetch_and_verify |
| 558 | 2023-12-11T20:47:46.823Z | + local DO_DOWNLOAD=true |
| 559 | 2023-12-11T20:47:46.823Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 560 | 2023-12-11T20:47:46.824Z | + '[' true == true ']' |
| 561 | 2023-12-11T20:47:46.824Z | + echo Downloading... |
| 562 | 2023-12-11T20:47:46.824Z | Downloading... |
| 563 | 2023-12-11T20:47:46.824Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 564 | 2023-12-11T20:47:46.824Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 565 | 2023-12-11T20:47:53.930Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 566 | 2023-12-11T20:47:53.939Z | ++ sha256sum |
| 567 | 2023-12-11T20:47:53.940Z | ++ awk '{print $1}' |
| 568 | 2023-12-11T20:47:54.033Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 569 | 2023-12-11T20:47:54.033Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
| 570 | 2023-12-11T20:47:54.036Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 571 | 2023-12-11T20:47:54.037Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 572 | 2023-12-11T20:47:55.153Z | + do_assemble |
| 573 | 2023-12-11T20:47:55.154Z | + rm -r ./out/dendrite-stub |
| 574 | 2023-12-11T20:47:55.179Z | + mkdir ./out/dendrite-stub |
| 575 | 2023-12-11T20:47:55.179Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 576 | 2023-12-11T20:47:55.672Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 577 | 2023-12-11T20:47:55.672Z | + set -o errexit |
| 578 | 2023-12-11T20:47:55.684Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 579 | 2023-12-11T20:47:55.684Z | ++ cd ./tools |
| 580 | 2023-12-11T20:47:55.684Z | ++ pwd |
| 581 | 2023-12-11T20:47:55.685Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 582 | 2023-12-11T20:47:55.685Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 583 | 2023-12-11T20:47:55.685Z | + ARG0=ci_download_maghemite_mgd |
| 584 | 2023-12-11T20:47:55.686Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 585 | 2023-12-11T20:47:55.686Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 586 | 2023-12-11T20:47:55.687Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
| 587 | 2023-12-11T20:47:55.687Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 588 | 2023-12-11T20:47:55.689Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 589 | 2023-12-11T20:47:55.689Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 590 | 2023-12-11T20:47:55.690Z | + TARGET_DIR=out |
| 591 | 2023-12-11T20:47:55.690Z | + DOWNLOAD_DIR=out/downloads |
| 592 | 2023-12-11T20:47:55.690Z | + DEST_DIR=./out/mgd |
| 593 | 2023-12-11T20:47:55.691Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 594 | 2023-12-11T20:47:55.691Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 595 | 2023-12-11T20:47:55.691Z | + REPO=oxidecomputer/maghemite |
| 596 | 2023-12-11T20:47:55.691Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 597 | 2023-12-11T20:47:55.691Z | + main |
| 598 | 2023-12-11T20:47:55.691Z | + [[ 0 != 0 ]] |
| 599 | 2023-12-11T20:47:55.692Z | + CIDL_OS=solaris2.11 |
| 600 | 2023-12-11T20:47:55.692Z | + [[ 0 != 0 ]] |
| 601 | 2023-12-11T20:47:55.692Z | + configure_os solaris2.11 |
| 602 | 2023-12-11T20:47:55.692Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 603 | 2023-12-11T20:47:55.693Z | current directory: /work/oxidecomputer/omicron |
| 604 | 2023-12-11T20:47:55.693Z | + echo 'configuring based on OS: "solaris2.11"' |
| 605 | 2023-12-11T20:47:55.693Z | + case "$1" in |
| 606 | 2023-12-11T20:47:55.693Z | configuring based on OS: "solaris2.11" |
| 607 | 2023-12-11T20:47:55.693Z | + SET_BINARIES= |
| 608 | 2023-12-11T20:47:55.694Z | + CIDL_SHA256FUNC=do_sha256sum |
| 609 | 2023-12-11T20:47:55.694Z | + TARBALL_FILENAME=mgd.tar.gz |
| 610 | 2023-12-11T20:47:55.694Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 611 | 2023-12-11T20:47:55.694Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 612 | 2023-12-11T20:47:55.694Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
| 613 | 2023-12-11T20:47:55.694Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 614 | 2023-12-11T20:47:55.694Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 615 | 2023-12-11T20:47:55.694Z | Local file: out/downloads/mgd.tar.gz |
| 616 | 2023-12-11T20:47:55.695Z | + mkdir -p out/downloads |
| 617 | 2023-12-11T20:47:55.695Z | + mkdir -p ./out/mgd |
| 618 | 2023-12-11T20:47:55.695Z | + fetch_and_verify |
| 619 | 2023-12-11T20:47:55.695Z | + local DO_DOWNLOAD=true |
| 620 | 2023-12-11T20:47:55.695Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 621 | 2023-12-11T20:47:55.695Z | + '[' true == true ']' |
| 622 | 2023-12-11T20:47:55.696Z | + echo Downloading... |
| 623 | 2023-12-11T20:47:55.696Z | Downloading... |
| 624 | 2023-12-11T20:47:55.696Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
| 625 | 2023-12-11T20:47:55.696Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 626 | 2023-12-11T20:48:00.495Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 627 | 2023-12-11T20:48:00.509Z | ++ sha256sum |
| 628 | 2023-12-11T20:48:00.510Z | ++ awk '{print $1}' |
| 629 | 2023-12-11T20:48:00.567Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 630 | 2023-12-11T20:48:00.567Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
| 631 | 2023-12-11T20:48:00.577Z | + do_untar out/downloads/mgd.tar.gz |
| 632 | 2023-12-11T20:48:00.578Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 633 | 2023-12-11T20:48:01.231Z | + do_assemble |
| 634 | 2023-12-11T20:48:01.231Z | + rm -r ./out/mgd |
| 635 | 2023-12-11T20:48:01.245Z | + mkdir ./out/mgd |
| 636 | 2023-12-11T20:48:01.245Z | + cp -r out/downloads/root ./out/mgd/root |
| 637 | 2023-12-11T20:48:01.450Z | + set -o errexit |
| 638 | 2023-12-11T20:48:01.453Z | +++ dirname ./tools/ci_download_transceiver_control |
| 639 | 2023-12-11T20:48:01.457Z | ++ cd ./tools |
| 640 | 2023-12-11T20:48:01.457Z | ++ pwd |
| 641 | 2023-12-11T20:48:01.458Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 642 | 2023-12-11T20:48:01.458Z | ++ basename ./tools/ci_download_transceiver_control |
| 643 | 2023-12-11T20:48:01.462Z | + ARG0=ci_download_transceiver_control |
| 644 | 2023-12-11T20:48:01.462Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 645 | 2023-12-11T20:48:01.462Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 646 | 2023-12-11T20:48:01.462Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 647 | 2023-12-11T20:48:01.462Z | + TARGET_DIR=out |
| 648 | 2023-12-11T20:48:01.462Z | + DOWNLOAD_DIR=out/downloads |
| 649 | 2023-12-11T20:48:01.462Z | + DEST_DIR=./out/transceiver-control |
| 650 | 2023-12-11T20:48:01.462Z | + BIN_DIR=/opt/oxide/bin |
| 651 | 2023-12-11T20:48:01.462Z | + BINARY=xcvradm |
| 652 | 2023-12-11T20:48:01.462Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 653 | 2023-12-11T20:48:01.462Z | + REPO=oxidecomputer/transceiver-control |
| 654 | 2023-12-11T20:48:01.462Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 655 | 2023-12-11T20:48:01.462Z | + main |
| 656 | 2023-12-11T20:48:01.462Z | + [[ 0 != 0 ]] |
| 657 | 2023-12-11T20:48:01.462Z | + CIDL_OS=solaris2.11 |
| 658 | 2023-12-11T20:48:01.462Z | + [[ 0 != 0 ]] |
| 659 | 2023-12-11T20:48:01.463Z | + configure_os solaris2.11 |
| 660 | 2023-12-11T20:48:01.463Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 661 | 2023-12-11T20:48:01.463Z | current directory: /work/oxidecomputer/omicron |
| 662 | 2023-12-11T20:48:01.463Z | + echo 'configuring based on OS: "solaris2.11"' |
| 663 | 2023-12-11T20:48:01.463Z | + case "$1" in |
| 664 | 2023-12-11T20:48:01.463Z | configuring based on OS: "solaris2.11" |
| 665 | 2023-12-11T20:48:01.463Z | + SET_BINARIES= |
| 666 | 2023-12-11T20:48:01.463Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 667 | 2023-12-11T20:48:01.468Z | + CIDL_SHA256FUNC=do_sha256sum |
| 668 | 2023-12-11T20:48:01.468Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 669 | 2023-12-11T20:48:01.468Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 670 | 2023-12-11T20:48:01.468Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 671 | 2023-12-11T20:48:01.469Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 672 | 2023-12-11T20:48:01.469Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 673 | 2023-12-11T20:48:01.469Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 674 | 2023-12-11T20:48:01.469Z | + mkdir -p out/downloads |
| 675 | 2023-12-11T20:48:01.469Z | Local file: out/downloads/xcvradm.gz |
| 676 | 2023-12-11T20:48:01.475Z | + mkdir -p ./out/transceiver-control |
| 677 | 2023-12-11T20:48:01.475Z | + fetch_and_verify |
| 678 | 2023-12-11T20:48:01.475Z | + local DO_DOWNLOAD=true |
| 679 | 2023-12-11T20:48:01.476Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 680 | 2023-12-11T20:48:01.476Z | + '[' true == true ']' |
| 681 | 2023-12-11T20:48:01.476Z | + echo Downloading... |
| 682 | 2023-12-11T20:48:01.476Z | Downloading... |
| 683 | 2023-12-11T20:48:01.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 684 | 2023-12-11T20:48:01.476Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 685 | 2023-12-11T20:48:03.006Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 686 | 2023-12-11T20:48:03.010Z | ++ sha256sum |
| 687 | 2023-12-11T20:48:03.010Z | ++ awk '{print $1}' |
| 688 | 2023-12-11T20:48:03.033Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 689 | 2023-12-11T20:48:03.033Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 690 | 2023-12-11T20:48:03.037Z | + do_unpack out/downloads/xcvradm.gz |
| 691 | 2023-12-11T20:48:03.037Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 692 | 2023-12-11T20:48:03.037Z | + gzip -dc out/downloads/xcvradm.gz |
| 693 | 2023-12-11T20:48:03.209Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 694 | 2023-12-11T20:48:03.212Z | + do_assemble |
| 695 | 2023-12-11T20:48:03.212Z | + rm -r ./out/transceiver-control |
| 696 | 2023-12-11T20:48:03.218Z | + mkdir ./out/transceiver-control |
| 697 | 2023-12-11T20:48:03.218Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 698 | 2023-12-11T20:48:03.422Z | All prerequisites installed successfully |
| 699 | 2023-12-11T20:48:03.435Z | |
| 700 | 2023-12-11T20:48:03.436Z | real 2:34.481125644 |
| 701 | 2023-12-11T20:48:03.436Z | user 57.178449437 |
| 702 | 2023-12-11T20:48:03.436Z | sys 10.785399024 |
| 703 | 2023-12-11T20:48:03.436Z | trap 0.019888524 |
| 704 | 2023-12-11T20:48:03.436Z | tflt 0.344581726 |
| 705 | 2023-12-11T20:48:03.436Z | dflt 1.270741880 |
| 706 | 2023-12-11T20:48:03.436Z | kflt 0.343511285 |
| 707 | 2023-12-11T20:48:03.436Z | lock 2.093746021 |
| 708 | 2023-12-11T20:48:03.436Z | slp 4:47.665384064 |
| 709 | 2023-12-11T20:48:03.437Z | lat 3.700829937 |
| 710 | 2023-12-11T20:48:03.437Z | stop 0.075777288 |
| 711 | 2023-12-11T20:48:03.437Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 712 | 2023-12-11T20:48:03.441Z | fetching npuzone |
| 713 | 2023-12-11T20:48:03.447Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 714 | 2023-12-11T20:48:03.447Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
| 715 | 2023-12-11T20:48:03.447Z | Getting hash for npuzone |
| 716 | 2023-12-11T20:48:03.627Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
| 717 | 2023-12-11T20:48:15.481Z | npuzone downloaded successfully |
| 718 | 2023-12-11T20:48:15.486Z | |
| 719 | 2023-12-11T20:48:15.489Z | real 12.063622810 |
| 720 | 2023-12-11T20:48:15.489Z | user 0.545668786 |
| 721 | 2023-12-11T20:48:15.489Z | sys 0.144394664 |
| 722 | 2023-12-11T20:48:15.490Z | trap 0.000050251 |
| 723 | 2023-12-11T20:48:15.490Z | tflt 0.000000000 |
| 724 | 2023-12-11T20:48:15.490Z | dflt 0.000000000 |
| 725 | 2023-12-11T20:48:15.490Z | kflt 0.000000000 |
| 726 | 2023-12-11T20:48:15.490Z | lock 0.000000000 |
| 727 | 2023-12-11T20:48:15.490Z | slp 35.342943110 |
| 728 | 2023-12-11T20:48:15.490Z | lat 0.119493550 |
| 729 | 2023-12-11T20:48:15.490Z | stop 0.000263169 |
| 730 | 2023-12-11T20:48:15.490Z | + export CARGO_INCREMENTAL=0 |
| 731 | 2023-12-11T20:48:15.490Z | + CARGO_INCREMENTAL=0 |
| 732 | 2023-12-11T20:48:15.490Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 733 | 2023-12-11T20:48:15.847Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 734 | 2023-12-11T20:48:16.230Z | Updating crates.io index |
| 735 | 2023-12-11T20:48:16.233Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 736 | 2023-12-11T20:48:17.508Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 737 | 2023-12-11T20:48:19.542Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 738 | 2023-12-11T20:48:20.430Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 739 | 2023-12-11T20:48:20.815Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 740 | 2023-12-11T20:48:21.248Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 741 | 2023-12-11T20:48:21.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 742 | 2023-12-11T20:48:22.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 743 | 2023-12-11T20:48:24.994Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 744 | 2023-12-11T20:48:26.785Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 745 | 2023-12-11T20:48:27.163Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 746 | 2023-12-11T20:48:48.738Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 747 | 2023-12-11T20:48:48.738Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 748 | 2023-12-11T20:48:48.738Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 749 | 2023-12-11T20:48:48.738Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 750 | 2023-12-11T20:48:49.471Z | Updating git repository `https://github.com/njaremko/samael` |
| 751 | 2023-12-11T20:48:49.471Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 752 | 2023-12-11T20:48:49.471Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 753 | 2023-12-11T20:48:49.472Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 754 | 2023-12-11T20:48:49.472Z | Updating git repository `https://github.com/jgallagher/nix` |
| 755 | 2023-12-11T20:48:49.473Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 756 | 2023-12-11T20:48:50.083Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 757 | 2023-12-11T20:48:50.083Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 758 | 2023-12-11T20:48:50.083Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 759 | 2023-12-11T20:48:50.084Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 760 | 2023-12-11T20:48:50.084Z | Downloading crates ... |
| 761 | 2023-12-11T20:48:50.084Z | Downloaded mime v0.3.17 |
| 762 | 2023-12-11T20:48:50.084Z | Downloaded adler v1.0.2 |
| 763 | 2023-12-11T20:48:50.084Z | Downloaded assert_matches v1.5.0 |
| 764 | 2023-12-11T20:48:50.084Z | Downloaded addr2line v0.21.0 |
| 765 | 2023-12-11T20:48:50.084Z | Downloaded async-stream v0.3.5 |
| 766 | 2023-12-11T20:48:50.084Z | Downloaded aead v0.5.2 |
| 767 | 2023-12-11T20:48:50.085Z | Downloaded crossbeam-queue v0.3.8 |
| 768 | 2023-12-11T20:48:50.085Z | Downloaded async-recursion v1.0.5 |
| 769 | 2023-12-11T20:48:50.085Z | Downloaded arc-swap v1.6.0 |
| 770 | 2023-12-11T20:48:50.085Z | Downloaded is_ci v1.1.1 |
| 771 | 2023-12-11T20:48:50.085Z | Downloaded hyper-rustls v0.24.2 |
| 772 | 2023-12-11T20:48:50.088Z | Downloaded lalrpop-util v0.19.12 |
| 773 | 2023-12-11T20:48:50.088Z | Downloaded crc-catalog v2.2.0 |
| 774 | 2023-12-11T20:48:50.088Z | Downloaded lazycell v1.3.0 |
| 775 | 2023-12-11T20:48:50.088Z | Downloaded ipnetwork v0.20.0 |
| 776 | 2023-12-11T20:48:50.088Z | Downloaded bcs v0.1.6 |
| 777 | 2023-12-11T20:48:50.096Z | Downloaded byteorder v1.5.0 |
| 778 | 2023-12-11T20:48:50.096Z | Downloaded serde_yaml v0.9.25 |
| 779 | 2023-12-11T20:48:50.097Z | Downloaded libxml v0.3.3 |
| 780 | 2023-12-11T20:48:50.097Z | Downloaded keccak v0.1.4 |
| 781 | 2023-12-11T20:48:50.097Z | Downloaded itertools v0.11.0 |
| 782 | 2023-12-11T20:48:50.097Z | Downloaded oso-derive v0.27.0 |
| 783 | 2023-12-11T20:48:50.097Z | Downloaded swrite v0.1.0 |
| 784 | 2023-12-11T20:48:50.097Z | Downloaded openssl-probe v0.1.5 |
| 785 | 2023-12-11T20:48:50.097Z | Downloaded tower-service v0.3.2 |
| 786 | 2023-12-11T20:48:50.097Z | Downloaded num-iter v0.1.43 |
| 787 | 2023-12-11T20:48:50.098Z | Downloaded try-lock v0.2.4 |
| 788 | 2023-12-11T20:48:50.098Z | Downloaded lazy_static v1.4.0 |
| 789 | 2023-12-11T20:48:50.098Z | Downloaded console v0.15.7 |
| 790 | 2023-12-11T20:48:50.098Z | Downloaded cobs v0.2.3 |
| 791 | 2023-12-11T20:48:50.098Z | Downloaded darling_macro v0.14.4 |
| 792 | 2023-12-11T20:48:50.098Z | Downloaded olpc-cjson v0.1.3 |
| 793 | 2023-12-11T20:48:50.099Z | Downloaded clap_derive v4.4.2 |
| 794 | 2023-12-11T20:48:50.099Z | Downloaded cancel-safe-futures v0.1.5 |
| 795 | 2023-12-11T20:48:50.099Z | Downloaded sct v0.7.0 |
| 796 | 2023-12-11T20:48:50.099Z | Downloaded num-integer v0.1.45 |
| 797 | 2023-12-11T20:48:50.099Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2023-12-11T20:48:50.099Z | Downloaded unicase v2.7.0 |
| 799 | 2023-12-11T20:48:50.099Z | Downloaded zone_cfg_derive v0.3.0 |
| 800 | 2023-12-11T20:48:50.099Z | Downloaded num v0.4.1 |
| 801 | 2023-12-11T20:48:50.320Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2023-12-11T20:48:50.320Z | Downloaded packed_struct v0.10.1 |
| 803 | 2023-12-11T20:48:50.320Z | Downloaded rpassword v7.3.1 |
| 804 | 2023-12-11T20:48:50.320Z | Downloaded endian-type v0.1.2 |
| 805 | 2023-12-11T20:48:50.321Z | Downloaded futures-core v0.3.29 |
| 806 | 2023-12-11T20:48:50.321Z | Downloaded data-encoding v2.4.0 |
| 807 | 2023-12-11T20:48:50.321Z | Downloaded hex v0.4.3 |
| 808 | 2023-12-11T20:48:50.321Z | Downloaded take_mut v0.2.2 |
| 809 | 2023-12-11T20:48:50.321Z | Downloaded tempfile v3.8.1 |
| 810 | 2023-12-11T20:48:50.321Z | Downloaded crossbeam-utils v0.8.16 |
| 811 | 2023-12-11T20:48:50.321Z | Downloaded universal-hash v0.5.1 |
| 812 | 2023-12-11T20:48:50.321Z | Downloaded chacha20poly1305 v0.10.1 |
| 813 | 2023-12-11T20:48:50.322Z | Downloaded textwrap v0.11.0 |
| 814 | 2023-12-11T20:48:50.322Z | Downloaded equivalent v1.0.1 |
| 815 | 2023-12-11T20:48:50.322Z | Downloaded downcast v0.11.0 |
| 816 | 2023-12-11T20:48:50.322Z | Downloaded futures-io v0.3.29 |
| 817 | 2023-12-11T20:48:50.323Z | Downloaded linear-map v1.2.0 |
| 818 | 2023-12-11T20:48:50.323Z | Downloaded rtoolbox v0.0.1 |
| 819 | 2023-12-11T20:48:50.324Z | Downloaded precomputed-hash v0.1.1 |
| 820 | 2023-12-11T20:48:50.324Z | Downloaded parking_lot_core v0.9.8 |
| 821 | 2023-12-11T20:48:50.324Z | Downloaded phf_shared v0.11.2 |
| 822 | 2023-12-11T20:48:50.324Z | Downloaded ena v0.14.2 |
| 823 | 2023-12-11T20:48:50.324Z | Downloaded structopt v0.3.26 |
| 824 | 2023-12-11T20:48:50.324Z | Downloaded defmt-macros v0.3.6 |
| 825 | 2023-12-11T20:48:50.325Z | Downloaded pretty-hex v0.2.1 |
| 826 | 2023-12-11T20:48:50.325Z | Downloaded unicode-width v0.1.11 |
| 827 | 2023-12-11T20:48:50.325Z | Downloaded ucd-trie v0.1.6 |
| 828 | 2023-12-11T20:48:50.325Z | Downloaded serde-big-array v0.4.1 |
| 829 | 2023-12-11T20:48:50.326Z | Downloaded tokio-tungstenite v0.20.1 |
| 830 | 2023-12-11T20:48:50.326Z | Downloaded zeroize v1.7.0 |
| 831 | 2023-12-11T20:48:50.327Z | Downloaded zerocopy v0.3.0 |
| 832 | 2023-12-11T20:48:50.327Z | Downloaded proc-macro-error-attr v1.0.4 |
| 833 | 2023-12-11T20:48:50.327Z | Downloaded uuid v1.6.1 |
| 834 | 2023-12-11T20:48:50.327Z | Downloaded snafu v0.7.5 |
| 835 | 2023-12-11T20:48:50.327Z | Downloaded either v1.9.0 |
| 836 | 2023-12-11T20:48:50.327Z | Downloaded semver v0.1.20 |
| 837 | 2023-12-11T20:48:50.327Z | Downloaded radium v0.7.0 |
| 838 | 2023-12-11T20:48:50.328Z | Downloaded r2d2 v0.8.10 |
| 839 | 2023-12-11T20:48:50.328Z | Downloaded num-traits v0.2.16 |
| 840 | 2023-12-11T20:48:50.328Z | Downloaded stringprep v0.1.3 |
| 841 | 2023-12-11T20:48:50.328Z | Downloaded strum v0.25.0 |
| 842 | 2023-12-11T20:48:50.328Z | Downloaded supports-color v2.1.0 |
| 843 | 2023-12-11T20:48:50.328Z | Downloaded smallvec v0.6.14 |
| 844 | 2023-12-11T20:48:50.328Z | Downloaded poly1305 v0.8.0 |
| 845 | 2023-12-11T20:48:50.328Z | Downloaded ref-cast v1.0.20 |
| 846 | 2023-12-11T20:48:50.328Z | Downloaded mio v0.8.9 |
| 847 | 2023-12-11T20:48:50.329Z | Downloaded doc-comment v0.3.3 |
| 848 | 2023-12-11T20:48:50.329Z | Downloaded path-slash v0.1.5 |
| 849 | 2023-12-11T20:48:50.329Z | Downloaded defmt v0.3.5 |
| 850 | 2023-12-11T20:48:50.329Z | Downloaded paste v1.0.14 |
| 851 | 2023-12-11T20:48:50.329Z | Downloaded foreign-types-shared v0.1.1 |
| 852 | 2023-12-11T20:48:50.329Z | Downloaded vte v0.11.1 |
| 853 | 2023-12-11T20:48:50.331Z | Downloaded thiserror-impl v1.0.49 |
| 854 | 2023-12-11T20:48:50.331Z | Downloaded futures-task v0.3.29 |
| 855 | 2023-12-11T20:48:50.331Z | Downloaded futures-sink v0.3.29 |
| 856 | 2023-12-11T20:48:50.331Z | Downloaded signal-hook-tokio v0.3.1 |
| 857 | 2023-12-11T20:48:50.331Z | Downloaded signal-hook-mio v0.2.3 |
| 858 | 2023-12-11T20:48:50.331Z | Downloaded resolv-conf v0.7.0 |
| 859 | 2023-12-11T20:48:50.331Z | Downloaded siphasher v0.3.11 |
| 860 | 2023-12-11T20:48:50.331Z | Downloaded signature v1.6.4 |
| 861 | 2023-12-11T20:48:50.331Z | Downloaded headers-core v0.2.0 |
| 862 | 2023-12-11T20:48:50.331Z | Downloaded foreign-types-shared v0.3.1 |
| 863 | 2023-12-11T20:48:50.332Z | Downloaded snafu-derive v0.7.5 |
| 864 | 2023-12-11T20:48:50.332Z | Downloaded slog-scope v4.4.0 |
| 865 | 2023-12-11T20:48:50.332Z | Downloaded peeking_take_while v0.1.2 |
| 866 | 2023-12-11T20:48:50.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 867 | 2023-12-11T20:48:50.332Z | Downloaded rustfmt-wrapper v0.2.0 |
| 868 | 2023-12-11T20:48:50.332Z | Downloaded predicates v2.1.5 |
| 869 | 2023-12-11T20:48:50.332Z | Downloaded time-macros v0.2.13 |
| 870 | 2023-12-11T20:48:50.332Z | Downloaded foreign-types-macros v0.2.3 |
| 871 | 2023-12-11T20:48:50.332Z | Downloaded rustc_version v0.1.7 |
| 872 | 2023-12-11T20:48:50.332Z | Downloaded schemars_derive v0.8.13 |
| 873 | 2023-12-11T20:48:50.332Z | Downloaded dirs-next v2.0.0 |
| 874 | 2023-12-11T20:48:50.332Z | Downloaded pest_generator v2.7.2 |
| 875 | 2023-12-11T20:48:50.333Z | Downloaded dyn-clone v1.0.13 |
| 876 | 2023-12-11T20:48:50.333Z | Downloaded vec_map v0.8.2 |
| 877 | 2023-12-11T20:48:50.333Z | Downloaded slog-envlogger v2.2.0 |
| 878 | 2023-12-11T20:48:50.333Z | Downloaded humantime v2.1.0 |
| 879 | 2023-12-11T20:48:50.333Z | Downloaded unsafe-libyaml v0.2.9 |
| 880 | 2023-12-11T20:48:50.333Z | Downloaded tracing-attributes v0.1.26 |
| 881 | 2023-12-11T20:48:50.335Z | Downloaded prettyplease v0.2.12 |
| 882 | 2023-12-11T20:48:50.335Z | Downloaded serde-big-array v0.5.1 |
| 883 | 2023-12-11T20:48:50.335Z | Downloaded darling_macro v0.20.3 |
| 884 | 2023-12-11T20:48:50.335Z | Downloaded password-hash v0.5.0 |
| 885 | 2023-12-11T20:48:50.335Z | Downloaded spin v0.9.8 |
| 886 | 2023-12-11T20:48:50.335Z | Downloaded time-core v0.1.1 |
| 887 | 2023-12-11T20:48:50.335Z | Downloaded fallible-iterator v0.2.0 |
| 888 | 2023-12-11T20:48:50.335Z | Downloaded minimal-lexical v0.2.1 |
| 889 | 2023-12-11T20:48:50.335Z | Downloaded foreign-types v0.3.2 |
| 890 | 2023-12-11T20:48:50.335Z | Downloaded highway v1.1.0 |
| 891 | 2023-12-11T20:48:50.336Z | Downloaded deranged v0.3.8 |
| 892 | 2023-12-11T20:48:50.336Z | Downloaded synstructure v0.12.6 |
| 893 | 2023-12-11T20:48:50.336Z | Downloaded termtree v0.4.1 |
| 894 | 2023-12-11T20:48:50.336Z | Downloaded fs-err v2.11.0 |
| 895 | 2023-12-11T20:48:50.336Z | Downloaded defmt-parser v0.3.3 |
| 896 | 2023-12-11T20:48:50.336Z | Downloaded toml_datetime v0.6.5 |
| 897 | 2023-12-11T20:48:50.336Z | Downloaded strip-ansi-escapes v0.2.0 |
| 898 | 2023-12-11T20:48:50.336Z | Downloaded quick-error v1.2.3 |
| 899 | 2023-12-11T20:48:50.336Z | Downloaded predicates v3.0.4 |
| 900 | 2023-12-11T20:48:50.336Z | Downloaded tinyvec_macros v0.1.1 |
| 901 | 2023-12-11T20:48:50.460Z | Downloaded rustc-hash v1.1.0 |
| 902 | 2023-12-11T20:48:50.460Z | Downloaded serde_tokenstream v0.1.7 |
| 903 | 2023-12-11T20:48:50.461Z | Downloaded termios v0.3.3 |
| 904 | 2023-12-11T20:48:50.461Z | Downloaded derive_builder v0.12.0 |
| 905 | 2023-12-11T20:48:50.461Z | Downloaded parse-display v0.8.2 |
| 906 | 2023-12-11T20:48:50.461Z | Downloaded vte_generate_state_changes v0.1.1 |
| 907 | 2023-12-11T20:48:50.461Z | Downloaded want v0.3.1 |
| 908 | 2023-12-11T20:48:50.461Z | Downloaded waitgroup v0.1.2 |
| 909 | 2023-12-11T20:48:50.463Z | Downloaded usdt-macro v0.3.5 |
| 910 | 2023-12-11T20:48:50.463Z | Downloaded socket2 v0.5.5 |
| 911 | 2023-12-11T20:48:50.463Z | Downloaded wyz v0.5.1 |
| 912 | 2023-12-11T20:48:50.463Z | Downloaded string_cache v0.8.7 |
| 913 | 2023-12-11T20:48:50.464Z | Downloaded signal-hook-registry v1.4.1 |
| 914 | 2023-12-11T20:48:50.464Z | Downloaded strum_macros v0.24.3 |
| 915 | 2023-12-11T20:48:50.464Z | Downloaded sha1 v0.10.6 |
| 916 | 2023-12-11T20:48:50.464Z | Downloaded http-range v0.1.5 |
| 917 | 2023-12-11T20:48:50.464Z | Downloaded trust-dns-client v0.22.0 |
| 918 | 2023-12-11T20:48:50.464Z | Downloaded rustc_version v0.4.0 |
| 919 | 2023-12-11T20:48:50.464Z | Downloaded usdt v0.3.5 |
| 920 | 2023-12-11T20:48:50.464Z | Downloaded shell-words v1.1.0 |
| 921 | 2023-12-11T20:48:50.465Z | Downloaded diff v0.1.13 |
| 922 | 2023-12-11T20:48:50.465Z | Downloaded rsa v0.9.2 |
| 923 | 2023-12-11T20:48:50.465Z | Downloaded fxhash v0.2.1 |
| 924 | 2023-12-11T20:48:50.465Z | Downloaded strsim v0.10.0 |
| 925 | 2023-12-11T20:48:50.465Z | Downloaded generic-array v0.14.7 |
| 926 | 2023-12-11T20:48:50.465Z | Downloaded unicode-linebreak v0.1.5 |
| 927 | 2023-12-11T20:48:50.467Z | Downloaded display-error-chain v0.2.0 |
| 928 | 2023-12-11T20:48:50.467Z | Downloaded phf_shared v0.10.0 |
| 929 | 2023-12-11T20:48:50.467Z | Downloaded tokio-native-tls v0.3.1 |
| 930 | 2023-12-11T20:48:50.468Z | Downloaded wait-timeout v0.2.0 |
| 931 | 2023-12-11T20:48:50.468Z | Downloaded http-body v0.4.5 |
| 932 | 2023-12-11T20:48:50.468Z | Downloaded rustls-pemfile v1.0.3 |
| 933 | 2023-12-11T20:48:50.468Z | Downloaded glob v0.3.1 |
| 934 | 2023-12-11T20:48:50.468Z | Downloaded httpdate v1.0.3 |
| 935 | 2023-12-11T20:48:50.468Z | Downloaded toolchain_find v0.2.0 |
| 936 | 2023-12-11T20:48:50.468Z | Downloaded tracing-core v0.1.31 |
| 937 | 2023-12-11T20:48:50.468Z | Downloaded hash32 v0.2.1 |
| 938 | 2023-12-11T20:48:50.469Z | Downloaded home v0.5.5 |
| 939 | 2023-12-11T20:48:50.469Z | Downloaded pin-utils v0.1.0 |
| 940 | 2023-12-11T20:48:50.469Z | Downloaded tinyvec v1.6.0 |
| 941 | 2023-12-11T20:48:50.469Z | Downloaded structmeta v0.2.0 |
| 942 | 2023-12-11T20:48:50.469Z | Downloaded textwrap v0.16.0 |
| 943 | 2023-12-11T20:48:50.469Z | Downloaded xattr v1.0.1 |
| 944 | 2023-12-11T20:48:50.469Z | Downloaded elliptic-curve v0.13.8 |
| 945 | 2023-12-11T20:48:50.470Z | Downloaded smallvec v1.11.2 |
| 946 | 2023-12-11T20:48:50.470Z | Downloaded pkcs1 v0.7.5 |
| 947 | 2023-12-11T20:48:50.470Z | Downloaded zeroize_derive v1.4.2 |
| 948 | 2023-12-11T20:48:50.470Z | Downloaded quote v1.0.33 |
| 949 | 2023-12-11T20:48:50.470Z | Downloaded fnv v1.0.7 |
| 950 | 2023-12-11T20:48:50.470Z | Downloaded flate2 v1.0.28 |
| 951 | 2023-12-11T20:48:50.470Z | Downloaded zone v0.3.0 |
| 952 | 2023-12-11T20:48:50.470Z | Downloaded zerocopy v0.6.4 |
| 953 | 2023-12-11T20:48:50.471Z | Downloaded ron v0.8.1 |
| 954 | 2023-12-11T20:48:50.471Z | Downloaded serde v1.0.193 |
| 955 | 2023-12-11T20:48:50.471Z | Downloaded itertools v0.12.0 |
| 956 | 2023-12-11T20:48:50.471Z | Downloaded yasna v0.5.2 |
| 957 | 2023-12-11T20:48:50.472Z | Downloaded toml v0.8.8 |
| 958 | 2023-12-11T20:48:50.472Z | Downloaded proc-macro-error v1.0.4 |
| 959 | 2023-12-11T20:48:50.472Z | Downloaded time v0.3.27 |
| 960 | 2023-12-11T20:48:50.472Z | Downloaded futures v0.3.29 |
| 961 | 2023-12-11T20:48:50.472Z | Downloaded http v0.2.11 |
| 962 | 2023-12-11T20:48:50.472Z | Downloaded futures-util v0.3.29 |
| 963 | 2023-12-11T20:48:50.473Z | Downloaded toml v0.7.8 |
| 964 | 2023-12-11T20:48:50.473Z | Downloaded zip v0.6.6 |
| 965 | 2023-12-11T20:48:50.473Z | Downloaded der v0.7.8 |
| 966 | 2023-12-11T20:48:50.473Z | Downloaded unicode-segmentation v1.10.1 |
| 967 | 2023-12-11T20:48:50.473Z | Downloaded headers v0.3.9 |
| 968 | 2023-12-11T20:48:50.473Z | Downloaded derive_more v0.99.17 |
| 969 | 2023-12-11T20:48:50.473Z | Downloaded regex v1.10.2 |
| 970 | 2023-12-11T20:48:50.474Z | Downloaded gimli v0.28.0 |
| 971 | 2023-12-11T20:48:50.474Z | Downloaded hashbrown v0.13.2 |
| 972 | 2023-12-11T20:48:50.474Z | Downloaded portable-atomic v1.4.3 |
| 973 | 2023-12-11T20:48:50.474Z | Downloaded serde_json v1.0.108 |
| 974 | 2023-12-11T20:48:50.474Z | Downloaded x509-cert v0.2.4 |
| 975 | 2023-12-11T20:48:50.474Z | Downloaded serde_with v3.4.0 |
| 976 | 2023-12-11T20:48:50.474Z | Downloaded quick-xml v0.23.1 |
| 977 | 2023-12-11T20:48:50.474Z | Downloaded lalrpop v0.19.12 |
| 978 | 2023-12-11T20:48:50.474Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 979 | 2023-12-11T20:48:50.475Z | Downloaded idna v0.2.3 |
| 980 | 2023-12-11T20:48:50.475Z | Downloaded regex-automata v0.3.8 |
| 981 | 2023-12-11T20:48:50.475Z | Downloaded rustls-webpki v0.101.7 |
| 982 | 2023-12-11T20:48:50.475Z | Downloaded object v0.32.1 |
| 983 | 2023-12-11T20:48:50.476Z | Downloaded openssl v0.10.60 |
| 984 | 2023-12-11T20:48:50.477Z | Downloaded smoltcp v0.10.0 |
| 985 | 2023-12-11T20:48:50.477Z | Downloaded rustls v0.21.9 |
| 986 | 2023-12-11T20:48:50.477Z | Downloaded radix_trie v0.2.1 |
| 987 | 2023-12-11T20:48:50.477Z | Downloaded smoltcp v0.9.1 |
| 988 | 2023-12-11T20:48:50.477Z | Downloaded encoding_rs v0.8.33 |
| 989 | 2023-12-11T20:48:50.477Z | Downloaded webpki-roots v0.25.2 |
| 990 | 2023-12-11T20:48:50.477Z | Downloaded rustix v0.38.25 |
| 991 | 2023-12-11T20:48:50.478Z | Downloaded trust-dns-proto v0.22.0 |
| 992 | 2023-12-11T20:48:50.478Z | Downloaded diesel v2.1.4 |
| 993 | 2023-12-11T20:48:50.478Z | Downloaded regex-syntax v0.7.5 |
| 994 | 2023-12-11T20:48:50.478Z | Downloaded regex-syntax v0.8.2 |
| 995 | 2023-12-11T20:48:50.478Z | Downloaded zerocopy-derive v0.6.4 |
| 996 | 2023-12-11T20:48:50.478Z | Downloaded sled v0.34.7 |
| 997 | 2023-12-11T20:48:50.479Z | Downloaded zerocopy-derive v0.7.26 |
| 998 | 2023-12-11T20:48:50.479Z | Downloaded regex-automata v0.4.3 |
| 999 | 2023-12-11T20:48:50.479Z | Downloaded sha3 v0.10.8 |
| 1000 | 2023-12-11T20:48:50.480Z | Downloaded tokio v1.35.0 |
| 1001 | 2023-12-11T20:48:50.511Z | Downloaded zerocopy-derive v0.2.0 |
| 1002 | 2023-12-11T20:48:50.511Z | Downloaded openapiv3 v2.0.0 |
| 1003 | 2023-12-11T20:48:50.511Z | Downloaded rustix v0.37.23 |
| 1004 | 2023-12-11T20:48:50.511Z | Downloaded idna v0.5.0 |
| 1005 | 2023-12-11T20:48:50.512Z | Downloaded petgraph v0.6.4 |
| 1006 | 2023-12-11T20:48:50.512Z | Downloaded syn v1.0.109 |
| 1007 | 2023-12-11T20:48:50.512Z | Downloaded libc v0.2.150 |
| 1008 | 2023-12-11T20:48:50.512Z | Downloaded winnow v0.5.15 |
| 1009 | 2023-12-11T20:48:50.512Z | Downloaded clap v2.34.0 |
| 1010 | 2023-12-11T20:48:50.512Z | Downloaded hashbrown v0.12.3 |
| 1011 | 2023-12-11T20:48:50.512Z | Downloaded ring v0.17.7 |
| 1012 | 2023-12-11T20:48:50.512Z | Downloaded regress v0.7.1 |
| 1013 | 2023-12-11T20:48:50.512Z | Downloaded bstr v1.6.0 |
| 1014 | 2023-12-11T20:48:50.512Z | Downloaded regex-syntax v0.6.29 |
| 1015 | 2023-12-11T20:48:50.512Z | Downloaded polar-core v0.27.0 |
| 1016 | 2023-12-11T20:48:50.512Z | Downloaded ring v0.16.20 |
| 1017 | 2023-12-11T20:48:50.512Z | Downloaded reqwest v0.11.22 |
| 1018 | 2023-12-11T20:48:50.513Z | Downloaded ratatui v0.23.0 |
| 1019 | 2023-12-11T20:48:50.513Z | Downloaded tabled v0.14.0 |
| 1020 | 2023-12-11T20:48:50.513Z | Downloaded bstr v0.2.17 |
| 1021 | 2023-12-11T20:48:50.513Z | Downloaded steno v0.4.0 |
| 1022 | 2023-12-11T20:48:50.513Z | Downloaded proptest v1.4.0 |
| 1023 | 2023-12-11T20:48:50.513Z | Downloaded vcpkg v0.2.15 |
| 1024 | 2023-12-11T20:48:50.513Z | Downloaded syn v2.0.32 |
| 1025 | 2023-12-11T20:48:50.513Z | Downloaded curve25519-dalek v4.1.0 |
| 1026 | 2023-12-11T20:48:50.513Z | Downloaded rayon v1.8.0 |
| 1027 | 2023-12-11T20:48:50.513Z | Downloaded object v0.30.4 |
| 1028 | 2023-12-11T20:48:50.516Z | Downloaded trust-dns-resolver v0.22.0 |
| 1029 | 2023-12-11T20:48:50.516Z | Downloaded url v2.5.0 |
| 1030 | 2023-12-11T20:48:50.516Z | Downloaded salty v0.2.0 |
| 1031 | 2023-12-11T20:48:50.516Z | Downloaded terminal_size v0.2.6 |
| 1032 | 2023-12-11T20:48:50.516Z | Downloaded bindgen v0.65.1 |
| 1033 | 2023-12-11T20:48:50.516Z | Downloaded num-bigint-dig v0.8.4 |
| 1034 | 2023-12-11T20:48:50.516Z | Downloaded h2 v0.3.21 |
| 1035 | 2023-12-11T20:48:50.516Z | Downloaded hyper v0.14.27 |
| 1036 | 2023-12-11T20:48:50.516Z | Downloaded bitvec v1.0.1 |
| 1037 | 2023-12-11T20:48:50.516Z | Downloaded regex-automata v0.1.10 |
| 1038 | 2023-12-11T20:48:50.516Z | Downloaded reedline v0.26.0 |
| 1039 | 2023-12-11T20:48:50.517Z | Downloaded rustls-native-certs v0.6.3 |
| 1040 | 2023-12-11T20:48:50.517Z | Downloaded rand v0.8.5 |
| 1041 | 2023-12-11T20:48:50.517Z | Downloaded tracing v0.1.37 |
| 1042 | 2023-12-11T20:48:50.517Z | Downloaded hkdf v0.12.3 |
| 1043 | 2023-12-11T20:48:50.517Z | Downloaded hashbrown v0.14.2 |
| 1044 | 2023-12-11T20:48:50.517Z | Downloaded nom v7.1.3 |
| 1045 | 2023-12-11T20:48:50.517Z | Downloaded libm v0.2.7 |
| 1046 | 2023-12-11T20:48:50.517Z | Downloaded chrono v0.4.31 |
| 1047 | 2023-12-11T20:48:50.517Z | Downloaded diesel_derives v2.1.2 |
| 1048 | 2023-12-11T20:48:50.517Z | Downloaded socket2 v0.4.9 |
| 1049 | 2023-12-11T20:48:50.517Z | Downloaded fatfs v0.3.6 |
| 1050 | 2023-12-11T20:48:50.517Z | Downloaded unicode-normalization v0.1.22 |
| 1051 | 2023-12-11T20:48:50.517Z | Downloaded typed-path v0.7.0 |
| 1052 | 2023-12-11T20:48:50.518Z | Downloaded pest v2.7.2 |
| 1053 | 2023-12-11T20:48:50.518Z | Downloaded termcolor v1.2.0 |
| 1054 | 2023-12-11T20:48:50.518Z | Downloaded tungstenite v0.20.1 |
| 1055 | 2023-12-11T20:48:50.518Z | Downloaded rustversion v1.0.14 |
| 1056 | 2023-12-11T20:48:50.518Z | Downloaded slab v0.4.9 |
| 1057 | 2023-12-11T20:48:50.520Z | Downloaded sha2 v0.10.8 |
| 1058 | 2023-12-11T20:48:50.520Z | Downloaded derive_builder_core v0.12.0 |
| 1059 | 2023-12-11T20:48:50.520Z | Downloaded half v1.8.2 |
| 1060 | 2023-12-11T20:48:50.520Z | Downloaded tough v0.16.0 |
| 1061 | 2023-12-11T20:48:50.520Z | Downloaded utf-8 v0.7.6 |
| 1062 | 2023-12-11T20:48:50.520Z | Downloaded parking_lot v0.12.1 |
| 1063 | 2023-12-11T20:48:50.520Z | Downloaded toml_edit v0.19.15 |
| 1064 | 2023-12-11T20:48:50.520Z | Downloaded toml_edit v0.21.0 |
| 1065 | 2023-12-11T20:48:50.520Z | Downloaded clap_builder v4.4.2 |
| 1066 | 2023-12-11T20:48:50.521Z | Downloaded heapless v0.7.16 |
| 1067 | 2023-12-11T20:48:50.521Z | Downloaded secrecy v0.8.0 |
| 1068 | 2023-12-11T20:48:50.521Z | Downloaded globset v0.4.13 |
| 1069 | 2023-12-11T20:48:50.521Z | Downloaded ed25519 v1.5.3 |
| 1070 | 2023-12-11T20:48:50.521Z | Downloaded subtle v2.5.0 |
| 1071 | 2023-12-11T20:48:50.521Z | Downloaded serde_urlencoded v0.7.1 |
| 1072 | 2023-12-11T20:48:50.521Z | Downloaded derive-where v1.2.6 |
| 1073 | 2023-12-11T20:48:50.521Z | Downloaded getrandom v0.2.10 |
| 1074 | 2023-12-11T20:48:50.521Z | Downloaded subprocess v0.2.9 |
| 1075 | 2023-12-11T20:48:50.522Z | Downloaded flume v0.11.0 |
| 1076 | 2023-12-11T20:48:50.522Z | Downloaded rcgen v0.11.3 |
| 1077 | 2023-12-11T20:48:50.522Z | Downloaded rayon-core v1.12.0 |
| 1078 | 2023-12-11T20:48:50.522Z | Downloaded sec1 v0.7.3 |
| 1079 | 2023-12-11T20:48:50.522Z | Downloaded rand_chacha v0.3.1 |
| 1080 | 2023-12-11T20:48:50.522Z | Downloaded rusty-fork v0.3.0 |
| 1081 | 2023-12-11T20:48:50.523Z | Downloaded pin-project-internal v1.1.3 |
| 1082 | 2023-12-11T20:48:50.523Z | Downloaded pest_meta v2.7.2 |
| 1083 | 2023-12-11T20:48:50.523Z | Downloaded schemars v0.8.13 |
| 1084 | 2023-12-11T20:48:50.523Z | Downloaded tokio-postgres v0.7.10 |
| 1085 | 2023-12-11T20:48:50.525Z | Downloaded serde_plain v1.0.2 |
| 1086 | 2023-12-11T20:48:50.525Z | Downloaded thread_local v1.1.7 |
| 1087 | 2023-12-11T20:48:50.525Z | Downloaded tokio-stream v0.1.14 |
| 1088 | 2023-12-11T20:48:50.525Z | Downloaded rustc-demangle v0.1.23 |
| 1089 | 2023-12-11T20:48:50.525Z | Downloaded hmac v0.12.1 |
| 1090 | 2023-12-11T20:48:50.525Z | Downloaded fd-lock v3.0.13 |
| 1091 | 2023-12-11T20:48:50.526Z | Downloaded group v0.13.0 |
| 1092 | 2023-12-11T20:48:50.526Z | Downloaded zerocopy v0.7.26 |
| 1093 | 2023-12-11T20:48:50.528Z | Downloaded pkcs8 v0.10.2 |
| 1094 | 2023-12-11T20:48:50.528Z | Downloaded parking_lot_core v0.8.6 |
| 1095 | 2023-12-11T20:48:50.529Z | Downloaded postcard v1.0.8 |
| 1096 | 2023-12-11T20:48:50.529Z | Downloaded aho-corasick v1.0.4 |
| 1097 | 2023-12-11T20:48:50.529Z | Downloaded smawk v0.3.1 |
| 1098 | 2023-12-11T20:48:50.529Z | Downloaded predicates-tree v1.0.9 |
| 1099 | 2023-12-11T20:48:50.529Z | Downloaded postgres-types v0.2.6 |
| 1100 | 2023-12-11T20:48:50.529Z | Downloaded pem v3.0.2 |
| 1101 | 2023-12-11T20:48:50.961Z | Downloaded pin-project v1.1.3 |
| 1102 | 2023-12-11T20:48:50.962Z | Downloaded strum_macros v0.25.2 |
| 1103 | 2023-12-11T20:48:50.962Z | Downloaded spki v0.7.2 |
| 1104 | 2023-12-11T20:48:50.962Z | Downloaded pest_derive v2.7.2 |
| 1105 | 2023-12-11T20:48:50.962Z | Downloaded whoami v1.4.1 |
| 1106 | 2023-12-11T20:48:50.962Z | Downloaded heck v0.4.1 |
| 1107 | 2023-12-11T20:48:50.963Z | Downloaded num-bigint v0.4.4 |
| 1108 | 2023-12-11T20:48:50.963Z | Downloaded ryu v1.0.15 |
| 1109 | 2023-12-11T20:48:50.963Z | Downloaded indexmap v1.9.3 |
| 1110 | 2023-12-11T20:48:50.963Z | Downloaded tokio-util v0.7.10 |
| 1111 | 2023-12-11T20:48:50.963Z | Downloaded memchr v2.6.3 |
| 1112 | 2023-12-11T20:48:50.965Z | Downloaded toml v0.5.11 |
| 1113 | 2023-12-11T20:48:50.965Z | Downloaded scopeguard v1.2.0 |
| 1114 | 2023-12-11T20:48:50.965Z | Downloaded getopts v0.2.21 |
| 1115 | 2023-12-11T20:48:50.965Z | Downloaded debug-ignore v1.0.5 |
| 1116 | 2023-12-11T20:48:50.965Z | Downloaded pkg-config v0.3.27 |
| 1117 | 2023-12-11T20:48:50.965Z | Downloaded tui-tree-widget v0.13.0 |
| 1118 | 2023-12-11T20:48:50.965Z | Downloaded derive_builder_macro v0.12.0 |
| 1119 | 2023-12-11T20:48:50.965Z | Downloaded tokio-rustls v0.24.1 |
| 1120 | 2023-12-11T20:48:50.966Z | Downloaded rand_core v0.6.4 |
| 1121 | 2023-12-11T20:48:50.966Z | Downloaded unicode-ident v1.0.12 |
| 1122 | 2023-12-11T20:48:50.966Z | Downloaded typenum v1.16.0 |
| 1123 | 2023-12-11T20:48:50.966Z | Downloaded tar v0.4.40 |
| 1124 | 2023-12-11T20:48:50.966Z | Downloaded der_derive v0.7.2 |
| 1125 | 2023-12-11T20:48:50.966Z | Downloaded ff v0.13.0 |
| 1126 | 2023-12-11T20:48:50.966Z | Downloaded platforms v3.0.2 |
| 1127 | 2023-12-11T20:48:50.966Z | Downloaded fastrand v2.0.0 |
| 1128 | 2023-12-11T20:48:50.966Z | Downloaded unicode-bidi v0.3.13 |
| 1129 | 2023-12-11T20:48:50.967Z | Downloaded ref-cast-impl v1.0.20 |
| 1130 | 2023-12-11T20:48:50.967Z | Downloaded thiserror v1.0.49 |
| 1131 | 2023-12-11T20:48:50.967Z | Downloaded proc-macro2 v1.0.69 |
| 1132 | 2023-12-11T20:48:50.967Z | Downloaded foreign-types v0.5.0 |
| 1133 | 2023-12-11T20:48:50.967Z | Downloaded crypto-bigint v0.5.2 |
| 1134 | 2023-12-11T20:48:50.967Z | Downloaded cookie v0.18.0 |
| 1135 | 2023-12-11T20:48:50.967Z | Downloaded dirs-sys-next v0.1.2 |
| 1136 | 2023-12-11T20:48:50.967Z | Downloaded same-file v1.0.6 |
| 1137 | 2023-12-11T20:48:50.967Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1138 | 2023-12-11T20:48:50.967Z | Downloaded walkdir v2.4.0 |
| 1139 | 2023-12-11T20:48:50.967Z | Downloaded parse-display-derive v0.8.2 |
| 1140 | 2023-12-11T20:48:50.969Z | Downloaded openssl-sys v0.9.96 |
| 1141 | 2023-12-11T20:48:50.969Z | Downloaded slog v2.7.0 |
| 1142 | 2023-12-11T20:48:50.969Z | Downloaded vsss-rs v3.3.1 |
| 1143 | 2023-12-11T20:48:50.969Z | Downloaded pin-project-lite v0.2.13 |
| 1144 | 2023-12-11T20:48:50.969Z | Downloaded semver-parser v0.10.2 |
| 1145 | 2023-12-11T20:48:50.969Z | Downloaded serde_path_to_error v0.1.14 |
| 1146 | 2023-12-11T20:48:50.969Z | Downloaded spin v0.5.2 |
| 1147 | 2023-12-11T20:48:50.969Z | Downloaded rand_xorshift v0.3.0 |
| 1148 | 2023-12-11T20:48:50.970Z | Downloaded trust-dns-server v0.22.1 |
| 1149 | 2023-12-11T20:48:50.970Z | Downloaded crossterm v0.27.0 |
| 1150 | 2023-12-11T20:48:50.970Z | Downloaded funty v2.0.0 |
| 1151 | 2023-12-11T20:48:50.970Z | Downloaded which v4.4.0 |
| 1152 | 2023-12-11T20:48:50.970Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1153 | 2023-12-11T20:48:50.970Z | Downloaded serde_derive_internals v0.26.0 |
| 1154 | 2023-12-11T20:48:50.970Z | Downloaded smf v0.2.2 |
| 1155 | 2023-12-11T20:48:50.970Z | Downloaded env_logger v0.10.0 |
| 1156 | 2023-12-11T20:48:50.970Z | Downloaded postgres-protocol v0.6.6 |
| 1157 | 2023-12-11T20:48:50.970Z | Downloaded hostname v0.3.1 |
| 1158 | 2023-12-11T20:48:50.970Z | Downloaded heck v0.3.3 |
| 1159 | 2023-12-11T20:48:50.970Z | Downloaded papergrid v0.10.0 |
| 1160 | 2023-12-11T20:48:50.970Z | Downloaded crossbeam-channel v0.5.8 |
| 1161 | 2023-12-11T20:48:50.970Z | Downloaded proc-macro-crate v1.3.1 |
| 1162 | 2023-12-11T20:48:50.970Z | Downloaded owo-colors v3.5.0 |
| 1163 | 2023-12-11T20:48:50.970Z | Downloaded oso v0.27.0 |
| 1164 | 2023-12-11T20:48:50.970Z | Downloaded ppv-lite86 v0.2.17 |
| 1165 | 2023-12-11T20:48:50.970Z | Downloaded embedded-io v0.4.0 |
| 1166 | 2023-12-11T20:48:50.970Z | Downloaded dof v0.1.5 |
| 1167 | 2023-12-11T20:48:50.971Z | Downloaded fragile v2.0.0 |
| 1168 | 2023-12-11T20:48:50.974Z | Downloaded fixedbitset v0.4.2 |
| 1169 | 2023-12-11T20:48:50.974Z | Downloaded filetime v0.2.23 |
| 1170 | 2023-12-11T20:48:50.974Z | Downloaded pem-rfc7468 v0.7.0 |
| 1171 | 2023-12-11T20:48:50.974Z | Downloaded hubpack v0.1.2 |
| 1172 | 2023-12-11T20:48:50.974Z | Downloaded httparse v1.8.0 |
| 1173 | 2023-12-11T20:48:50.974Z | Downloaded pretty-hex v0.4.0 |
| 1174 | 2023-12-11T20:48:50.974Z | Downloaded slog-json v2.6.1 |
| 1175 | 2023-12-11T20:48:50.974Z | Downloaded slog-dtrace v0.2.3 |
| 1176 | 2023-12-11T20:48:50.974Z | Downloaded errno v0.3.2 |
| 1177 | 2023-12-11T20:48:50.974Z | Downloaded digest v0.10.7 |
| 1178 | 2023-12-11T20:48:50.975Z | Downloaded difflib v0.4.0 |
| 1179 | 2023-12-11T20:48:50.975Z | Downloaded float-cmp v0.9.0 |
| 1180 | 2023-12-11T20:48:50.975Z | Downloaded test-strategy v0.3.1 |
| 1181 | 2023-12-11T20:48:50.975Z | Downloaded form_urlencoded v1.2.1 |
| 1182 | 2023-12-11T20:48:50.975Z | Downloaded flagset v0.4.3 |
| 1183 | 2023-12-11T20:48:50.975Z | Downloaded serde_tokenstream v0.2.0 |
| 1184 | 2023-12-11T20:48:50.975Z | Downloaded tap v1.0.1 |
| 1185 | 2023-12-11T20:48:50.975Z | Downloaded tabled_derive v0.6.0 |
| 1186 | 2023-12-11T20:48:50.975Z | Downloaded maplit v1.0.2 |
| 1187 | 2023-12-11T20:48:50.975Z | Downloaded crossbeam-epoch v0.9.15 |
| 1188 | 2023-12-11T20:48:50.975Z | Downloaded crc-any v2.4.3 |
| 1189 | 2023-12-11T20:48:50.975Z | Downloaded backtrace v0.3.69 |
| 1190 | 2023-12-11T20:48:50.975Z | Downloaded predicates-core v1.0.6 |
| 1191 | 2023-12-11T20:48:50.975Z | Downloaded structmeta-derive v0.2.0 |
| 1192 | 2023-12-11T20:48:50.975Z | Downloaded static_assertions v1.1.0 |
| 1193 | 2023-12-11T20:48:50.975Z | Downloaded slog-term v2.9.0 |
| 1194 | 2023-12-11T20:48:50.975Z | Downloaded enum-as-inner v0.5.1 |
| 1195 | 2023-12-11T20:48:50.975Z | Downloaded usdt-impl v0.3.5 |
| 1196 | 2023-12-11T20:48:50.976Z | Downloaded parking_lot v0.11.2 |
| 1197 | 2023-12-11T20:48:50.976Z | Downloaded omicron-zone-package v0.9.1 |
| 1198 | 2023-12-11T20:48:50.976Z | Downloaded num-rational v0.4.1 |
| 1199 | 2023-12-11T20:48:50.976Z | Downloaded nu-ansi-term v0.49.0 |
| 1200 | 2023-12-11T20:48:50.976Z | Downloaded indexmap v2.1.0 |
| 1201 | 2023-12-11T20:48:50.998Z | Downloaded phf v0.11.2 |
| 1202 | 2023-12-11T20:48:50.998Z | Downloaded percent-encoding v2.3.1 |
| 1203 | 2023-12-11T20:48:50.998Z | Downloaded darling v0.20.3 |
| 1204 | 2023-12-11T20:48:50.998Z | Downloaded once_cell v1.19.0 |
| 1205 | 2023-12-11T20:48:50.998Z | Downloaded nibble_vec v0.1.0 |
| 1206 | 2023-12-11T20:48:50.998Z | Downloaded dtrace-parser v0.1.14 |
| 1207 | 2023-12-11T20:48:50.998Z | Downloaded libloading v0.7.4 |
| 1208 | 2023-12-11T20:48:50.998Z | Downloaded bytes v1.5.0 |
| 1209 | 2023-12-11T20:48:50.998Z | Downloaded term v0.7.0 |
| 1210 | 2023-12-11T20:48:50.998Z | Downloaded untrusted v0.9.0 |
| 1211 | 2023-12-11T20:48:50.999Z | Downloaded untrusted v0.7.1 |
| 1212 | 2023-12-11T20:48:50.999Z | Downloaded futures-executor v0.3.29 |
| 1213 | 2023-12-11T20:48:50.999Z | Downloaded clang-sys v1.6.1 |
| 1214 | 2023-12-11T20:48:50.999Z | Downloaded version_check v0.9.4 |
| 1215 | 2023-12-11T20:48:50.999Z | Downloaded unicode-xid v0.2.4 |
| 1216 | 2023-12-11T20:48:50.999Z | Downloaded tokio-macros v2.2.0 |
| 1217 | 2023-12-11T20:48:50.999Z | Downloaded tiny-keccak v2.0.2 |
| 1218 | 2023-12-11T20:48:50.999Z | Downloaded serde_derive v1.0.193 |
| 1219 | 2023-12-11T20:48:50.999Z | Downloaded futures-channel v0.3.29 |
| 1220 | 2023-12-11T20:48:50.999Z | Downloaded usdt-attr-macro v0.3.5 |
| 1221 | 2023-12-11T20:48:50.999Z | Downloaded blake2 v0.10.6 |
| 1222 | 2023-12-11T20:48:50.999Z | Downloaded futures-macro v0.3.29 |
| 1223 | 2023-12-11T20:48:50.999Z | Downloaded semver v1.0.20 |
| 1224 | 2023-12-11T20:48:50.999Z | Downloaded clap v4.4.3 |
| 1225 | 2023-12-11T20:48:50.999Z | Downloaded utf8parse v0.2.1 |
| 1226 | 2023-12-11T20:48:51.000Z | Downloaded io-lifetimes v1.0.11 |
| 1227 | 2023-12-11T20:48:51.000Z | Downloaded hubpack_derive v0.1.1 |
| 1228 | 2023-12-11T20:48:51.000Z | Downloaded structopt-derive v0.4.18 |
| 1229 | 2023-12-11T20:48:51.000Z | Downloaded darling v0.14.4 |
| 1230 | 2023-12-11T20:48:51.000Z | Downloaded crc32fast v1.3.2 |
| 1231 | 2023-12-11T20:48:51.000Z | Downloaded const-oid v0.9.5 |
| 1232 | 2023-12-11T20:48:51.000Z | Downloaded serde_with_macros v3.4.0 |
| 1233 | 2023-12-11T20:48:51.000Z | Downloaded topological-sort v0.2.2 |
| 1234 | 2023-12-11T20:48:51.000Z | Downloaded num_cpus v1.16.0 |
| 1235 | 2023-12-11T20:48:51.001Z | Downloaded unarray v0.1.4 |
| 1236 | 2023-12-11T20:48:51.001Z | Downloaded num-derive v0.4.0 |
| 1237 | 2023-12-11T20:48:51.001Z | Downloaded crossbeam-deque v0.8.3 |
| 1238 | 2023-12-11T20:48:51.001Z | Downloaded thread-id v4.2.0 |
| 1239 | 2023-12-11T20:48:51.001Z | Downloaded thiserror-no-std v2.0.2 |
| 1240 | 2023-12-11T20:48:51.001Z | Downloaded mockall_derive v0.11.4 |
| 1241 | 2023-12-11T20:48:51.001Z | Downloaded md-5 v0.10.5 |
| 1242 | 2023-12-11T20:48:51.001Z | Downloaded nanorand v0.7.0 |
| 1243 | 2023-12-11T20:48:51.001Z | Downloaded libsw v3.3.0 |
| 1244 | 2023-12-11T20:48:51.001Z | Downloaded itoa v1.0.9 |
| 1245 | 2023-12-11T20:48:51.002Z | Downloaded crossbeam v0.8.2 |
| 1246 | 2023-12-11T20:48:51.002Z | Downloaded clap_lex v0.5.1 |
| 1247 | 2023-12-11T20:48:51.002Z | Downloaded anyhow v1.0.75 |
| 1248 | 2023-12-11T20:48:51.002Z | Downloaded slog-bunyan v2.4.0 |
| 1249 | 2023-12-11T20:48:51.002Z | Downloaded native-tls v0.2.11 |
| 1250 | 2023-12-11T20:48:51.002Z | Downloaded mime_guess v2.0.4 |
| 1251 | 2023-12-11T20:48:51.002Z | Downloaded camino v1.1.6 |
| 1252 | 2023-12-11T20:48:51.002Z | Downloaded ciborium v0.2.1 |
| 1253 | 2023-12-11T20:48:51.002Z | Downloaded strsim v0.8.0 |
| 1254 | 2023-12-11T20:48:51.002Z | Downloaded stable_deref_trait v1.2.0 |
| 1255 | 2023-12-11T20:48:51.002Z | Downloaded slog-stdlog v4.1.1 |
| 1256 | 2023-12-11T20:48:51.002Z | Downloaded slog-async v2.8.0 |
| 1257 | 2023-12-11T20:48:51.002Z | Downloaded maybe-uninit v2.0.0 |
| 1258 | 2023-12-11T20:48:51.002Z | Downloaded bzip2 v0.4.4 |
| 1259 | 2023-12-11T20:48:51.002Z | Downloaded memoffset v0.9.0 |
| 1260 | 2023-12-11T20:48:51.003Z | Downloaded num-complex v0.4.4 |
| 1261 | 2023-12-11T20:48:51.003Z | Downloaded log v0.4.20 |
| 1262 | 2023-12-11T20:48:51.003Z | Downloaded nodrop v0.1.14 |
| 1263 | 2023-12-11T20:48:51.003Z | Downloaded cexpr v0.6.0 |
| 1264 | 2023-12-11T20:48:51.003Z | Downloaded mockall v0.11.4 |
| 1265 | 2023-12-11T20:48:51.003Z | Downloaded memoffset v0.7.1 |
| 1266 | 2023-12-11T20:48:51.003Z | Downloaded multer v2.1.0 |
| 1267 | 2023-12-11T20:48:51.003Z | Downloaded openssl-macros v0.1.1 |
| 1268 | 2023-12-11T20:48:51.003Z | Downloaded number_prefix v0.4.0 |
| 1269 | 2023-12-11T20:48:51.003Z | Downloaded normalize-line-endings v0.3.0 |
| 1270 | 2023-12-11T20:48:51.003Z | Downloaded camino-tempfile v1.1.1 |
| 1271 | 2023-12-11T20:48:51.003Z | Downloaded bitflags v2.4.0 |
| 1272 | 2023-12-11T20:48:51.003Z | Downloaded backoff v0.4.0 |
| 1273 | 2023-12-11T20:48:51.003Z | Downloaded serde_repr v0.1.16 |
| 1274 | 2023-12-11T20:48:51.003Z | Downloaded serde-hex v0.1.0 |
| 1275 | 2023-12-11T20:48:51.003Z | Downloaded semver v0.11.0 |
| 1276 | 2023-12-11T20:48:51.003Z | Downloaded macaddr v1.0.1 |
| 1277 | 2023-12-11T20:48:51.005Z | Downloaded linked-hash-map v0.5.6 |
| 1278 | 2023-12-11T20:48:51.005Z | Downloaded kstat-rs v0.2.3 |
| 1279 | 2023-12-11T20:48:51.005Z | Downloaded signature v2.1.0 |
| 1280 | 2023-12-11T20:48:51.005Z | Downloaded colored v2.0.4 |
| 1281 | 2023-12-11T20:48:51.005Z | Downloaded bitfield v0.14.0 |
| 1282 | 2023-12-11T20:48:51.005Z | Downloaded num_enum v0.5.11 |
| 1283 | 2023-12-11T20:48:51.005Z | Downloaded newtype_derive v0.1.6 |
| 1284 | 2023-12-11T20:48:51.005Z | Downloaded num_threads v0.1.6 |
| 1285 | 2023-12-11T20:48:51.005Z | Downloaded libefi-sys v0.1.0 |
| 1286 | 2023-12-11T20:48:51.005Z | Downloaded is-terminal v0.4.9 |
| 1287 | 2023-12-11T20:48:51.006Z | Downloaded crypto-common v0.1.6 |
| 1288 | 2023-12-11T20:48:51.006Z | Downloaded crunchy v0.2.2 |
| 1289 | 2023-12-11T20:48:51.006Z | Downloaded crc v3.0.1 |
| 1290 | 2023-12-11T20:48:51.006Z | Downloaded cipher v0.4.4 |
| 1291 | 2023-12-11T20:48:51.006Z | Downloaded ciborium-ll v0.2.1 |
| 1292 | 2023-12-11T20:48:51.006Z | Downloaded cassowary v0.3.0 |
| 1293 | 2023-12-11T20:48:51.006Z | Downloaded buf-list v1.0.3 |
| 1294 | 2023-12-11T20:48:51.006Z | Downloaded async-trait v0.1.74 |
| 1295 | 2023-12-11T20:48:51.006Z | Downloaded signal-hook v0.3.17 |
| 1296 | 2023-12-11T20:48:51.006Z | Downloaded managed v0.8.0 |
| 1297 | 2023-12-11T20:48:51.006Z | Downloaded iana-time-zone v0.1.57 |
| 1298 | 2023-12-11T20:48:51.006Z | Downloaded itertools v0.10.5 |
| 1299 | 2023-12-11T20:48:51.006Z | Downloaded bytesize v1.3.0 |
| 1300 | 2023-12-11T20:48:51.006Z | Downloaded bitflags v1.3.2 |
| 1301 | 2023-12-11T20:48:51.040Z | Downloaded chacha20 v0.9.1 |
| 1302 | 2023-12-11T20:48:51.040Z | Downloaded block-padding v0.3.3 |
| 1303 | 2023-12-11T20:48:51.040Z | Downloaded bytecount v0.6.3 |
| 1304 | 2023-12-11T20:48:51.040Z | Downloaded block-buffer v0.10.4 |
| 1305 | 2023-12-11T20:48:51.040Z | Downloaded bit-vec v0.6.3 |
| 1306 | 2023-12-11T20:48:51.041Z | Downloaded bb8 v0.8.1 |
| 1307 | 2023-12-11T20:48:51.041Z | Downloaded bit-set v0.5.3 |
| 1308 | 2023-12-11T20:48:51.041Z | Downloaded ipnet v2.8.0 |
| 1309 | 2023-12-11T20:48:51.041Z | Downloaded inout v0.1.3 |
| 1310 | 2023-12-11T20:48:51.041Z | Downloaded cpufeatures v0.2.9 |
| 1311 | 2023-12-11T20:48:51.041Z | Downloaded opaque-debug v0.3.0 |
| 1312 | 2023-12-11T20:48:51.042Z | Downloaded new_debug_unreachable v1.0.4 |
| 1313 | 2023-12-11T20:48:51.042Z | Downloaded match_cfg v0.1.0 |
| 1314 | 2023-12-11T20:48:51.042Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1315 | 2023-12-11T20:48:51.042Z | Downloaded ident_case v1.0.1 |
| 1316 | 2023-12-11T20:48:51.042Z | Downloaded shlex v1.1.0 |
| 1317 | 2023-12-11T20:48:51.042Z | Downloaded instant v0.1.12 |
| 1318 | 2023-12-11T20:48:51.042Z | Downloaded cfg-if v1.0.0 |
| 1319 | 2023-12-11T20:48:51.042Z | Downloaded base16ct v0.2.0 |
| 1320 | 2023-12-11T20:48:51.042Z | Downloaded base64ct v1.6.0 |
| 1321 | 2023-12-11T20:48:51.042Z | Downloaded atomic-waker v1.1.1 |
| 1322 | 2023-12-11T20:48:51.042Z | Downloaded autocfg v1.1.0 |
| 1323 | 2023-12-11T20:48:51.042Z | Downloaded anstream v0.5.0 |
| 1324 | 2023-12-11T20:48:51.042Z | Downloaded colorchoice v1.0.0 |
| 1325 | 2023-12-11T20:48:51.042Z | Downloaded ciborium-io v0.2.1 |
| 1326 | 2023-12-11T20:48:51.042Z | Downloaded similar v2.3.0 |
| 1327 | 2023-12-11T20:48:51.042Z | Downloaded hyper-tls v0.5.0 |
| 1328 | 2023-12-11T20:48:51.042Z | Downloaded hyper-staticfile v0.9.5 |
| 1329 | 2023-12-11T20:48:51.042Z | Downloaded atomicwrites v0.4.2 |
| 1330 | 2023-12-11T20:48:51.043Z | Downloaded ahash v0.8.6 |
| 1331 | 2023-12-11T20:48:51.043Z | Downloaded ascii-canvas v3.0.0 |
| 1332 | 2023-12-11T20:48:51.043Z | Downloaded matches v0.1.10 |
| 1333 | 2023-12-11T20:48:51.043Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1334 | 2023-12-11T20:48:51.043Z | Downloaded anstyle-parse v0.2.1 |
| 1335 | 2023-12-11T20:48:51.043Z | Downloaded ansi_term v0.12.1 |
| 1336 | 2023-12-11T20:48:51.043Z | Downloaded anstyle v1.0.2 |
| 1337 | 2023-12-11T20:48:51.043Z | Downloaded array-init v0.0.4 |
| 1338 | 2023-12-11T20:48:51.044Z | Downloaded serde_spanned v0.6.4 |
| 1339 | 2023-12-11T20:48:51.044Z | Downloaded atty v0.2.14 |
| 1340 | 2023-12-11T20:48:51.044Z | Downloaded async-stream-impl v0.3.5 |
| 1341 | 2023-12-11T20:48:51.044Z | Downloaded argon2 v0.5.2 |
| 1342 | 2023-12-11T20:48:51.044Z | Downloaded base64 v0.21.5 |
| 1343 | 2023-12-11T20:48:51.044Z | Downloaded indicatif v0.17.7 |
| 1344 | 2023-12-11T20:48:51.044Z | Downloaded miniz_oxide v0.7.1 |
| 1345 | 2023-12-11T20:48:51.044Z | Downloaded darling_core v0.14.4 |
| 1346 | 2023-12-11T20:48:51.044Z | Downloaded cc v1.0.83 |
| 1347 | 2023-12-11T20:48:51.044Z | Downloaded lru-cache v0.1.2 |
| 1348 | 2023-12-11T20:48:51.044Z | Downloaded convert_case v0.4.0 |
| 1349 | 2023-12-11T20:48:51.044Z | Downloaded lock_api v0.4.10 |
| 1350 | 2023-12-11T20:48:51.044Z | Downloaded corncobs v0.1.3 |
| 1351 | 2023-12-11T20:48:51.044Z | Downloaded indoc v2.0.3 |
| 1352 | 2023-12-11T20:48:51.044Z | Downloaded indoc v1.0.9 |
| 1353 | 2023-12-11T20:48:51.044Z | Downloaded darling_core v0.20.3 |
| 1354 | 2023-12-11T20:48:51.044Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1355 | 2023-12-11T20:48:51.044Z | Downloaded cstr-argument v0.1.2 |
| 1356 | 2023-12-11T20:48:51.045Z | Downloaded anstyle-query v1.0.0 |
| 1357 | 2023-12-11T20:48:51.045Z | Compiling proc-macro2 v1.0.69 |
| 1358 | 2023-12-11T20:48:51.045Z | Compiling unicode-ident v1.0.12 |
| 1359 | 2023-12-11T20:48:51.045Z | Compiling libc v0.2.150 |
| 1360 | 2023-12-11T20:48:51.045Z | Compiling serde v1.0.193 |
| 1361 | 2023-12-11T20:48:51.045Z | Compiling autocfg v1.1.0 |
| 1362 | 2023-12-11T20:48:51.046Z | Compiling cfg-if v1.0.0 |
| 1363 | 2023-12-11T20:48:51.046Z | Compiling version_check v0.9.4 |
| 1364 | 2023-12-11T20:48:51.046Z | Compiling syn v1.0.109 |
| 1365 | 2023-12-11T20:48:51.046Z | Compiling once_cell v1.19.0 |
| 1366 | 2023-12-11T20:48:51.046Z | Compiling parking_lot_core v0.9.8 |
| 1367 | 2023-12-11T20:48:51.046Z | Compiling libm v0.2.7 |
| 1368 | 2023-12-11T20:48:51.046Z | Compiling serde_json v1.0.108 |
| 1369 | 2023-12-11T20:48:51.046Z | Compiling lock_api v0.4.10 |
| 1370 | 2023-12-11T20:48:51.046Z | Compiling num-traits v0.2.16 |
| 1371 | 2023-12-11T20:48:51.046Z | Compiling futures-core v0.3.29 |
| 1372 | 2023-12-11T20:48:51.046Z | Compiling typenum v1.16.0 |
| 1373 | 2023-12-11T20:48:51.046Z | Compiling scopeguard v1.2.0 |
| 1374 | 2023-12-11T20:48:51.047Z | Compiling thiserror v1.0.49 |
| 1375 | 2023-12-11T20:48:51.047Z | Compiling generic-array v0.14.7 |
| 1376 | 2023-12-11T20:48:51.047Z | Compiling memchr v2.6.3 |
| 1377 | 2023-12-11T20:48:51.047Z | Compiling quote v1.0.33 |
| 1378 | 2023-12-11T20:48:51.047Z | Compiling itoa v1.0.9 |
| 1379 | 2023-12-11T20:48:51.047Z | Compiling pkg-config v0.3.27 |
| 1380 | 2023-12-11T20:48:51.047Z | Compiling syn v2.0.32 |
| 1381 | 2023-12-11T20:48:51.047Z | Compiling cc v1.0.83 |
| 1382 | 2023-12-11T20:48:51.047Z | Compiling getrandom v0.2.10 |
| 1383 | 2023-12-11T20:48:51.047Z | Compiling byteorder v1.5.0 |
| 1384 | 2023-12-11T20:48:51.047Z | Compiling slab v0.4.9 |
| 1385 | 2023-12-11T20:48:51.047Z | Compiling futures-channel v0.3.29 |
| 1386 | 2023-12-11T20:48:51.047Z | Compiling futures-task v0.3.29 |
| 1387 | 2023-12-11T20:48:51.047Z | Compiling log v0.4.20 |
| 1388 | 2023-12-11T20:48:51.047Z | Compiling futures-util v0.3.29 |
| 1389 | 2023-12-11T20:48:51.047Z | Compiling heck v0.4.1 |
| 1390 | 2023-12-11T20:48:51.047Z | Compiling ryu v1.0.15 |
| 1391 | 2023-12-11T20:48:51.048Z | Compiling smallvec v1.11.2 |
| 1392 | 2023-12-11T20:48:51.048Z | Compiling pin-project-lite v0.2.13 |
| 1393 | 2023-12-11T20:48:51.048Z | Compiling vcpkg v0.2.15 |
| 1394 | 2023-12-11T20:48:51.048Z | Compiling schemars v0.8.13 |
| 1395 | 2023-12-11T20:48:51.552Z | Compiling ring v0.17.7 |
| 1396 | 2023-12-11T20:48:52.296Z | Compiling parking_lot v0.12.1 |
| 1397 | 2023-12-11T20:48:53.191Z | Compiling semver v1.0.20 |
| 1398 | 2023-12-11T20:48:53.679Z | Compiling openssl-sys v0.9.96 |
| 1399 | 2023-12-11T20:48:53.844Z | Compiling rand_core v0.6.4 |
| 1400 | 2023-12-11T20:48:54.462Z | Compiling serde_derive_internals v0.26.0 |
| 1401 | 2023-12-11T20:48:55.028Z | Compiling signal-hook-registry v1.4.1 |
| 1402 | 2023-12-11T20:48:56.229Z | Compiling mio v0.8.9 |
| 1403 | 2023-12-11T20:48:57.198Z | Compiling ring v0.16.20 |
| 1404 | 2023-12-11T20:48:57.745Z | Compiling indexmap v1.9.3 |
| 1405 | 2023-12-11T20:48:57.975Z | Compiling equivalent v1.0.1 |
| 1406 | 2023-12-11T20:48:58.128Z | Compiling hashbrown v0.14.2 |
| 1407 | 2023-12-11T20:48:58.877Z | Compiling ahash v0.8.6 |
| 1408 | 2023-12-11T20:48:59.382Z | Compiling httparse v1.8.0 |
| 1409 | 2023-12-11T20:48:59.636Z | Compiling num_cpus v1.16.0 |
| 1410 | 2023-12-11T20:48:59.685Z | Compiling socket2 v0.5.5 |
| 1411 | 2023-12-11T20:48:59.812Z | Compiling spin v0.5.2 |
| 1412 | 2023-12-11T20:49:00.206Z | Compiling openssl v0.10.60 |
| 1413 | 2023-12-11T20:49:00.379Z | Compiling fnv v1.0.7 |
| 1414 | 2023-12-11T20:49:00.542Z | Compiling spin v0.9.8 |
| 1415 | 2023-12-11T20:49:00.841Z | Compiling iana-time-zone v0.1.57 |
| 1416 | 2023-12-11T20:49:00.946Z | Compiling rustls v0.21.9 |
| 1417 | 2023-12-11T20:49:01.158Z | Compiling subtle v2.5.0 |
| 1418 | 2023-12-11T20:49:01.356Z | Compiling native-tls v0.2.11 |
| 1419 | 2023-12-11T20:49:01.424Z | Compiling crossbeam-utils v0.8.16 |
| 1420 | 2023-12-11T20:49:01.613Z | Compiling unicode-xid v0.2.4 |
| 1421 | 2023-12-11T20:49:01.831Z | Compiling ucd-trie v0.1.6 |
| 1422 | 2023-12-11T20:49:01.865Z | Compiling const-oid v0.9.5 |
| 1423 | 2023-12-11T20:49:02.098Z | Compiling synstructure v0.12.6 |
| 1424 | 2023-12-11T20:49:02.806Z | Compiling futures-sink v0.3.29 |
| 1425 | 2023-12-11T20:49:03.037Z | Compiling io-lifetimes v1.0.11 |
| 1426 | 2023-12-11T20:49:03.672Z | Compiling backtrace v0.3.69 |
| 1427 | 2023-12-11T20:49:03.841Z | Compiling rustix v0.38.25 |
| 1428 | 2023-12-11T20:49:03.994Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2023-12-11T20:49:04.143Z | Compiling winnow v0.5.15 |
| 1430 | 2023-12-11T20:49:04.164Z | Compiling serde_derive v1.0.193 |
| 1431 | 2023-12-11T20:49:04.270Z | Compiling zeroize_derive v1.4.2 |
| 1432 | 2023-12-11T20:49:04.290Z | Compiling thiserror-impl v1.0.49 |
| 1433 | 2023-12-11T20:49:04.308Z | Compiling tokio-macros v2.2.0 |
| 1434 | 2023-12-11T20:49:04.556Z | Compiling futures-macro v0.3.29 |
| 1435 | 2023-12-11T20:49:04.760Z | Compiling tracing-attributes v0.1.26 |
| 1436 | 2023-12-11T20:49:05.046Z | Compiling schemars_derive v0.8.13 |
| 1437 | 2023-12-11T20:49:06.673Z | Compiling zerocopy-derive v0.7.26 |
| 1438 | 2023-12-11T20:49:06.676Z | Compiling zeroize v1.7.0 |
| 1439 | 2023-12-11T20:49:09.145Z | Compiling openssl-macros v0.1.1 |
| 1440 | 2023-12-11T20:49:09.841Z | Compiling pest v2.7.2 |
| 1441 | 2023-12-11T20:49:09.854Z | Compiling zerocopy v0.7.26 |
| 1442 | 2023-12-11T20:49:09.927Z | Compiling zerocopy-derive v0.2.0 |
| 1443 | 2023-12-11T20:49:09.984Z | Compiling dyn-clone v1.0.13 |
| 1444 | 2023-12-11T20:49:10.468Z | Compiling crypto-common v0.1.6 |
| 1445 | 2023-12-11T20:49:10.468Z | Compiling der_derive v0.7.2 |
| 1446 | 2023-12-11T20:49:10.468Z | Compiling tinyvec v1.6.0 |
| 1447 | 2023-12-11T20:49:12.043Z | Compiling tracing-core v0.1.31 |
| 1448 | 2023-12-11T20:49:12.177Z | Compiling memoffset v0.9.0 |
| 1449 | 2023-12-11T20:49:12.626Z | Compiling num-integer v0.1.45 |
| 1450 | 2023-12-11T20:49:12.784Z | Compiling pin-utils v0.1.0 |
| 1451 | 2023-12-11T20:49:13.068Z | Compiling rustix v0.37.23 |
| 1452 | 2023-12-11T20:49:13.354Z | Compiling futures-io v0.3.29 |
| 1453 | 2023-12-11T20:49:13.820Z | Compiling pest_meta v2.7.2 |
| 1454 | 2023-12-11T20:49:13.979Z | Compiling hashbrown v0.13.2 |
| 1455 | 2023-12-11T20:49:14.470Z | Compiling tracing v0.1.37 |
| 1456 | 2023-12-11T20:49:15.803Z | Compiling unicode-normalization v0.1.22 |
| 1457 | 2023-12-11T20:49:15.849Z | Compiling pest_generator v2.7.2 |
| 1458 | 2023-12-11T20:49:16.342Z | Compiling block-buffer v0.10.4 |
| 1459 | 2023-12-11T20:49:16.777Z | Compiling usdt-impl v0.3.5 |
| 1460 | 2023-12-11T20:49:17.799Z | Compiling crc32fast v1.3.2 |
| 1461 | 2023-12-11T20:49:18.876Z | Compiling slog v2.7.0 |
| 1462 | 2023-12-11T20:49:18.888Z | Compiling unicode-bidi v0.3.13 |
| 1463 | 2023-12-11T20:49:19.131Z | Compiling bitflags v1.3.2 |
| 1464 | 2023-12-11T20:49:19.282Z | Compiling anyhow v1.0.75 |
| 1465 | 2023-12-11T20:49:19.446Z | Compiling time-core v0.1.1 |
| 1466 | 2023-12-11T20:49:19.694Z | Compiling time-macros v0.2.13 |
| 1467 | 2023-12-11T20:49:20.448Z | Compiling pest_derive v2.7.2 |
| 1468 | 2023-12-11T20:49:20.943Z | Compiling digest v0.10.7 |
| 1469 | 2023-12-11T20:49:21.595Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1470 | 2023-12-11T20:49:22.275Z | Compiling aho-corasick v1.0.4 |
| 1471 | 2023-12-11T20:49:23.501Z | Compiling crossbeam-epoch v0.9.15 |
| 1472 | 2023-12-11T20:49:23.764Z | Compiling async-trait v0.1.74 |
| 1473 | 2023-12-11T20:49:23.791Z | Compiling rustversion v1.0.14 |
| 1474 | 2023-12-11T20:49:24.103Z | Compiling regex-syntax v0.8.2 |
| 1475 | 2023-12-11T20:49:24.283Z | Compiling signal-hook v0.3.17 |
| 1476 | 2023-12-11T20:49:24.430Z | Compiling ppv-lite86 v0.2.17 |
| 1477 | 2023-12-11T20:49:24.827Z | Compiling zerocopy v0.3.0 |
| 1478 | 2023-12-11T20:49:25.702Z | Compiling rand_chacha v0.3.1 |
| 1479 | 2023-12-11T20:49:26.916Z | Compiling bytes v1.5.0 |
| 1480 | 2023-12-11T20:49:28.282Z | Compiling indexmap v2.1.0 |
| 1481 | 2023-12-11T20:49:28.809Z | Compiling tokio v1.35.0 |
| 1482 | 2023-12-11T20:49:30.438Z | Compiling uuid v1.6.1 |
| 1483 | 2023-12-11T20:49:31.230Z | Compiling rustc_version v0.4.0 |
| 1484 | 2023-12-11T20:49:31.356Z | Compiling chrono v0.4.31 |
| 1485 | 2023-12-11T20:49:31.517Z | Compiling bitflags v2.4.0 |
| 1486 | 2023-12-11T20:49:32.284Z | Compiling heapless v0.7.16 |
| 1487 | 2023-12-11T20:49:34.288Z | Compiling toml_datetime v0.6.5 |
| 1488 | 2023-12-11T20:49:34.944Z | Compiling serde_spanned v0.6.4 |
| 1489 | 2023-12-11T20:49:34.959Z | Compiling http v0.2.11 |
| 1490 | 2023-12-11T20:49:35.158Z | Compiling toml_edit v0.19.15 |
| 1491 | 2023-12-11T20:49:39.386Z | Compiling regex-automata v0.4.3 |
| 1492 | 2023-12-11T20:49:42.464Z | Compiling errno v0.3.2 |
| 1493 | 2023-12-11T20:49:43.156Z | Compiling base64 v0.21.5 |
| 1494 | 2023-12-11T20:49:44.286Z | Compiling strsim v0.10.0 |
| 1495 | 2023-12-11T20:49:45.292Z | Compiling tokio-util v0.7.10 |
| 1496 | 2023-12-11T20:49:46.684Z | Compiling regex v1.10.2 |
| 1497 | 2023-12-11T20:49:48.015Z | Compiling rand v0.8.5 |
| 1498 | 2023-12-11T20:49:48.411Z | Compiling dof v0.1.5 |
| 1499 | 2023-12-11T20:49:49.694Z | Compiling dtrace-parser v0.1.14 |
| 1500 | 2023-12-11T20:49:51.120Z | Compiling thread-id v4.2.0 |
| 1501 | 2023-12-11T20:49:51.377Z | Compiling num-bigint v0.4.4 |
| 1502 | 2023-12-11T20:49:52.046Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2023-12-11T20:49:52.324Z | Compiling base64ct v1.6.0 |
| 1504 | 2023-12-11T20:49:52.516Z | Compiling openssl-probe v0.1.5 |
| 1505 | 2023-12-11T20:49:52.931Z | Compiling untrusted v0.9.0 |
| 1506 | 2023-12-11T20:49:53.182Z | Compiling smoltcp v0.9.1 |
| 1507 | 2023-12-11T20:49:53.212Z | Compiling doc-comment v0.3.3 |
| 1508 | 2023-12-11T20:49:53.929Z | Compiling percent-encoding v2.3.1 |
| 1509 | 2023-12-11T20:49:53.988Z | Compiling hashbrown v0.12.3 |
| 1510 | 2023-12-11T20:49:54.153Z | Compiling untrusted v0.7.1 |
| 1511 | 2023-12-11T20:49:54.294Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1512 | 2023-12-11T20:49:55.220Z | Compiling pem-rfc7468 v0.7.0 |
| 1513 | 2023-12-11T20:49:56.251Z | Compiling foreign-types v0.3.2 |
| 1514 | 2023-12-11T20:49:57.341Z | Compiling strum_macros v0.25.2 |
| 1515 | 2023-12-11T20:49:58.779Z | Compiling serde_tokenstream v0.1.7 |
| 1516 | 2023-12-11T20:50:00.080Z | Compiling hmac v0.12.1 |
| 1517 | 2023-12-11T20:50:00.430Z | Compiling lazy_static v1.4.0 |
| 1518 | 2023-12-11T20:50:00.795Z | Compiling socket2 v0.4.9 |
| 1519 | 2023-12-11T20:50:02.233Z | Compiling unicode-segmentation v1.10.1 |
| 1520 | 2023-12-11T20:50:02.233Z | Compiling siphasher v0.3.11 |
| 1521 | 2023-12-11T20:50:02.641Z | Compiling unicode-width v0.1.11 |
| 1522 | 2023-12-11T20:50:03.256Z | Compiling flagset v0.4.3 |
| 1523 | 2023-12-11T20:50:03.397Z | Compiling adler v1.0.2 |
| 1524 | 2023-12-11T20:50:03.576Z | Compiling try-lock v0.2.4 |
| 1525 | 2023-12-11T20:50:03.854Z | Compiling miniz_oxide v0.7.1 |
| 1526 | 2023-12-11T20:50:03.920Z | Compiling want v0.3.1 |
| 1527 | 2023-12-11T20:50:04.340Z | Compiling der v0.7.8 |
| 1528 | 2023-12-11T20:50:08.103Z | Compiling rustls-webpki v0.101.7 |
| 1529 | 2023-12-11T20:50:08.574Z | Compiling sct v0.7.0 |
| 1530 | 2023-12-11T20:50:09.018Z | Compiling h2 v0.3.21 |
| 1531 | 2023-12-11T20:50:10.454Z | Compiling form_urlencoded v1.2.1 |
| 1532 | 2023-12-11T20:50:10.904Z | Compiling http-body v0.4.5 |
| 1533 | 2023-12-11T20:50:11.562Z | Compiling hubpack_derive v0.1.1 |
| 1534 | 2023-12-11T20:50:13.015Z | Compiling pin-project-internal v1.1.3 |
| 1535 | 2023-12-11T20:50:13.617Z | Compiling zerocopy-derive v0.6.4 |
| 1536 | 2023-12-11T20:50:15.291Z | Compiling num-iter v0.1.43 |
| 1537 | 2023-12-11T20:50:17.141Z | Compiling anstyle v1.0.2 |
| 1538 | 2023-12-11T20:50:17.505Z | Compiling cpufeatures v0.2.9 |
| 1539 | 2023-12-11T20:50:17.568Z | Compiling tower-service v0.3.2 |
| 1540 | 2023-12-11T20:50:17.641Z | Compiling utf8parse v0.2.1 |
| 1541 | 2023-12-11T20:50:17.743Z | Compiling httpdate v1.0.3 |
| 1542 | 2023-12-11T20:50:17.788Z | Compiling sha2 v0.10.8 |
| 1543 | 2023-12-11T20:50:17.889Z | Compiling anstyle-parse v0.2.1 |
| 1544 | 2023-12-11T20:50:19.460Z | Compiling spki v0.7.2 |
| 1545 | 2023-12-11T20:50:20.921Z | Compiling hyper v0.14.27 |
| 1546 | 2023-12-11T20:50:21.512Z | Compiling usdt-attr-macro v0.3.5 |
| 1547 | 2023-12-11T20:50:22.087Z | Compiling usdt-macro v0.3.5 |
| 1548 | 2023-12-11T20:50:23.701Z | Compiling rustls-pemfile v1.0.3 |
| 1549 | 2023-12-11T20:50:24.848Z | Compiling openapiv3 v2.0.0 |
| 1550 | 2023-12-11T20:50:25.292Z | Compiling serde_tokenstream v0.2.0 |
| 1551 | 2023-12-11T20:50:25.465Z | Compiling md-5 v0.10.5 |
| 1552 | 2023-12-11T20:50:26.209Z | Compiling stringprep v0.1.3 |
| 1553 | 2023-12-11T20:50:26.224Z | Compiling idna v0.5.0 |
| 1554 | 2023-12-11T20:50:26.830Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1555 | 2023-12-11T20:50:27.199Z | Compiling hash32 v0.2.1 |
| 1556 | 2023-12-11T20:50:28.207Z | Compiling stable_deref_trait v1.2.0 |
| 1557 | 2023-12-11T20:50:28.223Z | Compiling either v1.9.0 |
| 1558 | 2023-12-11T20:50:28.224Z | Compiling gimli v0.28.0 |
| 1559 | 2023-12-11T20:50:28.667Z | Compiling colorchoice v1.0.0 |
| 1560 | 2023-12-11T20:50:28.685Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2023-12-11T20:50:29.347Z | Compiling anstyle-query v1.0.0 |
| 1562 | 2023-12-11T20:50:29.544Z | Compiling anstream v0.5.0 |
| 1563 | 2023-12-11T20:50:29.646Z | Compiling postgres-protocol v0.6.6 |
| 1564 | 2023-12-11T20:50:32.349Z | Compiling diesel_derives v2.1.2 |
| 1565 | 2023-12-11T20:50:32.369Z | Compiling url v2.5.0 |
| 1566 | 2023-12-11T20:50:35.094Z | Compiling addr2line v0.21.0 |
| 1567 | 2023-12-11T20:50:36.680Z | Compiling tokio-rustls v0.24.1 |
| 1568 | 2023-12-11T20:50:38.105Z | Compiling rustls-native-certs v0.6.3 |
| 1569 | 2023-12-11T20:50:38.651Z | Compiling terminal_size v0.2.6 |
| 1570 | 2023-12-11T20:50:38.920Z | Compiling pkcs8 v0.10.2 |
| 1571 | 2023-12-11T20:50:40.489Z | Compiling tokio-native-tls v0.3.1 |
| 1572 | 2023-12-11T20:50:40.869Z | Compiling phf_shared v0.11.2 |
| 1573 | 2023-12-11T20:50:42.514Z | Compiling regress v0.7.1 |
| 1574 | 2023-12-11T20:50:42.966Z | Compiling block-padding v0.3.3 |
| 1575 | 2023-12-11T20:50:43.222Z | Compiling enum-as-inner v0.5.1 |
| 1576 | 2023-12-11T20:50:43.349Z | Compiling snafu-derive v0.7.5 |
| 1577 | 2023-12-11T20:50:44.783Z | Compiling serde_repr v0.1.16 |
| 1578 | 2023-12-11T20:50:46.402Z | Compiling clap_derive v4.4.2 |
| 1579 | 2023-12-11T20:50:50.532Z | Compiling ff v0.13.0 |
| 1580 | 2023-12-11T20:50:51.051Z | Compiling scheduled-thread-pool v0.2.7 |
| 1581 | 2023-12-11T20:50:51.454Z | Compiling object v0.32.1 |
| 1582 | 2023-12-11T20:50:54.544Z | Compiling regex-automata v0.1.10 |
| 1583 | 2023-12-11T20:50:54.950Z | Compiling base16ct v0.2.0 |
| 1584 | 2023-12-11T20:50:55.413Z | Compiling rustc-demangle v0.1.23 |
| 1585 | 2023-12-11T20:50:57.324Z | Compiling managed v0.8.0 |
| 1586 | 2023-12-11T20:50:57.874Z | Compiling num_threads v0.1.6 |
| 1587 | 2023-12-11T20:50:57.995Z | Compiling bit-vec v0.6.3 |
| 1588 | 2023-12-11T20:50:58.653Z | Compiling ipnet v2.8.0 |
| 1589 | 2023-12-11T20:50:58.844Z | Compiling clap_lex v0.5.1 |
| 1590 | 2023-12-11T20:50:59.519Z | Compiling matches v0.1.10 |
| 1591 | 2023-12-11T20:50:59.662Z | Compiling deranged v0.3.8 |
| 1592 | 2023-12-11T20:50:59.757Z | Compiling idna v0.2.3 |
| 1593 | 2023-12-11T20:51:00.375Z | Compiling clap_builder v4.4.2 |
| 1594 | 2023-12-11T20:51:02.707Z | Compiling time v0.3.27 |
| 1595 | 2023-12-11T20:51:14.681Z | Compiling sec1 v0.7.3 |
| 1596 | 2023-12-11T20:51:14.808Z | Compiling bstr v0.2.17 |
| 1597 | 2023-12-11T20:51:14.809Z | Compiling r2d2 v0.8.10 |
| 1598 | 2023-12-11T20:51:14.812Z | Compiling group v0.13.0 |
| 1599 | 2023-12-11T20:51:14.813Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1600 | 2023-12-11T20:51:14.813Z | Compiling inout v0.1.3 |
| 1601 | 2023-12-11T20:51:14.813Z | Compiling phf v0.11.2 |
| 1602 | 2023-12-11T20:51:14.814Z | Compiling hyper-tls v0.5.0 |
| 1603 | 2023-12-11T20:51:14.814Z | Compiling hyper-rustls v0.24.2 |
| 1604 | 2023-12-11T20:51:14.814Z | Compiling signal-hook-mio v0.2.3 |
| 1605 | 2023-12-11T20:51:14.814Z | Compiling bzip2 v0.4.4 |
| 1606 | 2023-12-11T20:51:15.077Z | Compiling flate2 v1.0.28 |
| 1607 | 2023-12-11T20:51:15.077Z | Compiling postgres-types v0.2.6 |
| 1608 | 2023-12-11T20:51:15.077Z | Compiling itertools v0.11.0 |
| 1609 | 2023-12-11T20:51:15.077Z | Compiling pin-project v1.1.3 |
| 1610 | 2023-12-11T20:51:15.077Z | Compiling zerocopy v0.6.4 |
| 1611 | 2023-12-11T20:51:15.077Z | Compiling hubpack v0.1.2 |
| 1612 | 2023-12-11T20:51:15.077Z | Compiling serde_urlencoded v0.7.1 |
| 1613 | 2023-12-11T20:51:15.077Z | Compiling phf_shared v0.10.0 |
| 1614 | 2023-12-11T20:51:15.078Z | Compiling hkdf v0.12.3 |
| 1615 | 2023-12-11T20:51:15.078Z | Compiling ipnetwork v0.20.0 |
| 1616 | 2023-12-11T20:51:15.961Z | Compiling futures-executor v0.3.29 |
| 1617 | 2023-12-11T20:51:16.564Z | Compiling crypto-bigint v0.5.2 |
| 1618 | 2023-12-11T20:51:16.661Z | Compiling float-cmp v0.9.0 |
| 1619 | 2023-12-11T20:51:17.190Z | Compiling proc-macro-error-attr v1.0.4 |
| 1620 | 2023-12-11T20:51:17.233Z | Compiling encoding_rs v0.8.33 |
| 1621 | 2023-12-11T20:51:20.081Z | Compiling webpki-roots v0.25.2 |
| 1622 | 2023-12-11T20:51:20.327Z | Compiling whoami v1.4.1 |
| 1623 | 2023-12-11T20:51:20.389Z | Compiling mime v0.3.17 |
| 1624 | 2023-12-11T20:51:21.598Z | Compiling fixedbitset v0.4.2 |
| 1625 | 2023-12-11T20:51:22.310Z | Compiling normalize-line-endings v0.3.0 |
| 1626 | 2023-12-11T20:51:22.311Z | Compiling data-encoding v2.4.0 |
| 1627 | 2023-12-11T20:51:23.168Z | Compiling regex-automata v0.3.8 |
| 1628 | 2023-12-11T20:51:23.839Z | Compiling new_debug_unreachable v1.0.4 |
| 1629 | 2023-12-11T20:51:23.975Z | Compiling precomputed-hash v0.1.1 |
| 1630 | 2023-12-11T20:51:25.226Z | Compiling static_assertions v1.1.0 |
| 1631 | 2023-12-11T20:51:25.324Z | Compiling difflib v0.4.0 |
| 1632 | 2023-12-11T20:51:27.094Z | Compiling predicates-core v1.0.6 |
| 1633 | 2023-12-11T20:51:27.384Z | Compiling predicates v3.0.4 |
| 1634 | 2023-12-11T20:51:27.434Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1635 | 2023-12-11T20:51:27.560Z | Compiling bstr v1.6.0 |
| 1636 | 2023-12-11T20:51:28.193Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1637 | 2023-12-11T20:51:29.932Z | Compiling string_cache v0.8.7 |
| 1638 | 2023-12-11T20:51:30.587Z | Compiling trust-dns-proto v0.22.0 |
| 1639 | 2023-12-11T20:51:34.792Z | Compiling petgraph v0.6.4 |
| 1640 | 2023-12-11T20:51:37.792Z | Compiling reqwest v0.11.22 |
| 1641 | 2023-12-11T20:51:38.139Z | Compiling tokio-postgres v0.7.10 |
| 1642 | 2023-12-11T20:51:38.322Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2023-12-11T20:51:44.418Z | Compiling futures v0.3.29 |
| 1644 | 2023-12-11T20:51:45.749Z | Compiling diesel v2.1.4 |
| 1645 | 2023-12-11T20:51:45.942Z | Compiling yasna v0.5.2 |
| 1646 | 2023-12-11T20:51:47.866Z | Compiling snafu v0.7.5 |
| 1647 | 2023-12-11T20:51:48.736Z | Compiling zip v0.6.6 |
| 1648 | 2023-12-11T20:51:49.087Z | Compiling crossterm v0.27.0 |
| 1649 | 2023-12-11T20:51:50.860Z | Compiling cipher v0.4.4 |
| 1650 | 2023-12-11T20:51:52.056Z | Compiling similar v2.3.0 |
| 1651 | 2023-12-11T20:51:53.780Z | Compiling clap v4.4.3 |
| 1652 | 2023-12-11T20:51:53.925Z | Compiling bit-set v0.5.3 |
| 1653 | 2023-12-11T20:51:54.993Z | Compiling itertools v0.10.5 |
| 1654 | 2023-12-11T20:51:55.023Z | Compiling usdt v0.3.5 |
| 1655 | 2023-12-11T20:51:55.067Z | Compiling console v0.15.7 |
| 1656 | 2023-12-11T20:51:55.946Z | Compiling tokio-stream v0.1.14 |
| 1657 | 2023-12-11T20:51:55.977Z | Compiling toml v0.7.8 |
| 1658 | 2023-12-11T20:51:57.129Z | Compiling proc-macro-crate v1.3.1 |
| 1659 | 2023-12-11T20:51:57.432Z | Compiling toml_edit v0.21.0 |
| 1660 | 2023-12-11T20:51:58.062Z | Compiling hex v0.4.3 |
| 1661 | 2023-12-11T20:51:58.650Z | Compiling proc-macro-error v1.0.4 |
| 1662 | 2023-12-11T20:51:59.158Z | Compiling lalrpop-util v0.19.12 |
| 1663 | 2023-12-11T20:52:01.856Z | Compiling num_enum_derive v0.5.11 |
| 1664 | 2023-12-11T20:52:06.288Z | Compiling atty v0.2.14 |
| 1665 | 2023-12-11T20:52:07.292Z | Compiling smoltcp v0.10.0 |
| 1666 | 2023-12-11T20:52:08.192Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1667 | 2023-12-11T20:52:08.494Z | Compiling ident_case v1.0.1 |
| 1668 | 2023-12-11T20:52:09.138Z | Compiling darling_core v0.20.3 |
| 1669 | 2023-12-11T20:52:15.165Z | Compiling num_enum v0.5.11 |
| 1670 | 2023-12-11T20:52:35.721Z | Compiling dirs-sys-next v0.1.2 |
| 1671 | 2023-12-11T20:52:38.758Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1672 | 2023-12-11T20:52:38.783Z | Compiling embedded-io v0.4.0 |
| 1673 | 2023-12-11T20:52:39.182Z | Compiling camino v1.1.6 |
| 1674 | 2023-12-11T20:52:39.188Z | Compiling cobs v0.2.3 |
| 1675 | 2023-12-11T20:52:40.129Z | Compiling postcard v1.0.8 |
| 1676 | 2023-12-11T20:52:43.220Z | Compiling dirs-next v2.0.0 |
| 1677 | 2023-12-11T20:52:46.858Z | Compiling darling_macro v0.20.3 |
| 1678 | 2023-12-11T20:52:51.758Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1679 | 2023-12-11T20:52:54.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1680 | 2023-12-11T20:52:59.480Z | Compiling getopts v0.2.21 |
| 1681 | 2023-12-11T20:53:05.690Z | Compiling foreign-types-macros v0.2.3 |
| 1682 | 2023-12-11T20:53:06.434Z | Compiling structmeta-derive v0.2.0 |
| 1683 | 2023-12-11T20:53:09.888Z | Compiling thread_local v1.1.7 |
| 1684 | 2023-12-11T20:53:10.744Z | Compiling multer v2.1.0 |
| 1685 | 2023-12-11T20:53:11.248Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1686 | 2023-12-11T20:53:11.371Z | Compiling match_cfg v0.1.0 |
| 1687 | 2023-12-11T20:53:11.520Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1688 | 2023-12-11T20:53:13.806Z | Compiling foreign-types-shared v0.3.1 |
| 1689 | 2023-12-11T20:53:13.984Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1690 | 2023-12-11T20:53:14.344Z | Compiling paste v1.0.14 |
| 1691 | 2023-12-11T20:53:15.053Z | Compiling unsafe-libyaml v0.2.9 |
| 1692 | 2023-12-11T20:53:16.131Z | Compiling slog-async v2.8.0 |
| 1693 | 2023-12-11T20:53:18.197Z | Compiling serde_yaml v0.9.25 |
| 1694 | 2023-12-11T20:53:22.636Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1695 | 2023-12-11T20:53:45.018Z | Compiling foreign-types v0.5.0 |
| 1696 | 2023-12-11T20:53:47.311Z | Compiling hostname v0.3.1 |
| 1697 | 2023-12-11T20:53:47.461Z | Compiling structmeta v0.2.0 |
| 1698 | 2023-12-11T20:53:47.462Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1699 | 2023-12-11T20:53:47.462Z | Compiling darling v0.20.3 |
| 1700 | 2023-12-11T20:53:47.462Z | Compiling term v0.7.0 |
| 1701 | 2023-12-11T20:53:48.664Z | Compiling slog-json v2.6.1 |
| 1702 | 2023-12-11T20:53:49.439Z | Compiling is-terminal v0.4.9 |
| 1703 | 2023-12-11T20:53:49.634Z | Compiling crossbeam-channel v0.5.8 |
| 1704 | 2023-12-11T20:53:53.784Z | Compiling strum v0.25.0 |
| 1705 | 2023-12-11T20:53:54.179Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1706 | 2023-12-11T20:53:54.218Z | Compiling async-stream-impl v0.3.5 |
| 1707 | 2023-12-11T20:53:54.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1708 | 2023-12-11T20:53:55.239Z | Compiling cstr-argument v0.1.2 |
| 1709 | 2023-12-11T20:53:55.375Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1710 | 2023-12-11T20:53:56.144Z | Compiling take_mut v0.2.2 |
| 1711 | 2023-12-11T20:53:56.412Z | Compiling fastrand v2.0.0 |
| 1712 | 2023-12-11T20:53:57.724Z | Compiling regex-syntax v0.7.5 |
| 1713 | 2023-12-11T20:53:57.790Z | Compiling pretty-hex v0.2.1 |
| 1714 | 2023-12-11T20:53:57.878Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1715 | 2023-12-11T20:53:58.492Z | Compiling atomic-waker v1.1.1 |
| 1716 | 2023-12-11T20:53:59.536Z | Compiling crucible-workspace-hack v0.1.0 |
| 1717 | 2023-12-11T20:54:05.069Z | Compiling waitgroup v0.1.2 |
| 1718 | 2023-12-11T20:54:05.463Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1719 | 2023-12-11T20:54:07.916Z | Compiling parse-display-derive v0.8.2 |
| 1720 | 2023-12-11T20:54:08.275Z | Compiling tempfile v3.8.1 |
| 1721 | 2023-12-11T20:54:13.280Z | Compiling async-stream v0.3.5 |
| 1722 | 2023-12-11T20:54:14.336Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1723 | 2023-12-11T20:54:17.713Z | Compiling colored v2.0.4 |
| 1724 | 2023-12-11T20:54:18.448Z | Compiling slog-bunyan v2.4.0 |
| 1725 | 2023-12-11T20:54:18.771Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1726 | 2023-12-11T20:54:20.048Z | Compiling slog-term v2.9.0 |
| 1727 | 2023-12-11T20:54:23.973Z | Compiling serde_with_macros v3.4.0 |
| 1728 | 2023-12-11T20:54:33.867Z | Compiling toml v0.8.8 |
| 1729 | 2023-12-11T20:54:33.933Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1730 | 2023-12-11T20:54:33.963Z | Compiling sha1 v0.10.6 |
| 1731 | 2023-12-11T20:54:35.486Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1732 | 2023-12-11T20:54:36.340Z | Compiling textwrap v0.11.0 |
| 1733 | 2023-12-11T20:54:37.081Z | Compiling heck v0.3.3 |
| 1734 | 2023-12-11T20:54:38.134Z | Compiling serde_path_to_error v0.1.14 |
| 1735 | 2023-12-11T20:54:38.333Z | Compiling instant v0.1.12 |
| 1736 | 2023-12-11T20:54:38.576Z | Compiling strsim v0.8.0 |
| 1737 | 2023-12-11T20:54:38.727Z | Compiling debug-ignore v1.0.5 |
| 1738 | 2023-12-11T20:54:38.954Z | Compiling libefi-sys v0.1.0 |
| 1739 | 2023-12-11T20:54:39.393Z | Compiling vec_map v0.8.2 |
| 1740 | 2023-12-11T20:54:39.426Z | Compiling rayon-core v1.12.0 |
| 1741 | 2023-12-11T20:54:39.844Z | Compiling ansi_term v0.12.1 |
| 1742 | 2023-12-11T20:54:40.362Z | Compiling clap v2.34.0 |
| 1743 | 2023-12-11T20:54:40.821Z | Compiling backoff v0.4.0 |
| 1744 | 2023-12-11T20:54:41.334Z | Compiling structopt-derive v0.4.18 |
| 1745 | 2023-12-11T20:54:41.361Z | Compiling serde_with v3.4.0 |
| 1746 | 2023-12-11T20:54:42.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1747 | 2023-12-11T20:54:44.369Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1748 | 2023-12-11T20:54:44.690Z | Compiling parse-display v0.8.2 |
| 1749 | 2023-12-11T20:54:45.010Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1750 | 2023-12-11T20:54:45.812Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
| 1751 | 2023-12-11T20:54:46.595Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1752 | 2023-12-11T20:54:46.923Z | Compiling zone_cfg_derive v0.3.0 |
| 1753 | 2023-12-11T20:54:49.143Z | Compiling crossbeam-deque v0.8.3 |
| 1754 | 2023-12-11T20:54:49.243Z | Compiling macaddr v1.0.1 |
| 1755 | 2023-12-11T20:54:49.640Z | Compiling num-derive v0.4.0 |
| 1756 | 2023-12-11T20:54:49.791Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1757 | 2023-12-11T20:54:50.341Z | Compiling portable-atomic v1.4.3 |
| 1758 | 2023-12-11T20:54:51.794Z | Compiling zone v0.3.0 |
| 1759 | 2023-12-11T20:54:53.320Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
| 1760 | 2023-12-11T20:54:56.209Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 1761 | 2023-12-11T20:54:56.722Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
| 1762 | 2023-12-11T20:54:57.601Z | Compiling structopt v0.3.26 |
| 1763 | 2023-12-11T20:54:57.884Z | Compiling camino-tempfile v1.1.1 |
| 1764 | 2023-12-11T20:54:59.156Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1765 | 2023-12-11T20:54:59.334Z | Compiling smf v0.2.2 |
| 1766 | 2023-12-11T20:55:00.028Z | Compiling xattr v1.0.1 |
| 1767 | 2023-12-11T20:55:00.479Z | Compiling filetime v0.2.23 |
| 1768 | 2023-12-11T20:55:01.309Z | Compiling same-file v1.0.6 |
| 1769 | 2023-12-11T20:55:01.316Z | Compiling tar v0.4.40 |
| 1770 | 2023-12-11T20:55:01.374Z | Compiling walkdir v2.4.0 |
| 1771 | 2023-12-11T20:55:03.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1772 | 2023-12-11T20:55:03.685Z | Compiling rayon v1.8.0 |
| 1773 | 2023-12-11T20:55:04.282Z | Compiling number_prefix v0.4.0 |
| 1774 | 2023-12-11T20:55:04.676Z | Compiling omicron-zone-package v0.9.1 |
| 1775 | 2023-12-11T20:55:07.081Z | Compiling topological-sort v0.2.2 |
| 1776 | 2023-12-11T20:55:07.494Z | Compiling swrite v0.1.0 |
| 1777 | 2023-12-11T20:55:12.804Z | Compiling indicatif v0.17.7 |
| 1778 | 2023-12-11T20:55:30.618Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1779 | 2023-12-11T20:55:40.709Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1780 | 2023-12-11T20:55:44.128Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1781 | 2023-12-11T20:55:49.289Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1782 | 2023-12-11T20:56:13.199Z | Finished release [optimized] target(s) in 7m 57s |
| 1783 | 2023-12-11T20:56:13.468Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1784 | 2023-12-11T20:56:13.563Z | Created new build target 'test' and set it as active |
| 1785 | 2023-12-11T20:56:13.572Z | |
| 1786 | 2023-12-11T20:56:13.573Z | real 7:58.327162040 |
| 1787 | 2023-12-11T20:56:13.573Z | user 51:06.074572913 |
| 1788 | 2023-12-11T20:56:13.573Z | sys 4:36.367779686 |
| 1789 | 2023-12-11T20:56:13.573Z | trap 2.016402843 |
| 1790 | 2023-12-11T20:56:13.574Z | tflt 3.331724862 |
| 1791 | 2023-12-11T20:56:13.574Z | dflt 4.451752209 |
| 1792 | 2023-12-11T20:56:13.575Z | kflt 0.032152406 |
| 1793 | 2023-12-11T20:56:13.575Z | lock 1:50:13.942186312 |
| 1794 | 2023-12-11T20:56:13.576Z | slp 2:23:21.624866370 |
| 1795 | 2023-12-11T20:56:13.576Z | lat 2:28.647109473 |
| 1796 | 2023-12-11T20:56:13.576Z | stop 3:50.775157036 |
| 1797 | 2023-12-11T20:56:13.577Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1798 | 2023-12-11T20:56:14.672Z | Finished release [optimized] target(s) in 1.03s |
| 1799 | 2023-12-11T20:56:14.721Z | Running `target/release/omicron-package -t test package` |
| 1800 | 2023-12-11T20:56:14.732Z | Dec 11 20:56:14.777 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1801 | 2023-12-11T20:56:15.875Z | Compiling linked-hash-map v0.5.6 |
| 1802 | 2023-12-11T20:56:15.875Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1803 | 2023-12-11T20:56:15.880Z | Compiling password-hash v0.5.0 |
| 1804 | 2023-12-11T20:56:15.881Z | Compiling blake2 v0.10.6 |
| 1805 | 2023-12-11T20:56:15.881Z | Compiling same-file v1.0.6 |
| 1806 | 2023-12-11T20:56:15.944Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1807 | 2023-12-11T20:56:15.966Z | Compiling semver-parser v0.10.2 |
| 1808 | 2023-12-11T20:56:15.966Z | Compiling fastrand v2.0.0 |
| 1809 | 2023-12-11T20:56:16.230Z | Compiling walkdir v2.4.0 |
| 1810 | 2023-12-11T20:56:16.470Z | Compiling lru-cache v0.1.2 |
| 1811 | 2023-12-11T20:56:16.728Z | Compiling argon2 v0.5.2 |
| 1812 | 2023-12-11T20:56:16.809Z | Compiling quick-error v1.2.3 |
| 1813 | 2023-12-11T20:56:17.027Z | Compiling resolv-conf v0.7.0 |
| 1814 | 2023-12-11T20:56:17.313Z | Compiling semver v0.11.0 |
| 1815 | 2023-12-11T20:56:21.209Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1816 | 2023-12-11T20:56:21.321Z | Compiling tempfile v3.8.1 |
| 1817 | 2023-12-11T20:56:21.321Z | Compiling xattr v1.0.1 |
| 1818 | 2023-12-11T20:56:21.322Z | Compiling filetime v0.2.23 |
| 1819 | 2023-12-11T20:56:21.322Z | Compiling slog-dtrace v0.2.3 |
| 1820 | 2023-12-11T20:56:21.322Z | Compiling home v0.5.5 |
| 1821 | 2023-12-11T20:56:21.322Z | Compiling tar v0.4.40 |
| 1822 | 2023-12-11T20:56:21.322Z | Compiling toolchain_find v0.2.0 |
| 1823 | 2023-12-11T20:56:21.322Z | Compiling trust-dns-resolver v0.22.0 |
| 1824 | 2023-12-11T20:56:21.322Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1825 | 2023-12-11T20:56:21.322Z | Compiling toml v0.5.11 |
| 1826 | 2023-12-11T20:56:21.322Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1827 | 2023-12-11T20:56:21.322Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1828 | 2023-12-11T20:56:21.379Z | Compiling omicron-zone-package v0.9.1 |
| 1829 | 2023-12-11T20:56:21.417Z | Compiling toml v0.8.8 |
| 1830 | 2023-12-11T20:56:22.726Z | Compiling num-rational v0.4.1 |
| 1831 | 2023-12-11T20:56:23.151Z | Compiling rustfmt-wrapper v0.2.0 |
| 1832 | 2023-12-11T20:56:23.328Z | Compiling cancel-safe-futures v0.1.5 |
| 1833 | 2023-12-11T20:56:23.851Z | Compiling convert_case v0.4.0 |
| 1834 | 2023-12-11T20:56:25.097Z | Compiling derive_more v0.99.17 |
| 1835 | 2023-12-11T20:56:25.243Z | Compiling num-complex v0.4.4 |
| 1836 | 2023-12-11T20:56:25.541Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1837 | 2023-12-11T20:56:27.030Z | Compiling num v0.4.1 |
| 1838 | 2023-12-11T20:56:27.169Z | Compiling fxhash v0.2.1 |
| 1839 | 2023-12-11T20:56:27.188Z | Compiling unicase v2.7.0 |
| 1840 | 2023-12-11T20:56:27.349Z | Compiling utf-8 v0.7.6 |
| 1841 | 2023-12-11T20:56:27.511Z | Compiling semver v0.1.20 |
| 1842 | 2023-12-11T20:56:27.529Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1843 | 2023-12-11T20:56:27.623Z | Compiling ciborium-io v0.2.1 |
| 1844 | 2023-12-11T20:56:27.794Z | Compiling tungstenite v0.20.1 |
| 1845 | 2023-12-11T20:56:27.948Z | Compiling keccak v0.1.4 |
| 1846 | 2023-12-11T20:56:28.438Z | Compiling rustc_version v0.1.7 |
| 1847 | 2023-12-11T20:56:28.444Z | Compiling half v1.8.2 |
| 1848 | 2023-12-11T20:56:29.045Z | Compiling radium v0.7.0 |
| 1849 | 2023-12-11T20:56:29.565Z | Compiling arc-swap v1.6.0 |
| 1850 | 2023-12-11T20:56:29.700Z | Compiling tokio-tungstenite v0.20.1 |
| 1851 | 2023-12-11T20:56:30.415Z | Compiling slog-scope v4.4.0 |
| 1852 | 2023-12-11T20:56:30.617Z | Compiling ciborium-ll v0.2.1 |
| 1853 | 2023-12-11T20:56:30.809Z | Compiling newtype_derive v0.1.6 |
| 1854 | 2023-12-11T20:56:31.242Z | Compiling sha3 v0.10.8 |
| 1855 | 2023-12-11T20:56:31.921Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1856 | 2023-12-11T20:56:31.936Z | Compiling libsw v3.3.0 |
| 1857 | 2023-12-11T20:56:32.350Z | Compiling secrecy v0.8.0 |
| 1858 | 2023-12-11T20:56:32.693Z | Compiling derive-where v1.2.6 |
| 1859 | 2023-12-11T20:56:32.733Z | Compiling linear-map v1.2.0 |
| 1860 | 2023-12-11T20:56:33.356Z | Compiling maybe-uninit v2.0.0 |
| 1861 | 2023-12-11T20:56:34.044Z | Compiling tap v1.0.1 |
| 1862 | 2023-12-11T20:56:34.326Z | Compiling parking_lot_core v0.8.6 |
| 1863 | 2023-12-11T20:56:34.914Z | Compiling owo-colors v3.5.0 |
| 1864 | 2023-12-11T20:56:37.167Z | Compiling wyz v0.5.1 |
| 1865 | 2023-12-11T20:56:37.672Z | Compiling ciborium v0.2.1 |
| 1866 | 2023-12-11T20:56:38.329Z | Compiling slog-stdlog v4.1.1 |
| 1867 | 2023-12-11T20:56:38.935Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1868 | 2023-12-11T20:56:39.663Z | Compiling nibble_vec v0.1.0 |
| 1869 | 2023-12-11T20:56:40.000Z | Compiling display-error-chain v0.2.0 |
| 1870 | 2023-12-11T20:56:40.252Z | Compiling crc-catalog v2.2.0 |
| 1871 | 2023-12-11T20:56:40.380Z | Compiling packed_struct v0.10.1 |
| 1872 | 2023-12-11T20:56:40.460Z | Compiling num-bigint-dig v0.8.4 |
| 1873 | 2023-12-11T20:56:40.888Z | Compiling funty v2.0.0 |
| 1874 | 2023-12-11T20:56:40.996Z | Compiling endian-type v0.1.2 |
| 1875 | 2023-12-11T20:56:41.345Z | Compiling radix_trie v0.2.1 |
| 1876 | 2023-12-11T20:56:41.465Z | Compiling crc v3.0.1 |
| 1877 | 2023-12-11T20:56:42.803Z | Compiling slog-envlogger v2.2.0 |
| 1878 | 2023-12-11T20:56:43.254Z | Compiling bitvec v1.0.1 |
| 1879 | 2023-12-11T20:56:45.046Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1880 | 2023-12-11T20:56:45.766Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1881 | 2023-12-11T20:56:46.133Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1882 | 2023-12-11T20:56:47.282Z | Compiling packed_struct_codegen v0.10.1 |
| 1883 | 2023-12-11T20:56:50.696Z | Compiling dirs-sys-next v0.1.2 |
| 1884 | 2023-12-11T20:56:51.432Z | Compiling nodrop v0.1.14 |
| 1885 | 2023-12-11T20:56:51.598Z | Compiling glob v0.3.1 |
| 1886 | 2023-12-11T20:56:51.612Z | Compiling platforms v3.0.2 |
| 1887 | 2023-12-11T20:56:52.102Z | Compiling crunchy v0.2.2 |
| 1888 | 2023-12-11T20:56:54.188Z | Compiling clang-sys v1.6.1 |
| 1889 | 2023-12-11T20:56:55.270Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1890 | 2023-12-11T20:56:55.639Z | Compiling array-init v0.0.4 |
| 1891 | 2023-12-11T20:57:00.153Z | Compiling dirs-next v2.0.0 |
| 1892 | 2023-12-11T20:57:00.218Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1893 | 2023-12-11T20:57:00.218Z | Compiling parking_lot v0.11.2 |
| 1894 | 2023-12-11T20:57:01.791Z | Compiling smallvec v0.6.14 |
| 1895 | 2023-12-11T20:57:02.574Z | Compiling steno v0.4.0 |
| 1896 | 2023-12-11T20:57:02.978Z | Compiling mime_guess v2.0.4 |
| 1897 | 2023-12-11T20:57:04.834Z | Compiling trust-dns-client v0.22.0 |
| 1898 | 2023-12-11T20:57:06.908Z | Compiling pkcs1 v0.7.5 |
| 1899 | 2023-12-11T20:57:08.014Z | Compiling signature v2.1.0 |
| 1900 | 2023-12-11T20:57:08.362Z | Compiling bitfield v0.14.0 |
| 1901 | 2023-12-11T20:57:08.412Z | Compiling termcolor v1.2.0 |
| 1902 | 2023-12-11T20:57:08.836Z | Compiling tiny-keccak v2.0.2 |
| 1903 | 2023-12-11T20:57:09.260Z | Compiling prettyplease v0.2.12 |
| 1904 | 2023-12-11T20:57:09.707Z | Compiling env_logger v0.10.0 |
| 1905 | 2023-12-11T20:57:10.630Z | Compiling rsa v0.9.2 |
| 1906 | 2023-12-11T20:57:13.159Z | Compiling trust-dns-server v0.22.1 |
| 1907 | 2023-12-11T20:57:16.066Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1908 | 2023-12-11T20:57:23.844Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1909 | 2023-12-11T20:57:25.395Z | Compiling serde-hex v0.1.0 |
| 1910 | 2023-12-11T20:57:26.432Z | Compiling sled v0.34.7 |
| 1911 | 2023-12-11T20:57:34.369Z | Compiling term v0.7.0 |
| 1912 | 2023-12-11T20:57:36.435Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1913 | 2023-12-11T20:57:45.735Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1914 | 2023-12-11T20:57:46.265Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1915 | 2023-12-11T20:57:50.420Z | Compiling darling_core v0.14.4 |
| 1916 | 2023-12-11T20:57:59.073Z | Compiling itertools v0.12.0 |
| 1917 | 2023-12-11T20:58:05.010Z | Compiling x509-cert v0.2.4 |
| 1918 | 2023-12-11T20:58:07.441Z | Compiling ron v0.8.1 |
| 1919 | 2023-12-11T20:58:16.718Z | Compiling minimal-lexical v0.2.1 |
| 1920 | 2023-12-11T20:58:17.527Z | Compiling crc-any v2.4.3 |
| 1921 | 2023-12-11T20:58:18.233Z | Compiling buf-list v1.0.3 |
| 1922 | 2023-12-11T20:58:19.071Z | Compiling pretty-hex v0.4.0 |
| 1923 | 2023-12-11T20:58:19.168Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1924 | 2023-12-11T20:58:19.507Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1925 | 2023-12-11T20:58:27.336Z | Compiling nom v7.1.3 |
| 1926 | 2023-12-11T20:58:27.390Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1927 | 2023-12-11T20:58:28.920Z | Compiling darling_macro v0.14.4 |
| 1928 | 2023-12-11T20:58:30.047Z | Compiling curve25519-dalek v4.1.0 |
| 1929 | 2023-12-11T20:58:30.078Z | Compiling ascii-canvas v3.0.0 |
| 1930 | 2023-12-11T20:58:30.384Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1931 | 2023-12-11T20:58:30.668Z | Compiling object v0.30.4 |
| 1932 | 2023-12-11T20:58:30.832Z | Compiling is-terminal v0.4.9 |
| 1933 | 2023-12-11T20:58:31.007Z | Compiling kstat-rs v0.2.3 |
| 1934 | 2023-12-11T20:58:33.052Z | Compiling ena v0.14.2 |
| 1935 | 2023-12-11T20:58:33.187Z | Compiling libloading v0.7.4 |
| 1936 | 2023-12-11T20:58:33.469Z | Compiling regex-syntax v0.6.29 |
| 1937 | 2023-12-11T20:58:33.681Z | Compiling path-slash v0.1.5 |
| 1938 | 2023-12-11T20:58:33.697Z | Compiling bindgen v0.65.1 |
| 1939 | 2023-12-11T20:58:33.996Z | Compiling diff v0.1.13 |
| 1940 | 2023-12-11T20:58:34.865Z | Compiling cexpr v0.6.0 |
| 1941 | 2023-12-11T20:58:37.353Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1942 | 2023-12-11T20:58:42.482Z | Compiling lalrpop v0.19.12 |
| 1943 | 2023-12-11T20:58:49.841Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1944 | 2023-12-11T20:58:52.021Z | Compiling darling v0.14.4 |
| 1945 | 2023-12-11T20:58:56.645Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1946 | 2023-12-11T20:58:58.026Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
| 1947 | 2023-12-11T20:58:59.818Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
| 1948 | 2023-12-11T20:59:01.459Z | Compiling which v4.4.0 |
| 1949 | 2023-12-11T20:59:02.311Z | Compiling universal-hash v0.5.1 |
| 1950 | 2023-12-11T20:59:02.630Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1951 | 2023-12-11T20:59:04.313Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1952 | 2023-12-11T20:59:04.821Z | Compiling memoffset v0.7.1 |
| 1953 | 2023-12-11T20:59:04.901Z | Compiling peeking_take_while v0.1.2 |
| 1954 | 2023-12-11T20:59:05.084Z | Compiling opaque-debug v0.3.0 |
| 1955 | 2023-12-11T20:59:05.222Z | Compiling lazycell v1.3.0 |
| 1956 | 2023-12-11T20:59:05.266Z | Compiling shlex v1.1.0 |
| 1957 | 2023-12-11T20:59:05.448Z | Compiling rustc-hash v1.1.0 |
| 1958 | 2023-12-11T20:59:05.844Z | Compiling poly1305 v0.8.0 |
| 1959 | 2023-12-11T20:59:08.495Z | Compiling derive_builder_core v0.12.0 |
| 1960 | 2023-12-11T20:59:08.796Z | Compiling thiserror-no-std v2.0.2 |
| 1961 | 2023-12-11T20:59:09.243Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1962 | 2023-12-11T20:59:10.640Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1963 | 2023-12-11T20:59:12.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1964 | 2023-12-11T20:59:12.615Z | Compiling globset v0.4.13 |
| 1965 | 2023-12-11T20:59:20.215Z | Compiling chacha20 v0.9.1 |
| 1966 | 2023-12-11T20:59:20.948Z | Compiling pem v3.0.2 |
| 1967 | 2023-12-11T20:59:23.584Z | Compiling olpc-cjson v0.1.3 |
| 1968 | 2023-12-11T20:59:23.677Z | Compiling aead v0.5.2 |
| 1969 | 2023-12-11T20:59:24.135Z | Compiling bcs v0.1.6 |
| 1970 | 2023-12-11T20:59:24.462Z | Compiling serde_plain v1.0.2 |
| 1971 | 2023-12-11T20:59:25.273Z | Compiling libxml v0.3.3 |
| 1972 | 2023-12-11T20:59:25.598Z | Compiling async-recursion v1.0.5 |
| 1973 | 2023-12-11T20:59:25.782Z | Compiling ref-cast v1.0.20 |
| 1974 | 2023-12-11T20:59:26.463Z | Compiling typed-path v0.7.0 |
| 1975 | 2023-12-11T20:59:27.130Z | Compiling highway v1.1.0 |
| 1976 | 2023-12-11T20:59:27.498Z | Compiling chacha20poly1305 v0.10.1 |
| 1977 | 2023-12-11T20:59:27.852Z | Compiling derive_builder_macro v0.12.0 |
| 1978 | 2023-12-11T20:59:27.999Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 1979 | 2023-12-11T20:59:29.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1980 | 2023-12-11T20:59:29.543Z | Compiling vsss-rs v3.3.1 |
| 1981 | 2023-12-11T20:59:30.070Z | Compiling polar-core v0.27.0 |
| 1982 | 2023-12-11T20:59:30.439Z | Compiling tough v0.16.0 |
| 1983 | 2023-12-11T20:59:30.607Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1984 | 2023-12-11T20:59:31.042Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1985 | 2023-12-11T20:59:37.774Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
| 1986 | 2023-12-11T20:59:38.325Z | Compiling strum_macros v0.24.3 |
| 1987 | 2023-12-11T20:59:41.142Z | Compiling ref-cast-impl v1.0.20 |
| 1988 | 2023-12-11T20:59:41.174Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 1989 | 2023-12-11T20:59:41.640Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1990 | 2023-12-11T20:59:42.073Z | Compiling cookie v0.18.0 |
| 1991 | 2023-12-11T20:59:42.504Z | Compiling http-range v0.1.5 |
| 1992 | 2023-12-11T20:59:42.883Z | Compiling salty v0.2.0 |
| 1993 | 2023-12-11T20:59:43.455Z | Compiling signature v1.6.4 |
| 1994 | 2023-12-11T20:59:43.467Z | Compiling indoc v1.0.9 |
| 1995 | 2023-12-11T20:59:43.690Z | Compiling ed25519 v1.5.3 |
| 1996 | 2023-12-11T20:59:44.159Z | Compiling hyper-staticfile v0.9.5 |
| 1997 | 2023-12-11T20:59:44.513Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
| 1998 | 2023-12-11T20:59:45.900Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1999 | 2023-12-11T20:59:56.029Z | Compiling derive_builder v0.12.0 |
| 2000 | 2023-12-11T21:00:03.797Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2001 | 2023-12-11T21:00:07.179Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2002 | 2023-12-11T21:00:07.721Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2003 | 2023-12-11T21:00:08.146Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2004 | 2023-12-11T21:00:10.438Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2005 | 2023-12-11T21:00:12.831Z | Compiling headers-core v0.2.0 |
| 2006 | 2023-12-11T21:00:13.080Z | Compiling bb8 v0.8.1 |
| 2007 | 2023-12-11T21:00:14.005Z | Compiling quick-xml v0.23.1 |
| 2008 | 2023-12-11T21:00:15.447Z | Compiling serde-big-array v0.5.1 |
| 2009 | 2023-12-11T21:00:15.810Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2010 | 2023-12-11T21:00:16.432Z | Compiling oso-derive v0.27.0 |
| 2011 | 2023-12-11T21:00:17.051Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2012 | 2023-12-11T21:00:17.091Z | Compiling fs-err v2.11.0 |
| 2013 | 2023-12-11T21:00:17.505Z | Compiling maplit v1.0.2 |
| 2014 | 2023-12-11T21:00:17.863Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2015 | 2023-12-11T21:00:33.203Z | Compiling oso v0.27.0 |
| 2016 | 2023-12-11T21:00:33.792Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2017 | 2023-12-11T21:00:34.956Z | Compiling headers v0.3.9 |
| 2018 | 2023-12-11T21:00:35.668Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2019 | 2023-12-11T21:00:42.006Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2020 | 2023-12-11T21:00:53.894Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2021 | 2023-12-11T21:00:55.234Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2022 | 2023-12-11T21:00:55.648Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2023 | 2023-12-11T21:00:57.756Z | Compiling signal-hook-tokio v0.3.1 |
| 2024 | 2023-12-11T21:00:58.077Z | Compiling serde-big-array v0.4.1 |
| 2025 | 2023-12-11T21:00:58.086Z | Compiling cassowary v0.3.0 |
| 2026 | 2023-12-11T21:00:58.373Z | Compiling indoc v2.0.3 |
| 2027 | 2023-12-11T21:00:59.900Z | Compiling ratatui v0.23.0 |
| 2028 | 2023-12-11T21:01:04.924Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2029 | 2023-12-11T21:01:05.694Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2030 | 2023-12-11T21:01:08.983Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2031 | 2023-12-11T21:01:09.571Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2032 | 2023-12-11T21:01:23.295Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
| 2033 | 2023-12-11T21:01:24.921Z | Compiling fatfs v0.3.6 |
| 2034 | 2023-12-11T21:01:30.208Z | Compiling bytesize v1.3.0 |
| 2035 | 2023-12-11T21:01:31.119Z | Compiling nanorand v0.7.0 |
| 2036 | 2023-12-11T21:01:32.323Z | Compiling rtoolbox v0.0.1 |
| 2037 | 2023-12-11T21:01:32.961Z | Compiling unicode-linebreak v0.1.5 |
| 2038 | 2023-12-11T21:01:33.097Z | Compiling is_ci v1.1.1 |
| 2039 | 2023-12-11T21:01:33.532Z | Compiling corncobs v0.1.3 |
| 2040 | 2023-12-11T21:01:33.873Z | Compiling smawk v0.3.1 |
| 2041 | 2023-12-11T21:01:34.164Z | Compiling assert_matches v1.5.0 |
| 2042 | 2023-12-11T21:01:34.231Z | Compiling textwrap v0.16.0 |
| 2043 | 2023-12-11T21:01:34.306Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2044 | 2023-12-11T21:01:35.684Z | Compiling supports-color v2.1.0 |
| 2045 | 2023-12-11T21:01:36.947Z | Compiling rpassword v7.3.1 |
| 2046 | 2023-12-11T21:01:37.836Z | Compiling flume v0.11.0 |
| 2047 | 2023-12-11T21:01:38.734Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2048 | 2023-12-11T21:01:39.636Z | Compiling tui-tree-widget v0.13.0 |
| 2049 | 2023-12-11T21:01:40.501Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2050 | 2023-12-11T21:01:42.774Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2051 | 2023-12-11T21:01:48.798Z | Compiling shell-words v1.1.0 |
| 2052 | 2023-12-11T21:01:49.537Z | Compiling humantime v2.1.0 |
| 2053 | 2023-12-11T21:01:50.904Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2054 | 2023-12-11T21:02:22.860Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2055 | 2023-12-11T21:03:00.440Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2056 | 2023-12-11T21:05:40.531Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2057 | 2023-12-11T21:14:30.099Z | Finished release [optimized] target(s) in 18m 15s |
| 2058 | 2023-12-11T21:15:47.175Z | |
| 2059 | 2023-12-11T21:15:47.178Z | real 19:34.295564115 |
| 2060 | 2023-12-11T21:15:47.178Z | user 2:14:57.912310985 |
| 2061 | 2023-12-11T21:15:47.178Z | sys 5:07.517739380 |
| 2062 | 2023-12-11T21:15:47.179Z | trap 4.314199770 |
| 2063 | 2023-12-11T21:15:47.179Z | tflt 1.040166774 |
| 2064 | 2023-12-11T21:15:47.179Z | dflt 2.251592482 |
| 2065 | 2023-12-11T21:15:47.179Z | kflt 0.049662393 |
| 2066 | 2023-12-11T21:15:47.179Z | lock 7:49:54.595217587 |
| 2067 | 2023-12-11T21:15:47.179Z | slp 5:06:48.069674050 |
| 2068 | 2023-12-11T21:15:47.179Z | lat 2:24.604959433 |
| 2069 | 2023-12-11T21:15:47.179Z | stop 41.057288458 |
| 2070 | 2023-12-11T21:15:47.179Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
| 2071 | 2023-12-11T21:15:47.179Z | + pfexec mkdir -p /work |
| 2072 | 2023-12-11T21:15:47.183Z | + pfexec chown build /work |
| 2073 | 2023-12-11T21:15:47.186Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
| 2074 | 2023-12-11T21:16:00.315Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2075 | 2023-12-11T21:16:00.315Z | a out/mg-ddm-gz.tar 61253K |
| 2076 | 2023-12-11T21:16:00.316Z | a out/omicron-sled-agent.tar 109232K |
| 2077 | 2023-12-11T21:16:00.316Z | a out/target/test 1K |
| 2078 | 2023-12-11T21:16:00.316Z | a out/npuzone/npuzone 36313K |
| 2079 | 2023-12-11T21:16:00.316Z | a package-manifest.toml 22K |
| 2080 | 2023-12-11T21:16:00.316Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2081 | 2023-12-11T21:16:00.316Z | a target/release/omicron-package 41518K |
| 2082 | 2023-12-11T21:16:00.316Z | a tools/create_virtual_hardware.sh 4K |
| 2083 | 2023-12-11T21:16:00.316Z | a tools/virtual_hardware.sh 4K |
| 2084 | 2023-12-11T21:16:00.316Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2085 | 2023-12-11T21:16:00.316Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2086 | 2023-12-11T21:16:00.317Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2087 | 2023-12-11T21:16:00.317Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2088 | 2023-12-11T21:16:00.317Z | a tools/scrimlet/softnpu.toml 1K |
| 2089 | 2023-12-11T21:16:00.362Z | |
| 2090 | 2023-12-11T21:16:00.362Z | real 13.136122271 |
| 2091 | 2023-12-11T21:16:00.362Z | user 12.553506742 |
| 2092 | 2023-12-11T21:16:00.363Z | sys 1.039143396 |
| 2093 | 2023-12-11T21:16:00.363Z | trap 0.002740253 |
| 2094 | 2023-12-11T21:16:00.363Z | tflt 0.000000000 |
| 2095 | 2023-12-11T21:16:00.363Z | dflt 0.000000000 |
| 2096 | 2023-12-11T21:16:00.364Z | kflt 0.000000000 |
| 2097 | 2023-12-11T21:16:00.364Z | lock 0.000000000 |
| 2098 | 2023-12-11T21:16:00.364Z | slp 12.271423733 |
| 2099 | 2023-12-11T21:16:00.364Z | lat 0.401751714 |
| 2100 | 2023-12-11T21:16:00.364Z | stop 0.000245063 |
| 2101 | 2023-12-11T21:16:00.365Z | ++ pwd |
| 2102 | 2023-12-11T21:16:00.365Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2103 | 2023-12-11T21:16:00.366Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2104 | 2023-12-11T21:16:00.379Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2105 | 2023-12-11T21:16:01.454Z | Finished release [optimized] target(s) in 1.04s |
| 2106 | 2023-12-11T21:16:01.482Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2107 | 2023-12-11T21:16:01.524Z | Created new build target 'host' and set it as active |
| 2108 | 2023-12-11T21:16:01.529Z | |
| 2109 | 2023-12-11T21:16:01.529Z | real 1.196780372 |
| 2110 | 2023-12-11T21:16:01.529Z | user 0.840083952 |
| 2111 | 2023-12-11T21:16:01.529Z | sys 0.356988091 |
| 2112 | 2023-12-11T21:16:01.529Z | trap 0.000327270 |
| 2113 | 2023-12-11T21:16:01.529Z | tflt 0.000038398 |
| 2114 | 2023-12-11T21:16:01.529Z | dflt 0.000002566 |
| 2115 | 2023-12-11T21:16:01.529Z | kflt 0.000000000 |
| 2116 | 2023-12-11T21:16:01.530Z | lock 0.033680933 |
| 2117 | 2023-12-11T21:16:01.530Z | slp 0.022700044 |
| 2118 | 2023-12-11T21:16:01.530Z | lat 0.002138206 |
| 2119 | 2023-12-11T21:16:01.530Z | stop 0.000243702 |
| 2120 | 2023-12-11T21:16:01.530Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2121 | 2023-12-11T21:16:02.610Z | Finished release [optimized] target(s) in 0.99s |
| 2122 | 2023-12-11T21:16:02.640Z | Running `target/release/omicron-package -t host package` |
| 2123 | 2023-12-11T21:16:02.681Z | Dec 11 21:16:02.724 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2124 | 2023-12-11T21:16:03.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2125 | 2023-12-11T21:19:35.254Z | Finished release [optimized] target(s) in 3m 32s |
| 2126 | 2023-12-11T21:20:46.096Z | |
| 2127 | 2023-12-11T21:20:46.100Z | real 4:44.722984059 |
| 2128 | 2023-12-11T21:20:46.100Z | user 20:56.901110898 |
| 2129 | 2023-12-11T21:20:46.100Z | sys 1:01.976514545 |
| 2130 | 2023-12-11T21:20:46.100Z | trap 0.557146626 |
| 2131 | 2023-12-11T21:20:46.100Z | tflt 0.025566363 |
| 2132 | 2023-12-11T21:20:46.100Z | dflt 1.096822757 |
| 2133 | 2023-12-11T21:20:46.100Z | kflt 0.000000000 |
| 2134 | 2023-12-11T21:20:46.100Z | lock 1:09:34.833861138 |
| 2135 | 2023-12-11T21:20:46.100Z | slp 18:21.959331690 |
| 2136 | 2023-12-11T21:20:46.100Z | lat 9.810781623 |
| 2137 | 2023-12-11T21:20:46.100Z | stop 0.786046296 |
| 2138 | 2023-12-11T21:20:46.100Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2139 | 2023-12-11T21:20:46.101Z | + for package in "$@" |
| 2140 | 2023-12-11T21:20:46.101Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2141 | 2023-12-11T21:20:46.101Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+gitf6da3086fed |
| 2142 | 2023-12-11T21:20:47.184Z | Finished release [optimized] target(s) in 1.00s |
| 2143 | 2023-12-11T21:20:47.224Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+gitf6da3086fed` |
| 2144 | 2023-12-11T21:20:47.261Z | Dec 11 21:20:47.281 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2145 | 2023-12-11T21:20:47.777Z | Created: out/versioned/omicron-sled-agent.tar |
| 2146 | 2023-12-11T21:20:47.781Z | + for package in "$@" |
| 2147 | 2023-12-11T21:20:47.781Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2148 | 2023-12-11T21:20:47.784Z | + echo 0.0.0 |
| 2149 | 2023-12-11T21:20:47.784Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2150 | 2023-12-11T21:20:47.787Z | a VERSION 1K |
| 2151 | 2023-12-11T21:20:47.787Z | + rm VERSION |
| 2152 | 2023-12-11T21:20:47.791Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitf6da3086fed |
| 2153 | 2023-12-11T21:20:48.849Z | Finished release [optimized] target(s) in 0.98s |
| 2154 | 2023-12-11T21:20:48.877Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitf6da3086fed` |
| 2155 | 2023-12-11T21:20:48.918Z | Dec 11 21:20:48.940 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2156 | 2023-12-11T21:20:49.219Z | Created: out/versioned/mg-ddm-gz.tar |
| 2157 | 2023-12-11T21:20:49.223Z | + for package in "$@" |
| 2158 | 2023-12-11T21:20:49.223Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2159 | 2023-12-11T21:20:49.223Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+gitf6da3086fed |
| 2160 | 2023-12-11T21:20:50.295Z | Finished release [optimized] target(s) in 0.98s |
| 2161 | 2023-12-11T21:20:50.330Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+gitf6da3086fed` |
| 2162 | 2023-12-11T21:20:50.371Z | Dec 11 21:20:50.393 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2163 | 2023-12-11T21:20:52.227Z | Created: out/versioned/propolis-server.tar.gz |
| 2164 | 2023-12-11T21:20:52.230Z | + for package in "$@" |
| 2165 | 2023-12-11T21:20:52.231Z | + [[ overlay == mg-ddm-gz ]] |
| 2166 | 2023-12-11T21:20:52.233Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+gitf6da3086fed |
| 2167 | 2023-12-11T21:20:53.289Z | Finished release [optimized] target(s) in 0.97s |
| 2168 | 2023-12-11T21:20:53.318Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+gitf6da3086fed` |
| 2169 | 2023-12-11T21:20:53.359Z | Dec 11 21:20:53.381 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2170 | 2023-12-11T21:20:53.364Z | Created: out/versioned/overlay.tar.gz |
| 2171 | 2023-12-11T21:20:53.366Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2172 | 2023-12-11T21:20:53.376Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2173 | 2023-12-11T21:20:53.379Z | ++ cd -- ./tools |
| 2174 | 2023-12-11T21:20:53.379Z | ++ pwd |
| 2175 | 2023-12-11T21:20:53.380Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2176 | 2023-12-11T21:20:53.383Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2177 | 2023-12-11T21:20:53.390Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2178 | 2023-12-11T21:20:53.390Z | ++ readlink -f /work |
| 2179 | 2023-12-11T21:20:53.390Z | + out_dir=/work |
| 2180 | 2023-12-11T21:20:53.390Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
| 2181 | 2023-12-11T21:20:53.390Z | + for dep in "${deps[@]}" |
| 2182 | 2023-12-11T21:20:53.390Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2183 | 2023-12-11T21:20:53.390Z | + for dep in "${deps[@]}" |
| 2184 | 2023-12-11T21:20:53.390Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2185 | 2023-12-11T21:20:53.391Z | + for dep in "${deps[@]}" |
| 2186 | 2023-12-11T21:20:53.391Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2187 | 2023-12-11T21:20:53.391Z | + for dep in "${deps[@]}" |
| 2188 | 2023-12-11T21:20:53.391Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2189 | 2023-12-11T21:20:53.391Z | ++ mktemp -d |
| 2190 | 2023-12-11T21:20:53.395Z | + tmp_gz=/tmp/tmp.LIaWxh |
| 2191 | 2023-12-11T21:20:53.395Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2192 | 2023-12-11T21:20:53.395Z | + echo '{"v":"1","t":"layer"}' |
| 2193 | 2023-12-11T21:20:53.395Z | + pkg_dir=/tmp/tmp.LIaWxh/root/opt/oxide/sled-agent |
| 2194 | 2023-12-11T21:20:53.395Z | + mkdir -p /tmp/tmp.LIaWxh/root/opt/oxide/sled-agent |
| 2195 | 2023-12-11T21:20:53.395Z | + cd /tmp/tmp.LIaWxh/root/opt/oxide/sled-agent |
| 2196 | 2023-12-11T21:20:53.395Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2197 | 2023-12-11T21:20:53.513Z | x ., 0 bytes, 0 tape blocks |
| 2198 | 2023-12-11T21:20:53.513Z | x zone-bundle, 39195664 bytes, 76555 tape blocks |
| 2199 | 2023-12-11T21:20:53.514Z | x sled-agent, 72634568 bytes, 141865 tape blocks |
| 2200 | 2023-12-11T21:20:53.514Z | x pkg, 0 bytes, 0 tape blocks |
| 2201 | 2023-12-11T21:20:53.514Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
| 2202 | 2023-12-11T21:20:53.514Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2203 | 2023-12-11T21:20:53.514Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2204 | 2023-12-11T21:20:53.514Z | x VERSION, 25 bytes, 1 tape blocks |
| 2205 | 2023-12-11T21:20:53.518Z | + mkdir -p /tmp/tmp.LIaWxh/root/lib/svc/manifest/site/ |
| 2206 | 2023-12-11T21:20:53.518Z | + mv pkg/manifest.xml /tmp/tmp.LIaWxh/root/lib/svc/manifest/site/sled-agent.xml |
| 2207 | 2023-12-11T21:20:53.521Z | + cd - |
| 2208 | 2023-12-11T21:20:53.521Z | /work/oxidecomputer/omicron |
| 2209 | 2023-12-11T21:20:53.521Z | + pkg_dir=/tmp/tmp.LIaWxh/root/opt/oxide/mg-ddm |
| 2210 | 2023-12-11T21:20:53.522Z | + mkdir -p /tmp/tmp.LIaWxh/root/opt/oxide/mg-ddm |
| 2211 | 2023-12-11T21:20:53.525Z | + cd /tmp/tmp.LIaWxh/root/opt/oxide/mg-ddm |
| 2212 | 2023-12-11T21:20:53.525Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2213 | 2023-12-11T21:20:53.591Z | x ., 0 bytes, 0 tape blocks |
| 2214 | 2023-12-11T21:20:53.592Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2215 | 2023-12-11T21:20:53.592Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2216 | 2023-12-11T21:20:53.592Z | x pkg, 0 bytes, 0 tape blocks |
| 2217 | 2023-12-11T21:20:53.592Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2218 | 2023-12-11T21:20:53.592Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2219 | 2023-12-11T21:20:53.592Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2220 | 2023-12-11T21:20:53.592Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2221 | 2023-12-11T21:20:53.592Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2222 | 2023-12-11T21:20:53.592Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2223 | 2023-12-11T21:20:53.592Z | x VERSION, 25 bytes, 1 tape blocks |
| 2224 | 2023-12-11T21:20:53.598Z | + cd - |
| 2225 | 2023-12-11T21:20:53.598Z | /work/oxidecomputer/omicron |
| 2226 | 2023-12-11T21:20:53.598Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.LIaWxh/root/opt/oxide |
| 2227 | 2023-12-11T21:20:53.709Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.LIaWxh/root/opt/oxide |
| 2228 | 2023-12-11T21:20:53.712Z | + cd /tmp/tmp.LIaWxh |
| 2229 | 2023-12-11T21:20:53.712Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2230 | 2023-12-11T21:21:05.219Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2231 | 2023-12-11T21:21:05.220Z | a oxide.json 1K |
| 2232 | 2023-12-11T21:21:05.220Z | a root/ 0K |
| 2233 | 2023-12-11T21:21:05.220Z | a root/opt/ 0K |
| 2234 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/ 0K |
| 2235 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/ 0K |
| 2236 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/zone-bundle 38278K |
| 2237 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/sled-agent 70933K |
| 2238 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2239 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2240 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2241 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2242 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/mg-ddm/ 0K |
| 2243 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2244 | 2023-12-11T21:21:05.220Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2245 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2246 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2247 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2248 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2249 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2250 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2251 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2252 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2253 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
| 2254 | 2023-12-11T21:21:05.221Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2255 | 2023-12-11T21:21:05.221Z | a root/lib/ 0K |
| 2256 | 2023-12-11T21:21:05.221Z | a root/lib/svc/ 0K |
| 2257 | 2023-12-11T21:21:05.221Z | a root/lib/svc/manifest/ 0K |
| 2258 | 2023-12-11T21:21:05.222Z | a root/lib/svc/manifest/site/ 0K |
| 2259 | 2023-12-11T21:21:05.222Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2260 | 2023-12-11T21:21:05.225Z | + cd / |
| 2261 | 2023-12-11T21:21:05.225Z | + rm -rf /tmp/tmp.LIaWxh |
| 2262 | 2023-12-11T21:21:05.265Z | |
| 2263 | 2023-12-11T21:21:05.265Z | real 11.902210289 |
| 2264 | 2023-12-11T21:21:05.265Z | user 11.001583886 |
| 2265 | 2023-12-11T21:21:05.268Z | sys 0.959414053 |
| 2266 | 2023-12-11T21:21:05.269Z | trap 0.003268596 |
| 2267 | 2023-12-11T21:21:05.269Z | tflt 0.000000000 |
| 2268 | 2023-12-11T21:21:05.269Z | dflt 0.000000000 |
| 2269 | 2023-12-11T21:21:05.269Z | kflt 0.000000000 |
| 2270 | 2023-12-11T21:21:05.269Z | lock 0.000000000 |
| 2271 | 2023-12-11T21:21:05.269Z | slp 22.963958618 |
| 2272 | 2023-12-11T21:21:05.269Z | lat 0.370714486 |
| 2273 | 2023-12-11T21:21:05.269Z | stop 0.000304832 |
| 2274 | 2023-12-11T21:21:05.269Z | + mkdir -p /work/zones |
| 2275 | 2023-12-11T21:21:05.272Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
| 2276 | 2023-12-11T21:21:05.272Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
| 2277 | 2023-12-11T21:21:08.978Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2278 | 2023-12-11T21:21:10.123Z | Finished release [optimized] target(s) in 1.05s |
| 2279 | 2023-12-11T21:21:10.560Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2280 | 2023-12-11T21:21:10.563Z | Created new build target 'recovery' and set it as active |
| 2281 | 2023-12-11T21:21:10.563Z | |
| 2282 | 2023-12-11T21:21:10.563Z | real 1.214047939 |
| 2283 | 2023-12-11T21:21:10.564Z | user 0.853190655 |
| 2284 | 2023-12-11T21:21:10.564Z | sys 0.359274402 |
| 2285 | 2023-12-11T21:21:10.564Z | trap 0.000571728 |
| 2286 | 2023-12-11T21:21:10.565Z | tflt 0.000105576 |
| 2287 | 2023-12-11T21:21:10.565Z | dflt 0.000005598 |
| 2288 | 2023-12-11T21:21:10.565Z | kflt 0.000000000 |
| 2289 | 2023-12-11T21:21:10.565Z | lock 0.036014096 |
| 2290 | 2023-12-11T21:21:10.565Z | slp 0.024070098 |
| 2291 | 2023-12-11T21:21:10.565Z | lat 0.004063683 |
| 2292 | 2023-12-11T21:21:10.565Z | stop 0.000299253 |
| 2293 | 2023-12-11T21:21:10.565Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2294 | 2023-12-11T21:21:11.329Z | Finished release [optimized] target(s) in 1.03s |
| 2295 | 2023-12-11T21:21:11.358Z | Running `target/release/omicron-package -t recovery package` |
| 2296 | 2023-12-11T21:21:11.399Z | Dec 11 21:21:11.420 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2297 | 2023-12-11T21:21:12.389Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2298 | 2023-12-11T21:21:16.170Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2299 | 2023-12-11T21:21:45.850Z | Finished release [optimized] target(s) in 34.38s |
| 2300 | 2023-12-11T21:22:01.355Z | |
| 2301 | 2023-12-11T21:22:01.355Z | real 51.174916909 |
| 2302 | 2023-12-11T21:22:01.355Z | user 2:28.425367131 |
| 2303 | 2023-12-11T21:22:01.355Z | sys 11.609647240 |
| 2304 | 2023-12-11T21:22:01.355Z | trap 0.079416706 |
| 2305 | 2023-12-11T21:22:01.355Z | tflt 0.049595415 |
| 2306 | 2023-12-11T21:22:01.355Z | dflt 1.010290507 |
| 2307 | 2023-12-11T21:22:01.355Z | kflt 0.000000000 |
| 2308 | 2023-12-11T21:22:01.355Z | lock 11:09.437956971 |
| 2309 | 2023-12-11T21:22:01.355Z | slp 2:28.844150659 |
| 2310 | 2023-12-11T21:22:01.356Z | lat 1.868752648 |
| 2311 | 2023-12-11T21:22:01.360Z | stop 0.184533382 |
| 2312 | 2023-12-11T21:22:01.360Z | + stamp_packages installinator mg-ddm-gz |
| 2313 | 2023-12-11T21:22:01.360Z | + for package in "$@" |
| 2314 | 2023-12-11T21:22:01.360Z | + [[ installinator == mg-ddm-gz ]] |
| 2315 | 2023-12-11T21:22:01.360Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+gitf6da3086fed |
| 2316 | 2023-12-11T21:22:02.468Z | Finished release [optimized] target(s) in 1.02s |
| 2317 | 2023-12-11T21:22:02.497Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+gitf6da3086fed` |
| 2318 | 2023-12-11T21:22:02.539Z | Dec 11 21:22:02.558 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2319 | 2023-12-11T21:22:02.669Z | Created: out/versioned/installinator.tar |
| 2320 | 2023-12-11T21:22:02.673Z | + for package in "$@" |
| 2321 | 2023-12-11T21:22:02.675Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2322 | 2023-12-11T21:22:02.675Z | + echo 0.0.0 |
| 2323 | 2023-12-11T21:22:02.675Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2324 | 2023-12-11T21:22:02.680Z | a VERSION 1K |
| 2325 | 2023-12-11T21:22:02.680Z | + rm VERSION |
| 2326 | 2023-12-11T21:22:02.680Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitf6da3086fed |
| 2327 | 2023-12-11T21:22:03.761Z | Finished release [optimized] target(s) in 0.99s |
| 2328 | 2023-12-11T21:22:03.790Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitf6da3086fed` |
| 2329 | 2023-12-11T21:22:03.832Z | Dec 11 21:22:03.853 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2330 | 2023-12-11T21:22:04.005Z | Created: out/versioned/mg-ddm-gz.tar |
| 2331 | 2023-12-11T21:22:04.009Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2332 | 2023-12-11T21:22:04.022Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2333 | 2023-12-11T21:22:04.029Z | ++ cd -- ./tools |
| 2334 | 2023-12-11T21:22:04.029Z | ++ pwd |
| 2335 | 2023-12-11T21:22:04.030Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2336 | 2023-12-11T21:22:04.034Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2337 | 2023-12-11T21:22:04.035Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2338 | 2023-12-11T21:22:04.035Z | ++ readlink -f /work |
| 2339 | 2023-12-11T21:22:04.035Z | + out_dir=/work |
| 2340 | 2023-12-11T21:22:04.035Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2341 | 2023-12-11T21:22:04.035Z | + for dep in "${deps[@]}" |
| 2342 | 2023-12-11T21:22:04.035Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2343 | 2023-12-11T21:22:04.035Z | + for dep in "${deps[@]}" |
| 2344 | 2023-12-11T21:22:04.035Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2345 | 2023-12-11T21:22:04.035Z | ++ mktemp -d |
| 2346 | 2023-12-11T21:22:04.039Z | + tmp_trampoline=/tmp/tmp.yYaiCh |
| 2347 | 2023-12-11T21:22:04.039Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2348 | 2023-12-11T21:22:04.039Z | + echo '{"v":"1","t":"layer"}' |
| 2349 | 2023-12-11T21:22:04.039Z | + pkg_dir=/tmp/tmp.yYaiCh/root/opt/oxide/installinator |
| 2350 | 2023-12-11T21:22:04.039Z | + mkdir -p /tmp/tmp.yYaiCh/root/opt/oxide/installinator |
| 2351 | 2023-12-11T21:22:04.040Z | + cd /tmp/tmp.yYaiCh/root/opt/oxide/installinator |
| 2352 | 2023-12-11T21:22:04.040Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2353 | 2023-12-11T21:22:04.099Z | x ., 0 bytes, 0 tape blocks |
| 2354 | 2023-12-11T21:22:04.100Z | x installinator, 52085848 bytes, 101731 tape blocks |
| 2355 | 2023-12-11T21:22:04.100Z | x pkg, 0 bytes, 0 tape blocks |
| 2356 | 2023-12-11T21:22:04.100Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2357 | 2023-12-11T21:22:04.100Z | x VERSION, 25 bytes, 1 tape blocks |
| 2358 | 2023-12-11T21:22:04.107Z | + mkdir -p /tmp/tmp.yYaiCh/root/lib/svc/manifest/site/ |
| 2359 | 2023-12-11T21:22:04.107Z | + mv pkg/manifest.xml /tmp/tmp.yYaiCh/root/lib/svc/manifest/site/installinator.xml |
| 2360 | 2023-12-11T21:22:04.113Z | + cd - |
| 2361 | 2023-12-11T21:22:04.113Z | /work/oxidecomputer/omicron |
| 2362 | 2023-12-11T21:22:04.113Z | + pkg_dir=/tmp/tmp.yYaiCh/root/opt/oxide/mg-ddm |
| 2363 | 2023-12-11T21:22:04.113Z | + mkdir -p /tmp/tmp.yYaiCh/root/opt/oxide/mg-ddm |
| 2364 | 2023-12-11T21:22:04.113Z | + cd /tmp/tmp.yYaiCh/root/opt/oxide/mg-ddm |
| 2365 | 2023-12-11T21:22:04.114Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2366 | 2023-12-11T21:22:04.174Z | x ., 0 bytes, 0 tape blocks |
| 2367 | 2023-12-11T21:22:04.174Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2368 | 2023-12-11T21:22:04.175Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2369 | 2023-12-11T21:22:04.175Z | x pkg, 0 bytes, 0 tape blocks |
| 2370 | 2023-12-11T21:22:04.175Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2371 | 2023-12-11T21:22:04.175Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2372 | 2023-12-11T21:22:04.175Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2373 | 2023-12-11T21:22:04.175Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2374 | 2023-12-11T21:22:04.175Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2375 | 2023-12-11T21:22:04.175Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2376 | 2023-12-11T21:22:04.175Z | x VERSION, 25 bytes, 1 tape blocks |
| 2377 | 2023-12-11T21:22:04.178Z | + cd - |
| 2378 | 2023-12-11T21:22:04.178Z | /work/oxidecomputer/omicron |
| 2379 | 2023-12-11T21:22:04.179Z | + cd /tmp/tmp.yYaiCh |
| 2380 | 2023-12-11T21:22:04.179Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2381 | 2023-12-11T21:22:10.149Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2382 | 2023-12-11T21:22:10.149Z | a oxide.json 1K |
| 2383 | 2023-12-11T21:22:10.149Z | a root/ 0K |
| 2384 | 2023-12-11T21:22:10.149Z | a root/opt/ 0K |
| 2385 | 2023-12-11T21:22:10.149Z | a root/opt/oxide/ 0K |
| 2386 | 2023-12-11T21:22:10.150Z | a root/opt/oxide/installinator/ 0K |
| 2387 | 2023-12-11T21:22:10.150Z | a root/opt/oxide/installinator/installinator 50866K |
| 2388 | 2023-12-11T21:22:10.150Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2389 | 2023-12-11T21:22:10.150Z | a root/opt/oxide/installinator/VERSION 1K |
| 2390 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/ 0K |
| 2391 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2392 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2393 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2394 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2395 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2396 | 2023-12-11T21:22:10.151Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2397 | 2023-12-11T21:22:10.152Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2398 | 2023-12-11T21:22:10.152Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2399 | 2023-12-11T21:22:10.152Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2400 | 2023-12-11T21:22:10.152Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2401 | 2023-12-11T21:22:10.152Z | a root/lib/ 0K |
| 2402 | 2023-12-11T21:22:10.152Z | a root/lib/svc/ 0K |
| 2403 | 2023-12-11T21:22:10.152Z | a root/lib/svc/manifest/ 0K |
| 2404 | 2023-12-11T21:22:10.152Z | a root/lib/svc/manifest/site/ 0K |
| 2405 | 2023-12-11T21:22:10.152Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2406 | 2023-12-11T21:22:10.155Z | + cd / |
| 2407 | 2023-12-11T21:22:10.155Z | + rm -rf /tmp/tmp.yYaiCh |
| 2408 | 2023-12-11T21:22:10.175Z | |
| 2409 | 2023-12-11T21:22:10.179Z | real 6.164902548 |
| 2410 | 2023-12-11T21:22:10.179Z | user 5.759888672 |
| 2411 | 2023-12-11T21:22:10.179Z | sys 0.434346252 |
| 2412 | 2023-12-11T21:22:10.179Z | trap 0.001433994 |
| 2413 | 2023-12-11T21:22:10.179Z | tflt 0.000000000 |
| 2414 | 2023-12-11T21:22:10.179Z | dflt 0.000000000 |
| 2415 | 2023-12-11T21:22:10.179Z | kflt 0.000000000 |
| 2416 | 2023-12-11T21:22:10.179Z | lock 0.000000000 |
| 2417 | 2023-12-11T21:22:10.179Z | slp 11.916501187 |
| 2418 | 2023-12-11T21:22:10.179Z | lat 0.178540566 |
| 2419 | 2023-12-11T21:22:10.179Z | stop 0.000300130 |
| 2420 | 2023-12-11T21:22:10.179Z | process exited: duration 2222820 ms, exit code 0 |
| |
| 2421 | 2023-12-11T21:22:10.193Z | found 21 output files |
| 2422 | 2023-12-11T21:22:10.193Z | uploading: /work/version.txt (26 bytes) |
| 2423 | 2023-12-11T21:22:11.205Z | uploaded: /work/version.txt |
| 2424 | 2023-12-11T21:22:11.205Z | uploading: /work/package.tar.gz (79801008 bytes) |
| 2425 | 2023-12-11T21:22:34.484Z | uploaded: /work/package.tar.gz |
| 2426 | 2023-12-11T21:22:34.484Z | uploading: /work/global-zone-packages.tar.gz (121429589 bytes) |
| 2427 | 2023-12-11T21:23:09.484Z | uploaded: /work/global-zone-packages.tar.gz |
| 2428 | 2023-12-11T21:23:09.484Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36456375 bytes) |
| 2429 | 2023-12-11T21:23:21.320Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2430 | 2023-12-11T21:23:21.321Z | uploading: /work/zones/clickhouse.tar.gz (181771807 bytes) |
| 2431 | 2023-12-11T21:24:05.913Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2432 | 2023-12-11T21:24:05.913Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181772697 bytes) |
| 2433 | 2023-12-11T21:25:20.159Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2434 | 2023-12-11T21:25:20.159Z | uploading: /work/zones/cockroachdb.tar.gz (118854305 bytes) |
| 2435 | 2023-12-11T21:25:54.367Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2436 | 2023-12-11T21:25:54.367Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
| 2437 | 2023-12-11T21:26:01.105Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2438 | 2023-12-11T21:26:01.105Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
| 2439 | 2023-12-11T21:26:17.386Z | uploaded: /work/zones/crucible.tar.gz |
| 2440 | 2023-12-11T21:26:17.396Z | uploading: /work/zones/external-dns.tar.gz (24150724 bytes) |
| 2441 | 2023-12-11T21:26:23.834Z | uploaded: /work/zones/external-dns.tar.gz |
| 2442 | 2023-12-11T21:26:23.845Z | uploading: /work/zones/internal-dns.tar.gz (24150723 bytes) |
| 2443 | 2023-12-11T21:26:30.617Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2444 | 2023-12-11T21:26:30.617Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2445 | 2023-12-11T21:26:31.627Z | uploaded: /work/zones/ntp.tar.gz |
| 2446 | 2023-12-11T21:26:31.627Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18195865 bytes) |
| 2447 | 2023-12-11T21:26:38.674Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2448 | 2023-12-11T21:26:38.675Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18195998 bytes) |
| 2449 | 2023-12-11T21:26:43.929Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2450 | 2023-12-11T21:26:43.940Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73789562 bytes) |
| 2451 | 2023-12-11T21:27:06.380Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2452 | 2023-12-11T21:27:06.380Z | uploading: /work/zones/omicron-nexus.tar.gz (73788884 bytes) |
| 2453 | 2023-12-11T21:27:41.768Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2454 | 2023-12-11T21:27:41.768Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2455 | 2023-12-11T21:27:42.840Z | uploaded: /work/zones/overlay.tar.gz |
| 2456 | 2023-12-11T21:27:42.840Z | uploading: /work/zones/oximeter-collector.tar.gz (34214139 bytes) |
| 2457 | 2023-12-11T21:27:55.486Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2458 | 2023-12-11T21:27:55.497Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
| 2459 | 2023-12-11T21:28:18.910Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2460 | 2023-12-11T21:28:18.910Z | uploading: /work/zones/switch-asic.tar.gz (247086789 bytes) |
| 2461 | 2023-12-11T21:29:29.598Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2462 | 2023-12-11T21:29:29.598Z | uploading: /work/zones/switch-softnpu.tar.gz (169842538 bytes) |
| 2463 | 2023-12-11T21:30:28.967Z | uploaded: /work/zones/switch-softnpu.tar.gz |